@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");@import url("https://fonts.googleapis.com/css?family=Tajawal:300,400,700,900");

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,html {
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6
}

[dir=ltr] body {
    font-family: Lato,sans-serif
}

[dir=rtl] body {
    font-family: Tajawal,sans-serif
}

picture {
    display: inline-block
}

picture img {
    vertical-align: top
}

input,textarea {
    border-radius: 0
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container--narrow {
    max-width: 900px
}

.container--full-width {
    max-width: none
}

.cols {
    margin-left: -15px;
    margin-right: -15px
}

.cols:after, .cols:before {
    content: "";
    display: table;
    clear: both
}

.cols>.col {
    padding-left: 15px;
    padding-right: 15px
}

.cols--no-gutter {
    margin-left: 0;
    margin-right: 0
}

.cols--no-gutter>.col {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .cols>.col {
        min-height:1px
    }

    [dir=ltr] .cols>.col {
        float: left
    }

    [dir=rtl] .cols>.col {
        float: right
    }
}

.cols.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.cols.equal-height:after, .cols.equal-height:before {
    content: none
}

.cols.equal-height>.col {
    float: none
}

.cols.vertically-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .cols--2>.col {
        width:50%
    }

    .cols--3>.col {
        width: 33.33%
    }

    .cols--3>.col--2 {
        width: 66.66%
    }

    .cols--4>.col {
        width: 25%
    }

    [dir=ltr] .cols--2>.col:nth-child(odd) {
        clear: left
    }

    [dir=rtl] .cols--2>.col:nth-child(odd) {
        clear: right
    }

    .cols>.col.col--three-fourths {
        width: 75%
    }

    .cols>.col.col--two-thirds {
        width: 66.66%
    }
}

@supports ((-webkit-columns: 2) or (columns:2)) {
    .cols--masonry {
        -webkit-column-gap:30px;
        column-gap: 30px;
        margin-left: 0;
        margin-right: 0
    }

    .cols--masonry.cols--2 {
        -webkit-columns: 2;
        columns: 2
    }

    .cols--masonry.cols--3 {
        -webkit-columns: 3;
        columns: 3
    }

    .cols--masonry.cols--4 {
        -webkit-columns: 4;
        columns: 4
    }

    .cols--masonry.cols--5 {
        -webkit-columns: 5;
        columns: 5
    }

    .cols--masonry>.col {
        float: none;
        width: auto;
        padding: 0;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column
    }
}

@media (max-width: 767px) {
    [dir=ltr] .cols--m>.col {
        float:left
    }

    [dir=rtl] .cols--m>.col {
        float: right
    }

    .cols--m-2>.col {
        width: 50%
    }
}

.solid-page {
    color: #fff;
    background-color: #0c1e2a
}

.solid-page a {
    color: inherit
}

.solid-page-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 22px
}

@media (max-width: 767px) {
    .solid-page-title {
        font-size:16px;
        line-height: 1.5
    }
}

@media (min-width: 768px) {
    [dir=ltr] .solid-page-title {
        letter-spacing:3.5px
    }
}

.custom-slick {
    position: relative
}

.custom-slick div[style*=inline-block] {
    vertical-align: top
}

.custom-slick .slick-arrow {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    background-size: contain;
    padding: 0;
    z-index: 1
}

.custom-slick .slick-arrow:focus {
    outline: 0
}

.custom-slick .slick-arrow.slick-next {
    background-image: url(../images/arrow-right.png)
}

[dir=ltr] .custom-slick .slick-arrow.slick-next {
    right: -60px
}

[dir=rtl] .custom-slick .slick-arrow.slick-next {
    right: -60px
}

@media (max-width: 767px) {
    [dir=ltr] .custom-slick .slick-arrow.slick-next {
        right:15px
    }

    [dir=rtl] .custom-slick .slick-arrow.slick-next {
        left: 15px
    }
}

.custom-slick .slick-arrow.slick-prev {
    background-image: url(../images/arrow-left.png)
}

[dir=ltr] .custom-slick .slick-arrow.slick-prev {
    left: -60px
}

[dir=rtl] .custom-slick .slick-arrow.slick-prev {
    left: -60px
}

@media (max-width: 767px) {
    [dir=ltr] .custom-slick .slick-arrow.slick-prev {
        left:15px
    }

    [dir=rtl] .custom-slick .slick-arrow.slick-prev {
        right: 15px
    }
}

.custom-slick .slick-dots {
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}

@media (max-width: 767px) {
    .custom-slick .slick-dots {
        bottom:-40px
    }
}

.custom-slick .slick-dots li {
    display: inline-block
}

[dir=ltr] .custom-slick .slick-dots li+li {
    margin-left: 10px
}

[dir=rtl] .custom-slick .slick-dots li+li {
    margin-right: 10px
}

.custom-slick .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: transparent;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer
}

.custom-slick .slick-dots button:focus {
    outline: 0
}

.custom-slick .slick-dots li.slick-active button {
    background-color: #fff
}

