/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'); */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* @import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"; */
/* .navbar .container .menu ul li a:active{
    text-decoration: none;
    
} */

body{
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Roboto Slab', serif;

}

.thank-s {
    width: 80%;
}
.navbar .container .menu ul li a{
    margin-bottom: -1px;
}
.submit-new-side{
    height: 54px;
    border: none;
    background: #00a651;
    color: #fff;
    padding: 20px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
}
.submit-new-side:hover{
color: #fff;
}
.navbar .container .menu ul li{
    margin-left: 22px;
}


.new-otp-center{
    display: flex;
    justify-content: space-evenly;
}
.customBtn{
    border-radius:0px;
    padding:10px;
  }
  
  .new-otp{
    display:inline-block;
    width:50px !important;
    height:50px !important;
    text-align:center;
    border-radius: 5px;
    border: 1px solid #9e9e9e !important;
  }
#otp-show{
    display: none;
}
.v-hover{
    position: relative;

}
.sub-to-sub-menu{
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    position: absolute;
    right: -238px;
    top: -20%;
    background: #26282b;
    margin: 0;
    padding: 15px 20px;
}
.v-hover:hover .sub-to-sub-menu{
    /* top: 100%; */
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.sub-to-sub-menu::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #26282b transparent;
    position: absolute;
    left: -15px;
    top: 20px;
    rotate: -90deg;
}
/* new-container-page */
.container-02{
    max-width: 100rem !important;
}
.new-hed-02{
    height: 360px;
}
.sub-to-sub{
    display: grid;
    margin-left: 0px !important;
    padding: 5px 0 5px !important;
}
.sub-to-sub a{
    padding-left: 15px !important;
    font-size: 13px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 500 !important;
}
/* new-testimonial */
.new-he-t{
    min-height: 350px !important;
    text-align: center;
}
.box-top-02{
    justify-content: center !important;
}
.profile-02 {
    display: block;
    align-items: center;
    text-align: center;
}
.profile-img-02{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
    width: 90px !important;
    height: 90px !important;
    padding: 3px;
    border: 4px solid #3c763d5c;
}
.now-margin{
    margin: 15px;
}
/* end */

.tata-capital-logo{
    max-width: 290px;
}

.new-home-completed{
    height: 325px;
    width: 100%;
}
/*end new-container-page */

.call-icon-h{
    transform: rotate(105deg);
}
.social-con-sidemenu{
    position: absolute;
    bottom: 70px;
    font-size: 20px;
}
.social-con-sidemenu, .custom-changes-icon li a{
    margin:0px 0px 0px 20px !important;
}
.new-logo-side-mobile{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.logo-new-side-mobile{
    max-width: 260px;
}

.custom-space{
    margin-top: 35px;
}
.budget-new{
    background-color: #d09549 !important;
}
.new-strip-line h2{
    position: relative;
    margin-bottom: 40px;
}
.new-strip-line h2:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #3c763d;
    width: 130px;
    margin: 0 10px;
    transform: translateY(18px);
    position: absolute;
  }

.new-slider-heading{
    position: relative;
    font-size: 50px !important;
    font-weight: 600;
    color: #ffffff !important;
    max-width: 700px;
    max-width: 750px;
    top: -140px;
    padding-left: 170px;
}
.menu-main-menu-container .active {
    color: #00a651 !important;
    border-bottom: 1.9px solid #d1d1d1 !important;
}
.mobile-active{
    color: #b6dfb6 !important;
}
  .hmda-logo{
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
  }
  .hmda-logo-adjust{
    display: flex;
    justify-content: space-between;
  }


