@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	transition: background-color 0.3s ease;
	z-index: 1000;
	background-color: #f5f5f5;
}

header.scrolled {
	background-color: #fff !important; /* Change to your desired background color */
	justify-content: space-between !important;
	position: fixed;
}

.navbar-brand, .nav-link {
	color: #333 !important; /* Change to your desired text color */
}

.nav-link:hover {
	color: #007bff !important; /* Change to your desired hover color */

}
.nav-link  {
font-family:'Montserrat',sans-serif ;
padding: 16px !important;
font-weight: 500;
	
}


body {


   
    
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {
    max-width: 100%;
    height: auto;
}
h1 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}
p {
    font-size: 1rem;
    color: #777;
}
.arrow {
    font-size: 1.5rem;
    color: #777;
}
.hero-bg{
    background-color: #525252;
   
}


@media screen and (min-width: 1366px) {
    .hero-content h1 {
        font-size: 72px !important;
        max-width: 750px !important;
    }
}

@media screen and (min-width: 1366px) {
    .hero-content  {
       padding-left: 36px;
      
    }
}

@media screen and (min-width: 1366px) {
    .second-section {
        padding: 30px 0 30px 0;
      
    }
    .second-section h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        line-height: 50px;
    }
    .second-section p{
        width: 64%;
        font-family: 'Montserrat', sans-serif;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .hero-content h1 {
        max-width: 430px;
        font-size: 48px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.6px;
        text-align: left;
        line-height: 1.1;
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
        color: #525252;
    }
}
@media screen and (min-width: 1366px) {
    .hero-content p {
        max-width: 440px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #737373;
        margin-bottom: 40px;
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) {
    .hero-content p {
        max-width: 450px;
        margin-bottom: 40px;
    }
	.hero-section{
		padding: 50px 0 50px 0;
		background: #f5f5f5;
		}
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.hero-bg {
    background-color: #525252;
    padding: 20px;
}

.hero-section {
    background: #fff;

    padding: 20px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

.hero-content h1 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

.hero-content p {
    font-size: 1rem;
    color: #777;
    font-family: 'Montserrat', serif;
}


.second-section {
    padding: 30px 0;
}

.second-section h2 {
    font-size: 34px;
    line-height: 50px;
    font-family: 'Montserrat', serif;
}

.second-section p {
    width: 64%;
    margin-top: 20px;
    font-family: 'Montserrat', serif;
}

.projects-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 70vh; 
    scroll-snap-type: y mandatory;
}

@media screen and (max-width: 768px) {
    .projects-container {
        height: 23vh;
    }
	.second-section p {
		width: 100%;
		margin-top: 20px;
		font-family: 'Montserrat', serif;
	}
	.fixed-top{
		justify-content: end !important;
	}
}

.project {
   
    position: relative;
    margin-bottom: 20px;
    height: 70vh; 
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content p {
        max-width: 450px;
    }
}

    @media (max-width: 768px) {
    .projects-container {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        height: 24vh !important; 
        scroll-snap-type: y mandatory;
    }
    
    .project {
       
        position: relative;
        margin-bottom: 20px;
        height: 24vh !important; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1366px) {
    .hero-section {
        padding: 30px;
    }

    .hero-content h1 {
        font-size: 72px;
        max-width: 750px;
    }

    .hero-content p {
        max-width: 440px;
    }

    .second-section {
        padding: 30px 0;
    }
}



.projects-section {
    padding: 20px;
   
}



.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.project-info {
    position: absolute;
    
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.project-info h3{
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
}

.project:hover img {
    opacity: 0.7;
}

.project:hover .project-info {
    opacity: 1;
}
.project::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background 0.3s ease;
    z-index: 1; /* Behind text but above image */
}

.project:hover::before {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay on hover */
}
@media screen and (max-width: 1366px){
	.project-text-box .btn{
		text-align: left;
		transition: all ease 0.3s;
	}
	.project-container:hover .project-text-box .btn{
		padding-left: 12px;
	}

}
@media screen and (max-width: 1024px){
	.team-main-container .container {
		padding: 0 !important;
		margin: 0px;
		width: 100%;
		max-width: 100%;
	}
	.team-wrap{
		height: 255px;
	}
	.video-hover-text {
		display: block !important;
	}
	.project-listing.project-two .multi-image .sectwo-multiimage .project-image {
		padding-bottom: 95%;
	}
	.project-listing.project-two .multi-image .pro2-image-small .sectwo-multiimage .project-image {
		padding-bottom: 91%;
	}
}
@media screen and (max-width: 767px){
	.project-image img{
		height: 100%;
	}
	.project-two .project-image {
		height: auto;
	}
	.project-one .multi-image .top-line:after{
		display: none;
	}
	.project-three .single-image .top-line:after{
		display: block;
	}
	.team-blank{
		display: none;
	}
	.project-listing.project-two .multi-image .pro2-image-small .sectwo-multiimage .project-image{
		padding-bottom: 0;
	}
	
}
@media screen and (max-width: 320px) {
	.blue-print-container{
		padding: 40px 20px 0px 20px;
	}
	.heading-content{
		padding: 10px 10px 0;
		max-width: 100%;
	}
	.video-hover-text{
		width: 140px;
		bottom: 20px;
	}
	.video-hover-text a{
		font-size: 9px;
	}
	.video-hover-text a i{
		font-size: 14px;
	}
	
}
@media screen and (min-width: 320px) {
	.scroll-btn i {
		font-size: 14px;
	}
	.hero-content h1{
		max-width: 290px;
	}
	
}
@media screen and (min-width: 768px) {
	.main-logo-wrap .site-logo {
		width: 86px;
	}
	.site-logo {
		width: 182px;
	}
	.site-logo #lottie {
		width: 100%;
	}
	.hero-content{
		text-align: left;
	}
	.hero-content p{
		max-width: 450px;
		margin-bottom: 40px;
	}
	.project-listing:last-child {
		padding-bottom: 80px;
	}
	.footer-menu-4, .footer-menu-5{
		margin-top: 15px;
	}
	.hero-content h1{
		max-width: 430px;
		font-size: 48px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.6px;
		text-align: left;
		line-height: 1.1;
		margin-bottom: 30px;
	}
	.hero-section{
		padding-bottom: 45px;
	}
	.banner-btn-wrap{
		text-align: left;
	}
	.main-logo-wrap{
		text-align: left;
		margin-top: 17px;
	}	
	.site-logo img {
		width: 182px;
	}
	.site-info .logo-wrap {
		order: 1;
	}
	.site-info .heading-wrap {
		order: 2;
	}
	
	footer.site-footer{
		padding:62px 0 46px 0;
	}
	.footer-heading{
		max-width: 610px;
		margin-bottom: 50px;
	}
	.footer-heading p{
		text-align: left;
	}
	.team-wrap{
		height: 255px;
	}
	.site-info .office-info h5{
		text-align: center;
	}
	.site-info h5{
		text-align: left;
	}
	.single-image video{
		position: absolute;
	}
	.project-one .align-right .multi-image{
		order:3 !important
	}
	.project-one .align-right .project-text{
		order:1 !important
	}
	.project-one .align-right .single-image{
		order:2 !important
	}
	.project-two .align-right .multi-image{
		order:3 !important
	}
	.project-two .align-right .multi-image .multi-image-wrap .pro2-image-big{
		order:2 !important
	}
	.project-two .align-right .multi-image .multi-image-wrap .pro2-image-small{
		order:1 !important
	}
	.project-two .align-right .project-text{
		order:1 !important
	}
	.project-two .align-right .single-image{
		order:2 !important
	}
	.project-two .align-right .project-container {
		margin-right: 0px;
	}
	.project-three .align-left .single-image .top-line:after, .project-three  .align-right .single-image .top-line:after{
		display: none;
	}
	.project-two .align-right .project-text .top-line:after{
		display: block;
		right: -20px;
	}
	.project-two .align-left .project-text .top-line:after{
		display: block;
		left: -20px;
	}
	.project-three .align-right .project-text .top-line:after{
		display: block;
		right: -20px;
	}
	.project-three .align-left .project-text .top-line:after{
		display: block;
		left: -20px;
	}
	
	.project-four .align-right .project-text .top-line:after{
		display: block;
		right: -20px;
	}
	.project-four .align-left .project-text .top-line:after{
		display: block;
		left: -20px;
	}
	.project-five .align-right .project-text .top-line:after{
		display: block;
		right: -20px;
	}
	.project-five .align-left .project-text .top-line:after{
		display: block;
		left: -20px;
	}
	.align-left .common-heading h5{
		padding-left: 25px;
	}
	.project-three .project-container{
		margin-left: 0;
	}
	.project-three .align-right .project-text{
		order:1 !important
	}
	.project-three .align-right .single-image{
		order:2 !important
	}
	.project-three .align-right .multi-image{
		order:3 !important
	}
	.project-four .align-right .project-text{
		order:1 !important
	}
	.project-four .align-right .single-image{
		order:2 !important
	}
	.project-four .align-right .multi-image{
		order:3 !important
	}
	.project-four .align-right .multi-image .multi-image-wrap .pro2-image-big{
		order:2 !important
	}
	.project-four .align-right .multi-image .multi-image-wrap .pro2-image-small{
		order:1 !important
	}
	.project-four .project-container {
		margin-left: 0;
	}
	.project-five .align-right .project-text{
		order:1 !important
	}
	.project-five .align-right .single-image{
		order:2 !important
	}
	.project-five .align-right .multi-image{
		order:3 !important
	}
	.project-one .project-image img, .project-two .pro2-image-big .project-image img,.project-three .multi-image .multi-image-wrap .project-image img,.project-four .pro2-image-big .project-image img{
		object-fit: cover;
		height: 100%;
	}
	.project-one .align-left .multi-image .top-line:after{
		right: -25px;
	}
	.project-one .align-right .multi-image .top-line:after{
		left: -25px;
	}

	.project-main-container.align-right .project-container > .row {
		justify-content: end;
	}
	.project-three .multi-image .multi-image-wrap {
		margin-top: 30px;
	}
	.project-four .sectwo-multiimage .project-image {
		height: 100%;
	}
	.project-four .sectwo-multiimage .project-image img {
		height: 100%;
		object-fit: cover;
	}
	.getintouch{
		padding: 48px 0;
	}
	.bottom-content-container {
		margin-bottom: 75px;
	}
	
	.plan-description {
		padding-left: 30px;
		padding-right: 20px;
		margin-top: 0px;
	}	
	.top-line.plan-description:after{
		left: 0;
		display: block;
	}
	.project-detail-inner {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.project-detail-section .project-detail-inner {
		padding-top: 37px;
		padding-bottom: 40px;
	}
	.content-layout2{
		padding-top:42px;
	}
	.layout-content h5{
		margin-bottom:16px;
	}
	.color-heading-content {
		border-top: solid 1px #000;
		padding-top: 48px;
		padding-left: 38px;
	}
	.color-heading-content:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 1px;
		height: 16px;
		background: #000;
	}
	.color-heading-content:after {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		width: 1px;
		height: 16px;
		background: #000;
	}
	.color-heading:before {
		top: 167px;
		left: -14px;
	}
	.content-layout1.no-grey-content .simple-text{
		padding-left: 24px;
		padding-right: 0px;
	}
	.content-layout1.no-grey-content .simple-text:before{
		content: '';
		position: absolute;
		width: 1px;
		height: 16px;
		background-color: #000;
		right: -20px;
		top: 0;		
	}
	.content-layout1.no-grey-content .simple-text:after{
		display: inline-block;
	}
	.content-layout1.no-grey-content .colored-text{
		padding-top: 35px;
		border-top: 0;
		border-right: 1px solid #000;
		padding-right: 10px;
		padding-left: 30px;
	}
	.content-layout1.no-grey-content .three-column-content-layout-row {
		border-top: solid 1px #000;
	}
	.content-layout1.no-grey-content .colored-text:before{
		left: -40px;
		bottom: -150px;
	}
	.content-layout1.no-grey-content .heading-text-row{
		border: 0px;
		padding-left: 24px;
		padding-right: 60px;
	}
	.content-layout1.no-grey-content .heading-text-row:after{
		display: none;
	}
	
	.download-brochure{
		margin-top: 130px;
		height: 495px;
	}
	.download-brochure-content {
		margin-top: -370px;
	}
	.download-brochure .form-group .submit-btn{
		max-width: 100%;
	}
	.contact-form-main-heading{
		max-width: 310px;
	}
	.brochure-image {
		max-width: 519px;
		top: -206px;
		right: -110px;
	}
	.download-brochure-content {
		margin-top: -350px;
	}
	.blue-print-box > .row{
		margin-left: 0;
		margin-right: 0;
	}
	.pointer-image {
		display: block;
		max-width: 182px;
		margin-top: 35px
	}
	.blue-print-details {
		padding: 24px 10px;
		display: block;
		width: 100%;
	}
	.plan-btn-group{
		max-width: 182px;
	}
	.blue-print-details h5,.blue-print-details h6{
		padding-left: 32px;
	}
	.blue-print-text {
		margin-bottom: 65px;
	}
	.blue-print-container .center-line{
		display: none;
	}
	.amenities-main-heading{
		margin-bottom: 78px;
	}
	.amenities-content.facilities-text {
		margin-top: 0;
	}
	.amenities-content.facilities-text ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.amenities-content.facilities-text ul li {
		width: 42%;
	}
	.contact-detail-section {
		padding-bottom: 8px;
	}
	.contact-detail-box {
		margin-top: 136px;
		padding-top: 36px;
		border-top: solid 1px #000;
		position: relative;
		padding-left: 39px;
		
	}
	.contact-detail-box:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		background: #000;
		width: 1px;
		height: 16px;
	}
	.contact-detail-box .top-line:after {
		display: block;
	}
	.top-line.contact-detail-inner:after {
		right: 0;
		width: 1px;
		background: #000;
		top: -37px
	}
	.layout-content {
		margin-top: 0;
		padding-left: 40px;
	}
	.image-content-layout2 {
		padding-top: 45px;
		padding-bottom: 20px;
	}
	.image-content-layout2 .layout-content{
		padding-left: 20px;
		padding-top: 50px;
		border-top: solid 1px #000;
		position: relative;
	}
	.image-content-layout2 .layout-content:before,.image-content-layout3 .left-plus.layout-image:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 16px;
		background: #000;
		left: 0;
		top: 0;
	}
	.image-content-layout2 .layout-image {
		padding-top: 50px;
		position:relative;
	}
	.image-content-layout2 .left-plus:after {
		position: absolute;
		content: '';
		top: -14px;
		left: -10px;
		background: url('../images/plus-icon-colored.png') no-repeat center center;
		display: inline-block;
		background-size: contain;   
		width: 30px;
		height: 30px;
	}
	.image-content-layout2 .layout-content p {
		max-width: 100%;
	}
	.image-content-layout3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.image-content-layout3 .layout-image {
		padding-left: 20px;
		padding-top: 50px;
		position: relative;
	}
	.image-content-layout3 .left-plus.layout-image {
		border-top: solid 1px #000;
		padding-left: 0;
	}
	.image-content-layout3 .left-plus:after {
		position: absolute;
		content: '';
		top: -14px;
		right: -50px;
		background: url('../images/plus-icon-colored.png') no-repeat center center;
		display: inline-block;
		background-size: contain;   
		width: 30px;
		height: 30px;
	}
	.image-content-layout3 .layout-content {
		position: relative;
		padding-top: 50px;
		padding-left: 30px;
	}
	.image-content-layout3 .layout-content:before {
		position: absolute;
		content: '';
		width: 80%;
		background: #000;
		top: 0;
		left: 47px;
		height: 1px;
	}
	.image-content-layout3 .layout-content:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 16px;
		right: 0;
		top: 0;
		background: #000;
	}
	.image-content-wrap{
		padding: 0;		
	}
	
	.image-content-layout4 .layout-image {
		padding-left: 20px;
		padding-top: 50px;
		position: relative;
	}
	.image-content-layout4 .layout-content {
		position: relative;
		padding-top: 50px;
		padding-left: 30px;
	}
	.image-content-layout4 .left-plus:after {
		position: absolute;
		content: '';
		top: -14px;
		left: 20px;
		background: url('../images/plus-icon-colored.png') no-repeat center center;
		display: inline-block;
		background-size: contain;   
		width: 30px;
		height: 30px;
	}
	.image-content-layout4 .layout-content:before {
		position: absolute;
		content: '';
		width: 100%;
		background: #000;
		top: 0;
		left: 0;
		height: 1px;
	}
	.image-content-layout4 .layout-content:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 16px;
		left: 0;
		top: 0;
		background: #000;
	}
	
	.image-content-layout5{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.image-content-layout5 .layout-image {
		padding-left: 0px;
		padding-top: 50px;
		position: relative;
	}
	.image-content-layout5 .layout-image:before {
		position: absolute;
		content: '';
		width: 100%;
		top: 0;
		left: 0;
		height: 1px;
		background: #000;
	}
	.image-content-layout5 .layout-content {
		position: relative;
		padding-top: 50px;
		padding-left: 10px;
	}
	.image-content-layout5 .left-plus:after {
		position: absolute;
		content: '';
		top: -14px;
		right: -54px;
		background: url('../images/plus-icon-colored.png') no-repeat center center;
		display: inline-block;
		background-size: contain;   
		width: 30px;
		height: 30px;
	}
	.image-content-layout5 .left-plus.layout-image:before{
		left: 0;
	}
	.project-banner.floor-plan-page{
		padding-bottom: 80px;
	}
	.pro-detail-box {
		padding: 0 24px;
	}
	.pro-detail-box h4{
		padding-left: 20px;
	}
	.top-line.pro-detail-box:after{
		display: none;
	}
	.detailed-plan-section {
		padding: 77px 0 10px 0;
	}
	.heading-content h2{
		color: #fff;
	}
	.floorgetinup.getintouch {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.floorgetinup .contact-form-main-wrapper {
		max-width: 100%;
		padding: 0 33px;
	}
	.bottom-plan-detail{
		display: block;
	}
	.description-floor-container {
		padding: 48px 33px 60px 33px;
	}
	.description-floor-box{
		 padding: 20px 16px 40px 16px;
	}
	.description-floor-box ul li span {
		width: 160px;
		margin-bottom: 0;
	}
	.description-floor-box ul li .des-text {
		width: calc(100% - 160px);
		padding-left: 45px
	}
	.description-floor-box h5{
		margin-bottom: 40px;
	}
	.description-floor-box ul li .des-text p{
		margin-bottom: 25px;
	}
	.detailed-plan-right:before{
		display: block;
	}
	.description-floor-inner .line-style.top-two-line:before{
		display: none;
	}
	.detailed-plan-wrap {
		padding: 0;
	}
	.iframe-container iframe{
		min-height: 559px;
	}
	.iframe-heading {
		font-size: 48px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.6px;
		line-height: 1.4;
		max-width: 415px;
	}
	.project-image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		display: block;
	}
	.project-listing.project-three .multi-image .project-image,.project-listing.project-three .single-image .project-image .video-poster_image,
	.project-four .sectwo-multiimage .project-image,.project-four .single-image .project-image .video-poster_image,
	.project-listing.project-five .multi-image .project-image,.project-listing.project-one .project-image,
	.project-listing.project-two .single-image .project-image .video-poster_image,.project-listing.project-two .project-image {
		width: 100%;
		height: 0;
		position: relative;
	}
	.video-wrap{
		height: 100%;
	}
	.project-listing.project-three .multi-image .project-image{
		padding-bottom: 79%;
	}
	.project-listing.project-three .single-image .project-image .video-poster_image{
		padding-bottom: 79%;
	}
	.project-four .pro2-image-big .project-image {
		padding-bottom: 424%;
	}
	.project-four .sectwo-multiimage .project-image {
		padding-bottom: 80%;
	}
	.project-four .single-image .project-image .video-poster_image {
		padding-bottom: 0;
		height: 100%;
	}
	.project-listing.project-five .multi-image .project-image {
		padding-bottom: 60%;
	}
	.project-listing.project-one .project-image {
		padding-bottom: 88%;
	}
	.project-listing.project-two .single-image .project-image .video-poster_image {
		padding-bottom: 0;
		height: 100%;
	}
	.project-listing.project-two .single-image .project-image{
		height: 100%;
	}
	.project-listing.project-two .multi-image .project-image {
		padding-bottom: 88%;
	}
	.project-listing.project-two .pro2-image-big .project-image{
		padding-bottom: 0;
		height: 100%;
	}
	.video-wrap {
		height: auto;
	}	
	.video-text {
		padding: 30px 0 0 0;
	}
}

