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

html {
    font-size:1rem;
} 
body {
    font-family: 'Abd ElRady';
    font-style: normal;
    font-weight: normal;
    overflow-x:hidden;
    background: #fff;
    position: relative;
    color: #fff;
    direction:rtl;
}
.white_back{
    
    background: #fff;
    z-index: 5;
    position: relative;
}
/* general */
.loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}
/******LOAING**********/
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;  
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-width: 30%;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #6D6D6D;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #EF233C;
  animation-delay: 1s;
}
.material-icons { 
    font-size: 1rem;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.loading_video {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    max-width: 200px;
}
.more {
}
.btn,
.btn-more {
    padding: .5rem 3rem;
    box-shadow: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 200;
    transition: all 0.5s ease-in-out;
    text-align: center;
    background: #D5B165;
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);
    display: inline-block !important;
}
.mazn__section .btn,
.mazn__section .btn-more{
    background: #fff;
    color:#D5B165;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #fff;
    color: #98754F;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.topTitle{
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0 2rem;
}
.topTitle .title{
    width: 80%;
}
.topTitle .more{
    width:20%;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
}

.title h3 {
   color: #144A98;
   font-size: 3rem;
   font-weight: bold;
}
.mazn__section .title h3{
    color:#fff
}
.title p {
     color: #828282;
     font-size: 1.75rem;
     font-weight: 500;
     width: 90%;
}
.title h4 {
     color: #144A98;
     font-size: 1.4rem;
     font-weight: normal;
     text-align:justify;
     line-height:30px;
     width: 90%;
     padding-bottom: 2rem;
}
.mazn__section .title p{
    color:#fff;
    width: 70%;
    font-size: 2.2rem;
}
.mazn__section {
    
    padding-right: 5rem;
}
/* .container {
    max-width: 1728px;
    padding-left: 8rem;
    padding-right: 8rem;
} */
.custom_container{
    padding: 0 0 0 5rem;
}
.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-nav-next {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 4%;
    top: 55% !important;
    transform: rotate(-90deg);
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 4% !important;
    top: 62% !important;
    transform: rotate(90deg);
}
.ls-button-layer{
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);
}
.slick-dots {
    left: 0;
    right: 0;
    width: auto;
    bottom: -41px;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width:2rem;
    height:2px;
    border:none;
    background:#D9B74C;
    opacity:.5;
    border-radius:3px;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    width:4rem;
    background: #D9B74C;
    opacity:1;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    padding: 2.5rem 0;
    position: relative;
}
header .container .row {
    z-index: 9;
    position: relative;
}
header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
 header .header-bottom .compare a,.mob_compare a{
     background:#8A9680;
     padding: 0.7rem 2rem;
     border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition:all 0.3s ease-in-out;
 }
 header .header-bottom .compare a:hover{
     background:#41372E;
 }
header .header-bottom .compare{
    margin-left:1rem;
}
header .header-bottom .compare a span,.mob_compare  {
display:inline-block;
}
header .header-bottom .compare a span svg,.mob_compare a span svg{
    width:2.5rem;
    height:2.5rem;
}
header .header-bottom .compare a,.mob_compare a{
    color:#fff;
    font-size: 1.3rem;
    font-weight:600;
}
header .header-bottom .wpml-ls-legacy-dropdown,.mob_lang .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
    border-radius: 0px;
}

header .header-bottom .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
     border-radius: 7px;
     transition:all 0.3s ease-in-out;
     color:#FFFFFF;
     font-size:1.25rem;
}
header .header-bottom .wpml-ls-legacy-dropdown:hover{
    color:#98754F !important;
}
header .header-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    background:#ffffff !important;
}
header .header-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    color:#252525;
}
header .header-bottom .wpml-ls-legacy-dropdown li:hover a{
    background:transparent !important;
    border:none!important;
}
header .header-bottom .wpml-ls-legacy-dropdown li a,.mob_lang .wpml-ls-legacy-dropdown li a{
    background:transparent;
    color:#fff;
    font-size: 1.25rem;
    text-align:center;
    font-weight:400;
}
header .rigisterInterset{
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);
    background: #D5B165;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position:relative;
    transition: all 0.4s ease;
}
header .rigisterInterset a{
    color: #fff;
    fontsize: 21px;
    font-weight: normal;
    transition: all 0.4s ease;
}
header .rigisterInterset:hover{
    background: #fff;
    transition: all 0.4s ease;
}
header .rigisterInterset:hover a{
    color: #D5B165;
    transition: all 0.4s ease;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0rem;
    padding-left: 1rem;
    border: none;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 15px;
    top: 40%;
    background: url(../images/arr-down.svg) no-repeat;
    width: 0.8rem;
    height: 0.8rem;
    border: none;
    background-size: contain;
}
header .header-bottom .wpml-ls-legacy-dropdown {
    background: transparent !important;
    border: none !important;
    width: 9rem;
    padding: 1.03rem 0.9rem;
    border-radius: 0px;color:#FFFFFF;
     font-size:1.25rem;
}
header .header-bottom .wpml-ls-legacy-dropdown li a {
    background: transparent !important;
    border: none !important;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.mob_lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    padding:0;
    left: -10px;
    right:-10px;
    border-radius:0 0 10px 10px;
    outline:none;
    border:none;
    transition:all 0.3s ease-in-out;
    height:0;
    overflow:hidden;
    visibility: visible;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li,.mob_lang  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li{
        padding: 1.5rem 1rem;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
    height:auto;
}
header:before{
    /*content:'';*/
    /*position:absolute;*/
    /*width:100%;*/
    /*height:457px;*/
    /* background: url(../images/slider_top.png) no-repeat;*/
    /*background-size: 100%;*/
    /*right:0;*/
    /*left:0;*/
    /*top:0;*/
}
.home header:after {
    display: none;
} 
header.fixed-header {
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s;
    box-shadow: 3px 10px 30px rgba(0,0,0,0.1);
    padding: 11px 0;
}
header.fixed-header .header__logo img,header.fixed-header  li.menu-item-has-children:after{
     /*filter: invert(81%) sepia(40%) saturate(2993%) hue-rotate(199deg) brightness(92%) contrast(91%);*/
}
header.fixed-header .menu li a{ 
    color:#144A98;
} 
header .header__logo{
       display:block;
      
}
header .header__logo.moblogo{
      display:none;
} 
header.fixed-header .header__logo{
     display:none;
     
}
header.fixed-header .header__logo.moblogo{
    display:block;
}
header .header__logo img {
     width: 80%;
}
header .language {
    position: absolute;
    left: 2%;
    text-transform: uppercase;
    z-index: 9;
}
header .language li a {
    font-weight: 500 !important;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0;
}
header .menu li a {
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    padding: 0 1rem;
    position: relative;
}
header .menu li a:after{
    position:absolute;
    content:'';
    background:#d9b74c;
    width:0;
    height:4px;
    bottom:-15px;
    border-radius:10px;
    right:0;
    left:0;
    text-align:center;
    margin:auto;
    transition:all .5s;
}
header .menu li a:hover:after{
   transition:all .5s;
   width:40px;  
}
header .menu li:hover > a {
    color: #D9B74C
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #BF7202 !important
}
header .menu ul li:hover > a {
    color: #BF7202
}
li.menu-item-has-children:after {
    position: absolute;
    top: 0px;
    background: url(../images/drop.png) no-repeat center / 65%;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    right: -0.4rem;
    z-index: 9999999999;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 14rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #144A98;
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
header .menu li ul li a {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #144a9845;
    color: #144A98;
}
header .menu li ul li:last-of-type a {
    border: none
}
.header-bottom .menu li a {
    background: url(../images/n.png) no-repeat top right 10%
}
header .btn--search {
    background: transparent;
    border: 0;
}
header .request a {
    background: #BD9F58;
    border-color: #BD9F58
}
header .vision  {
    text-align: left;
}
header .vision img {
    width: 80%;
}
.contact-btn {
    position: fixed;
    left: 0;
    top: 89%;
    z-index: 9999;
    background: #BD7303;
    border: 0;
    border-radius: 0 2rem 2rem 0;
    padding: 1rem 3rem !important;
}
/*mazn section*/
.mazn__section{
    background: #D5B165;
    border-radius: 20px;
    padding: 4rem 1rem;
    margin-top: 2rem;
    width: auto;
    margin: 0 auto;
    padding-right:4rem;
}
.mazn__section .maznImg{
    position: relative;
    text-align: center;
}
.mazn__section {
      position: relative;
}
.mazn__section:before{
    position:absolute;
    content:"";
    top: 0;
    width: 100%;
    height:100%;
    left:0%;
    background:url('../images/mazzn.png') no-repeat center;
    
    background-size: auto 85%;
}
.mazn__section .maznImg img{
    border-radius: 20px;
    width: 78%;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
.gform_title{
    display:none;
}
#exampleModal .modal-content .gform_title  {
    color: #fff;
    font-size: 2.4rem !important;
    
}
#exampleModal .modal-content .close {
    opacity: 1;
}
#exampleModal .modal-content .close svg {
    width: 3rem;
}
#exampleModal .modal-content .gform_fields  {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
#exampleModal .modal-content .gfield  {
    background: #fff !important;
    width: 47% !important;
    padding: 1rem !important;
    border-radius: 0.4rem;
}
#exampleModal .modal-content .gform_fields .gfield:last-child {
    width: 100% !important;
}
#exampleModal .modal-content .gfield label {
    color: #C0C0C0;
}
#exampleModal .modal-content .gfield .ginput_container {
    margin: 0;
}
#exampleModal .modal-content .gfield input ,
#exampleModal .modal-content .gfield textarea {
    color: #C0C0C0;
    border: 0;
    margin: 0;
}
#exampleModal .modal-content .gfield textarea::placeholder ,
#exampleModal .modal-content .gfield input::placeholder {
    color: #C0C0C0;
    font-size: 1.5rem;
}
#exampleModal .modal-content .gform_button {
    width: 100%;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
