/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:10px
}
:root {
    /* primary background*/
    --main-back: #252425;
    
    /* primary color*/
    --primary-color:#BFA751;
    
    /*for white background*/
    --head-color: #000000;
    --text-color:#535353;
    
     /*for black background*/
    --head2-color: #ffffff;
    --text2-color:#A8A9AD;
   
}


.main_bk{
    background:var(--main-back);
    background-size: 100% 100%;
}
.primary_color{
    color:var(--primary-color);
}
.head_color{
    color:var(--head-color);
}
.text_color{
    color:var(--text-color);
}
.head2_color{
    color:var(--head2-color);
}
.text2_color{
    color:var(--text2-color);
}





body {
    font-family: 'Graphik Arabic';
    font-style: normal;
    overflow-x: hidden;
    border-top:8px solid #BFA751;
}
html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
    direction: rtl !important
}
ul {
    margin:0;
}
.home_icon{
    margin-left:10px;
}
.home_icon svg path{
    fill:#fff;
}
.ginput_preview{
    
    text-align: center !important; 
    padding-bottom: 1rem;
}
.btn {
    background: #fff;
    color: #000;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 1rem;
    transition: all 0.5s ease-in-out
}
.btn:hover {
    color: #000;
}
.btn svg path {
    transition: all 0.5s ease-in-out
}
.btn:hover svg path {
    stroke: #000;
}
.gform_heading {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.gform_wrapper h3.gform_title {
    font-size: 2rem !important;
    padding: 19px 0;
}
body.rtl .gform_wrapper h3.gform_title {
    color: #000;
    font-weight:400;
    font-size: 5rem !important;
}
.gform_heading .gform_description {
    color:#777;
    font-size:1.4rem;
    opacity:0.6;
    margin-bottom:7rem
}
.gform_wrapper {
    padding:0 3rem
}
.gform_wrapper li {
    position: relative
}
.gform_wrapper li .gfield_description {
    /*position: absolute;*/
    width: auto;
    z-index: 999;
    font-size: 1.6rem;
    left: 59px;
    top: 0;
}
.gform_wrapper li .gfield_validation_message{
    position: relative ;
    left: 0;
    top: 0;
}.contact-page .gform_legacy_markup_wrapper ul.gform_fields{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
    width:49%; 
    margin:1rem 0 !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li label{
    color:#000000;
    font-size:1.4rem;
    font-weight:600;
    padding-bottom: 1rem;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n+1){
    margin-left:10px !important;
}

.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%;
    margin-left:0 !important;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select {
    color: #000000;
    background: #FFFFFF !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 10px;
    outline: none;
    padding: 1rem  !important;
    margin:  0;
    font-weight: 400; 
    font-size: 1.2rem !important;
    line-height:2.2 !important;
}
.gform_wrapper li select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.gform_wrapper li .ginput_container_select {
    position: relative;
}
.gform_wrapper li .ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom2.png) center no-repeat;
    background-size:100%;
    width: 2.5rem;
    height: 2.5rem;
    top: 15px;
    left: 10px;
    z-index: 9999;
}
.gform_wrapper li input:placeholder ,
.gform_wrapper li select:placeholder {
    font-size: 1.2rem !important;
    line-height: 2;
    color: #000000 !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper input[type=text]::placeholder,html[dir=rtl] .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#000000;
     font-weight:400;
 }
 .joinUsPage.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2){
    background:url('../images/upload.png') no-repeat 5% center;
    background-size:12%;
}
.gfield .iti.iti--allow-dropdown input{
    border:none !important;
}
body.rtl .gform_wrapper input[type=submit],
.gform_footer .btn {
    border-radius: 10px;
    background: #BFA751;
    border-color: transparent;
    color:#fff;
    display: flex;
    font-size: 1.8rem !important;
    width: auto !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    font-weight: 600;
    font-family:'Alexandria';
    padding:1rem 5rem !important;
    margin-top:2rem !important;
}
.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{
    font-size:0 !important; 
    padding:0;
    opacity:0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    color: #134D94;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 400;
    font-size: 2rem !important;
    margin-top:-1.5rem
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:#BFA751;
    font-size: 1.4rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}