.custom-tabs {
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-tabs li {
    display: inline-block;
    text-transform: uppercase;
}

.custom-tabs li a {
    color: inherit;
    display: inline-block;
    color: #0b1e2a;
    padding: 15px 20px;
}

.custom-tabs li.active {
    position: relative;
    font-weight: 700
}

.custom-tabs li.active a {
    background-color: #0b1e2a;
    background-image: url(../images/background-pattern.png);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.custom-tabs-white {
    color: #fff
}

.custom-tabs--blue {
    color: #164977
}

.custom-tabs--blue:before, .custom-tabs--blue li.active:before {
    background-color: #164977
}

.button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    border: 1px solid;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px
}

[dir=ltr] .button {
    letter-spacing: 2px
}

.button:focus {
    outline: none
}

.button--plain {
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--primary {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button--primary:hover {
    color: #164977;
    background-color: #fff
}

.button--secondary {
    color: #164977;
    border-color: #164977;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button--secondary:hover {
    color: #fff;
    background-color: #164977
}

.button--tertiary {
    color: #c19b50;
    border-color: #c19b50;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button--tertiary:hover {
    color: #fff;
    background-color: #c19b50
}

.button--outline {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--outline.button--secondary {
    color: #000
}

.button--outline.button--tertiary {
    color: #fff
}

.button--block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.facts {
    text-align: center
}

@media (min-width: 768px) {
    .facts {
        padding-left:80px;
        padding-right: 80px
    }
}

@media (min-width: 768px) and (max-width:1025px) {
    .facts {
        padding-left:40px;
        padding-right: 40px
    }
}

.facts.word-facts {
    padding-left: 10px;
    padding-right: 10px
}

.solid-facts-title {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 30px
}

[dir=ltr] .solid-facts-title {
    letter-spacing: 2px
}

.solid-facts-title:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 12px auto 0
}

.facts-one-fact:nth-child(n+3) {
    margin-top: 40px
}

@media (min-width: 768px) {
    .facts-one-fact.col {
        padding-left:50px;
        padding-right: 50px
    }
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .facts-one-fact.col {
        padding-left:20px;
        padding-right: 20px
    }
}

.facts-one-fact.word-fact.col {
    padding-left: 55px;
    padding-right: 55px
}

@media (max-width: 767px) {
    .facts-one-fact.word-fact.col {
        padding-left:10px;
        padding-right: 10px
    }

    .facts-one-fact.word-fact.col:last-child {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (max-width: 767px) and (min-width:375px) {
    .facts-one-fact.word-fact.col {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .facts-one-fact.word-fact.col {
        padding-left:20px;
        padding-right: 20px
    }
}

.facts-one-fact-content {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    font-size: 12px
}

[dir=ltr] .facts-one-fact-content {
    letter-spacing: 1px
}

.facts-one-fact span.outer {
    display: block;
    font-size: 41px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 767px) {
    .facts-one-fact span.outer {
        font-size:34px
    }
}

.facts-one-fact span.inner {
    font-size: 13px
}

.facts-one-fact-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px
}

.facts-one-fact-description {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3
}

.info-block {
    background-color: #fff;
    color: #164977;
    padding: 50px 90px;
    height: 100%
}

@media (max-width: 767px) {
    .info-block {
        padding:20px 30px
    }
}

@media (max-width: 374px) {
    .info-block {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .info-block {
        padding:40px
    }
}

.info-block-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .info-block-title {
        margin:0 0 10px
    }
}

[dir=ltr] .info-block-title {
    letter-spacing: 4px
}

@media (max-width: 767px) {
    [dir=ltr] .info-block-title {
        letter-spacing:1px
    }
}

.info-block .brief-facts {
    margin-bottom: 24px
}

.info-block .brief-facts-group {
    width: 35%
}

[dir=ltr] .info-block .brief-facts-group {
    float: left
}

[dir=rtl] .info-block .brief-facts-group {
    float: right;
    width: 40%
}

@media (max-width: 767px) {
    .info-block .brief-facts-group {
        width:50%
    }
}

.info-block .brief-facts .fact-number {
    font-size: 32px;
    font-weight: 900;
    vertical-align: middle;
    margin: 0;
    line-height: 1
}

@media (min-width: 768px) {
    [dir=ltr] .info-block .brief-facts .fact-number {
        float:left
    }

    [dir=rtl] .info-block .brief-facts .fact-number {
        float: right
    }
}

.info-block .brief-facts .fact-number span {
    font-size: 13px
}

.info-block .brief-facts .fact-details {
    font-size: 12px;
    margin: 0 0 0 5px;
    height: 28px;
    line-height: 14px;
    text-transform: uppercase
}

[dir=rtl] .info-block .brief-facts .fact-details {
    font-size: 14px
}

.info-block .brief-facts .fact-details.one-word {
    line-height: 40px
}

[dir=ltr] .info-block .brief-facts .fact-details.one-word {
    margin-left: 10px
}

[dir=rtl] .info-block .brief-facts .fact-details.one-word {
    margin-right: 10px
}

@media (max-width: 767px) {
    .info-block .brief-facts .fact-details {
        max-width:80%
    }
}

[dir=ltr] .info-block .brief-facts .fact-details {
    letter-spacing: 1.2px
}

@media (min-width: 768px) {
    .info-block .brief-facts .fact-details {
        width:90px
    }

    [dir=ltr] .info-block .brief-facts .fact-details {
        float: left
    }

    [dir=rtl] .info-block .brief-facts .fact-details {
        float: right;
        width: 80px
    }
}

.info-block-content {
    font-size: 13px
}

.info-block-content p {
    margin: 0
}

.info-block-content p+p {
    margin-top: 20px
}

.info-block-content p.subtitle {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px
}

.info-block .tabs-wrapper {
    text-align: center
}

.info-block .tabs-wrapper #our-history, .info-block .tabs-wrapper #our-story {
    text-align: left;
    margin-top: 30px
}

@media (min-width: 768px) {
    .info-block .tabs-wrapper #our-history, .info-block .tabs-wrapper #our-story {
        height:250px;
        overflow: auto
    }
}

[dir=ltr] .info-block .tabs-wrapper .custom-tabs li+li {
    margin-left: 100px
}

[dir=rtl] .info-block .tabs-wrapper .custom-tabs li+li {
    margin-right: 100px
}

@media (max-width: 767px) {
    [dir=ltr] .info-block .tabs-wrapper .custom-tabs li+li {
        margin-left:40px
    }

    [dir=rtl] .info-block .tabs-wrapper .custom-tabs li+li {
        margin-right: 40px
    }
}

.info-block-footer {
    margin-top: 50px;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .info-block-footer {
        margin-top:30px;
        margin-bottom: 10px
    }

    .info-block-footer .button {
        padding-left: 0;
        padding-right: 0;
        display: block
    }
}

.flipper {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 100%
}

.flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 10px auto;
    width: 120px;
    height: 60px;
}

@media (max-width: 767px) {
    .flip-container {
        width:75px;
        height: 50px
    }
}

.flip-container .flipper {
    -webkit-animation: 14s linear 0s infinite logoFlip;
    animation: 14s linear 0s infinite logoFlip
}

.back, .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.back img, .front img {
    margin: 0 auto
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.front img {
    height: 100%
}

.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.container-two-halfs {
    color: #fff
}

@media (min-width: 768px) {
    .container-two-halfs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.container-two-halfs .container, .container-two-halfs .inner-wrapper {
    height: 100%
}

@media (min-width: 768px) {
    .container-two-halfs .container>.inner-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .container-two-halfs .container>.inner-wrapper .first-half {
        width:45%
    }

    [dir=ltr] .container-two-halfs .container>.inner-wrapper .first-half {
        float: left
    }

    [dir=rtl] .container-two-halfs .container>.inner-wrapper .first-half {
        float: right
    }
}

@media (min-width: 768px) {
    .container-two-halfs .container>.inner-wrapper .second-half {
        width:55%
    }

    [dir=ltr] .container-two-halfs .container>.inner-wrapper .second-half {
        float: left
    }

    [dir=rtl] .container-two-halfs .container>.inner-wrapper .second-half {
        float: right
    }
}

@media (max-width: 767px) {
    .container-two-halfs .container>.inner-wrapper .second-half {
        margin-top:30px
    }
}

.plain-link {
    color: #164977;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px
}

[dir=ltr] .plain-link {
    letter-spacing: 1px
}

fieldset {
    min-width: 0;
    margin: 0 auto;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

legend {
    text-align: center;
    display: block;
    font-weight: 900;
    margin-bottom: 50px;
    font-size: 22px
}

[dir=ltr] legend {
    letter-spacing: 3.5px
}

input {
    width: 100%;
    height: 36px;
    background: transparent;
    border: 0;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none
}

[dir=ltr] input {
    letter-spacing: 1.6px
}

input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

input::-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

input::placeholder {
    color: #fff;
    text-transform: uppercase
}

.form-control+.form-control {
    margin-top: 20px
}

.custom-input {
    margin-top: 10px
}

.custom-input input {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid #fff;
    border-width: 0 0 1px;
    font-family: inherit;
    color: #fff;
    border-radius: 0
}

.custom-input input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #fff;
    opacity: .5
}

.custom-input input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #fff;
    opacity: .5
}

.custom-input input::placeholder {
    text-transform: uppercase;
    color: #fff;
    opacity: .5
}

.primary-section {
    padding-top: 115px
}

.custom-select {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff
}

.custom-select:before {
    content: "";
    position: absolute;
    top: 10px;
    height: 10px;
    width: 13px;
    background: url(../images/arrow-white-down.svg) 50% 50% no-repeat;
    pointer-events: none
}

[dir=ltr] .custom-select:before {
    right: 10px
}

[dir=rtl] .custom-select:before {
    left: 10px
}

.custom-select:focus-within {
    outline: none
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: #0c1e2a;
    width: 100%;
    color: #fff;
    outline: none;
    line-height: 2;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px
}

.media:after, .media:before {
    content: "";
    display: table;
    clear: both
}

[dir=ltr] .media-image {
    float: left
}

[dir=rtl] .media-image {
    float: right
}

[dir=ltr] .media-image {
    margin-right: 20px
}

[dir=rtl] .media-image {
    margin-left: 20px
}

.media-content {
    display: table-cell
}

.custom-file-upload {
    position: relative
}

.custom-file-upload label {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: relative
}

.custom-file-upload label:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/attach-file.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: 5px;
    bottom: 7px;
    cursor: pointer
}

.custom-file-upload input {
    top: 20px;
    right: 15px
}

.custom-file-upload input[type=file]:valid+label:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/tick.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: 40px;
    bottom: 7px
}

.reusable-media-tabs .custom-tabs {
    font-size: 14px;
}

[dir=ltr] .reusable-media-tabs .custom-tabs {
    letter-spacing: 2px
}

.reusable-media-watch-live a {
    position: relative
}

.reusable-media-watch-live a:before {
    content: "";
    width: 185%;
    height: 30px;
    background: url(../images/media-center/style/watch-live.png) no-repeat 50% 50%;
    background-color: #0c1e2a;
    position: absolute;
    top: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .reusable-media-watch-live a {
        position:absolute;
        top: 260px;
        left: 50%;
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.pagination {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase
}

.pagination ol {
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    .pagination ol {
        margin-top:40px
    }
}

.pagination ol a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}

.pagination ol a, .pagination ol span {
    display: inline-block;
    min-width: 24px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    opacity: .5;
    font-weight: 300
}

@media (max-width: 767px) {
    .pagination ol a, .pagination ol span {
        height:40px;
        line-height: 40px
    }
}

.pagination ol a.active, .pagination ol span.active {
    opacity: 1;
    font-weight: 400
}

.pagination ol span {
    color: #fff
}

.pagination ol li {
    display: inline-block;
    line-height: 24px
}

.pagination ol li:first-child a, .pagination ol li:first-child span {
    opacity: 1;
    width: auto;
    font-weight: 400
}

@media (max-width: 767px) {
    .pagination ol li:first-child a, .pagination ol li:first-child span {
        font-size:0;
        width: 10px
    }
}

.pagination ol li:first-child a:before, .pagination ol li:first-child span:before {
    content: "\276C"
}

[dir=ltr] .pagination ol li:first-child a:before,[dir=ltr] .pagination ol li:first-child span:before {
    margin-right: 5px
}

[dir=rtl] .pagination ol li:first-child a:before,[dir=rtl] .pagination ol li:first-child span:before {
    margin-left: 5px
}

@media (max-width: 767px) {
    .pagination ol li:first-child a:before, .pagination ol li:first-child span:before {
        font-size:12px
    }
}

.pagination ol li:last-child a, .pagination ol li:last-child span {
    width: auto;
    opacity: 1;
    font-weight: 400
}

@media (max-width: 767px) {
    .pagination ol li:last-child a, .pagination ol li:last-child span {
        font-size:0;
        width: 10px
    }
}

.pagination ol li:last-child a:after, .pagination ol li:last-child span:after {
    content: "\276D"
}

[dir=ltr] .pagination ol li:last-child a:after,[dir=ltr] .pagination ol li:last-child span:after {
    margin-left: 5px
}

[dir=rtl] .pagination ol li:last-child a:after,[dir=rtl] .pagination ol li:last-child span:after {
    margin-right: 5px
}

@media (max-width: 767px) {
    .pagination ol li:last-child a:after, .pagination ol li:last-child span:after {
        font-size:12px
    }
}

[dir=ltr] .pagination ol li:first-child a,[dir=ltr] .pagination ol li:first-child span,[dir=ltr] .pagination ol li:last-child a,[dir=ltr] .pagination ol li:last-child span {
    letter-spacing: 1.5px
}

.intro {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.intro .container {
    position: relative
}

.intro-about {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px
}

[dir=ltr] .intro-about {
    letter-spacing: 2px
}

.intro-about:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 16px
}

.intro-about a {
    color: #fff
}

.intro-about a:hover {
    text-decoration: underline
}

.intro-logo {
    margin-bottom: 36px
}

.intro-logo.flip-container {
    width: 280px;
    height: 85px
}

.intro-logo.flip-container .back img {
    height: 100%
}

.intro-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 20px
}

[dir=ltr] .intro-title {
    letter-spacing: 5px
}

@media (max-width: 767px) {
    .intro-title {
        font-size:20px
    }

    [dir=ltr] .intro-title {
        letter-spacing: 2px
    }
}

.intro-title span {
    display: block;
    font-size: 50px;
    font-weight: 900;
    line-height: 1
}

[dir=ltr] .intro-title span {
    letter-spacing: 10px
}

@media (max-width: 767px) {
    .intro-title span {
        font-size:30px
    }

    [dir=ltr] .intro-title span {
        letter-spacing: 5px
    }
}

.intro-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 30px auto 0
}