/* about__section */
.about__section {
    padding: 0rem 0rem 0 0;
    position: relative;
    text-align: right;
    z-index: 9;
}
.aboutMainImg{
    width: 100%;
    position: relative;
}
.aboutMainImg img{
    width: 100%;
    height: 600px;
}
.about__section .linkes,
.about__section .title{
    position:relative;
    z-index:1111
}
.about__section:before{
    position: absolute;
    content:"";
    top:10%;
    right:10%;
    width: 42%;
    height: 60%;
    background:url('../images/aboutshape.png') no-repeat;
    background-size:100% 100%;
    z-index:1
}
.about__section .about_main_info{
    position: relative;
    padding: 3rem 5rem 3rem 0;
}
.about__section .aboutVision{
    padding-top: 5rem;
}
.about__section .aboutVision h3{
    color:#144A98;
    font-size:30px;
    font-weight:bold;
}
.about__section .aboutVision p{
    color:#828282;
    font-size:19px;
    font-weight:normal;
        text-align: justify;
}
.about__section .about_main_info:before{
    position: absolute;
    content:"";
    top:0;
    right:0;
    width: 90%;
    height:100%;
    background:#FBF7F0;
    background-size:100% 100%;
    border-radius: 20px
}
.about__section .text p{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 100;
    width: 70%;
}
.about__section .text .linkes{
    padding-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.about__section .text .linkes a{
    margin-left: 1rem;
    border: 1px solid #D9B74C;
    border-radius:0;
    padding: .5rem 3rem;
    color: #D9B74C;
}
.about__section .text .linkes a:hover{
    background:#D9B74C;
    color:#252525;
}
.about__section .aboutImg{
    position:relative;
}
.about__section .aboutImg .logo{
    position:absolute;
    top:30px;
    left:50px;
}
.sectionLayer{
    background:url(../images/numLayer.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.whyAbout_section .item{
    margin: 3.5rem;
}
.whyAbout_section .item p{
    color:#fff;
    font-size:2rem;
    position: relative;
}
.whyAbout_section .item p:after{
    position:absolute;
    content:'';
    background:#D9B74C;
    right: -27px;
    top: 4px;
    width: 4px;
    height: 50%;
} 
/* statistics-items */
.statistics__section{
    background: #D5B165;
    padding: 7rem 0 4rem 0;
    border-radius: 40px;
}
 .statistics__section .title h3,
.statistics__section .title p{
     color:#fff;
 }
.statistics__section .statistics-items {
    width: 100%;
}
.statistics__section .statistics-items .item {
    justify-content: center;
    flex: 1;
    position: relative;
    z-index: 111;
}
.statistics__section .statistics-items .item h2{
    display:flex;
    align-items:baseline;
}
.statistics__section .statistics-items .item .plus{
    font-size:4rem;
}
.statistics__section .statistics-items .item .number {
    font-size: 5rem;
    color: #fff;
    direction: ltr;
    font-weight: bold;
    position: relative;
    padding-top: 3rem;
}
.statistics__section .statistics-items .item .title {
    color: #fff;
    font-size: 1.8rem;
    margin: 0.2rem 0;
    text-align: center;
}
/* services_section */
.services_section{
    padding: 5rem 0;
}
.services_section .title p{
    width: 64%;
}
.services_section .owl-item{
    position:relative;
    /* margin-top: 7rem; */
}
.services_section .owl-item:before{
    border-radius: 50px;
    position: absolute;
    content: "";
    width: 64%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #D5B165;
    z-index:-1;
    background-size: 100% 100%;
}
.services_section .item{
    background: #BBE3FB;
    width: 55%;
    margin:auto;
    padding:20px;
    border-radius: 20px;
    position:relative;
    margin:20px auto 20px auto
}

.services_section .item .image{
  width: 100%;
}
.services_section .item .image img{
    width: 100%;
}
.services_section .item .caption{padding: 1rem 2rem 1rem 0;}
.services_section .item .caption h4{
    color: #000;
    display: inline-block;
    font-size: 1.4rem;
    font-family: 'Jali Arabic';
    font-weight:bold;
}
.services_section .item .caption p{
    color: #000;
    font-size: 1.3rem;
    font-weight: 100;
    font-family: 'Jali Arabic';
}
.owl-theme .owl-controls .owl-page span{
    background:#144A98 !important;
    width:30px !important;
    margin:2px !important;
    height:2px !important;
    border-radius:1px !important;
}
.owl-theme .owl-controls .owl-page.active span{
    width:45px !important;
}
.owl-carousel{
  direction: ltr;
}
/* partners_section */
.partners_section {
    position: relative;
    z-index:11;
    padding-bottom: 3rem;
}

.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    padding: 1rem 1rem;
    margin: 0.7rem;
    display: flex;
    align-items: center;
    justify-content:center; 
    height: 8rem;
}
.partners_section .item img{
    height:auto;
    width:auto;
}
.partners_section .item .content p {
    font-size: 1.5rem;
    font-weight: 300;
}
.partners_section .item .caption h3 {
    color: #BD9F58;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0;
}
.partners_section .item .caption p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
}
.partners_section .slick-dots {
    left: 0;
    right: 0;
    bottom: -26px;
}
.partners_section .slick-dots li button {
    border-color: #012434 !important;
}
.partners_section .slick-dots li.slick-active button {
    background: #012434;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
#searchform input {
    height: 4.3rem;
    border: 1px solid #ccc;
    border-left: 0;
    font-weight: 300;
    font-size: 2rem;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: #BD7303;
    border-color: #BD7303;
}
/* news_section  */
.news_section{
    padding: 4rem 0;
}
.news_section .news-layout {
    display: flex;
    gap: 20px;
}

/* First news item (full width on one side) */
.news-item.full-width {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
}

/* Text and Image for full-width item */
.news-item.full-width .news-image img {
    width: 100%;
    border-radius: 10px;
}

.news-item.full-width .news-text {
    text-align: right;
    padding: 15px;
}

/* Container for second and third items */
.news-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Second and third news items (stacked in the second half) */
.news-item.half-width {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    flex-direction: row-reverse;
}

/* Image and text inside half-width items */
.news-item.half-width .news-text {
    width: 50%;
    text-align: right;
    padding-right: 2rem;
}

.news-item.half-width .news-image {
    width: 50%;
}

.news-item.half-width .news-image img {
    width: 100%;
    border-radius: 10px;
}

/* News Date Style */
.news-text .news-date {
    font-size: 19px;
    color: #144A98;
    font-weight: bold;
}
.news-text p{
    font-size: 23px;
    color: #144A98;
    font-weight: bold;
    text-align: justify;
}
.newsPage{
    padding:2rem 0;
}
.newsPage .item{
    display:flex;
    align-items:center;
    width:100%;
    margin-bottom: 2rem;
}
.newsPage .item .image{
    width: 40%
}
.newsPage .item .caption{
    padding-right:2rem;
    width: 60%;
}
.newsPage .item .caption span{
    font-weight:500;
    font-size:1.4rem;
    color:#144A98;
}
.newsPage .item .caption p{
    font-weight:500;
    font-size:1.4rem;
    color:#144A98;
}
.jobs{
    padding:3rem 0;
}
.jobs .item{
    background: #D9D9D931;
    border-radius: 20px;
    margin-bottom:2rem;
    padding:2rem;
}
.jobs .item .content h2{
    color:#144A98;
    font-size:2.3rem;
    font-weight:500;
}
.jobs .item .content p{
    color:#000000;
    font-size:1.4rem;
    font-weight:500;
}
.jobs .item .links .text{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.jobs .item .links .text p{
    color:#fff;
    font-weight:500;
    font-size:1.3rem;
    background:1rem;
    padding:0.4rem 2rem
}
.jobs .item .links .text:nth-child(1) p{
    background:#144A98;
}
.jobs .item .links .text:nth-child(2) p{
    background:#D5B165 !important;
}
.jobs .item .links{
    display:flex;
    justify-content:space-between
}
.jobs .item .links .right{
    display:flex;
}
.jobs .item .links .right .text:nth-child(2){
    padding-right:1rem;
}
.jobs .item .links a{
    background: #D5B165;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0.3rem 1rem;
    font-size:1.3rem;
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);
    
}
/* breadcrumbs */
#breadcrumbs {
    background: url(../images/breadcrump.png)no-repeat;
    padding: 9rem 0 5rem;
    background-size: cover;
    position: relative;
    margin: 0;
}
#breadcrumbs .text{
    padding:5rem 0 0;
}
/*#breadcrumbs:after{*/
/*    position:absolute;*/
/*    content:'';*/
/*    background:#000000b3;*/
/*    right:0;*/
/*    top:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/
#breadcrumbs a ,
#breadcrumbs h3 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 9;
}
#breadcrumbs h2 {
    color: #fff;
    font-size: 3rem;
    z-index: 9;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 500;
}
#breadcrumbs h3 {
    color: #fff;
}
#breadcrumbs svg path{
    fill:#000000
}
.about-page .title h3{
    font-size: 3.4rem;
}
.moreInfoAbout{
    background:#FBF7F0;
    margin-bottom: 3rem;
    border-radius: 20px;
}
.moreInfoAbout .aboutVision{
    padding:5rem 2rem;
}
.moreInfoAbout h3{
    color:#144A98;
    font-weight:bold;
    font-size:35px; 
}
.moreInfoAbout p{
    color:#828282;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: justify;
    line-height: 30px;
}
.postsPage .item{
    background:#fff;
    padding:1rem 2rem;
    margin: 1rem 0;
}
.postsPage .item .caption h3{
    color:#000;
    font-weight: 300;
    width: 35%;
    padding: 1rem 0 0;
}
.postsPage .item .caption p{
    color:#000;
    font-size:1.3rem;
    font-weight:100;
}
.projects_section.projPage{
    padding: 1rem 0;
    background: #fff;
}
.projects_section.projPage .item{
    margin:1rem 0;
}
.projects_section .item.red{
      pointer-events: none;
}
.alm-load-more-btn.more{
    background: #D9B74C !important;
    color: #fff!important;
    margin: 2rem 0 !important;
    padding: 1.2rem 5rem !important;
    height: auto !important;
    font-weight:500 !important;
    font-size:1.5rem !important;
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);

}
.services_section.servPage{
    padding:0;
}

.services_section.servPage .item{
    margin:1rem 0;
    width: 100%;
}
a:hover{
    text-decoration:none;
}
.certPage .item .caption{
    padding: 3rem 1rem 2rem;
}
.certPage .item .caption h4{
    color:#000;
    font-size: 2rem;
    font-weight: 400;
}
.certPage .item .caption h4 span{
    display:block;
}
.about-page-vision{
    background:#776757;
    padding:3rem 4rem;
    border-radius:10px;
    margin-bottom:4rem
}
 .about_page_message{
        padding: 5rem 17rem;
        background:url('../images/Scroll Group 7.png') no-repeat;
        background-size:100% 100%;
}
.about_page_message .row:nth-child(2){
    flex-direction:row-reverse
}
.about_page_message .row:nth-child(2) .image{
    justify-content: flex-end;
}
.about_page_message .row .image{
    padding-bottom:5rem;
    display: flex;
}
.about_page_message .row img{
    width:400px
}
.about-page{
    margin-bottom: 0 !important;
    position: relative;
    z-index: 111;
    color: #144A98;
    padding: 4rem 0;
}
.about-page p{
    color: #144A98;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: justify;
    line-height: 30px;
}
.about-page .about_content{
    font-weight:100;
    padding-bottom: 2rem;
}
.about__section.about-page .row{
    padding-right:8rem;
    padding-left:3rem;
}
.about_page_message .row .content{
    align-items: flex-start;
}
.about_page_message .row .content h3{
    color:#141414;
    font-size: 2.625rem;
}
.about_page_message .row .content p{
    color:#616161;
    font-size: 1.25rem;
    padding-top: 2rem;
}
.about-page-vision .row,
.about_page_message .row{
    align-items:center;
}

.about-page-vision p {
    line-height: 1.8;
    font-size: 1.3rem !important;
    color: #DAD4CA;
}
/* 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;
}
.single-page{
    padding: 2rem 0 4rem 0;
}
.serv_det_top{
    padding-top:2rem;
}
.iti__tel-input{
        text-align: right;
}
.single-page .serv_det_top .main-image{
    text-align:center;
    /* padding: 4rem; */
    /* background: #403f3f; */
    /* border: 3px solid #8d8686; */
}
.single-page .main-image img{
    width:100%;
    height: 400px;
}
.single-page  .title h2{
    color: #000000;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 14px;
    font-size: 2.5rem;
    padding-bottom: 2rem;
}
.single-page .content p {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: justify;
    line-height: 30px;
}
.single-page .content a{
    background:#D9B74C;
     clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 41%);
    color:#fff;
    padding: .7rem 4rem;
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    width: fit-content;
    margin-top:2rem
}
.single-page .serv_offers{
    padding:5rem 0;
}
.serv_offers .title h2{
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Jali Arabic';
}
.serv_offers .item{
    padding: 2rem;
    margin: 1.2rem 0;
}
.serv_offers .item h5{
    font-size: 2.5rem;
    padding-bottom: 6px;
    color: #000000;
    font-weight: bold;
    font-family: 'Jali Arabic';
}
.serv_offers .item h6{
    font-size:1.3rem;
    font-weight:500;
    line-height:2;
    color: #000000;
    text-align: justify;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 ;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0; 
    padding-left:3rem;
    background:url('../images/page-back.png') no-repeat left bottom;
    background-size:100% 100%;
    width:100%;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 0rem;
    color: #41372E50;
    border:2px solid #41372E50;
    background: transparent;
    border-radius:50%;
    margin: 1rem;
    font-size: 1.2rem;
    width:2.75rem;
    height:2.75rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.post-nav .pager li a.arr {
    width:auto;
    height:Auto;
    background:transparent;
    border:none;
    color:#41372E;
    font-size: 1.3rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #fff;
    color: #41372E;
    border-color:#41372E;
}
.post-nav .pager .hidden{
    display:none;
}
.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)
}

