/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color: #593D98;
    --var-color: #0A0449;
    --sec-color:#1A202C;
    --white-color:#fff;
    --text-color:#0A044940;
    --title-color:#452E81;
}
html {
    font-size:1rem;
} 
*{
    transition:all 0.3s ease-in-out;
}
body {
    font-family: 'Yekan Bakh';
    font-style: normal;
    font-weight: normal;
    overflow-x:hidden; 
    position: relative;
    color: #706E87; 
    background:#F5F7FA;
}
body.home{
    background: linear-gradient(0deg, #E9E9FB, #E9E9FB),
    linear-gradient(0deg, #F5F7FA, #F5F7FA);
}
.line {
        width: 1px;
        height: 100%; 
        border: none; 
        background: #593D980A;
        position:absolute;
        left:25%;
        top:0;
        display:none;
        z-index:11111;
    }
.line.line2{
    left:50%;
}
.line.line3{
    left:75%;
}
.home .line {
    display:inline-block;
}
body:before{
    content:'';
    position:absolute;
    width:100%;
    height:15rem;
    right:0;
    top:0;
    background: linear-gradient(180deg, rgba(89, 61, 152, 0) 0%, rgba(89, 61, 152, 0.224) 33.95%, rgba(89, 61, 152, 0.28) 60.15%, rgba(89, 61, 152, 0.28) 100%);
    opacity:0.8;
    transform:rotate(-180deg);
}
.custom-container{
  width:100%;
  padding:0 3rem;
}
.title-color{
    color:var(--title-color);
}
.text-color{
    color:var(--text-color);
}
.var-color{
    color:var(--var-color);
}
.main-color{
    color:var(--main-color);
}
.sec-color{
    color:var(--sec-color);
}
.bold{
    font-weight:700;
}
.medium{
    font-weight:500;
}
.reg{
    font-weight:400;
} 
.heading1{
    font-size:4.5rem;
    line-height: 4rem;
}
.heading2{
    font-size:4rem;
    line-height: 4rem;
}
.heading3{
    font-size:2.8rem; 
}
.heading4{
    font-size:3rem; 
}
.text1{
    font-size:1.125rem;
}
.text2{
      font-size:1.438rem;
      line-height:2.5rem;
}
.text3{
      font-size: 1.313rem;
}
.text4{
      font-size: 1rem;
}
.text5{
    font-size: 0.65706rem;
}
/* general */
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    color:#593D98;
    text-decoration:none;
}
.btn,
.btn-more {
    padding: 1rem 2rem;
    box-shadow: none;
    border: none;
    color: #fff; 
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #FFFFFF4D;
background: #593D98;
box-shadow: 0px 10px 10px -3.75px rgba(7, 2, 69, 0.13);
    transition: all 0.5s ease-in-out;
    text-align: center;
    display:inline-flex;
    align-items:center;
    border-radius:200px;
    position:relative;
    z-index:111;
}
.full_btn{
    width:100%;
    text-align:center;
    justify-content: center;
}
.btn span{
    max-width: 50px;
    display:inline-block;
    line-height:20px;
}
.btn svg{
    max-width:2rem;
    max-height:2rem;
    margin-right:1rem;
}
.projects_section .btn span {
    max-width: 60px;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #FF7262;
 
}
.btn-default:hover svg, 
.btn-more:hover svg,
.btn:hover svg{
    margin-right:0.5rem;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.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: 1.125rem;
height: 0.5rem;
    border:none;
    fill: #000;
opacity: 0.4;
    border-radius:0px;
    margin: 0.1rem 0.4rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    width: 1.625rem;
height: 0.5rem;
    fill: #FF7262;
    opacity:1;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    padding: 2rem 0;
    position: relative;
    background:#fff;
    z-index: 999;
    width: 100%;
    
}
header .width_line {
    position:absolute;
        width: 100%;
        height: 1px;
       background: #CFCCF538;
        border: none; 
        left:0;
        bottom:1rem;
        z-index:111;
        display:none;
    }
.home    header .width_line{
     display:inline-block;   
    }
header .container .row {
    z-index: 9;
    position: relative;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    background: transparent;
    padding: 0 0rem; 
    margin:0;
}
header .menu li a {
    color: #0A0449;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    padding:  0rem 1rem;
    position: relative;
    display:inline-block;
    border-radius:2rem;
}
header .menu li a:after{
    
}
header .menu li a:hover:after{
   transition:all .5s;
   
}
header .menu li:hover > a {
     
}
header .menu li.current-menu-item > a {
     
}
header .menu ul li:hover > a {
     
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    background: url(../images/drop.png) no-repeat center/65%;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    right: -0.8rem;
    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: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #BF7202;
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
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 #DDDDDD;
    color: #B6C3C9;
}
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 {
    background: #A1806A;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
    gap: 2rem;
    display: inline-flex;
    align-items:center;
}
.contact-btn:hover{
    background:#DFDEDC;
    color: #A1806A;
}
#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: 5rem 0rem;
    position: relative;
    text-align: center; 
    background:#fff;
    color:#706E87;
}
.content_page,.single_content{
    color: #706E87;
    font-weight:400;
    font-size:1.3rem;
}
.single-page .main-image {
    float: left;
    max-width: 50%;
    padding-right: 2rem;
    padding-bottom: 2rem;
}
.main-content{
    
    margin: 0 15%;
}
.about__section .title, .about__section .text{
    
} 
.about__section  p{
    color:#706E87;
}
.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 #A1806A;
    border-radius:0;
    padding: .5rem 3rem;
    color: #A1806A;
}
.about__section .text .linkes a:hover{
    background:#A1806A;
    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{
    background: #F7F6FD; 
    position: relative;
    z-index:11;
}
.whyAbout_section .item{
    border-radius: 12rem 1.75rem 1.75rem 1.75rem;
    border: 4px solid #FFF;
    padding:3.5rem;
    background: #543C99;
    box-shadow: 0px 0.602px 1.566px -0.833px rgba(39, 24, 114, 0.05), 0px 2.289px 5.95px -1.667px rgba(39, 24, 114, 0.05), 0px 10px 26px -2.5px rgba(39, 24, 114, 0.05);
    display:Flex;
}
.whyAbout_section .item  .content{
        padding: 3.5rem;
        width:50%;
}
.whyAbout_section .item .image{ 
         
}
.whyAbout_section .item h2{
     background: linear-gradient(88deg, #FFF 17%, #FF7262 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.whyAbout_section .item p{
     color:#fff;font-size: 0.96875rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem; 
margin-bottom:2.5rem;
}
.whyAbout_section .item .btn{
    border-radius: 125rem;
    border: 1px solid #0A0449;
background: #FFF;
color: #0A0449;
box-shadow: 0px 0.602px 0.602px -1.25px rgba(7, 2, 69, 0.36), 0px 2.289px 2.289px -2.5px rgba(7, 2, 69, 0.32), 0px 10px 10px -3.75px rgba(7, 2, 69, 0.13);
}
.media_section {
    padding:5rem 0 2rem 0;
}
.home .media_section{
    
    background: #F7F6FD;
}
.blog-page.media_section {
    padding-top:0;
}
.media_section .title h2{
    color: #000;
}
.media_section .item{
    margin:2rem;
    position:relative;
    border-radius: 0.375rem;
}
.blog-page.media_section  .item {
    margin:0rem;
}
.blog-page.media_section .item img{
    width:100%;
}
.media_section .item .caption{
    position:absolute;
    height:100%;
    width:100%;
   display: inline-flex; 
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
   border-radius: 0.375rem;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.00) 100%);
   color:#fff;
   bottom:0;
   right:0;
}
.media_section .item .caption a{
    color: #FFF;
    font-size:1rem;
    display: flex;
justify-content: flex-start;
align-items: center;
gap: 0.625rem;
}
.media_section .item .caption h3{
    padding:1.5rem 1rem 1.5rem 3.1875rem;
width: 100%;
}
.media_section .item .caption .link {border-top: 1px solid rgba(255, 255, 255, 0.22);
width: 100%;
padding:1.5rem 1rem 1.5rem 3.1875rem;
}
.media_section .item .caption .link span{
    display: flex;
width: 2rem;
height: 2rem;
padding: 0.25rem;
justify-content: center;
align-items: center;
border-radius: 624.9375rem;
background: #FF7262;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* statistics-items */
.statistics__section .statistics-items {
    
}
.statistics__section .statistics-items .item {
   
} 
/* services_section */
.services_section{
    padding: 9rem 0;
    background: url(../images/servLayer.png)no-repeat;
    background-size:100% 100%;
}
.services_section .title p{
    width: 64%;
}
.services_section .item{
    border:1px solid #fff;
    margin: .7rem;
    padding:3rem;
    background: #202020;
    min-height: 620px;
}
.services_section .item .image{
    min-height: 126px;
}
.services_section .item .image img{
    max-width: 108px;
}
.services_section .item .caption{
    padding:4rem 0 0;
}
.services_section .item .caption h4{
    color:#fff;
    width: 56%;
    display: inline-block;
    padding: 2rem 0 0;
    font-size: 2rem;
}
.services_section .item .caption p{
    color:#fff;
    font-size: 1.5rem;
    font-weight: 100;
}
.owl-theme .owl-controls .owl-page span{
    background:#A1806A !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 {
    padding: 1rem 0 5rem 0;
    position: relative;
    background:transparent; 
    z-index:11;
    background: linear-gradient(180deg, #F7F6FD 0%, #E1DEF8 100%);
}
.partners_section .title{
    margin-bottom:3rem; 
} 
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    display: flex; 
height: 9.4375rem;
overflow:hidden;
padding: 2rem 4.5rem 2rem 4.5rem;  
justify-content: center;
align-items: center;
flex-shrink: 0;border-radius: 0.75rem;
background: rgba(255, 255, 255, 0.90);
margin:0 2rem;
} 
.partners_section .item img{
    height:auto;
    width:auto; 
    max-height:100%;
    max-width:100%;
}
.partners_section .slick-current .item  img{
    opacity:1;
}
.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: 0px;
}

