@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;700&display=swap');
:root {
    --gray-color: #333333;   
    --light-gray-color: #676767;   
    --orange-color: #F05E3E;   
}
/* color setup */
.text-gray{color:var(--gray-color) !important}
.text-orange{color:var(--orange-color) !important}
.text-light-gray{color:var(--light-gray-color) !important}
.bg-gray{background-color: var(--gray-color);}
.bg-orange{background-color: var(--orange-color);}
.text-black{color: #000;}
html{scroll-behavior: smooth;}
body{
    font-family: 'Montserrat', sans-serif;
    color:var(--gray-color);
    font-size: 16px;
    line-height:19.2px;
}
.maven-pro{
    font-family: 'Maven Pro', sans-serif;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fs-14{
    font-size: 14px;
    line-height: 17px;
}
.fs-20{
    font-size: 20px;
    line-height: 24px;
}
.fs-18{
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.41px;
}

.fsn-18{
    font-size: 18px;
    line-height: 20px;
	letter-spacing: 0;
}

.fs-22{
    font-size: 22px;
    line-height: 26px;
}
.fs-24{
    font-size: 24px;
    line-height: 34px;
}
.fs-30{
    font-size: 30px;
    line-height: 37px;
}
.ls-72{
    letter-spacing: -0.72px;
}
h1,.s-title{
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -1.54px;
}
h2{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.15px;
}
h3{
    font-size: 44px;
    line-height: 41px;
    letter-spacing: -1.58px;
}
h5{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.11px;
}
.theme-btn{
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #fff;
    padding: 11px 33px;
    line-height: 24px;
}
.theme-btn:hover{
    color: var(--orange-color);
    background-color: transparent;
    cursor: pointer;
}
.theme-btn2{
    background-color:#3E3E3E;
    border-color: #3E3E3E;
}
.theme-btn2:hover{
    color:#3E3E3E;
    background-color: transparent;
}
.enquiry-left {
    margin-right: 70px;
}
/* scrollbar */
html,
body {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(198, 198, 198);
}
/* navbar  */
.top-header .navbar-expand-lg .navbar-collapse{
    display: block !important;
}
.top-header {
/*     box-shadow: 0px 2px 16px #0000000A; */
    padding: 30px 0;
    background-color: #fff;
    transition: 0.5s all ease-in-out;
    z-index: 1099;
}
.topbar {
    border-top: 3px solid #333;
    padding: 10px 0 41px;
    font-size: 14px;
    line-height: 16.8px;
    margin: 0 0 0 16px;
    transition: 0.5s all ease-in-out;
}
.top-header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 18px;
    line-height: 16.8px;
}
.top-header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin: 0;
}
.top-header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0 !important;
}
.top-header .megamenu {
    box-shadow: 0px 3px 32px #0000003E;
    border: 1px solid #ADADAD;
    border-radius: 0;
    min-width: 209px;
    padding: 17px 17px 8px;
    border: 0;
    margin: 0;
}
.top-header .navbar-collapse .megamenu .nav-link {
    padding: 13px 0;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    color: #333;
}
.top-header .navbar-collapse .megamenu li:last-child .nav-link {
    border-bottom: 0;
}
.menu-txt{
    display: none;
}
.top-header .navbar-collapse .nav-link {
    padding-top: 6px;
    padding-bottom: 4px;
    border-color: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}
