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

html {
    font-size:10px;
}
body {
    font-style: normal;
    font-weight: 300;
    font-family: 'bahij';
    background: url(../images/layer.png)no-repeat right top;
    background-size: 46% 16%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.btn,
.btn-more {
    padding: 1rem 2.2rem;
    box-shadow: none;
    background: #30505F;
    border: 0.2rem solid #fff;
    color: #fff;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 1rem;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #fff;
    color: #000;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover{
   opacity:.5;
}
.slick-dots {
    left: 0;
    width: auto;
    right: 0;
    bottom: -7rem;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #516AF3;
    border-radius: 10px;
    margin: 4px;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    background: #ccc;
}
.slick-dots li button:before {
    display: none;
}
.searchModal .modal-content{
    background:transparent;
    border:none;
    border-bottom:5px solid #fff;
    border-radius:0;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    position: relative;
    text-align: center;
    padding: 2rem 0 0;
} 
header .headerLeft{
    display:flex;
    align-items: center;
}
header .social__media ul{
    margin:0;
}
header .social__media li svg{
    width: 21px;
}
header .header__logo img{
    width: 48%;
}
header .menuLinks{
    justify-content:left;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    /* padding: 1rem 0 0; */
}
header .menu li a {
    color: #2D2F62;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    padding: 0 1.6rem;
    position: relative;
    font-weight: 300;
}
header .menu li:hover > a {
    color: #ECAA61;
    transition:all .5s;
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #2E6663!important;
    font-family: 'Alexandria';
    font-weight: 400;
    font-size: 1.4rem;
}
header .menu .dropdown-menu {
    width: 100% !important;
    right: 0px !important;
    min-width: 194px;
    position:absolute;
    transition:all 0.5s ease-in-out;
}
header .menu li.dropdown:hover .dropdown-menu {
    /*height:auto !important;*/
    display:inline-block;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding:  0.3rem 0rem; 
}
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;
}
ul .wpml-ls-menu-item a{
    padding:0 !important;
}
header  .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;
}
header .menu ul li:hover > a {
    color: #2E6663;
}
header .menu .dropdown-toggle:before {
    position: absolute;
    top: 1px;
    background: url(../images/drop.png) no-repeat center;
    width: 2rem;
    height: 2rem;
    content: "";
    right: -5px;
    background-size: 89%;
}
header .menu .dropdown-toggle:after{
    display:none;
}
a:hover{
    text-decoration:none;
}
header .menu li ul {
    list-style: none;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 1rem;
    padding: 0;
    top: 21px !important;
    /* right: -52px !important; */
    z-index: 99999;
}
header .dropdown-menu{
    transform:none !important;
    top:auto !important;
    width: 100% !important;
}
header .menu li ul li a {
    padding: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #2E6663;
    color: #2E6663;
    font-weight: bold;
}
header .menu li ul li:last-of-type a {
    border: none
}
.btn--search {
    background: transparent;
    border: 0;
}
.btn--search svg{
    width: 21px;
}
.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover{
    transform:none !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Vector2.png)center no-repeat;
    right: 43% !important;
    height: 1.5rem !important;
    top: 85% !important;
    background-size: 22%;
    padding: 25px !important;
}
.ls-nav-prev {
    background: url(../images/Vector1.png)center no-repeat;
    border-radius:50px !important;
    left: 46% !important;
    height: 1.5rem !important;
    top: 85% !important;
    padding: 25px !important;
    background-size: 22%;
}
.ls-bottom-slidebuttons{
    position:absolute;
    right: 15%;
    bottom: 41px;
}
.main .ls-v6  .ls-bottom-slidebuttons a{
    width:6px !important;
    height:6px !important;
    border:1px solid #043238 !important;
    opacity:1 !important;
    margin:5px;
}
.main .ls-bottom-slidebuttons a.ls-nav-active{
    background:#043238 !important;
    border-color:#043238 !important;
    opacity:1 !important;
}
/* about__section */
.about__section {
    padding: 8rem 0 9rem;
    background: url(../images/aboutLayer.png)no-repeat top -119px center;
    background-size: 117% 100%;
}
.about__section .nav-tabs .nav-item .nav-link{
    background:transparent;
    border:1px solid #082F34;
    padding: 2rem;
    color: #fff;
    border-radius: 1rem;
    min-height: 162px;
    transition:all .5s;
}
.about__section .nav-tabs .nav-item .nav-link:hover{
    background:#EDAA61;
    transform:scale(1.1);
    transition:all .5s;
}
.about__section .nav-tabs .nav-item .nav-link:hover a{
    color:#fff;
}
.about__section .nav-tabs .nav-item .nav-link h4{
    font-size: 1.8rem;
    padding: 5px;
}
.about__section .nav-tabs .nav-item .nav-link img{
    width: 40%;
    padding-bottom: 1rem;
}
.about__section .nav-tabs .nav-item .nav-link a{
    color:#EDAA61;
    font-size: 1.3rem;
}
.about__section .nav-tabs li{
    margin: 1rem;
}
.title{
    padding: 1rem 0 1rem;
}
.about__section .about__content h3{
    color:#EDAA61;
    padding-bottom: 2rem;
    font-size: 3.5rem;
}
.about__section .about__details p{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 100;
    line-height: 2;
}
.about__section .moreDet a{
    color:#EDAA61;
    font-size: 1.7rem;
}
.about__section .moreDet a svg{
    padding: .4rem 0;
}
.about__section .about__images img{
    width: auto;
    position: relative;
    right: -6%;
    border-radius: 10px 0 0 0;
}
.services{
    text-align:
    center;
    position: relative;
    z-index: 99;
}
.slick-list{
    height: auto !important;
}
.services .item:hover{
    
}
.services .servRight .title h2{
    color: #2E6663;
    font-family: 'bahij bold';
    font-size: 45px;
    text-align: right;
    line-height: 62px;
    padding-bottom: 11px;
}
.services .servRight .item{
    display: flex;
    position:
    relative;
    align-items: center;
    margin: 3px 0;
    padding: 2rem;
    border-radius: 10px;
    justify-content: space-between;
    cursor: pointer;
}
.services .servRight .item div:first-of-type{
    display: flex;
    align-items: center;
    }
