html, body {
    background-color: #fff;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Sackers Gothic Std';
    font-size: 14px;
    color: #006699;
    font-weight: normal;
    font-style: normal;
}
.c {
    max-width: 1490px;
    padding: 0 60px;
}

/* == GENERAL == */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select::-ms-expand {
    display: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
}
input::-ms-clear {
    display: none;
}
input[type="password"]::-ms-clear, input[type="password"]::-ms-reveal {
    display: none;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input:-webkit-autofill{
    box-shadow:0 0 0 1000px #fff inset;
    text-fill-color:#222 !important;
}
.visi_hidd {
    visibility: hidden;
    opacity: 0;
}
.parallax, .bg-video .videos, .bg-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-video {
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.has-no-touchevents .parallax {
    clip: rect(auto,auto,auto,auto);
    overflow: hidden;
}
.has-no-touchevents .parallax > .bsz {
    z-index: 0;
    position: fixed !important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: transform;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: transform 0.4s;
}
.f0{
    font-size: 0;
}
.text_left{
    text-align: left;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.p_relative, .section{
    position: relative;
}
.p_fixed{
    position: fixed;
}
.p_absolute{
    position: absolute;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.col_row{
    font-size: 0;
}
.col{
    display: inline-block;
}
.col_1{
    width: 100%;
}
.col_2{
    width: 50%;
}
.col_3{
    width: 33.33%;
}
.col_4{
    width: 25%;
}
.dir_left{
    direction: ltr;
}
.dir_right{
    direction: rtl;
}

/* == GENERAL == */

/* == HEADER == */

.logo{
    display: inline-block;
    padding: 30px 0;
}
.logo img {
    width: auto;
    height: 135px;
}
.menus{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
    font-size: 0;
    text-align: right;    
    padding-left: 150px;
}
.menus .menu-container {
    display: none;
}
.menus li{
    display: inline-block;
}
.menus li a , .langs a{
    color: #2a409a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    display: block;
}
.menus li a span , .mobile-menu .menu-item a span{
    position: relative;
}
.menus li a span:before , .mobile-menu .menu-item a span:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    background: #2a409a;
    transition: all .4s;
}
.menus li a:hover span:before , .menu-item.current-menu-item a span:before , .mobile-menu .menu-item a:hover span:before {
    transform: scaleX(1);
}
.menu-item.current-menu-item a:hover span:before{
    transform: scaleX(0);
}
.rtl .menus li a{
    font-size: 20px;
}
.langs {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.langs > *{
    display: inline-block;
    vertical-align: middle;
    color: #2a409a;
}

.langs a{
    padding: 0 10px;
    display: inline-block;
    color: #dedede;
}
.langs a.active{
    color: #2a409a;
}
.langs .sep:last-child{
    display: none;
}
.langs .ar {
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}
.langs a:first-child{
    padding-left: 0;
    margin-top: -3px;
}
/* == HEADER == */

/* == FOOTER == */

.footer{
    background-color: #292929;
    padding: 80px 0 40px 0;
    overflow: hidden;
    position: relative;
    direction: ltr;
}
.footer:before{
    background-color: #242424;
    width: 50%;
    height: 130%;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    transform: translate3d(0,-50%,0) rotate(-5deg);
}
.footer .c{
    position: relative;
}
.footer .col_row > .col{
    vertical-align: middle;
}
.rtl .footer .col_row > .col_2:first-child .col{
    text-align: right;
}
.rtl .footer .icon{
    margin-right: 0px;
    margin-left: 15px;
}
.footer .col_row{
    padding: 0 75px;
}
.footer_menu li{
    display: block;
}
.footer_menu li a{
    display: inline-block;
    font-size: 12px;
    color: #949494;
    padding-top: 10px;
    text-transform: uppercase;
}
.footer_menu li a:hover{
    color: #2a409a;
}
.rtl .footer_menu li a{
    font-size: 20px;
    line-height: 1;
}
.footer .address{
    font-family: 'Fairfield LH';
    font-size: 15px;
    color: #949494;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    margin-left: 40px;    
    display: inline-flex;
    align-items: center;
}
.footer .address:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #949494;
}
.rtl .footer .address{
    text-align: right;
}
.footer .icon {
    margin-right: 15px;    
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.footer .icon img {
    width: auto;
    height: 25px;
}
.footer_logo{
    display: inline-block;
    margin-left: 115px;
    vertical-align: middle;
}
.footer_logo:hover{
    opacity: 0.8;
}
.footer_logo img{
    width: auto;
    height: 125px;
}
.footer_logo.logo2 img{
    width: 65px;
    height: auto;
}
.footer_logo.logo2.mobile {
    display: none;
}

.copytext{
    font-family: 'Fairfield LH';
    font-style: italic;
    text-align: center;
    color: #949494;
    margin-top: 40px;
}

/* == FOOTER == */

/* == WIDGET == */

.section{
    overflow: hidden;
}
.img_left .col_content{
    margin-left: 50%;
    width: 50%;
}
.img_right .col_content{
    margin-right: 50%;
    width: 50%;
}
.col_content .middle-wrap-table{
    height: 100vh;
    height: calc(100vh - 195px);
    padding-top: 60px;
    padding-bottom: 60px;
}
.col_content .c_editor{
    max-width: 580px;
    font-family: 'Fairfield LH';
    font-size: 1.214em;
    line-height: 1.4;
    position: relative;
}
.c_editor strong{
    font-family: 'Sackers Gothic Std';
    font-size: 1.294em;
    font-weight: 300;
    vertical-align: bottom;
    color: #2a409a;
    line-height: 1.2;
}
.pattern {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200%;
    background-color: #ebebeb;
}
.img_left .pattern{
    left: 0%;   
    transform-origin: 54% top;
    transform: rotate(-80.08deg);
}
.img_right .pattern{
    right: 0%;  
    transform-origin: 46% top;
    transform: rotate(-80.08deg);
}
.scroll_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,0,0);
    padding: 20px;
    display: none;
}
.scroll_bottom:hover{
    opacity: 0.7;
}
.scroll_bottom img{
    width: auto;
    height: 60px;
}
.section:first-child .scroll_bottom{
    display: block;
}

.form_content{
    max-width: 580px;
    font-family: 'Fairfield LH';
    font-size: 16px;
}
.form_content .title{
    color: #292929;
    font-size: 1.500em;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 1;
    font-family: 'Sackers Gothic Std';
    margin-bottom: 30px;
    white-space: nowrap;
}
.form_content a{
    display: block;
    color: #2a409a;
    font-family: 'Sackers Gothic Std';
    line-height: 1;
}
.form_content.brochure_page a{ 
    font-size: 16px;
    line-height: 1;
}
.form_content.brochure_page a + a {
    font-size: 15px;
}
.form_content a + a{
    margin-top: 10px;
    font-size: 15px;
}
.form_content a:hover{
    color: #292929;
}
.form_content p {
    margin-top: 15px;
    line-height: 1.7;
}
.form_wrap{
    margin: 25px 0 30px 0;
    font-size: 0;
}
.form_wrap .col_row{
    margin: 0 -10px;
}
.form_wrap .col{
    padding: 0 10px;
}
.form_group{
    position: relative;
}
.placeholder{
    position: absolute;
    top: 13px;
    left: 15px;
    color: rgb(3 104 154);
    font-size: 16px;
    transition: all 0.5s;
}

.has-input .placeholder{
    top: -9px;
    left: 1px;
    font-size: 14px;
    padding: 0 10px;
    background: #ebebeb;
    z-index: 1;
}
.form_content.brochure_page .has-input .placeholder{ 
    background-color: #fafafa;
}
.rtl .placeholder{
    direction: rtl;
    right: 15px;
    left: auto;
}
.rtl .has-input .placeholder{
    right: 1px;
    left: auto;
}
.form_control{
    border: 1px solid #2a409a;
    padding: 12px 15px;
    width: 100%;
    background: transparent;
    font-family: 'Fairfield LH';
    font-size: 17px;
    color: #373737;
}
.rtl input[type=text], .rtl input[type=email], .rtl textarea{
    text-align: right;
}
.form_control.wpcf7-not-valid{
    border-color: #ee2d2d;
}
textarea.form_control{
    height: 175px;
}
.form_submit{
    margin-top: 15px;
    position: relative;
}
.shadow_box {
    content: '';
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s;
}
.form_submit .wpcf7-submit{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    color: #2a409a;
    font-size: 16px;
    border: 1px solid #2a409a;
    cursor: pointer;
    position: relative;
    transition: background-color .5s;
    z-index: 1;
}
.form_submit .wpcf7-submit:hover ~ .shadow_box{
    opacity: 1;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    margin: 0;
    background-color: rgba(255,255,255,0.7);
    cursor: not-allowed;
    border: 1px solid #2a409a;
}
div.wpcf7-response-output {
    border: none;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #2a409a;
}
.rtl div.wpcf7-response-output{
    text-align: right;
}
div.wpcf7 .ajax-loader.is-active {
    z-index: 2;
}

/* == WIDGET == */

/* Burger menu */
.burger-menu{
    display: inline-block;
    position: relative;
    height: 41px;
    width: 25px;
    vertical-align: middle;
    margin-left: 25px;
    padding: 15px 0;
}
.burger-menu .lines {
    width: 100%;
    height: 2px;
    display: inline-block;
    position: relative;
}
.burger-menu .lines:before, .burger-menu .lines:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background-color: #2a409a;
    transition: transform 0.4s, background-color 0.4s, top 0.4s;
}
.burger-menu .lines:before {
    top: 0;
}
.burger-menu .lines:after {
    top: 9px;
}
.open-menu .burger-menu .lines:before {
    top: 9px;
}
.open-menu .burger-menu .lines:before {
    transform: rotate(45deg);
}
.open-menu .burger-menu .lines:after {
    transform: rotate(-45deg);
}
.open-menu .burger-menu {
    height: 50px;
}
/* Burger menu */
/* Mobile menu */
.mobile-menu{
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform .5s,opacity .5s,visibility .5s;
    overflow: auto;
    background-color: #fff;
    z-index: 1;
    background-image: url('images/mobile-pattern.png');
    background-position: center center;
    background-size: cover;
}
.open-menu .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%,0);
    padding: 100px 20px 20px;
    font-size: 20px;
    list-style: none;
    text-align: center;
    color: #2a409a;
    line-height: 1;
    width: 100%;
}
.mobile-menu .menu-item a{
    padding-top: 20px;
    display: block;
}
.mobile-menu .menu-item a {
    border: none;
}
.mobile-menu .menu-item:first-child a{
    padding-top: 0;
}
/* Mobile menu */
/* Two Column */
.hotel-img{
    margin-left: -180px;
    margin-right: -180px;
    position: relative;
    margin-top: 60px;
}
.hotel-img .sizer{
    padding-top: 62.85%;
}
.hotel-img .bgimage{
    background-size: contain;
}
.hotel-img img{
    width: 100%;
    height: auto;
}
.triangle-img {
    position: absolute;
    left: 0;
    bottom: 97%;
    width: 130px;
    opacity: 0.5;
    transform: rotate(8deg);
}
.triangle-img img{
    width: 100%;
    height: auto;
}
/* Two Column */