.joinUsPage .gform_wrapper li textarea, .gform_wrapper li input{
    font-weight: bold;
}
.contact-page.joinUsPage .gform_legacy_markup_wrapper ul.gform_fields li label{
    color:#BFA751;
}
body.rtl .joinUsPage .gform_wrapper input[type=submit], .gform_footer .btn{
    color:#BFA751;
    font-weight:400;
}
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.contact-page .gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.contact-page .gform_legacy_markup_wrapper {
    margin-bottom: 5rem !important;
}
body.rtl .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    color: #BFA751;
}
.gform_wrapper .payment_method label {
    color: #134D94;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    margin-left: 1rem;
}
.gform_wrapper .payment_method {
    display: flex;
    align-items: center;
}
.gfield_required {
    display: none;
}
.gform_wrapper .payment_method .ginput_container_radio {
    margin: 0 !important;
}
.gform_wrapper .payment_method ul {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li input[type=radio] {
    position: absolute;
    display: none;
}
.gform_wrapper .payment_method ul li label {
    color: #fff;
    background: #666666;
    height: 5rem;
    width: 8.5rem !important;
    margin: 1rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out
}
.gform_wrapper .payment_method ul li input[type=radio]:checked + label {
    background: #000
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder{
    color: #000;
    font-size:1.7rem;
    line-height: 1.4;
}

input[type=submit]{
    width:auto !important;
    border: 1px solid #222222;
    background: #222222;
    border-radius: 1rem !important;
    padding: 1.5rem 9.7rem!important;
    font-size: 2.2rem !important;
    box-shadow:none;
    width:100%;
    border-radius: 5px;
    transition:all 0.5s ease-in-out;
    color:#fff;
    font-weight: 700;
}
footer .gform_confirmation_wrapper  {
    font-size:1.6rem;
    text-align:right
}
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.spinner {
  margin: 30% auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ed2431;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.caret {
    display: none;
}
.home .services {
    background: rgb(34 74 53);
    position:relative;
    margin-bottom: 5rem;
    z-index:11;
    padding: 6rem 0;
}
.home .services .title,
.home .partners .title,
.home .trademarks .title,
.home .news .title{
   padding-right:4rem; 
   position: relative;
}
.home .services .services-slider{
    z-index:11;
}
/*.home .services:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    left:0;*/
/*    bottom:-100px;*/
/*    width:100%;*/
/*    height:400px;*/
/*    background:url('../images/serv_back.png') no-repeat left bottom;*/
/*    background-size:100%;*/
/*}*/
.services-page .panel {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    padding: 3rem;
    margin: 6rem;
}
.services-page .panel a {
    color: #000;
    font-size: 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.services-page .panel .panel-body {
    font-size: 1.4rem;
    margin: 2rem 0;
    font-weight: 300
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.fixed_social {
    position: fixed;
    left: 0;
    z-index: 88;
    top: 23%;
    left: 6.5%;
}
.fixed_social li {
    text-align: center;
}
.fixed_social li svg {
    width: 25px;
}
.title h3 {
     font-size: 4rem;
    font-weight: 600; 
    position:relative;
    display: inline-block;
    padding-bottom:3rem;
}
.title h4 {
    font-size: 2rem;
    color: #000;
    font-weight: 300
}
.services .title h3,.services .title h4{
    color:#FFFFFF;
}
.home header { 
}
.main-slider{
   margin-top: -1rem;
   background: #fcf8ec;
   padding-bottom: 5rem;
   padding-top: 2rem;
}
.btn--home svg{
    max-height: 2.2rem;
    max-width: 2.2rem;
}
.custom-container{
    padding:0 4rem;
}
header {
    /*background: url(../images/top_header.svg) no-repeat bottom center;*/
    /* background: #000; */
    padding: 3rem 0 5rem 0;
    margin-bottom: 0rem;
    position:relative;
}
.home header{
     background: #fcf8ec;
     padding: 3rem 0 0 0;
     margin:0;
}
/*.home header::before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    right:0;*/
/*    top:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:url('../images/header_shape.png') no-repeat top right;*/
/*    background-size: contain;*/
/*} */
header .header__logo { 
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; 
}
header .header__logo img { 
    width:auto;
}
header .menu {
    position:relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
header  .menu li {
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display: inline-block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
header .search-wrap{
    padding: 0rem 2rem;
    position: relative;
    z-index: 111;
}
header  .menu li a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 2rem 2rem;
    display: inline-block;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    position:relative;
}
header li .menu li a {
    color: #19337D;
    padding: 0.5rem;
    background: transparent;
    font-weight: 300;
    border: 1px solid #fff;
    line-height: 2.5;
    border-radius: 0.7rem;
}
header .menu li a.dropdown-toggle{
    padding-right:2rem;
}
header .menu li.dropdown > a:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom.png) center no-repeat;
    background-size:100%;
    width: 1.8rem;
    height: 2rem;
    right: 0;
    top:0px;
}
header .menu li.dropdown a:after {
    display:none;
}
header .menu li.dropdown .caret:after {
    content: "\f11c" !important;
    font-family: 'Flaticon';
    font-size: 7px;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translatey(-50%) rotate(90deg);
        -ms-transform: translatey(-50%) rotate(90deg);
            transform: translatey(-50%) rotate(90deg);
    color:#fff;
    font-weight: 900;
}
header .menu li.dropdown:hover .dropdown-menu {
    display:block;
    position:absolute
}
header .menu .dropdown-menu {
    border-radius: 0;
    margin-top: 8px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.09);
    box-shadow: none;
    width: 185px !important;
    right: 8px !important;
    top: 18px;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding: 1rem 0rem;
    border-bottom: 1px solid #D6D6D6;
}
header .menu .dropdown-menu li:last-of-type {
    border-bottom: 0;
}
header .menu .dropdown-menu li:hover a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    color: #000;
}
header .menu .dropdown-menu li a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    background:transparent;
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
}
header  .menu li.dropdown:hover a {
    background:transparent;
}
header .menu .dropdown-menu:hover a {
    background:transparent !important;
    /* color: #000; */
}
header .menu li:hover > a {
    color: #BFA751;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover ,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:transparent;
}
.menu__wraper .dropdown-menu {
    position:relative !important;
    transform: unset !important;
    width: 100%;
    padding: 0 2rem;
    border: none;
}
header .btn--search {
    background: transparent;
    border: none;
    padding: 0
}
header .btn--search svg{
    max-width:2.6rem;
}
header li .btn {
    padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}
header li a {
    padding-right: 2rem;
}
.wpml-ls-legacy-list-horizontal a{
    font-family: 'Arial Rounded MT';
    font-weight:bold;
    color:#BFA751;
    font-size:1.5rem;
    line-height:1;
    border:4px solid #BFA751;
    border-radius:10px;
    padding:0.7rem 1rem;
}
.wpml-ls-legacy-list-horizontal{
    padding:3px !important;
}
header .reserve-btn a {
    color: #fff;
    font-size: 1rem;
    font-weight:600;
    padding: 0;
}
header .reserve-btn,.shop_now .link a {
    display: flex;
    align-items: center;
    background: rgb(204 175 108);
    border: 1px solid rgb(204 175 108);
    justify-content: center;
    padding: 1rem 2.5rem;
    border-radius: 25px;
    transition:all 0.3s ease-in-out;
}
header .reserve-btn:hover{
     background:#BFA751;
    border: 1px solid #BFA751;
}
.shop_now .link a{
    color: #BFA751;
    background:#fff;
    font-size: 2rem;
    font-weight:bold; 
}
.shop_now .link a:hover{
    transform:scale(1.1);
}
.shop_now span svg{
    max-width:3rem;
    height:auto;
}
.shop_now .text span{
    margin-left:1rem;
}
.shop_now h4{
    font-weight: 600;
    font-size:2rem;
    color:#fff;
    margin: 0;
}
.shop_now p{
    font-size:1.5rem;
    color:#fff;
}
header .whatsapp a svg {
    margin-right: 1rem;
    max-width: 4rem;
}
.main-slider .ls-layer span {
 }
.main-slider .ls-bottom-slidebuttons {
    position: absolute !important;
    bottom: -6rem;
}
.main-slider .ls-bottom-slidebuttons a{
    background: rgb(204 175 108) !important;
    border-color:#fff !important;
    width: 0.8rem !important;
    height: 0.8rem !important;
    margin: 0 3px;
    border:2px solid #fff !important;
    border-radius:50% !important;
    transition:
    all .5s !important;
}
.main-slider .ls-bottom-slidebuttons a.ls-nav-active,
.main-slider  .ls-bottom-slidebuttons a:hover{
    transition:all .5s !important;
    background-color: rgb(204 175 108) !important;
    border-color: rgb(204 175 108)!important;
}
.main-slider a {
    color:#fff;
}
.main-slider .ls-nav-prev {
    background: url(../images/white-arrow.svg) no-repeat center  !important;
    transition: all 0.6s ease-in-out !important;
    left: 4% !important;
    width: 3rem !important;
    height: 3rem !important;
    top: auto !important;
    bottom: 6% !important;
    transform: rotate(-90deg);
    border: none !important;
    border-radius: 2.5rem;
}
.main-slider .ls-nav-next {
    background:url(../images/white-arrow.svg) no-repeat center !important;
    width:3rem !important;
    height:3rem !important;
    border-radius:50%;
    left: 7% !important;
     top: auto !important;
    bottom: 6% !important;
    transition: all 0.6s ease-in-out !important;
    border: none !important;
    border-radius: 2.5rem;
    transform: rotate(90deg);
}
.ls-layer a {
    color: #fff;
}
.main .ls-nav-next:hover {
    background:url(../images/white-arrow.svg) no-repeat center ,#000 !important;
    border-color:#000 !important;
}

.lswp-notification.info {
    display: none;
}
.team{
     position:relative;
    z-index:11111111;
}
.home .team{
    /*background:url('../images/team_shape.svg') no-repeat left top;*/
    background:#fff;
    background-size:100%;
    /*margin-right:3%;*/
    padding:5rem 0 5rem;
    box-shadow: 0 13px 60px #00000010;
   
}
.testimonials{
    position:relative;
}
.testimonials:before{
    content:'';
    position:absolute;
    right:12rem;
    top:5rem;
    width:20rem;
    height:20rem;
    background:url('../images/quote2.png') no-repeat center;
    background-size:100%;
}
.testimonials:after{
    content:'';
    position:absolute;
    left:12rem;
    bottom: 9rem;
    width:20rem;
    height:20rem;
    background:url('../images/quote1.png') no-repeat center;
    background-size:100%;
}
.team .item{
    text-align:center;
    display:flex;
    border: 1px solid #cccccc6b;
    flex-direction:column;
    align-items:center;
    border-radius: 14px;
    padding:5rem 1rem 3rem 1rem;
    margin: 1.6rem;
    justify-content:Center;
    background: rgb(255,255,255);
    transition:all 0.3s ease-in-out;
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 40%, rgba(219,219,219,1) 100%); */
}
.team .item:hover{
    background:#BFA751;
}
.team .item h3{
    color:#000000;
    font-weight:600;
    font-size:2rem;
    margin:1rem 0;
    transition: all 0.5s ease-in-out;
}
.team .item h4{
    color:#000000;
    font-weight:500;
    font-size:1.5rem;
    transition: all 0.5s ease-in-out;
}
.team .item .image{
    max-width:50%;
}
.team .item .image img{
    width:100%;
}
.team .item a{
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: #BFA751;
    border: 2px solid #BFA751;
    box-shadow: 0 3px 6px #00000005;
    display: inline-flex; 
    padding: 0.5rem 4rem;
    border-radius: 2rem;
    margin-top:1rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.team .item:hover a{
    color: #BFA751;
    background: #fff;
}
.team .title{
    text-align:center;
}
.services .slick-next,.services .slick-prev,.testimonials .slick-next, .testimonials .slick-prev{
    background:url(../images/white-arrow.svg) no-repeat center !important;
     width:3rem !important;
    height:3rem !important;
    padding:0;
    transform: rotate(90deg);
    top: -19%;
}
.testimonials .slick-next, .testimonials .slick-prev{
    top: auto;
    bottom:0;
}
.testimonials .slick-next{
    left:50% !important;
}
.testimonials .slick-prev{
    left:45% !important;
}
.services .slick-next{
 left: 5% !important;   
}
.services .slick-prev,.testimonials .slick-prev{
     transform: rotate(-90deg);
}
.services .slick-prev{
    left: 2% !important;
}
.services .slick-dots li button,.trademarks  .slick-dots li button{
    background:
    transparent !important;
    border-color:#fff !important;
    width: 0.6rem !important;
    height: 0.6rem !important;
    margin: 0 2px;
    padding:0;
    border:2px solid #fff !important;
    border-radius:50% !important;
    transition:
    all .5s !important;
}
.services .slick-dots li.slick-active button,.trademarks .slick-dots li.slick-active button{
    transition:all .5s !important;
    background-color:#fff !important;
    border-color:#fff !important;
}
.services .slick-dots{
    text-align:left;
}
/* about */
#why-we {
    background: #000;
}
#about.about {
    position: relative;
    background: #fcf8ec;
    padding:12rem 0 12rem 0;
}
/*#about.about::before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    right:0;*/
/*    top:-3rem;*/
/*    width:100%;*/
/*    height:145px;*/
/*    background:url('../images/top_about2.svg') no-repeat right top;*/
/*    background-size:100% 100%;*/
/*}*/
/*#about.about::after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    right:0;*/
/*    bottom:-2rem;*/
/*    width:100%;*/
/*    height:100px;*/
/*    background:url('../images/bottom_about2.svg') no-repeat right top;*/
/*    background-size:100% 100%;*/
/*}*/
#about.about img{
    border-radius:20px;
    border:2px solid #A8A9AD;
    box-shadow:0 13px 36px #00000011;
}
#about .about__title-content{ 
}
#why-we .about__title-content h3 ,
#about .about__title-content h3 {
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    position:relative;
    display: inline-block;
    padding-bottom:3rem;
}
#about .about__title-content h3:after,.title h3:after{
    content:'';
    width: 18rem;
    height: 2rem;
    background:url('../images/title_shape.svg') no-repeat bottom right;
    right:0;
    bottom:0;
    position:absolute;
    background-size: 100% 100%;
}
#about .about__title-content span {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    padding: 2rem;
    display: block;
}
#about .about__title-content p {
    font-size: 2rem;
    color: #535353;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 3rem;
    margin-top:1rem;
    text-align: justify;
}
.link_more{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    position:Relative;
    z-index:11;
}
.news .image a{
    position:absolute !important;
    left:2rem;
    bottom:2rem;
}
#about .about__more,.link_more a ,.title a,.news .image a,.single__link a{
    font-size: 1rem;
    font-weight:600;
    color: #fff;
    background: rgb(204 175 108);
    border: 2px solid rgb(204 175 108);
    box-shadow:0 3px 6px #00000005;
    display: flex;
    width: fit-content;
    padding: 1rem 4rem;
    border-radius: 2rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position:relative;
    z-index:111;
}
#about .about__more{
    padding:0
}
#about .about__more:hover {
    background: #fff;
    color: #BFA751;
}
#about .about__more:hover a {
    color: #BFA751;
}
#about .about__more svg path {
    transition: all 0.5s ease-in-out;
}
#about .about__more:hover svg path {
    stroke: #000;
}
#about .about__more a {
    color: #fff;
    font-size:1rem;
    font-weight:600;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
#why-we  .about__item-img {
    transition: all 0.5s ease-in-out;
    margin-bottom: 2rem;
}
#why-we  .about__item-img img {
    width: 70%;
    transition: all 0.5s ease-in-out;
}
#why-we  .d-flex:hover img {
    transform: scale(0.8)
}