@media screen and (min-width: 992px) {
	/* 
		Navigation 
	*/
	.main-navigation {
		padding: 32px 15px;
	}
	.main-logo-wrap .site-logo {
		width: 248px;
	}
	.project-banner-content,.bottom-code {
		padding-left: 10px;
	}
	.project-banner{
		min-height: 779px;
	}
	.banner-logo .site-logo{
		width: 99px;
	}
	.project-listing:last-child {
		padding-bottom: 70px;
	}
	.footer-menu-4, .footer-menu-5{
		margin-top: 0px;
	}
	.project-two .multi-image .project-image {
		margin-top: 0;
	}
	.project-five .sectwo-multiimage,.project-four .sectwo-multiimage,.project-three .multi-image .multi-image-wrap{
		margin-top: 0;
	}
	.main-logo-wrap{
		text-align: left;
		margin-top: 17px;
	}
	.team-wrap{
		height: 210px;
	}
	.content-layout1.no-grey-content {
		padding-bottom: 64px;
	}
	.content-layout1.no-grey-content .three-column-content-layout-row {
		border-right: solid 1px #000;
		border-top: solid 1px #000;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		max-width: 1130px;
		margin: 0px auto;
	}
	.content-layout1.no-grey-content .colored-text{
		border-top: 0;
		border-right: 0;
	}
	.content-layout1.no-grey-content .three-column-content-layout-row:after {
		position: absolute;
		content: '';
		right: 0;
		bottom: 0;
		width: 16px;
		height: 1px;
		background: #000;
		display: inline-block;
	}
	.content-layout1.no-grey-content .three-column-content-layout-row:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 1px;
		height: 16px;
		background: #000;
		display: inline-block;
	}
	.content-layout1.no-grey-content .simple-text:after,.content-layout1.no-grey-content .colored-text:after {
		display: none;
	}
	.content-layout1.no-grey-content .heading-text-row {
		padding-top: 35px;
		padding-right: 0;
		padding-left: 0px;
	}
	.content-layout1.no-grey-content .simple-text {
		padding-right: 20px;
		border-top: 0;
	}
	.content-layout1.no-grey-content .simple-text:before{
		right: 4px;
	}
	.content-layout1.no-grey-content .heading-text-row:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 16px;
		background: #000;
		top: 0;
		right: 0;
		display: inline-block;
	}
	.content-layout1.no-grey-content .colored-text:before {
		left: -16px;
		bottom: -14px;
		top: auto;
	}
	.image-content-layout2 .layout-content p {
		max-width: 95%;
	}
	.download-brochure{
		padding: 50px 0;
		margin-top: 120px;
		height: auto;
	}
	.download-brochure-content {
		margin-top: 0;
	}
	.contact-form-main-heading {
		max-width: 100%;
		padding-right: 0;
	}
	.contact-form-main-content {
		margin-top: 0;
	}
	.brochure-image {
		max-width: 519px;
		top: -140px;
		right: -110px;
		position: absolute;
	}
	.footer-heading {
		margin-bottom: 52px;
	}
	.footer-heading{
		margin-left:0px;
	}
	.contact-form-main-content p{
		margin-top: 4px;
	}
	.color-heading-content h6{
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.25px;
		line-height: 1.6;
	}
	.blue-print-text {
		margin-bottom: 104px;
	}
	.blue-print-plan-section{
		padding-top: 160px;
		padding-bottom: 0;
	}
	.download-brochure h3{
		line-height: 1.5;
	}
	.download-brochure-content .get-form {
		margin-top: 10px;
	}
	.download-brochure .form-group .submit-btn{
		max-width: 120px;
		min-width: 160px;
	}
	.blue-print-container{
		padding: 40px 20px 0px 20px;
		max-width: 1132px;
		margin: 0px auto;
	}
	.blue-print-wrap{
		margin-bottom: 34px;
	}
	.blue-print-image {
		padding: 10px 0;
		height: 100%;
	}
	.blue-print-image img {
		height: 100%;
		object-fit: cover;
	}
	.blue-print-container .center-line{
		display: block;
	}
	.blue-print-container .center-line:after{
		left: 0;
		margin: 0px auto;
		right: 0;
		display: block;
	}
	.blue-print-container .center-line:before {
		position: absolute;
		content: '';
		background: url("../images/plus-icon-colored.png") no-repeat center center;
		background-size: contain;
		width: 32px;
		height: 32px;
		top: 50%;
		left: 0;
		right: 0;
		margin: -14px auto 0px auto;
	}
	.blue-print-details{
		padding: 24px 0px;
		max-width: 100%;
	}
	.plan-btn-group a:hover {
		padding-left: 27px;
	}
	.blue-print-details h5, .blue-print-details h6 {
		padding-left: 0px;
	}
	.amenities-container{
		padding-bottom: 0;
		max-width: 1132px;
		margin: 0px auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-detail-container {
		max-width: 1132px;
		margin: 0px auto;
	}
	.contact-detail-section + .getintouch .contact-form-main-wrapper {
		max-width: 1132px;
	}
	.amenities-facilities-section{
		padding-top:0px;
	}
	.amenities-content.facilities-text ul{
		justify-content: start;
	}
	.amenities-content.facilities-text ul li {
		width: 42%;
		padding-right: 30px;
	}
	.getintouch {
		padding: 80px 0;
	}
	.contact-detail-section + .getintouch{
		padding-bottom: 80px;
	}
	.bottom-content-container {
		margin-bottom: 25px;
	}
	.contact-detail-section {
		padding-bottom: 17px;
	}
	.contact-detail-box{
		padding-left: 180px;
	}
	.top-line.contact-detail-inner:after{
		right: -30px;
	}
	.top-line.contact-detail-inner:before {
		position: absolute;
		content: '';
		left: -16px;
		width: 1px;
		height: 16px;
		background: #000;
		top: -37px;
	}
	.blue-print-plan-content{
		max-width: 1095px;
		margin: 0px auto;
	}
	.layout-content{
		padding-left: 40px;
	}
	.image-content-layout1 .layout-content{
		padding-left: 0px;
	}
	.image-content-layout2 .layout-content:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		width: 1px;
		height: 16px;
		background: #000;
	}
	.left-plus.layout-image:before {
		position: absolute;
		content: '';
		left: -35px;
		top: 0;
		background: #000;
		width: 100%;
		height: 1px;
	}
	.image-content-layout5 .left-plus:after{
		right: -30px;
	}
	.image-content-layout5 .left-plus.layout-image:before{
		width: 96%;
	}
	.image-content-layout2 .left-plus:after{
		left: 98%;
	}
	.image-content-layout2 .layout-content{
		padding-right: 20px;
	}
	.image-content-layout1 .layout-image,.image-content-layout2 .layout-image,.image-content-layout3 .layout-image{
		height: 100%;
	}
	.image-content-layout1 .layout-image img,.image-content-layout2 .layout-image img,.image-content-layout3 .layout-image img{
		height: 100%;
		object-fit: cover;
	}
	.image-content-layout3 .layout-content p{
		max-width: 100%
	}
	.image-content-layout3 .layout-content:before{
		left: auto;
		width: 89%;
		right: 0;
	}
	.image-content-layout3 .left-plus.layout-image {
		border-top: 0;
		padding-left: 0;
	}
	.image-content-layout3 .left-plus:after{
		right: -30px
	}
	.image-content-layout3 .left-plus.layout-image:before {
		position: absolute;
		content: '';
		width: 80%;
		height: 1px;
		background: #000;
		left: -12px;
		top: 0;
	}
	.image-content-layout3 .right-border.layout-image:after {
		position: absolute;
		content: '';
		width: 1px;
		background: #000;
		height: 16px;
		right: -12px;
		top: 0;
	}
	.image-content-layout4{
		padding-top: 30px;
		padding-top: 20px;
	}
	.image-content-layout4 .left-plus.layout-image:before{
		display: none;
	}
	.image-content-layout4 .left-plus:after{
		left: -12px;
	}
	.image-content-layout4 .layout-content:before{
		left: -12px;
	}
	.image-content-layout4 .layout-content:after{
		left: -12px;
	}
	.image-content-layout4 .layout-content{
		padding-left: 24px;
	}
	.image-content-layout5 .layout-content p{
		max-width: 100%;
	}
	.image-content-layout5 .layout-content:after, .image-content-layout5 .layout-content:before {
		position: absolute;
		content: '';
		top: 0;
		background: #000;
	}
	.image-content-layout5 .layout-content:after, .image-content-layout5 .layout-content:before {
		position: absolute;
		content: '';
		top: 0;
		background: #000;
	}
	.image-content-layout5 .layout-content:before {
		width: 90%;
		height: 1px;
		right: 0;
	}
	.image-content-layout5 .layout-content:after {
		width: 1px;
		height: 16px;
		right: 0;
	}
	.image-content-layout2 .layout-image,.image-content-layout2 .layout-content,.image-content-layout3 .layout-image,.image-content-layout3 .layout-image,.image-content-layout4 .layout-content,.image-content-layout5 .layout-image,.image-content-layout5 .layout-content{
		padding-top: 40px;
	}
	.image-content-layout5 .layout-content{
		padding-left: 45px;
	}
	.detailed-plan-wrap {
		padding: 0;
	}
	.description-floor-container {
		padding: 48px 0px 60px 0px;
	}
	.description-floor-plan .line-style.top-two-line:before{
		display:none;
	}
	.description-floor-box ul li .des-text{
		padding-left: 60px;
	}
	.floorgetinup .contact-form-main-wrapper{
		padding: 0 24px;
	}
	.description-floor-container{
		padding-bottom: 85px;
		padding-left:38px;
	}
	.floorgetin.getintouch {
		padding-top: 25px;
		padding-bottom: 62px;
	}
	.image-content-layout1 .layout1-image-small{
		padding-right: 20px;
	}
	.detailed-plan-section .project-detail-inner{
		max-width: 1132px;
		margin: 0px auto;
	}	
	.floorgetinup.getintouch {
		max-width: 1132px;
		margin: 0px auto;
	}
	.description-floor-plan .description-floor-inner {
		max-width: 1132px;
		margin: 0px auto;
	}
	.description-floor-container .common-heading p {
		max-width: 510px;
	}
	.description-floor-container .common-heading .heading-text h2{
		max-width: 100%;
	}
	.custom-iframe{
		position:relative;
	}
	.custom-iframe iframe {
		min-height: 817px;
	}
	.iframe-heading {
		font-size: 48px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.6px;
		line-height: 1.1;
		max-width: 100%;
	}
	.top-line.plan-description:after {
	  top: -39px;
	}
	.absolute-img{
		position:relative;
	}
	.absolute-img .project-image {
		position: absolute;
		width: 190px;
	}
	.align-right .absolute-img .project-image {
		left: 36px;
	}
	.align-left .absolute-img .project-image {
		right: 36px;
	}
	.blue-print-box {
		min-height: 450px;
	}
	.video-section{
		padding: 80px 0;
	}
}
@media screen and (min-width: 1024px) {
	.project-listing {
		padding: 80px 0px;
	}
	.project-one .project-image img, .project-two .pro2-image-big .project-image img,.project-three .multi-image .multi-image-wrap .project-image img,.project-four .pro2-image-big .project-image img{
		object-fit: cover;
	}
	.project-listing {
		padding: 50px 0px 0px 0px;
	}
	.video-hover-text {
		display: none;
	}
	.color-heading-content {
		border-top: 0;
		padding-top: 0;
		padding-left: 25px;
	}
	.content-layout2{
		padding-top: 80px;
	}
	.heading-content-repeat{
		padding-top: 0;
		padding-left: 0;
		position:relative;
	}
	.heading-content-repeat:after {
		position: absolute;
		content: '';
		right: 0;
		width: 1px;
		height: 16px;
		background: #000;
		bottom: 0;
	}
	.heading-content-repeat:before {
		position: absolute;
		content: '';
		right: 0;
		width: 16px;
		height: 1px;
		background: #000;
		bottom: 0px;
	}
	.content-layout2 .heading-and-content {
		padding-top: 48px;
		position: relative;
		padding-left: 24px;
	}
	.content-layout2 .heading-and-content:after {
		position: absolute;
		content: '';
		top: 0;
		right: -1px;
		width: 1px;
		height: 16px;
		background: #000;
	}
	.color-heading:before {
		top: -100px;
		left: 280px;
	}
	.banner-container .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.color-heading-content:before,.color-heading-content:after{
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.project-one .project-image img, .project-two .pro2-image-big .project-image img,.project-three .multi-image .multi-image-wrap .project-image img,.project-four .pro2-image-big .project-image img{
		object-fit: cover;
	}
	.team-wrap{
		height: 210px;
	}
	.site-logo {
		width: 78px;
	}
	.site-logo #lottie {
		width: 100%;
	}
	.content-layout1.no-grey-content .heading-text-row{
		padding-right: 20px;
		padding-left: 20px;
	}
	.content-layout1.no-grey-content .simple-text{
		padding-right: 10px;
	}
	.content-layout1.no-grey-content .colored-text{
		padding-right: 50px;
		padding-left: 50px
	}
	.contact-form-main-heading {
		max-width: 280px;
		padding-right: 0;
	}
	.download-brochure{
		margin-top: 150px;
	}
	.download-brochure-content{
		padding-left: 104px;
	}
	.download-brochure-content .form-grid {
		grid-template-columns: 41.8% 29.2% 1fr;
	}
	.image-content-layout2 .layout-content{
		padding-right: 0px;
	}
	.image-content-layout3 .left-plus.layout-image:before{
		width: 90%;
	}
	.image-content-layout3 .layout-content:before{
		width: 91%;
	}
	.image-content-layout3 .layout-content p {
		max-width: 240px;
	}
	.image-content-layout2 .layout-content:after{
		right: -12px;
	}
	.amenities-facilities-section {
		padding-top: 130px;
	}
	.bottom-content-container {
		margin-bottom: 80px;
	}
	.description-floor-box ul li .des-text{
		padding-left: 45px;
		padding-right: 235px;
	}
	.detailed-plan-wrap {
		padding: 0 33px;
	}
	.download-brochure .form-group .submit-btn{
		min-width: 126px;
	}
	.iframe-heading {
		max-width: 1068px;
		padding-right: 0;
		left: 0;
	}
	.project-listing.project-one .project-image {
		padding-bottom: 73%;
	}
	.video-text{
		padding-top: 0;
	}
	.video-headign{
		margin-bottom: 55px;
	}
	
}
@media screen and (min-width: 1366px) {
	
	/* 
		Home Banner 
	*/
	
	.main-logo-wrap{
		text-align: left;
		margin-top: 17px;
	}
	.site-logo img {
		width: 284px;
	}
	.project-listing:last-child {
		padding-bottom: 120px;
	}
	.hero-section {
		padding: 100px 0 66px 0;
	}
	.hero-content {
		max-width: 780px;
		text-align: left;
		padding-left: 30px;
	}
	.banner-btn-wrap{
		text-align: left;
	}
	.hero-content h1 {
		font-size: 72px;
		max-width: 750px;
	}
	.hero-content p {
		max-width: 340px;
	}
	.btn-wrap{
		text-align: left;
	}

	/*
		Project Listing Style
	*/

	.project-listing {
		padding: 76px 0px 0px 0px;
	}
	.project-main-container{
		margin-bottom: 100px;
	}
	.project-container {
		margin-left: 0px;
		padding: 44px 0 0 0;
	}
	.project-listing .project-main-container:last-child {
		margin-bottom: 0;
	}
	.project-heading {
		font-size: 32px;
		max-width: 365px;
	}
	.top-line:after{
		top: -44px;
	}
	.align-left .top-line:after {
		left: 3px;
	}
	.align-right .top-line:after {
		right: -31px;
	}
	.align-left .top-line.project-text-box:after {
		right: 0;
		left: -17px;
	}
	.align-right .top-line:after {
		right: 3px;
	}
	.align-right .top-line.project-text-box:after {
		right: -17px;
	}
	.align-left .single-image .top-line:after {
		right: 100%;
		left: -30px;
	}
	.align-right .single-image .top-line:after {
		right: -30px;
	}
	.align-right .line-style:after{
		left: 0;
	}
	.align-left .top-line:after {
		right: 3px;
	}
	.project-text .top-line:after{
		display: block;
	}
	.project-container .btn-wrap{
		margin-top: 45px;
	}
	.multi-image-wrap {
		padding: 0;
	}
	.multi-image .project-image {
		margin-bottom: 0px;
		padding: 0 3px;
	}
	
	.video-hover-text a {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.2px;
		text-align: left;
		line-height: 1;
		padding: 13px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.project-one .multi-image .top-line:after{
		display: none;
	}
	.project-two .multi-image .project-image{
		margin-top: 0;
	}
	.project-four .multi-image .project-image {
		margin-top: 0;
	}
	.project-five .pro5-image-small .sectwo-multiimage {
		margin-top: 0;
	}
	.project-text .project-heading,.project-text p{
		padding-left: 16px;
	}
	.project-two .align-left .single-image .project-image{
		padding-left: 0;
	}
	.align-right .heading-text {
		padding-left: 16px;
	}
	
	.project-one .project-image img, .project-two .pro2-image-big .project-image img,.project-three .multi-image .multi-image-wrap .project-image img,.project-four .pro2-image-big .project-image img{
		object-fit: cover;
		height: 100%;
	}
	.project-four .sectwo-multiimage {
		margin-top: 0px !important;
	}
	.project-five .sectwo-multiimage {
		margin-top: 0px;
	}
	.project-three .multi-image .multi-image-wrap {
		margin-top: 0px;
	}
	.project-four .sectwo-multiimage .project-image {
		height: auto;
	}
	.project-four .sectwo-multiimage .project-image img {
		height: auto;
		object-fit: cover;
	}
	
	/*
		Footer Style
	*/
	
	.footer-heading{
		margin-bottom: 50px;
		max-width: 740px;
    	margin-left: 0;
	}
	.site-info .sitemap-info h5{
		margin-bottom: 30px;
	}
	.footer-heading p{
		text-align: left;
	}
	footer.site-footer{
		padding:103px 0 114px 0;
	}
	.project-one .img-2{
		display: block;
	}
	
	.bottom-content-container{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-bottom-section .container{
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
	}
	
	/*
		Team Style
	*/
	
	.team-wrap {
		height: 330px;
	}
	
	/*
		Project inner Style
	*/
	
	.project-banner {
		min-height: 1106px;
	}
	.project-banner-content p{
		max-width: 225px;
	}
	.getintouch{
		padding: 80px 0;
	}
	.project-banner.floor-plan-page{
		margin-bottom: 70px;
	}
	
	/*
		Floor Plan
	*/
	.project-detail-inner {
		padding-top: 44px;
	}
	
	.content-layout1.no-grey-content .simple-text {
		padding-right: 20px;
	}
	.content-layout1.no-grey-content .heading-text-row {
		padding-right: 15px;
		padding-left: 15px;
	}
	.content-layout1.no-grey-content .colored-text {
		padding-right: 50px;
		padding-left: 50px;
	}
	.content-layout1.no-grey-content .three-column-content-layout-row{
		margin: 0px auto;
	}
	.brochure-image{
		width: 100%;
		top: -140px;
		right: 155px;
	}
	.video-headign{
		margin-bottom: 35px;
	}
	
}

@media screen and (min-width: 1400px){
	.footer-heading{
		margin-bottom: 95px;
	}
}
@media screen and (min-width:576px){
    /* banner-in-container */
    .banner-container .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-container .row {
        margin: 0 -15px;
    }
    .banner-container [class*="col-"] {
        padding: 0 15px;
    }
    .banner-container .banner-container-heading {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width:768px){
    .get-form .form-group .form-control {
        border: solid 1px #000;
    }
    .project-banner-container {
        max-width: 720px;
        margin: 0 auto;
        width: 100%;
    }
	.banner-container .banner-container-heading{
		position:absolute;
		margin-bottom: 0px;
	}
    .project-banner {
        padding: 80px 15px 30px;
    }
    
    .project-banner-content h1 {
        font-size: 48px;
        letter-spacing: 0.6px;
        line-height: 1.1;
        margin: 25px 0 16px 0;
    }
	.project-banner-content h5{
		max-width: 100%;
	}
    .project-banner-content p {
        max-width: 224px;
        line-height: 1.5;
        letter-spacing: 0.2px;
    }
    .get-form .form-group {
        margin-bottom: 0;
    }
    .get-call{
        padding-left: 15px;
    }
    .border-right-lg-none{
        border-right: none!important;
    }
    .form-grid {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        width: 100%;
        margin: 0 auto;
    }
    .form-item {
        padding: 0;
    }
    .form-grid .form-item {
        padding: 0;
    }
    /* banner-in-container */
    .banner-container .container {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
    .banner-container .row {
        margin: 0 0px;
    }
    .banner-container [class*="col-"] {
        padding: 0 0px;
    }
    .banner-container .banner-container-heading {
        padding-left: 15px;
        padding-right: 15px;
        transform: translatex(-50%);
        left: 50%;
        max-width: 720px;
    }

    .banner-container .banner-container-heading hr:after {
        content: '';
        width: 2px;
        height: 16px;
        right: 0;
        position: absolute;
        top: 0;
        display: inline-block;
        background: white;
        opacity:1;
    }
    .banner-container.heading-black .banner-container-heading hr:after {
        background: black;
        opacity: 1;
    }
   
    .banner-container img {
        height: 761px;
    }
    /* three column-content-layout 1 */
    .content-layout1 .simple-text {
        padding: 45px 58px 15px 0;
        border-top: solid 1px #000;
        border-right: none;
    }
	.content-layout1.no-grey-content .simple-text{
		border-top:0 ;
	}
    .content-layout1 .simple-text:after{
        display:none;
    }
    .content-layout1 .heading-text-row:before{
        display: none;
    }
    .content-layout1 .heading-text-row {
        padding: 25px 33px 25px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .content-layout1 .heading-text-row:after{
        content:'';
        position:absolute;
        width:15px;
        height:1px;
        background-color: #000;
        right:0;
        bottom:0;
        display:inline-block;
    }
    .content-layout1 .heading-text-row:before{
        content:'';
        position:absolute;
        width:1px;
        height:15px;
        background-color: #000;
        left:0;
        top:0;
        display:inline-block;
    }
    .content-layout1 .heading-text-row .inner-content:last-child {
        margin-bottom: 0;
    }
    .content-layout1 .colored-text {
        color: #E95524;
        font-size: 24px;
        font-weight: 600;
        padding: 45px 45px 45px 0;
        line-height: 1.33;
    }
    .grey-text-wrap {
        padding: 77px 33px 50px 0;
    }
    .text {
        padding: 77px 29px 0;
    }
    .grey-text-wrap:after{
        left: unset;
        bottom: unset;
        top: 0;
        right: -3.5%;
    }
    .content-layout1 {
        padding-top: 56px;
        padding-bottom:55px;
    }
	.heading-content-repeat{
		margin-bottom: 37px;
	}
}
@media screen and (min-width:992px){
    .form-grid {
        display: grid;
        grid-template-columns: 29.5% 30.9% 20.6% 1fr;
    }
    .project-banner-content h1{
        margin: 25px 0 16px 0;
    }
    .project-banner-content p {
        margin-bottom: 15px;
    }
    .bottom-code {
        bottom: 60px;
    }

    /* banner-in-container */
    .banner-container .container{
        padding-left: 15px;
        padding-right: 15px;
        max-width:960px;
    }
    .banner-container .row {
        margin: 0 -15px;
    }
    .banner-container [class*="col-"] {
        padding: 0 15px;
    }
    .banner-container .banner-container-heading {
		padding-left: 0;
		padding-right: 0;
        max-width: 1132px;
        left: 50%;
        width: 85.8%;
        transform: translateX(-50%);
    }
    .banner-container img {
        height: 979px;
    }
    /* three column content layout1 */
    .three-column-content-layout-row {
        padding-left: 0;
		padding-right: 0;
		max-width: 1132px;
		margin: 0px auto;
    }
    .content-layout1 .simple-text {
        padding: 35px 45px 0px 35px;
    }
    .content-layout1 .heading-text-row {
        padding: 35px 0px 0px 0;
        border-right:none;
    }
    .content-layout1 .heading-text-row:after,  .content-layout1 .heading-text-row:before{
        display: none;
    }
    .content-layout1 .colored-text {
        padding: 35px 80px 40px 45px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        position: relative;
		height: 100%;
    }
    .content-layout1 .colored-text :after{
        content:'';
        position:absolute;
        width:15px;
        height:1px;
        background-color: #000;
        right:0;
        bottom:0;
        display:inline-block;
    }
    .content-layout1 .colored-text:before{
        content:'';
        position:absolute;
        width:1px;
        height:15px;
        background-color: #000;
        left:0;
        top:0;
        display:inline-block;
    }
    .content-layout1 .colored-text:after{
        content:'';
        position:absolute;
        width:15px;
        height:1px;
        background-color: #000;
        right:0;
        bottom:0;
        display:inline-block;
    }
	.content-layout1 .grey-text-wrap:after{
		right: -16px;
		top: -16px;
	}
    .grey-text-wrap {
        padding: 65px 20px 50px 35px;
    }
    .text {
        padding: 65px 75px 0 45px;
    }
	
	.heading-content{
		max-width: 353px;
	}
    .grey-text-wrap:after {
        right: 16px;
    }
    .content-layout1 {
        padding-top: 80px;
        padding-bottom: 110px;
    }
	.content-layout1.no-grey-content {
        padding-top: 80px;
        padding-bottom: 120px;
    }
	.content-layout2 .color-heading{
		padding-top: 25px;
		position: relative;
		padding-left: 40px;
	}
	.content-layout2 .color-heading:before{
		top: -50px;
		left: auto;
		right: 0;	
	}
	.content-layout2 .color-content {
		padding-left: 50px;
		padding-top: 25px;
	}
	.content-layout2 .heading-and-content {
		padding-left: 64px;
		padding-right: 70px;
	}
	.content-layout2{
		padding-bottom:80px;
	}
	.content-layout1.no-grey-content .simple-text{
		padding-left: 40px;
	}
	
}
@media screen and (min-width:1200px){
    .banner-container .container{
        max-width:1140px;
    }
 
}
@media screen and (min-width:1400px){
    .banner-container .container{
        max-width:1320px;
    }
}
/*
	==================== Project inner Style
*/
.getintouch .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#b7b7b7;
    opacity: 1; /* Firefox */
  }
  
  .getintouch .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#b7b7b7;
  }
  
  .getintouch .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:#b7b7b7;
  }
  
.form-control:focus{
    box-shadow: none;
    outline: none;
}
.project-banner {
	position: relative;
	min-height: 626px;
}
.project-banner-image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}
.project-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-banner-content {
	position: relative;
	z-index: 2;
}
.project-banner {
	position: relative;
	padding: 40px 0px 30px;
}
.pro-banner-content {
	position: relative;
	z-index: 2;
	color:#fff;
}
.banner-logo .site-inner-logo img{
    height: auto;
}
.banner-logo .site-inner-logo.site-logo {
    width: 68px;
}
.project-banner-content h1 {
	font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.25;
    margin: 13px 0 15px 0;
    color: #fff;
}
.project-banner-content p{
	color:#fff;
    max-width: 168px;
    line-height: 1.5;
    margin-bottom: 20px;
    line-height: 1.5;
}
.project-banner-content h5 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-align: left;
	color:#fff;
	line-height: 1.5;
	max-width: 160px;
}
.project-banner-content.black-banner h1,.project-banner-content.black-banner h5,.project-banner-content.black-banner p{
	color: #000;	
}
.project-banner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 393px;
	left: 0;
	top: 0;
	opacity: 1;
	background: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0) 100%);
}
.bottom-code p {
    color: #fff;
}
.bottom-code {
    position: absolute;
    bottom: 30px;
    z-index: 1;
}
.banner-back {
    display: flex;
    justify-content: end;
}
.top-back-btn {
	background: #000;
    color: #fff;
    font-size: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all ease 0.5s;
    position: relative;
	border:none;
	border-radius:0px;
}
.top-back-btn span {
    position: absolute;
    right: -40px;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    top: 50%;
}