.top-header .navbar-collapse .nav-link.show {
    position: relative;
    /* padding-bottom: 10px; */
    border: 1px solid #ADADAD;
    border-bottom: 0;
    z-index: 9999;
    background-color: #fff;
    
}
.top-header .navbar-collapse .nav-link.show:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    z-index: -1;
    border-bottom: 0;
    height: 5px;
    background-color: #fff;
    z-index: 9999;
    bottom: -1px;
}
.top-header .megamenu:before{
    box-shadow: 0px 3px 32px #0000003e;
    border: 1px solid #ADADAD;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
}
.menu-open .top-header .navbar-expand-lg .navbar-nav .nav-item.has-megamenu{
    box-shadow: 0px 3px 32px #0000003e;
}
.fixed-top.active {
    padding: 20px 0;
}
.active .topbar {
    display: none !important;
}
.top-header.active .navbar {
    align-items: center !important;
}
/* header bottom section  */
.header-section{
    margin-top: 128px;
    margin-bottom: 52px;
}
.banner-top{
    padding-top: 162px;
}
.img1 {
    position: absolute;
    top: -128px;
    left: 44%;
}
.img3 {
    position: absolute;
    bottom: -86px;
    left: 48%;
	z-index:1;
}
.img3 img{width: 210px;}
.img2 {
    position: absolute;
    bottom: -60px;
    right: -76px;
}
.banner-img {
    /* overflow-x: clip; */
}
/* Home page banner slider starts here*/
.swiper-slide .cap-slider-banner-1{
    background: url("/wp-content/uploads/2024/09/cap-home-slider-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
}
.swiper-slide .cap-slider-banner-2{
    background: url("/wp-content/uploads/2024/09/cap-home-slider-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
}
.swiper-slide .cap-slider-banner-3{
    background: url("/wp-content/uploads/2024/09/cap-home-slider-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
}

.cap-banner-slider h2{
font-family: Playfair Display;
font-size: 90px;
font-weight: 900;
line-height: 85px;
text-align: right;
color:#FFFFFF;
}

.cap-banner-slider p.smal{
font-family: Playfair Display;
font-size: 50px;
font-weight: 500;
line-height: 60px;
text-align: right;
color:#FFFFFF;
margin-bottom: 0px;
}

.cap-slider-content{
position: absolute;
    right: 400px;
    top: 250px;
	text-align: right;
}

.cap-banner-slider .btn{
font-family: Montserrat;
font-size: 20px;
font-weight: 700;
line-height: 29.26px;
letter-spacing: 0.1em;
text-align: center;
padding: 15px 30px;
border-radius:20px;
margin-top: 20px;
box-shadow: 0px 0px 10px 5px #0000001A;
}

.cap-banner-slider .btn:hover{
	
}

.btn-purple{
	background:#685AA6;
	border:1px solid #685AA6;
	color:#FFFFFF;
}

.btn-purple:hover{
	background:#FFFFFF;
	color:#685AA6;
}

.btn-yellow{
	background:#FDA50F;
	border:1px solid #FDA50F;
	color:#FFFFFF;
}

.btn-yellow:hover{
	background:#FFFFFF;
	color:#FDA50F;
}

/* Home page banner slider ends here*/

/* capstone-slider  */
.capstone-slider-section {
    margin: 155px 0 174px;
}
.capstone-slider {
    margin-top: 55px;
}
.capstone-slider .right-text {
    max-width: 248px;
    margin-left: 40px;
}
.company-name{
    margin-top: 10px;
    line-height: 19px;
    font-size: 16px;
    line-height: 22px;
}
.slider-caption {
    box-shadow: 0px 2px 28px #00000029;
    border-radius: 20px;
    padding:45px 60px;
    font-size: 27px;
    line-height: 32px;
    background-color: #fff;
    bottom: 0;
    bottom: -73px;
    right: -198px;
}
.location-name {
    padding: 25px 0;
    margin: 0 0 27px;
    border-bottom: 1px solid #CCCCCC;
}
.left-img {
    margin-bottom: 100px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #f15e3f;
    border-radius: 50%;
    margin: 0 8px;
}
.carousel-indicators .active {
    background: #F15E3F;
}
.capstone-slider .carousel-indicators {
    bottom: -24px;
    margin: 0;
}
.location-name span {
    padding-left: 32px;
    display: inline-block;
    margin-left: 23px;
    position: relative;
}
.location-name span:before {
    content:"";
    height:9px;
    width:9px;
    background:#676767;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.philosophy-top p{
    max-width: 388px;
}
.philosophy-top{
    margin-bottom: 48px;
}
.sustainability-top {
    margin-bottom: 54px;
}
.sustainability-section {
    margin: 180px 0 190px;
}
.icon-list li .icon-img{
    height: 86px;
}
.icon-list li img {
    object-fit: none;
    object-position: center;
}
.icon-list li p {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.15px;
}
.icon-list li  {
    padding-right: 63px;
}

/* our team  */
.our-team-top p{
    max-width: 265px;
}
.our-team-top {
    margin-bottom: 63px;
}
.team-thumbnail img {
    width: 100%;
}
.team-list {
    display: inline-block;
    column-count: 4;
    column-gap: 73px;
    -webkit-column-count: 4;
    -webkit-column-gap: 73px;
    justify-content: space-between;
}
.team-single{
    margin-bottom: 278px;
    cursor: pointer;
}

.background {
    padding-bottom: 26px;
    margin-bottom: 23px;
    border-bottom: 1px solid #808080;
}
.hover-block {
    top: 222px;
    background: transparent linear-gradient(360deg, #FAFAFA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000029;
    padding: 36px;
    width: calc(100% + 72px);
    left: -36px;
    color: #606060;
    display: none;
}
.team-single:hover .hover-block{
    display: block;
}
.background span {
    line-height: 26px;
}
.hover-block p {
    font-size: 17px;
    line-height: 26px;
}
.team-thumbnail {
    min-height: 450px;
    max-width: 340px;
}
.social-list .social-icon img {
    max-height: 24px;
    margin-right: 40px;
    filter: grayscale(1);
}
.hover-block .social-list {
    margin: 40px 0 0;
}


/* comunity section  */
.comunity-section {
    margin: 164px 0 182px;
}
.comunity-slider-wrap {
    /* padding-left: 60px; */
}
.comunity-slider {
    background-color: #D9E9DF;
    margin-top: 58px;
}

.comunity-slider .owl-item:nth-child(1){background-color: #D6E8E7;}
.comunity-slider .owl-item:nth-child(2){background-color: #EBE0DB;}
.comunity-slider .owl-item:nth-child(3){background-color: #DCE6D2;}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}
.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}
.owl-dots span {
    width: 12px;
    height: 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #f15e3f;
    border-radius: 50%;
    margin: 0 8px;
    display: block;
}
.owl-dots .active span {
    background-color: #f15e3f;
}
.owl-prev span,.owl-next span  {
    border: 4px solid #707070;
    height: 70px;
    width: 70px;
    display: block;
    transform: rotate(45deg);
    border-bottom-width: 0;
    border-left-width: 0;
    font-size: 0;
    margin-left: 100%;
}
.owl-prev span {
    transform: rotate(225deg);
    margin-left: -100%;
}
/* .owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
} */
.owl-next.disabled span, .owl-prev.disabled span {
    border-color: #EDEDED;
}
.comunity-section .owl-nav .disabled {
    visibility: visible;
}

.video-play-btn{
    width: 101px !important;
    height: auto !important;
}
.thevideo-wrapper iframe{
    width: 100%;
    height: 577px;
}
@media screen and (min-width:1200px){
    .video-section{
        padding-top:150px; 
    }
}
/* award section  */
.award-section {
    margin-bottom: 220px;
}
.award-list {
    /* display: inline-flex;
    column-count: 3;
    column-gap: 63px;
    -webkit-column-count: 3;
    -webkit-column-gap: 63px; */
    margin-top: 50px;
}
.award-list .single-award {
    padding: 8px 66px 8px 30px;
    background-color: #E2D6C9;
    border-bottom: 7px solid #F4A147;
    height: 293px;
}
.award-list .single-award img {
    max-width: 105px;
    height: 100%;
    object-fit: contain;
}
.award-list .single-award:nth-child(2) {
    border-color: #F05E3E;
}
.award-list .single-award:nth-child(3) {
    border-color: #333333;
}
.award-list .single-award .award-right {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    padding: 30px 0;
}
.site-footer{
    background-color: #F1EFDB;
    padding: 125px 0 36px;
    background-image: url("../images/footer-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    color: #2F2F2F;
}
.footer-contact p {
    position: relative;
}
.footer-contact p:not(:last-child):after {
    content: "";
    opacity: 0.36;
    width: 100%;
    height: 0.75px;
    position: absolute;
    background-color: #fff;
    bottom: -8px;
}

.footer-contact,.footer-contact a {
    color: #2F2F2F;
    text-decoration: none;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.55px;
}
.footer-contact {
    margin: 18px 0 20px;
}
.footer-bottom-text h3 {
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -1.19px;
    color: #2F2F2F;
    margin-left: 47px;
}
.footer-bottom {
    margin-top: 50px;
}
.footer-address {
    letter-spacing: 0.55px;
    color: #2F2F2F;
    font-size: 19px;
    line-height: 28px;
}
.footer-contact img, .footer-address img {
    width: 16px;
    object-fit: contain;
    margin-right: 12px;
}
.footer-top-right .footer-link {
    color: #2F2F2F;
    margin-right: 62px;
}
.footer-top-left {
    margin-right: 108px;
}
.footer-top-right li:last-child .footer-link {
    margin-right: 0;
}
.footer-imgs {
    position: absolute;
    top: -60px;
}
.footer-imgs .f2 {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.footer-imgs .f3 {
    margin-top: -49px;
    margin-left: 25px;
}
/* landmark section  */
.landmark-list-wrap,.landmark-project{
    margin: 0 0 183px;
}
.landmark-list{
    margin-top: 113px;
    justify-content: space-between;
/*     height: 500px; */
}
.single-landmark.active {
    margin: 0 50px;
}
.single-landmark:nth-child(2) {
    margin: 0 20px;
}
.single-landmark.active:nth-child(2) {
    margin: 0 70px;
}
/* .single-landmark.active .landmark-img img{
    transform: scale(1.2);
} */
.single-landmark.active{
    transform: scale(1.3);
    margin-top: 20px !important;
}
.single-landmark.active .landmark-desc,.single-landmark.active .hide-div{
    font-size: 75%;
}
.hide-div{
    display: none;
}
.single-landmark.active .hide-div{
    display: block;
}
.landmark-short-desc{
    max-width: 245px;
    line-height: 16px;
}
.hide-div.brdr-btm{
    border-bottom: 1px solid #ccc;
}
.numbers {
    color: #333333;
    font-size: 22px;
    font-weight: 200;
    background-color: #fff;
    padding: 3px 8px 2px;
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
}
.landmark-img {
    position: relative;
}
.expand-link:not(.landmark-short-desc) {
    width: 11px;
    height: 11px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #606060;
    font-size: 12px !important;
    cursor: pointer;
}
.single-landmark.active .expand-link:not(.landmark-short-desc){
    display: flex !important;
}
.landmark-detail-wrap{
    background-color: #F2F2F2;
    padding: 88px 0 84px;
    margin-top: 62px;
}
.big-image-slider {
    margin-bottom: 10px;
}
.big-image img{
    max-height:100%;
    height: 543px;
    object-fit: cover;
}
.small-image img {
    height: 97px;
    object-fit: cover;
    cursor: pointer;
}
.owl-nav .fa{
    color: #333;
    background-color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    padding: 0 2px 1px 0;
    margin-left: 30px;
}
.owl-nav .owl-next .fa {
    padding: 0 0 1px 2px;
    margin-right: 30px;
}
.landmark-slider .owl-nav .disabled{
    visibility: hidden;
}
.verticle-line {
    background-color: #CCCCCC;
    width: 2px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 0 28px;
}
.landmark-right h2{
    font-size: 30px;
    line-height: 36px;
}
.landmark-right .sq-ft {
    border-bottom:  1px solid #4D4D4D;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 17px;
}
.amenities {
    margin-top: 30px;
}
.amenities li:not(:last-child) {
    border-bottom: 2px solid #CCCCCC;
    max-width: 256px;
    margin: 0 0 11px;
    padding: 0 0 11px;
    font-weight: 200;
}
.amenities ul {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-bottom: 28px;
    border-bottom: 2px solid #4D4D4D;
}

.close-btn {
    right: 0;
    top: -50px;
    cursor: pointer;
}
/* book now section  */
.book-now-section {
    background-color: #F4F4F4;
    padding: 150px 0;
    margin-top: 2px;
}
.book-now-top{
    margin-bottom: 63px;
}
.form-control {
    border-color: #4D4D4D;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: transparent;
    padding: 8px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.floating-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 500;
    color: #BCBCBC;
    transition: 0.3s ease all;
    z-index: -1;
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label,.focused  ~ .floating-label,.focused input:not(:focus):valid ~ .floating-label{
    transform: none;
    top: -15px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.9rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: #4D4D4D;
    background-color: transparent;
}
.theme-form {
    box-shadow: 0px 2px 28px #00000029;
    border-radius: 20px;
    background-color: #fff;
}
.theme-form.book-form{
    margin-top: 60px;
    padding: 105px 71px 75px;
}
.top-cloud {
    position: absolute;
    right: -62px;
    top: -72px;
}
.book-form .form-row {
    margin: 0 0 97px;
    z-index: 2;
}
.book-form .form-row:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.book-now-section a{
    cursor: pointer;
}
.book-form .col-md-6:nth-child(even) .form-row {
    margin-left: 89px;
}
.book-form .col-md-6:nth-child(odd) .form-row {
    margin-right: 25px;
}
.later-txt{
    color: #6C6C6C;
    line-height: normal;
}
.later-txt:hover{
    color: var(--orange-color);
    border-color: var(--orange-color);
}
.form-bottom {
    margin-top: 36px;
}
.form-bottom .submit {
    margin-right: 70px;
}
.book-form h2 {
    margin-bottom: 80px;
}
.form-select{
    background-image: url(../images/caret_down_icon.svg);
    background-position: right;
    background-size: 8px 10px;
}
/* team page  */
.breadcrumb-item+.breadcrumb-item {
    padding-left: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 14px;
    color: #808080;
    font-weight: 300;
}
.page-breadcrumb {
    padding-top: 60px;
}
.team-top{
    margin-top: 151px;
}
.team-top p{
    max-width: 467px;
}
.team-desc{
    padding: 84px 0 100px;
    background-color: #F8F8F8;
    margin: 50px 0 112px;
}
.td-thumbnail img {
    height: 106px;
    max-height: 106px;
    object-fit: contain;
}
.td-thumbnail {
    margin-bottom: 66px;
}
.single-member-info:not(:last-child){
    margin: 0 0 87px;
    padding: 0 0 108px;
    border-bottom: 1px solid #808080;
}
.team-brdr{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #808080;
}
.single-member-desc {
    max-width: 655px;
    margin-left: 180px;
}

.single-member-img img {
    max-width: 280px;
    max-height: 280px;
    border-radius: 50%;
    width: 280px;
    object-fit: cover;
    object-position: top;
}
.filter{
    filter: grayscale(1);
}
.communities-section{
    margin: 238px 0 175px;
}
.communities-right{
    max-width: 375px;
    margin-bottom: 82px;
}
.freedom-section {
    background-color: #F8F8F8;
    padding: 75px 0 175px;
    /* background-image: url(../images/freedom3.png); */
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 39%;
    position: relative;
}
.freedom-imgs img {
    width: 50%;
    padding-right: 20px;
    height: 415px;
    object-fit: cover;
}
.freedom-left {
    max-width: 866px;
    z-index: 999;
    overflow: hidden;
}
.freedom-imgs {
    margin-top: 56px;
}
.freedom-right1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40.3%;
}


.freedom-imgs img.freedom-right {
    right: 0;
    margin-left: 0vw;
    margin-right: 0;
    max-width: 100vw;
    position: absolute;
    /* right: 50%; */
    width: 40vw;
    height: 918px;
    padding: 0;
    top: 0;
}
/* ongoing project */
.ongoing-top{
    margin-top: 90px;
}
.ongoing-top .text-right{
    max-width: 410px;
}
.ongoing-caption .company-name {
    letter-spacing: -0.23px;
    font-size: 18px;
}
.ongoing-caption .location-name {
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #707070;
    border-bottom: 0;
}
.banner-ongoing {
    margin: 108px 0 113px 0;
}
.enquire-btn{
    border-radius: 20px;
    padding: 21px;
}
.download-brochure span{
    border-bottom: 1px solid var(--orange-color) ;
}
.ongoing-caption {
    padding: 57px 41px 41px 62px;
    bottom: -85px;
}
.cloud-ongoing img {
    max-width: 274px;
}
.cloud-ongoing {
    top: -102px;
    right: -70px;
}
.reimagine-sectoin{
    margin: 250px 0 173px;
}
.reimagine-right {
    max-width: 498px;
}
.reimagine-right p{
    letter-spacing: -0.72px;
}
.reimagine-caption {
    bottom: 20px;
    right: 20px;
}
.reimagine-imgs {
    margin-top: 37px;
}
.reimagine-right li:not(:last-child){
    margin-bottom: 34px;
}
.reimagine-right li > img{
    max-width: 300px;
    
}
.reimagine-right li{
    margin-left: 40px;
    /* z-index: 1090; */
    cursor: pointer;
}
.reimagine-imgs .reimagine-left > img{
    cursor: pointer;
}
.reimagine-right li:before {
    content: "";
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 0;
}
.reimagine-icon{
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.reimagine-icon img{
    width: 101px;
    cursor: pointer;
}
.reimagine-links a {
    width: 50%;
    padding: 25px 10px;
    line-height: 41px;
}
.reimagine-links .download-brochure {
    background-color: #F15E3F;
}
.reimagine-links .enquire-btn1 {
    background-color: #FFEDEA;
}
.project-right ul li:not(:last-child) {
    border-bottom: 2px solid #CCCCCC;
    margin: 0 0 21px;
    padding: 0 0 21px;
}
.project-right ul li img {
    object-fit: contain;
    width: 53px;
    margin-right: 12px;
}
.project-caption h4 {
    letter-spacing: -1.26px;
    color: #333333;
    font-size: 28px;
    line-height: 42px;
}
.project-caption{
    padding: 56px 50px 55px 65px;
    box-shadow: 0px 2px 28px #00000029;
    border-radius: 20px;
    bottom: -60px;
    left: -12rem;
    min-width: 555px;
    background-color: #fff;
} 
.open-sapce-top p{
    max-width: 453px;
    margin-bottom: 60px;
}
.open-sapce-section{
    margin: 232px 0 136px;
}
.open-sapce-wrap{
    padding: 70px 0 90px;
    margin: 60px 0 0;
}
.open-sapce-wrap .td-thumbnail {
    margin-bottom: 38px;
}
.open-sapce-wrap .td-thumbnail img{
    object-fit: contain;
    width: 245px;
    height: 253px;
    max-width: 100%;
    max-height: 100%;
}
.open-sapce-wrap h2{
    position: relative;
}
.open-sapce-wrap h2:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #F15E3F;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.open-sapce-wrap .open-space-single:not(:last-child) h2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #707070;
    top: -15.5px;
    left: calc(50% + 12px);
}
.open-sapce-section ~ .open-sapce-section .open-sapce-wrap .open-space-single h2::after{
    content: none;
}
.specifications-top p{
    max-width: 287px;
}
.specifications-single {
    box-shadow: 0px 2px 28px #00000029;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 40px 51px;
}
.specifications-single:not(:last-child) {
    margin: 0 0 24px;
}
.specifications-top {
    margin-bottom: 82px;
}
.specifications-single h2 {
    margin-right: 156px;
    min-width: 255px;
}
.specifications-detail {
    width: 33.33%;
}
.specifications-detail:not(:last-child) {
    margin-right: 27px;
    padding-right: 27px;
    border-right: 2px solid #CCCCCC;
}
.specifications-section {
    margin: 160px 0 227px;
}
.capstone-slider-section.ongoing-slider {
    margin: 189px 0 250px;
}
.gallery-section .owl-nav .disabled {
    visibility: visible;
}
.gallery-thumb{
    padding: 0 46px;
}
.gallery-thumb .owl-prev span,.gallery-thumb .owl-next span{
    width: 25px;
    height: 25px;
    left: 0;
}
.gallery-thumb .owl-next span{
    right: 0;
    left: auto;
}
.gallery-thumb .owl-nav{
    left: 0;
    height: 40px;
    z-index: -1;
}
.gallery-slider {
    margin-bottom: 6px;
}
.gallery-section .small-image img{
    height: 130px;
}
.location-top p{
    max-width: 473px;
}
.location-section {
    margin: 230px 0 176px;
}
.count-img{
    letter-spacing: -0.86px;
    color: #676767;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 102px;
    text-align: center;
    padding: 10px;
}
.location-left{
    width: 273px;
    padding-right: 45px;
    max-width: 100%;
    position: relative;
}
.location-left:after{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    border-left: 1px solid #707070;
    right: 0;
    top: 0;
}
.accordion-button {
    padding: 25px 0;
}
.accordion-item {
    border-color: #ccc;
}
.accordion-button:focus,.accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
    background: transparent;
}
.accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
    background: transparent;
    color: #F05E3E;
    font-weight: 700;
}
.accordion-button:not(.collapsed):before{
    content: "";
    position: absolute;
    left: -26px;
    top: 31px;
    height: 16px;
    width: 4px;
    border-left: 4px solid #F05E3E;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 30px 0;
}
.location-collapse{
    max-width: 506px;
}
.project-logos{
    margin-top: 64px;
}
.constuction-section {
    background-color: #F8F8F8;
    padding: 90px 0 40px;
    margin: 111px 0 0;
}
.constuction-li li{
    line-height: 40px;
}
.download-link a {
    padding: 25px 0;
    display: block;
    width: 100%;
}

/*.download-link a:first-child {
    border-right: 1px solid #fff !important;
}*/
.constuction-top{
    margin-bottom: 55px;
}




.constuction-slider .owl-item .item {
    transform: translate3d(0, 0, 0); 
  }
 
 .constuction-slider .owl-item .item .constuction-slide {
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: scale(0.80);
     -ms-transform: scale(0.80);
     transform: scale(0.80);
 }
 
 .constuction-slider .owl-item.center .item .constuction-slide {
     -webkit-transform: scale(1.20,);
     -ms-transform: scale(1.20,);
     transform: scale(1.20);
 }
 .constuction-slider.owl-carousel .owl-item img {
    min-height: 383px;
    object-fit: cover;
}
 .constuction-slider .owl-dots span {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #707070;
    height: 1px;
}
.constuction-slider .owl-dots .active span {
    height: 6px;
    background-color: #707070;
}
.constuction-slider .owl-dots {
    margin: 75px auto 32px;
    position: relative;
    text-align: center;
    width: 430px;
    left: 0;
    transform: none;
    display: flex;
    align-items: center;
}
.constuction-slider .owl-dots .owl-dot {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #707070;
    height: 1px;
}

.constuction-slider .owl-dots .owl-dot.active {
    margin-bottom: 5px;
}
.constuction-slider .owl-nav{
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    max-width: 613px;
    bottom: -11px;
    left: 50%;
}
.constuction-slider .owl-prev span {
    margin: 0;
}

.constuction-slider .owl-prev span, .owl-next span {
    margin: 0;
    height: 25px;
    width: 25px;
    border-width: 5px;
    border-bottom-width: 0;
    border-left-width: 0;
}
.constuction-caption{
    bottom: 3px;
    right: 3px;
    padding: 6px 10px;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.35px;
}
.constuction-slider .owl-item.center .item .constuction-slide .constuction-caption {
    bottom: 33px;
}

.unit-top p{
    max-width: 475px;
}
.unit-top{
    margin: 0 0 105px;
}
.unit-left{
    margin: 77px 0 0;
}
.unit-left ul li{
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #707070;
}
.unit-right{
    box-shadow: 0px 2px 28px #00000029;
}
.unit-tab.nav-pills .nav-link {
    color: #848484;
    padding: 15px 20px;
    border-bottom: 4px solid #E8E8E8;
    border-radius: 0;
    margin-right: 40px;
}

.unit-tab.nav-pills .nav-link.active {
    background: transparent;
    color: #F05E3E;
    border-color: #F05E3E;
    font-weight: 700;
}
.plan-top p{
    max-width: 500px;
}
.plan-section{
    margin: 0 0 130px;
}

.enquire-form .theme-form {
    margin: 0;
    padding: 0;
    box-shadow: none;
}
.enquire-form .book-form .form-row{
    margin: 0 0 43px;
}
.ongoing-caption.enquire-form {
    bottom: -225px;
    padding: 70px 63px 50px 55px;
    width: 693px;
}
.enquire-form-top{
    margin: 0 0 55px;
}
.plan-bottom {
    margin-top: 60px;
}
.master-left ul li:not(:last-child) {
    margin: 0 0 24px;
    border-bottom: 2px solid #CCCCCC;
    padding: 0 0 24px;
}
.master-right-bottom {
    max-width: 430px;
    margin: 0 auto;
    position: relative;
    top: -70px;
}
.master-right-bottom .plan-area {
    border-top: 2px solid #CCCCCC;
    padding-top: 22px;
}
.master-right-bottom .plan-area span {
    padding-right: 30px;
}
.master-right-bottom .plan-area span:last-child {
    padding-right: 0;
    padding-left: 30px;
    border-left: 2px solid #CCCCCC;
}
.progress-bar {
    height: 1px;
    background-color: #707070;
}
.location-acc {
    width: 100%;
}

.location-right {
    min-width: 220px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}










.enlarge_pane_contain,
.enlarge_pane {
  position: relative; }

.enlarge_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  padding: 0;
  z-index: 1000; }

.enlarge_btn i {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../images/plus-img.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0;
}
.enlarge_btn i.fa-minus-square{
    background-image: url(../images/minus-img.svg);
}
.enlarge_disabled .enlarge_btn {
  display: none; }

.enlarge-zoomed {
  overflow: hidden; }

.enlarge_contain {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  height: 100%; }

.enlarge_contain img {
  width: 100%;
  -webkit-touch-callout: none;
  /* image share menus get in the way of the interaction */ }

.enlarge-zoomed .enlarge_contain img,
.enlarge-zoomed.enlarge_flyout .enlarge_contain img {
  max-width: none; }

.enlarge-locked .enlarge_contain {
  overflow: scroll; }

.enlarge_loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 30;
  background: #eee;
  opacity: 0;
  display: none; }

.enlarge-delay .enlarge_loader {
  /* opacity: .4; disable loader for now */ }

.enlarge_loader * {
  width: 0;
  display: block;
  height: 5px;
  background: #4fa4c0;
  transition: width .6s linear; }

.enlarge_img-loading {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.enlarge_flyout {
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: transform .3s;
  position: absolute;
  z-index: 9999; }

.enlarge_flyout-flyoutloupe {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #333;
  pointer-events: none; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyouttopright {
  top: 0; }

.enlarge_flyout-flyoutbottomleft,
.enlarge_flyout-flyoutbottomright {
  bottom: 0; }

.enlarge_flyout-flyouttopright,
.enlarge_flyout-flyoutbottomright {
  transform-origin: left; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyoutbottomleft {
  transform-origin: right; }

.enlarge-zoomed.enlarge_flyout {
  transform: scale(1);
  opacity: 1;
  overflow: hidden; }

.enlarge-zoomed.enlarge_flyout .enlarge_contain {
  overflow: visible; }

.enlarge-locked.enlarge_flyout {
  overflow: auto; }
  .master-collapse .accordion-item {
    border-bottom-width: 2px;
}

/* .single-landmark {
    transition: 0.5s all ease;
} */
.small-image-slider .owl-nav {
    z-index: -1;
}
.small-image {
    position: relative;
    z-index: 2;
}

.master-left .accordion-body {
    padding: 0 0 0 20px;
    border-left: 5px solid #E5D115;
    margin-bottom: 20px;
}
.master-left .accordion-button:not(.collapsed) {
    color:#000;
}
.master-left .accordion-button:not(.collapsed):before {
    border: 0;
}

body, html{overflow-x: hidden;}
.capstone-slider .carousel-inner{overflow: visible;}
.capstone-slider .left-img {width: 100%; position: static !important;}

.capstone-slider .left-img .slider-thumbnail{height: 726px;}
.capstone-slider .left-img .slider-thumbnail img{height: 100%; width: 100%; object-fit: cover;}
.capstone-slider .slider-caption {width: 100%; max-width: 500px; right: 0px; bottom: 0px;}
.capstone-slider .right-text{max-width: 280px; margin-right: 20px;}

.modal-backdrop{width: 100%; height: 100%;}

.s-title + .text-md-end, .s-title + .text-end1, .s-title + .text-end {margin-top: 6px;}

.single-landmark.active .landmark-desc {margin-top: 10px !important;}
.single-landmark.active .mt-2.pt-1.brdr-btm {margin: 0 !important;padding: 0 !important;padding-top: 5px !important;}
.single-landmark.active p.mb-1 {margin-bottom: 0 !important;}
.single-landmark.active .hide-div.landmark-short-desc.text-end {padding-left: 30px;}
.single-landmark.active .expand-link:not(.landmark-short-desc){width: 24px; height: 24px; font-size: 32px !important; font-weight: 200;}
.landmark-short-desc{cursor: pointer;}


.comunity-left{position: relative;}
/* .comunity-left::after{content: url(../images/playbtn.png); position: absolute;bottom: 23px; right: 30px;} */

.ongoing-top p.text-right.fs-20.mt-3 {margin-top: 6px !important;}
.banner-ongoing{height: 760px; width: 100%;}
.banner-ongoing > img{height: 100%; width: 100%; object-fit: cover;}
.banner-ongoing .slider-caption{font-size: 24px;}
.banner-ongoing a.download-brochure {font-size: 20px;}
.social-list .social-icon img {width: 24px;height: 24px;object-fit: contain;object-position: center;}

.our-team-top .text-end1 h2{margin-bottom: 16px;}

/* 11-10 */
.sustainable-values-top{padding-top: 119px;}
.sustainable-values-top p{max-width: 273px;}
.icon-section-top p{max-width:320px;}
.icon-block .single-icon-s img{object-fit: contain;}
.icon-block .single-icon-s .icon-wrap{min-height: 209px;}
.icon-block .single-icon-s p{margin: 46px 0 0;}
.icon-section .icon-block{margin-top: 126px;}
.icon-section{
    padding: 100px 0 146px;
}
.bg-light-gray{
    background-color: #F2F2F2;
}
.sustainable-slider-wrap .gallery-slider,.sustainable-slider-wrap .g-slider{
    margin-bottom: 23px;
}
.sustainable-slider-wrap .count-slide {
    color: #333333;
}
.sustainable-slider-wrap {
    padding: 75px 0 200px;
}
.sustainable-slider-right p:last-child {
    margin-bottom: 0;
}
.sustainable-slider-left .big-image {
    height: 100%;
}
.sustainable-slider-left .big-image img {
    height: 480px;
    object-fit: cover;
    max-height: 480px;
}
.sustainable-slider-right {
    max-height: 485px;
    overflow-y: auto;
    padding-right: 10px;
}

.online-projects .capstone-slider .single-slider {
    margin-bottom: 165px;
}
.online-projects.capstone-slider-section{
    margin-top: 243px;
}
.phy_model .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    padding: 3px;
    right: 0;
    background-size: 10px;
}
.download-link {
    margin-bottom: 75px;
}

div.opacity-cls {
    opacity: 0.2;
}
/* 08-11  */
.landmark-slider .owl-item .owl-item {
    width: 100%;
}
/* 09-11 */
.theme-btn.sold-btn,.theme-btn.sold-btn:hover {
    cursor: text;
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #fff;
}
/* 10-11 */
.landmark-project .landmark-list{
    height: auto;
    display: block;
    float: left;
    width: 100%;
}
.single-landmark {
    width: calc(33.33% - 20px);
    float: left;
}
/* .landmark-list-wrap {
    overflow: auto;
} */

.single-landmark.active{
    margin-top: 20px !important;
}
.single-landmark.active:nth-child(3n+2){
    margin: 0 70px;
}
.single-landmark:nth-child(3n+2) {
    margin: 0 20px;
}
.landmark-project {
    width: 100%;
    overflow: auto;    
    padding: 0 0 80px;
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 32.1%;
    margin: 0 auto;
    overflow: hidden;
}
.landmark-img.img-expand-link.image-card{
	cursor:pointer;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}


/* Home page */
.single-landmark-home.active {
    margin: 0 50px;
}
.single-landmark-home:nth-child(2) {
    margin: 0 20px;
}
.single-landmark-home.active:nth-child(2) {
    margin: 0 70px;
}
/* .single-landmark-home.active .landmark-img img{
    transform: scale(1.2);
} */
.single-landmark-home.active{
    transform: scale(1.3);
    margin-top: 20px !important;
}
.single-landmark-home.active .landmark-desc,.single-landmark-home.active .hide-div{
    font-size: 75%;
}

.single-landmark-home.active .hide-div{
    display: block;
}

.single-landmark-home.active .expand-link:not(.landmark-short-desc){
    display: flex !important;
}


.single-landmark-home.active .landmark-desc {margin-top: 10px !important;}
.single-landmark-home.active .mt-2.pt-1.brdr-btm {margin: 0 !important;padding: 0 !important;padding-top: 5px !important;}
.single-landmark-home.active p.mb-1 {margin-bottom: 0 !important;}
.single-landmark-home.active .hide-div.landmark-short-desc.text-end {padding-left: 30px;}
.single-landmark-home.active .expand-link:not(.landmark-short-desc){width: 24px; height: 24px; font-size: 32px !important; font-weight: 200;}

.single-landmark-home {
    width: calc(23.33% - 20px);
    float: left;
}

.single-landmark-home.active{
    margin-top: 20px !important;
}
.single-landmark-home.active:nth-child(3n+2){
    margin: 0 70px;
}
.single-landmark-home:nth-child(3n+2) {
    margin: 0 ;
}

.single-team-desc{
	text-align:center;
}

.capstone-slider .carousel-indicators{
	display:none;
}

@media only screen and (max-width: 767px) {
  /* Your CSS rules for mobile devices */
	.fsn-18{
    font-size: 14px;
    line-height: 20px;
	letter-spacing: 0;
}

}