#why-we  .about__item-text h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
    transition: all 0.5s ease-in-out;
}
#why-we .about__item-text p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2;
}
#why-we  .d-flex:hover .about__item-text p {
    color: #134D94;
}
/* brands */
.brands .title h3 {
    font-size: 5rem;
    color: #A1040D;
}
.brands .title p {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
}
.brands .slick-slide > div {
    display: flex
}
.brands .item a {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    /* height: 20rem; */
}
.brands .item .image {
    border: 1px solid #DDDDDD;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    /* display: block; */
    line-height: 13rem;
    text-align: center;
    position: relative;
    margin: auto;
    transition: all 0.5s ease-in-out;
}
.brands .item:hover .image {
    box-shadow: 0 33px 46px rgba(161, 6, 12, 0.1);
}
.brands .item .image img {
    width: 50%;
}
.brands .item h4 {
    color: #000
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-prev {
    background: url("../images/red-arrow.svg") no-repeat center;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
    right: unset !important;
    left: -3% !important;
    top: 14%;
}
.slick-next {
    background: url("../images/white-arrow.svg") no-repeat bottom 30% center, #A1040D;
    width: 42px;
    height: 91px;
    transform: rotate(180deg);
    right: unset !important;
    left: -3.4% !important;
    top: 21%;
    border-radius: 25px
}
.slick-prev:hover, .slick-prev:focus {
    background: url("../images/red-arrow.svg") no-repeat center;
} 
.slick-next:hover, .slick-next:focus {
    background: url("../images/white-arrow.svg") no-repeat bottom 30% center, #A1040D;
}
.shop_now{
    background:#BFA751;
    color:#fff;
}
.media_center .title {
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.media_center .title a,
.news .title a,
.events .title a {
    position: absolute;
    bottom: 45%;
    left: -1%;  
} 
.media_center .title a{
    bottom: 15%;
}
.media_center .bottom a,.partners  .bottom a{ 
    font-size:1.5rem;
    font-weight:bold; 
    color:#BFA751;
}
.media_center .bottom a{
    justify-content: flex-end;
}
.events .title a {
    bottom: 83%;
    left: 10%;
}
.media_center .bottom a svg,
.news .title a svg,
.events .title a svg,
.partners .bottom a svg {
    margin-right:0.5rem;
}
.media_center .title a{
    background:#BFA751;
    border-color:#BFA751;
    color:#fff;
}
.shopping {
    position: relative
}
.media-page .item .image svg ,
.videos-page .item .image svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 0;
    max-width: 8rem;
    max-height: 7rem;
    z-index:1111;
}
.single-page{
        padding-bottom: 5rem;
}
.news.videos .item .image:after{
    content:''; position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    background:#BFA75170;
}
.services .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:3rem 5rem ;
    position:relative;
}
.services-page .item{
    border:1px solid #BFA751;
    border-radius:42px;
    margin-top:1rem;
    margin-bottom:1rem;
    position: relative;
}
.services-page .item:hover{
    transition:all .5s ease;
    background:#BFA751
}
.services-page .item:hover img{ 
filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(180%);
  }
.services-page .item:hover .caption h3{
    transition:all .5s ease;
    color:#fff
}
.services-page .item:hover .caption a{
    transition:all .5s ease;
    background:#fff;
    color:#BFA751;
}
.services .item:after{
    content:'';
    position:absolute;
    left:0;
    width:1px;
    height:30%;
    background:#70707030;
    top:0;
}
.services .slick-slide > div:first-child .item:after{
    top:auto;
    bottom:0;
}
.services .slick-slide > div > div:last-child .item:last-child:after{
    display:none
}
.services .item h3{
    color: #fff;
    font-weight:600;
    font-size:2.5rem;
    margin: 2rem 0 3rem 0;
    display: inline-block;
    width: 100%;
}
.services .item a{
    color:#BFA751;
    font-weight:600;
    font-size:1rem;
    border:1px solid #BFA751;
    border-radius:25px;
    box-shadow :0 3px 5px #00000006;
    padding: 1rem 3rem;
    display: inline-flex;
}
.services-page .item h3{
    color:#252425;
}
.services .slick-slide > div:first-child{
    position:relative;
    border-bottom:1px solid #70707030;
}
.services-page .item:after{
    display:none;
}
.services-page .item a{
    background:#BFA751;
    color:#fff;
}
/* news */
.news_outer{
    background: rgb(34 74 53);
    display: inline-block;
    width: 100%;
    margin-top: -70px;
    position: relative;
}
.news {
      position:relative;
      background:#FFFFFF;
      z-index: 1111;
    margin-top: 2rem;
    padding: 5rem 0 9rem 0;
}
.gallery{
    padding-bottom: 0rem !important;
}
/*.news_outer::after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    right:0;*/
/*    top: -20%;*/
/*    width: 97%;*/
/*    height: 300px;*/
/*    background: url('../images/news_shape.svg') no-repeat right top;*/
/*    background-size:100%;*/
/*}*/
.news .title h3,.media_center .title h3 ,.partners .title h3{ 
    color: #000000;
}
.news .title h4,.media_center .title h4,.partners  .title h4 { 
    color: #000000; 
}
.news .item .image {
    position:relative;
    overflow: hidden;
}
.news .item {
    border-radius:20px;
    border:1px solid #DADADB70;
    box-shadow:0 9px 26px #6F819615;
    margin: 2rem 0;
    padding:1.3rem;
    overflow:hidden;
    background:#fff;
    transition: all 0.5s ease-in-out;
}
.iti__country-list {
    z-index: 11111;
}
.home .news .item{
    margin: 2rem 1rem;
}
#gform_confirmation_wrapper_35{
    text-align: center !important;
    margin:auto!important;
}
.news .item:hover{
    background:#BFA751;
}
.news .item .image img{
    border-radius:10px;
}
.news .item .caption {
    padding: 2rem 1rem 2rem 0.5rem;
    position:relative;
    padding-left:10%;
}
.home .news .item .caption{
     padding-left:20%;
}
.single-page .post-single .main-image{ 
    position: relative; 
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
} 
.single-services .single-page .post-single .main-image{
    border: 3px solid #BFA751;
    border-radius: 42px; 
}
.main-image .label{
    top:8rem;
} 
.shopping .item .caption h3 ,
.news .item .caption h3 {
    font-size:2.2rem;
    color:#000000;
    margin:0rem 0 1rem 0;
    line-height:1.2;
    font-weight: 600;
    transition:all 0.3s ease-in-out;
}
.news .item .caption h6,.single-page .single__header .date{
    font-size:1rem;
    color:#BFA751; 
    font-weight: 400;
    transition:all 0.3s ease-in-out;
}
.shopping .item .caption p ,
.news .item .caption p {
    font-size:1.6rem;
    color:#A8A9AD;
    line-height:2;
    transition:all 0.3s ease-in-out;
    text-align: justify;
}
.news .item .caption a{
    font-size:1rem;
    color:#000000;
    transition:all 0.3s ease-in-out; 
}
.news .item:hover .caption a,.news .item:hover .caption p,.news .item:hover .caption h6,.news .item:hover .caption h3{
    color:#fff;
    
}
.news .slick-dots li button,.events .slick-dots li button,.partners .slick-dots li button,.shopping-page .slick-dots li button,.media-page .slick-dots li button {
    width:3rem;
    background:#E0E0E0;
    padding:0;
    height:0.2rem;
}
.news .slick-dots li.slick-active button,.events .slick-dots li.slick-active button,.media-page .slick-dots li.slick-active button,.partners .slick-dots li.slick-active button,.shopping-page .slick-dots li.slick-active button{
    background:#BFA751;
}
.shopping-page .item{
    position:relative;
    border:1px solid #E3E3E3;
    box-shadow:0 15px 55px #00000005;
    margin:20px 15px;
    padding:1rem;
}
.shopping-page .item .caption{
    position:relative;
    padding-top:1rem;
}
.shopping-page .item h3{
    color:#134D94;
    font-weight:bold;
    font-size:1.5rem;
    
}
.shopping-page .item p{
    color:#134D94;
    font-size:.9rem;
}
.cart_btn{
    background:#134D94;
    width:3rem;
    height:3rem;
    padding:1rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    border-radius:50%;
    top:0;
    left:1rem;
}
.slick-dots li button::before{
    display:none;
}
.slick-dots li{
    width:auto;
    height:auto;
}
.testimonials{
    background: rgb(204 175 108);
    text-align:center;
    position:relative;
    z-index: 11111;
    /*background: url(../images/test_shape.svg) no-repeat right top;*/
    /*background-size: 100%;*/
    padding:10rem 0 10rem 0;
}
/**.testimonials::after {
    content: '';
    position: absolute;
    right: 0;
    top: -123px;
    width: 100%;
    height: 200px;
    background: url(../images/newsletter_shape.svg) no-repeat right bottom;
    background-size: 100% 100%;
}**/
.testimonials .caption{
    width:50%;
    margin:0 auto;
}
.testimonials .content{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:4rem auto;
}
.testimonials .content .text{
    margin-right:0.5rem;
    text-align:right;
}
.testimonials .title h3{
    color:#fff;
    font-size:5rem;
    font-weight:bold;
    z-index:111;
    position:relative;
}
.testimonials  .title h3:after{
    display:none;
}
.testimonials  .caption p{
    color:#FFFFFF;
    font-size:2.2rem;
    font-weight:400;
    text-align: justify;
}
.testimonials .text h3{
    font-family:'bahij';
    color:#fff;
    font-size:1.4rem;
    font-weight: 400;
}
.testimonials .text h4{
     font-family:'bahij';
    color:#fff;font-weight: 300;
    font-size:1rem;
}
.news .slick-next,.team .slick-next {
    left: 19% !important;
    width: 4rem;
    height: 4rem;
    top: -88px;
    background: url("../images/black-arrow-bottom.svg") no-repeat center;
    transform: rotate(-90deg); 
}
.news .slick-prev,.team .slick-prev {
    left: 16% !important;
    height: 4rem;
    width: 4rem;
    top: -88px;
    background: url("../images/black-arrows.svg") no-repeat center;
    transform: rotate(-90deg); 
    border-radius: 50%;
}
.team .slick-prev{
    left: 5% !important;
    top: -140px;
}
.news .slick-prev{
    left: 15% !important;
    top: -105px;
}
.news .slick-next {
    left: 17% !important;
    top: -105px;
}
.team .slick-next{
    left: 8% !important;
    top: -140px;
}
.privacy-content {
    background: #134D94;
    margin: 6rem 0;
    padding: 4rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.9
}
.privacy-content h3 {
    font-size: 3rem;
    margin-bottom: 3rem
}
.media-page .news {
    padding-top: 0 !important;
}
.media-page .slick-next ,
.media-page .slick-prev {
    display: none !important;
}
/* events */
.home .events {
    background: #F4F7FA;
}
.events { 
    position: relative;
    padding: 6rem 0 !important;
    position: relative;
}
.events .title h3 { 
    color:#134D94;
}
.events .title h4 { 
    color: #134D94; 
}
.events .title a { 
    
}
.events .title a svg path { 
}
.events .item .image {
    position:relative;
    overflow: hidden;
}
.events .item {
    transition: all 0.5s ease-in-out;
    position: relative;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 10px 20px #00000020;
    margin:20px 15px;
    transition:all 0.3s ease-in-out;
}
.events .item:hover{
    background:#BFA751;
}
.events .item .caption {
    padding: 1rem;  
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center; 
    transition: all 0.5s ease-in-out; 
} 
.archive  .events{
 padding:0 !important;   
}
.events .item .caption a {
    color: #fff;
    font-size: 1.4rem;transition: all 0.3s ease-in-out;
}
.events .item .caption h3{
    color:#134D94;
    font-weight:bold;
    font-size:2rem;transition: all 0.3s ease-in-out;
}
.events .item .caption h4{
    color:#BEBEBE;
    font-weight:300;
    font-size:1.5rem;transition: all 0.3s ease-in-out;
}
.events .item:hover .caption h3,.events .item:hover .caption h4,.events .item:hover .caption a,.events .item:hover .caption p{
    color:#fff;
}
.events .item .caption p{
    color:#BEBEBE; 
    font-size:4rem;
    font-family: 'beIN Normal';transition: all 0.3s ease-in-out;
}
.events .item:hover:after,
.events .item:hover .caption {
    transform: scale(1)
}
.events .slick-next {
    left: 5% !important;
    width: 50px;
    height: 50px;
    top: -29%;
    background: url("../images/white-arrow.svg") no-repeat center;
    transform: rotate(-360deg);
    border: 1px solid #fff;
}
.events .slick-prev {
    left: 5% !important;
    height: 50px;
    width: 50px;
    top: -19.5%;
    background: url("../images/white-arrow.svg") no-repeat center;
    transform: rotate(180deg);
    border: 1px solid #fff;
    border-radius: 50%;
} 
.trademarks {
    position: relative;
    background: rgb(34 74 53);
    margin-top: 50px;
    padding: 5rem 0;
} 
.trademarks  .slick-dots{
    bottom:0;
}
/*.trademarks:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -170px;*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    background: url(../images/nums_shape.svg) no-repeat left top;*/
/*    background-size: 100%;*/
/*}*/