.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;
}
/* breadcrumbs */
#breadcrumbs {   
    margin:2.5rem 0 2rem 0;
    position: relative;
}
#breadcrumbs .text{ 
}
#breadcrumbs:after{
     
}
#breadcrumbs a ,
#breadcrumbs h3 { 
    position: relative;
    z-index: 9;
}
#breadcrumbs h2 ,.about_details .item h5{
    color: #593D98;
    font-size: 3.75rem;
    font-family: 'Yekan Bakh FaNum';
    z-index: 9;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 900;
} 
.about_in_page .about {
    display:none;
} 
.about_details .item h5{
  height:3.5rem;    
}
.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;
}
.projects_section.projPage .item{
    margin:1rem 0;
}
.alm-load-more-btn.more{
    background: #593D98 !important; 
box-shadow: 0px 10px 10px -3.75px rgba(7, 2, 69, 0.13);
    color: #fff !important;
    margin: 2rem 0 !important;;
    border-radius: 3rem !important;
    padding: 1rem 3rem !important;
    border: 1px solid #593D98 !important;
    height: auto !important;
    font-weight:500 !important;
    font-size:1rem !important;
}
.services_section.servPage{
    padding:0;
}
.services_section.servPage .item{
    margin:1rem 0;
}
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: #fff;
}
.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;
} 
.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-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;
}
.archieve-products{
    background:#F7F4F2;
    padding:3rem;
    border-radius:1.5rem;
    color:#000000;
    position:relative;
    z-index:11;
}
.project-single{ 
    position:relative;
    z-index:11;
}
.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 .interest  {
     background: #A1806A;
    padding: 3rem 20%;
    margin-top: 0rem;
    color:#fff;
    border-radius:3rem;
}
.project-single .form.full_form {
   width:100%;
    margin:0;
}
.project-single .contact .tit_single {
    text-align: right;
}
.project-single .contact .tit_single h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 0rem;
}
.project-single .contact .tit_single p{
    font-size: 3rem;
    color: #fff;
    font-weight:200;
    margin-bottom: 0rem;
} 
.project-single .form .gform_title {
    display: none;
}
.project-single .form form {
    width: 100%;
}
.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.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:nth-child(1),body.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:nth-child(2){
    width: 50% !important;
}
body .gform_wrapper .gfield .iti--show-selected-dial-code .iti__selected-flag {
    background-color: transparent !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;
}
.project-single .gfield input ,
.project-single .gfield textarea { 
}
.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 .gallery{
    background:#A1806A;
    border-radius:3rem;
    padding:2rem;
    color:#fff;
}
.project-single .gallery .image{
    margin-bottom:2rem;
}
.project-single .gallery .title_f h2{
    margin-bottom:2rem;
    color:#fff;
}
.unit {
    background:#222A3107;
    border-radius:3rem;
    margin:1rem;
    padding:2rem 1rem;
}
.unit .head{
    color:#000000;
    font-size:2rem;
    margin-bottom:1rem;
    padding-right:1rem;
}
.unit .text{
    width:100%;
}
.unit ul{
    list-style:none;
    padding:1rem 2rem 0 2rem;
    margin:0;
    display:flex;
    flex-wrap:wrap;
}
.unit ul li{
    width:50%;
    color:#000000;
    font-size:1.5rem;
}
.project-single .units {
    background: transparent;
    padding-bottom: 1rem;
}
.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 { 
}
.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;
}
.units-single .units > ul li {
    font-size: 1.8rem;
    color: #012434;
    gap: 1rem;
    display: flex;
    align-items: center;
    width: 26%;
    margin-bottom: 2rem;
}
.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;
}
.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 #E9EAEC;
    border-radius: 0;
    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:0 0 3rem 0;
}
.gform_heading{
 display:none;   
}
.contact-page .title h3{
    color: #fff;
    font-weight: 300;
    font-size: 3.5rem;
}
.contact-page .title p{
    color: #ccc;
    font-weight: 300;
    font-size: 1.8rem;
    padding-bottom: 2rem;
}
.contact-page .info .title h3{
    color:#fff;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
.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 {
     
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    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: 100%;
}
.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: #000000;
    font-weight: 400;
    margin: 0;
    padding: 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; 
    font-size: 1.3rem !important;
    margin: 0 !important;
    height: 4rem;
    font-weight: 400;
    color: #000000;
    padding: 1rem 2rem !important;
    border: 1px solid #593D98C9;
    border-radius: 3rem;
    background:#ffffff;
}
.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: #593D98;
    border: #593D98;
    font-size: 1.35rem !important;;
    padding: 1rem 3rem;
    color:#fff;
    font-weight:700;
    width:100% !important;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 12rem !important;
    padding-top:3rem;
} 
/*.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.25rem;
    font-weight: 400;
}
.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: 1.3rem !important;
    padding: 1rem 5rem;
    background: #593D98;
    width: 100% !important;
    border: none;
    display: flex !important;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
    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{
    width: 50% !important;
    margin: 0 !important;
    margin-right: auto !important;
    font-size: 1.5rem !important;
    padding: 1rem 3rem !important;
}
.statistics-items {
    flex-wrap:wrap;
    justify-content:space-between;
    gap:1rem;
}
.statistics-items .item{
    width:90%;
    text-align:right;  
    /*margin-bottom:1rem;*/
    transition:all 0.3s ease-in-out;
    padding: 1rem 2rem;
}
.statistics-items .item .content{
    max-width:80%;
    margin-right:1rem;
}
.statistics-items .item .img{
    background: linear-gradient(180deg, #E2E0F9 0%, #CFCCF5 100%);
    width:2.8rem;
     height:2.8rem;
     border-radius:11px;
     display:flex;
     align-items:center;
     justify-content:center;
}
.statistics-items .item:hover{
    
}
.imgs_sec{
    gap:1rem
}
.values__section{
    padding:5rem 0 3rem 0;
    background: #F7F6FD;
}
.values__section .about-item{
    max-width:26rem;
}
.values__section .about-item .text{
    position:relative;
    z-index:111;
    margin-top:-2rem;
}
.values__section .about-item .image{
    position:relative;
}
.values__section .about-item .image:before{
    position:absolute;
    content:'';
    border-radius:12px;
    width:100%;
    height:50%;
    left:0;
    bottom:-1rem;
    background: linear-gradient(180deg, rgba(247, 246, 253, 0) 0%, rgba(247, 246, 253, 0.8) 33.95%, #F7F6FD 60.15%, #F7F6FD 100%);
}
.projects_section .item .status,.pro_details  .status{
    background: #F2F1FF;
    color: #593D98; 
    border-radius:50px;
    font-weight:500;
    font-size:0.75rem;
    margin:1rem 1rem 0 0;
    padding:0.4rem 1rem 0.4rem 1rem; 
}
.projects_section .item:hover .status{
    background: #593D98;
    color:#fff;
}
.pro_details  .status{
    background: #FF7262;
    color: #fff; 
    margin:0 0 1rem 0;
    display: inline-block;
}
.pro_details{
    position:relative;
    background: #fff;
    border-radius: 25px;
    padding: 3rem 3rem 3rem 4rem;
}
.unit-gallery{
    background: #fff;
    border-radius: 25px;
    padding: 3rem 3rem 3rem 3rem;
}
.pro_details.pro_details_right{
 background:transparent   
}
.pro_details .add{
    color:#71BA44;
} 
.projects_section .title{
    margin-bottom:3rem;
}
.projects_section .links{
    margin-top:3rem;
}
.projects_section .item .image{
    position:relative;
}
.projects_section .item .image img{
    width:100%;
}
.projects_section .item .image span{
    color: #222A31;
    position:absolute;
    left:2rem;
    top:1rem;
    z-index: 1111;
    background: #fff;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
}
.projects_section .item .image span.cats,.project-single .title_single span.cats{
    background:#A1806A;
    left:9rem;
}
.project-single .title_single span,.project-single .title_single span.cats{
    /*position:relative;*/
    /*left:auto;*/
    /*top:auto;*/
    /*margin-left:0.5rem;*/
    /*display:inline-block;*/
}
.images_unit .gallery-group-1{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.images_unit .gallery-group-1 a{
        text-align:center;
    margin:2rem auto;
    width:32%;
}
.single-page .title{
    width:100%;
    max-width:100%;
    text-align:center;
}
.single-page .title h2{
    color:#A1806A; width:100%;
    max-width:100%;
    font-size:3;
    margin:1rem;
}
.single-page .title h4{
    color:#000000;
}
.page_pro .image{
    position:relative;
}
.page_pro .image img{
    border-radius:0.5rem;
}
.page_pro .image .gallery-group-1{
    /* position:absolute;
    right: 0rem; */
    padding: 1rem 0rem;
    /* bottom:0; */
    display:flex;
    height: auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.page_pro .image .gallery-group-1 a{
    height: 120px;
    display:inline-block;
    width: 23%;
    position:relative;
    border-radius: 0.5rem;
    overflow: hidden;
}
.page_pro .image .gallery-group-1 a img{
    height:100%;
    border-radius: 5px;
    max-width: 250px;
}
.page_pro .image .gallery-group-1 a:last-of-type::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#000000;
    opacity:0.53;
    right:0;
    top:0;
    border-radius:5px;
}
.page_pro .image .gallery-group-1 .gallerytotal{
    position:absolute;
    color:#fff;
    left: 3rem;
    bottom: 2rem;
    color:#fff;
    font-size:2.5rem;
    font-weight:bold;
    direction:ltr;
}
.top_single_pro{
    background: linear-gradient(0deg, #E2E0F9, #E2E0F9),
    linear-gradient(0deg, #E2E0F9, #E2E0F9),
    linear-gradient(0deg, #E2E0F9, #E2E0F9);
    padding:3rem 0;
}


@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.unit .img {
    background:#fff;
    border-radius:50px;
    max-height:200px;
    overflow:hidden;
}
.contact-info a:hover .text{
    transform:scale(1);
}
.contact-info a .text:after{
    content:'';
    right: -1.3rem;
    top:0;
    width: 1.8rem;
    height:100%;
    background: url('../images/polygon_right.png') no-repeat right center;
    background-size: cover;
    position:absolute;
} 
.contact-info a .icona{
    background:#DFDEDC;
    width:4rem;
    height:4rem;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #fff;
    margin-left:1.8rem;
}
.contact-info a .icona svg{
    max-width:2rem;
    max-height:2rem;
}

.whatslink {
    position: fixed;
    left: 3%;
    bottom: 3%;
    z-index: 99999;
}
.whatslink svg{
    max-width: 2.5rem;
    max-height: 2.5rem;
}
.social-item a{
    margin-bottom:8px;
    display:flex;
    align-items:center;
    justify-content:center;
  width:4.4rem;
    height:4.4rem; 
    border-radius:50%;
}
.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: 3rem 0 1rem 0;
}
.projects_section  *{
    position: relative; 
    z-index: 111; 
}
.projects_section .title{
    display: block;
    color:#222A31;
}
.rent_section .title{
    padding-right:6rem;
}
.projects_section .item{
    position: relative;
    margin: 0 1rem 1rem;
    padding:2rem 0 1rem 0;
    overflow:hidden;
    border-radius:12px;
    background: #FFFFFF;
}
.projects_section .item:hover{  
    box-shadow: 10px 10px 0px 0px  #FF7262;
}
.projects_section .item:hover img{
    /*transform:scale(1.1);*/
}
.projects_section .item .image {
    position:relative;
    width: 100%;
    padding:1rem;
    border-bottom: 1px solid #9FA1A339
} 
.projects_section .item .width_full{
    width:100%;
}
.projects_section .item .caption { 
    padding:1rem; 
    width:100%;
}
.projects_section .item .link{
    background: #0000000A;
    width:2.5rem;
    height:2.5rem;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.projects_section .item .tag{
    display:inline-block;
    color: #1A202C;
    font-size:0.875rem;
    background:#fff;
    padding:0rem; 
    margin:0;
}
.projects_section .item .tag span{
    background: #FF7262;
    padding:3px 8px;
    border-radius:50px;
    color:#fff;
    margin:10px;
} 
.projects_section .item .caption ul{/* justify-content: right; */}
.projects_section .item .caption h3 {  
    margin:0;
}
.projects_section .item .caption  > div{
    max-width:90%;
}
.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;
}
.projects_section .item .caption li span{
    color:#A1806A;
}
.projects_section .item .caption li div{
    padding:0 0 0 .5rem;
}
.projects_section .item .caption li:last-child > div i{
    margin-left:0.5rem; 
}
/* footer */
footer {
    position: relative;
    background: transparent;
    border-top: 0.625rem solid #FF7262;;
    padding: 5rem 0 5rem 0; 
    margin-top: 0rem;
}
footer:before{
    content:'';
    position:absolute;
    width:60%;
    height:100%;
    right:0;
    top:-5rem;
    background:url('../images/footer_shadow.png') no-repeat bottom right;
    background-size:cover;
}
.newsletter .newsletter_form{  
    margin:0.5rem 0 1rem 0;
}
.newsletter  form{
  display:inline-flex;
  align-items:center;
  background:transparent;  
    padding:0 0.6rem;
   border-radius: 0.375rem;
    border: 1px solid rgba(159, 161, 163, 0.22);
    background: rgba(255, 255, 255, 0.10);

} 
.newsletter  form label{
  font-size:0;
  margin:0;
}
.newsletter .es-field-wrap{
    margin:0;
}
.newsletter  form input{
  border-radius: 3rem;
   background: transparent;
  height:100%;
  display:inline-block !important; 
   padding: 0.75rem;
  font-weight:400;
  color: #718096;
  font-size: 0.95456rem;
  width: 15rem ;
  height:2.75rem; 
    border: none;
}
.newsletter  form input::placeholder{
  color: #718096;
  font-size: 0.95456rem;
}
.newsletter  form input[type=submit].btn{
  background:url('../images/arrow_right_line.svg') no-repeat center,#fff;
    border-radius: 624.9375rem; 
  border:1px solid #fff;
 border-radius: 2.0625rem !important;
  display: flex;
    display: inline-flex;
height: 2rem;
    width: 2rem;
padding: 0.5625rem 0.5625rem 0.5625rem 0rem;
align-items: flex-start;
gap: 0.4375rem;
flex-shrink: 0;
    justify-content: center;
    align-items: center;
  transition:all .4s ease; 
}
.newsletter form .btn:hover{ 
}
footer .logos_img{
    gap: 2rem;
}
footer .content p{
    color: #000;  
    font-weight: 400;
    margin:0;
    opacity: 0.5;
    max-width: 12rem;
    margin-top: 1.5rem;
}
footer .center{
    color:#333;
}
footer .content{
    padding-left:5rem;
}
.desc h2{
    color:#FFFFFF;
    font-size:1.8rem;
}
.desc {
    border-radius:2.5rem;
    padding:3rem;
    margin:3rem 0;
}
.desc_left{
    background:#A1806A;
}
.desc_right{
    background:#222A31;
}
.desc p{
      color:#FFFFFF;
    font-size:1.15rem;
}
.social__media ul {
    padding: 0;
gap: 0.25rem;
}
.social__media ul li {    
     margin: 0 !important;
     border-radius: 0.25rem;
     background: #FFF;
     display: flex;
        width: 3.64875rem;
        height: 2.3685rem;
        padding: 0.6875rem 1.3125rem;
        justify-content: center;
        align-items: center;
}
.social__media ul li svg { 
}
.footer__top{
    position:relative;
    z-index:11111;
}
.footer__top .menus h3{
    color:#41372E;
    font-size: 1.5rem; 
    font-weight: bold;
    margin-bottom: 3rem;
}
footer .center{
    margin-top:2rem;
    padding:2rem 0 1.5rem 0;
    border-top: 1px solid rgba(204, 204, 204, 0.50); 
}
.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: #333;
    text-align: right; 
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem; /* 225% */
    text-transform: capitalize;
    padding: 0rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index:111;
}
.footer__top .menus ul a:hover {
    color: #A1806A;
}
.footer__top .social__media {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    margin: 1rem 0 0 0;
}
.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 { 
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem; 
    z-index: 1; 
}
.footer__top .info ul li {
    font-size: 1.5rem;
    display:flex;
    align-items: center;
    padding: 0;
    color:#889199;
}
.footer__top .info ul li a,.footer__top .info ul li p {
    color: #333; 
    display:inline-flex; 
    margin:0px;
}
.contact-page .footer__top {
    padding-bottom:5rem;
}
.contact-page .footer__top .info ul li a,.contact-page .footer__top .info ul li p{
     
}
.footer__top .info ul li a:hover{
    
}
.footer__top .info ul li span.icon_ {
    width:1rem;
    height:1rem;
    background:transparent; 
    display:flex;
    align-items:center;
    justify-content:center; 
    margin-left:0.5rem;
}
.contact-page .footer__top .info ul li span.icon_ {
    
}
.contact-page .footer__top .info ul{
    padding-top:1rem;
}
.footer__top .info ul li svg{
    max-width:2.2rem;
    max-height:2.2rem;
}
.footer__bottom { 
    padding: 3rem 0 0;
    position: relative;
    border-top: 1px solid rgba(204, 204, 204, 0.50);
} 
.topButton{
    float:left;
}
footer .center .links ul{
    list-style:none;
    margin:0;
    align-items: center;
    gap: 1.5rem;
}
footer .center .links a{
    font-size: 0.90625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63rem; 
}
.footer__bottom .to-top {
    position: unset;
    color: #a38b40;
    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: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: #333; 
    font-weight: normal;
    margin:0;
}
.footer__top p.rights span {
    font-weight: normal
}
.footer__bottom p {
    color: #333; 
    font-weight: normal;
    margin:0;
}
.footer__bottom .rowaad {
    text-align:left;
}
.footer__bottom .rowaad span {
    padding-left: 0.5rem;
    color: #fff
}
.footer__bottom .rowaad a {  
}
/************Single Project **************/
.fancybox-slide #hover-image { 
    padding: 0; 
    border-width: 0; 
    background-color: transparent;
}
.add_pro ul{
    list-style:none;
    margin:0;
    padding:0;
}
.add_pro ul li > div{
    color:#1A202C;
    font-size: 1rem;  
    padding:0rem;
    margin:0.3rem 0;
}
.add_pro ul li span{ 
    margin-left:0.5rem;
}
.desc_single{
    margin-bottom:2rem;
    max-width: 95%;
}
.bottom_btns{
    margin-top:2rem; 
}
.bottom_btns .btn{
    background: #A1806A;
    background-size: 100%;
    border-radius: 3rem;
    padding: 1rem 3rem;
    position: relative;
    color:#fff;
    font-size:1.35rem;
    font-weight:500; 
    width:auto;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}
.add_pro ul li .icons svg{
    max-width:1.5rem;
    max-height:1.5rem;
}
.bottom_btns .btn.btn-download{
    background: url(../images/btn2.png) no-repeat center;
    background-size: 100%;
}
.white_details{ 
    border-radius: 0rem;
    padding-left:2rem;
}
.white_details p a{
    color:#000000;
    font-size:1.25rem;
}
.white_details p a span{ 
}
.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;
}
#pro_details .image .gallery-group-1 {
    display: flex;
    flex-wrap: wrap;
}
#pro_details .image .gallery-group-1 a{
    position:relative;
    display: inline-flex;
    padding: 0 1rem 1rem 0;
    max-width: 50%;
}
#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: 28%;
    bottom:6rem;
    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.white_features{
    background: #593D9808;
    padding: 3rem 0;
    margin: 4rem 0 2rem 0;
}
.project-single .title_f h2{
    color: #1A202C;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom:2rem;
}
.features .itemf{
    margin:1rem;
}
.features .itemf .img{    
    padding: 3rem 3.5rem 2.5rem 3.5rem;
    background:url('../images/Polygon.png') no-repeat center;
    background-size:80%;
}
.white_features.features .itemf .img{
    background:url('../images/Polygon_white.png') no-repeat center;
    background-size: 80%;
}
.features .itemf .img img{
    max-height:4rem;
    max-width:4rem;
}
.features .itemf h4{
    margin-top:1rem;
    color: #1A202C;
    font-size:1.5rem; 
    font-weight: 700;
    font-style: normal;
} 
.features .itemf p{
    color:#1A202C;
    font-size:1.2rem;
    font-weight:500;
}
#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:25px;
    padding:2rem 2rem 2rem 2rem;
    margin:0.5rem 0;
}
#pro_units .item .image img{
    max-width:65px;
    height:auto;
}
#pro_units .item .image{
    position:relative;
}
#pro_units .item .image .status{
    position:absolute;
    background: #FF7262;
    color:#fff;
    border-radius:80px;
    font-size:0.8rem;
    font-weight:500;
    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: #A1806A4A;
    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,.unit_single_title h2{
    color: #1A202C;
    font-weight: 700;
    font-size: 1.4rem;
    margin:0;
}
#pro_units .item .text p,.unit_single_title p {
    color:#1A202C;
    font-weight: 700;
    font-size: 1.4rem;
    margin:0;
}
#pro_units .item .text span,.unit_single_title p span{
    font-weight:300;
    font-size:0.8rem;
}
.unit_single_title  .status{
    position:absolute;
    left:2rem;
    top:2rem;
}
#pro_units .item .center_{
    border-top: 1px solid #CFCCF5;
     border-bottom: 1px solid #CFCCF5;
    padding:1rem 0;
    margin:1rem 0;
}
#pro_units .item .center_ ul,.pro_details.pro_details_right .center_ ul{
    margin:0;
}
#pro_units .item .center_ ul li,.pro_details.pro_details_right .center_ ul li{ 
    color: #1A202C;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.5rem 0.8rem;
    margin: 0.3rem; 
    background: #EFEFEF;
    border-radius:25px;

}
#pro_units .item .center_ ul li span,.pro_details.pro_details_right .center_ ul li span{
    display:inline-block;
}
#pro_units .item ul li img,.pro_details.pro_details_right .center_ ul img{
    max-height:1.5rem;
}
#pro_units .item .btn-more{
    background:#A1806A;
    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;
}
.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:#A1806A !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: #fff;
}
.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;
}
 html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin-top: 1rem !important;
}
body.rtl .gform_legacy_markup_wrapper input[type=submit],body.rtl .gform_legacy_markup_wrapper input[type=submit],html[dir=rtl] .gform_legacy_markup_wrapper .gform_footer input.button, html[dir=rtl] .gform_legacy_markup_wrapper .gform_footer input[type=submit]{
 text-align:center !important;   
 
    margin: 2rem 0 !important;
}
  .about-page{
        color:#000;
    }
    .about-page .container-fluid{
        background: #f7f4f2;
        width: 89%;
        padding: 3rem 6rem;
        border-radius: 1rem;
    }
    .about-page p{
        line-height:2;
        
    color: #706E87;
    }
     