/* projects-page */
.projects-page.projects_section {
    padding: 0;
    color: #012434;
}
.projects_section .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.4s ease;
}
.projects_section .item:hover {
    transform: scale(1.015); /* ØªÙƒØ¨ÙŠØ± Ø¨Ø³ÙŠØ· */
}

/* Ø§Ù„ØµÙˆØ±Ø© */
.projects_section .item .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.projects_section .item .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 10px;
}

.projects_section .item:hover .image img {
    transform: scale(1.05); /* ØªÙƒØ¨ÙŠØ± Ø§Ù„ØµÙˆØ±Ø© Ø´ÙˆÙŠ */
}

/* Ø§Ù„ØºØ·Ø§Ø¡ Ø§Ù„ØºØ§Ù…Ù‚ */
.projects_section .item .image::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.25); /* ØºØ§Ù…Ù‚ Ù†Ø§Ø¹Ù… */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    border-radius: 10px;
}

.projects_section .item:hover .image::after {
    opacity: 1;
}

/* Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø¥Ø¶Ø§ÙÙŠØ© ÙÙˆÙ‚ Ø§Ù„ØµÙˆØ±Ø© */
.projects_section .extraInfo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.4); */
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Ø§Ù„Ø¹Ù†ÙˆØ§Ù† Ø¯Ø§Ø®Ù„ caption */