.trademarks .title {
    z-index: 9999;
}
.trademarks .title h3 { 
    color: #fff; 
}
.trademarks .title h4 { 
    color: #fff; 
}
.partners-page .partners{
    padding:0 !important;
    margin:0 !important;
}
.partners-page .partners .title,.partners-page .partners .bottom{
    display:none;
}
.partners .item .image  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; 
    margin:10px 20px; 
}
.trademarks .item .image img  {
   max-height:100%;
   max-width:100%;
}
.trademarks .trademarks-slider .slick-list {
    position: relative;
}
.trademarks .trademarks-slider .slick-list:after { 
}
.trademarks .slick-next ,
.partners .slick-next {
    left: 2% !important;
    width: 3rem;
    height: 3rem;
    top: -90%;
    background: url("../images/black-arrow-bottom.svg") no-repeat center;
    transform: rotate(90deg); 
    z-index: 99999;
}
.partners .slick-slide > div{
    display:flex;
    align-items:center;
}
.partners .slick-prev ,
.trademarks .slick-prev {
    left: 4% !important;
    height: 3rem;
    width: 3rem;
    top: -90%;
    background: url("../images/black-arrows.svg") no-repeat center;
    transform: rotate(90deg); 
    z-index: 10000001;
}
.trademarks .slick-prev,.trademarks .slick-next{
    background: url(../images/white-arrow.svg) no-repeat center !important;
    top: -37%;
}
.trademarks .slick-prev{
    transform: rotate(-90deg);
    left: 2% !important;
}
.trademarks .slick-next{
    left: 4% !important;
}
.trademarks .item{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
      position:relative;
      z-index:11;
      min-height:250px;
    margin: 2rem 3rem;
}
.trademarks .item .image{
    position:absolute;
}
.trademarks .item h2{
    color:#BFA751;
    font-family:'Alexandria';
    font-weight:900;
    font-size:4.5rem;
    position:relative;
    z-index:1;
}
.trademarks .item p{
    color:#BFA751;
    font-weight:300;
    font-size:1.8rem;
    position:relative;
    z-index:1;
}
.partners .slick-prev {
    left: 4% !important;
}
.partners .slick-next  {
    left: 2% !important;
}
.team-slider{
    margin-bottom: 5rem;
}
.newsletter {
    background: rgb(34 74 53);
    background-size: 100% 100%;
    /* margin-bottom: 5rem; */
    padding: 7rem 2rem;
    position: relative;
    z-index: 1111;
}
.newsletter .title h3 {
    font-size: 3rem;
    margin: 0;
    padding:0;
    font-weight:300;
    color: #fff;
    font-family: 'Graphik Arabic';
}
.newsletter .title p {
    font-size: 3rem;
    margin: 1rem 0 2rem 0;
    font-weight: 600;
    color: #fff;
    font-family: 'Graphik Arabic';
}
.newsletter .title h3:after{
    display:none;
}
.newsletter .newsletter_form form {
    display: flex;
    align-items: center;
    border-radius: 5rem;
    padding: 0.5rem;
    background: #fff;
    overflow: hidden;
    border: 1px solid #A8A9AD;
}
.newsletter .newsletter_form form .es-field-wrap {
    width: 100%;
    height: 4rem;
}
.newsletter .newsletter_form form label {
    width: 100%;
    margin: 0;
}
.newsletter .newsletter_form form input.es_txt_email {
    width: 100%;
    border: none;
    height: 4rem;
    display: block;
    padding-right: 2rem;
    font-size: 1.5rem;
    color: #9F9F9F;
    font-weight:300;
    padding-right:5rem;
    background:url('../images/envelope.png') no-repeat 95% center/ 2rem;
}
.newsletter .newsletter_form form input.es_submit_button {
    background: #BFA751;
    box-shadow:0 3px 6px #00000005;
    border: none;
    color: #fff;
    border-radius: 5rem !important;
    padding: 1.5rem 4rem !important;
    font-size: 1.5rem !important;
    font-weight: 500;
}
.es_subscription_message.error {
    color: #000000
}
.newsletter .footer_social{
    text-align:left;
}
.footer_social svg{
    max-width:3rem;
     max-height:3rem;
}
.shopping .title h4 {
    font-size: 2.5rem;
    width: 40%;
    font-weight: 200;
    margin: 2rem 0 4rem;
}
.events-page .nav-tabs {
    border-bottom: 3px solid #000;
    margin-top: 5rem;
}
.events-page .nav-tabs li a {
    padding: 1.5rem 6rem;
    display: block;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 2rem 2rem 0 0;
    border-bottom: 0;
    font-size: 1.5rem
}
.events-page .nav-tabs li a.active {
    background: #000;
    color:#fff;
}
.events-page .tab-content {
    border: 1px solid #000
}
.shopping .item .caption {
    padding: 0 0 0 5rem
}
.shopping .slick-dots {
    bottom: 0;
    margin: 4.5rem 0;
    position: relative;
}
.shopping .slick-dots li {
    width: 8px;
    height: 8px;
}
.shopping .slick-dots button {
    background: #989898;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 1px;
}
.shopping .slick-dots li.slick-active button {
    background: #000
}
.shopping .slick-dots button:before {
    display: none;
}
/* videos */
.media_center .item{
    margin:20px 15px;
    border-radius:60px;
    position:relative;
    overflow:hidden;
    
}
.media_center .item:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-radius:60px;
    background:url('../images/media_shadow.png') no-repeat top left;
    background-size:100% 100%;
    opacity:0.6;
}
.media_center .item svg{
    position:absolute;
    z-index:11;
    left:45%;
    top:45%;
    max-width:4rem;
    max-height:4rem;
}
.games .item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 20px #00000020;
    border-radius:30px;
    padding: 3rem 3rem;
    margin: 2rem 0;
    transition:all 0.3s ease-in-out;
}
.games .item:hover{
    background:#BFA751;
}
.games .item h3{
    color:#134D94;
    font-size:2rem;
    font-weight:bold; transition:all 0.3s ease-in-out;
}
.games .item:hover h3{
    color:#fff;
}
.games .item .image{
    min-height: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}
