/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: "Droid Arabic Kufi", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    box-sizing: border-box;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-synthesis: none;
    font-size: 62.5%;
    line-height: 62.5%
}

body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4d4d4d;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300;
    text-align: left;
    padding-top: 73px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

body,
figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
samp {
    font-size: 1em
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
optgroup,
select,
textarea {
    margin: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: Droid Arabic Kufi;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: 1px solid #e4e4e4
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.touch {
    cursor: pointer
}

* {
    font-smoothing: inherit;
    font-synthesis: inherit
}

*,
::after,
::before {
    box-sizing: inherit
}

.show {
    display: block
}

.hide {
    display: none
}

@media screen and (max-width:1024px) {
    .medium-hide {
        display: none
    }
}

@media screen and (max-width:640px) {
    .small-hide {
        display: none
    }
}

.medium-show {
    display: none
}

@media screen and (max-width:1024px) {
    .medium-show {
        display: block
    }
}

.row,
video {
    position: relative
}

video {
    width: 100%;
    height: auto;
    z-index: -1
}

blockquote {
    margin-left: 0
}

.row {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto
}

.row::after,
.row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}.header .column, .header .columns {float:right;}


@media screen and (min-width:40em) {
    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}.header .column:last-child:not(:first-child), .header .columns:last-child:not(:first-child) {float:left;}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-pull-1,
.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 16.66667%
}