.projects_section .item{
    position: relative;
    margin: 0 1rem 1rem;
    overflow:hidden;
}
.projects-page.projects_section .main_title {
    text-align: center;
}
.projects-page.projects_section .item {
    margin: 1rem 0;
}
 
.projects-page.projects_section .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
}
.projects-page.projects_section .slick-dots button {
    border-color: #012434;
}
.projects-page.projects_section .slick-dots .slick-active button {
    background: #012434;
}
.project-single .pro-title h3 {
    font-size: 3.3rem;
    color: #012434;
}
.project-single .pro-title a {
    background: #BF7202;
    border-color: #BF7202;
    gap: 1rem;
    border-radius: 0;
    padding: 0 2rem;
}
.project-single .pro-title a svg {
    width: 2rem;
}
.project-single .pro-details .item {
    background: rgba(189, 115, 3, 0.08);
    padding: 1rem 3rem;
    margin: 2rem;
    border-radius: 1rem;
    align-items: center;
    gap: 1rem;
    
}
.project-single .pro-details .item svg {
    width: 3.4rem;
    height: 3.4rem;
}
.project-single .pro-details .item span {
    font-size: 1.5rem;
    color: #012434;
    font-weight: 400;
}
.project-single .pro-gallery {
    border-radius: 2rem;
    overflow: hidden;
    max-height: 40rem;
    position: relative;
}
.project-single .pro-gallery:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to top,#012435,rgba(1, 36, 53,0.8),rgba(1, 36, 53,0.5),rgba(1, 36, 53,0));
}
.project-single .slick-dots {
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: 99;
}
.project-single .slick-dots .slick-active button {
    background: #BD7303;
    border-color: #BD7303;
}
.project-single .slick-dots li button {
    border-color: #BD7303;
}
.project-single .form {
    background: rgba(189, 115, 3, 0.12);
    padding: 17rem 0 1rem;
    margin-top: -16rem;
}
.project-single .form .form-title {
    text-align: center;
}
.project-single .form .form-title h3 {
    font-size: 1.9rem;
    color: #012434;
    margin-bottom: 1rem;
}
.project-single .form .form-title p {
    color: #436A7C;
    font-size: 1.6rem
}
.project-single .form .gform_title {
    display: none;
}
.project-single .form form {
    width: 52%;
}
.project-single .gform_fields  {
    display: flex !important;
    flex-wrap: wrap;
    /*gap: 2rem;*/
    justify-content: center;
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield,
.project-single .gfield{
    width: 100% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
.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,
.project-single .gfield:last-child {
    width: 100% !important;
}
.joinToKhawalid{
    display:flex;
    background: #F7F7F7;
    padding: 5rem;
    border-radius: 11px;
    width: 80%;
    margin: auto;
        position: relative;
    z-index: 99999;
}
.page-id-3424 .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5),
body.rtl .job-page .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5) {
    width: 98% !important;
}
.project-single .gfield label {
    color: #C0C0C0;
    padding-right: 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-right: 1rem !important;
}
.project-single .gfield textarea::placeholder ,
.project-single .gfield input::placeholder {
    color: #C0C0C0;
    font-size: 1.5rem;
}
.project-single .gform_button {
    width: 100% !important;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem !important;

    display: flex !important;
    margin: 3rem 0 !important;
    justify-content: center;
}
.project-single .units {
    background: rgba(189, 115, 3, 0.12);
    padding-bottom: 6rem
}
.project-single .units .item {
    border: 1px solid #BF7202;
    background: #F6F5F5;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
}
.project-single .units .item h3 {
    font-size: 2rem;
    color: #012434;
}
.project-single .units .item p {
    font-size: 2rem;
    color: #012434;
}
.project-single .units .item p span {
    font-size: 1.5rem;
    color: #012434; 
}
.project-single .units .item .status {
    font-size: 1.4rem;
    background: #61C26A;
    padding: 0.3rem 2rem;
    color: #fff;
}
.project-single .units .item ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.project-single .units .item ul li {
    font-size: 1.5rem;
    color: #012434;
    gap: 1rem;
    display: flex;
    align-items: center;
}
.project-single .units .item ul li svg {
    width: 3rem;
}
.project-single .units .item a {
    width: 100%;
    border-radius: 0;
    background: #BD7303;
    padding: 0.8rem;
    border: 0;
}
.project-single .map,#pro_loction .map {
    position: relative;
}
#pro_loction .map:before {
    width: 100%;
    background: #25252548;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left:0;
}
.project-single .map a {
    position: absolute;
    top: 8rem;
    right: 12rem;
    background: #BF7202;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.5rem
}
.units-single .units {
    background: transparent
}
.units-single .wrapper {
    background: #fff;
    padding: 6rem 0 0;
    border-radius: 3rem;
    margin-bottom: 6rem;
}
.units-single .form {
    background: transparent;
    margin: 0;
    padding: 3rem 0 0;
}
.units-single .form .container {
    padding: 0;
}
.units-single .form form {
    width: 100%;
}
.units-single .form form .btn {
    border-radius: 0;
    margin-top: 2rem !important;
    margin-bottom:  0 !important;
}
.units-single .form .gform_body {
    width: 55%;
    margin: auto;
}
.units-single .form .gform_body .gfield input,
.units-single .form .gform_body .gfield {
    background: #F6F5F5 !important;
}
.project-single .form .form-title p {    
    color: #C0C0C0;
}
.project-single .units .pro-title p {
    font-size: 3rem;
    color: #012434;
    margin: 0;
}
.project-single .units p span {
    font-size: 1.5rem;
    color: #012434; 
}
.units-single .units .pro-title div:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.units-single .units .status {
    font-size: 2.4rem;
    background: #61C26A;
    padding: 0.3rem 2rem;
    color: #fff;
    margin: 1rem 0;
    text-align: center;
    /* width: 10rem; */
}
.units-single .units > ul {
    border-top: 1px solid #FFD9A2;
    border-bottom: 1px solid #FFD9A2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding: 3rem 6rem 1rem;
    width: 90%;
    margin: 3rem auto 0;
}
.contact-page .gform_wrapper .gform_fields .gfield--type-phone{
   width: 100% !important;
}
.units-single .units > ul li {
    font-size: 1.8rem;
    color: #012434;
    gap: 1rem;
    display: flex;
    align-items: center;
    width: 26%;
    margin-bottom: 2rem;
}
.jobs .gform_wrapper .gform_fields .gfield {
    width: 49% !important;
}
.units-single .units ul li svg {
    width: 5rem;
}
.units-single .pro-title {
    padding: 0 6rem;
}
/* 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;
}
.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;
}
.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: 21px;
    color: #000;
    font-size: 1.5rem!important;
    font-weight: 600;
    right: 30px;
     padding: 0 !important;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    font-size: 0 !important;
    width: 100% !important;
    height: 4rem !important;
    position: absolute;
    z-index: 999;
    bottom: 0rem;
    right: 0;
}
.gform_fileupload_rules {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.upload__file .ginput_container {

    background: url(../images/upload.png) no-repeat 5% center ,#fff;
    background-size: 24px;
    display: block !important;
    font-size: 1.4rem !important;
    height: 6rem;
    width: 100%;
    font-weight: 300;
    color: #000;
    border: 1px solid #144A98;
    border-radius: 20px;
    padding: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
/* contact-page */
.contact-page{
    position: relative;
    padding:3rem 0;
}
.contact-page .title h3{
    /*color: #fff;*/
    /*font-weight: 300;*/
    /*font-size: 3.5rem;*/
}
.contact-page .title p{
    color: #828282;
    font-weight: 100;
    font-size: 2.3rem;
    padding-bottom: 1rem;
    width:50%;
}
.contact-page .info{
    background:#FBF8F1;
    padding:1rem 2rem;
    clip-path: polygon(14% 0, 100% 1%, 100% 50%, 100% 100%, 0 100%, 0 20%);

}
.contact-page .map {
    overflow: hidden;
    margin: 2rem 0 0 0;
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
}
.page-id-3424 .gform_wrapper,
.contact-page .gform_wrapper {}
.page-id-3424 .gform_wrapper .gform_heading,
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