.games .item:hover .image img{
            filter: brightness(0) invert(1);
}
/* footer */
footer {
    background:#fff;
    padding: 2rem 0 0;
    margin: 4rem 0 0;
    border-radius: 0;
    position:Relative;
}
footer .footer-widget-title,
footer h4 {
    font-size:3rem;
    color:#000000;
    border:none;
    font-weight:500;
    margin-bottom: 1rem; 
}
footer .footer-widget p {
    color: #5D5F60;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-left: 7rem;
}
footer .footer-widget img{
    max-width: 11rem;
}
footer .footer-widget-title:before {
    display: none
}
footer .footer-widget ul {
    list-style:none;
    padding:0;
}
footer .footer-widget ul.menu li {
    width: 49%;
    display: inline-block;
}
footer .footer-widget ul li a {
    color:#A8A9AD;
    font-size: 2rem;
    line-height:2;
    transition:all 0.7s ease-in-out;
    font-weight: 400;
}
footer .footer-widget ul li:hover a {
    color:#BFA751
}
footer .footer-widget ul li {
    display: flex;
    color: #A8A9AD;
    padding: 0.5rem 0;
    align-items: flex-start;
}
footer .items .item{
    display:flex;
    align-items:flex-start;
} 
footer .items .item{
    margin-bottom:1rem;
}
footer .items .item .text p{
    color:#AAAAAA;
    font-size:2rem;
    font-weight:normal;
    margin:0;
}
footer .items .item .text a{
    color:#AAAAAA;
    font-size:1.6rem;
    font-weight:normal;
    margin:0;
}
footer .items .item  .icon_  {
    display:inline-flex;
    width: 2.5rem;
    max-height: 2.5rem;
    margin-left:1rem;
    margin-top:1rem
}
footer .items .item  .icon_ svg{
    max-width:100%;
    max-height:100%;
}
footer .footer-widget ul li img {
    padding: 0 1rem;
}
footer .footer-widget ul li span {
    font-weight: 300;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
}
footer .footer_social  {
    /* margin-top:-7rem; */
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction:row-reverse;
    margin: 0.5rem 0;
    justify-content: center;
}
footer .footer_social svg path{
    /*fill:#fff;*/
}
footer .footer_social svg ,
footer .email svg {
    max-width: 3rem; 
}
footer .footer_social a{
    width:4rem;
    height:4rem; 
    display:inline-flex;
    align-items:center;
    justify-content:center; 
    padding: 1rem;
}
footer .footer__bottom{
    background:#fff;
    padding:2rem 0;
    margin-top:3rem;
    border-top:1px solid #DDDDDD;
}
footer .footer__bottom p:last-of-type {
    
}
footer .footer__bottom p ,
.rowaad a {
     font-weight:300;
     font-size:1.5rem;
    color: #B2B2B2;
    margin:0
}
.rowaad a {
     color: #1F2538;
}
footer .footer__bottom p.rights{
    font-weight:300;
     font-size:1.5rem;
    color: #1F2538;
}
footer .footer__bottom p.rights span{
       color: #000000;
       font-weight:600;font-size:1.8rem;
       margin-right:0.3rem;
}
.rowaad a svg {
   margin-right: 1rem;
    max-width: 8rem;
}
.rowaad a svg path{ 
}
.es_subscription_message.success {
    color:#A1040D;
}
.fancybox-content {
    width  : 800px !important;
    height : 600px !important;
    max-width  : 80% !important;
    max-height : 80% !important;
    margin: 0;
}
.img_header .image {
    position: relative;
}
.img_header .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,1));
    right: 0;
    bottom: 0;
}
.img_header .image p {
    z-index: 9;
    bottom: 10%;
    position: absolute;
    color: #fff;
    font-size: 3rem;
    right: 5%;
}
#breadcrumbs {
    margin: 0px; 
}
#breadcrumbs .text {
        margin: 4rem -2rem 3rem 0px;
    position:relative;
}
#breadcrumbs .text .jobs_btn{
    background:#BFA751;
    font-weight:500;
    border-radius:24px;
    font-family:'Graphik Arabic';
    font-size:0.9rem;
    color:#fff;
    position:absolute;
    left:25%;
    bottom:10%;
    padding:1rem 3rem;
}
#breadcrumbs .text h2 {
    font-size: 4rem;
    font-weight: 300;
    color:#000000;
    margin-bottom:1rem;
}
#breadcrumbs .text h3 { 
    color: #BFA751;
    font-weight:600;
    font-size: 2rem;

}
#breadcrumbs .text h3 a { 
    color: #A7A7A7;
    font-weight:400;
    font-size: 2rem;
}
.jobs{
  padding: 0rem;
}
.jobs a{
  background:#BFA751;
  padding: 1rem 3rem;
  border-radius:40px;
  color:#fff;
  font-size: 1.5rem;
  display: none;
  transition: all .4s ease;
}
.jobs .item{
  text-align:right;
  border: 2px solid #DFE4EA;
  border-radius: 20px;
  margin:30px 0;
  padding: 1.5rem 3rem;
  padding-left:7rem;
  background: transparent;
  transition:all .4s ease;
}
.jobs .item:hover a{
  display:inline-block !important;
  margin-top:20px
}
.jobs .item .content h2{
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  line-height: 30px;
  color: #134D94;
  margin: 0;
}
.jobs .item .content p{
  color: #6D6D6D;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 1rem 0; 
}
.jobs .item .text{
  display:flex;
  align-items:center;
} 
.jobs .item .text p span{
  padding-left: 0.5rem;
}
.jobs .item .text p {
  font-size:1.5rem;
  margin:1rem;
  color: #134D94;
  font-weight:400;
  display: flex;
}
.text {
    /* padding:3rem 0; */
    font-size:1.4rem;
    line-height:2;
    color:#333;
}
.services-page.news .item {
    margin: 0 0 5rem;
}
.single-unit-page .unit_details ,
.units-page .unit_details {
    padding: 0;
}
.single-unit-page .unit_details li,
.units-page .unit_details li {
    padding: 1rem 0;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
}
.single-unit-page .unit_details li:last-of-type ,
.units-page .unit_details li:last-of-type {
    border: 0;
}
.single-unit-page .unit_details li span:last-of-type ,
.units-page .unit_details li span:last-of-type {
    color: #134D94;
}
.units-page .unit_details + .d-flex {
    padding-top: 1rem;
}
.units-page .unit_details + .d-flex ,
.units-page .unit_details + .d-flex svg path{
    color: #134D94 !important;
    fill: #134D94 !important;
}