.intro-scroll-down {
    text-transform: uppercase
}

[dir=ltr] .intro-scroll-down {
    letter-spacing: 2px
}

.intro-scroll-down .button {
    margin: 0;
    display: inline-block;
    position: relative;
    height: auto;
    line-height: normal;
    padding: 20px 20px 30px;
    border: 0
}

.intro-scroll-down .button:after {
    content: "\276D";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto
}

.developments {
    /* background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
}

.projects-sliders .custom-slick {
    background-color: #f2f2f2;
    border-radius: 0 0 5px 5px;
}

.projects-sliders-one-project a {
    display: inline-block
}

.projects-sliders-one-project a:focus {
    outline: 0
}

.projects-sliders .slick-track .slick-slide {
    height: 200px
}

.projects-sliders .slick-track .slick-slide>div {
    height: 100%
}

.projects-sliders .slick-track .slick-slide>div .projects-sliders-one-project {
    height: 100%;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects-sliders .slick-track .slick-slide>div .projects-sliders-one-project a {
    text-align: center
}

.projects-sliders .slick-track .slick-slide>div .projects-sliders-one-project a img {
    max-width: 150px;
    max-height: 140px;
    margin-left: auto;
    margin-right: auto
}

.projects-tabs {
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .projects-tabs {
        overflow-x:scroll;
        white-space: nowrap;
        border-top: 1px solid #fff
    }

    .projects-tabs:before {
        background: transparent
    }
}

.footer {
    color: #fff;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
    background-color: #0c1e2a;
    background-image: url(../images/background-pattern.png);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.developments.homepage {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .footer, .footer a {
        position: relative;
        z-index: 1
    }
}

@media (max-width: 767px) {
    .footer {
        background:#0c1e2a
    }

    .footer.hide {
        display: none
    }
}

.footer.hide {
    opacity: 0;
    pointer-events: none
}

.footer.default {
    margin-top: 0;
    position: static
}

.footer-wrapper {
    /* background: #0c1e2a;
    position: static */
}