.contact-page .head {
    position:relative;
}
.contact-page .head .title{
    position:absolute;
    top:30%;
    z-index:111;
    max-width:300px;
    right:8%;
}
.contact-page .head .image{
    position:relative;
}
.contact-page .head .image:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    right:0;
    top:0;
    background:#222A31;
    opacity:0.69;
    border-radius:3rem;
}
.contact-page .form{ 
    z-index:111;
    position:relative;
}
.contact-page .form.full_form{
    width:85%;
    margin-right:0;
    padding:3rem;
}
#place_features{  
}
#place_features .custom-container > .d-flex {
    flex-direction:row-reverse
}
#place_features .pf_item {
    width:25%;
    align-items:center;
    justify-content:center;
}
#place_features .pf_item  .img{ 
    border-left: 1px solid #C5C5C5;
    padding-left:1rem;
    margin-left:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
#place_features .pf_item  .img img{
    max-width:3rem;
    max-height:3rem;
}
#place_features .pf_item h4{
    font-size:1.5rem;
    color: #593D98;
    font-weight:700;
}
#place_features .pf_item p{
    color: #999999;;
    font-size:1.25rem;
    font-weight:400; 
}
.page_pro{
    position:relative;
} 
.archieve-products .title h2 {
    font-size: 2.5rem; 
    font-weight:400;
    color:#A1806A;
}
.toggle-arrow {
    border-radius:3rem;
    background:#FFFFFF;
    border:1px solid #FFFFFF;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222A31;
    width: 100%;
    height:100%;
    margin: 0;
}
.toggle-arrow svg{
    
    transition: transform 0.3s ease;
}
.toggle-arrow[aria-expanded="false"] svg{
    transform: rotate(90deg);
}
/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-checkbox span {
  display: inline-block;
  width: 1.25rem; /* Adjust size */
  height: 1.25rem; /* Adjust size */
  background-color: #fff; /* Background color */
  border: 2px solid #1C1E2540; /* Border */
  border-radius: 50%; /* Circular shape */
  position: relative;
  transition: all 0.3s ease;
}