.top-back-btn:hover {
    width: 90px;
    padding-right: 30px;
	color: #fff;
}

.top-back-btn:hover span {
    right: 22px;
}

.top-back-btn:hover i {
    margin-left: -20px;
}
.getintouch{
	padding: 48px 0;
}
.contact-detail-section + .getintouch {
    padding-bottom: 70px;
	padding-top: 50px;
}
.getintouch h2{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-align: left;
	line-height: 1.25;
}
.get-form {
    margin: 28px 0 0; 
}
.form-group {
    position: relative;
}
.get-form .form-group .form-control {
    border: solid 1px #000000;
    border-radius: 0;
    height: 54px;
    padding: 10px 12px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-family: var(--hero-regular);
}
.get-form .form-group .budget select{
	background: url(../images/select-icon.png) no-repeat;
	background-position: 93% center;
	color:#000;
}
.get-form .form-group .budget select option{
	color:#000;
}
.get-form .form-group select:invalid{
    color:#b7b7b7;
}
.phonewidcode {
    position: relative;
}
.phonewidcode .countrycode {
    position: absolute;
    top: 50%;
    left: 10px;
    border-right: 1px solid #d8d8d8;
    transform: translateY(-50%);
    z-index: 1;
}
.phonewidcode .intl-tel-input .selected-flag .iti-flag{
	display: none;
}
.phonewidcode .intl-tel-input.separate-dial-code .selected-dial-code{
	padding-left: 0;
}
.phonewidcode .intl-tel-input.separate-dial-code .selected-flag{
	width: 75px !important;
    background: transparent;
	padding: 0 15px;
	position: relative;
}