.services .servRight .slick-current{
    background: #EDAA61;
}
.services .servRight .slick-current img{
    background:#fff;
    padding: 4px;
    border-radius: 50px;
}
.services .servRight .item.slick-current h4{
    color:#fff;
}
.services .servRight .item h4{
    color: #2E6663;
    font-weight: 400;
}
.services .servRight .item img{
    max-width: 34px;
    margin-left: 19px;
}
.services .servLeft{
    padding-top: 26px;
}
.services.servPage .servLeft{
    padding:0;
}
.services .servLeft .item{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.services .servLeft .item .caption{
    position:relative;
text-align: right;}
.services .servLeft .item .caption h4{
    position: absolute;
    bottom: 88%;
    background: #fff;
    right: 3%;
    padding: 15px 19px;
    text-align: right;
    display: inline-block;
    font-size: 4.5rem;
    color: #2E6663;
    border-radius: 10px 10px 0 0;
}
.services .servLeft .item .caption p{
    color: #043238;
    font-size: 1.7rem;
    padding-top: 32px;
    padding-right: 5%;
    font-weight: 100;
    display: inline-block;
    line-height: 2;
}
.servPage .reqserBtn{
    background: #E3AD6D;
    width: 82%;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 24px;
    color: #fff;
    font-size: 22px;
    margin: 23px auto;
}
.services .clientInfo {
   
}
.services .clientInfo h6{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 100;
    color: #EDAA61;
    float: left;
    margin-top: -30px;
    }
.services .clientInfo h6 svg {
    width: 28px;
    margin: 0 11px;
}
.clients .title{
    border: 1px solid #EDAA61;
    text-align:right;
    padding: 40px;
    margin: 0 0 89px;
    border-radius: 10px;
}
.clients .title h1{
    color: #EDAA61;
    font-family: 'bahij bold';
    font-size: 55px;
}
.clients .title h1 span{
    font-size:25px;
    font-family: 'bahij';
    font-weight: 100;
    padding: 0 12px;
}
.clients .item img{
    width: 77%;
    border: 1px solid #cccccc54;
    border-radius: 1rem;
    padding: .5rem;
}
.clients .owl-buttons{
    margin:4rem 0 0;
}
.clients .owl-buttons img{
    width:25px;
}
.owl-carousel{
    direction:ltr !important;
}
.posts{
    background:url(../images/newsLayer.png)no-repeat;
    padding: 10rem 0;
    position: relative;
    background-size: 100% 100%;
    z-index: 9;
    margin-top: 5rem;
}
.posts .title{
    padding: 3rem 8rem;
}
.posts .item{
    text-align:right;
    position: relative;
    margin: 18px;
    border-radius: 10px;
    overflow: hidden;
    transition:all .5s;
}
.posts .item:hover{
    transform:translateY(-10px);
    transition:all .5s;
}
.posts .item:after{
    position:absolute;
    content:'';
    background: #2E6663;
    right:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.4;
     transition:all .5s;
}
.posts .item:hover:after{
    background:#EDAA61;
    opacity:.5;
    transition:all .5s;
}
.posts .item .caption{
    position:absolute;
    bottom: 0;
    color:#fff;
    right: 2%;
    z-index: 9;
    padding: 1rem 1rem;
    width: 100%;
}
.posts .item .caption h2{
    font-weight:
    bold;
    font-size: 3rem;
}
.posts .item .caption p{
    font-size: 14px;
    font-weight: 300;
}
.posts.newsPage .item{
    margin:1rem 0;
}
.posts.newsPage .item .caption .postInfo{
    flex-direction:row;
}
.posts .item .caption .postInfo{
    display:flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 9px;
}
.posts .item .caption .postInfo h6{
    display: flex;
    align-items: center;
    font-size: 21px;
    font-family: 'bahij';
    font-weight: 100;
    justify-content: space-between;
    }
.posts .item .caption .postInfo h6 svg{
    width: 28px;
margin: 0 11px;}
.posts .item .caption h5{
    font-size: 15px;
    font-family: 'bahij';
    font-weight: 100;
    direction: rtl;
    display: inline-block;
}
.posts .item .caption h5 span{
    padding-left: 8px;
}
.posts .title h1{
   font-size: 5rem;
   color:#fff;
}
.posts .owl-pagination{
    position: absolute;right: -23%;bottom: 21px;
}
.posts .owl-theme .owl-controls .owl-page span{
    background:transparent;
    border:2px solid #fff;
    width:10px;
    height:10px;
    opacity:1;
    margin: 5px;}

.posts .owl-theme .owl-controls .owl-page.active span{
    background:#fff;
}
.posts .owl-buttons{
    text-align: left;
    margin-left: 45px;
}
.posts.postsPage .owl-buttons{
    margin: 0;
    position: absolute;
    top: 110%;
}
.posts.postsPage .owl-theme .owl-controls .owl-buttons div{
    background:#c0c0c029 !important;
}
.posts.postsPage .owl-theme .owl-controls .owl-buttons div img{
    width:20px;
}
.posts .owl-buttons div:hover{
    background: #AF8B5B !important;
    border-radius: 8px !important;
    padding: 5px !important;
    transition:all .5s;
}
.posts .owl-buttons img{
    width:30px;
}
.testmonials{
    text-align:
    center;
    padding: 52px 0;
    position:
    relative;
    background: url(../images/testmonialLayer.png)no-repeat top 33% left 13%;
    background-size: 26%;
}
.testmonials .right h3{
    color: #2E6663;
    font-size: 42px;
    font-weight: 500;
    font-family: 'bahij bold';
    }
.testmonials .right p{
    color:#384761;
    font-size: 42px;
    width:65%;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}
.testmonials .right{
    width: 40%;
    text-align: right;
}
.testmonials .title{
    padding:20px 0;
}
.testmonials .item .caption{
   text-align: right;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 270px;
}
.testmonials .text{
    background: #2E6663;
    padding: 6px 35px;
    text-align: revert;
    width: 60%;
    display: flex;
}
.testmonials .text .icon img{
    max-width: 89px;
    min-height: 69px;
}
.testmonials .text .innerText{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 99;
    }
.testmonials .item .caption .text h5{
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    margin: 5px;
}
.testmonials .item p{
    font-size: 24px;
    line-height: 2;
    padding-bottom: 9px;
    color: #2E6663;
    font-weight: 900;
    font-family: 'bahij bold';
}
.testmonials .owl-buttons{
    position: absolute;
    bottom: 6%;
    right: 41%;
}
.testmonials .owl-buttons img{
    width: 67%;
}
.owl-theme .owl-controls .owl-buttons div{
    background:
    transparent !important;
    margin: 0 12px !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    opacity:1 !important;
    transition: all .5s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background:#7070706e !important;
}
.RequestSer{
    background:
    url(../images/requestLayer.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 4rem 0;
}
.page-template-servRequest .RequestSer .title h2{
    display:none;
}
.RequestSer .title h2{
    font-size: 4rem;
    color: #EDAA61;
    width: 18%;
    padding-bottom: 7px;
}
.RequestSer .gform_wrapper.gravity-theme .gfield{
    border:2px solid #EDAA61;
    background:#fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem 2rem;
}
.RequestSer .gform_wrapper.gravity-theme .gform_fields{
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.RequestSer .gform_wrapper.gravity-theme .gfield:first-of-type,
.RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(2),
.RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(3),
.RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(4){
    width: 49% !important;
    display:inline-block;
}
.RequestSer .gform_wrapper.gravity-theme .gfield label{
    color:#EDAA61;
    font-weight: 100;
}
.RequestSer .gform_wrapper.gravity-theme .gfield input,
.RequestSer .gform_wrapper.gravity-theme .gfield select,
.RequestSer .gform_wrapper.gravity-theme .gfield textarea{
    border: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large{
    height:150px !important;
}
.RequestSer .gform_wrapper.gravity-theme .gfield{
    width:100%;
}
.RequestSer .gform_wrapper.gravity-theme .gfield input::placeholder,
.RequestSer .gform_wrapper.gravity-theme .gfield textarea::placeholder{
    color:#EDAA61;
    font-size:1.6rem;
    font-weight:100;
}
.RequestSer .gform_wrapper.gravity-theme .gform_footer input{
    border:2px solid #EDAA61;
    background:transparent;
    color:#EDAA61;
    padding:1rem 5rem;
    font-size:1.5rem;
}
.RequestSer .ReqLogo {
    position: absolute;
    bottom: 15%;
    left: 88px;
    text-align: left;
    }
.RequestSer .ReqLogo img{
    width: 30%;
}
.slick-prev:before, .slick-next:before{
    display:none;
}
.slick-dots {
    border-radius: 50px;
    padding: 11px 29px 14px;
    position: absolute;
    display: inline-block;
    border: 1px solid #516AF3;
    margin:auto;
    height: fit-content;
    width: fit-content;
}
.slick-dots li.slick-active button {
    background: #516AF3;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
.topTitle{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.nav-tabs{
    border:none;
    padding: 2rem 1rem;
    border-radius: 50px;
}
#searchform input {
    height: 4.3rem;
    border: none;
    border-left: 0;
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
    background: transparent;
    box-shadow: none;
}
#searchform input::placeholder{
    color:#fff;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border: none;
    background: transparent;
}
#searchform .btn:hover{
    color: #EDAA61;
    transition: all .5s;
}
/* footer */
footer {
    position: relative;
    padding: 6rem 0 2rem 0;
    /* background: url(../images/footerShape.png)no-repeat bottom; */
}
footer:after{
    position:absolute;
    content:'';
    background:#EDAA61;
    width:100%;
    height:100%;
    bottom:0;
    clip-path: polygon(0 93%, 100% 98%, 100% 100%, 0% 100%);
}
footer .to-top{
    position:relative;
    background: transparent;
    text-align: center;
}
footer .to-top svg{
    width:40px;
}
footer .to-top span{
    color:#E5762B;
}
footer .contact-page{
    padding:0;
}
footer .contact-page .title{
    padding: 0 0 1rem;
}
footer .contact-page .title h2{
    color: #516AF3;
}
footer .contact-page .title h4{
    color:#000;
    font-size: 2rem;
}
footer .contact-page .title h4:after{
    display:none;
}
footer .contImg img{
    margin: 0 14px;
    min-height: 72px;
}
footer .links .footer-widget{
    position:relative;
}
footer .footer_right{
    position:relative;
    padding-left: 84px;
    padding-top: 5rem;
}
footer .footer_right:after{
    position:absolute;
    content:'';
    background: #97d0b7;
    left: 54px;
    top: 63px;
    width:1px;
    height: 103%;
}
footer .footer_logo img{
    width: 49%;
}
.footer__top ul.menu a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0.8rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
footer ul.menu {
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    /*right: 9%;*/
}
footer ul.menu a {
    color: #2E6663;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.5rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
footer ul.menu a:hover{
    color:#ECAA61;
     transition: all 0.5s ease-in-out;
}
.footer-widget-title:before{
    display:none;
}
.newsletter{
    position: relative;
     
    
    
}
.newsletter .newsletter-title{
}
.newsletter  h3{
    color: #2E6663;
    font-size: 2rem;
    padding-bottom: 7px;
    font-weight: bold;
}
.newsletter label{
    font-size:0;
}
.newsletter .emaillist {
    margin: 8px auto;
border: 1px solid #bdbdbd;border-radius: 12px;}
.es_subscription_message.success{
    color: #ECAA61;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 900;
}
.newsletter form {
    font-size:0;
    display:flex;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}
.newsletter .es-field-wrap
{width: 100%;}
.newsletter form .es_txt_email {
    font-size: 14px;
    color: #000;
    border: none;
    padding: 1rem 4rem 1rem 0;
    border-radius: 7px;
    width: 100%;
    background: url(../images/mail.png)no-repeat right 11px center/ 11%;
    }
.newsletter form .es_txt_email:focus{
    outline:none;
}
.newsletter .emaillist input::placeholder{
    color:#A7A7A7;
    font-size:1.3rem;
}
.newsletter form input[type="submit"] {
    background: transparent;
    box-shadow:none;
    border-radius:10px;
    font-size:1.3rem;
    transition:all 0.8s;
    color: #EDAA61;
    padding: 0 5px;
    font-weight: bold;
}
.newsletter form input[type="submit"]:hover {
    color:#384761;
}
.footer__bottom{
    padding: 2rem;
    position: relative;
    z-index: 99999;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p.rights{font-weight: 100;}
.footer__bottom p {
    color: #2E6663;
    font-size: 1.3rem;
    margin: 7px 0;
}
.footer__bottom .rowaad{
    text-align:left;
    display: flex;
    justify-content: left;
    align-items: center;
}
.footer__bottom .rowaad span {
    padding-right: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: #2E6663;
    font-size: 1.3rem;
    font-weight: 500;
}
.single-gallery{
    text-align:center;
}
.single-gallery.projects_section .item .image:after{
    height:100%
}
.single-gallery .owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    position:absolute;
    top:50%;
    opacity: 1;
}
.single-gallery .owl-prev{
    left: -89px;
}
.single-gallery .owl-next{
    right: -80px;
}
#breadcrumbs{
   padding: 2rem 3rem 1rem;
   background: #E3AD6D;
   text-align: right;
   margin: 15px 0;
   border-radius: 6px;
   display: flex;
   align-items: center;
   color: #fff;
   font-size: 16px;
   z-index: 111;
   position: relative;
   font-weight: 100;
}
#breadcrumbs span{
    padding: 0 4px;
}
#breadcrumbs .text h2,
#breadcrumbs .text ul{
    display:
    flex;
    align-items: center;
    }
#breadcrumbs .text ul li{
    position:relative;
    padding: 1px 0.5rem 1px .5rem;
}
#breadcrumbs .text svg{
    width:20px;
}
#breadcrumbs .text ul li a,
#breadcrumbs .text ul li{
    color: #fff;
    font-size: 15px;
    z-index:111;
    position:relative;
    font-weight: 100;
}
.posts.postPage{
    background:transparent;
    padding: 0;
}
.posts.postPage .title{
    padding: 4rem 2rem 0;
}
.posts.postPage .title h2{
    color:#2E6663;
    font-size: 4rem;
}
.globalPostPage{
    padding: 3rem 0 0;
}
.globalPostPage.RequestSerTitle{
    padding: 0 0 2rem;
}
.globalPostPage.RequestSerTitle .title p{
    color:#C0C0C0;
    font-size:2rem;
}
.globalPostPage.RequestSerTitle .title h1{
    color:#2E6663;
    font-size: 3.5rem;
}
.globalPostPage .title h1{
    color: #043238;
    font-size: 4rem;
    font-weight: bold;
}
.topTitle .more a{
    display:flex;
    background:#E3AD6D;
    color:#fff;
    padding: .6rem 2rem;
    font-weight: 500;
    font-size: 1.5rem;
    border-radius: 5px;
    align-items: center;
}
.topTitle .more a svg{
    padding-left: 1rem;
}
.jobs .item{
    margin: 15px 0;
}
.jobs .item .caption{
    padding:1rem 0;
}
.jobs .item h2{
    color: #2E6663;
    font-family: 'bahij bold';
    font-size: 25px;
    padding-bottom: 1rem;
}
.jobs .item p{
    color: #2E6663;
    font-weight: 300;
    font-size: 1.3rem;
    margin: 0;
}
.jobs .item .apply-more{
    display:
    flex;
    justify-content: space-between;
    padding: 10px 0;
}
.jobs .item .apply-more > button{
    border: 1px solid #B69365;
    background: transparent;
    box-shadow:none;
    padding: 3px 32px 2px;
    border-radius: 11px;
    color: #B69365;
    font-family: 'bahij bold';
    font-size: 18px;
    transition:all .5s;
}
.jobs .item .apply-more > a{
    border: 1px solid #003237;
    background: transparent;
    box-shadow:none;
    padding: .7rem 32px .2rem;
    border-radius: 11px;
    color: #003237;
    font-family: 'bahij bold';
    font-size: 18px;
    transition:all .5s;
}
.jobs .item .apply-more a:hover,
.jobs .item .apply-more button:hover{
    background:#fff;
    color:#B69365;
    border-color:#B69365;
    transition:all .5s;
}
.jobs .item .image{
    position:relative;
    overflow:hidden;
}
.jobs .item .image:after{
    position:
    absolute;
    content:'';
    background:
    rgba(0,0,0,.2);
    right:0;
    top:0;
    width:100%;
    height:100%;
    border-radius: 10px;
}
.jobs .item .image img{
    border-radius: 10px;
    overflow: hidden;
}
.apply-more .contact-page{
    background:transparent;
    padding: 0;
}
.apply-more .modal-header .close{
    opacity: 1;
    font-size: 4rem;
    color: #043238;
    text-align: right;
    float: none;
    display: inline-block;
    margin: 0;
    font-weight: 100;
    margin-top: -28px;
}
.apply-more .modal-header
,.apply-more .modal-body{
    border: none;
    padding: 2rem 2rem;
}
.apply-more h5{
    font-size: 3.4rem;
    margin: auto;
    font-weight: 700;
    text-align: center;
    color: #2E6663 !important;
    font-family: 'Graphik Arabic';
    padding-bottom: 13px;
    display: inline-block;
}
.apply-more .contact-page .gform_wrapper .gform_body li:nth-of-type(3),
.apply-more .contact-page .gform_wrapper .gform_body li:nth-of-type(2){
    width:48%;   
}
.contact-page .gform_wrapper .gfield{
    padding: 1rem 2rem !important;
    background: #F6F5F5;
    border-radius: 6px;
    width: 100%;
}
.page-template-contact .gform_wrapper .gfield:first-of-type,
.page-template-contact .gform_wrapper .gfield:nth-of-type(2){
     width: 48%;
    display:inline-block;
}
.page-template-contact .gform_wrapper .gfield:nth-of-type(3){
    width:100% !important;
}
.page-template-contact .gform_wrapper li.gfield{
    margin:0;
}
.contact-page .gform_wrapper .gfield:nth-of-type(3),
.contact-page .gform_wrapper .gfield:nth-of-type(2){
    width: 48%;
    display:inline-block;
}
.contact-page .info{
    padding: 0 19px;
    text-align: right;
}
.contact-page .info .title h4{
    font-size: 46px;
    color: #2E6663;
    font-weight: 700;
}
.contact-page .info .title .entry-content{
    padding: 0;
}
.contact-page .info .title .entry-content p{
    font-size: 1.5rem;
    color: #2E6663;
    font-weight: 100;
    line-height: 2;
    }