/* Create the inner effect (the checkmark or filling) */
.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: #A1806A; /* Active color */
  border-color: #A1806A; /* Match border to active color */
}
.custom-checkbox input[type="checkbox"]:checked + span::after {
    content:'';
    position:absolute;
 -webkit-transform: rotate(45deg) scale(1);
	-ms-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	opacity:1;
	left: 5px;
	top: 0px;
	width: 6px;
	height: 12px;
	border: solid #292D32;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	border-radius: 0;
}
 .custom-checkbox input[type="checkbox"]:checked + span::after{
     display:None;
 }
.ls-fullscreen-wrapper{
     position:relative;  
    z-index: 1111;
} 
.main{
    position:relative;
    margin:0rem;  
    z-index: 11;
}
.imgs_sec_slider{
    position:absolute;
    left:5rem;
    bottom:6rem;
    z-index:1111111111;
    gap:1rem;
}
.text_title{
	text-align:center;
	background: linear-gradient(180deg, #FFFFFF 0%, #FEFADF 100%);
    padding:3rem 0;
}
.slider-link{
    position:relative;
}
.main .slider_item a:after{
    content:'';
    position:absolute;
    height:6px;
    background:#A1806A;
    width:80%;
    right:115%;
    top:50%;
    border-radius:50px;
}
.projects_section{
    padding-bottom:8rem;
}
.projects_section .slick-dots{
    width:100%;
    display:flex;
    width:80%;
    right:10%;
    justify-content:stretch;
    border-radius:3px
}
.projects_section .slick-dots li {
    width:100%;
}
.projects_section .slick-dots li button{
    height:5px;
    width:100%;
    background:#A1806A;
    opacity:1;
    border-radius:0px !important;
}
.projects_section .slick-dots li.slick-active button{
   background:#F6F6F6
}


.whyAbout_section .slick-dots {
    left: 0;
    right: 5rem;
    width: auto;
    bottom: 10%;
    display: flex;
    flex-direction: column;
}
.whyAbout_section .slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.whyAbout_section .slick-dots li button {
    padding: 0;
    width:4px;
    height:4rem;
    border:none;
    background:#876854;
    opacity:1;
    border-radius:0px;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.whyAbout_section .slick-dots li.slick-active button {
    height:4rem;
    background: #fff;
    opacity:1;
}
.main .tabs {display: flex;position: absolute;top: 7rem;width: 100%;align-items: start;justify-content: center;z-index: 11;}
.main .tab {padding: 0 1rem;cursor: pointer;height: 10rem;display: flex;align-items: flex-start;justify-content: center;}
.main .tab.active {
    padding-top: 1rem;
}
.main .tab-content {display: none;padding: 0;opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.5s ease-out, transform 0.5s ease-out;}
.main .tab-content.active {  display: block;
            opacity: 1;
            transform: translateY(0); }
.slider_item  {position:relative}      
.slider_item  .text {
                    position:absolute;
                    bottom:0;
                    width:100%;
                    right:0;
                    z-index:1111;
                    padding-right: 5rem;
                    padding-bottom:8rem;
                    }   
.slider_item  .text  p{
    color:#fff;
    font-size:3rem;
    max-width:500px;
    margin-bottom: 3rem;
}
.slider_item  .text  a{
    color:#fff;
    font-size:1.25rem;
    position:relative;
}
.main .tabs .tab .item_icon{
    position:relative;
    display: inline-flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 5rem;
}
.main .tabs .tab .item_icon .icon_tab{
    border:2px solid #FFFFFF;
    border-radius:50%;
    width:4rem;
    height:4rem;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:1rem;
    background:#DFDEDC05;
    transition:All 0.3s ease-in-out;
}
.main .tabs .tab.active .item_icon .icon_tab{
    width:5rem;
    height:5rem;
    background:#DFDEDC11;
}
.main .tabs .tab .item_icon .title{
    font-size:1rem;
    margin-top:1rem;
    display:none;
}
.main .tabs .tab.active .item_icon .title{
    display:inline-block;
}

.search_projects{
    position:absolute;
    top:48%;
    z-index:111111111111;
    right:5rem;
    width:65%;
}
.search_projects form{
    background: #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0.1rem 2rem 0.1rem 0rem;
}
.search_projects form .btn{
    background: #FF7262;
}
.search_projects .input-inner{
    padding: 0 1rem;
    border-right: 1px solid #E0DEF7;
    margin: 1rem 0 1rem 0.5rem;
    width: 20%;
    background: url(../images/Frame_.png) no-repeat 90% 80%, #fff;
    background-size: 12px;
    text-align: right;
}
.search_projects .input-inner:first-child{
    border:None;
}
.search_projects form .label{
    color: #9D9BB5B2;
    font-size: 1rem;
    font-weight:500;
    margin:0;
    display: block;
    padding: 5px 0;
}
.search_projects form input,.search_projects form select{
    color: #0A0449;
    font-size: 1rem;
    font-weight:700;
    padding: 0 5px;
    padding-right: 1.25rem;
    width: 100%;
    border:none;
    background:Transparent;
    min-width: auto;
}
.search_projects form input:focus,.search_projects form select:focus{
    outline:none;
}
.search_projects form select {
    -webkit-appearance: none;  /* Chrome, Safari, Edge, Opera */
    -moz-appearance: none;     /* Firefox */
    appearance: none;
}
.search_projects form input::placeholder{
    color: #0A0449;
    font-size: 1rem;
    font-weight:700;
}
.search_projects form .input-group{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    direction: rtl;
}


@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: linear-gradient(0deg, #E9E9FB, #E9E9FB),
linear-gradient(0deg, #F5F7FA, #F5F7FA);

    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.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: #0A0449;
    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
}
.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;
}



.single-units .page_pro .image .gallery-group-1{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr ; /* Two small columns, one large */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
    gap: 10px; /* Space between images */
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    direction:ltr;
}
.single-units .page_pro .image .gallery-group-1 a{
    width: auto;
    height: 100%;
}

/* Small images on the left */
 
.single-units .page_pro .image .gallery-group-1 a:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.single-units .page_pro .image .gallery-group-1 a:nth-child(3) {
   
    
     grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.single-units .page_pro .image .gallery-group-1 a:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.single-units .page_pro .image .gallery-group-1 a:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.single-units .page_pro .image .gallery-group-1 a:first-child{
    width: auto;
    grid-column: 3 / 4; /* Span two columns */
    grid-row: 1 / 3; /* Span two rows */
}
.single-units .page_pro .image .gallery-group-1 a img{
   width:100%;
   max-width: 100%;
}
.single-units .page_pro .image .gallery-group-1 a:last-of-type::before{
    
    
}
.single-units .page_pro .image .gallery-group-1 .gallerytotal{ 
    left: 12%;
    bottom: 15%;
}


@media(min-width: 1400px){
    
}  
@media(max-width:768px) {
    .text4 {
    font-size: 1.5rem;
}

footer .content p { 
    max-width: 100%;
}
    html {
        font-size: 12px;
    }
    .imgs_sec_slider {
    left: 1rem;
    bottom: 10rem;
}
.search_projects form {  
    padding: 0.1rem 0rem 0.1rem 0rem;
}
.imgs_sec_slider img{
    width: 35px;
    height: 35px;
}
    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 path{
        fill:#6e55a5;
    }
    .search_projects {
    top: 38%;
    right: 1rem;
    width: 85%;
}
    header{
        z-index: 99999;
        position: relative;
        background: #fff;
    }
    .search_projects .input-group-btn .btn{
        padding: 0.4rem 1rem;
        margin: 0;
    }
    .imgs_sec{
     display:none !important;   
    }
    
.page_pro .image .gallery-group-1 a {
    height: 75px;
}
.pro_details { 
    border-radius: 25px;
    padding: 2rem 1rem 2rem 2rem;
}
    .projects_section {
    padding-bottom: 2rem;
}
    .heading2 {
    font-size: 3rem;
    line-height: 3rem;
}
.heading1 {
    font-size: 3rem;
    line-height: 3rem;
}
.text_title {
    padding: 2rem 0;
}
footer .logos_img {
    gap: 2rem;
    justify-content: space-between !important;
}
footer .logos_img img{
        width: 81px;
}
    .about__section{
        padding:2rem 1rem;
    }
    .about__section .aboutImg{
        padding:1rem;
    }
    .whyAbout_section .item{
         
    }
    .whyAbout_section .item p{
         
    }
    
.whyAbout_section .item p { 
    
}
.whyAbout_section .item h2{  
}
 
    .topTitle{
        display:block;
    }
    .services_section .title p{
        width:auto;
        font-size:2.5rem;
        padding-bottom:1rem;
    }
    .services_section .item .image{
        min-height:70px;
    }
    .services_section .item .caption{
        padding:0;
    }
    .services_section .item .caption h4{
        width:auto;
    }
    .services_section .item{
        min-height: 281px;
        padding: 2rem;
    }
    .services_section .item .image img{
        max-width:75px;
    }
    .main_title {
        font-size: 2.6rem;
        margin: 2rem 0;
    }
    .title p{
        width:auto;
        font-size: 2.5rem;
    }
    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;
    }
    header .menu li.menu-item-has-children:after {
        right: unset;
        left: 3rem;
        top: 15px;
    }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important
    }
    .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:0;
    }
    .wp-block-heading{
        font-size:3rem !important;
    }
    .about-page .about_content{
        font-size:2rem !important;
    }
    .serv_offers .title h2{
        width:auto;
    }
    .main { 
    margin-top: 0; 
        }
        .contact-btn svg,header .top_mail svg{
            max-width:2rem;
        }
        .about-box .about-text {
    width: 55%;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
}
        .projects_section .title {
    max-width: 60%;
        }
        
.about-box {
    margin-top: 2rem;}
header .top_mail { 
    margin-bottom: 0;
    font-size:1.5rem;
}

.archieve-products { 
    padding: 2rem 1.5rem;
}.archieve-products .title{
    margin-bottom:1rem;
}
.contact-page .form { 
        width: 100%;
    margin-top: 1rem;
    
}
        .header__logo{
            text-align:center;
        }
        .title h2 {
    font-size: 2.5rem; 
    max-width: 300px;
        }
        
.whyAbout_section .item{ 
    display:Flex;
    flex-wrap:wrap
}
.whyAbout_section .item > .content{
        padding: 1rem 0;
        width:100%;
}

.whyAbout_section .item {
    border-radius: 5rem 1.75rem 1.75rem 1.75rem;
}
footer:before { 
    width: 100%;
}
.whyAbout_section .item .image{ 
        width:100%;
}
footer .menus{
    
    padding: 3rem 0;
}
.footer__bottom *{
    text-align:center !important;
    justify-content: center;
}
.title_single{
    margin-top:1rem;
}
.desc { 
    margin: 1rem 0;
}
#place_features .pf_item {
    width: 50%; 
    justify-content: start !important;
    margin: 1rem 0;
}