.small-pull-2,
.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-pull-3,
.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-pull-4,
.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-pull-5,
.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-pull-6,
.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-pull-7,
.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-pull-8,
.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-pull-9,
.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-pull-10,
.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-pull-11,
.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%;
	text-align:right
	
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    margin-left: auto;
    margin-right: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-pull-1,
    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }
    .medium-pull-1 {
        left: -8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-pull-2,
    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .medium-pull-2 {
        left: -16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        width: 25%
    }
    .medium-pull-3,
    .medium-push-3 {
        position: relative;
        left: 25%
    }
    .medium-pull-3 {
        left: -25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-pull-4,
    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }
    .medium-pull-4 {
        left: -33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-pull-5,
    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }
    .medium-pull-5 {
        left: -41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        width: 50%
    }
    .medium-pull-6,
    .medium-push-6 {
        position: relative;
        left: 50%
    }
    .medium-pull-6 {
        left: -50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-pull-7,
    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }
    .medium-pull-7 {
        left: -58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-pull-8,
    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }
    .medium-pull-8 {
        left: -66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        width: 75%
    }
    .medium-pull-9,
    .medium-push-9 {
        position: relative;
        left: 75%
    }
    .medium-pull-9 {
        left: -75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-pull-10,
    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }
    .medium-pull-10 {
        left: -83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-pull-11,
    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }
    .medium-pull-11 {
        left: -91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }
    .large-pull-1,
    .large-push-1 {
        position: relative;
        left: 8.33333%
    }
    .large-pull-1 {
        left: -8.33333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-pull-2,
    .large-push-2 {
        position: relative;
        left: 16.66667%
    }
    .large-pull-2 {
        left: -16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        width: 25%
    }
    .large-pull-3,
    .large-push-3 {
        position: relative;
        left: 25%
    }
    .large-pull-3 {
        left: -25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-pull-4,
    .large-push-4 {
        position: relative;
        left: 33.33333%
    }
    .large-pull-4 {
        left: -33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-pull-5,
    .large-push-5 {
        position: relative;
        left: 41.66667%
    }
    .large-pull-5 {
        left: -41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        width: 50%
    }
    .large-pull-6,
    .large-push-6 {
        position: relative;
        left: 50%
    }
    .large-pull-6 {
        left: -50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-pull-7,
    .large-push-7 {
        position: relative;
        left: 58.33333%
    }
    .large-pull-7 {
        left: -58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-pull-8,
    .large-push-8 {
        position: relative;
        left: 66.66667%
    }
    .large-pull-8 {
        left: -66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        width: 75%
    }
    .large-pull-9,
    .large-push-9 {
        position: relative;
        left: 75%
    }
    .large-pull-9 {
        left: -75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-pull-10,
    .large-push-10 {
        position: relative;
        left: 83.33333%
    }
    .large-pull-10 {
        left: -83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-pull-11,
    .large-push-11 {
        position: relative;
        left: 91.66667%
    }
    .large-pull-11 {
        left: -91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .large-centered {
        margin-left: auto;
        margin-right: auto
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: inherit;
    font-weight: inherit
}

a,
a:active,
a:hover {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #4d4d4d
}

p {
    margin: 0 0 10px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: .5px;
	text-align:right;
}

@media screen and (max-width:640px) {
    p {
        margin: 0 10px 10px
    }
}

li {
    font-size: 15px;
    line-height: 18.75px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "Droid Arabic Kufi", sans-serif
}

@font-face {
  font-family: 'Droid Arabic Kufi';font-style: normal;font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';font-style: normal;font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.ttf) format('truetype');
}



form {
    margin-bottom: 40px
}

input,
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0
}

input {
    width: 100%;
    height: 45px;
    margin: 10px auto;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
	text-align:center
}

input[type=submit] {
    border: 0;
    text-align: center
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 110;
    height: 73px;
    padding: 0 10px;
    background: #fffffe;
    border-top: 3px solid #e4e4e4;
    will-change: transform
}

@media screen and (min-width:1024px) {
    .header {
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in
    }
}

@media screen and (max-width:640px) {
    .header {
        height: 65px;
        overflow: hidden
    }
}

@media screen and (min-width:1024px) {
    .header--pinned {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .header--unpinned {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.header__controls {
    position: relative;
    width: 100%;
    height: 69px
}

.header__search {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
    position: absolute;
    left: 100px;
    margin-top: 20px;
    color: #979797;
    transition: opacity .1s ease-in;
    opacity: 1;
    cursor: pointer
}

@media screen and (max-width:1024px) {
    .header__search {
        position: absolute;
        right: 50px
    }
}

.logo {
    text-align:right;
	transition: opacity .1s ease-in;
    opacity: 1
}

@media screen and (max-width:640px) {
    .logo {
        margin-top: 5px
    }
}

.logo h1,
.navigation .menu__item {
    display: inline-block;
    vertical-align: middle
}

.logo h1 {
    z-index: 70;
    height: 69px;
    margin: 0;
    color: #fffffe;
    text-align: left
}

@media screen and (max-width:640px) {
    .logo h1 {
        margin-left: -15px
    }
}

.logo h1 a {
    display: block;
    transition: all .6s ease-in
}

.logo h1 a span {
    display: block;
    height: 0;
    text-indent: -9999px
}

.logo h1 svg {
    vertical-align: middle;
    width: 100%;
    max-width: 130px
}

.navigation {
    direction: rtl;
	transition: opacity .1s ease-in;
    opacity: 1
}

@media screen and (max-width:640px) {
    .navigation {
        display: none
    }
}

.navigation .menu {
    position: relative;
    z-index: 50;
    padding-left: 0;
    list-style: none;
    font-size: 0;
    text-align: center
}

.navigation .menu__item {
    position: relative;
    width: 25%
}

.navigation .menu__item:before {
    content: '';
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    height: 20px;
    outline: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    will-change: transform
}

.navigation .menu__item:nth-child(1):before {
    background: #a7358c
}

.footer .menu__primary li:nth-child(1),
.menu__item--current .navigation .menu__item:nth-child(1) a,
.navigation .menu__item:nth-child(1):hover a,
.overlay__navigation .menu--primary .menu__item--title:nth-child(1) {
    color: #a7358c
}

.navigation .menu__item:nth-child(2):before {
    background: #9d9d9d
}

.footer .menu__primary li:nth-child(2),
.menu__item--current .navigation .menu__item:nth-child(2) a,
.navigation .menu__item:nth-child(2):hover a,
.overlay__navigation .menu--primary .menu__item--title:nth-child(2) {
    color: #9d9d9d
}

.navigation .menu__item:nth-child(3):before {
    background: #0080c9
}

.footer .menu__primary li:nth-child(3),
.menu__item--current .navigation .menu__item:nth-child(3) a,
.navigation .menu__item:nth-child(3):hover a,
.overlay__navigation .menu--primary .menu__item--title:nth-child(3) {
    color: #0080c9
}

.navigation .menu__item:nth-child(4):before {
    background: #535c65
}

.footer .menu__primary li:nth-child(4),
.menu__item--current .navigation .menu__item:nth-child(4) a,
.navigation .menu__item:nth-child(4):hover a,
.overlay__navigation .menu--primary .menu__item--title:nth-child(4) {
    color: #535c65
}

.navigation .menu__item--current:before,
.navigation .menu__item:hover:before {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.navigation .menu a {
    font-size: 16px;
    line-height: 69px;
    font-size: 1.6rem;
    line-height: 6.9rem;
    display: block;
    color: #000;
    font-weight: 300;
    transition: color .15s ease-in
}

.overlay__navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    z-index: 100;
    width: 100%;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: all .2s ease-in
}

@media screen and (max-width:640px) {
    .overlay__navigation {
        text-align: center;
        top: 65px
    }
}

@media screen and (min-width:640px) {
    .overlay__navigation .vertical-align {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.overlay__navigation .menu {
    display: block;
    vertical-align: middle;
    padding: 0 10px 0 0;
    list-style: none
}

@media screen and (max-width:1024px) {
    .overlay__navigation .menu {
        padding: 0 10px
    }
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu {
        margin: 0;
        padding: 0
    }
}

.overlay__navigation .menu__list {
    padding-left: 0;
    list-style: none;
    text-align: left
}

.overlay__navigation .menu__item {
    font-size: 16px;
    line-height: 32px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: all .6s cubic-bezier(.2, 1, .3, 1);
    opacity: 0
}

.overlay__navigation .menu__item:nth-child(1),
.overlay__navigation .menu__item:nth-child(2),
.overlay__navigation .menu__item:nth-child(3),
.overlay__navigation .menu__item:nth-child(4),
.overlay__navigation .menu__item:nth-child(5),
.overlay__navigation .menu__item:nth-child(6),
.overlay__navigation .menu__item:nth-child(7) {
    transition-delay: 0s
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu__item {
        font-size: 14px;
        line-height: 30px;
        font-size: 1.4rem;
        line-height: 3rem;
        text-align: center
    }
    .overlay__navigation .menu__item--has-children {
        margin-bottom: 10px
    }
}

.overlay__navigation .menu__item--has-children span {
    font-size: 32px;
    line-height: 50px;
    font-size: 3.2rem;
    line-height: 5rem;
    color: #4d4d4d;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu__item--has-children span {
        font-size: 16px;
        line-height: 18px;
        font-size: 1.6rem;
        line-height: 1.8rem
    }
}

.overlay__navigation .menu__social {
    opacity: 0
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu__social {
        display: none
    }
}

.overlay__navigation .menu--primary {
    margin-bottom: 20px;
    padding: 0
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu--primary {
        margin: 20px 0 10px
    }
}

.overlay__navigation .menu--primary .menu__item--title {
    font-size: 32px;
    line-height: 55px;
    font-size: 3.2rem;
    line-height: 5.5rem;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:640px) {
    .overlay__navigation .menu--primary .menu__item--title {
        font-size: 16px;
        line-height: 35px;
        font-size: 1.6rem;
        line-height: 3.5rem;
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }
}

.overlay__navigation .menu--primary .menu__item--title a:hover {
    color: inherit
}

.menu__social {
    font-size: 20px;
    line-height: 44px;
    font-size: 2rem;
    line-height: 4.4rem;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: #a7358c;
    border-radius: 20px;
    color: #fffffe;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all .6s cubic-bezier(.2, 1, .3, 1);
    opacity: 1
}

.menu__social:nth-child(1),
.menu__social:nth-child(2),
.menu__social:nth-child(3),
.menu__social:nth-child(4),
.menu__social:nth-child(5),
.menu__social:nth-child(6),
.menu__social:nth-child(7) {
    transition-delay: 0s
}

.menu__social:hover {
    background: #009090;
    color: #fffffe
}

@media screen and (max-width:640px) {
    body {
        padding-top: 65px
    }
}

.notfound,
.top {
    position: relative;
    z-index: 10
}

.notfound {
    z-index: 20;
    display: block;
    margin-top: -20%;
    padding: 100px 0
}

@media screen and (max-width:1024px) {
    .notfound {
        margin-top: 0;
        text-align: center
    }
}

section.page {
    overflow-x: hidden
}

[data-color=primary] {
    border-color: #4d4d4d;
    color: #4d4d4d
}

[data-color=primary] .btn {
    background-color: #4d4d4d
}

[data-color=primary] .btn:hover {
    background-color: #343434
}

[data-color=primary] .link {
    color: #4d4d4d
}

[data-color=primary] .link:hover {
    color: #343434
}

[data-color=primary] .line-reveal .overlay {
    background-color: #4d4d4d
}

[data-color=primary] .hotspot {
    background-color: #4d4d4d;
    color: #4d4d4d
}

[data-color=secondary] {
    border-color: #a7358c;
    color: #a7358c
}

[data-color=secondary] .btn {
    background-color: #a7358c
}

[data-color=secondary] .btn:hover {
    background-color: #9d9d9d
}

[data-color=secondary] .link {
    color: #a7358c
}

[data-color=secondary] .link:hover {
    color: #009090
}

[data-color=secondary] .line-reveal .overlay {
    background-color: #a7358c
}

[data-color=secondary] .hotspot {
    background-color: #a7358c;
    color: #a7358c
}

[data-color=tertiary] {
    border-color: #9d9d9d;
    color: #9d9d9d
}

[data-color=tertiary] .btn {
    background-color: #9d9d9d
}

[data-color=tertiary] .btn:hover {
    background-color: #5b436c
}

[data-color=tertiary] .link {
    color: #9d9d9d
}

[data-color=tertiary] .link:hover {
    color: #5b436c
}

[data-color=tertiary] .line-reveal .overlay {
    background-color: #9d9d9d
}

[data-color=tertiary] .hotspot {
    background-color: #9d9d9d;
    color: #9d9d9d
}

[data-color=quartenary] {
    border-color: #0080c9;
    color: #0080c9
}

[data-color=quartenary] .btn {
    background-color: #0080c9
}

[data-color=quartenary] .btn:hover {
    background-color: #d5820d
}

[data-color=quartenary] .link {
    color: #0080c9
}

[data-color=quartenary] .link:hover {
    color: #d5820d
}

[data-color=quartenary] .line-reveal .overlay {
    background-color: #0080c9
}

[data-color=quartenary] .hotspot {
    background-color: #0080c9;
    color: #0080c9
}

[data-color=quinary] {
    border-color: #535c65;
    color: #535c65
}

[data-color=quinary] .btn {
    background-color: #a7358c
}

[data-color=quinary] .btn:hover {
    background-color: #535c65
}

[data-color=quinary] .link {
    color: #535c65
}

[data-color=quinary] .link:hover {
    color: #ff5252
}

[data-color=quinary] .line-reveal .overlay {
    background-color: #535c65
}

[data-color=quinary] .hotspot {
    background-color: #535c65;
    color: #535c65
}

.footer {
	text-align:right;
    padding: 95px 0;
    font-weight: 400
}.footer .small-12{text-align:left;}

.footer .menu {
    width: 100%;
    padding-left: 0;
    list-style: none
}

.footer .menu__item {
    font-size: 12px;
    line-height: 22px;
    font-size: 1.2rem;
    line-height: 2.2rem
}

.footer .menu__item--title {
    font-size: 16px;
    line-height: 30px;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 20px
}

.footer .menu__list {
    padding-left: 0;
    list-style: none
}

.footer .menu__primary {
    font-size: 0;
    line-height: 0
}

.footer .menu__primary li {
    float: right;
    width: 25%;
    padding: 0 .9375rem
}

@media screen and (max-width:640px) {
    .footer .menu__primary li {
        width: 50%
    }
}

.footer .menu__primary li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bdbdbd
}

.footer .menu__secondary .menu__item--has-children,
.footer .menu__tertiary .menu__item--has-children {
    width: 100%
}

.footer .menu__secondary .menu__item--has-children>span,
.footer .menu__tertiary .menu__item--has-children>span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #b1b1b1
}

.footer .menu__tertiary,
.slider figure {
    position: relative
}

.footer .menu__tertiary::after,
.footer .menu__tertiary::before {
    content: ' ';
    display: table
}

.footer .menu__tertiary::after {
    clear: both
}

.footer .menu__tertiary .menu__list {
    float: right;
    width: 51%
}

.footer__social {
    position: absolute;
    top: 70px;
    left: 0
}

@media screen and (max-width:640px) {
    .footer__social {
        position: relative;
        top: -80px;
        right: 0;
        float: right;
        width: 50%;
        text-align: right
    }
}

.footer .menu__list--submenu .menu__item {
    display: inline-block;
    vertical-align: middle;
    width: 49%
}

.footer hr {
    height: 1px;
    background: #b1b1b1;
    border: 0
}

.footer .siteby {
    font-size: 12px;
    line-height: 22px;
    font-size: 1.2rem;
    line-height: 2.2rem
}

.banner {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .banner {
        padding-bottom: 100%
    }
}

.banner__block {
    width: 100%;
    height: 0;
    padding-bottom: 38%;
    position: relative;
    color: #000
}

@media screen and (max-width:640px) {
    .banner__block {
        padding-bottom: 102%
    }
}

.banner--top .banner__right,
.team__member figure.effect {
    background: #a7358c
}

.banner--top .banner__top {
    background: rgba(80, 80, 80, 0.7)
}

.banner--top .banner__top--image {
    top: 0;
    padding-bottom: 25%
}

@media screen and (max-width:640px) {
    .banner--top .banner__top--image {
        padding-bottom: 90%
    }
}

.banner--homepage .banner__text {
    top: 22%;
    color: #4d4d4d
}

@media screen and (max-width:640px) {
    .banner--homepage .banner__text {
        top: 30%
    }
}

.banner--homepage .banner__text>h1 {
    margin: 0;
    color: #4d4d4d;
    font-weight: 300
}

.banner--homepage .banner__text>h1>span {
    font-size: 26px;
    line-height: 35px;
    font-size: 2.6rem;
    line-height: 3.5rem;
    font-family: "open-sans", sans-serif
}

.banner__inner,
.banner__shade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: initial
}

.banner__shade {
    z-index: 10;
    width: 100%;
    height: 0;
    padding-bottom: 43%;
    background: rgba(255, 255, 254, .6)
}

@media screen and (max-width:640px) {
    .banner__shade {
        padding-bottom: 100%
    }
}

.banner__top {
    position: absolute;
    top: -66.26%;
    right: 0;
    bottom: 0;
    left: -30%;
    z-index: 1;
    height: 0;
    padding-bottom: 43%;
    width: 200%;
    background: #a7358c;
    outline: 1px solid transparent;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg)
}

@media screen and (max-width:640px) {
    .banner__top {
        top: -25%;
        padding-bottom: 103%
    }
}

.technology-page .banner__top {
    background: #9d9d9d
}

.delivers-page .banner__top {
    background: #0080c9
}

.results-page .banner__top {
    background: #535c65
}

.banner__full {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover
}

@media screen and (max-width:640px) {
    .banner__full {
        padding-bottom: 110%;
        background-position: 90% top
    }
}

.banner__white {
    height: 0;
    padding-bottom: 28.5%;
    position: absolute;
    top: 82%;
    right: 0;
    bottom: 0;
    left: -30%;
    z-index: 2;
    width: 200%;
    background: #fffffe;
    outline: 1px solid transparent;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg)
}

@media screen and (max-width:640px) {
    .banner__white {
        top: 90%
    }
}

.banner__right {
    position: absolute;
    top: 28%;
    right: -10%;
    bottom: 0;
    left: 0;
    z-index: initial;
    height: 0;
    padding-bottom: 28.5%;
    width: 200%;
    overflow: hidden;
    background: rgba(0, 159, 159, .5);
    outline: 1px solid transparent;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg)
}

@media screen and (max-width:640px) {
    .banner__right {
        top: 70%
    }
}

.technology-page .banner__right {
    background: rgba(99, 72, 118, .5)
}

.delivers-page .banner__right {
    background: rgba(228, 139, 13, .5)
}

.results-page .banner__right {
    background: rgba(255, 97, 97, .5)
}

.banner__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.memodel-page .banner__image {
    height: 0;
    padding-bottom: 28.5%;
    left: 30%;
    width: 100%;
    background-size: contain
}

@media screen and (max-width:640px) {
    .memodel-page .banner__image {
        top: 68%
    }
}

.banner__image--top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    padding-bottom: 43%;
    width: 100%
}

@media screen and (max-width:640px) {
    .banner__image--top {
        top: 68%
    }
}

.banner__image--right {
    position: absolute;
    top: 21%;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: -1;
    height: 0;
    padding-bottom: 33.33333%;
    width: 50%
}

@media screen and (max-width:640px) {
    .banner__image--right {
        top: 68%
    }
}

.banner__text,
.banner__text .cycle>.item {
    font-size: 68px;
    line-height: 70px;
    font-size: 6.8rem;
    line-height: 7rem;
    position: absolute
}

.banner__text {
    width: 100%;
    margin: 0;
    color: #fffffe;
    font-weight: 300;
    text-align: center;
    top: 30%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:1024px) {
    .banner__text {
        font-size: 38px;
        line-height: 38px;
        font-size: 3.8rem;
        line-height: 3.8rem
    }
}

@media screen and (max-width:640px) {
    .banner__text {
        top: 35%
    }
}

.banner__text .cycle,
.banner__text>span {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

.banner__text>span {
    font-size: 26px;
    line-height: 26px;
    font-size: 2.6rem;
    line-height: 2.6rem;
    display: block;
    width: 100%
}

@media screen and (max-width:1024px) {
    .banner__text>span {
        font-size: 18px;
        line-height: 24px;
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media screen and (max-width:640px) {
    .banner__text>span {
        margin-top: 10px
    }
}

.banner__text .cycle {
    position: relative;
    font-style: italic;
    text-align: center
}

@media screen and (max-width:1024px) {
    .banner__text .cycle {
        font-size: 40px;
        line-height: 40px;
        font-size: 4rem;
        line-height: 4rem
    }
}

.banner__text .cycle>.item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:640px) {
    .banner__text .cycle>.item {
        font-size: 38px;
        line-height: 58px;
        font-size: 3.8rem;
        line-height: 5.8rem
    }
}

.banner__text .cycle>.item.current {
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.banner__text .cycle>.item.last {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
}

.banner__cta {
    position: absolute;
    top: 75%;
    right: 50%;
    bottom: initial;
    left: 50%;
    z-index: 40;
    font-size: 16px;
    line-height: 30px;
    font-size: 1.6rem;
    line-height: 3rem;
    width: 100%;
    max-width: 160px;
    margin: 0 auto 0 -80px;
    outline: none;
    font-family: "open-sans", sans-serif;
    text-align: center;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%)
}

@media screen and (max-width:1024px) {
    .banner__cta {
        line-height: 20px
    }
}

@media screen and (max-width:640px) {
    .banner__cta {
        top: 93%
    }
}

.banner--homepage .banner__cta {
    font-size: 16px;
    line-height: 70px;
    font-size: 1.6rem;
    line-height: 7rem;
    top: 65%
}

@media screen and (max-width:1024px) {
    .banner--homepage .banner__cta {
        text-indent: -9999px
    }
}

@media screen and (max-width:640px) {
    .banner--homepage .banner__cta {
        top: 83%
    }
}

.banner__btn {
    font-size: 40px;
    line-height: 90px;
    font-size: 4rem;
    line-height: 9rem;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background: #fffffe;
    border-radius: 45px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    color: #a7358c;
    text-align: center;
    text-indent: 7px;
    transition: all .1s ease-in
}

@media screen and (max-width:640px) {
    .banner__btn {
        box-shadow: none;
        border: 1px solid #eee
    }
}

.banner__btn:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}

.technology-page .banner__btn {
    color: #9d9d9d
}

.delivers-page .banner__btn {
    color: #0080c9
}

.results-page .banner__btn {
    color: #535c65
}

.slider .slide {
    text-align: center
}

.slider__content {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

.slider__author,
.slider__content,
.slider__position {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem
}

.slider__position {
    font-size: 16px;
    font-size: 1.6rem
}

.slider__controls {
    width: 100%;
    margin: 20px auto;
    color: #a7358c;
    line-height: 5px;
    text-align: center
}

.slider__control {
    transition: all .2s ease-in;
    cursor: pointer
}

.slider__control:hover {
    color: #4d4d4d
}

.slider__control,
.slider__nav,
.slider__nav>a {
    display: inline-block;
    vertical-align: middle
}

.slider__nav {
    min-width: 190px;
    text-align: center
}

.slider__nav>a {
    width: 4px;
    height: 4px;
    margin: 10px 5px;
    padding: 5px;
    background-color: #a7358c;
    border-radius: 10px;
    transition: all .3s ease-in
}

.slider__nav>a.active,
.slider__nav>a:hover {
    background: #4d4d4d
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 10px
}

[data-steps='1'] {
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1)
}

[data-steps='2'] {
    -webkit-animation-timing-function: steps(2);
    animation-timing-function: steps(2)
}

[data-steps='3'] {
    -webkit-animation-timing-function: steps(3);
    animation-timing-function: steps(3)
}

[data-steps='4'] {
    -webkit-animation-timing-function: steps(4);
    animation-timing-function: steps(4)
}

[data-steps='5'] {
    -webkit-animation-timing-function: steps(5);
    animation-timing-function: steps(5)
}

[data-steps='6'] {
    -webkit-animation-timing-function: steps(6);
    animation-timing-function: steps(6)
}

[data-steps='7'] {
    -webkit-animation-timing-function: steps(7);
    animation-timing-function: steps(7)
}

[data-steps='8'] {
    -webkit-animation-timing-function: steps(8);
    animation-timing-function: steps(8)
}

[data-steps='9'] {
    -webkit-animation-timing-function: steps(9);
    animation-timing-function: steps(9)
}

[data-steps='10'] {
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10)
}

[data-steps='11'] {
    -webkit-animation-timing-function: steps(11);
    animation-timing-function: steps(11)
}

[data-steps='12'] {
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12)
}

[data-steps='13'] {
    -webkit-animation-timing-function: steps(13);
    animation-timing-function: steps(13)
}

[data-steps='14'] {
    -webkit-animation-timing-function: steps(14);
    animation-timing-function: steps(14)
}

[data-steps='15'] {
    -webkit-animation-timing-function: steps(15);
    animation-timing-function: steps(15)
}

[data-steps='16'] {
    -webkit-animation-timing-function: steps(16);
    animation-timing-function: steps(16)
}

[data-steps='17'] {
    -webkit-animation-timing-function: steps(17);
    animation-timing-function: steps(17)
}

[data-steps='18'] {
    -webkit-animation-timing-function: steps(18);
    animation-timing-function: steps(18)
}

[data-steps='19'] {
    -webkit-animation-timing-function: steps(19);
    animation-timing-function: steps(19)
}

[data-steps='20'] {
    -webkit-animation-timing-function: steps(20);
    animation-timing-function: steps(20)
}

[data-steps='21'] {
    -webkit-animation-timing-function: steps(21);
    animation-timing-function: steps(21)
}

[data-steps='22'] {
    -webkit-animation-timing-function: steps(22);
    animation-timing-function: steps(22)
}

[data-steps='23'] {
    -webkit-animation-timing-function: steps(23);
    animation-timing-function: steps(23)
}

[data-steps='24'] {
    -webkit-animation-timing-function: steps(24);
    animation-timing-function: steps(24)
}

[data-steps='25'] {
    -webkit-animation-timing-function: steps(25);
    animation-timing-function: steps(25)
}

[data-steps='26'] {
    -webkit-animation-timing-function: steps(26);
    animation-timing-function: steps(26)
}

[data-steps='27'] {
    -webkit-animation-timing-function: steps(27);
    animation-timing-function: steps(27)
}

[data-steps='28'] {
    -webkit-animation-timing-function: steps(28);
    animation-timing-function: steps(28)
}

[data-steps='29'] {
    -webkit-animation-timing-function: steps(29);
    animation-timing-function: steps(29)
}

[data-steps='30'] {
    -webkit-animation-timing-function: steps(30);
    animation-timing-function: steps(30)
}

[data-steps='31'] {
    -webkit-animation-timing-function: steps(31);
    animation-timing-function: steps(31)
}

[data-steps='32'] {
    -webkit-animation-timing-function: steps(32);
    animation-timing-function: steps(32)
}

[data-steps='33'] {
    -webkit-animation-timing-function: steps(33);
    animation-timing-function: steps(33)
}

[data-steps='34'] {
    -webkit-animation-timing-function: steps(34);
    animation-timing-function: steps(34)
}

[data-steps='35'] {
    -webkit-animation-timing-function: steps(35);
    animation-timing-function: steps(35)
}

[data-steps='36'] {
    -webkit-animation-timing-function: steps(36);
    animation-timing-function: steps(36)
}

[data-steps='37'] {
    -webkit-animation-timing-function: steps(37);
    animation-timing-function: steps(37)
}

[data-steps='38'] {
    -webkit-animation-timing-function: steps(38);
    animation-timing-function: steps(38)
}

[data-steps='39'] {
    -webkit-animation-timing-function: steps(39);
    animation-timing-function: steps(39)
}

[data-steps='40'] {
    -webkit-animation-timing-function: steps(40);
    animation-timing-function: steps(40)
}

[data-steps='41'] {
    -webkit-animation-timing-function: steps(41);
    animation-timing-function: steps(41)
}

[data-steps='42'] {
    -webkit-animation-timing-function: steps(42);
    animation-timing-function: steps(42)
}

[data-steps='43'] {
    -webkit-animation-timing-function: steps(43);
    animation-timing-function: steps(43)
}

[data-steps='44'] {
    -webkit-animation-timing-function: steps(44);
    animation-timing-function: steps(44)
}

[data-steps='45'] {
    -webkit-animation-timing-function: steps(45);
    animation-timing-function: steps(45)
}

[data-steps='46'] {
    -webkit-animation-timing-function: steps(46);
    animation-timing-function: steps(46)
}

[data-steps='47'] {
    -webkit-animation-timing-function: steps(47);
    animation-timing-function: steps(47)
}

[data-steps='48'] {
    -webkit-animation-timing-function: steps(48);
    animation-timing-function: steps(48)
}

[data-steps='49'] {
    -webkit-animation-timing-function: steps(49);
    animation-timing-function: steps(49)
}

[data-steps='50'] {
    -webkit-animation-timing-function: steps(50);
    animation-timing-function: steps(50)
}

[data-duration='1'] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

[data-duration='2'] {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

[data-duration='3'] {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

[data-duration='4'] {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

[data-duration='5'] {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

[data-duration='6'] {
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

[data-duration='7'] {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

[data-duration='8'] {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

[data-duration='9'] {
    -webkit-animation-duration: 9s;
    animation-duration: 9s
}

[data-duration='10'] {
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.animation {
    position: relative;
    width: 100%;
    margin: 0
}

.animation::before {
    content: '';
    display: block
}

.animation--collection-model {
    max-width: 290px;
    margin-top: -200px
}

@media screen and (max-width:1024px) {
    .animation--collection-model {
        margin-top: -100px
    }
}

@media screen and (max-width:640px) {
    .animation--collection-model {
        margin: 0 auto
    }
}

.animation--collection-model::before {
    width: 100%;
    height: 0;
    padding-bottom: 185.86207%
}

.animation--collection-dress {
    float: right;
    max-width: 210px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media screen and (max-width:1024px) {
    .animation--collection-dress {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%)
    }
}

@media screen and (max-width:640px) {
    .animation--collection-dress {
        float: none;
        margin: 0 auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.animation--collection-dress::before {
    width: 100%;
    height: 0;
    padding-bottom: 256.66667%
}

.animation--why-iphone {
    max-width: 270px
}

.animation--why-iphone::before {
    width: 100%;
    height: 0;
    padding-bottom: 185.76923%
}

.animation--vision-model {
    max-width: 215px;
    margin: 30% auto 0
}

@media screen and (max-width:640px) {
    .animation--vision-model {
        margin: 20% auto 0
    }
}

.animation--vision-model::before {
    width: 100%;
    height: 0;
    padding-bottom: 325.5814%
}

.animation--shoppers-chart {
    border-color: #c0aecd
}

@media screen and (max-width:640px) {
    .animation--shoppers-chart {
        margin: 20% auto 0
    }
}

.animation--shoppers-chart img {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

.animation__block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.animation__block img {
    width: 100%;
    -webkit-animation-name: renderfreesprite;
    animation-name: renderfreesprite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes renderfreesprite {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes renderfreesprite {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.js-reveal {
    transition: .5s ease-in-out;
    opacity: 1
}

.js-reveal.inactive {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.slider figure {
    display: block;
    margin: 0;
    overflow: hidden
}

.slider__slide {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 80vh
}

.slider .inner-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    background: 0 0
}

.button,
.carousel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.carousel:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 68px;
    height: 68px;
    background: 0 0;
    border: 0;
    -webkit-transform: scale(.55);
    -ms-transform: scale(.55);
    transform: scale(.55);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none;
    tap-highlight-color: rgba(255, 255, 254, 0)
}

@media screen and (max-width:1024px) {
    .button {
        right: -20px;
        display: block
    }
}

@media screen and (max-width:640px) {
    .button {
        right: -15px
    }
}

.button:focus {
    outline: 0
}

.path-burger {
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(assets/svg/mask.svg)
}

.animate-path,
.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px
}

.path-rotation {
    width: 34px;
    height: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.path-rotation::before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #979797
}

.no-cssmask .path-rotation::before {
    background: 0 0
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.button.is-open .path {
    -webkit-animation: dash-in .6s linear normal forwards;
    animation: dash-in .6s linear normal forwards
}

.button.is-open .animate-path {
    -webkit-animation: rotate-in .6s linear normal forwards;
    animation: rotate-in .6s linear normal forwards
}

.button.is-closed .path {
    -webkit-animation: dash-out .6s linear normal forwards;
    animation: dash-out .6s linear normal forwards
}

.button.is-closed .animate-path {
    -webkit-animation: rotate-out .6s linear normal forwards;
    animation: rotate-out .6s linear normal forwards
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round
}

@-webkit-keyframes dash-in {
    0%,
    40% {
        stroke-dashoffset: 240
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash-in {
    0%,
    40% {
        stroke-dashoffset: 240
    }
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0
    }
    40%,
    to {
        stroke-dashoffset: 240
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0
    }
    40%,
    to {
        stroke-dashoffset: 240
    }
}

.burger-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    padding: 20px 16px
}

.burger-container {
    position: relative;
    width: 36px;
    height: 28px
}

.burger-bun-bot,
.burger-bun-top,
.burger-filling {
    position: absolute;
    display: block;
    width: 36px;
    height: 4px;
    background-color: #979797;
    border-radius: 2px
}

.burger-bun-bot,
.burger-bun-top {
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px
}

.burger-bun-top {
    top: 0
}

.burger-bun-bot {
    bottom: 0
}

.burger-filling {
    top: 12px
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0
}

.burger-ring,
.svg-ring {
    width: 68px;
    height: 68px
}

.button.is-open .burger-bun-top {
    -webkit-animation: bun-top-out .6s linear normal forwards;
    animation: bun-top-out .6s linear normal forwards
}

.button.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out .6s linear normal forwards;
    animation: bun-bot-out .6s linear normal forwards
}

.button.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in .6s linear normal forwards;
    animation: bun-top-in .6s linear normal forwards
}

.button.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in .6s linear normal forwards;
    animation: bun-bot-in .6s linear normal forwards
}

@-webkit-keyframes bun-top-out {
    0% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    80% {
        top: 0;
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
    to {
        top: 1px;
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes bun-top-out {
    0% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    80% {
        top: 0;
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
    to {
        top: 1px;
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
    80% {
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    to {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
    80% {
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    to {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    80% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    80% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.button.is-open .burger-filling {
    -webkit-animation: burger-fill-out .6s linear normal forwards;
    animation: burger-fill-out .6s linear normal forwards
}

.button.is-closed .burger-filling {
    -webkit-animation: burger-fill-in .6s linear normal forwards;
    animation: burger-fill-in .6s linear normal forwards
}

@-webkit-keyframes burger-fill-in {
    0% {
        left: 36px;
        width: 0
    }
    40% {
        left: 40px;
        width: 0
    }
    80% {
        left: -6px;
        width: 36px
    }
    to {
        left: 0;
        width: 36px
    }
}

@keyframes burger-fill-in {
    0% {
        left: 36px;
        width: 0
    }
    40% {
        left: 40px;
        width: 0
    }
    80% {
        left: -6px;
        width: 36px
    }
    to {
        left: 0;
        width: 36px
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        left: 0;
        width: 36px
    }
    20% {
        left: -6px;
        width: 42px
    }
    40% {
        left: 40px;
        width: 0
    }
    to {
        left: 36px;
        width: 0
    }
}

@keyframes burger-fill-out {
    0% {
        left: 0;
        width: 36px
    }
    20% {
        left: -6px;
        width: 42px
    }
    40% {
        left: 40px;
        width: 0
    }
    to {
        left: 36px;
        width: 0
    }
}

.overlay__search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    z-index: 100;
    width: 100%;
    max-width: 960px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: all .2s ease-in
}

.overlay__search .wpls,
.search {
    opacity: 0
}

.search {
    top: 75px;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: all .6s cubic-bezier(.2, 1, .3, 1)
}

.search__wrap {
    position: relative;
    right: -20px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-right: 20px;
    overflow-x: hidden;
    overflow-y: auto
}

.search__block {
    font-size: 0;
    line-height: 0;
    position: relative;
    border-bottom: 1px solid #979797
}

@media screen and (max-width:640px) {
    .search__block {
        border-bottom: 0
    }
}

.search__icon {
    font-size: 60px;
    line-height: 60px;
    font-size: 6rem;
    line-height: 6rem;
    display: inline-block;
    vertical-align: bottom;
    width: 15%;
    height: 68px;
    color: #a7358c
}

@media screen and (max-width:640px) {
    .search__icon {
        font-size: 40px;
        line-height: 55px;
        font-size: 4rem;
        line-height: 5.5rem;
        height: 48px
    }
}

.search__input {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    height: auto;
    margin: 0;
    padding: 5px;
    background: 0 0;
    border: 0;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

@media screen and (max-width:640px) {
    .search__input {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
}

.search__input:focus {
    outline: none
}

.search::-webkit-input-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300
}

.search::-moz-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300
}

.search:-ms-input-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300
}

.search::placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300
}

@media screen and (max-width:640px) {
    .search::-webkit-input-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
    .search::-moz-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
    .search:-ms-input-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
    .search::placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
}

.search__results ul {
    padding-left: 0;
    transition: opacity .6s cubic-bezier(.2, 1, .3, 1);
    opacity: 0
}

@media screen and (max-width:640px) {
    .search__results ul {
        margin: 0;
        padding: 0
    }
}

.search__results ul.wpls--full {
    opacity: 1
}

.wpls--loading {
    position: absolute;
    top: 30px;
    right: 0;
    width: 68px;
    height: 68px;
    opacity: 0
}

.wpls--hide {
    height: 0;
    opacity: 0
}

.wpls--show {
    height: auto;
    opacity: 1
}

.wpls--results-wrap {
    font-size: 13px;
    line-height: 30px;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #a7358c;
    text-transform: uppercase
}

.wpls--full {
    list-style: none
}

.wpls--full li {
    font-size: 16px;
    line-height: 30px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 5px;
    transition: all .2s ease-in
}

.wpls--full li:hover {
    background: #f0f0f0
}

.blog__filters h2,
.wpls--full h4 {
    margin: 0
}

svg.spinner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 40px;
    x: 0;
    y: 0;
    viewBox: 0 0 40 40
}

svg.spinner circle {
    -webkit-transform-origin: 20px 20px 0;
    -ms-transform-origin: 20px 20px 0;
    transform-origin: 20px 20px 0;
    -webkit-animation-name: spinner;
    animation-name: spinner;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    fill: transparent;
    stroke: #979797;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        stroke-dashoffset: 26.4
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        stroke-dashoffset: 125.6
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        stroke-dashoffset: 26.4
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        stroke-dashoffset: 125.6
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4
    }
}

.overlay-active .overlay__cover {
    -webkit-transform: scale(130);
    -ms-transform: scale(130);
    transform: scale(130);
    opacity: .95
}

.overlay-active .header .logo,
.overlay-active .navigation {
    opacity: 0
}

@media screen and (max-width:640px) {
    .overlay-active .header .logo {
        opacity: 1
    }
}

.overlay-navigation .overlay__navigation {
    height: 100%;
    overflow: initial
}

.overlay-navigation .overlay__navigation .menu__item,
.overlay-navigation .overlay__navigation .menu__social {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(7),
.overlay-navigation .overlay__navigation .menu__social:nth-child(7) {
    transition-delay: 1.125s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(6),
.overlay-navigation .overlay__navigation .menu__social:nth-child(6) {
    transition-delay: .975s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(5),
.overlay-navigation .overlay__navigation .menu__social:nth-child(5) {
    transition-delay: .825s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(4),
.overlay-navigation .overlay__navigation .menu__social:nth-child(4) {
    transition-delay: .675s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(3),
.overlay-navigation .overlay__navigation .menu__social:nth-child(3) {
    transition-delay: .525s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(2),
.overlay-navigation .overlay__navigation .menu__social:nth-child(2) {
    transition-delay: .375s
}

.overlay-navigation .overlay__navigation .menu__item:nth-child(1),
.overlay-navigation .overlay__navigation .menu__social:nth-child(1) {
    transition-delay: .225s
}

.overlay-navigation .header .header__search,
.overlay-search .header .header__search {
    opacity: 0
}

.overlay__wrap {
    position: relative;
    right: -20px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-bottom: 150px;
    overflow-y: auto;
    overflow-x: hidden
}

.overlay__cover {
    content: '';
    position: fixed;
    top: 0;
    right: -80px;
    z-index: 90;
    width: 35px;
    height: 35px;
    background: #fffffe;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .6s ease-in-out;
    -webkit-filter: none;
    filter: none
}

.overlay-search .overlay__search {
    width: 100%;
    max-width: 960px;
    height: 100%;
    overflow: hidden
}

.overlay-search .search {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.newsletter {
    padding: 95px 0;
    background: #43413f;
    color: #fffffe;
    text-align: center
}

.newsletter .title {
    font-size: 70px;
    line-height: 70px;
    font-size: 7rem;
    line-height: 7rem;
    margin-top: 0;
    margin-bottom: 45px;
    color: inherit;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-weight: 300;
	text-align:center
}

@media screen and (max-width:1024px) {
    .newsletter .title {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.newsletter .highlight {
	  color: #a7358c
}

.newsletter p,
.textblock .split span.split--alt {
    font-size: 16px;
    line-height: 25px;
    font-size: 1.6rem;
    line-height: 2.5rem
}

.newsletter p {
    margin-bottom: 25px;
	text-align:center
}

.btn,
.textblock--triple {
    font-size: 16px;
    font-size: 1.6rem
}

.btn,
.textblock .split span {
    display: block;
    font-weight: 300
}

.btn,
.btn--hanger::before {
    line-height: 45px;
    line-height: 4.5rem
}

.btn {
    position: relative;
    width: 100%;
    height: 45px;
    background: #a7358c;
    color: #fffffe;
    outline: none;
    transition: all .2s ease-in;
    padding: 0;
    text-align: center
}

.btn:hover {
    background: #009090;
    color: #fffffe
}

.btn--hanger::before {
    font-size: 15px;
    font-size: 1.5rem;
    content: 'l';
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-family: 'metail';
    font-weight: 400;
    text-align: left
}

.textblock .split {
    font-size: 68px;
    line-height: 70px;
    font-size: 36px;
    line-height: 7rem;
    display: block;
    color: inherit;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300;
	text-align:right;
	
}

@media screen and (max-width:1024px) {
    .textblock .split {
        margin-bottom: 0
    }
}

@media screen and (max-width:640px) {
    .textblock .split {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem;
        text-align: center
    }
}

.textblock .split span {
    font-size: 26px;
    line-height: 50px;
    font-size: 2.6rem;
    line-height: 5rem;
    font-family: "Droid Arabic Kufi", sans-serif
}

@media screen and (max-width:640px) {
    .textblock .split span {
        font-size: 16px;
        line-height: 30px;
        font-size: 1.6rem;
        line-height: 3rem
    }
}

.textblock .split span.split--alt {
    width: 80%;
    margin-top: 10px;
    color: #b1b1b1;
    font-family: "Droid Arabic Kufi", sans-serif
}

@media screen and (max-width:640px) {
    .textblock .split span.split--alt {
        width: 100%;
        text-align: center
    }
}

.textblock .split span.split--sub {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 80%;
    margin-top: 10px;
    color: #979797;
    font-family: "Droid Arabic Kufi", sans-serif
}

@media screen and (max-width:640px) {
    .textblock .split span.split--sub {
        width: 100%;
        text-align: center
    }
}

.textblock .title span {
    font-size: 42px;
    line-height: 42px;
    font-size: 36px;
    line-height: 4.2rem;
    display: block;
    color: #4d4d4d;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

@media screen and (max-width:640px) {
    .textblock .title span {
        font-size: 26px;
        line-height: 30px;
        font-size: 2.6rem;
        line-height: 3rem;
        text-align: center
    }
}

.textblock .blurb {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 40px;
    color: initial
}

@media screen and (max-width:1024px) {
    .textblock .blurb {
        margin: 20px 0
    }
}

@media screen and (max-width:640px) {
    .textblock .blurb,
    .textblock .blurb p {
        text-align: center
    }
}

.textblock .btn {
    max-width: 220px;
    margin: 20px 0
}

@media screen and (max-width:640px) {
    .textblock .btn,
    .textblock .link {
        margin: 20px auto
    }
}

.textblock--triple {
    line-height: 24px;
    line-height: 2.4rem;
    padding: 90px 0 0
}

@media screen and (max-width:640px) {
    .textblock--triple {
        text-align: center
    }
    .textblock--triple .btn,
    .textblock--triple .link {
        max-width: 190px;
        margin: 0 auto
    }
}

.link,
.link span {
    font-size: 16px;
    font-size: 1.6rem;
    color: inherit
}

.link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 190px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    font-weight: 700;
    transition: all .2s ease-in;
    line-height: 30px;
    line-height: 3rem
}

.link span {
    line-height: 26px;
    line-height: 2.6rem;
    float: right;
    padding-top: 4px
}

@media screen and (max-width:640px) {
    .fulltitle .btn,
    .fulltitle .link {
        max-width: 190px;
        margin: 0 auto
    }
}

.fulltitle .split,
.hotspot {
    display: block;
    text-align: center
}

.fulltitle .split,
.fulltitle .split span {
    font-family: "open-sans", sans-serif;
    font-weight: 300
}

.fulltitle .split {
    margin-bottom: 150px;
    width: 100%;
    color: #4d4d4d;
    font-size: 68px;
    line-height: 70px;
    font-size: 6.8rem;
    line-height: 7rem
}

@media screen and (max-width:640px) {
    .fulltitle .split {
        font-size: 42px;
        line-height: 48px;
        font-size: 4.2rem;
        line-height: 4.8rem;
        margin-bottom: 0
    }
}

.fulltitle .split span {
    font-size: 26px;
    line-height: 50px;
    font-size: 2.6rem;
    line-height: 5rem;
    display: block
}

@media screen and (max-width:640px) {
    .fulltitle .split span {
        font-size: 16px;
        line-height: 30px;
        font-size: 1.6rem;
        line-height: 3rem
    }
}

.fulltitle .split::after,
.fulltitle .split::before {
    content: '';
    position: absolute;
    right: 50%;
    left: 50%;
    display: block;
    width: 1px;
    height: 64px;
    background-image: url(assets/img/vertical-dash.png);
    background-repeat: repeat-y;
    background-position: top center
}

@media screen and (max-width:640px) {
    .fulltitle .split::after,
    .fulltitle .split::before {
        display: none
    }
}

.fulltitle .split::before {
    top: -30px
}

.fulltitle .split::after {
    top: 180px
}

.hotspot {
    font-size: 35px;
    line-height: 45px;
    font-size: 3.5rem;
    line-height: 4.5rem;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    outline: none;
    color: #fffffe;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in
}

.hotblock,
.hotspot__target {
    max-width: 1024px;
    margin: 0 auto
}

.hotspot__target {
    display: block
}

.hotspot__target--contrast .hotblock {
    background: #e4e4e4
}

.hotspot .circle {
    position: absolute;
    left: 3px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    transition: all .2s ease-out
}

.hotspot .ring {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px auto auto -20px;
    border: 1px solid;
    border-color: inherit;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
    opacity: 0
}

.hotspot:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hotspot:hover .ring {
    -webkit-animation: none;
    animation: none
}

.hotspot:hover .circle {
    -webkit-transform: scale(.875);
    -ms-transform: scale(.875);
    transform: scale(.875);
    opacity: .8;
    cursor: pointer
}

.hotspot.active {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    opacity: 1;
    cursor: pointer
}

.hotspot:active .ring {
    -webkit-animation: stop-pulsate .3s;
    animation: stop-pulsate .3s
}

.hotspot:active .circle {
    -webkit-transform: scale(.875);
    -ms-transform: scale(.875);
    transform: scale(.875);
    opacity: .8;
    cursor: pointer
}

.hotblock {
    position: relative;
    width: auto;
    min-height: 400px;
    padding: 25px;
    overflow: hidden;
    background: #fffffe;
    color: #a7358c
}

.hotblock__img,
.videoblock video {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.download a,
.entry__content a,
.entry__summary a,
.memodel-page .hotblock,
.post__content a,
.post__summary a {
    color: #a7358c
}

.technology-page .hotblock {
    color: #9d9d9d
}

.delivers-page .hotblock {
    color: #0080c9
}

.results-page .hotblock {
    color: #535c65
}

.videoblock video {
    z-index: 10;
    width: 100%;
    max-width: 320px
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

@-webkit-keyframes stop-pulsate {
    0% {
        opacity: .4
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes stop-pulsate {
    0% {
        opacity: .4
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.bordered::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    border-width: 15px;
    border-style: solid;
    border-color: inherit
}

.bordered--bottomleft,
.bordered--bottomright,
.bordered--topleft {
    margin-bottom: 20%
}

.bordered--topleft::before {
    position: absolute;
    top: -13%;
    right: 65%;
    bottom: 65%;
    left: -17%;
    z-index: -1
}

.bordered--bottomright::before {
    position: absolute;
    top: 35%;
    right: -17%;
    bottom: -13%;
    left: 21%;
    z-index: -1
}

@media screen and (max-width:640px) {
    .bordered--bottomright::before {
        position: absolute;
        top: 35%;
        right: 0;
        bottom: -10%;
        left: 0;
        z-index: -1
    }
}

.bordered--bottomleft::before {
    position: absolute;
    top: 35%;
    right: 21%;
    bottom: -25%;
    left: -21%;
    z-index: -1
}

@media screen and (max-width:1024px) {
    .bordered--bottomleft::before {
        position: absolute;
        top: -35%;
        right: 21%;
        bottom: 35%;
        left: -21%;
        z-index: -1
    }
}

.line-reveal {
    width: 120%;
    height: 3px;
    overflow: hidden;
    position: absolute;
    z-index: 40;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

@media screen and (max-width:1024px) {
    .line-reveal {
        right: 0
    }
}

.line-reveal.show .overlay {
    -webkit-animation-name: wipe;
    animation-name: wipe;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.line-reveal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 1px;
    background: #a7358c;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

@-webkit-keyframes wipe {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes wipe {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.acf-map {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    position: relative
}

.acf-map>iframe,
.timeline::before,
.video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery {
    margin: 100px 0
}

.gallery__wrap {
    display: block;
    width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .gallery__wrap img {
        width: 100%;
        min-height: 180px
    }
}

.timeline {
    position: relative;
    margin-top: -15%;
    padding: 300px 0 150px
}

@media screen and (max-width:640px) {
    .timeline {
        margin-top: 0;
        padding-top: 100px
    }
}

.timeline::before {
    content: '';
    right: 50%;
    bottom: 0;
    left: 50%;
    z-index: 5;
    display: block;
    width: 1px;
    margin-left: -1px;
    background: #e4e4e4
}

@media screen and (max-width:640px) {
    .timeline::before {
        right: 20px;
        left: initial
    }
}

.timeline__left {
    float: left;
    margin-bottom: 15px;
    padding-right: 50px;
    text-align: right
}

.timeline__left--flush {
    padding-right: 0;
    padding-left: 0
}

.timeline__right {
    float: right;
    margin-bottom: 15px;
    padding-left: 50px;
    text-align: left
}

@media screen and (max-width:640px) {
    .timeline__right {
        float: left;
        padding-right: 50px;
        padding-left: 0;
        text-align: right
    }
}

.timeline__right--flush {
    padding-right: 0;
    padding-left: 0
}

.timeline__rtl {
    direction: rtl
}

.timeline__date,
.timeline__text {
    line-height: 24px;
    line-height: 2.4rem;
    color: #4d4d4d
}

.timeline__date {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300;
    font-size: 26px;
    font-size: 2.6rem
}

.timeline__text {
    font-size: 16px;
    font-size: 1.6rem
}

.timeline__img {
    margin: 20px 0
}

.timeline__img img {
    width: 100%
}

@media screen and (max-width:640px) {
    .timeline__img img {
        padding-right: 50px
    }
}

.bloglanding {
    position: relative;
    z-index: 10;
    margin-top: -8%
}

@media screen and (max-width:1024px) {
    .bloglanding {
        margin-top: 10%
    }
}

@media screen and (max-width:640px) {
    .bloglanding {
        padding-bottom: 10%
    }
}

.bloglanding .row {
    margin-bottom: 50px
}

@media screen and (max-width:640px) {
    .bloglanding .row {
        margin-bottom: 0
    }
}

.bloglanding__img {
    width: 100%
}

.blog__post {
    padding-top: 50px
}

.blog__filters {
    padding: 30px 40px 14px;
    border: 1px solid #d7d7d7
}

.blog__filters--nob {
    border-top: 0
}

.blog__filters ul {
    padding: 0
}

.blog__filters ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 700;
    line-height: 35px
}

.blog__filters ul li,
.blog__filters ul li a {
    display: inline-block;
    width: 100%
}

.blog__filters span {
    position: relative;
    top: 2px;
    float: right;
    color: #bdbdbd
}

pre {
    display: block;
    margin: 0 0 10px;
    padding: 9.5px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word
}

.archive__title {
    font-size: 42px;
    line-height: 42px;
    font-size: 4.2rem;
    line-height: 4.2rem
}

.entry__title,
.post__title {
    font-size: 32px;
    line-height: 35px;
    font-size: 3.2rem;
    line-height: 3.5rem;
	text-align:right;
    margin: 0 0 15px
}

@media screen and (max-width:1024px) {
    .entry__title,
    .post__title {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin: 20px 0
    }
}

.entry__content,
.entry__summary,
.post__content,
.post__summary {
    font-size: 16px;
    line-height: 26px;
    font-size: 1.6rem;
    line-height: 2.6rem;
	text-align:right;
	direction:rtl;
    margin-bottom: 50px
}

.entry__content span,
.entry__summary span,
.post__content span,
.post__summary span {
    font-weight: 300!important
}

.entry__content img,
.entry__summary img,
.post__content img,
.post__summary img {
    max-width: 100%
}

.entry__meta,
.post__meta {
    font-size: 14px;
    line-height: 26px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: left
}

.entry__img,
.post__img {
    display: block;
    width: 100%;
    height: 330px;
    margin: 20px 0 100px;
    background-position: center top;
    background-size: cover
}

@media screen and (max-width:1024px) {
    .entry__img,
    .post__img {
        max-width: 600px;
        margin: 0 auto 50px;
        height: 200px
    }
}

.post__list {
    position: relative;
    z-index: 10;
    margin-top: -15%
}

@media screen and (max-width:1024px) {
    .post__list {
        margin-top: 0
    }
}

.post__social {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #bdbdbd
}

.post__social i {
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #a7358c;
    font-size: 22px
}

.also {
    margin: 50px auto
}

.also__block {
    position: relative;
    display: block;
    min-height: 700px;
    padding: 20px;
    border: 1px solid #e4e4e4
}

.also__title {
    font-size: 42px;
    line-height: 42px;
    font-size: 4.2rem;
    line-height: 4.2rem;
    display: block;
    width: 100%;
    font-family: "Droid Arabic Kufi", sans-serif;
    text-align: center
}

.also__subtitle {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 20px 0
}

.also__img {
    display: block;
    width: 100%;
    height: 270px;
    background-position: center top;
    background-size: cover
}

.also__meta {
    font-size: 14px;
    line-height: 26px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 700;
    text-align: left
}

.also .btn {
    position: absolute;
    bottom: 20px;
    width: 90%
}

.pagination {
    display: block;
    margin: 40px auto;
    text-align: center;
    text-transform: uppercase
}

.page-numbers {
    font-size: 15px;
    line-height: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding: 5px 10px;
    border: 2px solid #000;
    transition: all .2s ease-in
}

@media screen and (max-width:640px) {
    .page-numbers {
        padding: 2px 7px
    }
}

.page-numbers.current,
.page-numbers:hover,
.widget {
    background: #4d4d4d;
    color: #fffffe
}

.widget {
    margin-bottom: 25px;
    padding: 40px
}

.widget .title {
    font-size: 24px;
    line-height: 46px;
    font-size: 2.4rem;
    line-height: 4.6rem;
    margin-top: 0;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

.widget .subtitle,
.widget .title {
    display: block;
    width: 100%;
    text-align: center
}

.widget form {
    margin: 0 auto
}

.video {
    width: 100%;
    height: 0;
    padding-bottom: 55.55556%;
    position: relative
}

.download {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 100%;
    padding: 55px 0;
    text-align: center
}

.m0,
.mfp-figure figure {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.discover__poi p,
.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.m5 {
    margin: 5px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.p5 {
    padding: 5px
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.m10 {
    margin: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.p10 {
    padding: 10px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.m15 {
    margin: 15px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.p15 {
    padding: 15px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.m20 {
    margin: 20px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.p20 {
    padding: 20px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.m25 {
    margin: 25px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.p25 {
    padding: 25px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.m30 {
    margin: 30px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.p30 {
    padding: 30px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.m35 {
    margin: 35px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.p35 {
    padding: 35px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.m40 {
    margin: 40px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.p40 {
    padding: 40px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.m45 {
    margin: 45px
}

.mt45 {
    margin-top: 45px
}

.mr45 {
    margin-right: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.p45 {
    padding: 45px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.m50 {
    margin: 50px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.p50 {
    padding: 50px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.m55 {
    margin: 55px
}

.mt55 {
    margin-top: 55px
}

.mr55 {
    margin-right: 55px
}

.mb55 {
    margin-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.p55 {
    padding: 55px
}

.pt55 {
    padding-top: 55px
}

.pr55 {
    padding-right: 55px
}

.pb55 {
    padding-bottom: 55px
}

.pl55 {
    padding-left: 55px
}

.m60 {
    margin: 60px
}

.mt60 {
    margin-top: 60px
}

.mr60 {
    margin-right: 60px
}

.mb60 {
    margin-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.p60 {
    padding: 60px
}

.pt60 {
    padding-top: 60px
}

.pr60 {
    padding-right: 60px
}

.pb60 {
    padding-bottom: 60px
}

.pl60 {
    padding-left: 60px
}

.m65 {
    margin: 65px
}

.mt65 {
    margin-top: 65px
}

.mr65 {
    margin-right: 65px
}

.mb65 {
    margin-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.p65 {
    padding: 65px
}

.pt65 {
    padding-top: 65px
}

.pr65 {
    padding-right: 65px
}

.pb65 {
    padding-bottom: 65px
}

.pl65 {
    padding-left: 65px
}

.m70 {
    margin: 70px
}

.mt70 {
    margin-top: 70px
}

.mr70 {
    margin-right: 70px
}

.mb70 {
    margin-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.p70 {
    padding: 70px
}

.pt70 {
    padding-top: 70px
}

.pr70 {
    padding-right: 70px
}

.pb70 {
    padding-bottom: 70px
}

.pl70 {
    padding-left: 70px
}

.m75 {
    margin: 75px
}

.mt75 {
    margin-top: 75px
}

.mr75 {
    margin-right: 75px
}

.mb75 {
    margin-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.p75 {
    padding: 75px
}

.pt75 {
    padding-top: 75px
}

.pr75 {
    padding-right: 75px
}

.pb75 {
    padding-bottom: 75px
}

.pl75 {
    padding-left: 75px
}

.m80 {
    margin: 80px
}

.mt80 {
    margin-top: 80px
}

.mr80 {
    margin-right: 80px
}

.mb80 {
    margin-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.p80 {
    padding: 80px
}

.pt80 {
    padding-top: 80px
}

.pr80 {
    padding-right: 80px
}

.pb80 {
    padding-bottom: 80px
}

.pl80 {
    padding-left: 80px
}

.m85 {
    margin: 85px
}

.mt85 {
    margin-top: 85px
}

.mr85 {
    margin-right: 85px
}

.mb85 {
    margin-bottom: 85px
}

.ml85 {
    margin-left: 85px
}

.p85 {
    padding: 85px
}

.pt85 {
    padding-top: 85px
}

.pr85 {
    padding-right: 85px
}

.pb85 {
    padding-bottom: 85px
}

.pl85 {
    padding-left: 85px
}

.m90 {
    margin: 90px
}

.mt90 {
    margin-top: 90px
}

.mr90 {
    margin-right: 90px
}

.mb90 {
    margin-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.p90 {
    padding: 90px
}

.pt90 {
    padding-top: 90px
}

.pr90 {
    padding-right: 90px
}

.pb90 {
    padding-bottom: 90px
}

.pl90 {
    padding-left: 90px
}

.m95 {
    margin: 95px
}

.mt95 {
    margin-top: 95px
}

.mr95 {
    margin-right: 95px
}

.mb95 {
    margin-bottom: 95px
}

.ml95 {
    margin-left: 95px
}

.p95 {
    padding: 95px
}

.pt95 {
    padding-top: 95px
}

.pr95 {
    padding-right: 95px
}

.pb95 {
    padding-bottom: 95px
}

.pl95 {
    padding-left: 95px
}

.m100 {
    margin: 100px
}

.mt100 {
    margin-top: 100px
}

.mr100 {
    margin-right: 100px
}

.mb100 {
    margin-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.p100 {
    padding: 100px
}

.pt100 {
    padding-top: 100px
}

.pr100 {
    padding-right: 100px
}

.pb100 {
    padding-bottom: 100px
}

.pl100 {
    padding-left: 100px
}

.m105 {
    margin: 105px
}

.mt105 {
    margin-top: 105px
}

.mr105 {
    margin-right: 105px
}

.mb105 {
    margin-bottom: 105px
}

.ml105 {
    margin-left: 105px
}

.p105 {
    padding: 105px
}

.pt105 {
    padding-top: 105px
}

.pr105 {
    padding-right: 105px
}

.pb105 {
    padding-bottom: 105px
}

.pl105 {
    padding-left: 105px
}

.m110 {
    margin: 110px
}

.mt110 {
    margin-top: 110px
}

.mr110 {
    margin-right: 110px
}

.mb110 {
    margin-bottom: 110px
}

.ml110 {
    margin-left: 110px
}

.p110 {
    padding: 110px
}

.pt110 {
    padding-top: 110px
}

.pr110 {
    padding-right: 110px
}

.pb110 {
    padding-bottom: 110px
}

.pl110 {
    padding-left: 110px
}

.m115 {
    margin: 115px
}

.mt115 {
    margin-top: 115px
}

.mr115 {
    margin-right: 115px
}

.mb115 {
    margin-bottom: 115px
}

.ml115 {
    margin-left: 115px
}

.p115 {
    padding: 115px
}

.pt115 {
    padding-top: 115px
}

.pr115 {
    padding-right: 115px
}

.pb115 {
    padding-bottom: 115px
}

.pl115 {
    padding-left: 115px
}

.m120 {
    margin: 120px
}

.mt120 {
    margin-top: 120px
}

.mr120 {
    margin-right: 120px
}

.mb120 {
    margin-bottom: 120px
}

.ml120 {
    margin-left: 120px
}

.p120 {
    padding: 120px
}

.pt120 {
    padding-top: 120px
}

.pr120 {
    padding-right: 120px
}

.pb120 {
    padding-bottom: 120px
}

.pl120 {
    padding-left: 120px
}

.clearfix::after,
.clearfix::before {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.d-table {
    display: table
}

.fl,
.fr {
    display: inline;
    float: left
}

.fr {
    float: right
}

.clear--l {
    clear: left
}

.clear--r {
    clear: right
}

.clear--b {
    clear: both
}

.clear--none {
    clear: none
}

.cleared:after {
    content: '';
    display: table;
    clear: both
}

[class*=' icon-'].icon--reset:before,
[class^=icon-].icon--reset:before {
    display: block;
    line-height: 50%
}

[class*=' icon-'].icon--baseline,
[class^=icon-].icon--baseline {
    display: inline-block;
    vertical-align: middle
}

[class*=' icon-'].icon--block,
[class^=icon-].icon--block {
    display: block
}

.o-hidden {
    overflow: hidden
}

.pos--r {
    position: relative
}

.pos--a {
    position: absolute
}

.pos--f {
    position: fixed
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.text--strong {
    font-weight: 700
}

.text--normal {
    font-weight: 400
}

.text--italic {
    font-style: italic
}

.text--upper {
    text-transform: uppercase
}

.text--lower {
    text-transform: lowercase
}

.text--reset {
    text-decoration: none;
    text-transform: none
}

.text--right {
    text-align: right
}

.text--left {
    text-align: left
}

.text--center {
    text-align: center
}

.text--justify {
    text-align: justify
}

.text--underline {
    text-decoration: underline
}

.text--weighted {
    display: block
}

.overflow--hid {
    overflow: hidden
}

.overflow--vis {
    overflow: visible
}

.overflow--auto {
    overflow: auto
}

.overflow--scroll {
    overflow: scroll
}

.reset--margin {
    margin: 0!important
}

.reset--padding {
    padding: 0!important
}

.reset--height {
    height: auto
}

.reset--all,
.reset--line {
    line-height: 0
}

.reset--line::before {
    line-height: 0!important
}

.reset--all {
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0
}

.fw {
    width: 100%
}

@media screen and (min-width:1024px) {
    .valign-middle {
        display: table
    }
    .valign-middle>.columns {
        display: table-cell;
        vertical-align: middle
    }
    .valign-middle>.columns,
    .valign-middle>[class*=column]+[class*=column]:last-child {
        float: none
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #a7358c;
    font-style: normal;
    font-size: 70px;
    font-weight: 300;
    font-family: "open-sans", sans-serif
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.find_us__enquiries a,
.mfp-close-btn-in .mfp-close {
    color: #a7358c
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #a7358c;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #a7358c;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #a7358c;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px
}

.mfp-iframe-holder .mfp-close {
    top: -50px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.collection .btn {
    margin-top: 30%
}

.collection__product--bg {
    position: relative;
    z-index: 0;
    margin-top: 30%;
    margin-bottom: -40%
}

.collection__product--item {
    font-size: 12px;
    line-height: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 210px;
    margin-left: -33.33333%;
    padding: 16px 20px;
    background: #fffffe;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    color: #4d4d4d;
    text-align: center
}

.collection__product--item img {
    padding-bottom: 10px
}

.collection__collection {
    position: relative;
    color: rgba(160, 0, 240, 0.1)
}

@media screen and (max-width:1024px) {
    .collection__collection {
        margin-top: 30%
    }
}

.collection__collection img {
    width: 100%;
    margin-bottom: 40px
}

@media screen and (max-width:640px) {
    .collection__collection img {
        margin-bottom: 20px
    }
}

.collection__collection .link {
    float: right;
    color: #9d9d9d
}

@media screen and (max-width:640px) {
    .collection__collection .link {
        display: block;
        float: none;
        margin: 0 auto
    }
}

.collection__featured {
    position: relative;
    z-index: -1;
    margin-top: -40px
}

.why .textblock {
    margin: 30% 0 40%
}

@media screen and (max-width:1024px) {
    .why .textblock {
        margin: 0 auto
    }
}

.why .bordered {
    color: rgba(117, 86, 140, .1)
}

.why .hotspot {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 12;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .why .hotspot {
        right: auto;
        left: -10px;
        margin-top: 143%
    }
}

@media screen and (max-width:640px) {
    .why .hotspot {
        right: 10%;
        bottom: 50px;
        left: auto;
        margin-top: 0
    }
}

.why__iphone {
    position: relative
}

@media screen and (max-width:640px) {
    .why__iphone {
        margin-top: 30px;
        text-align: center
    }
}

.why__iphone--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

@media screen and (max-width:1024px) {
    .why__iphone--img {
        width: 100%;
        max-width: 260px
    }
}

@media screen and (max-width:640px) {
    .why__iphone--img {
        position: static;
        max-width: 200px
    }
}

.why__video-frame {
    position: absolute;
    top: 65px;
    left: 15px;
    width: 88%;
    max-width: 270px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

@media screen and (max-width:1024px) {
    .why__video-frame {
        top: 58px;
        max-width: 230px
    }
}

@media screen and (max-width:640px) {
    .why__video-frame {
        top: 35px;
        left: 50%;
        max-width: 180px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .why__video-frame::after {
        padding-top: 180%
    }
}

.why__video-frame::after {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    padding-top: 175%
}

.why__video,
.why__video--alt {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.why__video {
    top: 0;
    position: absolute;
    z-index: 10;
    width: 240%
}

.why__video img {
    max-width: 50%
}

.why__video--alt {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    min-width: 640px
}

.why__background {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 100%;
    margin-top: 70%
}

@media screen and (max-width:1024px) {
    .why__background {
        margin-top: 150%
    }
}

@media screen and (max-width:640px) {
    .why__background {
        margin-top: 30%
    }
    .why__background img {
        width: 100%;
        max-width: 235px
    }
}

.why__background img {
    float: right
}

@media screen and (max-width:1024px) {
    .why__background img {
        visibility: hidden
    }
}

@media screen and (max-width:640px) {
    .why__background img {
        visibility: visible
    }
}

@media screen and (max-width:1024px) {
    .how {
        margin: 30% auto 0
    }
}

@media screen and (max-width:640px) {
    .how {
        margin: 80% auto 0
    }
}

.how__team {
    height: 0;
    padding-bottom: 67%;
    position: relative;
    width: 100%;
    margin-bottom: 50%;
    overflow: hidden;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

@media screen and (max-width:1024px) {
    .how__team {
        margin-top: 80%;
        margin-bottom: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@media screen and (max-width:640px) {
    .how__team {
        margin-top: 30%
    }
}

.how__team .animation {
    position: absolute;
    left: 15%;
    width: 100%;
    max-width: 280px;
    height: 0;
    margin-top: -3px;
    padding-bottom: 51%
}

@media screen and (max-width:1024px) {
    .how__team .animation {
        left: 0;
        width: 70%;
        padding-bottom: 70%
    }
}

.how__team .text {
    font-size: 110px;
    line-height: 95px;
    font-size: 11rem;
    line-height: 9.5rem;
    position: absolute;
    bottom: 5%;
    left: 20%;
    color: #fffffe;
    font-family: "open-sans", sans-serif;
    font-style: italic
}

@media screen and (max-width:1024px) {
    .how__team .text {
        font-size: 60px;
        line-height: 95px;
        font-size: 6rem;
        line-height: 9.5rem
    }
}

.how .hotspot {
    position: absolute;
    top: 30px;
    right: 30px
}

.how .hotspot .circle {
    left: 2px
}

.how .triangle {
    width: 200%;
    padding-bottom: 67%;
    background: rgba(117, 86, 140, .4);
    -webkit-transform: rotate(35deg) translateX(-20%) translateY(95%);
    -ms-transform: rotate(35deg) translateX(-20%) translateY(95%);
    transform: rotate(35deg) translateX(-20%) translateY(95%)
}

.scale {
    position: relative;
    padding: 50px 0 230px;
    overflow: hidden;
    background: rgba(228, 228, 228, .3)
}

@media screen and (max-width:1024px) {
    .scale {
        padding-bottom: 130px
    }
}

@media screen and (max-width:640px) {
    .scale {
        padding-bottom: 50px
    }
}

.scale::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #fff
}

.scale__camera {
    position: absolute;
    top: 0;
    right: -17%;
    z-index: 10;
    ;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all .6s ease-in;
    opacity: 1
}

@media screen and (max-width:1024px) {
    .scale__camera {
        max-width: 500px
    }
    .scale__camera--img {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .scale__camera {
        position: relative;
        top: 15%;
        right: -60%
    }
}

.scale__camera.inactive {
    -webkit-transform: translateX(250px) rotate(46deg);
    -ms-transform: translateX(250px) rotate(46deg);
    transform: translateX(250px) rotate(46deg);
    opacity: 0
}

.scale__camera .animation {
    width: 100%;
    height: 0;
    padding-bottom: 36.11111%;
    position: absolute;
    top: 45%;
    left: 12.5%;
    max-width: 360px
}

@media screen and (max-width:1024px) {
    .scale__camera .animation {
        max-width: 49%
    }
}

@media screen and (max-width:640px) {
    .scale__camera .animation {
        top: 76.5%
    }
}

.scale .hotspot {
    top: 100px
}

@media screen and (max-width:640px) {
    .scale .hotspot {
        left: 10%
    }
}

.results .textblock {
    margin: 40% 0 20%
}

@media screen and (max-width:640px) {
    .results .textblock {
        margin: 20% 0
    }
}

.results__percentage {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 20%;
    padding-right: 17%
}

@media screen and (max-width:1024px) {
    .results__percentage {
        padding-right: 0;
        margin-top: 0
    }
}

.results .hotspot {
    position: absolute;
    right: 5%;
    bottom: 22%
}

.results .line-reveal {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media screen and (max-width:640px) {
    .results .line-reveal {
        top: 10%
    }
}

.piechart,
.piechart__text {
    width: 100%;
    text-align: center
}

.piechart {
    position: relative;
    display: inline-block
}

.mfp-iframe-scaler iframe,
.piechart canvas {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:1024px) {
    .piechart canvas {
        left: 37%;
        -webkit-transform: scale(.75) translateX(-50%);
        -ms-transform: scale(.75) translateX(-50%);
        transform: scale(.75) translateX(-50%)
    }
}

.piechart__text {
    font-size: 42px;
    line-height: 70px;
    font-size: 4.2rem;
    line-height: 7rem;
    color: #979797;
    font-family: "Droid Arabic Kufi", sans-serif
}

.percent {
    font-size: 110px;
    line-height: 400px;
    font-size: 11rem;
    line-height: 40rem;
    z-index: 2;
    display: inline-block;
    color: #979797;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 700
}

@media screen and (max-width:1024px) {
    .percent {
        font-size: 70px;
        line-height: 400px;
        font-size: 7rem;
        line-height: 40rem;
        position: relative;
        width: 100%
    }
}

.percent::after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}

.percent.no-percent::after {
    content: ''
}

.newway,
.trusted .feature {
    position: relative
}

@media screen and (max-width:640px) {
    .newway {
        margin-top: 50px
    }
}

.newway__video {
    margin-top: 150px
}

@media screen and (max-width:640px) {
    .newway__video {
        margin-top: 50px
    }
}

.trusted {
    margin-top: 200px
}

@media screen and (max-width:1024px) {
    .trusted {
        margin-top: 80px
    }
    .trusted .feature {
        margin-top: 70%
    }
}

@media screen and (max-width:640px) {
    .trusted .feature {
        margin-top: 0
    }
}

.trusted .feature__block {
    display: block;
    height: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: -1;
    width: 100%;
    min-height: 370px;
    background: #fffffe;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

@media screen and (max-width:640px) {
    .trusted .feature__block {
        min-height: 250px
    }
}

.trusted .feature__block--controls {
    position: absolute;
    top: 15%;
    right: 8%;
    z-index: 0
}

@media screen and (max-width:640px) {
    .trusted .feature__block--controls {
        max-width: 200px
    }
}

.trusted .feature__block--dress {
    position: absolute;
    top: 5%;
    right: 23%;
    z-index: 1;
    max-width: 90px
}

@media screen and (max-width:1024px) {
    .trusted .feature__block--dress {
        right: 28%
    }
}

@media screen and (max-width:640px) {
    .trusted .feature__block--dress {
        right: 25%;
        max-width: 60px
    }
    .trusted .feature__model img {
        max-width: 90px
    }
}

.trusted .feature__model img {
    max-width: 200px
}

.discover {
    position: relative;
    padding: 0 0 95px;
    background: rgba(228, 228, 228, .3)
}

@media screen and (max-width:640px) {
    .discover {
        margin-top: 95px
    }
    .discover .split {
        margin-bottom: 50px
    }
}

.discover::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, #e5e5e5, #f9f9f9)
}

.discover__model {
    position: relative;
    z-index: 30;
    text-align: center
}

.discover__model--image {
    max-height: 330px;
    margin-top: 20px
}

.discover__poi {
    font-size: 8px;
    line-height: 12px;
    font-size: .8rem;
    line-height: 1.2rem;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -100;
    display: block;
    width: 100%;
    max-width: 130px;
    padding: 0;
    background: #fffffe;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, .75);
    transition: opacity .3s ease-in;
    opacity: 0
}

@media screen and (max-width:640px) {
    .discover__poi {
        left: 50%
    }
}

.discover__poi--bottom {
    top: 60%
}

.discover__poi--img {
    float: left;
    width: 40%;
    margin: 0 auto;
    padding-left: 5%
}

.discover__poi--text {
    float: right;
    width: 55%;
    margin-top: 10px;
    padding-right: 10px;
    color: #000;
    text-align: right
}

.discover__poi--link {
    font-size: 6px;
    line-height: 20px;
    font-size: .6rem;
    line-height: 2rem;
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    background: #fffffe;
    border-top: 1px solid #e4e4e4;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all .1s ease-in
}

.discover__poi--link span {
    margin-left: 2px;
    color: #e01d31
}

.discover__poi--link:hover {
    background: #e4e4e4
}

.discover__poi--content {
    padding: 10px 0
}

.discover__poi--content::after,
.discover__poi--content::before {
    content: ' ';
    display: table
}

.discover__poi--content::after {
    clear: both
}

.discover__canvas {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    transition: all .3s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.discover__canvas--zoom {
    -webkit-transform: scale(1.5) translate3d(0, 0, 0);
    transform: scale(1.5) translate3d(0, 0, 0)
}

.discover__canvas--zoom .layer--fade {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.discover__canvas--zoom .layer--fade:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 254, .2)
}

.discover__canvas--zoom .layer--one,
.discover__canvas--zoom .layer--three,
.discover__canvas--zoom .layer--two {
    opacity: .5
}

@media screen and (max-width:1024px) {
    .discover__canvas--zoom .layer--one {
        display: none
    }
}

.discover__canvas--zoom .discover__poi {
    z-index: 20;
    opacity: 1
}

.discover__canvas--zoom .hotspot {
    -webkit-transform: scale(.5) rotate(45deg);
    -ms-transform: scale(.5) rotate(45deg);
    transform: scale(.5) rotate(45deg)
}

.discover .layer {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity .3s ease-in
}

.discover .layer--one {
    z-index: 10
}

@media screen and (max-width:1280px) {
    .discover .layer--one {
        left: -40%!important
    }
}

@media screen and (max-width:1024px) {
    .discover .layer--one {
        left: 20%!important
    }
}

@media screen and (max-width:640px) {
    .discover .layer--one {
        visibility: hidden
    }
}

@media screen and (max-width:1024px) {
    .discover .layer--two {
        left: -20%!important
    }
}

@media screen and (max-width:640px) {
    .discover .layer--two {
        display: none!important
    }
    .discover .layer--three {
        visibility: hidden
    }
}

.discover .layer--top {
    z-index: 20
}

.discover .hotspot {
    position: absolute;
    right: 20%;
    bottom: 35%;
    z-index: 50;
    margin: 0;
    background: #a7358c
}

.discover .hotspot .ring {
    border-color: #a7358c
}

#svg-filter {
    height: 0
}

.recommendation img {
    width: 100%
}

.recommendation .btn {
    max-width: 190px
}

@media screen and (max-width:640px) {
    .recommendation .btn {
        margin-bottom: 10px
    }
}

.vision {
    margin-bottom: -25%;
    padding-bottom: 47.5%
}

@media screen and (max-width:1024px) {
    .vision .textblock {
        margin-top: 200px
    }
}

.vision::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    background-image: url(assets/img/swirls.png);
    background-repeat: no-repeat;
    background-position: top
}

.shoppers,
.vision {
    position: relative
}

.mind::after,
.shoppers .bordered::before {
    position: absolute;
    top: 35%;
    right: 41%;
    bottom: -15%;
    left: -15%;
    z-index: -1
}

@media screen and (max-width:640px) {
    .shoppers .bordered::before {
        right: 0
    }
}

.shoppers .animation img {
    width: 100%;
    max-width: 505px
}

@media screen and (max-width:1024px) {
    .shoppers .line-reveal {
        bottom: -30%
    }
}

@media screen and (max-width:640px) {
    .shoppers .line-reveal {
        bottom: -10%
    }
}

.minds {
    padding: 100px 0
}

@media screen and (max-width:1024px) {
    .minds {
        overflow-x: hidden
    }
}

.minds .title {
    margin-top: 100px
}

.mind {
    position: relative;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

@media screen and (max-width:640px) {
    .mind__image img {
        width: 100%;
        max-width: 310px
    }
}

.mind .hotspot {
    font-size: 25px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 4.5rem;
    position: absolute;
    top: 20%;
    right: 20%
}

.mind .hotspot .circle {
    padding-left: 7px
}

.mind .hotspot,
.mind .hotspot:hover {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg)
}

.mind::after {
    top: 32%;
    right: 0;
    bottom: 0;
    left: -60%;
    z-index: 10;
    content: '';
    width: 0;
    height: 0;
    border-width: 335px 0 0 915px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(117, 86, 140, .7)
}

@media screen and (max-width:640px) {
    .mind::after {
        top: 27.5%;
        border-width: 195px 0 0 515px
    }
}

.integrate__scalable {
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.integrate__scalable img {
    position: absolute;
    top: -35%;
    left: -25%;
    z-index: 2;
    width: 80%
}

@media screen and (max-width:1700px) {
    .integrate__scalable img {
        top: -30%
    }
}

@media screen and (max-width:1575px) {
    .integrate__scalable img {
        width: 70%
    }
}

@media screen and (max-width:1024px) {
    .integrate__scalable img {
        position: relative;
        top: 0;
        left: 0;
        width: 80%
    }
}

.integrate__scalable .hotspot {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 10
}

@media screen and (max-width:1024px) {
    .integrate .line-reveal {
        margin-top: 30%
    }
}

.process {
    padding: 150px 0 50px
}

@media screen and (max-width:1024px) {
    .process {
        padding: 250px 0 50px
    }
}

@media screen and (max-width:640px) {
    .process {
        padding: 150px 0 50px
    }
}

.process__video {
    position: relative;
    max-width: 505px
}

.process__image {
    width: 100%;
    height: 0;
    padding-bottom: 82.6087%;
    position: relative;
    background-size: cover;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    transition: all .2s ease-in
}

@media screen and (max-width:1024px) {
    .process__image {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .process__image {
        margin-top: 60px
    }
}

.process__image--cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(50, 100, 180, .3)
}

.process__image::before {
}

.process .play {
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -40px
}

@media screen and (max-width:640px) {
    .process .play {
        margin-left: -20px
    }
}

.uplift {
    position: relative;
    z-index: 10
}

@media screen and (max-width:640px) {
    .uplift {
        padding-top: 50px
    }
}

.uplift__percentage {
    position: relative;
    margin-top: -30%
}

@media screen and (max-width:1024px) {
    .uplift__percentage {
        margin-top: 0
    }
}

.uplift__block {
    position: absolute;
    top: 7%;
    left: 35%
}

@media screen and (max-width:1024px) {
    .uplift__block {
        position: relative;
        left: 0
    }
}

@media screen and (max-width:640px) {
    .uplift__block {
        height: 330px;
        overflow: hidden;
        text-align: center
    }
}

.uplift__shoe {
    width: 100%;
    max-width: 130px
}

@media screen and (max-width:640px) {
    .uplift__bar {
        width: 100%;
        max-width: 235px
    }
}

.uplift__number {
    font-size: 110px;
    line-height: 90px;
    font-size: 11rem;
    line-height: 9rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    color: #4d4d4d;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 700
}

.uplift__number--percent {
    font-size: 50px;
    line-height: 50px;
    font-size: 5rem;
    line-height: 5rem;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 10px
}

@media screen and (max-width:640px) {
    .uplift .textblock {
        margin: 0 auto
    }
}

.engagement {
    position: relative
}

@media screen and (max-width:1024px) {
    .engagement {
        margin-bottom: 30%
    }
}

.engagement .textblock {
    margin: 13% 0 0%
}

.engagement__block {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1
}

@media screen and (max-width:1024px) {
    .engagement__block {
        top: 60%
    }
}

@media screen and (max-width:640px) {
    .engagement__block {
        position: relative
    }
}

.engagement__clothes {
    position: absolute;
    top: 10%;
    right: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

@media screen and (max-width:640px) {
    .engagement__clothes {
        display: none
    }
}

.engagement__bg {
    position: relative;
    right: 10%;
    z-index: -1
}

@media screen and (max-width:640px) {
    .engagement__bg {
        right: initial;
        width: 100%
    }
}

.love_it {
    padding: 0 0 100px
}

@media screen and (max-width:1024px) {
    .love_it {
        padding-top: 0
    }
}

.love_it .textblock {
    margin-top: 30%
}

@media screen and (max-width:1024px) {
    .love_it .textblock {
        margin: 0 auto
    }
    .love_it .textblock .split {
        font-size: 58px;
        line-height: 70px;
        font-size: 5.8rem;
        line-height: 7rem
    }
}

@media screen and (max-width:640px) {
    .love_it .textblock .split {
        font-size: 48px;
        line-height: 50px;
        font-size: 4.8rem;
        line-height: 5rem
    }
}

.love_it__feedback {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #979797
}

@media screen and (max-width:640px) {
    .love_it__feedback {
        font-size: 20px;
        line-height: 50px;
        font-size: 2rem;
        line-height: 5rem;
        width: 100%;
        text-align: center
    }
}

.love_it img {
    width: 100%
}

@media screen and (max-width:640px) {
    .who {
        margin: 40px auto
    }
    .who p {
        text-align: center
    }
    .who .split {
        font-size: 22px;
        line-height: 48px;
        font-size: 2.2rem;
        line-height: 4.8rem
    }
    .who img {
        margin: 30px auto
    }
}

.who__map {
    width: 100%;
    max-width: 950px;
    margin: 0 auto
}

.who .popover-inner {
    color: #4d4d4d
}

.awards .split span,
.who .split span {
    font-family: "Droid Arabic Kufi", sans-serif
}

.awards {
    padding: 0 0 100px;
    background: rgba(228, 228, 228, .3)
}

.awards__cabinet {
    font-size: 0;
    text-align: center
}

@media screen and (max-width:640px) {
    .awards__cabinet {
        padding: 50px 0 0
    }
}

.awards__cabinet img {
    max-width: 190px
}

@media screen and (max-width:640px) {
    .awards__cabinet img {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }
}

.awards__names {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center
}

.awards__names p {
    display: inline-block;
    vertical-align: middle;
    width: 25%
}

.awards__logos {
    padding: 40px 0
}

.awards__logos img {
    width: 100%
}

.partners {
    position: relative;
    padding: 100px 0
}

@media screen and (max-width:640px) {
    .partners {
        padding: 0 0 100px
    }
}

.partners__title {
    font-size: 68px;
    line-height: 70px;
    font-size: 6.8rem;
    line-height: 7rem;
    position: absolute;
    right: 0;
    display: block;
    margin-top: 0;
    color: inherit;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 300
}

@media screen and (max-width:1024px) {
    .partners__title {
        margin-top: 50px
    }
}

@media screen and (max-width:640px) {
    .partners__title {
        font-size: 58px;
        line-height: 60px;
        font-size: 5.8rem;
        line-height: 6rem;
        top: -30px;
        margin-top: 20px;
        font-family: "Droid Arabic Kufi", sans-serif
    }
}

.partners__block {
    position: relative;
    padding-bottom: 120%
}

@media screen and (max-width:640px) {
    .partners__block {
        margin-top: 70px
    }
}

.partners__block .blurb {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center
}

.partners__block .hotspot {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 10
}

.partners__blank {
    position: absolute;
    bottom: 20%;
    display: block;
    width: 300px;
    height: 400px;
    background: rgba(228, 228, 228, .3)
}

.partners__square {
    position: absolute;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

.partners__square--square {
    right: 10%;
    bottom: 10%;
    z-index: 1
}

@media screen and (max-width:640px) {
    .partners__square--square {
        max-width: 210px
    }
}

.partners__square--above {
    bottom: 55%;
    left: 50%;
    z-index: 0
}

@media screen and (max-width:1024px) {
    .partners__square--above {
        bottom: 50%
    }
}

@media screen and (max-width:640px) {
    .partners__square--above {
        bottom: 55%;
        left: 40%;
        max-width: 230px
    }
}

.partners__square--left {
    right: 50%;
    bottom: 40%;
    z-index: 2;
    padding: 20px;
    background: #fffffe
}

@media screen and (max-width:640px) {
    .partners__square--left {
        right: 55%;
        max-width: 130px
    }
    .partners .line-reveal {
        display: none
    }
}

.creative {
    position: relative;
    padding: 0 0 95px;
    background: rgba(228, 228, 228, .3)
}

.creative__block {
    margin-bottom: 20px;
    padding: 20px;
    transition: all .2s ease-in
}

.creative__block:hover {
    background: rgba(228, 228, 228, .9)
}

.creative__img {
    width: 100%
}

.creative__title,
.values {
    font-size: 16px;
    font-size: 1.6rem
}

.creative .split span,
.creative__title {
    line-height: 60px;
    line-height: 6rem;
    font-family: "Droid Arabic Kufi", sans-serif
}

.creative__title {
    width: 100%;
    text-align: center;
    margin-top: 0
}

.creative .split {
    width: 100%;
    font-family: "Droid Arabic Kufi", sans-serif;
    text-align: center
}

.creative .split span {
    font-size: 26px;
    font-size: 2.6rem
}

@media screen and (max-width:640px) {
    .creative .split span {
        font-size: 26px;
        line-height: 40px;
        font-size: 2.6rem;
        line-height: 4rem;
        margin-bottom: 40px
    }
}

.values {
    line-height: 24px;
    line-height: 2.4rem;
    position: relative;
    z-index: 20;
    margin-top: -15%
}

@media screen and (max-width:640px) {
    .values {
        margin-top: 0
    }
}

.values__top {
    margin-bottom: 100px
}

@media screen and (max-width:640px) {
    .values__top {
        margin-bottom: 20px
    }
}

.values__title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 10px;
    font-family: "Droid Arabic Kufi", sans-serif
}

.story,
.values__subtitle,
.values__title {
    line-height: 24px;
    line-height: 2.4rem
}

.values__subtitle {
    margin-bottom: 10px;
    font-family: "Droid Arabic Kufi", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
	text-align:right;
	color:#0080c9;
	
}

.story {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    margin: 100px auto;
    padding: 70px 0;
    background: rgba(228, 228, 228, .3)
}

@media screen and (max-width:1024px) {
    .story {
        padding: 70px 0 35px
    }
}

.story__title {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    font-family: "Droid Arabic Kufi",sans-serif;
	text-align:right;
	color:#a7358c
	
}

.story__img {
    position: absolute;
    top: 0;
    right: 0;
    display: table
}

@media screen and (max-width:1024px) {
    .story__img {
        position: relative;
        top: 40px
    }
    .story__img img {
        width: 100%
    }
}

.story__img figcaption,
.story__img figure {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:1024px) {
    .story__img figcaption,
    .story__img figure {
        width: 25%;
        text-align: center
    }
}

.story .btn {
    max-width: 300px;
    margin: 30px auto 0
}

.press__heading span {
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    display: inline-block;
    width: 100%;
    font-weight: 400
}

.press {
    position: relative;
    z-index: 10;
    margin-top: -10%;
    padding-bottom: 50px
}

.press__heading {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700
}

.press__content {
    padding-bottom: 10px
}

.brand__full .brand__heading,
.press__button {
    margin-bottom: 20px
}

.brand {
    position: relative;
    z-index: 10;
    margin-top: -10%;
    padding-bottom: 50px
}

.brand__heading {
    font-size: 42px;
    line-height: 52.5px;
    font-size: 4.2rem;
    line-height: 5.25rem;
    margin: 0 0 40px
}

.brand p {
    margin-bottom: 30px
}

.brand .columns:nth-child(2) {
    padding-top: 90px
}

.brand__full {
    padding: 45px 0;
    text-align: center
}

.brand__colours,
.brand__region {
    padding: 45px 0 90px;
    text-align: center
}

.brand__region .brand__heading {
    margin-bottom: 10px
}

.brand__colours {
    padding: 45px 0
}

.brand__colours .brand__title {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 10px
}

.find_us .title {
    font-size: 42px;
    line-height: 42px;
    font-size: 4.2rem;
	text-align:right;
    line-height: 4.2rem
}

.find_us__address .title {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
	text-align:right;
    font-weight: 700
}

.find_us__content {
    padding: 100px 0
}

.find_us__form {
    padding: 20px;
    border: 1px solid #e4e4e4
}

.find_us__map {
    position: relative
}

.find_us__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 195, 195, .5);
    transition: all .2s ease-in;
    opacity: 0;
    cursor: pointer
}

@media screen and (max-width:1024px) {
    .find_us__cover {
        opacity: 1
    }
}

.find_us__cover:hover {
    opacity: 1
}

.find_us__cover .title {
    font-size: 68px;
    line-height: 68px;
    font-size: 6.8rem;
    line-height: 6.8rem;
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    color: #fffffe;
    text-align: center
}

.find_us__cover .title span {
    font-size: 26px;
    line-height: 40px;
    font-size: 2.6rem;
    line-height: 4rem;
    display: block;
    width: 100%;
    font-family: "Droid Arabic Kufi", sans-serif
}

.team {
    padding: 100px 0
}

.team--leader {
    position: relative;
    z-index: 10;
    margin-top: -15%
}

.team--leader .team__member {
    max-height: initial
}

.team--leader .team__name,
.team--leader .team__position {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    color: #4d4d4d;
    text-align: left
}

.team--invert {
    background: rgba(228, 228, 228, .3)
}

.team__subtitle,
.team__title {
    display: block;
    width: 100%;
    color: #4d4d4d;
    text-align: center
}

.team__title {
    margin: 10px auto;
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem
}

.team__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 50px;
    font-family: "Droid Arabic Kufi", sans-serif
}

.team__img {
    width: 100%
}

.team__member {
    position: relative;
    margin-bottom: 20px
}

.team__member::after,
.team__member::before {
    content: ' ';
    display: table
}

.team__member::after {
    clear: both
}

@media screen and (max-width:1024px) {
    .team__member {
        max-height: 146px
    }
}

@media screen and (max-width:640px) {
    .team__member {
        max-height: 170px
    }
}

.team__member .btn {
    position: absolute;
    bottom: 6px
}

.team__member figure {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #4d4d4d;
    text-align: center
}

.team__member figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .8
}

.team__member figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fffffe;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.team__member figure figcaption::after,
.team__member figure figcaption::before {
    pointer-events: none
}

.team__member figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: 200%;
    white-space: nowrap;
    opacity: 0
}

.team__member figure.effect img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: all .2s;
    opacity: 1
}

.team__member figure.effect figcaption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 254, .5);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.team__member figure.effect .info {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
    padding-right: 10px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity .35s
}

.team__member figure.effect:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: .1
}

.team__member figure.effect:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.team__member figure.effect:hover .info {
    transition-delay: .1s;
    opacity: 1
}

.team__name,
.team__position {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    text-align: right;
    color: #fffffe
}

.team .hotspot,
.team__details {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0
}

.team .hotspot {
    margin: 20px 5px 20px 0
}

@media screen and (max-width:1024px) {
    .team .hotspot {
        position: initial;
        top: initial;
        right: initial
    }
}

.teamblock {
    padding-bottom: 50px;
    background: #fffffe;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .teamblock {
        padding-bottom: 50px
    }
}

@media screen and (max-width:1024px) {
    .teamblock::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 75%;
        background: #a7358c
    }
}

.teamblock .hotspot {
    margin: 0 auto 5%
}

.teamblock .banner {
    width: 100%;
    height: 0;
    padding-bottom: 49.21875%;
    overflow: initial
}

@media screen and (max-width:1024px) {
    .teamblock .banner {
        padding-bottom: 60%
    }
}

.teamblock .banner__block {
    padding-bottom: 50%
}

.teamblock .banner__white {
    top: 68%;
    z-index: 10;
    padding-bottom: 70%;
    background: #a7358c
}

.teamblock .banner__right {
    top: 28%;
    z-index: 5;
    padding-bottom: 70%
}

.teamblock .banner__image--right {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    top: -10%;
    z-index: 3;
    max-width: 600px;
    background-size: contain
}

.teamblock .banner .team__details {
    position: relative;
    z-index: 90;
    width: 100%;
    margin-top: 5%
}

@media screen and (max-width:640px) {
    .teamblock .banner .team__details {
        margin-top: 50%
    }
}

.teamblock .banner .team__name,
.teamblock .banner .team__position {
    color: #4d4d4d;
    text-align: center
}

.teamblock .banner .team__name {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    font-family: "Droid Arabic Kufi", sans-serif
}

.teamblock .banner .team__position,
.teamblock__content {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.teamblock .banner .team__position {
    font-family: "Droid Arabic Kufi", sans-serif
}

.teamblock__content {
    position: relative;
    z-index: 30;
    margin-top: -20%;
    color: #fffffe
}

@media screen and (max-width:640px) {
    .teamblock__content {
        margin-top: 10%
    }
}

.teamblock__content--pull {
    margin-top: -50%
}

@media screen and (max-width:640px) {
    .teamblock__content--pull {
        margin-top: 50%
    }
}

.careers {
    padding: 100px 0
}

.careers--top {
    position: relative;
    z-index: 10;
    margin-top: -10%
}

.careers .split {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-top: 50px
}

.careers .split span,
.careers__title {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.careers .split span {
    margin: 20px 0;
    font-family: "Droid Arabic Kufi", sans-serif
}

.careers__content,
.careers__title {
    color: #4d4d4d
}

.careers__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700
}

.careers__job {
    min-height: 200px;
    margin-bottom: 50px
}

@media screen and (max-width:640px) {
    .careers__job {
        margin: 50px auto;
        text-align: center
    }
}

.careers__link {
    color: #a7358c
}

.careers--invert {
    background: rgba(228, 228, 228, .3)
}

.case_study {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.case_study .block {
    margin: 50px auto
}

.case_study__title {
    font-size: 64px;
    line-height: 70px;
    font-size: 6.4rem;
    line-height: 7rem;
    margin-top: 0
}

.case_study__img {
    width: 100%;
    margin-top: 20px
}

.case_study__block .title {
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem;
    font-family: "Droid Arabic Kufi", sans-serif
}

.case_study .testimonial {
    padding: 100px 0 80px;
    background: rgba(228, 228, 228, .3)
}

.case_study__list {
    padding-left: 0;
    list-style-type: none
}

.case_study__list .list__title {
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 20px;
    list-style: none;
    font-family: "Droid Arabic Kufi", sans-serif
}

.case_study__list .list__item {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 20px
}

.case_study__list .list__item::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    background-color: #a7358c;
    border-radius: 50%
}

.legal {
    position: relative;
    z-index: 10;
    margin-top: -10%;
    padding-bottom: 50px
}

.legal__heading {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700
}

.legal .columns:nth-child(2) {
    padding-top: 90px
}


/*# sourceMappingURL=style.css.map */