[dir=ltr] .footer-wrapper {
    padding-left: 15px
}

[dir=rtl] .footer-wrapper {
    padding-right: 15px
}

.full-height .footer-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.project+.footer .footer-wrapper {
    -webkit-box-shadow: 0 -100px 0 0 #0c1e2a,0 -200px 0 0 #0c1e2a,0 -300px 0 0 #0c1e2a;
    box-shadow: 0 -100px 0 0 #0c1e2a,0 -200px 0 0 #0c1e2a,0 -300px 0 0 #0c1e2a
}

@media (min-width: 768px) {
    .project+.footer .footer-wrapper {
        -webkit-box-shadow:0 -100px 0 0 #0c1e2a,0 -200px 0 0 #0c1e2a,0 -300px 0 0 #0c1e2a,0 -400px 0 0 #0c1e2a,0 -450px 0 0 #0c1e2a;
        box-shadow: 0 -100px 0 0 #0c1e2a,0 -200px 0 0 #0c1e2a,0 -300px 0 0 #0c1e2a,0 -400px 0 0 #0c1e2a,0 -450px 0 0 #0c1e2a
    }
}

.full-height+.footer .footer-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .hotline {
    text-align: center;
}

.footer .hotline p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer .hotline p:before {
    content: "";
    /* width: 20px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle */
}

.footer .hotline p a {
    font-size: 24px;
}

[dir=ltr] .footer .hotline p a{
    margin-left: 10px;
}

[dir=rtl] .footer .hotline p a{
    margin-right: 10px;
}


[dir=ltr] .footer .hotline p:before {
    margin-right: 10px
}

[dir=rtl] .footer .hotline p:before {
    margin-left: 10px
}

.footer .hotline a {
    font-size: 30px;
    color: inherit;
    font-weight: 700
}

.footer .right-hand-link a {
    color: inherit;
    font-size: 14px;
    padding: 44px;
    text-transform: uppercase;
    background-color: #0c1e2a;
    display: block;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s
}

.footer .right-hand-link a:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto 10px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.footer .right-hand-link a:hover {
    background-color: #fff;
    color: #0c1e2a
}

.footer .right-hand-link a:hover:before {
    background-color: #0c1e2a
}

.footer .hotline a:hover {
    text-decoration: underline
}