/* == BACKGROUNDS == */

.section-1{
    background: #227aa5;    
}
.section-1 .bg, .section-2 .bg, .section-3 .bg, .section-4 .bg, .membership_form .bg{
    width: 55%;
}

.section-2{
    background: #fff;
}
.section-2 .bg, .section-4 .bg{
    left: auto;
    right: 0;
}
.section-3{
    background-color: #fff;
    background-repeat: repeat;
}
.section-4{
    background: #fff;
}
.membership_form{
  /*  background-image: url(images/section5.png);*/
  background-color:#fff;
    background-repeat: repeat;
}

/* == BACKGROUNDS == */

.triangle-img-2{
    position: absolute;
    bottom: 100%;
    left: 15%;
    margin-bottom: 15%;
    margin-left: -20%;
    width: 200px;
}
.triangle-img-4{
    position: absolute;
    bottom: 100%;
    left: 15%;
    margin-bottom: 15%;
    margin-left: -23%;
    width: 175px;
}
.triangle-img-2 img, .triangle-img-4 img{
    width: 100%;
    height: auto;
}
.logo_click{
    display: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
.footer .icon .normal, 
.footer .icon .hover {
    transition: opacity 0.4s;
}
.footer .icon .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.footer .icon:hover .hover{
    opacity: 1;
}
.footer .icon:hover .normal{
    opacity: 0;
}

.top_el, .bottom_el{
    position: absolute;
    left: 0;
    height: 2px;
    background-color: transparent;    
}
.top_el{
    width: 54%;
    top: 0;
}
.bottom_el{
    width: 46%;
    bottom: 0;
}
.section:nth-child(even) .top_el,
.section:nth-child(even) .bottom_el{
    right: 0;
    left: auto;    
}
.membership_form .bottom_el{
    width: 42%;
}

/******************************* New Page Custom *******************************************/
.row {
    font-size: 0;
}
.grain{
    background-image: url('images/noise.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.tile {
    background-image: url('images/tile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.column {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    padding: 95px 80px;
}
.column h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #2a409a;
    padding: 24px 0;
    text-transform: lowercase;
}
.column .text_only {
    display: table;
    width: 100%;
    height: 100%;
}
.column.left .text_only { 
    padding-right: 70px;
}
.column.right .text_only { 
    padding-left: 70px;
}
.column .image_section_only {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.column .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.column p,.column li {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 24px;
    font-weight: 500;
    font-family: 'Fairfield LH';
    color: #4E4E4E;
    position: relative;
}
.column .form_content.brochure_page p {
    padding-bottom: 0; 
}
.column p:last-child {
    padding-bottom: 0;
}
.column img {
    height: auto;
}
.image_with_text .img-ar {
    text-align: center;
}
.spl-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #72C2DD;
    font-family: 'Sackers Gothic Std';
    padding-top: 24px;
}
.two_text_image_ar .button {
    font-size: 16px;
    line-height: 1.2;
    color: #2a409a;
    font-weight: 500;
    max-width: 230px;
    padding: 13px;
    border: 1px solid #2a409a;
    background-color: #fff;
    display: block;
    text-align: center; 
    margin-top: 8px;
}
.image_with_text.img_first .img-ar{
    padding-bottom: 80px;
}
.image_with_text.img_first .text-ar h2:first-child {
    padding-top: 0;
}
.image_with_text.text_first .img-ar{
    padding-top: 80px;
}
.two_text_image_ar .button:hover {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.two_text_image_ar a {
    font-size: 18px;
    line-height: 1.2;
    color: #2a409a;
    font-family: 'Sackers Gothic Std';
}
.two_text_only_ar {
    background-color: #BA4700;
    color: #ffffff;
    text-align: center;
}

.two_text_only_ar .column{
    text-align: left;
}
.two_text_only_ar .column p {
    color: #fff;
}
.two_text_only_ar .table-cell {
    vertical-align: top;
}
.two_text_only_ar .column p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    height: 1px;
    width: 402px;
    background-color: #C7682C;
}
.two_text_only_ar .column p:last-child:after {
    height: 0;
}
.two_text_only_ar .column h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 24px;
}
.two_text_only_ar .column h2 {
    color: #fff;
    padding-bottom: 5px;
    padding-top: 0;
}
.two_text_only_ar .column li {
    color: #fff;
    padding: 24px 0 0;
    margin-left: 20px;
}
.two_text_only_ar .column p:last-child {
    padding-bottom: 0; 
}

.banner {
    text-align: center;
    background-image: url('images/tile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner .ban_img {
    padding: 35px 0 104px;
    max-width: 100%;
    height: auto;
}
.banner .ban_img img {
    width:450px;
    height: auto;
    box-shadow: 0px 30px 38px rgba(0,0,0,0.3);
}
.banner .down-arrow {
    position: fixed;
    bottom:0;
    left: 50%;
    transform: translateX(-50%); 
    background-color: #fff;
}
.has-scrolled .banner .down-arrow, .show_sidepanel .banner .down-arrow {
    position: absolute;
}
.down-arrow {
    position: relative;
    padding: 16px;
    border: 1px solid #2a409a;
    margin-bottom: 35px;
    cursor: pointer;
    transition: visibility .4s, opacity .4s;
}
.down-arrow:before {
    content:'';
    height: 18px;
    width: 1px;
    background-color: #2a409a;
    position: absolute;
    top:6px;
    left:50%;
}
.down-arrow:after {
    content:'';
    position: absolute;
    bottom: 9px;
    left:50%;
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #2a409a;
    border-width: 0px 1px 1px 0px;
    transform: translateX(-50%) rotate(45deg);
}
.two_text_only_ar .down-arrow {
    display: inline-block;
    border: 1px solid #fff;
}
.two_text_only_ar .down-arrow:before {
    background-color: #fff;
}
.two_text_only_ar .down-arrow:after {
    border-color: #fff;
}
.nav-links {
    position: fixed;
    top: 200px;
    right: 30px;
    z-index: 999;
    transition: top .2s, bottom .2s;
}
.nav-links.bottomFixed {
    position: absolute;
    top: auto;
}
.nav-links .nav_link {
    position: relative;
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    padding-right: 22px;
    letter-spacing: 0.02em;
    color: #33499e;
    font-family: 'Fairfield LH';
} 
.nav-links .back_top {
    position: relative;
    display: block;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-family: 'Playfair Display';
    color:#848484;
    padding-right: 22px;
    margin-bottom: 10px;
}
.nav-links .nav_link[data-href="#banner"] {
    display: none;
}
.home .nav-links .back_top {
    display: none;
}
.nav-links .nav_link:after, .nav-links .back_top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 6px;
    height: 6px;
    background-color: #2a409a;
    visibility: visible;
    opacity: 1;
    transition:visibility .4s, opacity .4s;
}
.nav-links .back_top:after {
    background-color: #848484; 
}
.nav-links .active.nav_link:after {
    visibility: hidden;
    opacity: 0;
}
.nav-links .nav_link .nav_link_text, .nav-links .back_top .nav_link_text {
    visibility:visible;
    opacity:1;
    transition: visibility .4s, opacity .4s;
}
.show_sidepanel .nav-links .nav_link ., .show_sidepanel .nav-links .back_top .nav_link_text {
    visibility: hidden;
    opacity: 0;
}

.has-no-touchevents .nav-links .nav_link:hover .hov_line,
.has-no-touchevents .nav-links .back_top:hover .hov_line,
.has-no-touchevents .nav-links .nav_link:hover .square_inr { 
    visibility: visible;
    opacity: 1;
}
.has-no-touchevents .nav-links .nav_link:hover:after { 
    visibility: hidden;
    opacity: 0;
}
.has-no-touchevents.show_sidepanel .nav-links:hover .nav_link_text {
    visibility: visible;
    opacity: 1;
}
.has-no-touchevents .nav-links .nav_link:hover, 
.has-no-touchevents .nav-links .back_top:hover {
    padding-right: 35px;
}

.nav-links .square_inr {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid #2a409a;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s;

}
.nav-links .active .square_inr {
    visibility: visible;
    opacity: 1;
}
.nav-links .square_inr:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #848484;
}
.nav-links .hov_line {
    content: '';
    width: 16px;
    height: .5px;
    background-color: #2a409a;
    position: absolute;
    right: 7px;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);   
    transition: visibility .4s, opacity .4s;
}
.column.full_cover {
    padding: 0;
    position: relative;
}
.column.full_cover > div {
    opacity: 0;
}
.column.full_cover > div:first-child {
    opacity: 1;
}
.form_content.brochure_page span.wpcf7-not-valid-tip {
    display: none;
}
.text-ar.full_cover {
    padding: 0 95px 100px; 
}
.text-ar.full_cover_top {
    padding: 100px 95px 0; 
}
.form_content.brochure_page {
    max-width: 460px;
}
.current-menu-item a {
    padding-bottom: 6px;
}
.sticky .text_center {
    padding: 0 80px;
}
.menus li a {
    padding: 0 35px 0 0;
}
.menus li:last-child a{
    padding-right: 0;
}
.viewport{
    position: relative;
}
.form_select .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.form_select .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 20px;
    border-left: 1px solid #2a409a;
    border-top: 1px solid #2a409a;
    transform: rotate(-140deg);
}
.form_select .form_control {
    background: transparent;
    position: relative;
    padding-right: 50px;
}