.phonewidcode .intl-tel-input.separate-dial-code .selected-flag:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    right: 0;
    top: 50%;
    z-index: 1;
    background: #d8d8d8;
    transform: translateY(-50%);
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box,.intl-tel-input .selected-flag .iti-arrow{
	display:none;
}
.phonewidcode .form-control {
    padding-left: 84px !important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{
	background: transparent;
}
.phonewidcode .intl-tel-input ul.country-list{
	width: 100px;
}
.form-group .submit-btn{
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	text-align: left;
	height: 54px;
	border-radius: 0;
	width: 100%;
	text-transform:unset;
	position: relative;
	transition: all .3s linear;
}
.form-group .submit-btn:hover{
	padding-left: 30px;
}
.form-group .submit-btn:before{
	content: '\f061';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    position: absolute;
    color: white;
    font-family: "Font Awesome 5 Free";
    transition: all .3s linear;
    font-size: 15px;
    opacity: 0;
    left: 0;
    transform: translateX(0px);
}
.form-group .submit-btn:hover:before {
    opacity: 1;
	transform: translateX(10px);
}
.form-group .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: var(--dark-color-green);
}
.get-call {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 32px;
	margin-top: 32px;
}
.get-call a{
	color: #E95524;
}
.get-form .form-group {
    margin-bottom: 15px;
}
.contact-form-main-wrapper {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1068px;
}