#place_features .pf_item .img {
    width: 28%;
}
#place_features .custom-container > .d-flex{
    
    flex-wrap: wrap;
}
.custom-container { 
    padding: 0 2rem;
}
.project-single .interest { 
    padding: 3rem 2rem;
}
    html[dir=rtl] .gform_legacy_markup_wrapper {
        padding-right: 0;
    }
    
.project-single {  
}
    
.project-single .contact .tit_single p {
    font-size: 2rem;
}
.about__section .title, .about__section .text{
    margin-bottom:5rem;
}
.slick-slider .slick-list{
    padding:0 !important;
}

.contact-info { 
    bottom: 6.5rem;
}
 

.main .tabs {
    display: flex;
    position: absolute;
    top: 1rem;
}
.slider_item .text p { 
    font-size: 2rem;
    max-width: 300px;
    margin-bottom: 1rem;
}
body{
        
}
.search_projects form .label {  
    display: none;
}
.search_projects .input-inner{
    background:none;
}
.search_projects form input, .search_projects form select { 
    padding: 0 5px;
}

footer .center .links ul {
    padding: 0;
}
.footer__top .social__media{
    margin:0;
}

#breadcrumbs h2, .about_details .item h5 { 
    font-size: 2.75rem;
}
.gform_wrapper.gravity-theme .gform_fields { 
    grid-row-gap: 5px; 
}