.footer-wrapper.reverse-colors {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer-wrapper.reverse-colors .hotline {
    color: #164977
}

.footer-wrapper.reverse-colors .hotline p:before {
    background-color: #164977
}

.about {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

.contact-us {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

.contact-us .col, .contact-us .cols--2, .contact-us .container {
    height: 100%
}

.contact-us .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .contact-us .col:first-child {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-us .map .pin-details {
    color: #000;
    display: inline-block;
    font-family: Lato,sans-serif
}

[dir=rtl] .contact-us .map .pin-details {
    font-family: Tajawal,sans-serif
}

.contact-us .map .pin-details span {
    font-weight: 400
}

[dir=ltr] .contact-us .map .pin-details span {
    margin-right: 5px
}

[dir=rtl] .contact-us .map .pin-details span {
    margin-left: 5px
}

.contact-information {
    padding-bottom: 30px;
    max-width: 600px
}

[dir=ltr] .contact-information {
    margin-left: auto
}

[dir=rtl] .contact-information {
    margin-right: auto
}

@media (min-width: 768px) {
    [dir=ltr] .contact-information {
        padding-right:15px
    }

    [dir=rtl] .contact-information {
        padding-left: 15px
    }
}

[dir=rtl] .contact-information p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.contact-information-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 22px
}

[dir=ltr] .contact-information-title {
    letter-spacing: 3.5px
}

.contact-information-content {
    font-size: 13px
}

.contact-information-content dt {
    display: inline-block
}

.contact-information-content dd {
    display: inline;
    font-weight: 300
}

[dir=ltr] .contact-information-content dd {
    margin-left: 5px
}

[dir=rtl] .contact-information-content dd {
    margin-right: 5px
}

.contact-information-content .info-group {
    line-height: 1.5
}

.contact-information-content .info-group+.info-group {
    margin-top: 5px
}

@media (max-width: 767px) {
    .contact-information-content .info-group+.info-group {
        margin-top:15px
    }
}

@media (min-width: 768px) {
    .contact-information-content .info-group:last-child {
        margin-top:22px
    }
}

.contact-information-phone-numbers {
    display: inline
}

@media (max-width: 767px) {
    .contact-information-phone-numbers.list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact-information-inquiries {
    margin-top: 40px;
    margin-bottom: 40px
}

.contact-information-inquiries .button {
    min-width: 210px
}

.contact-information-subscription {
    position: relative;
    font-size: 13px
}

.contact-information-subscription .custom-input {
    margin-top: 10px
}

@media (max-width: 767px) {
    .contact-information-subscription .custom-input {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-information-subscription .custom-input label {
        width: 100%
    }
}

.contact-information-subscription .custom-input label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300
}

.contact-information-subscription .custom-input input {
    width: 250px;
    padding: 10px
}

@media (max-width: 767px) {
    .contact-information-subscription .custom-input input {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .contact-information-subscription .custom-input input {
        width:220px
    }
}

.contact-information-subscription .custom-input button {
    color: #fff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    padding: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

[dir=ltr] .contact-information-subscription .custom-input button {
    margin-left: 10px;
    border: 1px solid #fff;
}

[dir=rtl] .contact-information-subscription .custom-input button {
    margin-right: 10px;
    border: 1px solid #fff;
}

[dir=ltr] .contact-information-subscription .custom-input button {
    letter-spacing: 2px
}

.contact-information-subscription .custom-input button:hover {
    color: #164977;
    background-color: #fff
}

.contact-information-subscription .note {
    margin: 0;
    position: absolute;
    right: 70px;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.contact-information-subscription .note.hide {
    opacity: 0
}

.contact-information-social-media {
    margin-top: 60px;
    text-align: right;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .contact-information-social-media {
        text-align:center
    }
}

@media (max-width: 767px) {
    .contact-information-social-media {
        text-align:center;
        margin-top: 30px
    }
}

[dir=ltr] .contact-information-social-media li+li {
    margin-left: 10px
}

[dir=rtl] .contact-information-social-media li+li {
    margin-right: 10px
}

.contact-information-social-media a {
    display: inline-block
}

.contact-information-social-media a svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    vertical-align: top;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px
}

.contact-information-social-media a svg:hover {
    background-color: #fff;
    fill: #0c1e2a
}

.brokers-relations {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

.brokers-relations .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .brokers-relations form {
        margin-top:50px
    }
}

.full-page-form {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.full-page-form fieldset {
    max-width: 600px
}

.full-page-form label {
    font-size: 14px;
    line-height: 2
}

.full-page-form textarea {
    width: 100%;
    color: inherit;
    border: 1px solid #d2d2d2;
    font-family: inherit;
    padding: 10px;
    min-height: 120px;
    resize: none;
    font-size: 14px;
    background-color: transparent
}

.full-page-form textarea:focus {
    outline: none
}

.header {
    color: #fff;
    z-index: 3;
    background-color: #0b1e2a;
    background-image: url(../images/background-pattern.png);
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.header-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header h1 {
    margin: 0
}

.header h1 a {
    display: inline-block;
    vertical-align: top
}

[dir=ltr] .header .menu {
    float: right;
    margin-left: auto;
}

[dir=rtl] .header .menu {
    float: left;
    margin-right: auto;
}

.header .menu-button {
    vertical-align: top;
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    cursor: pointer
}

.header .menu-button-icon {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 0 0 #fff,0 -8px 0 0 #fff;
    box-shadow: 0 8px 0 0 #fff,0 -8px 0 0 #fff;
    pointer-events: none
}

.header .menu-button-icon.reverse-colors {
    background-color: #0c1e2a;
    -webkit-box-shadow: 0 8px 0 0 #0c1e2a,0 -8px 0 0 #0c1e2a;
    box-shadow: 0 8px 0 0 #0c1e2a,0 -8px 0 0 #0c1e2a
}

.header .arabic-button {
    font-size: 24px;
    color: #fff;
    height: 50px;
    line-height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-bottom: 7px
}

.header .arabic-button.reverse-colors {
    color: #0c1e2a
}

.header .arabic-button.reverse-colors:hover {
    background-color: #0c1e2a;
    color: #fff
}

.header .arabic-button:hover {
    background-color: #fff;
    color: #164977
}

.header .hide {
    opacity: 0;
    pointer-events: none
}

.header .header-wrapper-logo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-page-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 50px;
    vertical-align: top
}

[dir=ltr] .header .header-page-title {
    margin-left: 10px
}

[dir=rtl] .header .header-page-title {
    margin-right: 10px
}

.header .header-page-title .project-type {
    line-height: 1.6;
    vertical-align: middle;
    color: #fff
}

.header .header-page-title .project-type:hover {
    text-decoration: underline
}

.header .header-page-title .project-name:before {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width: 768px) {
    .header .header-page-title {
        font-size:18px;
        font-weight: 200;
        text-transform: uppercase;
        line-height: 80px
    }

    [dir=ltr] .header .header-page-title {
        margin-left: 20px
    }

    [dir=rtl] .header .header-page-title {
        margin-right: 20px
    }

    [dir=ltr] .header .header-page-title {
        letter-spacing: 3px
    }
}

@media (max-width: 350px) {
    .header .header-page-title {
        max-width:100px;
        line-height: 1;
        vertical-align: middle
    }
}

.menu-wrapper {
    z-index: 2;
    width: 100%;
    pointer-events: auto;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

[dir=ltr] .menu-wrapper {
    right: 10px
}

[dir=rtl] .menu-wrapper {
    left: 10px
}

.menu-wrapper #menu-header-menu, .menu-wrapper #menu-header-menu-ar {
    padding: 20px 0;
    position: relative;
    -webkit-box-shadow: 0 1px 9px rgba(7,30,44, .1);
    box-shadow: 0 1px 9px rgba(7,30,44, .1)
}

.menu-wrapper #menu-header-menu-ar li, .menu-wrapper #menu-header-menu li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.menu-wrapper #menu-header-menu-ar li .sub-menu, .menu-wrapper #menu-header-menu li .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 15px;
    background: #0b1e2a;
    min-width: 200px;
    border-radius: 0 0 6px 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.menu-wrapper #menu-header-menu-ar>li:hover .sub-menu, .menu-wrapper #menu-header-menu>li:hover .sub-menu {
    display: block;
    z-index: 99;
}

.menu-wrapper #menu-header-menu-ar li .sub-menu li, .menu-wrapper #menu-header-menu li .sub-menu li {
    display: block;
}

.menu-wrapper #menu-header-menu-ar li .sub-menu a, .menu-wrapper #menu-header-menu li .sub-menu a {
    line-height: 30px;
}

.menu-wrapper #menu-header-menu-ar li+li, .menu-wrapper #menu-header-menu li+li {
    margin-top: 5px
}

.menu-wrapper #menu-header-menu-ar li a, .menu-wrapper #menu-header-menu li a {
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    width: 100%;   
    padding: 5px 0;
}

.menu-wrapper #menu-header-menu-ar>li.current_page_item a, .menu-wrapper #menu-header-menu>li.current_page_item a, .menu-wrapper #menu-header-menu-ar>li.current-menu-parent>a, .menu-wrapper #menu-header-menu>li.current-menu-parent>a {
    color: #ccc;
    text-shadow: 0px 0px 20px #0b1e2a;
    border-bottom: 1px solid #ccc;
}

[dir=ltr] .menu-wrapper #menu-header-menu-ar>li, [dir=ltr] .menu-wrapper #menu-header-menu>li {
    padding-left: 30px;
}