/* stickey-header */
.navbar .container .upper-side{
    padding: 10px 0 0;
    border-bottom:1px solid rgb(36 36 36 / 34%);
}
.header-sty {
    position: fixed;
    width: 100%;
    height: auto;
    /* font-weight: bold; */
    /* text-align: center; */
     /* background: #212121; */
    /* background-image: linear-gradient(180deg, #00000059, #ffffff00); */

    transition: 0.3s;
  }
  .header-sty.small {
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(161deg, #26282b 0%, #3c763d 49%, #3c763d 100%); */
    background: #212121;

    z-index: 99;
  }
  .header-sty.small ~ .offset {
    padding-top: 40px;
    
  }
  .header-sty.small .header_logo {
    padding-top: 20px;
    /* font-size: 20px; */
    text-shadow: none;
  }
  /* end */

  .sold-big-img{
    max-width: 55px;
  }
.no-banner{
    display: block;
}
.m-banner-slider{
    display: none;
}
.small-banner-slider{
    display: none;
}
.color-molika{
    color: #ffffff;
}
.logo-projects{
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: -30px;
    background: #3c763d;
    color: #fff;
    /* width: 70%; */
    /* padding: 40px 30px; */
    padding-right: 30px;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo-side-location{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
}
.stamp-logo{
    width: 94px;
    padding: 10px;
}

.agree-par ui li{
    list-style-type: square;
  }

.custom-header-mobile{
    display: none;
}
.content-section-custom{
    padding: 100px 0px;
}
.custom-changes-icon{
    list-style-type: none;
    display: flex;
    margin: 5px 0px 0px 0px;
}
.custom-changes-icon li a{
    color: #ffffff;
    margin: 0px 0px 0px 20px;
}
.custom-social-media{
    position: relative;
    margin: auto;
    align-items: center;
    display: flex;
    top: 10px;
}
.booking-btn{
    /* height: 60px; */
    /* line-height: 56px; */
    /* float: left; */
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    /* position: relative; */
    border: 2px solid #b6dfb6;
    padding: 15px;
    box-shadow: 0 0 20px rgb(235 207 167 / 40%);
    transition: .25s ease-in-out;
}
.booking-fear-parents{
    padding-left: 15px;
    padding-right: 15px;
}
.new-design-book{
    /* background-color: #181818; */
    padding: 15px 0px;
}
.new-space{
    line-height: 65px;
}
.booking-btn:hover{
    text-decoration: none;
    background: #3c763d;
    border-color: #3c763d;
    color: #fff;
}

.back-vertical-tab{
    background: #262626;
    padding: 20px;
}
.nav-pills .nav-link{
    color: #aaaaaa;
    padding: 15px 15px;
    font-size: 13px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #3c763d;
    border-radius: 0px;
    color: #fff;
}

.custom-new-icon{
    height: 50px !important;
    float: left;
    width: 50px;
}

.facility-box-custom{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.user-spcification h6{
    font-weight: 600;

}
.user-spcification p{
    font-size: 15px;
}

.dow-brocher-btn{
    background-color: #00a651;
    color: #ffffff;
    padding: 15px 20px;
    border: 0px;
    min-width: 290px;
}

.icon-downlod{
    font-size: 20px;
    margin-right: 3px;
}
.cus-p{
    padding: 0 0px 0px 5px;
}
.navbar .container .menu ul li a{
    border-top: 0;
}
.navbar .container .menu ul li a:hover{
    border-top: 0;
    border-bottom: 1.9px solid #d1d1d1;
}
.single-item {
    width:100%;
    height: 250px;
  }
/* gallery */

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.baguetteBox-button {
    background-color: transparent !important;
}
.new-det-gallery{
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
}
.new-det-gallery p{
    font-weight: 500;
    color: #6d6d6d;
    padding: 0px 10px;
}
/* end gallery */


.ab-new-s{
    background-color: #ffffff;
}
.new-about-i{
    width: 100%;
    height: 80%;
}
.new-icon-about-parents{

}
.heading-p-ab{
    text-align: justify;
}
.icon-chield{
    margin-top: 25px;
    display: flex;
    align-items: center;
}  
.icon-chield img{
    max-width: 35px;
    padding-bottom: 5px;
}
.icon-chield p{
    margin: 0;
    padding-left: 12px;
}
/* our-projects */

.image-container  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

/* img {
    height: 277px;
    max-width: 100%;
    overflow: hidden;
} */

.project-tabs {
    display: inline-block;
    padding: 10px;
    padding: 15px 25px;
    margin-right: 15px;
    border-radius: 0;
    color: #ffffff;
    text-decoration: none;
    /* width: 100px; */
    text-align: center;
    /* margin-top: 50px; */
    background: #9f8054;
}
.parents-projects .project-tabs:focus{
    background-color: #000000;
    color: #ffffff;
}
.parents-projects a:hover{
    text-decoration: none;
    color: #ffffff;
}

.project-tabs-new{
    display: inline-block !important;
    padding: 10px !important;
    padding: 15px 25px !important;
    margin: 0px 5px !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    /* width: 100px; */
    text-align: center !important;
    /* margin-top: 50px; */
    background: #838383  !important;
}

.nav-pills .project-tabs-new.active{
    color: #ffffff !important;
    background: #000000 !important;
}
.hide {
  display: none;
}


.tab-projects-parents{
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
    box-shadow: 0 0 15px rgb(148 148 148 / 40%);
    height: 100%;
}
.figer-main{
    /* border: 3px solid #2f324a42; */
    /* padding: 10px; */
    position: relative;
    height: 255px; 
}
.figer-images{
    position: relative;
    height: 255px;
}
.projects-content-main{
    padding: 15px 15px 20px;
    width: 100%;
}
.figer-new-span{
    display: inline-table!important;
    font-size: 13px;
    opacity: 1 !important;
    /* margin-bottom: 34px; */
    background: #00a651;
    position: absolute;
    bottom: 0px;
    /* top: 0px; */
    right: 0px;
    width: auto !important;
    left: 0px;
    color: #ffffff;
    padding: 3px 10px;
    margin-bottom: 0px !important;
}
.figer-p{
    font-size: 13px;
    color: #727272;
}
.read-more-btn{
        color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #000000;
    padding: 15px 20px;
}
.read-more-btn:hover{
    background-color: #00a651;
}
.read-more-btn:hover{
    color: #ffffff;
    text-decoration: none;
}
.project-name-heading
{
    /* border-bottom: 1px solid #e0e0e0; */
    /* padding-bottom: 20px; */
    font-weight: 700 !important;
}
.color-project{
    color: #000000;
}
.new-bookin-content{
    background: white;
    /* padding: 20px; */
    box-shadow: 0 0 20px rgb(235 207 167 / 40%);
}
.border-small-fea{
       border-right: 3px solid #808080;
    /* padding: 10px 10px; */
    text-align: center;
    /* background-color: #9f8054; */
}
.border-small-fea h6{
   font-size: 12px;
    margin-bottom: 1px;
    color: #7f7f7f;
    font-weight: 400;
}
.border-small-fea p{
    font-size: 14px;
    font-weight: 600;
    color: #ae8f4f;
}
.location-sark{
    font-weight: 400 !important;
    font-size: 15px !important;
        margin: 10px 0px;
}
.resident-h5{
     font-size: 15px;
    font-weight: 500;
    color: #080808;
}
.resident-h5 label{
    color: #000000;
    font-weight: 600;
}
.icon-f{
        font-size: 17px;
        color: #505050;
}

/* end our-projects */

.no-p-home{
    padding: 0 !important;
}
.custom-m-h{
    margin-top: 115px;
}
/* about us */

.centercontent{
    align-items: center;
    display: flex;
}
.about-con-background{
    background-image: url(../images/about-us/new-bg-history.jpg);
    background-size: cover;
    padding: 125px 15px;
    position: relative;
}
/* .about-con-background::after{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #000;
    opacity: 0.5;
} */
.new-back-about{
    background-color: #ffffff;
    padding: 60px;
}
.about-images{
    text-align: center;
}
.about-images img{
    min-height: 420px;
    max-width: 490px;
}
.about-h6-content{
    font-size: 13px;
    color: #1cb163;
    margin: 0;
}
.custom-sales-main{
    flex-wrap: inherit !important;
}
.team-content{
    border: 1px solid #eee;
    border-right: 0px;
    padding: 15px;
    font-size: 15px;
}
.custom-figer-caption{
    width: 230% !important;
}
.new-figer-p{
    font-size: 16px !important;
    opacity: 1 !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.cover-border{
    /* border-style: solid;
    --border-style: solid;
    border-width: 1px ;
    border-color: #e3e3e3; */
}
.grand-new{
    position: relative;
    height: 100%;
}
.parents-three{
    padding: 20px;
    /* border-style: solid; */
    /* border-color: #e3e3e3; */
    /* border-width: 0 1px 0px 0; */
    height: 100%;
    box-shadow: 0px 2px 15px #e7e4e4;

}
.bcd-1{
    border-width: 0 1px 1px 0;
}
.bcd-2{
    border-width: 0 1px 1px 0;
}
.bcd-3{
    border-width: 0 1px 1px 0;
}

.chield-left{
    text-align: center;
}

.round-icon{
    max-width: 55px;
   
}
.bg-r-i{
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 75px;
    display: inline-block;
    margin-bottom: 15px;
}

.grand-new h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.grand-new p{
    font-size: 14px;
    color: #555555;
}
.b-about-green{
    color: #00a651;
    font-weight: 500;
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 35px; */

}
/* carrers */
.carrer-heading{
    
    font-weight: 600;

}
.apply-career{
    padding: 5px 13px;
    border: none;
    background: #26282b;
    font-size: 15px;
    color: #ffffff;
}
.career-pop-close{
    font-weight: 600;
    font-size: 35px;
    color: #e3002a;
}
.new-model-carrerr{
    border: 0px;
}
.new-car-textbox-label{
    font-size: 15px;

}
.new-car-textbox{
    border: 1px solid #eee !important;
    font-size: 15px;
    height: 50px !important;
    border-radius: 0px;
}
.new-car-textbox-label-text-area{
    border: 1px solid #eee !important;
    font-size: 15px;
    border-radius: 0px;
}

.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 44px;
    display: block;
    border: 1px solid #eee !important;
  }
  .btn-tertiary:hover, .btn-tertiary:focus {
    color: #888888;
    border-color: #888888;
  }
  
  /* input file style */
  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
  }
  .input-file + .js-labelFile .icon:before {
    content: "";
  }
  .input-file + .js-labelFile.has-file .icon:before {
    content: "";
    color: #5AAC7B;
  }

.career-model-footer{
    border: 0;
    padding-top: 0px;
}
.heading-tabel-spacing-sno{
    width: 151.47px;
    border: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.heading-tabel-spacing-vacan{
    width: 254.5px;
    border: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.heading-tabel-spacing-depart{
    width: 245.39px;
    border: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.heading-tabel-spacing-exp{
    width: 159.55px;
    border: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.new-bookin-content img{
    height: 270px;
    object-fit: cover;
}
.bottom-spaceing{
    margin-bottom: 25px;
}
.booking-btn-model {
    width: 100%;
    padding: 15px;
}
.show-more-background{
    background: #f3f3f3;
    border-radius: 0px !important;
    padding: 10px;
}
.showmore-btn-collps{
    color: #000000;
    padding: 0px;
}
.showmore-btn-collps:hover{
    color: #000;
}
.showmore-btn-collps:focus{
    box-shadow: none;
}
.white-content td{
    color: #000000;
    padding: 10px 15px;
    font-size: 15px;
    /* width:130.73px; */
    /* width: auto; */
    border: 1px solid #c4c4c4;
}
.td-apply{
    background: #00a651;
    width: 105px ;
}
.show-c-more{
    width: 155px;
}
.apply-btn-tabel{
    color: #ffffff;
    background: none;
    border: none;
    padding: 0px;
}

.apply-btn-tabel:hover{
    color: #ffffff;
    text-decoration: none;
   }
.square-car .b-squre li{
    list-style-type: square;
    list-style-position: inside;
  }
.yer-c{
    width: 120px;
}
.vac-posit-c{
    width: 600px;
}

.add-icon{
    width: 100%;
    text-align: start;
}
.add-icon.collapsed:after {
    /* content: "\f106";   */
    content: "\f067";
}
 .add-icon:after {
    /* content: "\f107"; */
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
.heading-tab-c{
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    border: 0;
}
.vacant-width{
    width: 610px;
}
.dep-width{
    width: 250px;
}

  

/*end carrers */


.abot-img{
    width: 420px !important;
}
.about-p{
    font-size: 18px;
}

/* footer */
.right-three-link{
 float: right !important;   
}


#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

.sark-project-logo{
display: flex;
align-items: center;
justify-content: space-between;
}
.sark-project-logo-size{
    width: 250px;
}

.contact-us-form{
    padding-left: 60px !important;
}


/* contact popup */

/* gallery */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

/* end gallery */
/***********popop menu***************/

.offer-box {
	position: fixed;
	right: -400px;
	top: 0px;
	z-index: 1111111;
	background: #ffff;
	width: 400px;
	transition:right 0.5s;
	max-height: 490px;
	top: 50%;
	transform: translateY(-50%);
}
.box-toogle {
	position: absolute;
	left: -29px;
    font-size: 11px;
	background: #212121;
	color: #fff;
	padding: 10px;
	top: 70%;
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	box-shadow: -1px 1px 3px #9c9c9c;
	cursor: pointer;
	z-index: 111;
}
.inner-content {
	height:490px;
	position: relative;
	padding: 20px;
    border: 1px solid #cfcfcf;
}
.inner-content a {
	text-decoration:none;
}
.form-side-text{
    line-height: 24px;
}

.offer-box.slide-show{
		right:0px;
		transition:right 0.5s;

}
.contect-dropdown{
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}

/*end-popup*/

.slick-slide{
    margin: 15px;
}
.slick-next{
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
    z-index: 99;
}


/* end */

/* services */
.service-parents{
    width: 100%;
    float: left;
    /* margin: 15px 0; */
    padding: 30px 30px;
    box-shadow: 0 0 20px rgb(235 207 167 / 40%);
    text-align: center;
}

.services-icon{
    width: 70px;
}
.service-name{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 20px;
}
.service-p{
    font-size: 13px;
    color: #727272;
}

/* end services */

/* .gallery  */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
} */

.container {
  max-width: 80rem;
  width: 100%;
  /* padding: 4rem 2rem; */
  margin: 0 auto;
}

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-column-colum{
    flex-direction: column;
}
.heightlight-content{
    border: 3px solid #90d09166;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #3c763d;
    color: #fff;
    justify-content: start;
}
.heighlite-icon{
    max-width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.heightlight-content p{
    margin: 0px;
    display: inline-block;
}
.floor-plan-tabs{
    padding: 5px;
    border: 1px solid #9e9e9e;
    margin-bottom: 10px;
}
.floor-plan-tabs a{
    padding: 8px !important;
}
.new-arrange{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
    height: 400px;
    overflow: scroll;
    overflow-x: unset;
}
.direction-content .list-wrap li {
    width: 100%;
    margin-bottom: 15px;
}

.list-wrap li {
    list-style: none;
}
.near-p-icon {
    max-width: 20px;
    margin-right: 10px;
}
.direction-content .list-wrap li span {
    width: 500;
    font-weight: 600;
    color: #000;
}
.near-sepret{
    font-weight: 600;
    font-size: 18px;
    color: #3c763d;
}
/* our-projets */

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→';
}
.slick-next:before, .slick-prev:before{
    color: #706f6f4a    !important;
    font-size: 30px !important;
}

.no-marg{
    margin: 5px 0px!important;

}
.no-bor{
    border: 0px;
}

/* family-section */
.u-section-1 .u-shape-1 {
    width: calc(((100% - 910px) / 2) + 1140px);
    height: 649px;
    margin: 0 auto 0 0;
}

.u-palette-1-base, .u-body.u-palette-1-base, .u-container-style.u-palette-1-base:before, .u-table-alt-palette-1-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #3c763d;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-section-1 .u-sheet-1 {
    /* min-height: 861px; */
    /* margin: -649px auto 0; */
}
.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}

.u-section-1 .u-image-1 {
    width: 942px;
    height: 614px;
    box-shadow: 0 0 37px 0 rgba(0,0,0,0.55);
    filter: brightness(0.9);
    object-position: 99.76% 50%;
    background-position: 12.76% 50%;
    margin: 90px 73px 0px 64px;
}
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}
.u-section-1 .u-group-2 {
    width: 582px;
    min-height: 355px;
    height: auto;
    margin: -522px auto 0 0;
}
.u-section-1 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 20px;
}

.u-valign-middle {
    justify-content: center;
}
.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}

.u-section-1 .u-text-2 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    color: #fff;
}