/* banner-container */
.banner-container .container {
    padding: 0;
    position: relative;
}
.banner-container .row {
    margin: 0;
}
.banner-container [class*="col-"]{
    padding: 0;
}
.banner-container img {
    height: 433px;
    object-fit: cover;
}
.banner-container .banner-container-heading{
    padding-left: 15px;
    padding-right: 15px;
    top: 32px;
    width: 100%;
    left: 0;
	margin-bottom: 17px;
	position: absolute;
}
.banner-container .banner-container-heading hr{
    margin: 0;
    opacity:1;
    background: white;
    position: relative;
	height: 2px;
}
.heading-content {
    position: relative;
    max-width: 383px;
    width: 100%;
}

.heading-content h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fff;
    margin-bottom:0;
    line-height: 1.5;
}

.banner-container.heading-black .banner-container-heading hr {
    background: black;
    opacity: 1;
}
.banner-container.heading-black .banner-container-heading h2{
    color: black;
}

/* three-column layout 1 */
.content-layout1 {
    padding-top: 33px;
    padding-bottom: 40px;
}
.content-layout1 .simple-text{
    padding:35px 27px 15px;
    line-height: 1.5;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    color:#303538;
}
.content-layout1 .simple-text:after{
    content:'';
    width:15px;
    height:1px;
    background-color:#000;
    position:absolute;
    bottom:0;
    right:0;
    display: inline-block;
}
.content-layout1 .heading-text-row{
    padding:25px 27px 25px;
    position: relative;
}
.content-layout1 .heading-text-row h5{
    font-size: 20px;
    color: #303538;
    font-weight: 600;
    line-height: 1.25;
}
.content-layout1 .heading-text-row .content-text{
    font-size: 16px;
    line-height: 1.5;
    color: #303538;
}
.content-layout1 .heading-text-row:before{
    content: '';
    background: url("../images/plus-icon-colored.png") no-repeat center center;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
}
.content-layout1 .heading-text-row .inner-content{
    margin-bottom: 30px;
}
.content-layout1 .colored-text {
    color: #E95524;
    font-size: 24px;
    font-weight: 600;
    padding: 25px 32px 35px;
    line-height: 1.33;
}
.grey-text-wrap {
    padding: 0 33px 50px;
    position: relative;
}
.grey-text-wrap h4{
    color: #D8D8D8;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}
.grey-text-wrap:after{
    content:'';
    background: url("../images/plus-icon-colored.png") no-repeat center center;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
}
.text {
    padding: 5px 33px 0;
    line-height: 1.5;
    color: #303538;
}

/*
================== Global Variables
*/

:root {	
    --color-green: #914621;
    --color-orange: #914621;
    --dark-color-green: #ff9263;
    --dark-color-orange: #c14116;
    
    --hero-regular:'Montserrat',sans-serif;
    --hero-semibold:'Montserrat',sans-serif;
    --hero-medium:'Montserrat',sans-serif;

}
/*
================== Global Style
*/

body,html{
-webkit-font-smoothing: antialiased;
}
body{
overflow-x: hidden;
font-family:var(--hero-regular);
font-weight: 400;

}
a{
text-decoration: none;
}
/* a:hover{
color: var(--dark-color-green);
} */
*:focus{
outline: 0;
}
:focus-visible{
outline: 0;
}
::-webkit-input-placeholder {
color: #000;
}
::-moz-placeholder {
color: #000;
}
:-ms-input-placeholder {
color: #000;
}
:-moz-placeholder {
color: #000;
}
.clearfix:after {
content: "";
clear: both;
display: table;
}
p{
font-size:16px;
line-height:1.5;
letter-spacing: 0.2px;
color: rgba(48,53,56,1);
}
ul{
padding-left:0px;
margin-left:0px;
}
.btn-wrap{
margin-top: 30px;
}
/*
================== Button Style
*/
.btn{
padding: 12px;
min-width: 174px;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.2px;
line-height: 1.2;
border-radius: 0;
font-weight: 600;
}

.btn i{
margin-left: 5px;
font-size: 12px;
position: relative;
line-height: 1;
top: -1px;
}
.btn-green{
background-color: #E1E1E1;
color: #303538;
}
.btn-green:hover{
background-color: var(--dark-color-green);
color: #fff;
}

/*
================== Menu Style
*/
main.site-main{
overflow-x: hidden;
}
header.site-header{
background: #f5f5f5;
}
.main-navigation .menu-toggle svg {
width: 16px;
}
header.site-header{
border-bottom: solid 1px #303538;
}
.main-navigation{
position: relative;
padding:15px;
display: flex;
justify-content: flex-end;
}
.main-navigation .menu-toggle{
background: transparent;
cursor: pointer;
border: none;
color: #F5F5F5;
font-size: 35px;
line-height: 1;
padding: 0;
}
.main-navigation .menu-close{
position: absolute;
background: #323438;
cursor: pointer;
border: none;
color: #fff;
line-height: 1;
font-size: 18px;
padding: 5px 8px;
left: 0px;
top: 0;
border-radius: 0;
}
.main-navigation .main-navigation-wrapper{
position: fixed;
right: -300px;
top: 0;
width: 250px;
height: 100vh;
z-index: 999;
background-color: #e1e1e1;	
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.main-navigation.toggled .main-navigation-wrapper{
right: 0;	
}

#primary-menu{
padding: 45px 0 26px 26px;
margin: 0;
list-style-type: none;
}
#primary-menu li{
position: relative;
display: flex;
align-items: center;
margin-bottom: 15px;
}
#primary-menu li.focus span i {
transform: rotate(90deg);
transition: all ease 0.4s;
}
#primary-menu li:last-child {
margin-bottom: 0;
}
#primary-menu a{
color: #000000;
font-size: 14px;
line-height: 1.35;
font-weight: 700;
text-decoration: none;	
display: inline-block;
text-transform: uppercase;	
}
#primary-menu .sub-menu{
display: none;
position: absolute;
left: 100%;
top: 0;
list-style-type: none;
padding: 0;
margin: 0;
}
#primary-menu .menu-item-has-children span{
margin-left: auto;
width: 20px;
height: 20px;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
}
#primary-menu li.focus {
display: block;
}
#primary-menu li.focus .sub-menu{
display: block;
padding: 10px 0;
position: static;
width: 100%;
}