.search_projects .input-inner {
    padding: 0 1rem 0 0;
}

.search_projects form input, .search_projects form select {
     
    font-size: 0.8rem;
}
.search_projects .input-inner {
    padding: 0 0.3rem 0 0; 
    margin: 0.5rem 0 0.5rem 0.5rem;
    width: 17%;
}
.projects_section .title {
    margin-bottom: 1rem;
}


#pro_units {
    padding: 1rem 0rem 3rem 0rem;
}
.top_single_pro {
     padding: 1.5rem 0;
}
.unit-gallery { 
    padding: 2rem 1rem 2rem 1rem;
}
.page_pro .image .gallery-group-1 .gallerytotal{
    font-size:2rem;
}
.partners_section .title,.projects_section .title {
    margin-bottom: 2rem;
    padding-right: 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;
    }
    .gform_wrapper.gravity-theme .gform_fields { 
    grid-row-gap: 5px; 
}
.search_projects {
    position: absolute;
    top: 55%;
}
    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; */
    }
    .newsletter form input{
        width:13rem;
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        /*font-size: 14px;*/
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}    
@media (min-width: 1200px) {
     
    
.whyAbout_section .item p { 
}
 
header .menu li a {  
}

}
@media (min-width: 1360px){
   
    
.whyAbout_section .item p {  
}
}