h1.u-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 6rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (min-width: 1200px){
    .u-sheet {
        width: 1140px;
    }
}
.content-new{
    padding: 80px 50px 0px;
    height: 100%;
}
.content-new h3{
    font-weight: 600;
    margin-bottom: 30px;
}
.content-new p{
    margin-bottom: 35px;
}

.new-shap-btn{
    height: 60px;
    line-height: 60px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #26282b;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.new-shap-btn:hover{
    text-decoration: none;
    background: #fff;
    color: #9f8054;
}

.cus-pad{
    padding-top: 150px;
}
/* end family-section */







/* testimonial */
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    /* width:500px; */
    box-shadow: 2px 2px 20px rgb(203 203 203 / 39%);
    background-color: #ffffff;
    padding: 20px;
    /* margin: 15px; */
    cursor: pointer;
    min-height: 250px;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
/* .testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
} */
 
.post-link a:hover{
    color: #00a651;
    transform: none !important;
}

.new-abot{
    text-align: center;
    padding:50px 20px 20px 20px;
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 10px 30px;
    min-height: 475px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
}
.new-abot h5{
    font-weight: 600;
    padding-bottom: 15px;
}
.new-abot p{
    font-size: 15px;
    color: #676767;
}
.new-abot img{
    width: 110px;
    height: 110px;
    float: unset;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 15px;
}