#primary-menu .sub-menu li{	
padding: 5px 0 5px 0	;
margin-bottom: 0;
display: block;
}
#primary-menu li.focus.color-pop .sub-menu li {
padding-bottom: 0;
padding-top: 0;
}
#primary-menu .sub-menu li a{
display: block;
width: 120px;
padding: 0 15px;
font-size: 12px;
font-weight: 500;
line-height: 1.2;
color:#6a6a6a;
}
.site-logo {
width: 86px;
}
.site-logo #lottie {
width: 100%;
}
.site-logo iframe body{
background-color: transparent;
}
.site-logo a{
display: block;
}
.main-logo-wrap{
margin-bottom: 30px;
text-align: center;
}
.logo-container1 {
	background-image: url('images/ANTHILL_Grey Background.jpg') !important; 
	background-size: cover !important;
	background-position: center !important; 
	background-repeat: no-repeat  !important; /* Prevents the background image from repeating */
	padding: 20px; /* Optional: Adds padding inside the div */
	border-radius: 10px; /* Optional: Adds rounded corners */
}
.hero-content-wrap {
padding: 0 12px;
}
.hero-content {
text-align: left;
}
.hero-section{
padding: 120px 0 50px 0;
background: #f5f5f5;
}

.hero-content h1 {
font-size: 25px;
font-weight: 600;
color: #525252;
letter-spacing: 0.9px;
margin: 0 0 25px 0;
line-height: 1.1;
}
.hero-content p {
font-size: 16px;
color: #737373;
margin-bottom: 25px;
}
.banner-btn-wrap{
text-align: left;
}
.scroll-btn {
width: 32px;
height: 32px;
background: #737373;
color: #fff;
border-radius: 50%;
display: flex;
text-align: center;
line-height: 2.2;
align-items: center;
justify-content: center;
}
.scroll-btn img {
width: 13px;
}
.scroll-btn i {
font-size: 16px;
}
.common-heading .heading-text h5 {
font-size: 20px;
letter-spacing: 0.25px;
line-height: 0.63;
color: var(--color-green);
margin: 0;
}
.project-main-container.green-color-section .common-heading .heading-text h5{
color: var(--color-green);
}
.project-main-container.orange-color-section .common-heading .heading-text h5{
color: var(--color-orange);
}
/*
====================Project Style
*/
.project-listing {
padding: 35px 0px 0px 0px;
}
.project-listing:last-child {
padding-bottom: 80px;
}
.project-main-container {
margin-bottom: 30px;
}
.project-container {
padding: 37px 0px 0 0;
position: relative;
}

.align-right .heading-text .justify-content-end{
justify-content: flex-start!important;
}
.headig-line {
position: relative;
}

.line-style {
border-bottom: solid 1px #000;
position: relative;
margin-top: 20px;
}
.top-line {
position: relative;
}

/* .top-line:after {
position: absolute;
content: '';
top: -37px;
height: 16px;
width: 1px;
background: #000;
} */
/* .line-style:after {
position: absolute;
content: '';
top: 0px;
height: 16px;
width: 1px;
background: #000;
} */
/* .align-left .line-style:after{
right: 0;
} */
.single-image .project-image {
position: relative;
width: 100%;
height: 100%;
}

/* .align-left .single-image .top-line:after{
right: -24px;
} */
/* .align-right .single-image .top-line:after {
right: -24px;
} */
.project-text p{
margin-bottom: 7px;
}
/* .project-text .top-line:after{
display: none;
} */
.multi-image .project-image{
height: 100%;
}
/* .project-two .multi-image .project-image {
margin-top: 24px;
} */
.project-image img{
width: 100%;
}
.project-heading {
color: rgba(48,53,56,1);
font-weight: 600;
font-size:25px;
font-style: normal;
letter-spacing: 0.4px;
text-align: left;
line-height: 1.25;
margin-bottom: 16px;
font-family: 'Montserrat', sans-serif;
}
.single-image video{
height: 100%;
width: 100%;
display: block;
position: absolute;
object-fit: cover;
}

.video-hover-text {
position: absolute;
bottom: 80px;
margin: auto;
width: 170px;
left: 50%;
transform: translateX(-50%);
background-color: rgba(48,53,56, 1);
opacity: 0.8;
display: none;
}
.project-main-container .video-hover-text{
display: none !important;
}
.video-hover-text a {
color: #fff;
font-size: 11px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.2px;
text-align: left;
line-height: 1;
padding: 10px 10px;
display: flex;
min-width: 150px;
flex-wrap: nowrap;
white-space: nowrap;
word-break: keep-all;
align-items: center;
justify-content: center;
}
.video-hover-text a i {
margin-left: 10px;
font-size: 21px;
}
.project-text .common-heading{
margin-bottom: 30px;
margin-top: 40px;
}
.project-one .project-image img, .project-two .pro2-image-big .project-image img,.project-three .multi-image .multi-image-wrap .project-image img,.project-four .pro2-image-big .project-image img{
object-fit: cover;
}
.project-four .sectwo-multiimage {
margin-top: 24px;
}
.project-five .sectwo-multiimage {
margin-top: 24px;
}
.project-three .single-image .top-line:after{
display: none;
}
.video-wrap {
height: 200px;
}
/*
======= Gray Scale Section
*/
/* Green color */
.project-container img, .project-container video {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.project-container:hover img, .project-container:hover video{
    filter: grayscale(0);
}
.project-container:hover .btn-green{
    background-color: var(--color-green);
    color: #fff;
}
.project-container:hover .btn-green:hover{
    background-color: var(--dark-color-green);
}
.project-main-container .container:hover .common-heading .heading-text h5{
    color: var(--color-green);
}
.project-main-container.green-color-section .container:hover .common-heading .heading-text h5{
    color: var(--color-green);
}
/* Orange color */
.project-main-container.orange-color-section .container:hover .common-heading .heading-text h5{
    color: var(--color-orange);
}
.orange-color-section .project-container:hover .btn-green{
    background-color: var(--color-orange);
    color: #fff;
}
.orange-color-section .project-container:hover .btn-green:hover{
    background-color: var(--dark-color-orange);
}


/*
====================Footer Style
*/
.footer-bottom-section {
background: #F6F6F6;
padding-top: 99px;
}
.bottom-content-container {
margin-bottom: 32px;
padding-left: 20px;
padding-right: 20px;
}
.bottom-content-container h2 {
opacity: 1;
color: rgba(48,53,56,1);
font-size: 32px;
font-weight: 600;
letter-spacing: 0.4px;
line-height: 1.25;
margin-bottom: 35px;
}
.bottom-content-container p{
margin-bottom:15px
}
.site-info .logo-wrap {
order: 2;
}
.site-info .heading-wrap {
order: 1;
}
.site-info h5 {
color: #989b9c;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
text-align: center;
margin-bottom: 15px;
}
.site-info p{
color:#fff;
}
footer.site-footer{
background:#303538;
padding:30px 0 83px 0;
color:#fff;
}
.footer-logo{
width: 160px;
margin: 0px auto 64px auto;
}
.office-info {
text-align: center;
}
.office-info ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
text-align: center;
line-height: 1.5;
}
.office-info ul li:nth-child(2) {
margin: 22px 0 33px 0;
}
.office-info ul li a{
color: #F69342;
}
.office-info ul li a:hover{
color: #e95524;
}
.office-info ul li a.email{
color: #fff;
position: relative;
}
.office-info ul li a.email:hover{
color: #F69342;
}
.office-info ul li a.email:after{
position: absolute;
content: '';
width: 100%;
opacity: 0.3;
height: 1px;
left: 0;
bottom: -2px;
background: rgba(216,216,216, 1);
}
.footer-heading p {
font-size: 32px;
font-weight: 400;
letter-spacing: 0.4px;
line-height: 1.4;
margin-bottom: 0;
}
.site-info .logo-wrap {
order: 2;
}
.site-info .heading-wrap {
order: 1;
}
.footer-heading p{
text-align: center;
}
.footer-heading {
max-width: 310px;
margin: 0px auto 76px auto;
}
.sitemap-info ul li {
list-style: none;
color: #fff;
}
.sitemap-info ul li a {
color: #989b9c;
font-size: 12px;
font-weight: 400;
letter-spacing: 0.15px;
line-height: 36px;
}
.sitemap-info ul li a:hover{
color: #F69342;
opacity: 1;
}
li.bottom-logo {
max-width: 86px;
margin: 30px auto 0px auto;
}
.bottom-footer-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.bottom-footer {
padding: 16px 0;
}
.site-text {
padding-left: 20px;
}
.bottom-footer-inner p {
margin-bottom: 0;
color: #000;
font-size: 12px;
font-weight: 400;
font-style: normal;
letter-spacing: 0.5px;
text-align: right;
line-height: 16px;
}
.bottom-footer-inner p a {
color: #000;
}