.contact-page .info .item{
    display: flex;
    align-items: center;   
margin: 7px 0;}
.contact-page .info .item .icon svg{
    width:33px;
}
.contact-page .info .item .text{
    padding-right:20px;
}
.contact-page .info .item .text h6{
    color: #908c8c;
    font-size: 1.5rem;
    font-weight:lighter;
}
.contact-page .info .item .text p{
    font-size: 18px;
    color: #2E6663;
    font-weight: 700;
    direction: ltr;
}
.postsPage{
    background:#f8f7f5;
    padding: 57px 0;
    margin: 11px 0 48px;
}
.gallery{
    padding:25px 0;
    position: relative;
}
.gallery.videos{
    background:#E3AD6D;
}
.gallery.videos .title h2{
    color:#2E6663;
}
.gallery.videos .topTitle .more a{
    background:#2E6663;
}
.gallery.videos .item h2{
     color:#2E6663;
}
.gallery.videos .item .more a{
     color:#2E6663;
}
.gallery .title h2{
    color: #043238;
    font-family: 'bahij bold';
    padding: 23px 0;
    font-size: 40px;
}
.gallery .image{
    position:relative;
    margin-bottom: 1rem;
}
.gallery .image img{
    border-radius:5px;
}
.gallery .image .icon{
    position:absolute;
    left:0;
    right:0;
    bottom:40%;
}
.gallery .image .icon svg{
    width:40px;
}
.gallery .item{
    margin:10px;
    text-align:right;
    transition:all .5s;
}
.gallery.posts .item:after{
    display:none;
}
.gallery .item:hover{
    transform:translateY(-10px);
    transition:all .5s;
}
.gallery .item h5{
   color: #043238;
   font-weight: 100;
}
.gallery .item h2{
   color: #043238;
   margin: 0;
   font-family: 'bahij bold';
   font-size: 2.5rem;
}
.gallery .item .more{
    padding:1rem 0;
}
.gallery .item .more a{
    color:#003237;
    font-size: 1.6rem;
    font-weight: 400;
}
.gallery .item .more svg{
    width:22px;
}
.gallery.videos .owl-buttons{
    bottom: 0;
}
.gallery.videos .owl-theme .owl-controls .owl-buttons div{
    background: #a19999d4 !important;
}
.gallery .owl-buttons{
    position:
    absolute;
    left:0;
    bottom: -34px;
}
.gallery .owl-buttons img{
    width:22px;
}
.gallery .owl-theme .owl-controls .owl-buttons div{
    background: #eae9e8 !important;
}
.wp-block-image{
    margin:auto;
}
.about-page .col-lg-6{
    padding-bottom:5rem;
}
.about-page  h2{
    font-size: 3rem;
    font-weight: revert;
    color: #2E6663;
    padding-bottom: 2rem;
    text-align:right;
    font-family: 'bahij bold';
}
.about-page .text.text_vision{
    padding-top: 9rem;
}
.about-page .text p{
    color:#2E6663;
    font-size: 1.7rem;
    padding: 0;
}
.about-page .image{
    position:relative;
    z-index: 999;
    text-align: center;
}
.about-page .image img{
    border-radius: 1rem;
    position: relative;
    z-index: 9;
    width: 85%;
    margin: auto;
    text-align: center;
}
.about-page .image.image_about:after{
    position:
    absolute;
    content: '';
    background:#043238;
    width: 100%;
    height: 318px;
    right:0;
    left:0;
    text-align: center;
    margin: auto;
    top: 33px;
    animation: float infinite 3s ease-in-out;
}
.about-page .image.image_vision:after{
    position:
    absolute;
    content: '';
    background:#B69365;
    width: 91%;
    height: 318px;
    right:0;
    left:0;
    text-align: center;
    margin: auto;
    top: 101px;
    animation: float infinite 3s ease-in-out;
}
.offerSec{
    background:url(../images/offerLayer.png)no-repeat;
    padding: 6rem;
    background-size: 100% 100%;
    color: #fff;
    margin: 6rem 0 2rem;
}
.offerSec h2{
    font-size:4rem;
    padding-bottom: 1rem;
}
.offerSec p{
    font-size: 1.7rem;
    color: #C0C0C0;
}
.posts_section.postPage{
    background:none;
}
.posts_section.postPage .title{
    padding: 2rem 0;
}
.posts_section.postPage .title h2{
    font-size: 3rem;
}
.posts_section.postPage .owl-pagination{
    bottom: -42px;
    border: 1px solid #516AF3;
    height: fit-content;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    padding: 14px 29px 8px;
}
.services_section.servPage{
    background:transparent;
}
.services_section.servPage .title{
    text-align: right;
    padding: 2rem 0;
}
.services_section.servPage .item{
    margin: 1rem;
}
.gallerySec .item .image{
    position: relative;
}
.gallerySec .item .image .icon{
    position:absolute;
    bottom:40%;
    left:0;
    right:0;
}
.gallerySec .item .image .icon svg{
    width:55px;
}
.gallerySec .item .caption{
    position:absolute;
    bottom:10%;
    right:6%;
    color: #fff;
}
.gallerySec .item .caption h4{
    color:#fff;
}
.postPage .more{
    text-align:center;
}
.postPage .more a{
    border:1px solid #516AF3;
    color:#516AF3;
    font-family: 'beIN New Arabic Font 2017 bold';
    font-size: 1.3rem;
    padding: 1.5rem 2.5rem;
    border-radius:5rem;
}
.pageDef{
    padding:6rem 0;
}
.jobs .title{padding: 3rem 0;}
.jobs .cv-btn{
    text-align:left;
    margin: 1rem 0 4rem;
    display:block;
}
.jobs .cv-btn a{
    background:#4C1617;
    color:#fff;
    padding: 1rem;
    border-radius: 2rem;
}
.jobs .panel-group{
    text-align:right;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 1rem;
    padding: 0 0 3rem;
    width: 74%;
    margin: 2rem auto;
}
.jobs .panel-default>.panel-heading{
    border: none;
    background: transparent;
    padding: 38px 38px 0;
    overflow: hidden;
}
.jobs .panel-default>.panel-heading h4 a{
    font-size: 1.8rem;
    color: #000;
    font-family: 'beIN New Arabic Font 2017 bold';
}
.jobs .panel-title p{
    color: #6D6D6D;
    font-size: 1.4rem;
    font-family: 'beIN New Arabic Font 2017';
}
.jobs .panel-title h5{
    color: #31E576;
    font-size: 14px;
    line-height: 2;
    display: flex;
    align-items: center;
}
.jobs .panel-title h5 svg{
    margin:0 5px;
}
.jobs .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none;
}
.jobs .panel-group .panel{
    
}
.jobs h6{
    background: #516AF3;
    color:#fff;
    padding: 12px 27px;
    border-radius: 30px;
    font-size: 1.3rem;
    font-family: 'beIN New Arabic Font 2017 bold';
    width: fit-content;
    margin: 2px 37px;
}
.jobDetails{
    padding: 50px 0;
    text-align: right;
}
.jobDetails .item{
    border:1px solid #4C1617;
    padding: 3rem;
}
.jobDetails h4{
    font-size: 2rem;
    color: #4C1617;
    padding-bottom: 1rem;
}
.jobDetails p{
    font-size: 1.5rem;
    color: #4C1617;
    line-height: 2;
}
.jobDetails .app_btn a{
    color: #000;
    font-size: 1.3rem;
    text-align: left;
    display: block;
    padding: 3rem 0;
    font-weight: 400;
}
.gform_wrapper.gravity-theme .gf_invisible, .gform_wrapper.gravity-theme .gfield_visibility_hidden{
    left:0 !important;
}
.gform_title{
    display:none;
}
.custom_text{
    font-weight:300;
    padding: 10px 0 0;
    position:relative;
}
.custom_text:after {
    position: absolute;
    content: '';
    background: #E5762B;
    right: 0;
    bottom: -17px;
    width: 3%;
    height: 4px;
    border-radius: 3px;
}
.pageDef p.has-link-color{
    line-height: 2;
}
.single-page{
   background: #F8F7F5;
   padding: 74px 0;
   margin: 1rem 0 6rem;
}
.single-page .title{
    padding-bottom:4rem;
}
.single-page .title h1{
    color:#2E6663;
    font-size: 4rem;
    padding-bottom: 1rem;
    font-weight: 700;
}
.single-page .title h4{
    color:#2E6663;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2;
}
.single-page .main-image img{
    border-radius:10px;
}
.single-page .content-serv h1{
    font-size: 42px;
    color: #2E6663;
    font-family: 'bahij bold';
    padding-bottom: 16px;
}
.single-page .content-serv p{
    font-size: 18px;
    color: #2E6663;
    font-weight: 100;
}
.single-page .singleApply > button{
    background: #E3AD6D;
    box-shadow:none;
    width: 100%;
    padding: 19px;
    font-size: 1.5rem;
    border-radius: 6px;
    border: none;
    }