body.rtl .gform_legacy_markup_wrapper .gform_confirmation_message{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #66C371;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 49%;
}
.servRequest .gform_wrapper .gform_fields .gfield{
    width:49% !important;
}
.page .gform_wrapper .gform_fields .gfield:last-child ,
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.3rem;
    color: #111827;
    font-weight: 500;
    margin: 0;
    padding-top: 1rem;
}
.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: 0;
    padding: 1rem !important;
    font-size: 1.6rem !important;
    margin: 0 !important;
    height: 6rem;
    font-weight: 600;
    color: #000;
    padding: 13px 2rem !important;
    border: 1px solid #144A98 !important;!i;!;
    border-radius: 16px;
    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: 2.3rem;
    left: 40px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow-down.png) no-repeat center/ 100%;
}
.page .gform_button {
    background: #BD9F58;
    border: #BD9F58;
    font-size: 1.5rem !important;;
    padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 17rem !important;
} 
/*.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {*/
/*    margin: 0 1rem !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}

.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.6rem;
    font-weight: 600;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #E03137 !important;
}
.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: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page .gform_footer .btn,
.job-page .gform_footer .btn ,
.page-id-3424 .gform_footer .btn ,
.contact-page .gform_footer .btn {
    font-size: 2rem !important;
    padding: 0.3rem 5rem;
    background: #D9B74C;
    width: auto !important;
    border: none;
    display: flex !important;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.contact-page .gform_footer .btn:hover {
    background: #000;
    color: #fff;
}
/*.single-unit .gform_footer .btn,.project-single .gform_footer .btn{*/
/*    background:url('../images/formbtn.png') no-repeat center;*/
/*    background-size:100% 100%;*/
/*    font-size:1.25rem;*/
/*    padding:1.5rem 0;*/
/*}*/
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.whatslink {
    position: fixed;
    right: 4rem;
    bottom: 10%;
    z-index: 99999;
}
.whatslink img{
    max-width: 3rem;
    max-height: 15rem;
    animation: tada 5s ease-in-out infinite;
}
.fixed_links{
    background:#fff;
    position:fixed;
    left:5rem;
    top:30%;
    border:3px solid #DAD4CA50;
    border-radius:20px;
    padding:1rem 3rem;
    z-index:1111;
}
.fixed_links ul{
    display:inline-flex;
    justify-content:center;
    align-content:center;
    list-style:none;
    padding:0;
    margin:0;
    gap:1rem;
}
.fixed_links a{
    color:#98754F;
    font-size:1.3rem;
}
.comparison-table{
    background:#F7F7F7;
    border-radius:8px;
    padding:3rem;
}
.comparison-table table{
    color:#41372E;
    font-size:1.2rem;
    font-weight:normal;
    border:none;
    background:transparent;
}
.comparison-table table thead{
    background:#FFFFFF;
    border:none;
    border-radius:8px;
    margin-bottom:1rem;
}
.table th{
    border:none;
}
.comparison-table .table td{
    background:#FFFFFF;
    margin:1rem;
    padding:1rem;
}
/* projects_section */
.projects_section {
    padding: 4rem 0 4rem;
    position: relative;
    z-index: 111;
    background: #FBF7F0;
    border-radius: 50px;
}
.projects_section .title{
    display: block;
    padding: 1rem 0 0rem;
}
.rent_section .title{
    padding-right:6rem;
}
.projects_section .item{
    position: relative;
    margin: 0 1rem 1rem;
    overflow:hidden;
}
.projects_section .item .image {
    position:relative;
    width: 100%;
}
 .projects_section .extraInfo{
     display:flex;
     position:absolute;
     top:5%;
     left:5%;
 }
.projects_section .extraInfo p{
    font-size:1.3rem;
    background: #144A98;
    color:#fff;
    padding: .5rem 1rem;
 }