/*
====================Team Style
*/

.team-wrap {
position: relative;
height: 210px;
overflow: hidden;
}
.team-wrap:hover img{
filter: grayscale(0);
}
.team-image {
height: 100%;
}
.team-image img {
width: 100%;
display: block;
height: 100%;
object-fit: cover;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: all ease 0.5s;
filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.image-overlay {
opacity: 0.1;
background-color: rgba(0,0,0, 1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.team-content {
position: absolute;
width: 100%;
bottom: 5px;
padding: 10px;
text-align: center;
color: #fff;
z-index: 2;
}
.team-content h6 {
font-size: 16px;
font-weight: 600;
letter-spacing: 0.2px;
line-height: 24px;
margin-bottom:5px;
}
.team-content p {
margin-bottom: 0;
color:#fff;
}

/*
==================== Floor plan style
*/
.project-banner .banner-logo{
margin-bottom:5px;
}
.project-banner.floor-plan-page:after{
display:none;
}
.project-banner.floor-plan-page .pro-banner-content{
color: #000;
}	
.project-banner.floor-plan-page .project-banner-content h1, .project-banner.floor-plan-page .project-banner-content p{
color: #000;
}
.project-banner.floor-plan-page {
min-height: auto;
}
/* .line-style.top-two-line:after {
right: 0
} */
.line-style.top-two-line:before {
position: absolute;
content: '';
top: 0px;
height: 16px;
width: 1px;
background: #000;
left: 0;
}
.project-detail-inner {
padding-top: 44px;
}
.plan-description {
padding-left: 0px;
padding-right: 0px;
margin-top: 30px;
}
.top-line.plan-description:after{
display: none;
}
.project-detail-inner h2{
font-size: 32px;
font-weight: 600;
letter-spacing: 0.4px;
line-height: 1.25;
margin-bottom: 16px;
}
.select-plan{
margin-top: 16px;
margin-bottom: 24px;
}
.project-detail-inner select{
border: 2px solid rgba(233,85,36, 1);
background-color: rgba(246,147,66, 0.2);
padding: 19px 87px 19px 20px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(../images/dropdown.svg);
background-repeat: no-repeat;
background-size: 16px;
background-position: 88% center;
color: #303538;
font-size: 24px;
font-weight: 400;
letter-spacing: 0.3px;
line-height: 1.33;
max-width: 284px;
}
.pro-detail-box h4{
font-size: 24px;
font-weight: 300;
font-style: normal;
letter-spacing: 0.3px;
line-height: 1.33;
}
.pro-detail-box h4 strong{
font-weight: 600;
}
.plan-description p{
font-size: 20px;
font-weight: 600;
letter-spacing: 0.25px;
margin-bottom: 20px;
}
.dropy {
position: relative;
width: 100%;
max-width: 284px;
}

.dropy__title {
position: relative;
display: block;
border: 2px solid rgba(233,85,36, 1);
background-color: rgba(246,147,66, 0.2);
padding: 19px 87px 19px 20px;
text-decoration: none;
color: #303538;
font-size: 24px;
font-weight: 400;
letter-spacing: 0.3px;
line-height: 1.33;
cursor: pointer;
transition: border-color 250ms ease-in-out;
}
.dropy__title span {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.dropy__title:hover {
border-color: #868686;
}
.dropy__title:after {
content: "";
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
background-image: url(../images/dropdown.svg);
width: 16px;
height: 16px;
}

.dropy__content {
position: absolute;
top: 100%;
left: -25px;
width: 100%;
}
.dropy__content ul {
z-index: 1;
overflow: hidden;
position: absolute;
left: 0;
right: 0;
width: 100%;
border-radius: 0.2rem;
max-height: 0;
opacity: 0;
transition: opacity 250ms ease-in-out, max-height 250ms ease-in-out;
list-style: none;
background: #fafafa;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dropy__content ul li:first-child a:hover {
border-radius: 0.2rem 0.2rem 0 0;
}
.dropy__content ul li:last-child a {
margin-bottom: 1.5rem;
}
.dropy__content ul li:last-child a:hover {
border-radius: 0 0 0.2rem 0.2rem;
}
.dropy__content li a {
display: block;
padding: 1rem 1.5rem;
font-size: 1.4rem;
color: #464646;
text-decoration: none;
cursor: pointer;
transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.dropy__content li a:hover {
color: #666666;
background-color: #eeeeee;
}
.dropy__content .dropy__header {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
padding: 5px 25px;
}
.dropy__content .selected {
font-weight: 700 !important;
color: #e75854;
}

.dropy.open .dropy__content ul {
max-height: 14rem;
overflow-y: scroll;
opacity: 1;
}

.dropy.dark .dropy__title {
border-color: #868686;
color: #cccccc;
}
.dropy.dark .dropy__title:hover {
border-color: #cccccc;
}

.content-layout2 {
padding: 24px 0 60px 0;
}
.content-layout2 .heading-and-content h4 {
color: #E95524;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.3px;
line-height: 1.33;
margin-bottom: 17px;
}
.content-layout2 .heading-and-content {
margin-bottom: 56px;
}
.heading-content-repeat {
border-top: solid 1px #000;
border-left: solid 1px #000;
padding-top: 48px;
padding-left: 24px;
margin-bottom: 85px;
}
.heading-content-repeat .col-lg-4:last-child .heading-and-content {
margin-bottom: 0;
}
.content-layout2 .heading-and-content p {
margin-bottom: 0;
}
.color-heading:before {
position: absolute;
content: '';
top: -55px;
left: 0;
background: url('../images/plus-icon-colored.png') no-repeat center center;
display: inline-block;
background-size: contain;   
width: 30px;
height: 30px;
}
.color-heading-content {
position: relative;
padding-left: 24px;
}
.color-heading h2 {
color: #E95524;
font-size: 32px;
font-weight: 600;
letter-spacing: 0.4px;
line-height: 1.25;
margin-bottom: 40px;
max-width: 290px;
}
.color-heading-content h6 {
color: #303538;
font-size: 16px;
font-weight: 400;
font-style: normal;
letter-spacing: 0.2px;
text-align: left;
line-height: 24px;
}
.content-layout1.no-grey-content .simple-text:after {
top: 0;
left: 0;
height: 16px;
width: 2px;
}
.content-layout1.no-grey-content .heading-text-row {
padding-bottom: 0;
padding-top: 14px;
}
.content-layout1.no-grey-content .inner-content {
margin-bottom: 0;
}
.content-layout1.no-grey-content .heading-text-row:before {
display: none;
}
.content-layout1.no-grey-content .colored-text{
position: relative;
padding-top: 0;
letter-spacing: 0.3px;
}
.content-layout1.no-grey-content .colored-text:before {
content: '';
background: url(../images/plus-icon-colored.png) no-repeat center center;
display: inline-block;
background-size: contain;
position: absolute;
left: 0;
bottom: -30px;
width: 30px;
height: 30px;
}

/*
==================== Download Brochure style
*/

.download-brochure {
background: #525252;
}
.download-brochure {
background: #525252;
position: relative;
margin-top: 120px;
padding: 30px 0;
}
.brochure-image {
position: relative;
max-width: 100%;
top: -125px;
margin: 0px auto;
}
.download-brochure-content .form-grid{
grid-template-columns: 1fr 1fr 1fr;
}
.download-brochure-content {
margin-top: -110px;
}
.download-brochure-content .get-form .wpcf7-acceptance {
color: #fff;
}
.download-brochure h3 {
font-size: 28px;
font-weight: 600;
letter-spacing: 0.35px;
color: #fff;
}
.contact-form-main-content {
margin-top: 24px;
}
.contact-form-main-content p {
color: #fff;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
max-width: 245px;
}
.contact-form-main-content p a {
color: #F69342;
font-weight: 600;
}
.contact-form-main-heading {
padding-right: 30px;
}
.download-brochure .get-form .form-group .form-control {
border-color: #aaabab;
border-width: 2px;
background: transparent;
color: #fff;
}
.download-brochure .form-group .submit-btn {
background: #fff;
color: #000;
border-color: #fff;
max-width: 173px;
}
.download-brochure .form-group .submit-btn:before {
color: #000;
}
.download-brochure .get-form .form-group .form-control::placeholder {
color:#fff;
opacity: 1;
}
.download-brochure .get-form .form-group .form-control:-ms-input-placeholder {
color:#fff;
}
.download-brochure .get-form .form-group .form-control::-ms-input-placeholder {
color:#fff;
}
.download-brochure-content .wpcf7-response-output {
color: #fff;
}
.get-form .wpcf7-acceptance label{
line-height: 1;
padding-right: 20px;
}
.get-form .wpcf7-acceptance .wpcf7-list-item-label {
font-size: 12px;
line-height: 1;
}
.get-form .wpcf7-acceptance .wpcf7-list-item-label a {
text-decoration: underline;
}
.amenities-facilities-section{
padding: 10px 0 80px 0 ;
}
.blue-print-container {
border-top: 1px solid #000;
position: relative;
padding: 40px 40px 0px 40px;
}
.blue-print-container:after, .blue-print-container:before {
position: absolute;
content: '';
top: 0;
background: #000;
width: 1px;
height: 16px;
}
.blue-print-container:before {
left: 0;
}
.blue-print-container:after {
right: 0;
}
.blue-print-plan-section {
padding: 80px 0 40px 0;
}
.blue-print-heading h2 {
font-size: 32px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.4px;
line-height: 1.25;
margin-bottom: 16px;
}
.blue-print-text {
margin-bottom: 25px;
}
.blue-print-text h4 {
color: #E95524;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.3px;
line-height: 1.333;
}
.blue-print-wrap {
background: #F5F5F5;
margin-bottom: 32px;
}
.blue-print-details {
padding: 20px;
}
.blue-print-details h5 {
color: #303538;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.25px;
}
.blue-print-details h6 {
color: #E95524;
font-size: 16px;
font-weight: 400;
font-style: italic;
letter-spacing: 0.2px;
line-height: 1.5;
margin-bottom: 13px;
}
.pointer-image {
display: none;
}
.pointer-image img {
width: 100%;
}
.plan-btn-group{
max-width: 175px;
}
.plan-btn-group a {
background: #000;
margin-bottom: 12px;
color: #fff;
padding: 10px;
display: block;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.2px;
text-align: left;
line-height: 1.5;
position: relative;
transition: all .3s linear;
}
.plan-btn-group a:hover{
padding-left: 30px;
background: #000;
}
.plan-btn-group a:before{
content: '\f061';
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-weight: bold;
position: absolute;
color: white;
font-family: "Font Awesome 5 Free";
transition: all .3s linear;
font-size: 15px;
opacity: 0;
left: 0;
transform: translateX(0px);
}
.plan-btn-group a:hover:before {
opacity: 1;
transform: translateX(10px);
}

/* .center-line:after{
position: absolute;
content: '';
top: 0;
background: #000;
width: 1px;
height: 16px;
display: none;
} */
.amenities-container {
position: relative;
border-top: solid 1px #000;
padding-top: 50px;
padding-bottom: 0px;
}
.amenities-container:before {
position: absolute;
content: '';
top: 0;
right: 0;
width: 1px;
height: 16px;
background: #000;
}
.amenities-main-heading {
color: #303538;
font-size: 48px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.6px;
line-height: 1.1;
margin-bottom: 65px;
}
.amenities-content h5 {
color: #E95524;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.25px;
margin-bottom: 40px;
}
.amenities-content ul li {
color: #303538;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 1.5;
margin-bottom: 20px;
list-style-type: none;
}
.amenities-content.facilities-text {
margin-top: 30px;
}
.contact-detail-section {
padding-bottom: 80px;
}
.contact-logo {
width: 99px;
margin-bottom: 30px;
}
.site-heading {
font-size: 48px;
font-weight: 600;
letter-spacing: 0.6px;
text-align: left;
line-height: 1.1;
margin-bottom: 16px;
}
.eara-code{
color: #303538;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.2px;
line-height: 24px;
word-break: break-all;
}
.contact-detail-section + .getintouch .contact-form-main-wrapper {
max-width: 100%;
}
.contact-detail-box {
margin-top: 0px;
padding-top: 40px;
overflow: hidden;
}
.contact-detail-box .top-line:after {
display: none;
}
.contact-detail-inner h6 {
color: #303538;
font-size: 16px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.2px;
text-align: left;
line-height: 1.5;
margin-bottom: 13px;
}
.image-content-wrap {
padding: 0 32px;
}
.image-content-layout1 {
padding-top: 12px;
padding-bottom: 0px;
}
.image-content-layout2,.image-content-layout2,.image-content-layout4 {
padding-top: 20px;
padding-bottom: 20px;
}
.image-content-layout5{
padding-bottom:30px;
}
.layout-image img {
width: 100%;
}
.layout-content h5 {
color: #303538;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.25px;
}
.layout-content {
margin-top: 24px;
margin-bottom: 16px;
}
.layout-content p {
max-width: 200px;
}
.layout-content p:last-child{
margin-bottom:0px;
}
.detailed-plan-section {
padding: 50px 0;
}
.detailed-plan-section {
padding: 77px 0;
}
.detailed-plan-section .heading-text h2 {
color: #303538;
font-size: 32px;
font-weight: 600;
letter-spacing: 0.4px;
line-height: 1.25;
}
.detailed-plan-section .line-style {
margin-top: 0;
}
.detailed-plan-inner {
padding: 32px;
background: #F5F5F5;
margin-top: 56px;
position: relative;
}
.detailed-plan-right {
position: relative;
max-width: 175px;
margin-left: auto;
height: 100%;
}
.detailed-plan-right:before {
position: absolute;
content: '';
background: #000;
top: -88px;
left: -30px;
width: 1px;
height: 16px;
display: none;
}
.map-icon {
text-align: right;
width: 48px;
margin-left: auto;
margin-bottom: 40px;
}
.detailed-plan-right .plan-btn-group {
max-width: 100%;
}
.detailed-plan-right .plan-btn-group a {
text-align: right;
}

.bottom-plan-detail {
position: absolute;
bottom: 110px;
color: #a7a7a7;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 1.5;
text-align: right;
right: 0;
display: none;
}
.detailed-plan-right .plan-btn-group .u-floor{
background: #303538;
}
.detailed-plan-right .plan-btn-group .l-floor {
background: #cfd0d0;
}
.description-floor-container {
padding: 18px 12px 60px 12px;
}
.description-floor-container .common-heading .heading-text h2 {
color: #303538;
font-size: 48px;
font-weight: 600;
letter-spacing: 0.6px;
line-height: 1.1;
margin-bottom: 22px;
max-width: 550px;
}
.description-floor-container .common-heading p {
max-width: 480px;
}
.description-floor-box {
padding: 20px 0px 40px 0px;
border-bottom: solid 1px #000;
margin-top: 10px
}
.description-floor-box:first-child .des-text {
padding-left: 0;
}
.description-floor-box:last-child{
border-bottom: 0px;
}
.description-floor-box h5 {
color: #E95524;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.25px;
margin-bottom: 20px;
}
.description-floor-box ul {
margin-bottom: 0;
}
.description-floor-box ul li {
color: #303538;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 1.5;
list-style: none;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
}
.description-floor-box ul li span {
width: 100%;
font-weight: 600;
margin-bottom: 10px;
}
.description-floor-box ul li .des-text {
width: 100%;
padding-left: 0px
}

.description-floor-box ul li .des-text p {
margin-bottom: 10px;
}
.description-floor-box ul li .des-text p:last-child,.description-floor-box ul li:last-child {
margin-bottom: 0;
}
.description-floor-box ul li span:empty {
display: none;
}
.floorgetin.getintouch {
padding-top: 25px;
padding-bottom: 62px;
}
.wpcf7-not-valid-tip{
font-size: 12px;
}
.page-template-thank-you-php .project-banner.floor-plan-page {
padding-bottom: 20px;
margin-bottom: 0;
}
.thankyou-page {
padding-bottom: 80px;
}
.thankyou-page h1{
color: #303538;
font-size: 48px;
font-weight: 600;
letter-spacing: 0.6px;
line-height: 1.25;
max-width: 610px;
margin-top: 0; 
}
.video-embed-url,
.video-upload {
position: relative;
padding-bottom: 56.25%;
}
.video-embed-url iframe,
.video-upload video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.iframe-container iframe{
min-height: 433px;
}
.iframe-heading {
position: absolute;
text-align: right;
color: #fff;
font-size: 28px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.35px;
text-align: right;
margin: 41px auto 0 auto;
display: block;
width: 100%;
padding-right: 45px;
right: 0;
}
.video-section {
background-color: #525252;
padding: 40px 0;
margin: 0;
}
.video-headign {
color: #fff;
font-weight: 600;
font-style: normal;
font-size: 36px;
letter-spacing: 0.6px;
line-height: 1.1;
text-align: left;
margin-bottom: 25px;
}
.video-text{
padding: 40px 0 0 0;
}
.video-text p{
color: #fff;
}
.video-upload video{
object-fit: cover;
}
.footer {
	background-color: #af846e;
	color: #fff;
	padding: 40px 0;
}
.footer-links {
	list-style: none;
	padding: 0;
	text-align: left;
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links a {
	color: #fff;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.footer-links li {
	color: #fff;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.footer-links a:hover {
	color: #914621;
	text-decoration: none !important;
}
.footer-social {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}
.footer-social a {
	color: #fff;
	text-decoration: none;
	padding: 6px;
	font-size: 14px;
}
.footer-social li {
	margin-bottom: 0px;
}
.footer-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: left;
	text-align: center;
}
.footer-header{
	text-align: left;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
	font-weight: 600 !important;
}
.footer-header h5{
	text-align: left;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 14px;
	font-weight: 600 !important;
}
.footer-brand-text{
font-family: 'Poppins', sans-serif;
font-size: 10px;
margin-top: 8px;
}
.footer-brand-text:hover{
	text-decoration: none !important;
	}
	.footer-header h5 {
		position: relative;
		padding-bottom: 5px;
	}
	
	.footer-header h5::after {
		content: '';
		position: absolute;
		left: 2px;
		bottom: 0;
		width: 10%;
		height: 2px; 
		background-color: #fff; 
	}
.footer-brand img {
	width: 60px;
	height: 60px;
}
.form-container {
	max-width: 700px;
	margin: auto;
	padding: 20px;
}
.form-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.custom-input {
	border: 1px solid #914621;
	padding: 10px;
	width: 100%;
}
.phone-container {
	display: flex;
	align-items: center;
	border: 1px solid #914621;
	padding: 10px;
}
.phone-container span {
	padding-right: 10px;
}
.submit-btn {
	background-color: #001F3F;
	color: white;
	padding: 10px 20px;
	border: none;
	width: 100%;
}
.custom-section {
	display: flex;
	justify-content: space-between;
	align-items: start;

}
.custom-section .left {
	font-size: 2em;
	font-weight: bold;
}
.custom-section .right {
	margin-left: 20px;
}
.custom-section .right p {
	margin-bottom: 10px;
}
.custom-section .right .list-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
.custom-section .right .list-group .list-group-item {
	border: none;
	background: none;
	padding: 0 0px;
}
.left h4{
font-size: 34px;
font-family: 'Montserrat', sans-serif;
}
.right p{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

.right-padding{
	padding: 0 70px 0 100px;
}

.right ul{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-top: 8px;
}
.list-unstyled li{
	padding-bottom: 6px;
	padding-left: 0;
	padding-right: 40px;
}
@media (max-width: 768px) {
    .custom-section {
        display: block; /* Change to block for mobile */
        padding: 10px; 
    }
	.custom-section .right {
		margin-left: 0px;
	}
	.custom-section .right .list-group .list-group-item {
		border: none;
		background: none;
		padding: 0 6px;
	}
	.right-padding{
		padding: 18px 0px 0px 18px !important;
	}
}

#testimonial-section .testi-heading{
	font-family: 'Montserrat', sans-serif;
	color: rgba(48,53,56,1) !important;
	font-size: 25px !important;
    font-weight: 600 !important;
	line-height: 1.25;
}

#property-section .property-head{
	font-family: 'Montserrat', sans-serif;

	color: rgba(48,53,56,1) !important;
	font-size: 25px !important;
    font-weight: 600 !important;
	line-height: 28px;
}
#testimonial-section .testi-para{
    font-size: 18px; 
    font-weight: 300; 
    color: #333;
     max-width: 800px;
     margin: 20px auto; 
    line-height: 1.8; 
    font-family: 'Poppins', sans-serif !important; 
}
#property-section p{
	font-family: 'Poppins', sans-serif;
}
.more-blog-button {
    position: relative;
    display: block;
    margin-top: 39px;
}
.more-blog-button a{
	text-decoration: none;
}
.more-blog-button a:hover{
	text-decoration: none;
}
#property-section a:hover{
	text-decoration: none;
	}