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

html {
    font-size:10px;
}
body.home{
    background:#fff;
}
body {
    font-style: normal;
    font-family: 'Janna LT';
    font-weight: 300;
    background: #FDFEE8;
}
a:hover{
    text-decoration:none;
}
@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;
}

.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 48px;
    height: 5px;
    border-radius: 3px;
    background:#65510075;
    margin: 4px;
    transition: all 0.5s ease-in-out;
}
.slick-dots li button:before {
    display: none;
}
.main{
    position:relative;
}
.ls-bottom-slidebuttons{
    top: -66px;
    right: 24%;
    position: absolute;
}
.main .ls-v6 .ls-bottom-slidebuttons a{
    background:#D0A806;
    border:none !important;
    width:40px !important;
    height:5px;
}
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active{
    background:#d0a80652 !important;
}
/* header */
.home header{
    background:none;
    padding:0;
}
header {
    transition: all 0.5s ease-in-out;
    position: relative;
    text-align: center;
    background: url(../images/breadcrump.png)no-repeat;
    background-size: 100% 100%;
    padding: 14rem 0;
} 
header .topheader{
}
header .topheader ul.topLinks{
    text-align:left;
}
header .headerLeft{
    display:flex;
    justify-content: right;
    align-items: baseline;
}
header .headerLeft .input-group{
    align-items:center;
}
header .headerLeft .search form{
    border: 1px solid #ffffff78;
    border-radius: 6px;
    width: 90%;
}
header .headerLeft .search input::placeholder{
    color:#fff;
    font-size:1.4rem;
    font-weight:100;
}
header .headerLeft .wpml-ls-legacy-list-horizontal a span{
    color:#fff;
    font-size:1.5rem;
}
header .container{
    position: absolute;
    top: 29px;
    z-index: 99;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
}
header .header__logo{
    padding-bottom:2rem;
}
header .header__logo img{
    width: 70%;
}
header .menuBar .menu{
    justify-content:center;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 2rem 0 0;
}
header .menu li a {
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    padding: 0 1.2rem;
    position: relative;
}
header .menu li a:hover{
    color:#fff;
}
header .menu li a:after {
    position: absolute;
    bottom: -11px;
    content: "";
    background: #fff;
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
header .menu li a:hover:after{
    width:80%;
    transition: all 0.5s ease-in-out;
}
header .menu .dropdown-menu {
    margin-top: 0px;
    width: 100% !important;
    left: 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;
}
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 .dropdown-toggle:before {
    position: absolute;
    top: -3px;
    background: url(../images/drop.png) no-repeat center/53%;
    width: 2rem;
    height: 2rem;
    content: "";
    left: -8px;
    z-index: 9999999999;
}
header .menu .dropdown-toggle:after{
    display:none;
}
header .menu li ul {
    list-style: none;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 1rem;
    padding: 0;
    top: 26px !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.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #31E576;
    color: #31E576;
}
header .menu li ul li:last-of-type a {
    border: none
}
.btn--search {
    background: transparent;
    border: 0;
    margin-top: -5px;
}
.btn--search svg{
    width: 30px;
}
.main{
    border-radius: 3rem;
    overflow: hidden !important;
}
/* about__section */
.about__section {
    padding: 0 0;
    display: flex;
}
.about__section .about_content{
    flex: 2;
    background: url(../images/aboutLayer.png)no-repeat;
    border-radius: 50px;
    padding: 29rem 7rem 0;
    color: #fff;
    background-size: cover;
}
.about__section .about_video{
    flex: 2;
    position: relative;
}
.about__section .about_video .image{
    position:relative;
}
.about__section .about_video .image img{
    border-radius:50px;
}
.about__section .about_video .image .iconVideo{
    position:absolute;
    bottom:40%;
    left:0;
    right:0;
    text-align:center;
}
.about__section .about_video .image .iconVideo p{
    color:#fff;
    font-size: 2rem;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
.about__section .about_video .image .iconVideo svg{
    width:95px;
    height: 100px;
    animation: floating infinite 4s ease-in-out;
}
/* image varient start */
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(10px) rotate(0deg);
            transform: rotate(0deg) translate(10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(10px) rotate(-360deg);
            transform: rotate(360deg) translate(10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(10px) rotate(0deg);
            transform: rotate(0deg) translate(10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(10px) rotate(-360deg);
            transform: rotate(360deg) translate(10px) rotate(-360deg);
  }
}
.title{
    padding: 7rem 0 1rem;
    text-align: left;
}
.title h2{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
}
.title h4{
    color: #000;
    font-size: 2.6rem;
    position: relative;
    padding-bottom: 2rem;
}
.title h4 span{
    display:block;
}
.about__section .about__details p{
    font-size: 1.6rem;
    color: #fff;
    font-weight: 100;
    padding-bottom: 2rem;
}
.more a{
    background: #FDFEE8;
    color: #000;
    padding: 1rem 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    margin: 1rem 0;
    display: flex;
    font-size: 1.5rem;
    transition: all .5s;
    justify-content: space-between;
    width: fit-content;
}
.more a svg{
    width:10px;
    transform: rotate(180deg);
}
.more a span{
    padding: 0 2rem 0 0;
}
.about__section .more:hover a{
    background:#3D280D;
    color:#fff;
    transition: all .5s;
}
.about__section .more:hover a svg path{
    fill:#fff;
}
.about__section .about__images img{
    width: 79%;
}
.directors_speech{
    background:#655100;
    border-radius: 28px;
    padding: 4rem 0 1rem;
}
.directors_speech .col-lg-4 img{
    border-radius:3rem;
    position: relative;
    top: 72px;
}
.directors_speech .container{
    background:url(../images/direcLayerEn.png)no-repeat;
    background-size: 100% 100%;
    padding: 12rem 9rem 11rem 3rem;
}
.directors_speech .content{
    padding: 27px 0;
    margin-bottom: 9rem;
}
.directors_speech .content p{
    color:#655100;
    font-size: 2rem;
    font-weight: 500;
    padding-top: 3rem;
}
.directors_speech .content h4{
    color:#655100;
    font-size: 1.6rem;
    font-weight: 100;
    padding-top: 2rem;
}
.services_section{
  background:url(../images/servicesLayer.png)no-repeat;
  text-align: center;
  padding: 2rem 0 4rem;
  border-radius: 40px;
  background-size: 100% 100%;
}
.services_section .title h2{
    color:#3D280D;
}
.services_section .title p{
    color:#3D280D;
    font-size: 1.5rem;
}
.services_section .item{
    margin: 1rem;
    position: relative;
    background: #FDFD9A;
    padding: 2rem 1rem 1rem;
    border-radius: 1rem;
}
.services_section .item:hover .image{
    animation: swing infinite 2s ease-in-out
}
.services_section .item .image{
    position:relative;
    overflow: hidden;
    min-height:110px;
}
.services_section .item .image img{
    width: 27%;
}
.services_section .item .caption{
  
}
.services_section .item .caption h4{
    color: #3D280D;
    font-weight: 700;
    margin: 1rem auto;
    font-size: 2rem;
     transition:all .5s;
}
.services_section .item:hover .caption h4{
    color: #C9A939;
    transition:all .5s;
}
.services_section .item .caption p{
    color: #C9A939;
    font-size: 1.4rem;
}
.services_section .more{
    text-align:center;
    margin-top: 10px;
}
.services_section .more a{
    background:#3D280D;
    color:#fff;
}
.services_section .owl-pagination{
    margin-top:5rem;
}
/*.owl-carousel{*/
/*    direction:rtl !important;*/
/*}*/
.projects_section .owl-buttons{
    right: 36%;
    background: #516AF3;
    position: absolute;
    bottom: -17%;
    border-radius: 50px;
    border: 1px solid #fff;
}
.posts_section.news_section .owl-buttons{
    top: -22%;
    bottom: auto;
    right: 4%;
    position: absolute;
    background: #516AF3;
    border-radius: 50px;
}
.owl-theme .owl-controls .owl-buttons div img{
    width: 70%;
}
.owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    opacity:1 !important;
    padding: 5px !important;
    margin: 0 !important;
}
.projects_section.posts_section.projPage{
    background: transparent;
    padding: 0;
}
.projects_section.projPage .title{
    padding: 2rem 0;
}
.projects_section.projPage .title h2{
    color:#CFA80C;
}
.projects_section.projPage .item{
    background:#FDFEE8;
    min-height: auto;
    margin: 0;
}
/* partners_section */
.partners_section {
    padding: 0 0 9rem;
    position: relative;
    text-align: center;
    background: #FDFEE8;
}
.partners_section .title{
    text-align:center;
    padding-bottom: 3rem;
}
.partners_section .title h2{
    color:#3D280D;
}
.partners_section .slick-arrow{
    position:absolute;
    right: 11%;
    top: -36px;
}
.slick-prev:before, .slick-next:before{
    display:none;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    padding: 0;
    margin: 1rem 1.3rem;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    min-height: 170px;
}
.partners_section .item img{
    width:40%;
    max-height: 80px;
}
.slick-dots {
    display: inline-block;
    margin:auto;
    height: fit-content;
    width: fit-content;
    bottom: -68px;
}
.slick-dots li.slick-active button {
    background: #655100;
}
.newsletter{
    background:#D0A806;
    padding: 5rem;
    border-radius: 3rem;
    color: #fff;
}
.es_subscription_message.success {
    color: #3D280D !important;
    font-weight: bold;
}
.newsletter .title{
    padding:0;
}
.newsletter .title p{
    font-size:2rem;
}
.newsletter .newsletter_form{
    background:#fff;
    border-radius: 10px;
    border: 1px solid #674F00;
}
.newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    box-shadow: 0 13px 6px #665000;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    height: 6rem;
    margin: 0;
    font-size: 1.6rem;
    padding: 2rem 7rem;
    color: #655100;
    font-weight: bolder;
    border: 0;
    background: url(../images/mail.png)no-repeat left 27px center;
    background-size: 7%;
}
.newsletter form input.es_txt_email:focus{
    outline:none;
}
.newsletter form input.es_txt_email::placeholder{
    color:#655100;
    font-size:2rem
}
.newsletter form input[type="submit"] {
    border-radius: 0;
    padding: 2rem 2rem;
    background: transparent;
    font-size: 2.3rem;
    border: none;
    color: #655100;
    font-weight: bold;
}
.newsletter form input[type="submit"]:hover{
    color:#D0A806;
}
.social__media{
    padding-top: 9rem;
}
.social__media h4{
    color:#3D280D;
    font-weight: 900;
    font-size: 2rem;
    padding-bottom: 1rem;
}
.social__media li{
    border:1px solid #000;
    border-radius:50px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
}
.social__media li svg{
    width: 13px;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
.posts_section{
    padding: 1rem 0 4rem;
    background: #655100;
    border-radius: 40px;
}
.posts_section .owl-theme .owl-controls .owl-page span{
    background:#d0a8067a !important;
}
.posts_section .owl-theme .owl-controls .owl-page.active span{
    background:#D0A806 !important;
}
.posts_section .topTitle{
    padding-bottom: 1rem;
}
.posts_section .topTitle p{
    color:#fff;
    font-size: 1.5rem;
    width: 56%;
}
.topTitle{
    display:flex;
    align-items: baseline;
    padding-bottom: 4rem;
    justify-content: space-between;
}
.posts_section .more a{
    background:#C9A939;
    color:#fff;
}
.posts_section .item{
    background:#fff;
    border-radius: .5rem;
    text-align: left;
    overflow: hidden;
    position: relative;
    min-height: 397px;
    margin: 1rem 2rem 5rem;
    z-index: 999;
    transition:all .5s;
}
.posts_section .item:hover .image img{
    transform:scale(1.1) rotate(2deg);
    transition:all .5s;
     overflow:hidden;
}
.posts_section .item:hover{
     background:#CFA80C;
     transition:all .5s;
}
.posts_section .item .image{
    transition:all .5s;
    overflow:hidden;
}
.posts_section .item:hover{
}
.posts_section .item .image img{
    overflow:hidden;
    width: 100%;
    transition:all .5s;
}
.posts_section .item .caption{
    padding: 1.5rem 4rem 3rem 2rem;
}
.posts_section .item .caption h4{
    color: #3D280D;
    font-size: 1.5rem;
    font-weight: 600;
    transition:all .5s;
}
.posts_section .item:hover .caption h4,
.posts_section .item:hover .caption p{
    color:#fff;
    transition:all .5s;
}
.posts_section .item .caption p{
    color: #3D280D;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    transition:all .5s;
}
#searchform input {
    border: none;
    border-right: 0;
    font-weight: 300;
    color: #fff;
    padding: 0;
    font-size: 2rem;
    background: transparent;
    box-shadow: none;
}
#searchform .btn {
    margin: 0;
    border: none;
    background: transparent;
    padding: 5px 14px;
}
#searchform .btn svg{
    width: 20px;
}
#searchform .btn:hover{
    color: #85C436;
    transition: all .5s;
}
/* footer */
footer {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #3D280D;
    border-radius: 26px;
}
footer .links_title h2{
    color:#fff;
    font-weight: 700;
}
footer .links .footer-widget{
    position:relative;
}
footer .footer_right{
    position:relative;
}
footer .footer_logo img{
    width:80%;
}
.footer__top ul.menu {
    padding:1.6rem 0 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    /*right: 9%;*/
}
.footer__top .footer-widget-title{
    color:#fff;
    border: none;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
}
.footer-widget-title:before{
    display:none;
}
.footer__top ul.menu a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.5rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.footer__top ul.menu a:hover {
    color: #D0A806;
}
.footer__top .social__media {
    position: relative;
    padding: 1rem 0 0;
}
.footer__top .social__media ul {
    flex-direction: row !important;
    padding: 0;

}
.footer__top .social__media svg{
    width:30px;
}
.footer__top .logoFooter {
    padding-bottom:2rem;
}
.info ul {
    border-radius: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.info ul li {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding: .7rem 0;
}
.info ul li .icon{
    padding-right:10px;
}
.info ul li a {
    color: #fff;
    font-size: 1.3rem;
    display: flex;
}
.info ul li a span{
    font-size: 1.3rem;
}
.footer__bottom{
    padding: 2rem;
    position: relative;
    z-index: 99999;
    background: #D0A806;
    border-radius: 27px;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p.rights{font-weight: 700;}
.footer__bottom p {
    color: #fff;
    font-size: 1.4rem;
    margin: 7px 0;
}
.footer__bottom .rowaad{
    text-align:right;
}
.footer__bottom .rowaad span {
    padding-right: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: #fff;
    font-size: 1.3rem;
}
.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{
    right: -89px;
}
.single-gallery .owl-next{
    left: -80px;
}
/* breadcrumbs */
#breadcrumbs {
    color: #000;
    position: relative;
    padding: 2rem 0 0;
}
#breadcrumbs .text{
    position:relative;
    z-index:99;
}
#breadcrumbs .text ul{
    display:flex;
    align-items: center;
    color: #000;
}
#breadcrumbs ul li svg{
    width:5px;
}
#breadcrumbs .text ul svg path{
    fill:#000;
}
#breadcrumbs .text ul li{
    padding:0 1rem 0 0;
    font-size: 1.5rem;
}
#breadcrumbs .text ul li:last-of-type{
    font-weight: 200;
    color: #000;
}
#breadcrumbs a ,
#breadcrumbs h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
}
.certificates .item .image img{
    min-height: 209px;
}
.certificates .content p{
    font-family: 'beIN New Arabic Font 2017 light';
}
.certificates .content{
    padding: 4rem 0 0;
}
.certificates .content h2{
    padding-bottom: 2rem;
}
.certificates .content img{
   width: 82% !important;
}
.wp-block-image{
    margin:auto;
}
.about-page .topTitle{
    padding: 1rem 0;
}
.about-page .topTitle h2{
  color: #CFA80C;
  font-size: 3.5rem;
  font-weight: 700;
}
.about-page .file_download a{
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'beIN New Arabic Font 2017 bold';
    font-size: 1.3rem;
        margin: 1rem 0;
}
.about-page .file_download a .icon{
    border:2px solid #000;
    padding: .1rem 2.3rem;
    border-radius: 50px;
    margin-right: 10px;
}
.about-page .file_download a .icon svg{
    width: 22px;
}
.about-page p{
    padding: .5rem 0;
}
.about__section.aboutcontPage{
    padding-top:5rem;
}
.about__section.aboutcontPage .about_content{
    background:transparent;
    padding: 4rem 0 0;
}
.about__section.aboutcontPage .about__details p{
    color:#655100;
    line-height: normal;
    font-size: 2rem;
}
.vision_section{
    background:#655100;
    padding: 7rem 0;
    border-radius: 3rem;
    margin-top: 5rem;
}
.vision_section .content h2{
    color:#FDFEE8;
    font-size: 3.5rem;
    font-weight: 700;
    padding: 3rem 0 2rem;
}
.vision_section .content p{
    color:#FDFEE8;
    font-size: 1.7rem;
    line-height: normal;
}
.vision_section img{
    border-radius:3rem;
}
.message_section{
    background:#D0A806;
    padding: 7rem 0;
    border-radius: 3rem;
}
.message_section .content h2{
    color:#FDFEE8;
    font-size: 3.5rem;
    font-weight: 700;
    padding: 3rem 0 2rem;
}
.message_section .content p{
    color:#FDFEE8;
    font-size: 1.7rem;
    line-height: normal;
}
.message_section img{
    border-radius:3rem;
}
.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;
}
.owl-theme .owl-controls .owl-page span{
    width: 46px !important;
    height:5px !important;
    background: #655100 !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #65510075 !important;
}
.services_section.servPage{
    background:transparent;
}
.services_section.servPage .title{
    text-align: left;
    padding: 2rem 0;
}
.services_section.servPage .title h2{
    color:#CFA80C;
}
.alm-load-more-btn.more{
    margin-top:2rem !important;
    background: #3D280D !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 1.5rem 4.5rem !important;
    border: 1px solid #3c0f0954 !important;
    height: auto !important;
    font-weight: 100 !important;
}
.services_section.servPage .item{
    margin: 1rem;
}
.gallerySec .item .image{
    position: relative;
}
.gallerySec .item .image .icon{
    position:absolute;
    bottom:40%;
    right:0;
    left:0;
}
.gallerySec .item .image .icon svg{
    width:55px;
}
.gallerySec .item .caption{
    position:absolute;
    bottom:10%;
    left: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:right;
    margin: 1rem 0 4rem;
    display:block;
}
.jobs .cv-btn a{
    background:#4C1617;
    color:#fff;
    padding: 1rem;
    border-radius: 2rem;
}
.jobs .panel-group{
    text-align:left;
    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: left;
}
.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: right;
    display: block;
    padding: 3rem 0;
    font-weight: 400;
}
.gform_wrapper.gravity-theme .gf_invisible, .gform_wrapper.gravity-theme .gfield_visibility_hidden{
    right:0 !important;
}
.gform_title{
    display:none;
}
.single-page{
    margin: 0;
    padding: 2rem 0 9rem;
}
.single-page .main_title{
    color:#CFA80C;
    font-size: 3rem;
    font-weight: bold;
}
.single-page .image img{
    border-radius: .5rem;
}
.single-page .content{
    padding-top: 1rem;
}
.single-page .content h1{
    color: #000;
    font-size: 2.3rem;
    font-weight: 600;
}
.single-page .content p{
    color: #655100;
    font-size: 1.8rem;
    line-height: normal;
    padding-bottom: 1rem;
}
.single-page .servReq a{
    background:#D0A806;
    color:#000;
    padding: .9rem 2.3rem;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 5px;
    font-weight: bold;
}
.single-page .main-image{
    background:#FDFD9A;
    text-align:center;
    padding: 7rem;
    border-radius: 10px;
}
.servOffers .title{
    padding: 4rem 0 2rem;
}
.servOffers .title h2{
    color:#3D280D;
    font-size: 3rem;
}
.servOffers .item{
    margin: 0 11rem 0 0;
}
.servOffers .item h5{
    color:#CFA80C;
    font-size:2.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.servOffers .item h6{
    font-size: 1.5rem;
    line-height: normal;
    color: #655100;
}
.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: 2rem 0 10rem;
}
.contact-page .title h4:after{
    display:none;
}
.contact-page .form h3{
    color:#CFA80C;
    font-size: 3.5rem;
    font-weight: 700;
}
.contact-page .form p{
    font-size:1.8rem;
    color:#000000;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
body.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:last-child {
    width: 100% !important;
}
.project-single .gfield label {
    color: #C0C0C0;
    padding-left: 1rem;
}
.project-single .gfield .ginput_container {
    margin: 0;
}
.gfield .iti.iti--allow-dropdown input,
.project-single .gfield input ,
.project-single .gfield textarea {
    color: #C0C0C0;
    border: 0 !important;
    margin: 0;
    padding-left: 1rem !important;
}
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
.entry-content {
    padding: 0;
}
.iti__flag-container {
    left: unset !important;
    right: 0 !important;
    direction: rtl !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: 1px solid #e3d9d9 !important;
    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: .7rem;
    color: #000;
    padding: 26px;
    font-weight: 400;
    text-align: left;
    font-size: 1.3rem !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 right 96% center/6%;
    display: block !important;
    font-size: 1.4rem !important;
    height: 5rem;
    font-weight: 300;
    color: #000;
    padding: 2rem !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;
}
/* contact-page */
.contact-page .map {
    overflow: hidden;
    border-radius: 7px;
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
    margin: auto;
}
.contact-page .gform_wrapper {
}
h3.gform_title{
    display:none;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.gform_confirmation_message {
    font-size: 2rem;
    font-weight: 900;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #3D280D;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.2rem;
    color: #C0C0C0;
    font-weight: 500;
    margin: 0;
    padding: 0 2rem  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;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield select ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border: 1px solid #CFA80C !important;
    margin: 5px 0 !important;
    font-weight: 700;
    border-radius: 8px;
    color: #000;
    padding: 1.5rem 2rem !important;
    background: #fff;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 23px;
    right: 21px;
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-down.png) no-repeat center/ 68%;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 10rem !important;
}
.page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .gform_wrapper .gform_fields .gfield textarea::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color: #000;
    font-size: 1.3rem;
    font-weight:700;
}
.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;
}
.contact-page .gform_footer .btn {
    font-size: 1.5rem !important;
    padding: 1.4rem 5rem;
    background: #3D280D;
    font-weight: bold;
    width: auto !important;
    border: none;
    margin: .5rem 0 !important;
    display: flex !important;
    justify-content: left;
    border-radius: 6px !important;
}
.contact-page .gform_footer .btn:hover {
    background: #CFA80C;
    color: #fff;
}
.contact-page .info{
    background:#3D280D;
    padding: 20rem 4rem 12rem;
    border-radius: 1.5rem;
    color: #FDFEE8;
}
.contact-page .info h3{
    font-weight:bold;
    padding-bottom: 1rem;
}
.contact-page .formImg img{
    border-radius:20px;
}
.branchesPage .title{
    padding:2rem 0;
}
.branchesPage .title h2{
    color:#CFA80C;
}
.branchesPage .item{
    text-align:center;
    margin: 0 5rem 7rem;
}
.branchesPage .item .icon svg{
    width:55px;
    height: 48px;
}
.branchesPage .item h5{
    color:#CFA80C;
    padding: .5rem 0;
    font-size: 2rem;
}
.branchesPage .item h6{
    color:#3D280D;
    font-size: 1.7rem;
    padding: 0.5rem 0 3rem;
    width: 67%;
    margin: auto;
    line-height: normal;
    min-height: 106px;
}
.branchesPage .item .map{
    border-radius:.5rem;
    overflow:hidden;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
   .menuicon svg path{
        fill:#fff;
    }
  
@media(max-width: 1500px) and (min-width: 1366px) {
     .btn, .btn-more {
    padding: 1rem 1.2rem; 
    font-size: 1.3rem;
     }
}

@media(max-width:767px) {
    html {
        font-size: 8px;
    }
    .wpml-ls-legacy-list-horizontal a{
        text-decoration:underline;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-item{
        padding:1rem !important;
    }
    .fullPageMenu .nav .search{
        border-bottom:1px solid #fff
    }
    .fullPageMenu .nav .search .input-group{
        align-items:center;
    }
     .fullPageMenu .nav .search input::placeholder{
         color:#fff;
     }
    [dir='rtl'] .slick-next{
        right:0;
    }
    header .container{
        top: 18px;
    }
    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
    }
    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 {
        left: unset;
        right: 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; */
    }
    .certificates .item .image img{
        min-height:auto;
    }
    header .header__logo img{
        width:30%;
    }
    .ls-bottom-slidebuttons{
        top:0;
        right: 26px;
    }
    .directors_speech .container{
       padding: 5rem 39px 18rem;
    }
    .directors_speech .col-lg-4 img{
        top:0;
        display:none;
    }
    .directors_speech .content p{
        font-size: 2rem;
        padding: 2rem 0;
    }
    .directors_speech .content h4{
        padding: 0;
        font-size: 1.3rem;
    }
    .directors_speech .content{
        margin:0;
        padding:2rem 0;
    }
    .title{
        padding:3rem 0 0;
    }
    .topTitle{
        padding-bottom:0;
        display: block;
    }
    .more a span{
    }
    .services_section .item .image{
        min-height:0;
    }
    .services_section .item .caption h4{
        font-size:1.5rem;
    }
    .services_section .item .caption p{
        font-size:1.2rem;
    }
    .posts_section .item{
        min-height:auto;
    }
    .about__section{
        display:block;
    }
    .about__section .about_content{
        padding:2rem 2rem;
        border-radius: 26px;
    }
    .about__section .about_video .image img{
        border-radius:20px;
    }
    .about__section .about_video .image .iconVideo svg{
        width:50px;
    }
    .partners_section .item img{
        width:70%;
    }
    .slick-dots{
        text-align:center;
        margin:auto;
        justify-content:center;
        display: flex;
        width: -webkit-fill-available;
    }
    .newsletter{
        padding:3rem 0;
    }
    .newsletter form input.es_txt_email{
        padding: 2rem 0 2rem 7rem;
    }
    .social__media{
        padding: 4rem 0 0;
        text-align:center;
    }
    footer{
        /* text-align:center; */
    }
    footer .footer_right{
        justify-content:center;
        padding-bottom:4rem;
    }
    footer .info{
        padding-top:3rem;
    }
    .footer__bottom{
        text-align:center;
    }
    .footer__bottom .rowaad{
        text-align:center;
    }
    .about-page p{
        font-size:2rem !important;
    }
    header{
        padding: 10rem 0;
        background-size: 100% 68%;
    }
    #breadcrumbs{
        padding-top:0;
    }
    .branchesPage .item h6{
        width:auto;
        min-height: auto;
    }
    .branchesPage .item{
        margin:2rem;
    }
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
     .fullPageMenu .nav .search .input-group{
        align-items:center;
    }
     .fullPageMenu .nav .search input::placeholder{
         color:#fff;
     }
    .about__section .about_content{
        padding-top:5rem;
    }
    .newsletter{
        padding:0;
    }
}
@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;
	left: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

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

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	right: 1.25em;
	box-shadow:none
}
.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.5em 0 0;
}

.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;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #655100;
    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;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    width: 37%;
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem;
    height: auto;
}

.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 16px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #fff
}
.fullPageMenu .nav ul li a {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2;
    display: block;
    padding: 0;
    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;
    right: 3rem;
    top: 2rem;
    background: #fff;
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.whatslink {
    position: fixed;
    right: 4%;
    bottom:10%;
    z-index: 99999;
}
.whatslink a{
    display:flex;
    align-items: end;
}
.iti__country-list {
    right:0;
}