[dir=rtl] .menu-wrapper #menu-header-menu-ar>li, [dir=rtl] .menu-wrapper #menu-header-menu>li {
    padding-right: 30px;
}

.menu-wrapper #menu-header-menu-ar li a:hover, .menu-wrapper #menu-header-menu li a:hover {
    color: #ccc
}

.close {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 50px;
    outline: 0;
    cursor: pointer
}

.close-icon {
    position: relative
}

.close-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-icon:after, .close-icon:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute
}

.close-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

@media (min-width: 768px) {
    .team {
        margin-bottom:40px
    }
}

.team-title {
    text-transform: uppercase;
    text-align: center;
    color: #164977;
    margin: 0;
    font-size: 14px
}

[dir=ltr] .team-title {
    letter-spacing: 2px
}

.team-title span {
    width: 60px;
    height: 1px;
    background-color: #164977;
    display: block;
    margin: 15px auto 30px
}

.team-member {
    margin-bottom: 40px
}

.team-member-img {
    width: 100%;
    vertical-align: top;
    background-color: #0c1e2a
}

.team-member-img img {
    width: 100%
}

.team-member-about {
    margin-top: 8px;
    color: #164977;
    text-transform: capitalize
}

.team-member-about p {
    margin: 0
}

.team-member-about-name {
    font-size: 12px;
    font-weight: 700
}

.team-member-about-role {
    font-size: 12px;
    font-weight: 300
}

.message-from-chairman {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

.message-from-chairman .first-half {
    height: 100%
}

@media (min-width: 768px) {
    .message-from-chairman .first-half {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .message-from-chairman .first-half {
        text-align:center
    }
}

.message-from-chairman .first-half img {
    width: 80%
}

@media (max-width: 767px) {
    .message-from-chairman .first-half img {
        width:200px
    }
}

.message-from-chairman .info-block-title {
    line-height: 2
}

.message-from-chairman .info-block-title span {
    display: block;
    font-weight: 300;
    font-size: 17px
}

[dir=ltr] .message-from-chairman .info-block-title span {
    letter-spacing: 3.2px
}

@media (max-width: 450px) {
    [dir=ltr] .message-from-chairman .info-block-title span {
        letter-spacing:1px
    }
}

@media (min-width: 768px) {
    .message-from-chairman .info-block-content {
        height:200px;
        overflow: auto
    }
}

.message-from-chairman .info-block-footer .button {
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px
}

.message-from-chairman .info-block-footer .button+.button {
    margin-top: 20px
}

.investors-relations {
    position: relative
}

@media (min-width: 768px) {
    .investors-relations .info-block-content {
        height:200px;
        overflow: auto
    }
}

.investors-relations .media-link {
    margin: 24px 0 0;
    position: relative;
    z-index: 2;
    text-align: center
}

.investors-relations:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/investors-relations.jpg) no-repeat 50% 50%;
    background-size: cover;
    z-index: -1;
    top: 0
}

[dir=rtl] .investors-relations:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.project-landing {
    background-image: url(../images/azadir.png);
    text-align: center;
    position: relative
}

.project-landing .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-landing-logo {
    margin-bottom: 50px
}

.project-landing-logo img {
    width: 220px
}

.project-landing .scroll-down {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #fff
}

[dir=ltr] .project-landing .scroll-down {
    letter-spacing: 2px
}

.project-landing .scroll-down a {
    color: inherit;
    display: inline-block;
    padding: 10px 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.project-landing .scroll-down a:after {
    content: "\276D";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none
}

[dir=rtl] .project-landing .scroll-down a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.project-landing .scroll-down a:hover {
    background-color: #fff;
    color: #c19b50
}

.project-landing .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent
}

.project-landing .footer .right-hand-link a {
    background-color: transparent
}

.project-landing .footer .right-hand-link a:hover {
    background-color: #fff;
    color: #0c1e2a
}

.project-tabs {
    margin: 60px auto;
    color: #c19b50;
    max-width: 700px
}

@media (max-width: 767px) {
    .project-tabs {
        margin-top:30px;
        margin-bottom: 30px
    }

    .project-tabs .button {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.project-tabs .tabs {
    margin: 0 0 40px;
    padding: 0;
    display: inline-block
}

[dir=ltr] .project-tabs .tabs {
    text-align: left
}

[dir=rtl] .project-tabs .tabs {
    text-align: right
}

@media (max-width: 767px) {
    .project-tabs .tabs {
        margin-bottom:10px
    }
}

.project-tabs .tabs-external-contents {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px
}

.project-tabs .tabs-external-contents img {
    width: 100%
}

.project-tabs .tabs-container-links {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .project-tabs .tabs-container-links {
        width:33.33%
    }

    [dir=ltr] .project-tabs .tabs-container-links {
        float: left
    }

    [dir=rtl] .project-tabs .tabs-container-links {
        float: right
    }
}

@media (max-width: 767px) {
    .project-tabs .tabs-container-links {
        line-height:2.6
    }
}

.project-tabs .tabs-container-links img {
    width: 120px;
    display: block;
    margin: 0 auto 30px
}

.project-tabs .tabs-container-links .button {
    padding: 0;
    display: block
}

.project-tabs .tabs-container-links li {
    display: block;
    text-align: inline-start;
    position: relative
}

.project-tabs .tabs-container-links li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #c19b50;
    width: 0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

[dir=ltr] .project-tabs .tabs-container-links li:before {
    margin-left: -90px
}

[dir=rtl] .project-tabs .tabs-container-links li:before {
    margin-right: -90px
}

.project-tabs .tabs-container-links li.active-tab:before {
    width: 60px
}

.project-tabs .tabs-container-links a {
    color: inherit;
    outline: none
}

.project-tabs .tabs-container-links a.button--tertiary:hover {
    color: #fff
}

@media (min-width: 768px) {
    .project-tabs .tabs-container-content {
        width:66.66%
    }

    [dir=ltr] .project-tabs .tabs-container-content {
        float: right
    }

    [dir=rtl] .project-tabs .tabs-container-content {
        float: left
    }
}

.project-tabs .tab-headline {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase
}

.project-tabs .tab-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300
}

.project-tabs .tab-content {
    font-size: 12px
}

@media (min-width: 768px) {
    [dir=ltr] .project-tabs .tab-content {
        padding-left:50px
    }

    [dir=rtl] .project-tabs .tab-content {
        padding-right: 50px
    }
}

@media (min-width: 768px) and (max-width:1025px) and (orientation:portrait) {
    .project-tabs .custom-slick .slick-arrow.slick-prev {
        left:-45px
    }

    .project-tabs .custom-slick .slick-arrow.slick-next {
        right: -45px
    }
}

.project .custom-slick .slick-arrow {
    top: 60%
}

.project-tabs .project-slider-wrapper .project-slider-tabs {
    position: relative
}

.project-tabs .project-slider-wrapper .tabs {
    margin: 12px 0
}

.project-tabs .project-slider-wrapper .tabs-container-links {
    width: 60%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    background: #fff;
    right: 0;
    left: 0
}

@media (max-width: 767px) {
    .project-tabs .project-slider-wrapper .tabs-container-links {
        width:150px;
        bottom: auto;
        top: 100%;
        margin-top: -50px
    }
}

@media (min-width: 768px) {
    .project-tabs .project-slider-wrapper .tabs-container li {
        display:inline-block
    }

    [dir=ltr] .project-tabs .project-slider-wrapper .tabs-container li+li {
        margin-left: 30px
    }

    [dir=rtl] .project-tabs .project-slider-wrapper .tabs-container li+li {
        margin-right: 30px
    }
}

.project-tabs .project-slider-wrapper .tabs-container li:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 10px;
    height: 2px;
    background: #c19b50;
    width: 0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    left: 0;
    right: 0
}