.single-page .singleApply > button:hover{
    background:#2E6663;
    color:#fff;
}
.wp-block-image img{
    width: 77%;
}
/* 404 */
.error-message {
    color: #000;
    font-size: 15rem;
    padding: 0;
    margin: 0;
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}
/* services page */
.services_section.services-page {
    background: transparent;
    padding:0;
}
.services_section.services-page .item {
    margin: 0;
    /* padding: 2rem 4rem; */
}
.services_section.services-page .item:hover {
    transform: unset
}
.services_section.services-page a {
    color: #000;
}
.services_section.services-page {
    margin-bottom: 12rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem;
    color: #4C1617;
    background: transparent;
    margin: 1rem;
    font-size: 1.7rem;
    font-weight: 400;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    color: #E5762B;
    background: transparent;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
.contact-page{
    padding: 0 0 10rem;
    background-size: cover;
}
.contact-page .title h4:after{
    display:none;
}
.page-template-contact #breadcrumbs,
.page-template-BookConsult #breadcrumbs{
    margin-bottom:0;
}
footer .gfield {
    background: #fff !important;
    width: 100% !important;
    padding: 5px 0 !important;
    padding-right: 1rem !important;
    border-radius: .5rem;
    margin: 0 !important;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
/* partners-page */
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
.entry-content {
    padding: 0;
}
 .gform_wrapper.gravity-theme .gform_fields .gfield label {
    font-size: 1.6rem;
}
.gform_wrapper.gravity-theme .gform_fields .gfield input {
    border: 1px solid #BFBFBF;
    padding-right: 0 !important;
}
.iti__flag-container {
    right: unset !important;
    left: 0 !important;
    direction: ltr !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file {
    position: relative;
}
.upload__file .ginput_container {
    position: relative;
    border-radius: 1rem;
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    padding: 0 !important;
    z-index: 9999999;
    position: relative;
}
.upload__file  .gfield_description {
    position: absolute;
    top: 3.7rem;
    color: #C0C0C0;
    font-weight: 600;
    text-align: right;
    font-size: 1.6rem !important;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    width: 100% !important;
    height: 66px !important;
    position: absolute;
    z-index: 999;
    top: -25px;
}
.gform_fileupload_rules {
    display: none !important;
}
.upload__file .ginput_container {
    background: url(../images/upload.png) no-repeat left 4% center/6%;
    display: block !important;
    font-size: 1.4rem !important;
    height: 4rem;
    font-weight: 300;
    color: #C0C0C0;
}
.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;
}
/* contact-page */
.contact-page .map {
    overflow: hidden;
    border-radius: 1rem;
}
.contact-page .gform_wrapper {
    margin: auto;
}
.contact-page .gform_wrapper {
}
h3.gform_title{
    display:none;
}
.contact-page .gform_wrapper .gform_fields {
   display: flex !important;
   flex-wrap: wrap;
   gap: 1rem !important;
   justify-content: center;
}
.gform_confirmation_wrapper div{
    color: #E3AD6D;
    font-size: 3rem;
    font-weight: 400;
    text-align:
    center;
    background: url(../images/successMess.png)no-repeat bottom center/9%;
    padding-bottom: 86px;
}
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.2rem;
    color: #C0C0C0;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0 0 !important;
}
.contact-page.bookconsult .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
}
 .gform_wrapper .gform_fields .gfield select ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border: none;
    margin: 0 !important;
    font-weight: 300;
    border-radius: 1rem;
    color: #EDAA61;
    padding: 1rem 0rem !important;
    background: transparent;
    font-size: 1.8rem;
}
.gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 4rem;
    height: 4rem;
    background: url(../images/arrow-down.png) no-repeat center;
    background-size: 70%;
}
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 10rem !important;
}
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color: #C0C0C0;
    font-size: 1.4rem;
    font-weight:400;
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
    font-size: 4rem !important;
    font-weight: 500 !important;
    color: #fff;
    padding-bottom: 10px;
}
.gform_legacy_markup_wrapper .gform_footer {
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
    padding:0 !important;
}
.contact-page .gform_footer .btn {
    font-size: 1.5rem !important;
    padding: 1.7rem 3rem;
    background: #E3AD6D;
    width: 100% !important;
    border: none;
    margin: 1rem 0 !important;
    border-radius: 6px !important;
}
.contact-page .gform_footer .btn:hover {
    background: #2E6663;
    color: #fff;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
  
  
@media(max-width: 1500px) and (min-width: 1366px) {
     .btn, .btn-more {
    padding: 1rem 1.2rem; 
    font-size: 1.3rem;
     }
}
.menuicon svg path{
        fill:#EDAA61;
    }
@media(max-width:767px) {
    html {
        font-size: 8px;
    }
    [dir='rtl'] .slick-next{
        left:0;
    }
    header nav {
        display: flex;
    }
    .btn--search svg{
        width:25px;
    }
    .has-large-font-size{
        font-size:25px !important;
    }
    html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title, body.rtl .gform_legacy_markup_wrapper h3.gform_title, .contact-page .gform_title {
        font-size: 2rem !important
    }
    #exampleModal .modal-dialog {
        max-width: 100% !important;
    }
    #exampleModal .modal-content .gfield {
        width: 100% !important
    }
    header .menu li.menu-item-has-children {
        position: relative;
    }
    header .menu li.menu-item-has-children:hover ul {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    header .menu li.menu-item-has-children:after {
        right: unset;
        left: 3rem;
        top: 15px;
    }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        /* padding: 0 !important; */
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
    header .header__logo img{
        width: 17%;
    }
    .menuicon svg{
        width:25px;
    }
    header .col-lg-1{
        text-align:left;
    }
    .ls-bottom-slidebuttons{
        bottom: -23px;
    }
    .conBtn svg{
        width:10px;
    }
    .ls-nav-next,
    .ls-nav-prev{
        display:none;
    }
    .about__section .about__images{
        display:none;
    }
    .about__section .nav-tabs .nav-item .nav-link{
        padding: 3px;
        min-height: auto;
    }
    .nav-tabs{
        padding:1rem 0;
    }
    .about__section .nav-tabs .nav-item .nav-link img{
        width: 30%;
    }
    .about__section{
        padding-bottom: 3rem;
        background-size: auto;
    }
    .services .servRight .title h2{
        font-size:3rem;
    }
    .services .servLeft .item .caption h4{
        font-size:2rem;
    }
    .services .clientInfo h6{
        display:none;
    }
    .clients .title{
        padding:2rem;
        margin: 3rem 0;
    }
    .clients .title h1{
        font-size:3rem;
    }
    .clients .title h1 span{
        font-size:2rem;
    }
    .posts{
        padding: 3rem 0;
    }
    .posts .title h1{
        font-size:3rem;
    }
    .posts .item .caption p{
        display:none;
    }
    .posts .item .caption .postInfo{
        display:block;
    }
    .posts .item .caption .postInfo h6{
        justify-content:right;
        font-size: 2rem;
    }
    .posts .item .caption .postInfo h6 svg{
        width:20px;
    }
    .posts .title{
        padding:2rem;
    }
    .testmonials .right h3{
        font-size:3rem;
    }
    .testmonials .item p{
        font-size:1.5rem;
    }
    .testmonials .owl-buttons{
        right:0;
    }
    .testmonials .item .caption{
        height:auto;
    }
    .RequestSer .gform_wrapper.gravity-theme .gfield:first-of-type, .RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(2), .RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(3), .RequestSer .gform_wrapper.gravity-theme .gfield:nth-of-type(4){
        width: 100% !important;
    }
    .owl-theme .owl-controls .owl-buttons div{
        margin:0 !important;
    }
    .testmonials .text{
        width:auto;
    }
    .gform_wrapper.gravity-theme .gfield_label{
        margin: 0 !important;
    }
    .gform_wrapper.gravity-theme .gfield textarea.large{
        height:100px !important;
    }
    footer .footer_logo{
        text-align:center;
    }
    footer:after{
        clip-path: polygon(0 96%, 100% 99%, 100% 100%, 0% 100%);
    }
    footer .footer_logo img{
        width:auto;
    }
    .newsletter{
        margin:2rem 0;
    }
    .newsletter form .es_txt_email{
        background: url(../images/mail.png)no-repeat right 1px center/ 11%;
    }
    .footer__bottom .rowaad{
        text-align:center;
        justify-content: center;
    }
    .RequestSer .ReqLogo{
        bottom:0;
        left:0;
        position: relative;
    }
    #breadcrumbs .text svg{
        width:17px;
    }
    .about-page .image.image_about:after{
        height:150px;
    }
    .about-page .image.image_vision:after{
        height:150px;
    }
    .offerSec{
        background-size:cover;
        padding: 3rem 0;
    }
    #breadcrumbs .text ul li a, #breadcrumbs .text ul li{
    font-size: 1.2rem;
    }
    .single-page .content-serv h1,
    .single-page .title h1{
        font-size:3rem;
    }
    .posts.postsPage .owl-buttons{
        display:none;
    }
    .posts .owl-pagination{
        right:0;
    }
   
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .about__section{
        background-size: auto;
    }
    .ls-nav-next{
        right: 35% !important;
    }
    .clients .title h1{
        font-size:3rem;
    }
    .fullPageMenu .nav img{
        width:10% !important;
    }
    .testmonials .owl-buttons{
        right:0;
    }
    .testmonials .text{
        width:auto;
    }
    .testmonials .item .caption{
        height:auto;
    }
    .about-page .image.image_about:after,
    .about-page .image.image_vision:after{
        height:150px;
    }
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1366px) and (min-width: 1280px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 11px;
    }
}