.all-d-f{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-heading-home{
    text-align: left;
    /* margin-top: 15px;
    margin-bottom: 10px; */
}
.new-heading-home h4{
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
    color: #373737;
}
.no-pending{
    padding: 10px 13px;
    border-radius: 45px;
}

/* .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 99999;
} */

.header-sty.small.navbar .container .menu ul li a{
    color: #fff !important;
}
.new-h-header{
    color: #ffffff !important;
}
.header-sty.small.navbar .container .upper-side .phone-email h4 a{
    color: #fff !important;
}
.header-sty.small.navbar .container .upper-side .phone-email a{
    color: #fff !important;
}
.mobilee-c {
    font-size: 30px;
}
.header-sty.small .phone-email-icon .mobilee-c {
    color: #fff;
}

.header-sty.small.navbar .container .menu{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header-sty.small.menu-main-menu-container .active{
    border-top: 1px solid #881f1f !important;
}

.carousel-item{
    height: 100vh;
}
.carousel-control-next, .carousel-control-prev{
    background: none;
    border: 0;
}

/* complete-projects */
.comp-pro-parenst{
    position: relative;
}
.com-p-img{
    position: relative;
}
.com-details{
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    left: 25px;
    background-color: #ffffffe0;
    width: 75%;
}
.sepret-de{
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.sep-one{
    text-align: start;
}
.sep-one h4{
    font-weight: 600;
}
.location-sark-home {
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 10px 0px;
}
.sep-two h4{
    font-weight: 600;
    color: #00a651;
    font-size: 18px;
}
.top-label{
    position: absolute;
    top: 5px;
    right: 5px;
}
.com-p-img img{
    margin: auto;
}
.new-label-data{
    padding: 5px;
    background: #00a651;
    color: #fff;
    font-size: 12px;
}
.sold-out-red{
    background-color: #dc3545;
}
.only-for-img{
    margin: auto;
}
/* end */
.new-adjust-floor{
    max-width: 180px;
}
.img-c-gap{
    padding: 25px;
}
.d-ne{
    display: flex;
    align-items: center;
}
.c-form-de{
    background: white;
    box-shadow: 1px 1px 15px #dbdbdb;
    padding: 20px;
}
.w-100{
    width: 100%;
}
.ner-label{
    width: 80%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.whats-icon{
    padding-right: 5px;
}



/* index-2 css */
.parents-sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-2-logo{
    max-width: 235px;
}
.number-new{
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}
.number-new a{
    color: #ffff;
    text-decoration: none;

}
.custom-changes-icon-02 li a{
    color: #ffffff;
    margin: 0px 20px 0px 0px;
}
.header-sty-small-02{
    height: 100px !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #00a651; */
    background: linear-gradient(161deg, #26282b 0%, #3c763d 49%, #3c763d 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
  }
.new-menu{
    font-size: 18px;
    cursor: pointer;
    /* background: black; */
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}
.new-menu:hover{
    background-color: #00a651;
}
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



  .cus-in-2 ul{
    height: 100%;
    width: 100%;
    list-style: none;
  }
  .cus-in-2 ul li{
    line-height:50px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .cus-in-2 ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .cus-in-2 ul li a{
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }
  .cus-in-2 ul li.active a{
    color: #b6dfb6;
    border-left-color: #b6dfb6;
  }
  .cus-in-2 ul li a:hover{
    background: #1e1e1e;
  }
  .cus-in-2 ul ul{
    position: static;
    display: none;
  }
  .cus-in-2 ul .feat-show.show{
    display: block;
  }
  .cus-in-2 ul .serv-show.show1{
    display: block;
  }
  .cus-in-2 ul ul li{
    line-height: 42px;
    border-top: none;
  }
  .cus-in-2 ul ul li a{
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
  }
  .cus-in-2 ul li.active ul li a{
    color: #e6e6e6;
    border-left-color: transparent;
  }
  .cus-in-2 ul ul li a:hover{
    color: #b6dfb6!important;
  }
  .cus-in-2 ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
  }
  .cus-in-2 ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
  }

.no-projects-tag{
    text-align: start;
    margin: 40px 0px 0px;
}
.no-projects-tag h2{
    margin: 0px;
    font-weight: 600;
    font-size: 25px;
    color: #9b9b9b;
}
/* end */

/* new-projects-details */
.only-row{
    justify-content: space-between;
}
.new-main-projects-parents{
    padding: 20px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
}
.new-p-mian-projects{
    text-align: center;
    padding: 15px 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 1px solid #eee;
    /* box-shadow: 0 0 20px rgba(235, 207, 167, 0.4); */
    min-height: 141px;

}
.sark-town-homes-icon{
    max-width: 45px;
    margin-bottom: 10px;
}
.figer-h5-cus{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.figer-p-cus{
    margin-bottom: 0px;
    color: #919191;
}
.chield-logo-first-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 20px;
    /* border-bottom:1px solid #bebebe4f; */
}
.availabe-main{
    background-color: #3c763d;
    border-radius: 100%;
    display: inline-block;
    padding: 15px;
    border: 5px solid #e0e7e0e0;
    margin-left: 20px;
}
.logo-brand{
    border: 1px solid #000;
    padding: 10px;
    max-width: 215px;
}
.name-and-logo-m{
    display: flex;
    align-items: center;
}
.place-h3{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    margin-left: 20px;
    margin-bottom: 0px;
}

.new-name-sark{
    margin-left: 20px;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}
.only-adj{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end */

/* index-projects */
.only-black{
    background-color: #24272E;
    box-shadow: 0 0 20px rgb(235 207 167 / 40%);
    position: relative;
}
.new-pro-img{
    width: 100%;
}
.main-details{
    padding: 25px;
    padding-left: 0;
    position: relative;
    height: 100%;
}
.new-h4-heading h4{
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
}
.new-h4-heading a:hover{
    text-decoration: unset;
}
.index-projects-details{
    border-bottom: 1px solid #3b3b3b;
    padding: 10px 0px;
}
.index-projects-details h6{
    color:#a4a4a4;
}
.index-projects-details p{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.icon-n-i{
    font-size: 17px;
    color: #00a651;
}
.new-index-d-btn{
    color: #fff;
    background-color: #00a651;
    border: 1px solid #00a651;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    display: block;
   
}
.po-btn{
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 30px;
}
.new-index-d-btn:hover{
    color: #ffff;
    background-color: unset;
    border: 1px solid #fff;
    text-decoration: none;
}
/* end */


/* A&A-spaces */
.about-area {
    position: relative;
}
.about-area .support-location-img {
    margin-left: -160px;
}

.about-area .support-location-img img {
    width: 875px;
    height: 713px;
}
.about-area .right-caption {
    padding-left: 50px;
}
.about-tittle h2 {
    font-size: 30px;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 22px;
    /* margin-left: -117px; */
}
.about-tittle span {
    position: relative;
}
.about-tittle span::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background: #FFC99E;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.about-area .right-caption .support-caption p.pera-top {
    font-size: 16px;
    margin-bottom: 42px;
}
.about-area .about-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-area .about-shape img {
    width: 300px;
    height: 300px;
}
.a-a-btn{
    background: #84a06b;
    padding: 20px 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.a-a-btn:hover{
    color: #fff;
}
.properties{
    margin-bottom: 20px;
    margin-bottom: 30px;
    background: #fff;
    min-height: 295px;
    padding: 30px;
  
}
.properties__caption p{
    color: #818080;
}
.properties__img{
    margin-bottom: 20px;
}
.sercices-area .properties__img img {
    width: 10%;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    margin-right: 20px;
}
.sercices-area .properties__caption h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 19px;
    text-decoration: underline transparent;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 100px;
}
.section-tittle h2 {
    font-size: 46px;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 22px;
    color: #fff;
}
.section-tittle p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.sercices-area .properties__caption h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 19px;
    text-decoration: underline transparent;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.sercices-area .properties__caption h3 a{
    text-decoration: none;
}

.new-a-a-spaces{
    margin-bottom: 250px;
}
.contact-wrappers {
    height: 580px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-image: url(../images/a&a-spaces/section-bg1.webp);
}
.wants-wrapper{
    background:#84a06b;
}
.wants-wrapper {
    position: relative;
    bottom: -141px;
}

.w-padding2 {
    padding: 86px 20px 70px 20px;
}
.wantToWork-caption h2 {
    font-size: 46px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}
.wantToWork-caption p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 37px;
}
.btn_2 {
    font-family: "Heebo",sans-serif;
    color: #fff !important;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 1;
    padding: 16px 42px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-right: 13px;
}
.btn_2:hover {
    text-decoration: none;
}
.btn_1 {
    font-family: "Heebo",sans-serif;
    background-color: #fff;
    border: 1px solid #ffffff;
    color: #232F55 !important;
    display: inline-block;
    padding: 17px 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    font-size: 16px;
}
.btn_1:hover {
    text-decoration: none;
}
.btn_1 i {
    font-size: 16px;
    margin-right: 10px;
    color: #FF8B7A;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.side-by-side-a-a{
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 15px;
}
.side-by-side-a-a h1{
    font-size: 85px;
    font-weight: 800;
    color: #e7e7e7;
    margin-bottom: 30px;
}
.side-by-side-a-a-logo {
    width: 90px;
    /* margin-bottom: 15px; */
    margin-right: 15px;

}
.a-a-im{
    width: 100%;
}
.a-logo-parets{
    /* padding: 15px; */
    /* border: 1px solid #e6e6e6; */
    display: flex;
    align-items: center;
    justify-content: start;
}
.a-logo-parets h2{
    font-weight: 700;
    display: block;
    font-size: 35px;
}
.bg-a-a{
    background-image: url(../images/a&a-spaces/sofa-green-living-room-with-copy-space.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    margin-top: 95px;
    margin-bottom: 95px;
    padding: 60px 0px;
}

.properties__img h3{
    display: inline-block;
    margin: 0px !important;
    font-weight: 600;
}


/* end */

/*********************************** villagio  ***********************************/

.sect-bg-vi{
    background-image: url(../images/villagio/section-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    align-items: center;
}
.sec-h1-pare{
    padding: 0px 0px 0px 50px;
    max-width: 515px;
}
.sec-h1-pare h1{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-bottom: 20px;
}

.sec-h1-pare p{
    color: #ffff;
}
.no-pl{
    padding-left: 0;
    padding-right: 0;
}
.logov{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logovillagio{
    max-width: 390px;
}




.u-palette-2-base, .u-body.u-palette-2-base, .u-container-style.u-palette-2-base:before{
    color: #ffffff;
    background-color: #1e371b;
    position: relative;
}
.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}
.u-section-2 .u-sheet-1 {
    min-height: 1273px;
}
.u-sheet {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
@media (min-width: 1200px){
.u-valign-middle-xl {
    justify-content: center;
}
}
@media (min-width: 1200px){
.u-valign-middle-xl, .u-valign-top-xl, .u-valign-bottom-xl {
    display: flex;
    flex-direction: column;
}
}
@media (min-width: 1200px){
.u-sheet {
    width: 1140px;
}
.u-sheet {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
}
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}
.u-border-9, .u-separator-9:after, .u-text.u-border-9, a.u-button-style.u-border-9 {
    border-width: 9px;
    z-index: 1;
    position: relative;
}
[class*="u-border-"], .u-link[class*="u-border-"] {
    border-style: solid;
}
.u-image, .u-video-poster {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.u-section-2 .u-image-1 {
    height: 338px;
    width: 570px;
    margin: 60px auto 0 88px;
}.u-section-2 .u-image-2 {
    width: 415px;
    height: 545px;
    margin: -146px 301px 0 auto;
}
img.u-image, .u-video-poster {
    overflow: hidden;
}
.u-border-white, .u-separator-white:after {
    border-color: #ffffff;
}
.u-section-2 .u-image-3 {
    width: 422px;
    height: 555px;
    margin: -1032px 106px 0 auto;
}
img.u-image, .u-video-poster {
    overflow: hidden;
}
.u-section-2 .u-image-4 {
    width: 340px;
    height: 302px;
    margin: 94px 53px 0 auto;
}

img.u-image, .u-video-poster {
    overflow: hidden;
}
.u-border-palette-4-base, .u-separator-palette-4-base:after {
    border-color: #eebb21;
}
.u-border-12, .u-separator-12:after, .u-text.u-border-12, a.u-button-style.u-border-12 {
    border-width: 12px;
    z-index:1;
    position: relative;
}
.u-section-2 .u-group-1 {
    width: 234px;
    min-height: 275px;
    margin: -318px auto 0 85px;
}

.u-align-left {
    text-align: left;
}
.u-group {
    display: flex;
}
.u-section-2 .u-container-layout-1 {
    padding: 30px 30px 30px 0;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.u-section-2 .u-social-icons-1 {
    white-space: nowrap;
    height: 32px;
    min-height: 16px;
    width: 158px;
    min-width: 94px;
    margin: 20px auto 0 0;
}
.u-group .u-container-layout > * {
    position: relative;
}

.u-section-2 .u-group-2 {
    width: 477px;
    min-height: 348px;
    margin: -961px auto 449px 88px;
}

.u-align-left {
    text-align: left;
}

.hey-villa{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 35px;
}



/* end-villagio  */


/* new-contact-start */
.new-center{
    position: relative;
    top: -65px;
    margin-bottom: -20px !important;
}
.new-bottom{
    margin-bottom: 20px;
    color: #fff;
}
.new-block-contact{
    background-color: #eee;
    min-height: 373px;
    padding: 45px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-self: center;
}
.new-block-contact h2{
    font-size: 40px;
    color: #00a651;
    margin-bottom: 45px;
}
.new-block-contact p{
    color: #818181;
}

.new-block-contact a{
    color: #818181;
    text-decoration: none;
}
.new-con-form{
    text-transform: uppercase;
    font-size: 40px;
    color: #00a651;
}

.new-bg-add{
    background: white;
    box-shadow: 1px 1px 15px #dbdbdb;
    min-height: 405px;
}
/* end new-contact */
.bg-gray-section{
    background: rgb(255, 255, 255);
    margin-top: 180px;
}
.side-box-he{
    margin-bottom: 0;
    position: relative;
    /* transform: translateY(-100px); */
    display: flex;
    justify-content: space-between;
}
.parents-box-highlite{
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.second-box-highlite{
    height: 280px;
    /* background: #3d933f3b;
    box-shadow: 1px 1px 5px #e8e8e8; */
    position: relative;
}
.second-box-highlite:hover{
    background-color: #00a651;   
}
.parents-box-highlite:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 20px;
}
.parents-box-highlite:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 20px;
}

.heighlite-content p{
    font-size:18px;
}
.icon-counter figure i{
    font-size: 45px;
    color: #00a651;
}
.second-box-highlite:hover .icon-counter figure i{
    color: #fff;
}
.second-box-highlite:hover .icon-counter, figure h6{
    color: #fff;
}
.over-flow-cus{
    overflow: hidden;
}
.ab-bg-light{
    background-color: #e5eaf4;
}
/* .new-bg-top-img-02{
    height: 490px !important;
    background-position-x: 85% !important;
} */
/* new-gallery */

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 25px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
  }
  .Modern-Slider .NextArrow:before {
    content: '\f105';
  }
  
  .Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 25px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
  }
 .Modern-Slider .PrevArrow:before {
    content: '\f104';
  } 
  
 .new-h-auto{
    min-height: auto !important;
 }

 .web-g{
    display: block;
 }
.mob-g{
    display: none;
 }
/* end-new-gallery */

.count-box-spaing{
    padding: 0px ;
}

/* new-contact-popup */

.sticky-button-block {
    position: fixed;
    bottom: 530px;
    right: 0;
    z-index: 500;
}

.icon-size-con-p{
    max-width: 20px;
}
.sticky-button-block {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0;
    z-index: 1;
    /* padding: 8px; */
    /* border-radius: 10px 0px 0px 10px; */
    /* background-color: #201c2d; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.float-btn {
    color: #fff;
    background-color: #00a651;
    padding: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    transition: 0.6s all;
    border-radius: 0px !important;
}

/* end new-contact-popup */

.input-text-new{
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}
.new-team-social-media{
    font-size: 14px;
}
.icon-new-f{
    font-size: 13px;
}

/* check */
.check-icon{
    max-width: 110px;
}
/*end check */
#thanks{
    display: none;
}
.back-mobile{
    font-size: 13px;
    cursor: pointer;
}
.font-size-custom{
    font-size: 13px;
}

.now-web{
    display: none;
    text-align: center;
    background: #00a651;
    color: #fff;
    padding: 10px;
}
.link-g{
    color: #3c763d;
}

.hide-this{
    display: none;
    transition: 0.5s;
}
.show-hover-a{
    cursor: pointer;
}

.grand-new:hover .hide-this {
   display: block;
   transition: 0.9s;
}


.product-text {
    float: left;
    width: 240px;
    display: none;
}
.product:hover .product-text {
    display: block;
    transition: 0.9s;
}

.logo-icici{
    max-width: 65px;
}
.approved-by{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.carousel-item img {
    height: 100vh;
}


/* radio btn tab */

.art-radio{
  background: #ffffff;
  padding: 10px;
  /* height: 200px; */
  display: none;
}
.art-radio.on{
  display: block;
}
.rd-tab{
    display: inline-block;
}
.rd-tab label{
    font-weight: 600;
    font-size: 17px;
}















/*********************************************************** 
    responsice start 
************************************************************/
@media(max-width:1440px){
    .slick-slide {
        margin: 25px;
    }
    .new-bg-top-img{
        background-position-x: 50% !important;
    }
    .slick-next {
        right: 10px !important;
    }
}



@media(max-width:1060px){
    .testimonial-box{
        /* width:45%; */
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:auto;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
/* end testimonial */

.top-down-space{
    margin-top: 80px;
}
.icon-pdf {
    border: 1.3px solid #00a651;
    color: #00a651;
    padding: 19px 38px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing: 0;
    line-height: 1rem;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}
.icon-pdf:hover {
    text-decoration: none;
    color: #00a651;
}

/* new-slider */

footer{
    position: sticky;
    bottom: 0;
    z-index: 1;
}
.footer-big-logo{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.new-all-cover{
    position: relative;
    z-index: 2;
}
/*end new-slider */


@media (min-width: 768px) and (max-width: 991px){
.u-sheet {
    width: 720px;
}
}
@media (max-width: 1199px){
    .u-section-2 .u-image-1 {
        margin-top: 408px;
        margin-bottom: 20px;

    }
    .u-section-2 .u-image-2 {
        margin-right: 235px;
    }
    .u-section-2 .u-image-4 {
        width: 299px;
        margin-right: 0;
    }
    .u-section-2 .u-image-3 {
        margin-right: 53px;
    }

    .u-section-2 .u-group-1 {
        width: 277px;
        min-height: 228px;
        margin-left: 0;
    }
    .u-section-2 .u-group-1 {
        width: 277px;
        min-height: 228px;
        margin-left: 0;
    }
    .u-section-2 .u-social-icons-1 {
        width: 161px;
        min-width: 97px;
    }
    .u-section-2 .u-group-2 {
        width: 448px;
        min-height: 338px;
        margin-top: -904px;
        margin-bottom: 60px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 1024px){
    .dow-brocher-btn{
        min-width: 226px;
    }
    .stamp-logo{
        width: 80px;
    }
    .ner-label{
        font-size: 14px;
        width: 75%;
    }
    .slick-prev {
        left: 0px !important;
        z-index: 1;
    }
    .slick-next {
        right: 10px !important;
    }
    .parents-three{
        padding: 20px 10px 10px 10px;
        min-height: 475px;
    }
    .grand-new h5{
        font-size: 20px;
    }
    .navbar .container .menu ul li {
        margin-left: 10px;
        font-size: 13px;
    }
}

@media (max-width: 991px){
    .u-section-2 .u-image-1 {
        margin-left: 0;
    }
    .u-section-2 .u-image-2 {
        margin-right: 95px;
    }
    .u-section-2 .u-image-3 {
        width: 388px;
        height: 511px;
        margin-right: 0;
    }
    .u-section-2 .u-image-4 {
        width: 257px;
        height: 257px;
    }
    .u-section-2 .u-group-1 {
        width: 210px;
        min-height: 226px;
        margin-top: -273px;
    }
    .u-section-2 .u-group-1 {
        width: 210px;
        min-height: 226px;
        margin-top: -273px;
    }
    .u-section-2 .u-social-icons-1 {
        width: 155px;
        min-width: 91px;
    }
    .u-section-2 .u-group-2 {
        width: 323px;
        margin-top: -915px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-top: 0;
        padding-right: 30px;
        padding-left: 0;
    }
    .u-section-2 .u-text-2 {
        font-size: 2.25rem;
    }

}



@media only screen and (max-width: 991px){
    .custom-header-mobile{
        display: block;
    }
}
@media only screen and (max-width: 768px) {

    .header-sty{
        height: 85px;
    }
    .heading-tabel-spacing-vacan {
        width: 190.02px;
    }
    .heading-tabel-spacing-depart{
        width: 166.53px;
    }
    .heading-tabel-spacing-exp{
        width: 93.55px;
    }
    .res-nav-adjus{
        padding: 10px 5px !important;
    }
    .parents-projects {
        text-align: center;
    }
    .project-tabs{
        margin-bottom: 10px;
    }
    .header-sty.small{
        height: 80px;
    }
    .nav-pills .nav-link{
        width: 165px;
    }
    .nav-pills{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-column-colum{
        flex-direction: unset;
    }
    .facilities-box figcaption{
        width: calc(100% - 60px);
    }
    .facilities-box img {
        height: 50px;
    }
    .facilities-box figcaption h5{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .facilities-box figcaption p{
        font-size: 15px;
    }
    /* .logo-projects{
        height: 101px;
    } */
    /* .no-banner{
        display: none;
    } */
    .m-banner-slider{
        display: block;
    }
    .slider .slider-container .swiper-slide{
        background-size: cover;
        background-repeat: no-repeat;
    }
    .new-transform{
        transform: none;
    }
    .floor-plan-tabs{
        margin-right: 0px !important;
    }
    .heightlight-content p{
        font-size: 12px;
    width: calc(100% - 30px);
    }
    .slick-next {
        right: 15px !important;
    }
    .slick-prev {
        left: 0px !important;
        z-index: 10;
    }
    .new-home-custom {
        border: 0;
    }
    .vacant-width {
        width: 350px;
    }
    .dep-width {
        width: 80px;
    }
    .heading-tab-c{
        font-size: 12px;
    }
    .about-area .support-location-img {
        margin-bottom: 50px;
        margin-left: 0px;
    }
    .about-area .support-location-img img {
        width: 100%;
        height: 530px;
    }
    .about-tittle h2 {
        font-size: 43px;
        margin-left: 0px;
    }
    .about-area .about-shape img{
        display: none;
    }
    .slider{
        height: 10vh;
        min-height: 390px;
    }
    .side-image-left{
        margin-top: 10PX;
    }
    .carousel-item{
        height: auto;
    }
    .bg-gray-section{
        margin-top: 80px;
    }
    .second-box-highlite{
        height: 190px;
    }
    .heighlite-content{
        margin-top: 50px;
    }
    .heighlite-content h1{
        font-size: 25px;
    }
    .count-box-spaing{
        padding-right: 0;
    }
}
@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
@media only screen and (max-width: 508px) {
    .logoblack-life {
        width: 115px;
    }
}
@media (max-width: 575px){
    .u-section-2 .u-sheet-1 {
        min-height: 1600px;
    }
    .u-sheet {
        width: 340px;
    }
    .u-section-2 .u-image-1 {
        height: 341px;
        margin-top: 628px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
    .u-section-2 .u-image-2 {
        width: 274px;
        height: 421px;
        margin-top: -59px;
        margin-left: 22px;
    }
    .u-section-2 .u-image-3 {
        height: 347px;
        width: 264px;
        margin-top: -950px;
        margin-right: 15px;
    }
    .u-section-2 .u-image-4 {
        width: 217px;
        height: 217px;
        margin-top: 324px;
    }
    .u-section-2 .u-group-1 {
        margin-top: 70px;
        margin-left: 0;
    }
    .u-section-2 .u-group-2 {
        min-height: 332px;
        margin-top: -1530px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
    .u-section-2 .u-group-1 {
        margin-top: 70px;
        margin-left: 0;
    }
    .u-section-2 .u-image-4 {
        width: 217px;
        height: 217px;
        margin-top: 324px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .small-banner-slider{
        display: block;
    }
    .no-banner{
        display: none;
    }
    .slider{
        height: 100vh;
        min-height: 600px
    }
    .side-navigation .menu{
        top: 160px;
        position: absolute;
    }
    .new-custom-border {
        border: 1px solid #dadada !important;
        padding: 10px 10px;
        box-shadow: 0px 8px 15px #e9e9e9;
    }
    .border-small-fea p{
        margin-bottom: 0px;
        font-size: 12px;
    }
    .border-small-fea h6{
        font-size: 11px;
    }
    .new-logo-side-mobile{
        top: 30px;
        left: unset;
        right: unset;
    }
    .logo-new-side-mobile {
        max-width: 225px;
    }
    .custom-sales-main {
        flex-wrap: wrap-reverse !important;
    }
    .chield-logo-first-main {
        display: block;
    }
    .name-and-logo-m {
        display: block;
    }
    .availabe-main {
        display: none;
    }
    .new-name-sark {
        margin-left: 0;
        font-size: 20px;
        margin-top: 15px;
    }
    .place-h3 {
        margin-left: 0;
    }
    .figer-h5-cus{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sark-town-homes-icon{
        max-width: 35px;
        margin-bottom: 5px;
    }
    .new-p-mian-projects{
        padding: 10px 0px;
        min-height: 110px;
    }
    .figer-p-cus{
        font-size: 14px;
    }
    .new-bg-top-img {
        background-position-x: 80% !important;
    }
    .top-mobile-up{
        margin-top: 35px;
    }
    .side-box-he{
        display: block;
    }
    .parents-box-highlite{
        width: calc(50% - 20px);
    }
    .now-web{
        display: block;
    }
    .show-more-height { 
        height: 325px; 
        overflow:hidden; 
      }
}
@media only screen and (max-width: 425px) {

  
    .heading-tabel-spacing-vacan {
       font-size: 12px;
       width: 116.02px;
       padding: 5px;
    }
    .heading-tabel-spacing-depart{
        font-size: 12px;
        width: 96.53px;
        padding: 5px;

    }
    .heading-tabel-spacing-exp{
        font-size: 12px;
        padding: 5px;
    }
    .white-content td{
        padding: 0px 5px;
        font-size: 12px;
        width: 0;
    }
    .showmore-btn-collps{
        font-size: 11px;
    }
    .apply-btn-tabel{
        font-size: 11px;
    }
    .show-more-background{
        padding: 5px;
    }
    .dow-brocher-btn {
        min-width: 100%;
    }
    .custom-sales-main {
        flex-wrap:wrap-reverse !important;
    }
    .parents-projects {
        text-align: center;
    }
    .project-tabs{
        margin-bottom: 10px;
    }
    
    .footer .footer-bottom{
        display: none;
    }
    .footer-widget{
        margin-bottom: 0px;
    }
    .footer .contact-box{
        margin-top: 30px;
    }
    .nav-pills .nav-link{
        width: 159px;
    }
    .nav-pills{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-column-colum{
        flex-direction: unset;
    }
    .offer-box{
        width: 340px;
        right: -341px;
    }
    .new-back-about {
        padding: 15px;
    }
    .parents-logo-new{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .side-logo-new{
        width: 50%;
    }
    .facility-box-custom{
        padding: 16px 12px;
    }
    /* .logo-projects {
        justify-content: end;
        flex-wrap: wrap;
        height: 101px;
    }
    .logoblack-life {
        width: 80%;
    }
    .stamp-logo {
        width: 65px;
    } */
    .logoblack-life{
        width: 160px;
    }
    .mobile-logo-hide {
        display: none;
    }
    .logo-side-location{
        padding-left: 5px;
        padding-right: 8px;
    }
    .logo-projects{
        padding: 0px;
    }
    .res-tab-cus{
        justify-content: center;
    }
    .new-btn-tab{
        margin-right: 10px;
        margin-bottom: 10px;
        width: auto;
    }
    .cus-tab-width{
        width: 100% !important;
        padding: 10px 10px!important;
    }
   
    .m-banner-slider{
        display: none;
    }
    .scroll-model-over{
        max-height: 200px;
        overflow: scroll;
    }
    .page-header{
        height: 340px;
        padding-top: 120px;
    }
    .new-arrange{
        display: block;
    }
    .sold-big-img {
        max-width: 35px;
    }
    .new-strip-line h2:after{
        width: 100px;
    }
    .hmda-logo{
        max-width: 70px;
        margin-bottom: 30px;
    }
    .not-req{
        display: none;
    }
    /* .new-index-2{
        background-size: contain !important;
    } */
    .sepret-de{
        /* display: block; */
        text-align: start;
    }
    /* .com-details{
        width: 100%;
    } */
    .sep-one h4{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .location-sark-home{
        font-size: 10px !important;
        margin: 5px 0px;
    }
    .location-sark{
        font-size: 14px !important;
    }
    
    .resident-h5{
        font-size: 10px;
    }
    .sep-two h4{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .header-sty{
        height: 115px;
    }

    .new-custom-border{
        border: 1px solid #dadada  !important;
        padding: 10px 10px;
        box-shadow: 0px 8px 15px #e9e9e9;
    }
    .new-home-custom{
        border: 0;
    }
    .only-mobile-v-v{
        display: flex;
        align-items: center;
    }
    .vie-home-btn{
        font-size: 13px;
        color: #00a651;
        font-weight: 100;
        border: 1px solid;
        padding: 10px 13px;
        box-shadow: unset;
    }
    .icon-counter .odometer{
        font-size: 25px;
    }
    .new-abot{
        min-height: 495px;
    }

    .heading-tab-c{
        font-size: 12px;
    }
    .vacant-width{
        width: 130px;
    }
    .dep-width {
        width: 87px;
    }
    .main-details{
        padding-left: 15px;
    }
    .po-btn{
        position: unset;
    }
    .new-h4-heading h4{
        font-size: 25px;
    }
    .chield-logo-first-main{
        display: block;
    }
    .name-and-logo-m{
        display: block;
    }
    .new-name-sark{
        margin-left: 0;
        font-size: 20px;
        margin-top: 15px;
    }
    .place-h3{
        margin-left: 0;
    }
    .availabe-main{
        display: none;
    }
    .about-area .support-location-img img {
        width: 100%;
        height: 300px;
    }
    .about-area .right-caption {
        padding-left: 0px;
    }
    .about-tittle {
        margin-bottom: 50px;
    }
    .about-tittle h2 {
        font-size: 24px;
        margin-left: 0px;
    }
    .about-tittle span::before {
        width: 80px;
    }
    .about-area .about-shape img {
        display: none;
    }
    .about-area .support-location-img {
        margin-bottom: 40px;
        margin-left: 0px;
    }
    .wantToWork-caption h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .wantToWork-btn {
        margin-bottom: 10px;
    }
    .side-image-left{
        margin-top: 0;
    }
   
    .properties{
        padding: 20px;
    }
    .sercices-area .properties__img img{
        width: 15%;
    }
    .properties__img h3{
        font-size: 25px;
    }
    .cover-border{
        border-width: 0px;
    }
    .parents-three{
        border-width: 1px;
        min-height: 425px;
        margin-bottom: 25px;
        

    }
    .add-res-c{
        margin-bottom: 25px;
    }
    .ab-new-s {
        margin-top: 80px;
    }
    .new-block-contact{
        min-height: 200px;
        padding-bottom: 5px;
        padding-top: 20px;
    }
    .new-con-form{
        font-size: 25px;
    }
    .section-titles h3{
        font-size: 25px;
    }
    .content-section {
        padding: 20px 0;
    }
    .custom-m-h {
        margin-top: 75px;
    }
    .width-new-res{
        min-width: 78px;
    }
    .new-w-2{
        max-width: 47px;
    }
    .third-td{
        max-width: 70px;
    }
    .side-navigation .menu{
        top: 160px;
        position: absolute;
    }
    .web-g{
        display: none;
     }
    .mob-g{
        display: block;
     }
     .new-bookin-content img {
        min-height: 200px;
    }

    .count-box-spaing{
        padding: 0 !important;
    }
    .new-home-completed{
        height: 185px;
    }

}
@media only screen and (max-width: 416px) {
    .logo-side-location {
        font-size: 12px;
    }
}
@media only screen and (max-width: 414px){
    .b-about-green{
        left: 20px;
        right: 20px;
    }
}
@media only screen and (max-width: 411px) {
    .project-tabs{
        margin-bottom: 10px;
        padding: 10px 11px;
        margin-right: 5px;
        font-size: 14px;
    }  
    .b-about-green{
        left: 20px;
        right: 20px;
    } 
}
@media only screen and (max-width: 398px) {
    .facilities-box figcaption h5 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 390px){
    .new-abot {
        min-height: 525px;
    }
    .vacant-width {
        width: 118px;
    }
    .small-banner-slider {
        display: block;
        height: 100vh;
    }
}
@media only screen and (max-width: 387px) {
    .nav-pills .nav-link {
        width: 150px;
        font-size: 13px;
    }
  
}
@media only screen and (max-width: 375px) {
    .heading-tabel-spacing-vacan{
        width: 99.02px;
    }
    .heading-tabel-spacing-depart{
        width: 66.53px;
    }
    .custom-sales-main {
        flex-wrap: wrap-reverse !important;
    }
    .parents-projects {
        text-align: center;
    }
    .project-tabs{
        margin-bottom: 10px;
        padding: 10px 11px;
        margin-right: 5px;
        font-size: 14px;
    }
    .footer .footer-bottom{
        display: none;
    }
    .footer-widget{
        margin-bottom: 0px;
    }
    .footer .contact-box{
        margin-top: 30px;
    }
    .figer-pading-remove{
        padding: 14px 6px;
    }
    .sark-town-homes-icon{
        height: 40px !important;
    }
    .sark-new-figer{
        width: calc(100% - 0px) !important;
    }
    .figer-h5-cus{
        font-size: 14px !important;
    }
    .figer-p-cus{
        font-size: 15px !important;
    }
    .nav-pills .nav-link{
        width: 130px;
        font-size: 13px;
    }
    .nav-pills{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-column-colum{
        flex-direction: unset;
    }
    .offer-box{
        width: 340px;
        right: -340px;
    }
    .new-back-about {
        padding: 15px;
    }
    /* .logo-projects {
        justify-content: end;
        flex-wrap: wrap;
        height: 101px;
    }*/
     .logoblack-life {
        width: 100px;
    } 
    /*.stamp-logo {
        width: 70px;
    } */
    .logo-side-location{
        font-size: 12px;
        padding-left: 0px;
    }
    .mobile-logo-hide {
        display: none;
    }
    .res-tab-cus{
        justify-content: center;
    }
    .new-btn-tab{
        margin-right: 10px;
        margin-bottom: 10px;
        width: 45%;
    }
    .cus-tab-width{
        width: 100% !important;
        padding: 10px 10px!important;
    }
    .new-strip-line h2:after {
        width: 50px;
    }
    .new-abot {
        min-height: 545px;
    }
    .b-about-green{
        left: 10px;
        right: 10px;
    }
    .vacant-width {
        width: 115px;
    }
    .dep-width {
        width: 80px;
    }
    .heading-tab-c {
        font-size: 10px;
    }
    .small-banner-slider {
        display: block;
        height: 100vh;
    }
    .slider .slider-container .swiper-slide{
        background-size: cover;
    background-repeat: no-repeat;
    }
    .properties{
        padding: 15px;
    }
    .sercices-area .properties__img img{
        width: 15%;
        margin-right: 10px;
    }
    .properties__img h3{
        font-size: 20px;
    }
    .new-bg-top-img {
        background-position-x: 90% !important;
        background-size: cover !important;
        background-position-y: 0px !important;
    }
    .page-header{
        height: 180px;
    }
    .new-bookin-content img {
        min-height: 200px;
    }
    .testimonial-box {
        width: auto;
    }
    .third-td {
        max-width: 60px;
    }
    .width-new-res {
        min-width: 75px;
    }
    .vacant-width {
        width: 105px;
    }
    .white-content td{
        padding: 0px 3px;
    }
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

@media only screen and (max-width: 350px) {
    .offer-box {
        width: 300px;
        right: -295px;
    }
}
@media only screen and (max-width: 335px) {
    .offer-box {
        width: 300px;
        right: -295px;
    }
}
@media only screen and (max-width: 325px) {
    .logoblack-life {
        width: 95px;
    }
    .nav-pills .nav-link {
        width: 120px;
        font-size: 13px;
    }
    .offer-box {
        width: 300px;
        right: -340px;
    }
}

@media only screen and (max-width: 320px) {
    .nav-pills .nav-link{
        width: 118px;
        font-size: 13px;
    }
    .nav-pills{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-column-colum{
        flex-direction: unset;
    }
    .offer-box{
        width: 270px;
        right: -272px;
    }
    .new-back-about {
        padding: 15px;
    }
    .project-tabs{
        margin-bottom: 10px;
        padding: 10px 5px;
        margin-right: 0px;
        font-size: 14px;
    }

    /* .logo-projects {
        justify-content: center;
        flex-wrap: wrap;
        height: 122px;
    }
    .logoblack-life {
        width: 100%;
    }
    .stamp-logo {
        width: 80px;
    } */
    .logo-projects{
        padding-right: 0;
    }
    .logoblack-life {
        width: 85px;
    }
    .stamp-logo {
        width: 77px;
    }
    .mobile-logo-hide {
        display: none;
    }
    .res-tab-cus{
        justify-content: center;
    }
    .new-btn-tab{
        margin-right: 10px;
        margin-bottom: 10px;
        width: 45%;
    }
    .cus-tab-width{
        width: 100% !important;
        padding: 10px 10px!important;
    }
    .new-strip-line h2:after{
        width: 30px;
    }
    .figer-h5-cus {
        font-size: 11px !important;
    }
    .figer-p-cus {
        font-size: 12px !important;
    }
    .new-abot {
        min-height: 635px;
    }
    .b-about-green {
        left: 20px;
        right: 20px;
    }
    .u-sheet {
        width: 280px;
    }
}

.bg-whats-app{
    background: #fff;
    color: #00a651;
    padding: 8px;
    border-radius: 25px;
    line-height: 15px;
    margin-right: 5px;

}