.projects_section .extraInfo P:last-of-type{
    margin-right:1rem;
    background:#D9B74C
}
.projects_section .item .image img{
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.projects_section .item .image:after{
    /* position:absolute;
    content:'';
    background:#0000008f;
    width:100%;
    height:100%;
    top:0;
    right:0; */
}
.projects_section .item .width_full{
    width:100%;
}
.projects_section .item .caption {
    background: #D5B165;
    border-radius: 20px;
    margin-top: -20px;
    z-index: 11111;
    position: relative;
}
.projects_section .item .caption ul{/* justify-content: right; */}
.projects_section .item .caption h3 {
    color: #fff;
    font-weight: normal;
    font-size: 1.8rem;
    display: inline-block;
    padding: 1rem 1.4rem;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.projects_section .item .caption li a{
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
}
.projects_section .item .caption li {
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    margin:0.5rem 0;
    gap: 0.5rem;
    border-bottom: 1px solid #fff;
    padding:0 1rem 0.5rem 0;
}
.projects_section .item .caption li:last-of-type{
    border:none
}
.projects_section .item .caption li span{
    color:#fff;
}
.projects_section .item .caption li svg{
    stroke:#144A98;
    width:20px;
    height:20px;
}
.projects_section .item .caption li div{
    padding:0 0 0 .5rem;
}
.projects_section .item .caption li:last-child > div i{
    margin-left:0.5rem;
}
.banner_section{
    margin-top: -7rem;
    margin-bottom:0;
}
.DivMain {
    height: 100vh;
     width: 100%;
     display: flex;
  align-items: center;
  justify-content: center;
  position: relative;  
}
.banner_container{
    position: fixed;
    width: 100%;
    height: 100vh;  
     top:0;
     
    overflow: hidden;
  transform: translateZ(0);
}
.aboutMainImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%; 
    width: 100%;
    height: 100vh;
}
.banner_outer{
    position:relative;
    z-index:5;
    height: 100vh; 
}
.banner_section { 
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed !important;
    min-width: 100%; 
    width: 100%;
    height: 100vh;
    
    position: static;
}
.banner_section img{
    width:100%;
    min-height: 600px;
}
.map_section {
    position:relative;
    
}
.map_section:after{
    content:'';
    position:absolute;
    width:100%;
    height:20%;
    top:-2rem;;
    background:url('../images/map_top.png') no-repeat center top;
}
.map_section:before{
    content:'';
    position:absolute;
    width:100%;
    height: 25%;
    bottom:-2rem;
    background: url('../images/map_bottom.png') no-repeat right bottom;
    z-index: 111111;
}

.map_section .map_desc{
    position:absolute;
    right:0rem;
    top:2rem;
    background:#fff; 
    padding: 2rem 1rem 2rem 3rem;
    z-index: 111;
    border-radius:10px;
}
.map_section .map_desc ul{
    list-style:none;
    color:#000;
    padding: 0;
    font-size: 1.5rem;
}
.map_section .map_desc ul li{
    margin-bottom:0.8rem
}
.map_section .map_desc ul span{
    margin-left:0.5rem;
}
/* footer */
footer .footer_Licenses{
    
}
footer .footer_Licenses img{

}
footer .footer_Licenses p{
    font-size:1.4rem;
    font-weight:bold;
    padding: 1rem 0;
    color: #144A98;
    margin: 0;
}
footer {
    position: relative;
    background: #FBF8F1;
    padding: 5rem 0 2rem 0;
    margin-top: 0rem;
}
footer .content p{
    color: #144A98;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0;
    font-weight: bold;
    margin: 0;
}
.social__media ul {
    padding: 0;
}
.social__media ul li {
     border-radius: 0%;
     text-align: center;
     padding: 7px;
     margin: 0.7rem .3rem 0.4rem !important;
}
.social__media ul li svg {
   width: 3rem;
   height: 2rem;
}
.footer__top .menus h3{
    color:#41372E;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.footer__top .menus ul a {
    color: #144A98;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .7rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index:111;
}
.footer__top .menus ul a:hover {
    color: #d9b74c;
}
.footer__top .social__media {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
}
.footer__top .social__media ul {
    flex-direction: row !important;
    margin:0;
}
.footer__top p a.contact {
    background: #000;
    width: 100%;
    display: block;
    padding: 1.3rem;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.footer__top .info .map {
    position: relative;
}
.footer__top .info .map a {
    position: absolute;
    right: 2rem;
    background: rgba(255,255,255,0.6);
    top: 2rem;
    padding: 1.5rem;
    color: #BF7202;
    border-radius: 1rem;
    text-decoration: underline
}
.footer__top .info ul {
    border-radius: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #BF7202;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
    display:flex;
    align-items: center;
    padding: 0;
}
.footer__top .info ul li:last-child{
    flex-wrap:wrap;
    width: 100%;
    color:#fff;
}
.footer__top .info ul li:last-child .btn{
    flex-wrap:wrap;
    width: 80%;
    color:#fff;
}
.footer__top .info ul li:last-child .btn:hover{
    
    color: #98754F;
}
.footer__top .info ul li a,.footer__top .info ul li p {
    color: #144A98;
    font-size: 1.25rem;
    display:inline-flex;
    margin-right: 11px;
    font-weight: bold;
}
.footer__top .info ul li a:hover{
    color: #98754F;
}
.footer__top .info ul li svg {
}
.footer__bottom {
    margin: 2rem 0 0;
    padding: 3rem 0 0;
    position: relative;
    border-top: 1px solid #D5B165;
} 
.topButton{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__bottom .to-top {
    position: unset;
    color: #144A98;
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    right: unset;
    top: unset;
    display: block;
}
.footer__bottom .to-top span {
    display: block;
}
.footer__bottom .to-top svg{
    fill:#144A98;
    stroke:#144A98;
}
.footer__bottom .to-top:hover {
    color: #fff;
}
.footer__bottom .to-top svg {
}
.footer__top .footer__right{
    margin:4rem 0;
}
.footer__top p.rights ,.footer__top .footer__right p{
    color: #41372E80;
    font-size: 1.3rem;
    font-weight: normal;
    margin:0;
}
.footer__top p.rights span {
    font-weight: normal
}
.footer__bottom p {
    color: #144A98;
    font-size: 1.3rem;
    font-weight: normal;
    padding:0;
    margin:0;
    line-height:30px
}
.footer__bottom h4 {
    color: #144A98;
    font-size: 1.2rem;
    font-weight: normal;
    padding:0;
    margin:0;
}
.footer__bottom .rowaad{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #144A98;
}
.footer__bottom .rowaad a {
    color: #144A98;
    font-size: 1.3rem;
}
/************Single Project **************/
.fancybox-slide #hover-image { 
    padding: 0; 
    border-width: 0; 
    background-color: transparent;
}
 .title_single .extraInfo{
     display:flex;
 }
.title_single .extraInfo p{
    font-size:1.3rem;
    background: #144A98;
    color:#fff;
    padding: .5rem 1rem;
 }
.title_single .extraInfo P:last-of-type{
    margin-right:1rem;
    background:#D9B74C
}
.mainImage{
    
}
.mainImage img{
    width: 100%;
    margin-bottom: 1rem;
}
.moreInfoSingle{
    background: #fff;
    border-radius:20px;
    padding:2rem;
}
.title_single{
    margin:1rem 0 1.5rem 0;
}
.title_single h2{
    color: #1A202C;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 54px;
}
.title_single h4{
    color: #D5B165;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 14px;
}
.page-template-page-Comparison  .title_single h2{
    font-size:4rem;
    color:#41372E;
    margin-bottom:3rem;
}
.title_single p,.title_single a{
    color:#000000;
    font-size: 1.3rem;
}
.title_single p span{
    color:#98754F;
    font-size:1.5rem;
}
.desc_single h2{
    color:#98754F;
    font-size:1.2rem;
    position:relative;
}
.desc_single h4{
    color:#144A98;
    font-size:1.7rem;
    font-weight:500;
}
.desc_single .txt,.desc_single .txt p{
    color: #1A202C;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: justify;
    line-height: 38px;
}
.add_pro ul{
    list-style:none;
    margin:0;
    padding:0;
}
.add_pro ul li > div{
    color: #1A202C;
    font-size: 1.3rem;
    background-size:100% 100%;
    padding:0rem;
    margin:0.3rem 0;
}
.add_pro ul li span{
    color:#776757;
    font-size:2rem;
    margin-left:0.5rem;
}
.desc_single{
    margin-bottom:2rem;
    max-width: 95%;
}
.bottom_btns{
    margin-top:2rem; 
}
.bottom_btns .btn{
    background: #D9B74C;
    background-size: 100%;
    border: 0;
    padding: 1rem 2.5rem;
    position: relative;
    color:#fff;
    font-size:1.35rem;
    font-weight:500;
    border-radius:0;
    width:100%;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}
.add_pro ul li .icons svg{
    max-width:2rem;
    max-height:2rem;
}
.bottom_btns .btn.btn-download{
    background: url(../images/btn2.png) no-repeat center;
    background-size: 100%;
}
.white_details{
}
.white_details p a{
    color:#FFFFFF;
    font-size:1.5rem;
}
.white_details p a span{
    color:#D9B74C; 
    margin-left:5px;
}
.pro_gallery{
    position:relative;
}
.pro_gallery .to_map{
    
    display: inline-flex;
    background: url(../images/map-btn.png) no-repeat;
    background-size: 100%;
    padding: 1rem 3rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    right: 1rem;
}
.pro_gallery .to_map a,.video_link a,.video_link p{
    color:#41372E;
    font-size:1.25rem;
    gap:0.5rem;
}
.video_link{
    background:#fff;
    display:inline-flex;
    border-radius:5px;
    padding:0.5rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    left: 1rem;
    width:10rem;
    height:8.75rem;
}
.video_link .play-icon{
    position:absolute;
    left:0.5rem;
    bottom:0.5rem;
}
.video_link p{
    
    max-width: 5rem;
}
.slider-nav .slick-slide .img{
    margin:0.5rem;
}
.slider-nav .slick-slide .img img{
    border-radius:4px;
}
.slider-for .slick-slide  img{
    border-radius:11px;
}
#pro_details{
    margin-bottom:2.5rem;
    background: #FBF7F0;
    padding: 4rem 0;
}
#pro_details .image .gallery-group-1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#pro_details .image .gallery-group-1 a{
    position:relative;
    display: inline-flex;
    padding: 0 1rem 1rem 0;
    max-width: 25%;
}
#pro_details .image .gallery-group-1 a:last-of-type::before{
    content:'';
    position:absolute; 
    background:#000000;
    opacity:0.53;
    right:1rem;
    left:0;
    top:0;
    bottom:1rem;
    border-radius:0px;
}
#pro_details .image .gallery-group-1 .gallerytotal{
    position:absolute;
    color:#fff;
    left: 10%;
    bottom: 2rem;
    color: #fff;
    font-size:2.5rem;
    font-weight:bold;
    direction:ltr;
}
.slick-slide img {
    width: 100%;
}
.features{
    background:transparent;
    border-radius:0px;
    padding:4rem 0rem;
    margin-bottom:2rem;
}
.features .title_f h2{
    color: #000000;
    font-weight: bold;
    font-size:2.15rem;
    margin-bottom:2rem;
}
.features .itemf{
    margin:1rem;
}
.features .itemf .img{    
    padding: 4rem 4rem
}
.features .itemf h4{
    margin-top:1rem;
    color: #000000;
    font-size:1.5rem;
    font-weight: bold;
    font-style: normal;
} 
#pro_loction .map{
    margin:2rem 0;
}
#pro_units { 
    padding:1rem 3rem 3rem 3rem;
    margin:2rem 0 0 0; 
    border-radius:0rem;
}
#pro_units .item {
    background:#FFFFFF;
    border-radius:0px;
    padding:2rem 1rem 2rem 1rem;
    margin:0.5rem 0;
}
#pro_units .item .image img{
    max-width:75px;
    height:auto;
}
#pro_units .item .image{
    position:relative;
}
#pro_units .item .image .status{
    position:absolute;
    background: #D94C4C;
    color:#fff;
    border-radius:80px;
    font-size:1.29rem;
    padding:0.3rem 1.3rem 0.7rem 1.3rem;
    left:-1rem;
    top:-1rem;
}
#pro_units .slick-slide .img {
    display:flex;
    align-items:center;
    justify-content:center;
}
#pro_units .slick-slide img {
    width: auto;
    margin: auto;
}
.pay_cl{
    background: #D9B74C4A;
    border-radius:0px;
    margin:0.5rem;
    padding:1rem;
}
.pay_cl h2{
    color:#000000;
    font-size:1.2rem;
    margin:0;
    font-weight:bold;
}
.pay_cl p{
    color: #000000;
    font-size:1rem;
    margin:0;
}