/* Layout for search container */
.search__wraper {
	padding: 20rem;
}

.js .search__wraper {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.js .search__wraper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	left: 1.25em;
	box-shadow:none
}

.search__input {
	font-family: inherit;
	font-size: 4rem;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #000;
	border: none;
	border-bottom: 4px solid #F1592A;
	background: transparent
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #F1592A;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #F1592A;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #F1592A;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0 0 0.5em;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

@media screen and (max-width: 40em) {
}

.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    transition: 0.5s;
    z-index: 9999999;
}

.fullPageMenu.active {
    top: -100%;
}

.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    width: 27%;
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem;
    height: auto;
}
.fullPageMenu .nav ul li svg{
    width:25px;
}
.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 4px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #2E6663
}
.fullPageMenu .nav ul li a {
    position: relative;
    color: #2E6663;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.fullPageMenu .nav ul ul {
    position: inherit !important;
    transform: none !important;
    border: none;
    display: block;
}
.fullPageMenu .nav ul li:hover > ul.sub-menu {
    display: block;
}
.menuclose {
    position: absolute;
    left: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.whatslink {
    position: fixed;
    left: 6%;
    bottom: 30%;
    z-index: 99999;
}
.whatslink a{
    display:flex;
    align-items: end;
}
.iti__country-list {
    left:0;
}