.iti__country-list{
    display:grid;
}
.contact-page{
    position: relative;
    z-index: 9;
    text-align: right; 
}
.page-template-contact footer{
    margin-top:0;
}
.contact-info {
   padding: 1rem;
}
.contact-info h3 {
   color:#000;
   margin-bottom: 2rem;
}
.contact-info .item {
    margin: 2rem;
}
.contact-info .item svg{
    width: 25px;
}
.contact-info .item h5 {
    padding-right: 1rem;
}
.contact-info .item h5 a {
    display: block;
    color: #000;
    margin-top: 1rem;
    text-decoration: underline;
    font-size: 1.5rem;
}
.contact-info .item h5 span:first-of-type {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0;
}
.contact-info .item h5 span:last-of-type {
    font-size: 1.6rem;
    font-weight: 400;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
.about-page {
    margin: 40px 0 97px;
}
.about-page .image{
    float:left;
    border-radius:10px;
    overflow:hidden;
    max-width:50%;
    margin-right: 5rem;
}
.about-page .image img{
    max-width:100%;
}
.about-page .image .iconVideo{
    position:absolute;
    right:0;
    left:0;
    bottom: 50%;
    text-align: center;
    background: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 99px;
    border: 12px solid #fff;
}
.about-page .item{
    margin:40px 0;
}
.about-page .text h3{
    font-size: 2.6rem;
    color: #6A6A6A;
    font-weight: 500;
    padding-bottom: 12px;
}
.about-page .text{
    font-size: 1.7rem;
    color: #707070;
    font-weight: 400;
    padding-bottom: 12px;
    text-align: justify;
}
/* brands-page */
.brands-page .items {
    box-shadow: 0 27px 40px rgba(0,0,0,0.07);
    margin: 0 4rem;
    padding: 0 4rem;
}
.brands-page .items .item {
    margin: 3rem;
}
.error-message {
    font-size:20rem;
    text-shadow:none;
    font-weight:bold;
    color: #000;
    letter-spacing: 4rem;
}
.error-message:before {
    display:none;
}
.error-404-box p {
    font-size:2rem;
    color:#222;
    font-weight:600;
    margin-bottom:2rem;
}
.error-404-box .return {
    width: 17%;
    box-shadow:none;
    border:none;
    background:#A1040D;
    padding:1.5rem 2rem;
    color:#fff;
    margin: auto;
    font-size: 1.4rem;
    justify-content: center;
}

.single-page .main-image a {
     display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
}
.single-services .single-page .main-image a{
     width: 60%;
     padding: 3rem 0;
    height: 100%;
}
.single-catalogs .main-image{
    box-shadow:0 10px 20px #00000020, inset 20px 10px 40px #B2B2B220;
    height: 100%;
    border-radius:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.single-catalogs .main-image img {
    width: 20rem;
    border-radius:0 !important;
    filter: invert(20%) sepia(62%) saturate(2148%) hue-rotate(197deg) brightness(97%) contrast(91%);
}
.single-page .main-image a img {
    margin: auto;
}
.single-page .post-single .main-image a img{
    border-radius:0px;
    width: 100%;
    height: auto;
}
.single-page .single__header {
    padding:0 0rem 0 1rem;
}
.single-page .single__header .date {
    color: #134D94; 
    margin-top:5rem;
}
.single-page .single__header h3 {
    font-size: 4rem;
    padding-left: 8rem;
    color:#BFA751;
    font-weight:500;
    position:relative;
    /*padding-bottom:2rem;*/
}
.single-page .single__content p {
    font-size: 1.8rem;
    color: #535353;
    line-height:1.8;
    font-weight: 400;
    text-align: justify;
}
.single-page .single__content h4 {
    font-size: 3rem;
    color: #000000;
    line-height:1.8;
    font-weight: 400;
}
.single-unit-page .single__content p {
    color: #989898;
    font-size: 1.7rem;
}
.single-unit-page .single__content a {
    color: #134D94;
    font-size: 1.5rem
}
.single-unit-page .single__content svg path {
    fill: #134D94;
}
.single-team .single-image a{
    display:inline-flex;
    text-align:center; 
    align-items:center;
    padding:5rem 5rem 5rem 5rem; 
    justify-content:Center;
    margin:0 1rem;
    background: rgb(255,255,255);
    transition:all 0.3s ease-in-out;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 40%, rgba(219,219,219,1) 100%);
}
.post-nav {
    width: 100%;
    margin: 4rem 0;
    display: flex;
    justify-content: center;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 1rem;
    padding: 5px;
    width: fit-content;
    height: 5rem;
}
.post-nav .pager li .arr span {
    padding: 0;
}
.post-nav .pager li .arr.prev svg {
    transform: rotate(90deg)
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1.5rem 1.7rem;
    margin: 0;
    border-radius: 0;
    color: #707070;
    font-size: 1.6rem;
}
.post-nav .pager li:hover a {
    background: #000;
    color: #fff;
}
.post-nav .pager li.active span {
    color: #fff;
    background: #000;
    border-color: #000;
}
/* services_page */
.services_page .main_content {
    padding: 10rem 3rem 3rem;
}
.services_page .main_content .image img {
    max-width: 70%;
}
.services_page .main_content .image{
    text-align: center;
}
.services_page .main_content .text h3 {
    color: #A1040D;
    font-size: 2.5rem;
}
.services_page .main_content .text p {
    color: #A1040D;
    font-size: 1.8rem;
    font-weight: 500
}
.services_page .services-img {
    height: 17rem;
}
.services_page .services-img img {
    width: 70%;
}
.services_page .services-text h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #A1040D;
}
.services_page .services-text p {
    font-size: 1.4rem;
    color: #A1040D
}
.services_page .cost_section {
    padding: 3rem;
}
.services_page .cost_section h3 {
    font-size: 2rem;
    color: #000;
}
.services_page .cost_section p {
    color: #A1040D;
    font-size: 2rem;
}
.services_page .discount_section {
    padding: 3rem;
    background: #222222;
}
.services_page .discount_section h3 {
    font-size: 2rem;
    color: #fff;
}
.services_page .discount_section p {
    color: #fff;
    font-size: 2rem;
}
.services_page .support_services_section {
    padding: 3rem;
    font-weight: 500;
}
.services_page .support_services_section h3 {
    font-size: 2rem;
    color: #A1040D;
}
.services_page .support_services_section p {
    color: #000;
    font-size: 2rem;
}
.services_page .support_services_section p.support_services_status + p {
    color: #A1040D !important;
}
.services_page .insulator_section {
    padding: 3rem;
    background: #A1040D;
}
.services_page .insulator_section h3 {
    font-size: 2rem;
    color: #fff;
}
.services_page .insulator_section p {
    color: #fff;
    font-size: 2.5rem;
    width: 63%;
}
.services_page .content {
    padding: 5rem;
    background: #A1040D;
}
.services_page .content p {
    color: #fff;
    font-size: 3rem;
}
.services_page .entities_section {
    padding: 3rem;
}
.services_page .entities_section h3 {
    padding: 3rem;
    margin-bottom: 4rem;
    font-size: 3rem;
    color: #A1040D;
}
.services_page .entities_section .entity_item {
    text-align: center;
    margin: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.services_page .entities_section .entity_item .entity_item--img {
    min-height: 13rem
}
.services_page .entities_section .entity_item img {
    max-width: 50%;
    margin-bottom: 2rem;
}
.services_page .entities_section .entity_item .entity_item--title h4 {
    color: #222;
    font-size: 1.8rem
}
.services_page .package_section {
    background: #222222;
    padding: 5rem;
}
.services_page .package_section .title {
    color: #fff;
}
.services_page .package_section .title h3 {
    font-size: 3rem;
}
.services_page .package_section .title h4 {
    font-size: 2rem;
    margin-bottom: 2rem
}
.services_page .package_section .package_item {
    margin: 4rem 0
}
.services_page .package_section .package_item .package_item--title h4 {
    font-size: 1.8rem;
    color: #fff;
    width: 50%;
    text-align: center;
}
.services_page .package_section .package_item--price {
    background: #C6C6C6;
    display: inline-block;
    padding: 0.6rem 2.3rem;
    font-size: 1.5rem;
    margin: 1rem 0 0;
    position: relative;
}
.services_page .package_section .package_item--price:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 101%;
    height: 1px;
    background: #A1040D;
    transform: rotate(-11deg);
}
.services_page .package_section .package_item--discount {
    background: #666666;
    padding: 0.6rem 2.3rem;
    font-size: 1.5rem;
    margin: 0;
    width: fit-content
}
.services_page .package_section .btn {
    border-radius: 0;
        padding: 0.6rem 2.3rem;
    display:inline-block;
}
body .gform_wrapper ul li.gfield.radio_input,
.buy-page .radio_input {
    border: 1px solid #BFBDBD;
    /* display: flex !important; */
    align-items: center;
    width: 98% !important;
    margin-top: 1.5rem !important;
    padding: 1.3rem !important;
}
body .gform_wrapper ul li.gfield.radio_input.income .ginput_container_radio,
.buy-page .radio_input.income .ginput_container_radio {
    display: inline-block !important;
}
.buy-page .radio_input .gfield_radio {
    display: flex;
    align-items: center;
    margin: 0;
}
#searchform input {
    height: 5rem;
    border-radius: 1rem;
    margin-left: 1rem;
    font-size: 2rem;
    padding: 0 3rem;
}
.not-found p {
    font-size: 1.7rem;
}
.not-found .btn {
    background: #000;
    padding: 1rem 2rem;
}
.not-found .btn i {
    color: #fff;
    font-size: 2rem;
}
.page-title:before {
    display: none;
}
.page-title {
    border: none;
    font-size: 3rem;
}
body .gform_wrapper img.ui-datepicker-trigger,
.buy-page .ginput_container_date img {
    position: absolute;
    left: 2%;
    top: 3px;
    z-index: 9
}
.gf_placeholder,
.buy-page .radio_input  label {
    font-size: 1.5rem !important;
    color: #605F5F !important;
    font-weight: 500 !important;
}
.buy-page .radio_input .ginput_container {
    margin: 0 2rem !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; 
}
#comments {
    margin-bottom:6rem
}
.comment-reply-title ,
.comments-header {
    color:#444;
    font-size:2.1rem;
    margin: 1.5rem 0;
}
#comments .text-warning {
    padding:0;
    color:#9c9c9c !important
}
#comments textarea , #comments input {
    background: #fff;
    border: 1px solid #b3aeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 15px;
}
#comments textarea::-webkit-input-placeholder, #comments input::-webkit-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-moz-placeholder, #comments input::-moz-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea:-ms-input-placeholder, #comments input:-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-ms-input-placeholder, #comments input::-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::placeholder , #comments input::placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments .input-group {
    width: 100%;
}

#comments .input-group-addon {
    display: none;
}

#comments input[type=submit] , .logged-in-as a {
    padding: 1rem 1.5rem;
    background: #89c144;
    border: 1px solid #89c144;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin: 25px 0;
    display: block;
    border-radius:0;
    font-size: 1.2rem;
}
.logged-in-as a {
    display:inline-block;
    margin:0
}
#comments input[type=submit]:hover , .logged-in-as a:hover ,
.logged-in-as a:focus ,
.logged-in-as a:active {
    background: transparent;
    color: #89c144;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #89c144;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.commentlist {
    padding-left: 0;
    margin-bottom: 35px;
}
.commentlist .comment-edit-link {
    display: none;
}
.commentlist h3 a {
    margin: 0;
    color: #000 !important;
}

.commentlist h3 {
    margin: 0;
}

.commentlist li {
    border-bottom: none;
    background: #ffffff;
    border-radius: 25px;
}
.commentlist .children li {
    border: none !important;
}
.commentlist li .comment-body {
    border: none;
    padding: 4rem 2.5rem;
    background: #e1e1e1;
    border-radius: 0 !important;
    overflow: hidden;
    margin: 4rem 0;
    display: block;
}
.commentlist .children li.comment > div[id*=comment-] {
    background: #ECF5FC;
}
.commentlist > li .comment-author {
    display: block;
    font-size: 0
}

.commentlist > li .comment-author cite {
    font-size: 20px;
    float: right;
    position: relative;
    right: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}

.commentlist > li .photo {
    float: right;
    width: 74px !important;
    height: 74px !important;
    margin: 0;
    border-radius: 50%;
}

.commentlist > li .comment-meta {
    font-size: 0;
}

.commentlist > li .comment-body p {
    color: #787A95 !important;
    font-size: 16px !important;
    width: 91%;
    position: relative;
    left: 21px;
    /* text-align: right; */
    float: left;
    line-height: 30px;
}

.commentlist .children li .comment-body p {
    width: 90%;
}

.commentlist .children li .comment-body .reply {
    left: 90% !important;
}

.commentlist .reply , .commentlist .comment-reply-title a {
    position: absolute !important;
    right: 86% !important;
    bottom: 0% !important;
    width: auto;
    border-radius: 0;
}

.commentlist .reply a , .commentlist .comment-reply-title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    border: 2px solid #89c144;
    border-radius: 0;
    /* width: 100%; */
    margin: 0 0 11px 0;
    padding: 5px 20px 8px 20px;
    line-height: 1;
    background: #89c144;
}