#pro_units .item.red .image .status{
    background:#BF1E2E;
}
#pro_units .item.red{
    background:#E3E5E7;
}
/*#pro_units .item.red .btn{*/
/*     pointer-events: none;*/
/*}*/
#pro_units .item .text{
    padding-right:2rem;
}
#pro_units .item .text h3{
    color:#000000;
    font-weight: 700;
    font-size: 1.3rem;
    margin:0;
}
#pro_units .item .text p{
    color:#000000;
    font-weight: 700;
    font-size: 1.25rem;
    margin:0;
}
#pro_units .item .center_{
    border-top:1px solid #D9B74C29;
    border-bottom:1px solid #D9B74C29;
    padding:1rem 0;
    margin:1rem 0;
}
#pro_units .item .center_ ul li{ 
    color: #1A202C;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    background: #EFEFEF;
}
#pro_units .item .center_ ul li span{
    display:inline-block;
}
#pro_units .item ul li svg{
    max-height:2.3rem;
}
#pro_units .item .btn-more{
    background:#D9B74C;
    color:#fff;
    font-weight:1rem;
    font-size:1rem;
    border-radius:0;
}
.area_det h1,.another_desc h2{
    font-size: 1.3rem;
    font-weight: 700;
    margin:1rem 0;
    color: #1A202C;
}
.area_det h2{
    font-size: 1.3rem;
    font-weight:300; 
}
.another_desc{
    margin:2rem 0;
}
.another_desc p{
    color: #191919;
    font-size: 1.1rem;
    font-weight: 700;
    border: 1px solid #000;
    padding:1rem;
    border-radius: 0;
}
.area_det p{
    font-size:1.2rem;
    font-weight:300;
    margin:0;
}
.area_det .ar-item{
    padding:0.5rem 3rem;
}
.area_det .ar-item:first-child{
    
    border-left:1px solid #70707033;
}
.area_det .right{
     background:url('../images/ar-back.png') no-repeat right top;
    background-size:100% 100%;
    padding:1rem 0;
    margin:1rem;
}
.area_det .left{
    background:url('../images/ar-back.png') no-repeat right top;
    background-size:100% 100%;
    padding:1.5rem 3rem;
    margin:1rem;
}
.slider-units .img{
    margin:1rem;
}
.form_unit{
    background: #BDBDBD30;
    padding:3rem 2rem 1rem 4rem;
    border-radius:0px;
}
.form_unit h2{
    font-size:1.7rem;
    color:#1A202C;
    font-weight:700;
}
.form_unit p{
    font-size:1.25rem;
    color:#1A202C;
    font-weight:300;
}
.form_unit .gform_wrapper .gform_fields .gfield label{
    font-weight:400;
    font-size:1.25rem;
    margin-top:0.5rem;
    text-align: right;
}
.form_unit .gform_wrapper .gform_fields .gfield input{
    border: 1px solid #000000C9 !important;
    height:3.5rem;
    color:#000000;
    font-size:1rem;
    font-weight:400;
    padding-right:1rem !important;
    
}
.form_unit .gform_wrapper .gform_fields .gfield input::placeholder{
    color:#000000;
    font-size:1rem;
    font-weight:400;
}
.rtl .form_unit  .gform_button.btn{
    margin:2rem 0 0 0 !important;
    text-align:center !important;
    width:100% !important;
    background:#D9B74C !important;
    color:#fff;
    padding:1rem ;
    font-size:1.5rem !important;
    font-weight:700;
    
}
#pro_units .unit_model  .item{
    padding:1rem 2rem;
    margin:0;
}
.project-single  .modal-body{
    background: #fff;
    border-radius:11px
}
.project-single  .modal-content,.modal-header{
    background:transparent;
    border: none;
}
.project-single  .modal-header .close {
    padding: 0;
    padding: 5px;
    margin-bottom:1rem;
    background: #FB2E2E;
    border-radius:50%;
    width:40px;
    height:40px;
    display:inline-block;
}
.project-single .close {
    opacity: 1;
}
.project-single .close svg{
    max-width:2.8rem;
    max-height:2.8rem;
}
.rent-model-con{
    background:#fff;
}
.rent-model-con .modal-body .form_ { 
    box-shadow: 10px 20px 160px #070A1B10;
    padding:2rem 3rem;
}

/**********************************/
.coll_{
    width:65%;
}
.col-data{
 display:flex;
 flex-direction:column;
 width:100%;
    align-items: center;
    justify-content: stretch;
}
.col-head{
    width:33%;
}
.col-head > div ,.col-data >div{
    height:4rem;
    background:#fff;
    width:97%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid #70707020;
    
}
.comparison-table{
    margin-bottom: 5rem;
}
#alert-container{
    position:fixed;
    top:10%;
    right:0;
}
/**************************/
#items-row .slick-prev,#items-row .slick-next{
    width: auto;
    height: Auto;
    background: transparent;
    border: none;
    color: #41372E;
    font-size: 1.3rem;
    position:absolute;
    
    font-size: 1.3rem;
    position: absolute;
    display: inline-flex;
    bottom: -2.5rem;
    top: auto;
}
#items-row .slick-prev{
    right:40%;
}
#items-row .slick-next{
    left:40%;
}
#items-row .slick-prev:before,#items-row  .slick-next:before{
    display:none;
}
#items-row .slick-dots li button{
    padding: 1rem 0rem;
    color: #41372E50;
    border: 2px solid #41372E50;
    background: transparent;
    border-radius: 50%;
    margin: 1rem;
    font-size: 1.2rem;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.project-single #items-row .slick-dots .slick-active button{
    background: #fff;
    color: #41372E;
    border-color: #41372E;
}
.project-single #items-row .slick-dots {
    bottom: -5rem;
}
#pro_units{
    margin-bottom:3rem;
}
#pro_units .slick-dotted.slick-slider {
    margin-bottom: 4rem;
}
.price-list-tabs ul{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.price-list-tabs ul a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    background:#DAD4CA;
    margin:1rem;
    color:#000;
    font-weight:bold;
    border-radius:10px;
    padding:1rem 2rem;
}
.price-list-tabs .nav-pills .nav-link.active{
    background:#8A9680;
}
body.rtl .gform_legacy_markup_wrapper input[type=submit]{
 text-align:center !important;   
}