[dir=ltr] .project-tabs .project-slider-wrapper .tabs-container li:before {
    margin-left: 0
}

[dir=rtl] .project-tabs .project-slider-wrapper .tabs-container li:before {
    margin-right: 0
}

@media (max-width: 767px) {
    .project-tabs .project-slider-wrapper .tabs-container li {
        text-align:center
    }

    .project-tabs .project-slider-wrapper .tabs-container li:before {
        top: 70%
    }
}

.project-tabs .project-slider-wrapper .tabs-container-content, .project-tabs .project-slider-wrapper .tabs-container li.active-tab:before {
    width: 100%
}

[dir=ltr] .project-tabs .project-slider-wrapper .tabs-container-content .tab-content {
    padding-left: 0
}

[dir=rtl] .project-tabs .project-slider-wrapper .tabs-container-content .tab-content {
    padding-right: 0
}

@media (max-width: 767px) {
    #project-tabs {
        margin-bottom:80px
    }
}

.project-tabs .map {
    height: 515px!important;
    width: 100%!important
}

.media-center {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

@media (min-width: 768px) {
    .media-center {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 115px
    }
}

.common-tab {
    background-color: #fff;
    color: #164977;
    text-align: center;
    max-width: 940px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .common-tab {
        width:100%
    }
}

@media (min-width: 768px) {
    .common-tab .cols--2 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.common-tab .cols--2 .col:first-child {
    padding: 0
}

.common-tab .cols--2 .col:last-child {
    padding: 25px 40px 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.common-tab .custom-slick .cols--2 {
    margin-left: 0;
    margin-right: 0
}

.common-tab .custom-slick .cols--2:after, .common-tab .custom-slick .cols--2:before {
    content: none
}

.common-tab-img {
    height: 100%
}

.common-tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top
}

.common-tab-content-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

.common-tab-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}

[dir=ltr] .common-tab-title {
    letter-spacing: 3px
}

.common-tab-date {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase
}

[dir=ltr] .common-tab-date {
    letter-spacing: 1.3px
}

.common-tab-content {
    font-size: 12px;
    margin: 20px 0 40px
}

.common-tab .button {
    font-size: 12px;
    width: 190px;
    padding: 0
}

@media (min-width: 940px) {
    [dir=ltr] .common-tab .button+.button {
        margin-left:20px
    }

    [dir=rtl] .common-tab .button+.button {
        margin-right: 20px
    }
}

@media (max-width: 939px) {
    .common-tab .button+.button {
        margin-top:10px
    }
}

[dir=ltr] .common-tab .button {
    letter-spacing: 1.6px
}

.watch-live .cols--3 .col:nth-child(n+4) {
    margin-top: 30px
}

.watch-live-live-stream {
    height: 250px;
    border: 1px solid #fff;
    position: relative
}

.watch-live-camera-number {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 10px
}

[dir=ltr] .watch-live-camera-number {
    letter-spacing: 1.5px
}

.careers {
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a
}

.careers.full-height.primary-section {
    min-height: 920px
}

[dir=rtl] .careers .facts-one-fact-title,[dir=rtl] .careers .solid-facts-title {
    font-size: 18px
}

.apply-now .info-block-title {
    line-height: 1.3
}

@media (max-width: 767px) {
    [dir=ltr] .apply-now .brief-facts-group .fact-details {
        margin-left:0
    }

    [dir=rtl] .apply-now .brief-facts-group .fact-details {
        margin-right: 0
    }

    .apply-now .brief-facts-group .fact-details.one-word {
        line-height: 16px
    }

    [dir=ltr] .apply-now .brief-facts-group .fact-details.one-word {
        margin-left: 0
    }

    [dir=rtl] .apply-now .brief-facts-group .fact-details.one-word {
        margin-right: 0
    }
}

[dir=ltr] .apply-now .brief-facts-group+.brief-facts-group {
    margin-left: 60px
}

[dir=rtl] .apply-now .brief-facts-group+.brief-facts-group {
    margin-right: 60px
}

@media (max-width: 767px) {
    [dir=ltr] .apply-now .brief-facts-group+.brief-facts-group {
        margin-left:0
    }

    [dir=rtl] .apply-now .brief-facts-group+.brief-facts-group {
        margin-right: 0
    }
}

.apply-now .info-block-content {
    height: 250px;
    overflow: auto
}

.apply-now .info-block-content p+p {
    margin-top: 5px
}

.apply-now .info-block-content p+p.subtitle {
    margin-top: 15px
}

@media (max-width: 767px) {
    .vacancies.full-height {
        min-height:800px
    }
}

.vacancies .job-description {
    margin-top: 30px;
    margin-bottom: 30px
}

.vacancies .job-description-title {
    font-size: 12px;
    margin: 0 0 5px
}

[dir=ltr] .vacancies .job-description-title {
    letter-spacing: 1.6px
}

.vacancies .job-description-content {
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    margin: 0;
    height: 150px;
    overflow: auto
}

.vacancies .job-description-content.hidden {
    display: none
}

.vacancies .align-center {
    margin: 50px 0 0
}

.vacancies .note {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.vacancies .note.hide {
    opacity: 0;
    pointer-events: none
}

[dir=rtl] .vacancies .ginput_container_select:before {
    left: 10px;
    right: auto
}

.item-details {
    background: #fff;
    color: #164977
}

.item-details a {
    color: inherit
}

.item-details-header {
    height: 0;
    padding-bottom: 30%;
    position: relative
}

.item-details-header img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.item-details-title {
    margin-top: 30px;
    color: #0c1e2a;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 30px
}

@media (max-width: 767px) {
    .item-details-title {
        font-size:18px
    }
}

.item-details-date {
    color: #0c1e2a;
    font-size: 12px;
    text-transform: uppercase
}

.item-details-content {
    font-size: 16px;
    font-weight: 300
}

.item-details-content img {
    width: 100%;
    margin: 30px 0
}

.item-details-share {
    margin-top: 30px;
    margin-bottom: 30px
}

[dir=ltr] .item-details-share li+li {
    margin-left: 10px
}

[dir=rtl] .item-details-share li+li {
    margin-right: 10px
}

.item-details-share a {
    display: inline-block
}

.item-details-share a svg {
    width: 40px;
    height: 40px;
    fill: #164977;
    vertical-align: top;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #164977;
    border-radius: 50%;
    padding: 5px
}

.item-details-share a svg:hover {
    background-color: #164977;
    fill: #fff
}

.author {
    font-weight: 300;
    margin-bottom: 30px
}

.author-image {
    width: 120px
}

.author-name {
    margin-top: 0;
    font-weight: 400
}

.author p {
    margin: 0 0 10px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .author:after, .author:before {
        content:none
    }

    .author .media-content, .author .media-image {
        display: block
    }
}

.author a:hover {
    text-decoration: underline
}

.news-and-events-list {
    /* background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a; */
    padding-top: 40px;
    position: relative
}

@media (max-width: 767px) {
    .news-and-events-list .reusable-media-watch-live a {
        top:260px
    }
}

.news-and-events-list .custom-tabs {
    padding: 0;
}

.news-and-events-list .cols--4 .col:nth-child(n+5) {
    margin-top: 30px
}

@media (max-width: 767px) {
    .news-and-events-list .cols--4 .col:nth-child(n+2) {
        margin-top:30px
    }
}

.news-and-events-list .single-event {
    background-color: #f2f2f2;
    color: #164977;
    border-radius: 0 0 5px 5px;
}

.news-and-events-list .single-event-img a {
    width: 100%;
    display: inline-block
}

.news-and-events-list .single-event-img img {
    width: 100%;
    vertical-align: top
}

.news-and-events-list .single-event-content-wrapper {
    padding: 15px
}

.news-and-events-list .single-event-title {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px;
    color: inherit
}

.news-and-events-list .single-event-title:hover {
    text-decoration: underline
}

[dir=ltr] .news-and-events-list .single-event-title {
    letter-spacing: 1.5px
}

.news-and-events-list .single-event-date {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase
}

[dir=ltr] .news-and-events-list .single-event-date {
    letter-spacing: 1.4px
}

.news-and-events-list .pagination {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (max-width: 767px) {
    .news-and-events-list .pagination {
        position:static
    }
}

.similar-articles {
    margin: 90px 0 25px
}

.similar-articles-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #0c1e2a;
    margin: 0 0 25px;
    font-weight: 700
}

[dir=ltr] .similar-articles-title {
    letter-spacing: 3px
}

@media (max-width: 767px) {
    .similar-articles .col+.col {
        margin-top:30px
    }
}

.similar-articles .single-event {
    background-color: #fff;
    color: #164977;
    border: 1px solid #0c1e2a
}

.similar-articles .single-event-img a {
    width: 100%;
    display: inline-block
}

.similar-articles .single-event-img img {
    width: 100%;
    vertical-align: top
}

.similar-articles .single-event-content-wrapper {
    padding: 10px
}

.similar-articles .single-event-title {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px;
    line-height: 1.2;
    color: inherit
}

.similar-articles .single-event-title:hover {
    text-decoration: underline
}

[dir=ltr] .similar-articles .single-event-title {
    letter-spacing: 1.5px
}

.similar-articles .single-event-date {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase
}

[dir=ltr] .similar-articles .single-event-date {
    letter-spacing: 1.4px
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/background-pattern.png) repeat;
    background-color: #0c1e2a;
    text-align: center;
    color: #fff
}

.not-found-title {
    font-size: 229px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: hsla(0,0%,100%, .1);
    position: relative
}

@media (max-width: 767px) {
    .not-found-title {
        font-size:120px
    }
}

[dir=ltr] .not-found-title {
    letter-spacing: 38px
}

@media (max-width: 767px) {
    [dir=ltr] .not-found-title {
        letter-spacing:20px
    }
}

.not-found-title span {
    font-size: 55px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .not-found-title span {
        font-size:36px
    }
}

[dir=ltr] .not-found-title span {
    letter-spacing: 9px
}

.not-found-message {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    width: 430px;
    margin: 0 auto 50px
}

@media (max-width: 767px) {
    .not-found-message {
        width:100%
    }
}

[dir=ltr] .not-found-message {
    letter-spacing: 2.8px
}

.clearfix:after, .clearfix:before {
    content: "";
    clear: both;
    display: table;
}

[dir=ltr] .pull-start {
    float: left;
    margin-right: auto;
}

[dir=ltr] .pull-end,[dir=rtl] .pull-start {
    float: right;
    margin-left: auto;
}

[dir=rtl] .pull-end {
    float: left
}

.list {
    margin: 0;
    padding: 0
}

.list li {
    display: block
}

.list--inline li {
    display: inline-block
}

.list--pipe-separator li+li:before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px
}

.full-height {
    min-height: 600px;
    height: 100vh
}

.full-height.primary-section {
    min-height: 900px
}

@media (max-width: 767px) {
    .full-height.primary-section {
        height:auto;
        padding-bottom: 15px
    }
}

.full-height.contact-us {
    min-height: 600px
}

.full-height.media-center {
    min-height: 770px
}

.full-height.brokers-relations {
    min-height: 600px
}

.half-height {
    height: 50vh
}

.three-quarter-height {
    height: 75vh
}

.full-background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.align-center {
    text-align: center
}

[dir=ltr] .align-start {
    text-align: left
}

[dir=ltr] .align-end,[dir=rtl] .align-start {
    text-align: right
}

[dir=rtl] .align-end {
    text-align: left
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.to-uppercase {
    text-transform: uppercase
}

.masterplan-slider img {
    height: 429px;
    min-width: 100%;
    max-width: none;
    object-fit: cover;
}

#news-and-events img {
    height: 350px;
}

@media (min-width: 768px) {
    .mobile-only {
        display:none!important
    }
}

@-webkit-keyframes logoFlip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes logoFlip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}