.commentlist .comment-reply-title a {
    width: 100px;
    text-align: center;
    color: #000 !important;
    left: 85% !important;
    bottom: 46% !important;
    display: none;
}
.widget-area{
  margin:10px 0;
}
.widget-area .widget_search input{
  border-left: none;
  padding: 16px;
}
.widget-area .widget_search input:focus{
  outline:none;
  box-shadow:none;
  border-color:#ccc;
}
.widget-area .widget_search span{
  border:1px solid #cccbcb;
  border-right: none;
  padding: 4px 10px;
}
.widget-area .widget_search span button{
  font-size:10px;
  color:#b4afaf;
  box-shadow:none;
  border:none;
  background:transparent;
  padding: 4px;
}
.widget-area .widget_search{
  padding-bottom:22px;
  border-bottom:1px solid #ccc;
}
.widget-area .widget_categories .widget-title{
  border:none;
  text-transform:uppercase;
}
.widget-area .widget_categories .widget-title:before{
  display:none;
}
.widget-area .widget_categories li a{
  color:#000;
  font-size:17px;
}
.widget-area .widget_categories{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.widget-area .widget_recent_entries .widget-title{
  border:none;
}
.widget-area .widget_recent_entries .widget-title:before{
  display:none;
}
.widget-area .widget_recent_entries img{
  border:none;
  border-radius:50px;
  max-width: 147px !important;
  max-height: 124px !important;
  margin-left: 17px;
}
.widget-area .widget_recent_entries li{
  margin:20px 0;
  align-items: center;
  color: #000;
}
.widget-area .widget_recent_entries li a{
  color:#000;
  font-size:15px;
}
.serv-page .service__slide-item{
  margin: 25px 0 56px;
  padding-bottom: 35px;
  border-bottom: 2px solid #e5e3e3;
}
.serv-page .service__slide-caption{
  margin:20px 0;
}
.serv-page .service__slide-caption h5{
  color:#555555;
  font-size:22px;
}
.serv-page .service__slide-caption p{
  color:#555555;
  font-size:15px;
  padding:15px 0;
}
.serv-page .service__slide-caption span{
  border: 2px solid #89c144;
  padding:10px 15px;
  font-size: 12px;
  color: #7d8079;
}
@media (min-width:1280px) and (max-width:1365px){
   .about-page .about__slide-img{
    max-height: 236px !important;
  }
}
@media (min-width:1366px){
  /* .about-page .about__slide-img{*/
  /*  max-height: 265px !important;*/
  /*}*/
}
@media(min-width: 1600px) {
  .about-page .about__slide-img{
    max-height: 342px !important;
  }
}
#btn-search-close,
#btn-menu-close {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
#btn-search-close svg,
#btn-menu-close svg {
    width: 6rem;
    height: 5rem;
}
.contact-page .items{
    margin:0 auto;
    margin-bottom:4rem;
}
.contact-page .items .item {
    display:flex;
    flex-direction:column;
    align-items:center; 
    background:#fff;
    padding:2rem;
}
.contact-page .items .item .icon{
   width:auto;
    height:auto;
}
.contact-page .items .item .icon svg{
    max-width:3.5rem;
    max-height:3.5rem;
}
.contact-page .items .item .icon{
     background:#BFA751;
    width:8rem;
    height:8rem;
    border-radius:50%;
    padding:1.5rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact-page .items .item .text{
    padding-top:1rem
}
.contact-page .items .item .text p{
    color:#000000;
    font-size:2.5rem;
    margin:0;
    font-weight:600;
    text-align: center;
}
.contact-page .col-9{
    margin:0 auto;
}
.contact-page .items .item .text a{
    color:#707070; 
    font-size:2.2rem;
    margin:0;
}
.map{
    width: 100%;
    border-radius:10px;
    overflow:hidden;
}
.contact-page .form{
    
    margin:0 auto;
    background:#F5F5F583;
    border-radius:10px;
    padding:4rem 0;
    text-align:Center;
    margin-top:2rem;
}
.contact-page.buy-request-page .form{
     background:#ffffff;
}
.contact-page .form .title h3:after,.media-page .title h3:after{
    display:none;
}
.contact-page.buy-request-page .gform_wrapper li textarea,.contact-page.buy-request-page .gform_wrapper li input,.contact-page.buy-request-page .gform_wrapper li select,
.contact-page.buy-request-page  .gfield .iti.iti--allow-dropdown input
{
    border:1px solid #A8A9AD !important;
    border-radius:10px;
}
.gallery.news .item{
    padding:0;
    box-shadow:none;
    border:none;
}
.post-single{
    
    width: 100%;
}
.single-image{
    width:40%;
    float:right;
    margin:2rem;
    border-radius:10px;
    overflow:hidden;
}




@media(max-width:768px) {
    .ls-fullwidth .ls-bottom-nav-wrapper{
        display:none;
    }
     blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: -1.6em 1.6em 1.6em 0;
    width: 25px;
}
.js .search--open {
    z-index: 111111;
}
.services-page{
    padding-bottom: 35px;
}
.alignnone {
    margin: 0 0 -7rem 0;
    width: 25px;
}
    .whatslink {
        left: 9% !important;
        }
    html {
        font-size:5.8px;
    }
    .search__box {
        display: none;
    }
    .header__logo {
        text-align: center;
    }
    header .header__logo img {
    }
    .wpml-ls-legacy-list-horizontal a { 
    font-size: 2.5rem;
    line-height: 1;
    border: 2px solid #BFA751;
    border-radius: 5px;
    padding: 1rem 1rem;
     }
    .menu-mob {
        /*background: #A1040D;*/
        width: 100%;
        padding: 0rem;
        margin:  0;
    }
    .menu-mob .btn {
        background: transparent
    }
    .menu-mob svg path { 
    }
    .menu-mob ul {
        justify-content: flex-end !important;
    }
    .navbar-toggler,
    #btn-menu {
        border: none;
        padding: 0;
        color: #ffff;
        font-size: 4rem;
        background: transparent;
    }
    .navbar-toggler.collapsed .fa-close {
        display: none;
    }
    .navbar-toggler .fa-close {
        display: block;
    }
    .navbar-toggler.collapsed .fa-bars {
        display: block;
    }
    .navbar-toggler .fa-bars {
        display: none;
    }
    .navbar-collapse > ul {
        display: flex;
        flex-direction: column;
        padding: 3rem 0 0;
    }
    .navbar-collapse > ul li a {
        font-size: 2.5rem;
        font-weight: 300;
        padding: 3rem !important;
        display: block;
        color: #fff;
        background: #a1060c;
        border-bottom: 1px solid #914b4b;
    }
    .navbar-collapse > ul:last-child {
        padding: 0;
    }
    .js .menu__wraper {
        width:80%;
        z-index: 99999999999999999999999999999999999;
        padding: 0;
    }
    .js .btn--search-close {
        z-index: 99999;
    }
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper ul:last-of-type {
        margin-top: 0;
    }
    header .menu__wraper li {
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        padding: 1rem 2rem;
    }
    header .menu__wraper li a {
        font-size: 2.3rem;
        width: 100%;
        color: #000;
    }
    header .menu li.dropdown > a:before{
        top: 10px;
        display: none;
    }
    #btn-search-close,
    #btn-menu-close {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        z-index: 99999999999;
        color: #000;
    }
    #btn-search-close svg,
    #btn-menu-close svg {
        width: 6rem;
        height: 5rem;
    }
    .search__wraper {
        padding: 10rem 5rem;
    }
    .search-wrap {
        position: inherit;
    }
        header .menu .dropdown-menu {
        margin: 0;
        background: #fff;
        width: auto !important;
        color: #fff;
        top: 0;
        left: 0;
        right: 0 !important;
        border-radius: 0;
    }
    header .menu li.dropdown:hover .dropdown-menu {
        display: block;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0;
    }
    header .menu .dropdown-menu li a {
        color: #000;
        font-weight: 500;
        font-size: 2rem;
        padding: 0;
    }
    .ls-layer a svg ,
    .ls-nav-prev, 
    .ls-nav-next {
        display: none;
    }
    #about .offset-2 {
        max-width: 100%;
        margin: 0;
        flex: 1;
    }
    #why-we .about__item-img img {
        width: 40%
    }
    #about .about__item-img {
        height: 50px
    }
    .news .title h3 {
        font-size: 4rem
    }
    .events .slick-next,
    .events .slick-prev,
    .news .slick-next,
    .news .slick-prev,
    .partners .slick-prev, 
    .partners .slick-next,
    .trademarks .slick-prev,
    .trademarks .slick-next {
        display: none !important;
    }
    .events:after {
        width: 281px;
    }
    .trademarks .title {
        width: 100%
    }
    .newsletter ,
    #about.about {
        background-size: cover;
    }
    .shopping .title h4 {
        width: 100%
    }
    .partners .item .image, .trademarks .item .image {
        justify-content: center; 
        margin:10px;
    }
    .shopping .item .caption {
        padding: 1rem 3rem;
    }
    .events .title .btn {
        left: 6%;
        bottom: 69%;
    }
    .brands-page .items {
        margin: 1rem;
        justify-content: center;

    }
    .buy-page {
        padding: 2rem 0;
    }
    body .gform_wrapper ul li.gfield {
        padding-left: 0 !important;
    }
    .contact-info .d-flex {
    display: block !important;
    }
    .contact-info .d-flex > div {
        width: 48%;
        display: inline-block !important;
        margin: 0;
    }
    body.rtl .gform_wrapper h3.gform_title {
        font-size: 3rem !important
    }
    footer {
        padding: 0rem;
    }
    footer .container > .row { 
    }
    .contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n+1) {
    margin-left: 5px !important;
}
    .footer-widget {
        max-width: 100%;
        /* display: inline-block; */
        /* vertical-align: text-top; */
    }
    footer .footer-widget-title {
        font-size: 1.5rem
    }
    footer .apps .text-right {
        text-align: right !important;
    }
    footer .footer_social {
        justify-content: center;
    }
    footer .rowaad {
        justify-content: center !important;
    }
    .testimonials:before { 
    right: 4rem;
    top: 6rem;
    width: 8rem;
    height: 8rem;
    background: url(../images/quote2.png) no-repeat center;
    background-size: 100%;
     }
     .testimonials:after{ 
    left: 4rem;
    bottom: 21rem;
    width: 9rem;
    height: 9rem;
    background: url(../images/quote1.png) no-repeat center;
    background-size: 100%;
   }
    .home .team { 
    padding: 10rem 0 5rem
    }
    .team .slick-prev {
    left: 0% !important;
    top: -80px;
    }
     .team .slick-next {
    left: 11% !important;
    top: -80px;
    }
    .newsletter .title{
        text-align: center;
    }
    .newsletter .footer_social {
    text-align: center;
    padding-top: 2rem;
}
    footer .footer-widget ul li img {
        width: 13%;
    }
    .rowaad a svg {
        width: 6rem;
    }
    #breadcrumbs {
        padding: 0;
        margin-bottom: 4rem;
    }
    #breadcrumbs .d-flex ,
    #breadcrumbs .row {
        flex-direction: column;
        justify-content: center !important;
    }
    #breadcrumbs .text {
        margin-bottom: 0; 
    }
    #breadcrumbs .text h3 { 
    }
    #breadcrumbs .image:after {
        height: 15px;
        left: 0;
        bottom: -14px;
    }
    .single-cars .specifications_features .card .card-header .btn svg {
        width: 3rem
    }
    .featuresPage .image img {
        width: 40%
    }
    .services_page .main_content {
        padding: 2rem;
    }
    .services_page .image img,
    .services_page .services-img img {
        width: 40%;
        margin-bottom: 2rem;
    }
    .services_page .image {
        text-align: center;
    }
    .services_page .services-img {
        height: 13rem
    }
    .services_page .col-12 > .d-flex {
        padding: 0 !important;
        margin: 0 !important;
    }
    .services_page .insulator_section p {
        width: 100%
    }
    .services_page .entities_section h3 {
        margin: 0;
        padding: 0;
        font-size: 2rem;
    }
    .services_page .entities_section .entity_item {
        margin: 2rem 0;
    }
    .services_page .content {
        padding: 3rem;
    }
    .services_page .content p {
        font-size: 2rem;
    }
    .contact-page.joinUsPage .form h3 {
        margin-bottom: 0;
    }
    .contact-page.joinUsPage .form h3 svg{
        width: 4rem
    }
    body.rtl .gform_wrapper input[type=submit], .gform_footer .btn,
    .contact-page input[type=submit] {
        padding: 2rem 4rem !important;
        width: 100% !important;
    }
    .gform_wrapper .gform_footer {
        padding: 0 !important
    }
    .contact-page .contactform {
        padding: 2rem 1rem
    }
    .main svg {
        width: 1rem
    }
    header .header__logo {
    display: flex;
    justify-content: center;
}
    .buy-page .radio_input .gfield_radio li {
        padding: 0 !important
    }
    body .gform_wrapper ul li.gfield.radio_input, .buy-page .radio_input {
        width: 100% !important;
    }
     header .reserve-btn { 
    }
     #btn-menu-close{
        left: 10.25em;
    }
    .footer-widget { 
    }
    .contact-page .gform_legacy_markup_wrapper ul.gform_fields li:nth-child(2n+1) {
    margin-left: 1px !important;
}
.contact-page .col-8 { 
    max-width: 90%;
    margin: 0 5% !important;
}
header .btn--search svg{
    max-width:4rem;
}
header li a {
    padding-right: 0rem;
}
.testimonials .caption {
    width: 80%;
}
.testimonials .content .image{
    max-width:5rem;
}
.testimonials {
    /* background: url(../images/test_shape.svg) no-repeat right top; */
    background-size: cover;
    padding: 30px 0 100px 0;
    margin: -50px 0 -50px 0;
}
 .services .item { 
    padding: 1rem 2rem;
    }
   /* .trademarks:after { */
   /*left: 0;*/
   /* top: -80px;*/
   /* width: 100%;*/
   /* height: 189px;*/
   /* background: url(../images/nums_shape.svg) no-repeat left bottom;*/
   /* background-size: 100% 100%;*/
   /* z-index: -1;*/
   /*   }*/
      .news .title, .media_center .title {
    padding: 7rem 0 0 0 !important;
}
        .partners .title{
          padding-top: 1rem;
      }
      .partners {
              padding-bottom: 0 !important;
      }
 /*     .news_outer::after { */
 /*   right: 0;*/
 /*   top: -14%;*/
 /*   width: 97%;*/
 /*   height: 100px;*/
 /*   background: url(../images/news_shape.svg) no-repeat right top;*/
 /*   background-size: 100%;*/
 /*}*/
 .partners-page{
     min-height: 24vh;
 }
      .trademarks .item { 
    min-height: auto;
    margin: 2rem 1rem;
    }