@media(min-width: 1400px){
    
}  
/*@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (hover: none) and (pointer: coarse) {*/
/*    .aboutMainImg, .banner_section {*/
/*         background-attachment: scroll;*/
/*         min-height: 294px; */
/*         height: auto; */
/*    }*/
/*}*/
@media(max-width:768px) {
    html {
        font-size: 8px;
    }
   .is-iphone .aboutMainImg,
  .is-iphone .banner_section {
    background-attachment: scroll;
       background-attachment: scroll;
         min-height: 294px; 
         height: auto; 
      background-size:150% 100%;
  }
    .main { 
    font-size: 2rem; 
      }
    .whatslink img{
        max-width: 5rem;
    }
    .footer_logo{
        text-align:center;
    }
    .footer__top .content{
        text-align:center;
    }
    .footer__top .social__media ul{
        text-align:center;
        justify-content: center;
        padding-bottom: 4rem;
        border-bottom: 1px solid #dadee4;
        padding-bottom: 3rem;
        margin-bottom: 5rem;
    }
    .footer__top .info ul{
        text-align:center;
        justify-content: center;
        margin: 3rem 0;
        border-bottom: 1px solid #dbdada;
        border-radius: 0;
        padding-bottom: 3rem;
    }
    footer .footer_Licenses{
        display:flex;
        align-content:center;
        justify-content:center;
    }
    footer .footer_Licenses img{
        margin: 0 4rem;
        width: auto;
    }
    .footer__top .info ul li:last-child{
        width: max-content;
    }
    .statistics__section{
        padding:2rem 0
    }
    .mazn__section .maznImg{
        text-align:center;
    }
    .services_section .title p{
        width:auto;
    }
    header.fixed-header {
    background: #fff;
    }
    .mobileLogo{
        /*justify-content: center !important;*/
    }
    header {
    padding: 1rem 0;
}
    .menuIcon{
        display: flex;
        justify-content: flex-end;
    }
    .contact-page .title p{
        width: 100%;
    }
    .mazn__section .maznImg:before {
    left: 0;
}
    header .header__logo img {
    /* filter: invert(28%) sepia(93%) saturate(747%) hue-rotate(180deg); */
    /* filter: invert(81%) sepia(87%) saturate(2993%) hue-rotate(199deg) brightness(92%) contrast(91%); */
    width: 65%;
}
header .header__logo{
       display:block;
      
}
header .header__logo.moblogo{
      display:none;
} 
header.fixed-header .header__logo{
     display:none;
     
}
header.fixed-header .header__logo.moblogo{
    display:block;
}
.desc_single .txt, .desc_single .txt p {
    font-size: 1.75rem;
    line-height: 20px;
}
.add_pro ul li > div {
    font-size: 1.7rem;
}
.desc_single h4 {
    font-size: 2.3rem;
}
.serv_offers .item h5 {
    font-size: 2rem;
}
.moreInfoAbout h3 {
    font-size: 2.7rem;
}
.serv_offers .item .caption{
    padding-top:2rem;
}
.serv_offers .item h6 {
    font-size: 1.7rem;
    line-height: 20px;
}
.single-page .main-image img {
    height: 200px;
}
.single-page .content p {
    font-size: 1.7rem;
    line-height: 20px;
}
.single_content{
    padding-bottom:2rem
}
.moreInfoAbout p {
    font-size: 1.7rem;
    line-height: 20px;
}
.mazn__section {
    padding: 3rem;
    margin-top: 1rem;
}
.mazn__section .maznImg img{
    width: 90%;
}
.mazn__section .icon svg,
.services_section .icon svg,
.projects_section .icon svg,
#pro_loction .icon svg,
.statistics__section .icon svg,
.news_section .icon svg{
    width:30px;
    height:40px;
}
footer .content p {
    font-size: 1.8rem;
    line-height: 20px;
}
.footer__top .menus ul a {
    font-size: 1.7rem;
    padding: .3rem 0;
}
.footer__top .info ul li a, .footer__top .info ul li p {
    font-size: 1.7rem;
}
.news_section .news-layout {
    flex-wrap: wrap;
}
.news-item.full-width {
    width: 100%;
}
.news-text p {
    font-size: 16px;
}
.news-column {
    width: 100%;
}
.news_section {
    padding: 2rem 0;
}

.topTitle .title {
    width: 100%;
}
.topTitle .more{
     width: 100%;
}
.mazn__section .linkes{
    margin-bottom: 3rem;
}
.custom_container {
    padding: 0 1rem;
}
.about__section .about_main_info {
    padding: 2rem;
}
.about__section .about_main_info:before {
    width: 100%;
}
.title h4 {
    line-height: 20px;
    width: 100%;
        font-size: 1.7rem;
}
.about-page p {
    font-size: 1.7rem;
    line-height: 20px;
}
.about__section .aboutImg img{
    width: 100%;
}
.about__section:before {
    top: 0;
    right: 10%;
    width: 80%;
    height: 40%;
}
.about__section .aboutVision p {
    font-size: 15px;
}
.aboutMainImg img {
    height: 200px;
}
.services_section {
    padding: 3rem 0;
}
.about__section .aboutVision h3 {
    font-size: 25px;
}
    header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .mob_lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
        overflow: visible;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
        border:none;
    }
    body.home:after{
        display:none;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
        background:transparent;
        color:#fff;
    }
   .menuicon svg{
        width:30px;
        height:30px;
         fill: #144A98;
        stroke:#144A98;
    }
    .menuicon svg path{
        fill: #fff;
         stroke:#fff;
    }
     .fixed-header .menuicon svg path{
        fill: #144A98;
         stroke:#144A98;
    }
    header{
          padding: 2.8rem 4rem;
    }
    header.fixed-header {
        padding: 2rem 4rem;
    }
    header{
       
    }
    .about__section{
        padding:1rem;
    }
    .about__section .aboutImg{
        padding:1rem;
    }
    .whyAbout_section .item{
        margin:2rem 3rem;
    }
    .whyAbout_section .item p{
        font-size:1.7rem;
    }
    .statistics__section .statistics-items .item .number{
        font-size:3rem;
        padding: 0;
    }
    .statistics__section .statistics-items .item .plus{
        font-size:3rem;
    }
    .statistics__section .statistics-items .item .title{
        font-size:1.3rem;
    }
    .topTitle{
        display:block;
    }
    .title p{
        width: auto;
        font-size: 2rem;
        padding-bottom: 1rem;
        text-align: justify;
    }
   
   .banner_section img {
    width: 100%;
    height: 300px;
}
    .main_title {
        font-size: 2.6rem;
        margin: 2rem 0;
    }
    header .language {
        display: none;
    }
    .fixed_links { 
        left: 1rem;
        top: 25%;
        border: 2px solid #DAD4CA50;
        border-radius: 20px;
        padding: 1rem 2rem;
        
    }
    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
    }
    .search-page.services_section .item {
        margin: 1rem  0;
    }
    #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;
    }
      li.menu-item-has-children:after {
        right: unset;
        left: 50%;
        top: 1.5rem;
    }
    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
    }
    .contact-page .gform_wrapper .gform_fields .gfield ,
    .page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 100% !important;
    }
    .single__header {
        padding: 3rem 0 0
    }
    .contact-page .gform_wrapper {
        padding: 2rem;
        margin: 0;
        width: 100%;
    }
    .contact-page .contact-info .d-flex {
        flex-direction: column;
    }
     .contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
        margin: 0 !important
    }
    .page .gform_wrapper .gform_fields .gfield {
        width: 100% !important;
        /* padding: 0 !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; */
    }
     .fullPageMenu .nav .header__logo {
        padding: 3rem;
        margin-bottom: 2rem;
    }   
     .fullPageMenu .nav img {
        width: auto;
    }
    .fullPageMenu .nav span svg{
            width: 20px;
    }
    .mob_lang{
        display:inline-flex;
        margin-left:1rem;
        margin-right: 2rem;
    }
    #breadcrumbs{
        padding:10rem 0;
    }
    .wp-block-heading{
        font-size:3rem !important;
    }
    .about-page .about_content{
        font-size:2rem !important;
    }
    .serv_offers .title h2{
        width:auto;
    }
    .mazn__section {
     
  }

}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    body.home:after{
        display:none;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        font-size: 12px;
    }
}
@media(max-width: 1500px) and (min-width: 1366px) {
    html {
        font-size: 14px;
    }
}


/* 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-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;
}

.main{
    position:relative;
    margin: 0;
    width: 100%;
}
.main:after{
    /*content:'';*/
    /*position:absolute;*/
    /*width:50%;*/
    /*height:100%;*/
    /*right:0;*/
    /*top:0;*/
    /*background:url('../images/dots.png') no-repeat top right;*/
    /*z-index:111;*/
}

@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: #144A98;
    transition: 0.5s;
    z-index: 9999999999;
    background-size:100% 100%;
}

.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: 4rem;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    /* width: 30%; */
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative; 
}
.fullPageMenu .nav ul.sub-menu{
     list-style: none;
     display:none;
  padding: 0;
  margin: 0;
  
    background-color: transparent;
    border: none;
}
.fullPageMenu .nav ul.menu { 
    padding: 0 2rem
}
.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 0;
}
.fullPageMenu .nav ul.menu li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul.menu li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

/*.fullPageMenu .nav ul ul {*/
/*    display: none;*/
/*}*/
/*.fullPageMenu .nav ul li:hover > ul.sub-menu {*/
/*    display: block;*/
/*}*/
.menuclose {
    position: absolute;
    left: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff;
    fill: #fff;
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    left:0;
}
@keyframes title2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes title {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.modal { 
    z-index: 11111111111111111111;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}    

 
.tra_icon span {  
  
    display: inline-block;
}
.is-iphone .banner_container {
    position: absolute !important;
    top:0;
    right:0;
    height:100%;
  }
.is-iphone  .DivMain{
      overflow:hidden;  
    max-height: 300px;
  }
.is-iphone  .banner_section { 
    background-attachment: scroll !important;
  }
.is-iphone .banner_outer {
    position: relative; 
    height: auto;
    overflow:hidden;
  }