.trademarks {
    margin-top: 20px;
}
     .services .item img{
        max-width:10rem;
        max-height:10rem;
    }
    .partners .item .image { 
    height: 80px;
    }
    /*.home .services:after { */
    /*left: 0;*/
    /*bottom: -80px;*/
    /*width: 100%;*/
    /*height: 100px;*/
    /*background: url(../images/serv_back.png) no-repeat left top;*/
    /*background-size: 100%;*/
    /*  }*/
      .trademarks {
    padding-bottom: 70px;
}
     #about .image{
         margin-bottom:2rem;
     }
    #about.about { 
    padding: 5rem 0 5rem 0;
    }
     #about.about .row{
        flex-direction:column-reverse;
    }
    /*#about.about::before { */
    /*right: 0;*/
    /*top: -1rem;*/
    /*width: 100%;*/
    /*height: 145px;*/
    /*background: url(../images/top_about2.svg) no-repeat right top;*/
    /*background-size: 100%;*/
    /*  }*/
    /*  #about.about::after { */
    /*right: 0;*/
    /*bottom: 0rem;*/
    /*width: 100%;*/
    /*height: 100px;*/
    /*background: url(../images/bottom_about2.svg) no-repeat right bottom;*/
    /*background-size: 100%;*/
    /* }*/
     .footer__right{
         text-align:Center;
     }
     header {
    background: url(../images/top_mob.svg) no-repeat center center;
    background-size: cover;
    padding: 2rem 0 10rem 0;
    /* margin-bottom: -10rem; */
    position:relative;
    background: #fcf8ec;
    }
        .home header{
     /* background:#252425; */
     padding: 3rem 0 0 0;
     margin:0;
     }
      .contact-page .col-9 {
    max-width: 90%;

      }
}
@media(max-width: 768px ) and (min-width: 500px) {
    footer .footer-widget ul li img {
        width: 8%;
    }
    #breadcrumbs .image:after {
        height: 15px;
        left: 0;
        bottom: -14px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    #breadcrumbs .image:after {
        height: 15px;
        left: 0;
        bottom: -14px;
    }
    html {
        font-size:6px;
    }
    .news .news__slider .swiper-button-next {
        right: 58%;
    }
    .news .news__slider .swiper-button-prev {
        right: 46%;
    }
     .widget-area .widget_recent_entries li a{
      font-size:10px;
    }
    header .reserve-btn { 
    }
    .menu-mob {
        /* background: #A1040D; */
        width: 100%;
        padding: 0;
        margin:  0;
    }
   
    .menu-mob svg path { 
    }
    .header__logo {
        text-align: center  
    }
    header.fixed-header .header__logo img {
    }
    .navbar-toggler,
    #btn-menu {
        border: none;
        padding: 0;
        color: #ffff;
        font-size: 4rem;
        background: transparent;
    }
    .js .menu__wraper {
        width:80%;
        z-index: 99999;
        padding: 0;
    }
    .js .btn--search-close {
        z-index: 99999;
    }
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper li {
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        padding: 1rem 2rem;
    }
    header .menu__wraper li a {
        font-size: 2.3rem; 
    }
    #btn-search-close,
    #btn-menu-close {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        z-index: 99999;
    }
     #btn-menu-close{
        z-index: 99999;
        left: 10.25em;
    }
    #btn-search-close svg,
    #btn-menu-close svg {
        width: 6rem;
        height: 5rem;
    }
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size:8px;
    }
    blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: -2em 1.6em 1.6em 0;
    width: 40px;
}
.alignnone {
    margin: 0 0 -7rem 0;
    width: 40px;
}
.about-page {
    margin: 40px 0 120px;
}
    /* #about.about::before {*/
    /*top: -6rem;*/
    /*}*/
    .partners .title {
    padding-top: 4rem;
}
    .js .search--open {
    z-index: 1111111;
}
#btn-search-close svg, #btn-menu-close svg {
    width: 6rem;
    height: 5rem;
    z-index: 111111111111111111111111111;
}
    /* #about.about::after {*/
    /*bottom: -4rem;*/
    /*}*/
    .news .slick-next {
        left: 40px !important;
        top: -130px;
    }
     .news .slick-prev {
        left: 40px !important;
        top: -74px;
    }
    .events .slick-next {
        left: 40px !important;
        top: -150px;
    }
    .events .slick-prev {
        left: 40px !important;
        top: -90px;
    }
    .trademarks .slick-next, .partners .slick-next {
        right: 2% !important;
    }
    .trademarks .slick-prev, .partners .slick-prev {
        right: -4% !important;
    }
    #breadcrumbs .image:after {
        height: 15px;
        left: 0;
        bottom: -14px;
    }
     #btn-menu-close{
        z-index: 99999;
        left: 21.25em;
    }
    .slick-next,
    .slick-prev {
        display: none !important
    }
}
@media(max-width: 1366px) and (min-width: 1200px) {
.trademarks .item .image img {
    max-height: 180px;
    max-width: 190px;
}
.team {
    padding-bottom: 5rem;
}
header {
    padding: 3rem 0 5rem 0;
    margin-bottom: 0rem;
}
    #about { 
    }
    .partners .title {
        padding-bottom: 0 !important
    }
}
.whatslink{
    position: absolute;
    left: 7%;
    bottom: 29%;
    z-index: 99999;
}
.whatslink svg {
    width: 45px
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #A1040D;
    color:#fff !important;
}
.select2-dropdown {
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 9px 18px 9px;
    border-color: transparent;
}
.gform_confirmation_message{
    font-size:25px;
    padding:10px 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    left: 0 !important;
    right: auto !important;
}
#gform-modal-notification {
    font-size: 2rem;
}