
@font-face {
    font-family: 'Futura Md BT';
    src: url(../fonts/FuturaBT-Medium.html);
    src: url(../fonts/FuturaBT-Medium.html#iefix) format('embedded-opentype'),url(../fonts/FuturaBT-Medium-2.html) format('woff2'),url(../fonts/FuturaBT-Medium-3.html) format('woff'),url(../fonts/FuturaBT-Medium-4.html) format('truetype'),url(../fonts/FuturaBT-Medium-5.html#FuturaBT-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url(../fonts/FuturaBT-Heavy.html);
    src: url(../fonts/FuturaBT-Heavy.html#iefix) format('embedded-opentype'),url(../fonts/FuturaBT-Heavy-2.html) format('woff2'),url(../fonts/FuturaBT-Heavy-3.html) format('woff'),url(../fonts/FuturaBT-Heavy-4.html) format('truetype'),url(../fonts/FuturaBT-Heavy-5.html#FuturaBT-Heavy) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url(../fonts/FuturaBT-Light.html);
    src: url(../fonts/FuturaBT-Light.html#iefix) format('embedded-opentype'),url(../fonts/FuturaBT-Light.woff2) format('woff2'),url(../fonts/FuturaBT-Light-2.html) format('woff'),url(../fonts/FuturaBT-Light-3.html) format('truetype'),url(../fonts/FuturaBT-Light-4.html#FuturaBT-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url(../fonts/FuturaBT-Book.html);
    src: url(../fonts/FuturaBT-Book.html#iefix) format('embedded-opentype'),url(../fonts/FuturaBT-Book.woff2) format('woff2'),url(../fonts/FuturaBT-Book-2.html) format('woff'),url(../fonts/FuturaBT-Book-3.html) format('truetype'),url(../fonts/FuturaBT-Book-4.html#FuturaBT-Book) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url(../fonts/FuturaBT-Medium_1.html);
    src: url(../fonts/FuturaBT-Medium_1.html#iefix) format('embedded-opentype'),url(../fonts/FuturaBT-Medium_1.woff2) format('woff2'),url(../fonts/FuturaBT-Medium_1-2.html) format('woff'),url(../fonts/FuturaBT-Medium_1-3.html) format('truetype'),url(../fonts/FuturaBT-Medium_1-4.html#FuturaBT-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mariyam';
    src: url(../fonts/Mariyam.html);
    src: url(../fonts/Mariyam.html) format('embedded-opentype'),
         url(../fonts/Mariyam.woff2) format('woff2'),
         url(../fonts/Mariyam-2.html) format('woff'),
         url(../fonts/Mariyam.ttf) format('truetype'),
         url(../fonts/Mariyam-3.html#Mariyam) format('svg');
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

.navbar-expand-lg .navbar-nav .mega_menu_link {
    position: static;
}

.main-header .dropdown-menu.mega_menu {
    width: 100%;
    left: 0;
    max-width: 100%;
    /* background: #FFF; */
    display: block;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
}

.navbar-expand-lg .navbar-nav .mega_menu_link:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu_items_wrapper {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.menu_items_wrapper .menu_items a {
    flex-direction: column;
    display: flex;
    gap: 8px 0;
    padding: 0;
    transition: none;
}

.menu_items_wrapper .menu_items a p {
    color: #cf9106;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin: 0;
    line-height: normal;
    transition: all 0.4s ease;
}

.menu_items_wrapper .menu_items a:hover p {
    padding-left: 10px;
}

.menu_items_wrapper .menu_items a span {
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-transform: none;
}

.menu_items_wrapper .menu_items a span i {
    font-size: 11px;
    color: #FFF;
}

.menu_items_wrapper .menu_items a img {
    display: block;
    position: relative;
}

.menu_items_wrapper .menu_items .menu_pro_img {
    position: relative;
    overflow: hidden;
}

.menu_items_wrapper .menu_items .menu_pro_img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.menu_items_wrapper .menu_items a:hover {
    transform: none;
}

.menu_items_wrapper .menu_items a:hover .menu_pro_img:before {
    -webkit-animation: menu_shine .75s;
    animation: menu_shine .75s;
}

@-webkit-keyframes menu_shine {
    100% {
        left: 125%;
    }
}

@keyframes menu_shine {
    100% {
        left: 125%;
    }
}

.main-header.active {
    position: fixed;
    top: -42px !important;
    transform: translateY(-115%);
}

.main-header.active.shifted {
    top: 0 !important;
    transform: translateY(0);
}

#main-header-1.active .navbar-expand-lg .navbar-nav .nav-link,
#main-header-1.active .navbar-expand-lg .navbar-nav .nav-link.search_link {
    color: #000 !important;
    text-shadow: none;
}

#main-header-1.active {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 13px rgba(0, 0, 0, 50%);
    top: 0px !important;
    background: #FFF;
}

img {
    max-width: 100%;
}

#main-header-1.active .main-header .navbar img{max-width: 140px;}

.navbar-collapse .header__number {
    margin-right: 35px;
}

.navbar-collapse .header__number a {
    font-weight: 600;
    color: #faa93a;
}

.navbar-collapse .header__number img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -3px;
}

.navbar-collapse .header__socials {
    margin-right: 35px;
}

.navbar-collapse .header__socials a {
    color: #000;
    font-size: 15px;
    margin-left: 20px;
}

.navbar-collapse .butn-dark {
    position: relative;
    line-height: 1.2em;

}

.navbar-collapse .butn-dark a {
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border-radius: 50px;
}

.navbar-collapse .butn-dark a span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.navbar-collapse .butn-dark a:hover span {
    color: #fff;
}

.navbar-collapse .butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #faa93a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.navbar-collapse .butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#lblProcessFormcontact{
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    background: #c5973c;
}

/* .hero-slider {
    margin-top: 100px;
} */

.page_wraper {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.home_slider .owl-dots {
    text-align: center;
    position: absolute;
    top: 33%;
    display: flex;
    flex-direction: column;
    left: 2%;
    margin-left: 7px;
}

.home_slider .owl-dots button.owl-dot {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #fff;
}

.home_slider .owl-dots button.owl-dot.active {
    border: 2px solid #C5973C;
}

.home_slider .owl-dots button.owl-dot.active span {
    background: #C5973C;
}

.home_slider .owl-dots button.owl-dot:focus {
    outline: none;
}

.home_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.home_slider .owl-dots span {
    color: #fff;
    width: 7px;
    height: 7px;
    display: block;
    background: #fff;
    border-radius: 51%;
    position: relative;
    left: 6px;
    top: 0;
}

.home_slider .owl-dots button.owl-dot.active span {
    left: 5px;
}

.home_slider .owl-nav button:focus {
    outline: none;
}

.search-section-area::before {
    content: '';
    position: absolute;
    background-image: url(../img/text-removebg-preview.html);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
}

.class-bg {
    position: absolute;
    content: '';
    background-image: url(../img/foot-png.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    width: 64%;
    height: 100%;
    opacity: 0.05;
    z-index: 0;
    right: 0;
}

.hero-slider video {
    width: 100%;
    height: 100%;
    max-height: 95vh;
    object-fit: cover;
    display: block;
}

.hero-slider {
    position: relative;
    z-index: 1;
}

.hero-slider .banner-1 {
    position: relative;
}

.hero-slider .banner-1 .banner-content {
    padding: 15px 0;
    width: 900px;
    position: absolute;
    z-index: 10;
    bottom: 18%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: #0000005c;
}

.hero-slider .banner-1 .banner-content h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 5px #000;
    font-size: 34px;
}

.hero-slider .banner-1 .banner-content h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 5.5px;
    text-shadow: 1px 1px 5px #000;
    font-size: 24px;
    font-family: 'Lato';
}

.row-minus-mar .form-group {
    margin-bottom: 0;
}

.about_sec {
    padding: 60px 0;
}

.about_sec.about {
    padding: 60px 0 60px;
}

/* .relative.section_padding.bg-grea-3 .chariman-img {
    margin-top: -120px;
} */

.relative.section_padding .chariman-img img {
    width: 100%;
    max-width: 400px;
}

.chairman-cont h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.chairman-cont h6 {
    font-size: 14px;
    color: #343434;
    font-weight: 600;
}

.chairman-cont ul {
    padding-left: 35px;
}

.chairman-cont ul li {
    font-size: 15px;
    line-height: 26px;
    color: #343434;
    font-weight: 400;
    list-style-type: disc;
}

.border-about {
    position: relative;
}

.border-about .about-box1 {
    position: relative;
    width: 100%;
    max-width: 420px;
}

/* .border-about .about-box2 {
    position: absolute;
    right: 0;
    top: 35%;
} */

.border-about .about-box2 {
    position: absolute;
    right: 0;
    bottom: -130px;
}

.border-about .about-box2::before {
    position: absolute;
    content: '';
    border-left: 10px solid #C5973C;
    left: -2%;
    border-top: 10px solid #C5973C;
    width: 100%;
    height: 96%;
    top: -10px;
    z-index: 10;
}
.border-about .about-box2 .about-img2 {
    width: 100%;
    max-width: 400px;
}
.about_sec img {
    width: 100%;
}

.about_sec h2 {
    font-size: 14px;
    font-weight:700;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 24px;
	text-transform: uppercase;
	top: 0;
}

.about_sec h2 span {
    color: #000;
	font-size: 24px;
    line-height: 1.75rem;
	text-transform: none;
	font-weight: 600;
	display: block;
	font-family: "Cormorant Garamond", serif;
}

.about_sec .theme_btn span {
    font-weight: 300;
    color: #fff;
	font-size: 14px;
    letter-spacing: 1px;
}

.pad-0 {
    padding: 0;
}

.about_sec p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    /*font-style: italic;*/
    font-weight: 500;
    color: #000;
    line-height: 20px;
    /* letter-spacing: 0.7px; */
}

.about_sec.home {
    padding: 70px 0 70px 0;
    z-index: 1;
    position: relative;
}

.about_sec .title-border {
    margin: 0;
}

.about_sec .title-border .title-border-inner {
    margin: unset;
}

.about_sec hr {
    color: #000;
    height: 2px;
    opacity: .7;
}

.about_sec .border-about-2 {
    margin-top: 50px;
}

.section-title,
.heading_dlf h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
	position:relative;
}


.top_ttl{position:relative;}

.top_ttl h1{
	font-size: 40px;
    line-height: 48px;
    font-weight: 500;
	position:relative;
	top:-30px;
}
.top_ttl h1:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttl h1:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttl{position:relative;}
.top_ttl h2 {
	top:-30px;
}
.top_ttl h2:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttl h2:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttl h3 {
    font-weight: 400;
    font-size: 40px;
    font-family: Mariyam, sans-serif;
    color: #ebebeb;
    position: relative;
}

.top_ttllft{position:relative;}
.top_ttllft h2 {
	top:-30px;
}
.top_ttllft h2:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttllft h3 {
    font-weight: 400;
    font-size: 40px;
    font-family: Mariyam, sans-serif;
    color: #ebebeb;
    position: relative;
}

.top_ttllft h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    position: relative;
    margin-top: -30px;
}
.top_ttllft h1:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #8b8b8b;
  width: 120px;
}

.top_ttllft h3 {
    font-weight: 400;
    font-size: 40px;
    font-family: Mariyam, sans-serif;
    color: #ebebeb;
    position: relative;
}


.fs35{font-size:35px !important;line-height: 35px !important;}
.fs30{font-size:30px !important;line-height: 30px !important;}

.search-section .container-fluid {
    padding: 0 120px;
}
.main-header-wrapper {
    position: relative;
    height: 70px;
}
.main-header .container-fluid {
    padding: 0 120px;
}


.main-header .mobile_buttons {
    display: none;
    gap: 8px;
    float: right;
}

.main-header .find_btn {
    background: #000;
    font-weight: 500;
    padding: 4px 12px;
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.main-header .find_btn.search {
    width: 40px;
    padding: 4px 11px;
}

.main-header .find_btn.search img {
    width: 100%;
}



.btn-4.color-change {
    background: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
    margin: 0 8px;
}

.btn-4.color-change:hover {
    color: #000 !important;
}

.btn-4.color-change:after {
    background: #fff;
}

.bg-design-by-me {
    background-image: url('../img/cement-texture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-attachment: fixed;
    position: relative;
}

.bg-design-by-me.clients {
    padding: 70px 0;
}

.bg-design-by-me:before,
.bg-design-by-me:after {
    content: '';
    width: 19%;
    height: 100%;
    background-image: url('../img/client_bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    opacity: 0.15;
    z-index: 0;
}

.bg-design-by-me:before {
    left: -2%;
    background-position: bottom right;
    transform: rotateY(180deg);
}

.bg-design-by-me:after {
    right: 0;
    background-position: bottom left;
}


.clients .client-logo {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.clients .client-logo img {
    width: 100%;
    max-width: 250px;
}

#top-to-page {
    position: fixed;
    z-index: 10;
    right: 1%;
    bottom: 8%;
    border: 2px solid #C5973C;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#top-to-page img {
    width: 100%;
    max-width: 40px;
    padding: 8px;
}

#top-to-page.show {
    opacity: 1;
    visibility: visible;
}


.bounceUp {
    -moz-animation: bounceUp 2s infinite;
    -webkit-animation: bounceUp 2s infinite;
    animation: bounceUp 2s infinite;
}

@keyframes bounceUp {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*
.bg-design-by-me::before {
    position: absolute;
    content: '';
    background-color: #00000029;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
*/
.header__socials {
    position: absolute;
    bottom: 8%;
    z-index: 10;
    left: 2%;
    display: inline-flex;
    flex-direction: column;
}

.header__socials a {
    background: #fff;
    margin-bottom: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.header__socials a:hover {
    background: #000;
    color: #FFF;
}

.counter_row>div {
    width: auto;
}

.counter_row {
    justify-content: space-between;
}

.success-box {
    display: flex;
    margin-bottom: 0;
}

.count-text {
    position: relative;
    font-weight: 700;
    font-size: 65px;
    color: #1e1e1e;
    line-height: 1;
    z-index: 1;
    margin-right: 20px;
}

.count-text span {
    color: #C5973Cd9;
}

.count-text:after {
    content: attr(data-stop);
    position: absolute;
    left: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    transform: translate(-17px, -3%) scale(1.2);
    opacity: .5;
	font-weight: 400;
}

.success-content {
    position: relative;
}

.success-content h3 {
    color: #2d3e4f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 5px;
}

.success-content h6 {
    color: #2d3e4f;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}


.customer_speak {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer_speak:hover {
    color: #FFF;
}

.customer_speak:before,
.customer_speak:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #faa93a;
    animation: popupBtn 1.8s linear infinite;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.customer_speak_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer_speak_wrap .customer_speak {
    position: relative;
    top: auto;
    left: 12px;
    transform: none;
}

.customer_speak_wrap span {
    color: #FFF;
    display: block;
    font-weight: 500;
    margin-top: 17px;
    text-shadow: 0 0 10px #000;
    font-size: 15px;
}

.project_tab {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.project_tab li.active a {
    background: #000;
}

.project_tab li a {
    background: #777;
}

.project_tab li a::after {
    background: #000;
}

.featured-car-section {
    padding: 70px 0;
}

.property-box-3:hover>img {
    transform: scale(1.1);
}

.property-box-3>img {
    transition: all 0.5s ease;
    z-index: 0;
}

.property-box-3:before {
    z-index: 1;
}

.main-footer-3 {
    margin-bottom: 50px !important;
    display: inline-block;
    width: 100%;
}

/* -- Floating Enquiry Start -- */
.floating_enquiry {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 91;
    background: #000;
    padding: 9px 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
}

.floating_enquiry ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.floating_enquiry ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
    transition: all 0.4s;
    font-size: 12px;
    letter-spacing: 1.6px;
    cursor: pointer;
}

.floating_enquiry ul li {
    width: 25%;
    text-align: center;
}

.floating_enquiry ul li a i {
    margin-right: 6px;
}

.floating_enquiry ul li a:hover {
    color: #C5973C;
}

.floating_enquiry ul li a img {
    width: 18px;
    margin-right: 6px;
}

.floating_enquiry ul li:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.foot_rating img {
    width: 100%;
}

/* -- Floating Enquiry End -- */


.read-more {
    margin-top: 28px;
}


.home_page-2 #main-header-1 {
    z-index: 999;
    top: 0;
    background: #00000061;
}

.home_page-2 .home_slider::after {
    content: unset;

}

.home_page-2 .main-header .logos {
    background: none;
}


/* --- new footer  */
.footer_overview {
    display: flex;
    margin-bottom: 40px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 5px;
}

.footer_overview .ft_logo {
    min-width: 240px;
    max-width: 240px;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_overview .ft_logo img {
    width: 195px;
}

.footer_overview .content {
    padding: 16px 28px;
}

.footer_overview .content p {
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer_overview .content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #C5973C;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top_footer {
    background: rgb(44 62 80);
    margin-bottom: 50px;
    border-radius: 50px;
}

.contact_info ul li .about_social_media li {
    width: auto;
    padding: 0;
}

.contact_info ul li .about_social_media li a {
    width: 30px;
    height: 30px;
    ;
    font-size: 15px;
    background: #FFF;
    border-radius: 50%;
    border: none;
    color: #000;
}

.contact_info ul li .about_social_media li a:hover {
    color: #FFF;
}

.contact_info ul li .about_social_media li a i {
    font-size: inherit;
    color: inherit;
}

.contact_info ul li a.direction_btn {
    background: #cf9106;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 400;
    color: #FFF;
}

.footer.-type-1 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/footer_bg_new.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.20;
   background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}



/* .footer:after {
    content: '';
    width: 19%;
    height: 100%;
    background-image: url('../img/footer_bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: 0.1;
} */

.footer {
    position: relative;
    background-color: #fdf8ed;
    overflow: hidden;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.foot_content.foot_about img {
    margin-bottom: 30px;
    width: 191px;
}

.foot_content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #C5973C;
}

.foot_content p,
.foot_content ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #000;
}

/* .foot_content ul li a:hover {
    opacity: 0.5;
} */

.contact_info ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.contact_info ul li {
    width: 50%;
    padding: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact_info ul li i {
    font-size: 36px;
    opacity: 1;
}

.contact_info ul li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

.contact_info ul li p span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer.-type-1 .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
	position:relative;
}

.footer.-type-1 .footer__bottom:before {
	content:"";
	position:absolute;
	top: -20px;
	left:0px;
	width:100%;
	border-top: 1px solid #c69e52;
}

.footer.-type-1 .footer__bottom a {
    font-weight: 400;
}

.footer.-type-1 .footer__bottom div.sityby {
    text-align: right;
    font-size: 11px;
    min-width: 245px;
}

.foot_content.foot_about ul {
    display: flex;
    gap: 20px;
}

.foot_content.foot_about ul li a:hover {
    opacity: 0.9;
}

.foot_content.foot_about ul li a {
    transition: all 0.4s ease;
}

.footer_desclaimer {
    border: solid rgb(255 255 255 / 30%);
    border-width: 1px 0;
    padding: 14px 0;
    margin: 20px 0;
}

.footer_desclaimer p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0;
    color: #000;
}

.footer_desclaimer p span {
    font-weight: 600;
}

/* .breadcrumb_section {
    margin-top: 100px;
} */

.breadcrumb_section {
    position: relative;
}

/*
.breadcrumb_section:before {
    position: absolute;
    content: '';
    background-color: #00000038;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
} */

.breadcrumb_section .home_slider {
    position: relative;
}

.breadcrumb_section .home_slider .overlap-bread {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #fff;
    z-index: 100;
}

.breadcrumb_section .home_slider .overlap-bread .container {
    border-top: 2px solid #ccc;
    padding: 0;
    padding-top: 12px;
}

.breadcrumb_section .home_slider .overlap-bread ul {
    display: inline-flex;
}

.breadcrumb_section .home_slider .overlap-bread ul li {
    padding-right: 25px;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.breadcrumb_section .home_slider .overlap-bread ul li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 10px;
    right: 10px;
    border-radius: 50px;
}

.breadcrumb_section .home_slider .overlap-bread ul li:last-child:after {
    display: none;
}

.breadcrumb_section .home_slider .overlap-bread ul li a {
    color: #fff;
    font-weight: 500;
}


.breadcrumb_section img {
    width: 100%;
}

.section_padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding.stp0 {
    padding-top: 0 !important;
}

.section_padding.sbp0 {
    padding-bottom: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

/*--- Media ---*/
.media_section {
    padding-bottom: 20px;
}

.media_section .main-title-5 {
    text-align: left;
    margin-bottom: 70px;
}

.media_section .title-border {
    margin: 0;
}

.event_cart_row {
    gap: 50px 0;
}

.event_cart_row .event_cart {
    margin-bottom: 0 !important;
}

.event_cart {
    margin-bottom: 50px;
}

.event_cart_content h5 {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 4px 9px;
    margin: 0;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 14px;
}

.event_cart_content .date {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 6px;
}

.event_cart_content h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.media_page .event_cart_content h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.event_cart_content a h2:hover {
    color: #777;
}

.event_cart_content p {
    text-align: justify;
}

.event_cart_content .link {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 2px;
    display: inline-block;
}

.event_cart_content .link:hover i {
    margin-left: 5px;
}

.event_cart_content .link i {
    transition: all 0.4s ease;
}

.event_cart_mg {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.event_cart_mg .date {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
    gap: 7px;
    width: max-content;
    padding: 7px 9px;
    border-radius: 0 5px 5px;
    color: #FFF;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: #777;
}

.event_cart_mg .date span {
    font-size: 33px;
    font-weight: 800;
    color: #FFF;
}

.event_section .event_cart_mg img,
.event_cart_content a h2 {
    transition: all 0.4s ease;
}

.event_section .event_cart_mg:hover img {
    transform: scale(1.1);
}

.event_cart_content a h2:hover {
    color: #000;
}

.cart_with_mg {
    margin-bottom: 50px;
}

.cart_without_mg .event_cart {
    margin-bottom: 50px;
}

.cart_without_mg .event_cart_content {
    border-bottom: 2px solid #CCC;
    padding-bottom: 50px;
}

.cart_without_mg .event_cart_content .image_link {
    display: block;
}

.cart_without_mg .event_cart_content img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-width: 100%;
    height: 340px;
    margin-bottom: 15px;
}

.selectdropdown {
    display: flex;
    margin-bottom: 30px;
    color: #000;
    flex-wrap: wrap;
    gap: 6px 15px;
    align-items: center;
    justify-content: right;
    width: auto;
    margin-top: -50px;
}

.selectdropdown label {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.selectdropdown .custom-select {
    background: #000;
    color: #fff;
    padding: 7px 10px;
    border: #000;
    border-radius: 20px;
    width: 150px;
    font-size: 13px;
    text-transform: capitalize;
}

/* -- Event Details -- */

.event_details .title-border {
    margin: 0 0 25px 0;
}

.event_details .main-title {
    margin-bottom: 30px;
}

.event_details .main-title {
    position: relative;
    text-align: left;
    padding-left: 120px;
    margin-bottom: 60px;
}

.event_details .main-title h5 {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
    font-style: italic;
    font-weight: 500;
    color: #000;
}

.event_details .main-title hr {
    color: #faa93a;
    height: 2px;
}

.event_details .main-title .date {
    display: flex;
    align-items: center;
    line-height: 18px;
    gap: 15px;
    background: #000;
    width: max-content;
    padding: 24px 8px 13px;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    text-align: center;
}

.event_details .main-title .date span {
    font-size: 50px;
    font-weight: 800;
    color: #FFF;
}

.event_gallery {
    margin-bottom: 30px;
    position: relative;
}

.event_gallery:hover img {
    transform: scale(1.1);
}

.event_gallery img {
    transition: all 0.5s ease;
}

/* -- Contact us Page -- */

.contact_section {
    background: #FFF;
}

.contact_section .contact-info {
    padding: 0 0 0 0;
}

.contact-form {
    background: #f3f3f3;
    padding: 45px;
}

.contact_section .contact_form_wrap .main-title {
    padding: 20px 50px;
}

.contact_section .contact_form_wrap .main-title h1 {
    margin: 0;
    font-size: 26px;
    color: #FFF;
}

.contact_section .contact_form_wrap .main-title {
    margin-bottom: 0;
    text-align: left;
}

.address_wrap {
    position: relative;
    margin-top: 33px;
}

.address_wrap>div {
    position: relative;
    z-index: 2;
}

.address_wrap:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 19px;
    top: 0;
    background: #000;
    z-index: 0;
}

.address_wrap>div:last-child {
    background: #FFF;
}

.contact_section .contact-info .ca-box i {
    min-width: 40px;
    height: 40px;
    color: #FFF !important;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    margin-right: 21px !important;
}

.contact_section .contact-info .ca-box h5 {
    font-weight: 600;
}

.map_section iframe {
    width: 100%;
    height: 450px;
    display: block;
}




.contact_section .contact_form_wrap {
    /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%); */
    border-radius: 6px;
    /* margin-top: -71px; */
    background: #000;
    float: right;
    margin-left: 60px;
    overflow: hidden;
}

.contact_section .contact_form_wrap .main-cpt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    gap: 20px 20px;
    margin-bottom: 20px;
}

.contact_section .contact_form_wrap .main-cpt input {
    margin-bottom: 0;
    width: 150px;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

.main-title.left {
    text-align: left;
    margin-bottom: 40px;
}

.main-title.left .title-border {
    margin: 0;
}

/* -- Blog Page -- */

.blog_section .event_cart_content {
    background: #FFF;
    padding: 25px;
    position: relative;
}

.blog_section .event_cart_in:after {
    content: '';
    background: #777;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog_section .event_cart_mg {
    margin-bottom: 0;
}

.blog_section .event_cart_in {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    height: 100%;
    position: relative;
    background: #FFF;
}

.blog_section .event_cart_in .event_cart_mg img {
    transition: all 0.4s ease;
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.blog_section .event_cart_in:hover .event_cart_mg img {
    transform: scale(1.2);
}

.main-title h5 {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
    font-style: italic;
    font-weight: 500;
    color: #000;
}

.blog_detail_section .main-title.left {
    margin-bottom: 30px;
}

.blog_detail_section .blog_image {
    margin-bottom: 30px;
}

.blog_detail_section .main-title p.date {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* -- Career Page -- */

.career_img_box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.career_text_box {
    padding: 30px 30px;
    background: #000;
    display: flex;
    align-items: center;
    min-height: 240px;
}

.career_text_box h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}

.career_text_box p {
    margin-bottom: 0;
    text-align: justify;
    color: #FFF;
}

.career_img_box img {
    display: none;
}

.career_row_reverse {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
}

.job_listing_wrap {
    margin-top: 30px;
}

.job_listing_wrap .job_listing {
    border-top: 1px solid #CCC;
    padding: 13px 0;
    margin: 0 !important;
    align-items: center;
}

.job_listing_wrap .job_listing:last-child {
    border-bottom: 1px solid #CCC;
}


.job_listing_wrap .job_listing h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.job_listing_wrap .job_listing h3 {
    font-size: 22px;
}

.job_listing_wrap .job_listing .location p {
    display: flex;
    gap: 10px;
    font-weight: 400;
}

.job_listing_wrap .job_listing .location p i {
    margin-top: 6px;
}

.job_listing_wrap .job_listing .theme_btn {
    margin-top: 0;
}

.career_page .heading_dlf h5 {
    color: #000;
}

.career_page .contact_section {
    background: transparent;
}

.career_page .contact_section .container:before {
    content: '';
    width: 100%;
    height: 65%;
    background: #faa93a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}

.career_page .contact_section .container {
    position: relative;
    padding: 0 92px;
    margin-top: 80px;
}

.career_page .contact_section .main-title h1 {
    color: #FFF;
}

.career_page .contact_section .contact-info p {
    color: #FFF;
}

.career_page .contact-2 textarea {
    min-height: 100px !important;
}

.service-info-4 i {
    font-size: 80px;
}

.service-info-3 h5 {
    font-weight: 900;
    color: #000;
    margin-top: 0;
    font-size: 19px;
}

.service-info-3 h6 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #262626;
    line-height: 1;
}

.service-info-3 p {
    margin-bottom: 10px;
}

/* --- Project Details --- */

.tabs_box {
    background: #FFF;
}

.tabs_box_section.active .tabs_box {
    background: transparent;
}

.tabs_box ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.tabs_box ul li a.active {
    background: #000;
    color: #FFFF;
}

.tabs_box ul li a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 7px 22px;
    display: block;
    border-radius: 50px;
    color: #000;
}

/* overview section */
.overview_section .fixed_slide {
    position: sticky;
    top: 40px;
    height: fit-content;
}

.overview_content h4 {
    font-size: 20px;
}

.overview_wrap {
    display: flex;
    justify-content: space-between;
}

.overview_section .overview_content .main-title {
    margin-bottom: 20px;
}

.overview_content .status {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.overview_content .status li {
    border: 1px solid #e8e8e8;
    padding: 15px 10px;
    background: #000;
    border-radius: 5px;
    width: calc(50% - 15px);
    text-align: center;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
}

.overview_content .status li img {
    width: 50px;
    margin-bottom: 15px;
}

.overview_content .status li p {
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    font-weight: 400;
    margin: 0;
    color: #FFF;
    letter-spacing: 0.4px;
    text-align: center;
}

.overview_content .status li p span {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

.overview_content .btn-6 {
    margin-top: 30px;
}

.overview_content .btn-6 span {
    color: #FFF;
}

.overview_content .btn-6:hover span {
    color: #000;
}

.overview_content .amenities_list li {
    margin-top: 20px;
    border: 1px solid #CCC;
    padding: 20px;
    width: 100%;
    background: transparent;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
}

.overview_content .amenities_list li img {
    display: inline-block;
    width: 50px;
    margin-bottom: 12px;
}

.overview_content .amenities_list li span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

.project_bg{background-image: -webkit-linear-gradient(66deg, #fdf8ed 50%, #ffffff 50%);}

.bg_gray {
    background: #f9f9f9;
}

.bg_gray2 {
    background: #f9f9f9;
}

/* -- Gallery Section -- */

/* .gallery_slider .owl-item a {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
} */
.floor_slider .owl-item .mg_wrap img {
    filter: blur(0px);
}

.floor_slider .owl-item .mg_wrap .theme_btn {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
}

/* .gallery_slider .owl-item .mg_wrap, */
.floor_slider .owl-item .mg_wrap {
    transform: scale(0.9);
    transition: all 0.5s ease;
    opacity: .6;
    position: relative;
}

.gallery_slider .owl-item.active.center .mg_wrap,
.floor_slider .owl-item.active.center .mg_wrap {
    transform: scale(1);
    opacity: 1;
}

.gallery_slider .owl-item .gallery_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 10px 10px 0;
    font-weight: 500;
    font-size: 11px;
}

/*
.gallery_slider .owl-item a img {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    transition: all 0.3s ease;
} */

.gallery_section .owl-item.active.center a {
    opacity: 1;
    visibility: visible;
}

/* .gallery_slider .owl-item a img {
    width: 30px;
    background: rgb(0 0 0 / 54%);
} */

.gallery_slider .owl-nav button,
.floor_slider .owl-nav button {
    position: absolute;
    bottom: 50%;
    width: auto;
    transition: all 0.5s ease;
    transform: translateY(50%);
    background: rgb(0 0 0 / 70%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
}

.gallery_slider .owl-nav button.owl-prev,
.floor_slider .owl-nav button.owl-prev {
    left: 16%;
}

.gallery_slider .owl-nav button.owl-next,
.floor_slider .owl-nav button.owl-next {
    right: 16%;
    left: auto;
}

.gallery_slider .owl-nav button.owl-prev:hover,
.floor_slider .owl-nav button.owl-prev:hover {
    transform: translateY(50%) translateX(-10px);
}

.gallery_slider .owl-nav button.owl-next:hover,
.floor_slider .owl-nav button.owl-next:hover {
    transform: translateY(50%) translateX(10px);
}


.location_tab_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px !important;
    padding-top: 15px;
}

.location_tab_wrap ul li a {
    text-transform: uppercase;
    background: #ddd;
    font-weight: 500;
    display: block;
    padding: 4px 11px;
    color: #000;
    font-size: 13px;
}

.location_tab_wrap ul li.active a {
    background: #292929;
    color: #FFF;
}

.location_table table td {
    border: 1px solid #CCC;
    padding: 9px 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background: #f1f1f1;
}

.location_table table th {
    background: #000;
    border: 1px solid #FFF;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 10px;
}

.location_table table tr td:last-child,
.location_table table tr th:last-child {
    text-align: right;
}

.location_table table {
    width: 84%;
}

.video_slider {
    margin-top: 60px;
}

.video_slider .overlay_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
}

.video_slider .overlay_video a {
    width: 75px;
    height: 75px;
    background: #000;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.video_slider .overlay_video a:before,
.video_slider .overlay_video a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #faa93a;
    animation: popupBtn 1.8s linear infinite;
}


@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* -- floor Plans -- */
.floor_slider .owl-item {
    opacity: 0.4;
}

.floor_slider .owl-item.active.center {
    opacity: 1;
}

.floor_slider a img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px !important;
    background: #000;
    padding: 2px;
    border-radius: 2px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 46%);
    opacity: 0;
    transition: all 0.5s ease;
}

.floor_slider .owl-item.active.center a img {
    opacity: 1;
}

.floor_slider a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.floor_slider a p {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
}

.layout_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
}

.layout_overlay a {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
}

.floor_slider .mg_wrap.blur>img {
    filter: blur(7px);
}

.floor_slider .floor_caption_heading {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

/* -- Location -- */
.location_row_wrap {
    position: relative;
}


.sitemap_section>.row {
    margin: 0;
    align-items: center;
}

.sitemap_section .col-lg-6 {
    padding: 0;
}

.sitemap_section .locate_content {
    padding-left: 6%;
}

.sitemap_section .content h1 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
}

.sitemap_section .content ul {
    margin-bottom: 0;
}

.sitemap_section .content ul.listing {
    display: flex;
    flex-wrap: wrap;
}

.sitemap_section .content ul.listing li {
    font-size: 15px !important;
    line-height: normal !important;
    margin: 10px 0 !important;
    position: relative;
    padding-left: 15px;
    font-weight: 400;
    width: 50%;
    display: flex;
    font-size: 18px;
    color: #000;
}

.sitemap_section .content ul.listing li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
    border-radius: 50px;
}

.sitemap_section .button_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.sitemap_section .button_wrap a {
    margin-top: 0;
}

.sitemap_section .button_wrap a span {
    color: inherit;
}

.sitemap_section .content .content_in {
    background: #ededed;
    padding: 40px 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
}

.sitemap_section .logo_box {
    margin-bottom: 30px;
}

.sitemap_section .logo_box img {
    width: auto;
    height: 100px;
}

.sitemap_section .content .content_in p {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* .sitemap_section iframe {
    border: 4px solid #e9e9e9;
    border-radius: 5px;
} */

.sitemap_section .loaction_map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.sitemap_section .location_row_wrap+.loaction_map_wrap {
    margin-top: 50px;
}

.location_row_wrap .row {
    margin: 0;
}

.testimonial-info {
    margin-bottom: 25px;
}

.login_section {
    background: transparent;
}

.login_section .form-control {
    background-color: #e6e6e6;
}

.enquiry_btn {
    position: fixed !important;
    top: 50%;
    transform: rotate(-90deg) translate(10%, 100%);
    right: -36px;
}

.enquiry_btn a {
    border-radius: 2px !important;
    padding: 11px 30px !important;
    font-size: 18px !important;
}

.enquiry_btn a:after {
    border-radius: 0px !important;
}

.star_program_section .main-title-5 h5 {
    margin-top: 30px;
}

.program_work {
    padding: 32px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 39%);
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin: 0 20px;
}

.program_work p {
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
}

.program_work.left p {
    text-align: right;
}

.program_work.right p {
    text-align: left;
}

.program_work h5 {
    color: #FFF;
    font-size: 85px;
    line-height: 1;
    opacity: 0.4;
}

.star_program_section ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.star_program_section ul {
    list-style: disc;
    padding-left: 21px;
}




.program_work_wrap {
    position: relative;
}

.program_work_wrap:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #000;
    margin-left: -2px;
}

.program_work:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -44px;
    background: #faa93a;
    border-radius: 50%;
}

.program_work.right:after {
    left: auto;
    right: -45px;
}

.reward {
    background: #e7e7e7;
    padding: 57px;
    margin-left: 30px;
}

.reward h5 {
    margin-top: 20px;
    margin-bottom: 18px;
}

.ratingblock {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.ratingblock i {
    color: #faa93a;
}

.card_table table td {
    font-weight: 500;
}


.card_table table td {
    font-weight: 500;
}

.card_table table th {
    background: #000;
    color: #FFF;
    border-color: rgb(255 255 255 / 22%);
}

.card_table .stariconDetail i {
    color: #faa93a;
}

.home_page .enquiry_form_footer {
    display: none;
}

.enquiry_form_footer {
    padding-bottom: 50px;
    background: #FFF;
}

.enquiry_form_footer .form-control {
    padding-left: 15px;
    height: 45px;
}

.enquiry_form_footer h4 {
    font-size: 42px;
    margin: 0;
}

.enquiry_form_footer .active-pate {}


.new_project_slider .owl-item img {
    transform: scale(0.9);
    transition: all 0.5s ease;
    opacity: .6;
}

.new_project_slider .owl-item.active.center img {
    transform: scale(1);
    opacity: 1;
}

.new_project_slider .owl-nav button {
    background: rgb(0 0 0 / 70%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    position: absolute;
    bottom: 50%;
    transition: all 0.5s ease;
}

.new_project_slider .owl-nav button.owl-prev {
    left: 16%;
}

.new_project_slider .owl-nav button.owl-next {
    right: 16%;
}

.journey_section {
    position: relative;
    max-width: 100%;
}

.journey_section .banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.journey_section .item-box {
    position: relative;
    overflow: hidden;
}

.journey_section .item-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 2;
}

.journey_section .banner_overlay .banner_content {
    background: rgb(0 0 0 / 50%);
    padding: 30px;
    padding-bottom: 15px;
}

.journey_section .banner_overlay .banner_content h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.journey_section .banner_overlay .banner_content h5 {
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.journey_section .banner_overlay .banner_content p {
    color: #FFF;
}

.journey_section .banner_overlay .banner_content p a {
    color: #FFF;
    font-weight: 600;
    font-size: 11px;
    margin-left: 2px;
    text-decoration: underline;
    text-transform: uppercase;
}

.journey_section .main_slider .item-box>img {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    object-position: center;
    transition: all 4s ease;
}

.journey_section .main_slider:hover .item-box>img {
    transform: scale(1.1);
}

.journey_section .thumbnail_slider {
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: 9;
    width: 150px;
    margin-top: 140px;
    top: 0;
    display: flex;
    flex-direction: column;
    height: max-content;
    padding: 32px 0;
}

.thumbnail_slider .item {
    border: none !important;
}

.thumbnail_slider .item p {
    color: rgb(255 255 255 / 60%);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

.thumbnail_slider .item p:before,
.thumbnail_slider .item p:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #FFF;
    display: block;
    opacity: 0.3;
}

.thumbnail_slider .item.slick-current p {
    color: #FFF;
}

.thumbnail_slider .slick-arrow {
    width: 60px;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    position: absolute;
    left: 45px;
}

.thumbnail_slider .slick-arrow.prev-arrow {
    top: 0;
}

.thumbnail_slider .slick-arrow.next-arrow {
    bottom: 0;
}

.sub_slider ul.slick-dots {
    display: flex !important;
    margin-top: 25px;
    gap: 14px;
    position: absolute;
    left: 11vw;
    top: 61%;
    justify-content: center;
    width: 490px;
    margin-left: 50px;
}

.award_page .sub_slider ul.slick-dots {
    gap: 14px;
    margin-left: 50px !important;
    position: relative;
    bottom: auto;
    justify-content: flex-start;
    left: 0 !important;
}

.award_page .banner_content {
    width: 490px;
    margin-left: 50px;
    text-align: left;
}

.sub_slider ul.slick-dots li {
    position: relative;
}

.sub_slider ul.slick-dots li button {
    width: 35px;
    background: #FFF;
    border: none;
    text-indent: 1000px;
    overflow: hidden;
    height: 7px;
    margin: 0;
    position: relative;
    border-radius: 50px;
}

.sub_slider ul.slick-dots li.slick-active button {
    background: #efd245;
}

.award_page .journey_section .thumbnail_slider {
    margin-top: 200px;
}

.arrow_down {
    position: absolute;
    bottom: 75px;
    right: 50px;
    z-index: 9;
    height: 60px;
}

.arrow_down h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}

.arrow {
    opacity: 0;
    position: absolute;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 45px;
    left: 29px;
}

.arrow-first {
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
    margin-left: 2px;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

.arrow-second {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* -- project page -- */
.project_banner_section {
    position: relative;
}

.project_banner_section>img {
    max-height: calc(100vh - 50px);
    width: 100%;
}

.project_banner_section .banner_mg_wrap {
    position: relative;
}

.project_banner_section .banner_mg_wrap>img {
    height: calc(100vh - 50px);
    object-fit: cover;
    width: 100%;
}

.project_banner_section .caption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1px;
}

.down_arrow {
    position: absolute;
    z-index: 9;
    bottom: 70px;
    left: 50%;
    color: #FFF;
    width: 35px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 50px;
    margin-left: -17px;
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        margin-bottom: 0;
    }

    40% {
        margin-bottom: -5px;
    }

    60% {
        margin-bottom: 4px;
    }
}

.project_banner_section .project_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 30%), rgb(0 0 0 / 95%));
}

.project_banner_section .project_banner_overlay h1 {
    font-size: 57px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}

.project_banner_section .project_banner_overlay h1 span {
    display: block;
    color: #FFF;
    font-weight: 300;
    font-size: 72%;
}

.project_banner_section .project_banner_overlay p {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
}

.project_banner_section .rera_no_box {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    text-align: center;
}

.project_banner_section .rera_no_box img {
    width: 85px;
    margin-bottom: 0px;
}

.project_banner_section .rera_no_box p {
    color: #FFF;
    margin: 0;
    font-size: 11px;
    line-height: 16px;
}

.project_banner_section .rera_no_box p span {
    color: #FFF;
    font-weight: 600;
}

.banner_content {
    width: 490px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 50px;
}

.banner_content .inbox {
    background: rgb(255 255 255 / 80%);
    padding: 30px;
}

.banner_content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    background: #292929;
    color: #FFF;
    padding: 15px 30px;
    text-align: center;
    line-height: 30px;
}

.banner_content ul li {
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
}


.banner_content ul li:not(:last-child) {
    margin-bottom: 15px;
}

.banner_content ul {
    padding-left: 17px;
}

.banner_content .btn-6 {
    margin-top: 20px;
    width: 100%;
    font-weight: 400;
}

.banner_content .btn-6 span.icon {
    margin-right: 10px;
}

.banner_content .btn-6 span {
    color: #FFF;
    transition: all 0.4s ease;
}

.banner_content .btn-6:hover span {
    color: #000;
}


.project_wrapper {
    position: relative;
}

.tabs_box_section {
    margin-top: 25px;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 10px 0;
    background: #FFF;
}

.specifications_section {
    background: #f3f3f3;
    position: relative;
    padding: 70px 0;
}

/*
.specifications_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    opacity: 0.3;
} */

.specifications_section .container {
    position: relative;
    z-index: 2;
}

/*
.specifications_section .main-title h1 {
    color: #FFF;
}

.specifications_section .main-title .title-border-inner {
    background: #FFF !important;
}

.specifications_section p {
    color: #FFF;
} */

.card_design_row {
    gap: 30px 0;
}

.card_design {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    background: #000;
    padding: 19px 18px;
    height: 100%;
    border-radius: 4px;
    min-height: 178px;
    position: relative;
}


.card_design:hover img {
    transform: rotateY(180deg);
}

.card_design img {
    width: 40px;
    transition: all 0.5s ease;
}

.card_design img.placeholder_mg {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 105px;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.1;
}

.card_design p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 13px;
    color: #FFF;
}

.card_design p span {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    display: block;
    margin-bottom: 7px;
}

.video_icon {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.video_icon:before,
.video_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #faa93a;
    animation: popupBtn 1.8s linear infinite;
}

.disclaimer-box {
    padding: 50px 0 30px 0;
}

.disclaimer-box p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
}

.disclaimer-box p a {
    font-weight: 700;
    text-decoration: underline;
}

.disclaimer-box h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.disclaimer-box ul {
    padding-left: 30px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 10px;
}

.disclaimer-box ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    letter-spacing: 0.4px;
    color: #343434;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.disclaimer-box ul p {
    margin-bottom: 15px;
}

.disclaimer-box ol {
    color: #000;
    padding-left: 30px;
    text-align: justify;
    margin-bottom: 30px;
    list-style: lower-alpha;
    margin-top: 10px;
}

.disclaimer-box ol li {
    margin-bottom: 5px;
    letter-spacing: 0.4px;
    color: #343434;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}


.home_page .form_section,
.contact_us_page .form_section {
    display: none !important;
}

.form_section {
    padding: 0 100px;
    background: #FFF;
}

.form_content_side {
    /* background: #f3f3f3; */
    padding: 80px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_form {
    /* background: #ddd; */
    padding: 80px 80px;
}

.form_section .main-title h1 {
    font-size: 66px;
    color: #777;
}

.form_section .main-title h1 span {
    color: #262525;
}

.form_input {
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 15px;
    background: transparent;
}

.form_control {
    margin-bottom: 40px;
}

.form_control .label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.form_control .inline_group label {
    display: flex;
    align-items: baseline;
    color: #000;
    font-weight: 500;
    gap: 10px;
}

.form_control .inline_group label a {
    position: relative;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

.form_control .inline_group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form_control .inline_group.check {
    flex-direction: column;
}

.form_control .inline_group label .check_box {
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    position: relative;
    bottom: -5px;
    border-radius: 3px;
}

.form_control .inline_group label input[type="checkbox"] {
    display: none;
}

.form_control .inline_group label input[type="checkbox"]:checked+.check_box {
    background: #000;
}

.form_control .inline_group label .check_box:before {
    content: '';
    width: 7px;
    height: 14px;
    border: solid #FFF;
    position: absolute;
    top: 1px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.register_form .main-cpt {
    display: flex;
    align-items: center;
    gap: 20px;
}

.register_form .main-cpt input {
    width: 150px;
    height: 47px;
}

.register_form .main-cpt span {
    color: #000;
    font-weight: 500;
}

.register_form .btn-4 {
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.register_form .form_logo {
    width: 200px;
}

.fixed_enquiry {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -20px;
    background: #000;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    transform: rotate(-90deg) translate(12%, 100%);
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 50%);
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 1.4px;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}

.fixed_enquiry:hover {
    background: #C5973C;
}


.modal_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 999;
    display: none;
}

.modal_popup_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_popup .modal_container {
    width: 460px;
    max-width: 90%;
    position: relative;
    background: #FFF;
    padding: 23px 30px;
    border-bottom: 5px solid #000;
    border-radius: 5px;
}

.modal_popup .popup_close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: #000;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.modal_popup .modal_container h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
}


#enquiry_form .form_input {
    height: 44px;
    border: 1px solid rgb(44 62 80 / 40%);
}

#enquiry_form textarea.form_input {
    height: 100px;
    padding: 15px;

}

#enquiry_form .form_control {
    margin-bottom: 15px;
}

#enquiry_form .btn-4 {
    width: 100%;
    height: 55px;
    font-weight: 500;
    font-size: 20px;
    background: #000;
}


#enquiry_form .main-cpt {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    gap: 5px 6px;
    font-size: 13px;
    justify-content: space-between;
    letter-spacing: 0.4px;
}

#enquiry_form .main-cpt input {
    width: 140px;
    font-size: 13px;
}

#enquiry_form div#lblProcessForm {
    font-weight: 500;
    font-size: 13px;
}

.modal_popup .modal_container p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.modal_popup .modal_container p span {
    color: #000;
}

.modal_popup .modal_container:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/text-removebg-preview.html');
    background-size: 580px;
    background-repeat: repeat;
    opacity: 0.05;
    background-position: top right;
    z-index: 0;
}

.modal_popup .modal_container>* {
    position: relative;
    z-index: 1;
}


.content_section {
    padding: 80px 0;
}

.content_section .main-title {
    margin-bottom: 0;
}

.main-title.text-center h5 {
    text-align: center;
}

.content_section.about p {
    margin-top: 15px;
}

.configuration_section {
    padding: 70px 0;
}

.configuration_card {
    text-align: center;
    border: 1px solid #CCC;
    padding: 40px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.configuration_card h3 {
    font-size: 23px;
}

.configuration_card h3 span {
    font-weight: 800;
    display: block;
    font-size: 36px;
}

.configuration_card a {
    font-weight: 500;
    background: #292929;
    color: #FFF;
    padding: 5px 19px;
    display: inline-block;
    font-size: 15px;
    transition: all 0.4s ease;
}

.configuration_card a:hover {
    background: #ddd;
    color: #000;
}

.configuration_card:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    transform: translateY(-10px);
}

.corporate_tower {
    border: 1px solid #CCC;
    padding: 40px;
    border-radius: 5px;
    transition: all 0.4s ease;
    display: flex;
    gap: 10px 25px;
    align-items: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.corporate_tower:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    transform: translateY(-10px);
}

.corporate_tower .icon {
    min-width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate_tower img {
    width: 54px;
}

.corporate_tower h2 {
    font-size: 23px;
}

.corporate_tower p {
    margin-bottom: 0;
}

.newsletter_card {
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 5px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.newsletter_card:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    transform: translateY(-10px);
}

.newsletter_card img {
    height: 75px;
    margin-bottom: 15px;
}

.newsletter_card h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.newsletter_card p {
    font-weight: 500;
}

.search_close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    display: none;
}

/* .services.content-area {
    padding-top: 0;
} */

.awards_section.content-area {
    padding: 70px 0 50px 0;
}

/* .blog_section {
    padding-bottom: 40px;
} */


.search_popup {
    position: absolute;
    right: 0;
    top: 72px;
    width: 500px;
    max-width: 100%;
    background: #000;
    border-radius: 4px;
    display: none;
}

.search_popup form {
    display: flex;
}

.search_popup form input {
    width: 100%;
    height: 49px;
    padding: 0 17px;
    background: transparent;
    border: none;
    color: #FFF;
}

.search_popup form button {
    background: transparent;
    border: none;
    color: #FFF;
    width: 54px;
    cursor: pointer;
}

#main-header-1 .navbar-expand-lg .navbar-nav .nav-link.search_link {
    font-size: 15px;
    color: #FFF !important;
}

.search_link.open i:before,
.find_btn.search.open i:before {
    content: '\f00d';
}

#main-header-1 .navbar-expand-lg .navbar-nav .nav-link.search_link i {
    min-width: 17px;
}

.corporate_tower_section {
    padding-bottom: 50px;
}

.home_slider.search::after {
    background: transparent;
}

.search_result_section {
    margin-top: 46px;
}

/*
.search_result_section .main-title-5 h1 {
    text-align: left;
}

.search_result_section .title-border {
    margin: 0;
} */

/* -- Amenities Section -- */
.amenities_section {
    position: relative;
    min-height: 55vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.amenities_section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9f9f9;
    opacity: 0.40;
    z-index: 0;
}

.amenities_section .container {
    position: relative;
    z-index: 2;
}

.amenities_section .col-lg-3 {
    padding-left: 20px;
    padding-right: 20px;
}

.amenities_box {
    background: rgb(0 0 0 / 70%);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.amenities_box span {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
}

.amenities_box img {
    width: 32px;
}

.main-title.white h1 {
    color: #FFF;
}

.main-title.white .title-border-inner {
    background-color: #FFF !important;
}


.pdf_card {
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.5s ease;
    background: #f9f9f9;
}

.pdf_card i {
    font-size: 38px;
    color: #000;
    margin-bottom: 10px;
}

.pdf_card p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.pdf_card:hover {
    transform: translateY(-10px);
    background: #000;
    color: #FFF;
}

.pdf_card:hover i,
.pdf_card:hover p {
    color: inherit;
}



/* .project_features_section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
} */

.project_features_section h2 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.property-box-3 h3 span {
    display: none;
}

.project_features_section ul {
    padding-top: 40px;
    border-top: 1px dashed #bebebe;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: center;
}

.project_features_section ul li {
    list-style: disc;
    font-weight: 600;
}

.project_features_section ul li {
    display: flex;
    gap: 0 9px;
    width: calc(33.33% - 15px);
    border: 1px solid #CCC;
    padding: 12px 15px;
    justify-content: center;
    font-size: 15px;
    align-items: center;
    text-align: center;
}

/* .project_features_section ul li:before {
    content: '';
    background-image: url('../img/icon/right-arrow.png');
    width: 16px;
    background-size: 21px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.project_features_section ul li:not(:last-child) {
    margin-bottom: 8px;
} */

.project_features_section {
    background: #f1f1f1;
    margin-bottom: 50px;
}


.iti {
    width: 100%;
    color: #000;
    font-weight: 400;
}

.iti__flag-container {
    width: 87px;
}


.iti input[type=text] {
    padding-left: 15px !important;
    width: calc(100% - 91px);
    margin-left: 95px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    border: 1px solid #000;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #FFF;
}

.shine_effect {
    position: relative;
    overflow: hidden;
}

.shine_effect:before {
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.project_card_box:hover .shine_effect:before {
    animation: shine 0.85s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.project_card_box_row {
    gap: 50px 0;
}

.project_card_box {
    display: flex;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.project_card_box .card_mg {
    max-width: 360px;
    min-width: 360px;
}

.project_card_box .card_mg img {
    height: 285px;
    width: 100%;
    object-fit: cover;
}

.project_card_box .card_content {
    padding: 35px;
    display: flex;
    align-items: center;
}

.project_card_box .card_content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.project_card_box .card_content ul {
    display: flex;
    gap: 15px 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.project_card_box .card_content ul li img {
    width: 27px;
    margin-right: 10px;
}

.project_card_box .card_content ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #444;
}

.project_card_box .card_content p {
    font-size: 18px;
    font-weight: 500;
}

.theme_btn {
    margin-top: 15px;
    padding: 10px 25px;
    background: #000;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s ease;
    border: none;
    /* width: 40%; */
}

.theme_btn span {
    color: inherit;
}

.theme_btn span.icon {
    margin-left: 4px;
}

.theme_btn:hover {
    color: #FFF;
    background: #C5973C;
}

.project_card_box .theme_btn {
    padding: 14px 27px;
    font-size: 15px;
}

.project_card_box .card_content .buttons_wrap {
    display: flex;
    gap: 8px 15px;
    flex-wrap: wrap;
}

.project_card_box .card_content .buttons_wrap {
    margin-top: 28px;
}

.project_card_box .card_content .buttons_wrap .theme_btn {
    margin-top: 0;
}

ul.project_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

ul.project_info li img {
    width: 26px !important;
}

ul.project_info li {
    color: #000;
    font-weight: 600;
    background: #FFF;
    padding: 5px 15px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    font-size: 14px;
}

.property-box-3 p {
    color: #FFF;
    margin-bottom: 23px;
}

.property-box-3:hover .box-1 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.property-box-3 .box-1 {
    transition: all 0.4s ease;
}

.property-box-3 .btn-4.color-change:after {
    background: #444;
}

.property-box-3 .btn-4.color-change {
    border-bottom: none !important;
}

.property-box-3 .btn-4.color-change:hover {
    color: #FFF !important;
}


.home_project_slider .owl-nav button.owl-next,
.home_project_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 75px;
    height: 50px;
    background: none;
    border-radius: 50%;
    transform: translateY(-100%);
}

.home_project_slider .owl-nav button.owl-next::before,
.home_project_slider .owl-nav button.owl-prev::before {
    position: absolute;
    content: '';
    border: 2px solid #C5973C;
    width: 35px;
    height: 35px;
    right: -3px;
    top: 8px;
    border-radius: 50%;
}

.home_project_slider .owl-nav button.owl-prev::before {
    left: -3px;
    top: 8px;
    right: auto;
}

.home_project_slider .owl-nav button.owl-next {
    right: -95px;
}

.home_project_slider .owl-nav button.owl-prev {
    left: -95px;
}

.testimonial-3 .testimonial-inner .btn-4 {
    margin-top: 10px;
}

.testimonial_video_card:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    transition: all 0.4s ease;
    z-index: 2;
}

.testimonial_video_card:hover:before {
    background: rgb(0 0 0 / 30%);
}

.testimonial_video_card {
    position: relative;
    overflow: hidden;
}

.testimonial_video_card img {
    width: 100%;
    transition: all 0.6s ease;
}

.testimonial_video_card:hover img {
    transform: scale(1.1);
}

.testimonial_video_card span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.iwc_box_row {
    gap: 30px 0;
}

.iwc_box {
    border: 1px solid #e9e9e9;
    padding: 35px 25px;
    background: #ffffff;
    height: 100%;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.iwc_box:hover {
    box-shadow: 0 20px 20px -15px rgb(0 0 0 / 55%);
    background: #ffffff;
}

.iwc_box img {
    width: 66px;
}

.iwc_box h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
    line-height: 23px;
}

.iwc_box p {
    font-weight: 500;
    margin-bottom: 0;
}

.icon_wrap {
    display: flex;
    align-items: center;
    gap: 0 33px;
    margin-bottom:12px;
}

.thank_you_page .form_section {
    display: none;
}

.thank_you_section {
    padding: 100px 15px;
    text-align: center;
}

.thank_you img {
    width: 200px;
}

.thank_you_section h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 42px;
}

.thank_you_section p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.thank_you_section .click_link {
    background: #000;
    color: #FFF;
    font-size: 12px;
    padding: 5px 11px;
    border-radius: 50px;
}

.thank_you_page .breadcrumb_section {
    position: relative;
    height: 116px;
    overflow: hidden;
}

.thank_you_page .breadcrumb_section:before {
    background-color: #000000;
}

.testimonial_section_wrap .carousel-indicators {
    margin-bottom: 25px;
    padding-right: 105px;
}

.testimonial_section_wrap .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #000;
    opacity: 1;
    transition: opacity .6s ease;
}

.testimonial_section_wrap .carousel-indicators .active {
    background: #000 !important;
}

.gallery_section .gallery_tab ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 25px;
    margin-bottom: 40px;
}

.gallery_section .gallery_tab li a {
    background: #777;
}

.gallery_section .gallery_tab li.active a {
    background: #000;
}

.gallery_section .gallery_tab li a::after {
    background: #000;
}

.gallery_section .gallery_tab li a::after {
    background: #000;
}


.map_img {
    position: relative;
}

.map_img span {
    position: absolute;
    bottom: 10px;
    right: 14px;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
}

.map_img img {
    display: block;
}

.video_banner video {
    display: block;
    width: 100%;
    /* height: calc(100vh - 50px); */
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.home_slider.home .desktop,
.video_banner .desktop,
.project_banner_section .desktop {
    display: block;
}

.home_slider.home .mobile,
.video_banner .mobile,
.project_banner_section .mobile {
    display: none;
}

.btn-mute {
    background-image: url('../img/icon/sound-pause.png');
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    bottom: 60px;
    left: 30px;
    border-radius: 50px;
    background-color: #cf9106 !important;
    border: none !important;
}

.btn-mute.active {
    background-image: url('../img/icon/sound-play.png');
}

.hero-slider .btn-mute {
    bottom: 23px;
    left: 30px;
}

/* -- Mega Menu -- */

/* .main-header .navbar-expand-lg .navbar-nav li.nav-item.dropdown:hover > a, .main-header .navbar-expand-lg .navbar-nav li.nav-item.dropdown > .nav-link:hover {
    color: #f1c148 !important;
} */

.mega_menu_main_wrap {
    display: none;
    position: fixed;
    top: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50vw);

}

.main-header li.nav-item.dropdown:hover .mega_menu_main_wrap {
    display: block;

}

.main-header .mega_menu_main {
    position: relative;
    width: 1320px;
    background: #FFF;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 25%);
}

/* .main-header .mega_menu_main .main_row {
    margin: 0;
} */

.mega_menu_main .right_sect {
    padding: 35px;
    background: #f9f9f9;
}

.mega_menu_main .right_sect .row {
    gap: 25px 0;
}

.menu_pro_wap .menu_img {
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
}

.menu_pro_wap .menu_img img {
    width: 100%;
    display: block;
}

#tab1 .menu_pro_wap .menu_img img {
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.menu_pro_wap .heading {
    margin: 0;
}

.menu_pro_wap .heading h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.menu_pro_wap .heading p {
    font-size: 13px;
    margin-bottom: 0;
}

.menu_pro_wap:hover .shine {
    display: block;
}

.shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}

@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: .5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}



.left_sect ul {
    display: flex;
    flex-direction: column;
    gap: 7px 0;
}

.left_sect ul li a {
    background: #eaeaea;
    width: 100%;
    display: block;
    padding: 10px 13px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}

.left_sect ul li.active a {
    background: #000;
    color: #FFF;
}

.left_sect ul li {
    width: 100%;
}

.left_sect {
    padding: 35px;
}


section.breadcrumb_section.gallery img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

/* .projects_page .floating_enquiry {
    display: none;
} */

/* .gallery_section {
    padding-bottom: 0;
} */



.projects_page #main-header-1.active.shifted {
    display: none;
}


.projects_page footer.footer {
    padding-bottom: 0;
}


/* -- Jouney Popup Code start -- */
.journey_content {
    max-height: 80vh;
    overflow: auto;
    padding-right: 10px;
}

.journey_content h3 {
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px;
}

.journey_content h4 {
    font-weight: 400;
    font-size: 15px;
}

.journey_content p {
    text-align: left !important;
    margin-bottom: 10px !important;
}

.journey_content ul li {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    list-style: disc;
}

.journey_content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.journey_content ul {
    padding-left: 13px;
}

.cs_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.cs_scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.cs_scrollbar::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

/* -- Jouney Popup Code End -- */



.blog-big .detail img {
    margin-bottom: 20px;
    margin-top: 9px;
}

.blog-big .detail h5 {
    margin: 15px 0;
    font-weight: 600;
}



.page_cont {
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.page_cont span,
.page_cont a {
    display: inline-block;
    border: 1px solid #000;
    padding: 2px 9px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.4s ease;
}

.page_cont p {
    margin: 0;
}

.page_cont span.numtextactive {
    background: #000;
    color: #FFF;
}

.page_cont p {
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.page_cont a:hover {
    background: #000;
    color: #FFF;
}

#lblProcessForm1 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}



.home_testinoial_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 7px;
    padding-right: 90px;
}

.home_testinoial_slider .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    cursor: pointer;
}

.home_testinoial_slider .owl-dots button.owl-dot.active {
    background: #000;
}


.home_testinoial_slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 7px;
    padding-right: 90px;
}

.home_testinoial_slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    cursor: pointer;
    text-indent: 50px;
    overflow: hidden;
}

.home_testinoial_slider .slick-dots li.slick-active button {
    background: #000;
}


.search-fields {
    width: 100%;
    color: #FFF;
    line-height: 35px;
}

.search-fields option {
    color: #000;
}

.sidebar-navigation .menu-list li a.open .fa-chevron-down:before {
    content: "\f077" !important;
}

.career-page-new {
    padding: 60px 0;
}


.career-page-1 span.tagline {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.career_video_card_row {
    margin-top: 50px;
}

.career_video_card {
    margin-bottom: 30px;
}

.career_video_card video {
    width: 100%;
    display: block;
    /* margin-bottom: 15px; */
}

.career_video_card p {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

.career_button {
    margin-top: 30px;
}

.breadcrumb_section.career:before {
    background: transparent;
}



ul.career_tab {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.career_tab li:not(.active) a {
    background: #777;
}

.career_tab li:not(.active) a::after {
    background: #000;
}


.career_video_section {
    padding: 70px 0;
}

.career_video_section .video_select_field {
    width: 255px;
    height: 50px;
    padding: 0 25px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    display: block;
    appearance: none;
    background-color: #000;
    background-image: url('../img/down_arrow.html');
    background-size: 12px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #FFF;
}

.career_video_section .video_select_field option {
    font-size: 14px;
}


.projects-section {
    padding: 70px 0;
}

.pad-70 {
    padding-top: 0;
}

.our_project_row {
    gap: 30px 0;
}

.ourproimg {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.ourprorhd {
    position: relative;
}

.ourprorhd .sld {
    content: "";
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.ourproimg:after {
    content: "";
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.ourproimg img {
    transform: scale(1);
    transition: all 0.85s ease;
}

.ourproimg:hover img {
    transform: scale(1.1);
}

.ourproimg a {
    display: block;
    position: relative;
    z-index: 22;
}

.ourproimg a:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0, rgb(230 230 230 / 0) 1%, rgb(4 4 4 / 32%) 39%, rgb(21 21 21 / 39%) 64%, rgb(36 36 36) 100%);
    z-index: 11;
}

/*.post{width:auto; position:absolute; left:15px; top:15px; z-index:1;}*/
.ourproimg .upperchtext {
    width: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 22;
}

.ourproimg .upperchtext h3 {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
}

.ourproimg .upperchtext h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: all 0.85s ease;
}

.ourproimg:hover .upperchtext h3:after {
    width: 100%;
}

.ourproimg .upperchtext h3 img {
    width: 10px;
    margin-left: 5px;
}

.ourproimg .uppertext {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 22;
    padding: 0 15px;
}

.ourproimg .uppertext h3 {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    position: relative;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
}

.ourproimg .uppertext h3 i {
    margin-left: 10px;
}

.ourproimg .uppertext h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: all 0.85s ease;
}

.ourproimg:hover .uppertext h3:after {
    width: 100%;
}

.ourproimg .uppertext h3 img {
    width: 10px;
    margin-left: 5px;
}

.ourprorhd {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    padding: 15px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.ourprorhd h2 {
    font-size: 40px;
    position: relative;
    margin-bottom: 10px;
    color: #C5973C;
}

.ourprorhd .title-border {
    margin-bottom: 15px;
}

.ourprorhd p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.view-all {
    text-align: center;
    position: relative;
}

.view-all a {
    color: #C5973C;
    font-weight: 600;
}

/* right bounce */
@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

/* /right bounce */


/* left bounce */
@-webkit-keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@-moz-keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(30px);
    }

    60% {
        transform: translateX(15px);
    }
}

@keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    60% {
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}

/* /left bounce */

/* assign bounce */

.view-all .fa-arrow-right-long {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    margin-left: 30px;
    position: absolute;
    padding-top: 4px;
}

.home_project_slider .bounceRight {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

.home_project_slider .bounceLeft {
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}

.arrow-bot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 10;
    text-align: center;
    max-width: 100%;
    width: 80px;
    margin: 0 auto;
}

.arrow-bot::before {
    position: absolute;
    content: '';
    border: 2px solid #b67f05;
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: -5px;
    border-radius: 50px;
}

.arrow-bot img {
    transform: rotate(-180deg);
}

.Down1bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.projects-section .container-fluid {
    width: 1500px;
}

.home_project_slider {
    margin-top: 50px;
}

.home_project_slider .banner-1 img {
    width: 100%;
}

.home_project_slider .banner-content {
    padding: 0 15px;
    text-align: center;
}

.home_project_slider .banner-1 h2 {
    text-align: center;
    margin: 20px 0px 10px;
    /* text-transform: uppercase; */
    font-size: 25px;
}

.home_project_slider .banner-1 p {
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 1.6px; */
}

.bg_gray {
    background: #f9f9f9;
}

/* DLF NEWS Section */
.new_dlf {
    padding: 60px 0;
    margin-bottom: 15px;
}

.news_box {
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}


.news_slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.news_slider .owl-dots {
    display: flex;
    gap: 0 7px;
    margin-top: 20px;
}

.news_slider .owl-dots button.owl-dot.active {
    background: #cf9106;
}

.heading_dlf .title-border {
    margin-bottom: 15px;
}

.heading_dlf .title-border .title-border-inner {
    margin: unset;
}

.new_dlf .news_box span {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.new_dlf .news_box span.date {
    color: #000;
}

.jumbotron2 h3 {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.new_dlf .news_box h4 {
    font-size: 24px;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #C5973C;
    font-weight: 500;
    /* letter-spacing: 1.5px; */
}

.new_dlf .news_box p {
    margin: 0 0 20px;
    /* letter-spacing: 0.5px; */
}

.galleyfoundation .service_gallery {
    position: relative;
}

.service_gallery .h2,
.service_gallery h4 {
    color: #fff;
    font-size: 27px;
    line-height: 40px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.service_gallery p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 1.4px;
}

.halfbox.halfboxhgt .cosponser {
    width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
    font-style: italic;
    margin-top: 6px;
    color: #ffffffab;
    line-height: 21px;
}

.halfboxhgt {
    height: 160px;
    padding: 22px 30px;
    background-color: #062842;
    transition: .5s;
    margin-bottom: 30px;
    padding-top: 18px;
    overflow: hidden;
    position: relative;
}

.halfboxhgt.awards {
    margin-bottom: 0;
}

.halfbox_case.halfboxhgt:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/career-bg.webp');
    top: 0;
    left: 0;
    background-size: auto 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.halfbox_case.halfboxhgt.awards:before {
    background-image: url('../img/trophy-award-ceremony.webp');
    opacity: 0.9;
}

.halfbox_case.halfboxhgt.awards:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 25%);
}

.halfbox_case.halfboxhgt>* {
    position: relative;
    z-index: 2;
}

.halfbox_case.halfboxhgt .text-right a:hover img {
    transform: translateX(10px);
    position: relative;
}

.halfbox_case.halfboxhgt .text-right a img {
    transition: all 0.5s ease;
}

.halfbox_case.halfboxhgt .text-right {
    margin-top: 20px;
    text-align: right !important;
}

.halfboxhgt img {
    width: 60px;
    opacity: .8;
}

.new_dlf .news_box .theme_btn span.icon {}

.news_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.news_slider .owl-nav .owl-next,
.about_div_carousel .owl-nav .owl-next {
    color: #000;
    width: 50px;
}

.news_slider .owl-nav .owl-prev,
.about_div_carousel .owl-nav .owl-prev {
    color: #000;
    width: 50px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    left: -64px;
    top: 2px;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.galleyfoundation {
    margin: 0 -15px;
}

.owl-carousel .owl-item.active+.owl-item.active .news_box {
    border-right: 0;
}

.foot_content p {
    font-size: 15px;
    line-height: 24px;
}

.foot_content p,
.foot_content ul li a {
    color: #343434;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.foot_content ul {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.footer.-type-1 .footer__bottom div {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
    color: #343434;
	font-family: "Futura Bk BT";
}

.footer.-type-1 .footer__bottom div.text-right {
    font-size: 12px;
}

.footer.-type-1 .footer__bottom div.text-right.size-adjust {
    font-size: 12px;
    color: #343434;
}

.footer.-type-1 .footer__bottom div.text-right.size-adjust a {
    font-size: 12px;
    color: #343434;
}
.footer.-type-1 .footer__bottom div.text-right.size-adjust a:hover{
	color: #cc9225;
}
.text-right {
    text-align: right !important;
}

.foot_content :last-child {
    margin-bottom: 0;
}

.foot_content ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.foot_content ul li a:hover {
    color: #C5973C;
}

.footer {
    position: relative;
}

.contact_info ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.contact_info ul li {
    width: 33.33%;
    padding: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact_info ul li:last-child {
    justify-content: center;
}

.contact_info ul li.logo {
    justify-content: center;
}

.contact_info ul li.logo img {
    width: 172px;
}

.contact_info ul li p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
}
.contact_info ul li p a {
    color: #FFF;
}

.contact_info ul li p a:hover {
    color: #cf9106;
}

.contact_info ul li i {
    font-size: 36px;
    opacity: 1;
    color: #C5973C;
}

.contact_info ul li p span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #C5973C;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact_form .main-cpt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}

.contact_form .main-cpt input {
    width: 140px !important;
    margin-bottom: 0;
}

.foot_content span {
    color: #343434;
}

.mb-30 {
    margin-bottom: 30px;
}



/* ------ Project Page Start ------ */
.project_banner_section {
    text-align: center;
}
.project_banner_section video {
    width: 100%;
    height: 95vh;
    object-fit: cover;
    object-position: center;
}
.project_banner_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.project_banner_section h1 {
	position: absolute;
    left: 0;
    bottom: 0;
    font-size: 49px;
    color: #FFF;
    font-weight: 500;
    text-shadow: 0 0 20px #00000082;
    text-align: center;
    letter-spacing: 6px;
    background: #00000054;
    margin: auto;
    display: inline-block;
    min-width: 50%;
    padding: 15px 20px;
    border: 0px solid rgb(255 255 255 / 20%);
    background-image: linear-gradient(to right, rgb(197 151 60 / 10%), rgb(197 151 60 / 85%), rgb(197 151 60 / 10%));
}

.overview_section{text-align:center;}

.overview_section .heading_dlf {
    margin-bottom: 40px;

}

.overview_section .heading_dlf h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 14px;
    margin-top: 0px;
    font-style: italic;
}

.overview_section .heading_dlf p{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
	padding-bottom:20px;
}

#pddp{
 font-size: 18px;
    line-height: 25px;
    font-weight: 300 !important;
    color: #111;
    letter-spacing: 1px;
}
.overview_section .heading_dlf p.big_para {
 font-size: 18px;
    line-height: 25px;
    font-weight: 300 !important;
    color: #111;
    letter-spacing: 1px;}

.overview_section .heading_dlf h4 {}

.overview_section .property_feature {
    display: flex;
    flex-wrap: wrap;
}

.overview_section .property_feature li {
    width: 25%;
    padding: 0 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    position: relative;
   /*  display: flex; */
    flex-direction: column;
    align-items: baseline;
}

.overview_section .property_feature li img {
    width: 45px;
    margin-bottom: 15px;
}

.overview_section .property_feature li .icon {
    height: 30px;
    margin-bottom: 15px;
}

.overview_section .property_feature li span {
    font-size: 17px;
    color: #C5973C;
    font-weight: 400;
	font-family: 'Futura Md BT';
	display:block;
}

.overview_section .property_feature li:not(:first-child):before {
    content: "";
    position: absolute;
    height: 72px;
    width: 1px;
    transform: rotate(17deg) translateY(-50%);
    top: 50%;
    left: 0%;
    background: rgba(0, 0, 0, .22);
}

.overview_section .theme_btn span {
    color: inherit;
}

.overview_section .theme_btn {
    width: auto;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 30px;
}


.moretext {
	display: none;
}
.lessbtn {
    margin-top: 5px;
}
.lessbtn a {
    display: inline-block;
    padding: 5px;
    color: #c39846;
	font-weight:400;
	font-family: "Futura Bk BT";
	border-bottom: 1px dashed #2d3e4f;
}
.lessbtn a:before {
    font: normal normal normal 14px / 1 FontAwesome;
}


.amenities_section_new {
    background: #f9f9f9;
}

.amenities_section_new .heading_dlf {
    margin-bottom: 35px;
    text-align: center;
}

.amenities_section_new .heading_dlf .title-border .title-border-inner {
    margin: auto;
}

.amenities_card_box_row {
    gap: 30px 0;
}

.amenities_card_box {
    background: #e1e1e1;
    padding: 40px;
    transition: all 0.5s ease;
    height: 100%;
}

.amenities_card_box img {
    width: 60px;
    margin-left: auto;
    margin-bottom: 25px;
    display: flex;
}

.amenities_card_box p {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
    color: #000;
}

.amenities_card_box p+span {
    display: block;
    /* margin-top: 15px; */
}

.amenities_card_box.colored p+span {
    color: #FFF;
}

.amenities_card_box p:after {
    /* content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #000; */
}

.amenities_card_box.colored {
    background: #C5973C;
}

.amenities_card_box.colored p {
    color: #FFF;
}

.amenities_card_box.colored p:after {
    background: #FFF;
}

.amenities_card_box.colored img {
    filter: invert(93%) sepia(31%) saturate(0%) hue-rotate(16deg) brightness(110%) contrast(102%);
}

.heading_dlf.center {
    text-align: center;
}

.heading_dlf.center .title-border .title-border-inner {
    margin: auto;
}

.gallery_section .heading_dlf {
    margin-bottom: 40px;
}

.sitemap_section iframe {
    position: relative;
    width: 100%;
    height: 650px;
    display: block;
}

.sitemap_section .content {
    width: 425px;
    position: absolute;
    right: 12%;
    top: 25%;
    z-index: 9;
    transform: translate(0, -50%);
    border: 5px solid #000;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 39%);
}

.sitemap_section .content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sitemap_section {
    position: relative;
}

.sitemap_section .logo_box img {
    width: auto;
    height: 65px;
}

.gallery_new_slider {
    padding-left: 50px;
}

.gallery_new_slider .mg_wrap {
    position: relative;
}

.gallery_new_slider .mg_wrap .caption {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 22;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1.4px;
}

.gallery_new_slider .mg_wrap .image_caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 22;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1.4px;
    background: #00000099;
    border-radius: 50px;
    padding: 4px 17px;
    text-transform: uppercase;
}

.gallery_new_slider .mg_wrap img,
.gallery_new_slider .owl-nav {
    width: 72vw;
}

.gallery_new_slider .owl-nav {
position: absolute;
    left: 14%;
    bottom: -54%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.gallery_new_slider .owl-nav button {
    position: relative;
    transition: all 0.5s ease;
    transform: translateY(50%);
    background: rgb(197 151 60 / 80%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
}


.gallery_new_slider .heading_dlf,
.plan_section .heading_dlf,
.construction_section .heading_dlf {
    margin-bottom: 40px;
}

/* -- video section -- */


.video_sct {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 4px 2px 16px 0 rgb(0 0 0 / 42%);
}

.video_section {
    position: relative;
    padding: 70px 0 0 0;
}

.video_sct:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 321px solid transparent;
    border-right: 419px solid #C5973C;
    z-index: 1;
}

.video_sct_title {
    position: absolute;
    bottom: 35px;
    right: 45px;
    z-index: 2;
}

.video_sct_title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.video-play-button {
    display: flex;
    width: 70px;
    height: 70px;
    background: #FFF;
    border-radius: 50%;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    right: 85px;
    bottom: 185px;
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.video-play-button:before {
    z-index: 0;
    background: #FFF;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    z-index: 1;
    background: red;
    transition: all 200ms;
}

.video-play-button i {
    color: #FFF;
    position: relative;
    z-index: 3;
    font-size: 16px;
}

.video-play-button:hover:after {
    background-color: darken(red, 10%);
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
        opacity: 0;
    }
}


/* -- highlights section -- */

.highlights_section {
    background: #f9f9f9;
}

.highlights_section .heading_dlf .title-border .title-border-inner {
    margin: auto;
}


/* .breadcrumb_section img {
    height: 450px;
    object-fit: cover;
} */

.breadcrumb_mg {
    position: relative;
}

/* .breadcrumb_mg:before {
    position: absolute;
    content: '';
    background-color: #000;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
} */

.breadcrumb_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
}

.breadcrumb_section ul li {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 400;
	font-family: "Futura Bk BT";
}

.breadcrumb_section ul li a {
    color: #C5973C;
}

.breadcrumb_section ul li a:hover {
    color: #C5973C;
}

.overlap-bread {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.breadcrumb_section ul li:not(:last-child):after {
    content: '';
    width: 7px;
    height: 7px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -1px;
}

/* -- Press Release -- */

.press_release_card {
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 14px 10px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s ease;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.press_release_card:hover {
    box-shadow: 0 14px 14px 0 rgb(0 0 0 / 12%);
}

.press_release_card ul.news_meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.press_release_card ul.news_meta li {
    font-size: 15px;
    line-height: normal;
    color: #000;
    margin-right: 6px;
    position: relative;
    font-weight: 600;
}

.press_release_card ul.news_meta li i {
    margin-right: 3px;
}

.press_release_card ul.news_meta li:not(:last-child) {
    padding-right: 30px;
    position: relative;
}

.press_release_card ul.news_meta li:not(:last-child):after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 9px;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.press_release_card h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 22px;
}

.press_release_card p {
    margin-bottom: 20px;
}

.press_release_card .theme_btn {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    margin-top: 0;
}

.press_release_card_row {
    gap: 30px 0;
}


.press_release_section .filter {
    display: flex;
    justify-content: center;
    gap: 0 18px;
    float: right;
    margin-top: 13px;
}

.press_release_section .filter select {
    background: #000;
    border-color: #000;
    color: #FFF;
    font-size: 15px;
    width: 150px;
    height: 36px;
    padding: 0 14px;
    border-radius: 50px;
    outline: none !important;
    cursor: pointer;
    letter-spacing: 0.2px;
}

/* -- Event Gallery -- */

.event_card_row {
    gap: 50px 0;
}

.event_galler_detail_section .event_card_row {
    gap: 30px 0;
}

.event_card {
    text-align: center;
    height: 100%;
}

.event_card h4 {
    font-size: 19px;
}

.event_card .event_mg {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.event_galler_detail_section .event_mg {
    margin-bottom: 0;
}

.event_card img {
    transition: all 0.4s ease;
}

.event_card:hover img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.event_galler_detail_section .event_mg span {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    color: #FFF;
    font-size: 22px;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.event_galler_detail_section .event_card:hover .event_mg span {
    opacity: 1;
}

.event_card p.date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.event_card p.date i {
    margin-right: 2px;
}

.event_card .theme_btn {
    padding: 7px 18px;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-top: 0;
}

.event_galler_detail_section .heading_dlf p.date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #000;
}

.event_galler_detail_section .heading_dlf p.date i {
    margin-right: 2px;
}


/* -- project Page -- */
.projects_card {
    height: 100%;
    background: #f9f9f9;
    transition: all 0.4s ease;
}

.projects_card:hover {
    box-shadow: 0 14px 14px 0 rgb(0 0 0 / 12%);
}

.projects_card .projects_image {
    position: relative;
    overflow: hidden;
}

.projects_card .projects_image img {
    width: 100%;
    transition: all 0.85s ease;
}

.projects_card:hover .projects_image img {
    transform: scale(1.1);
}

.projects_card .projects_image:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0, rgb(230 230 230 / 0) 1%, rgb(4 4 4 / 32%) 39%, rgb(21 21 21 / 39%) 64%, rgb(36 36 36) 100%);
    z-index: 11;
}

.projects_card .projects_content {
    padding: 25px;
}

.projects_card .projects_content h4 {
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease;
    letter-spacing: 0.4px;
}

.projects_card:hover .projects_content h4 {
    color: #000;
}

.projects_card .projects_content p {
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}

.projects_card .projects_content .theme_btn {
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 8px 20px;
}

/* ----- */

.leadership {
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
    padding: 50px;
    align-items: center;
}

.leadership_content .title-border-inner {
    margin: 0;
}

.leadership_image img {
    position: relative;
    width: 100%;
}

.leadership_image {
    margin-left: 100px;
    position: relative;
}

.leadership .leadership_image:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border: 5px solid #c5973c;
    z-index: 9;
    background-image: url('../img/logo/logo-icon.png');
    background-size: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.35;
}

.leadership .leadership_image .img {
    position: relative;
}
.leadership .leadership_image .img img{
    position: relative;
    border-radius: 15px;
    z-index: 3;
}
.leadership .leadership_image .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fbfcfc;
    border-radius: 15px;
    transform: rotate(6deg);
    z-index: 2;
}
.leadership .leadership_image .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ebecec;
    border-radius: 15px;
    transform: rotate(12deg);
    z-index: 1;
}

.leadership_content {
    position: relative;
}

.leadership_content:before {
    content: '';
    background-image: url('../img/logo/logo-icon.png');
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.1;
}

.leadership_content>div {
    position: relative;
    z-index: 1;
}

.leadership_content .post h6 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.leadership_content .post p {
    color: #000;
    font-weight: 600;
    margin: 0;
}

.leadership_content .post {
    margin-top: 30px;
}

.leadership.reverse {
    margin-top: 50px;
    flex-direction: row-reverse;
}

.leadership.reverse .leadership_image {
    margin-right: 100px;
    margin-left: 0;
}

.leadership.reverse .leadership_image:before {
    right: 15px;
    bottom: 15px;
    left: auto;
}

/* -- Disclaimer Popup -- */

#disclaimer {
    display: block;
}

#disclaimer .modal_container {
    width: 770px;
    max-width: 90%;
    position: relative;
    background: #f9f9f9;
    padding: 20px 30px 25px;
    border-bottom: 5px solid #c5973c;
    border-radius: 5px;
}

#disclaimer .modal_container .content {
    max-height: 300px;
    overflow: auto;
    padding-right: 25px;
}

#disclaimer .modal_container p {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #333;
}

#disclaimer .heading_dlf h2 {
    font-size: 30px;
    line-height: 40px;
}

#disclaimer .theme_btn {
    min-width: 145px;
    text-transform: uppercase;
    font-weight: 700;
}

#disclaimer .modal_container:before {
    background-image: url('../img/disclaimer_popup_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
}

/* -- privacy Policy -- */
.privacy-policy-section .heading_dlf {
    margin-bottom: 25px;
}

.privacy-policy-section .content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.privacy-policy-section .content ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.privacy-policy-section ul li:not(:last-child) {
    margin-bottom: 10px;
}

.privacy-policy-section ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    font-weight: 400;
    font-family: "Futura Bk BT";
}

.content.disclaimer p {
    margin-bottom: 25px;
}
.content.disclaimer p a {
    font-weight: 700;
    text-decoration: underline;
}
.privacy-policy-section .content p a {
    font-weight: 700;
    text-decoration: underline;
}

.privacy-policy-section .content p a:hover {
    color: #cf9106;
}

/* -- contact us page -- */
.contact_into {
    background: #f9f9f9;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.contact_into p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 20px;
    position: relative;
    padding-left: 34px;
}

.contact_into p i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #000;
}

.contact_into p:last-child {
    margin-bottom: 0;
}

.contact_into p span {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 17px;
}

.contact_into h2 {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 6px;
}

.contact_into h2:before {
   /*  content: '';
    width: 35px;
    height: 2px;
    background: #C5973C;
    position: absolute;
    bottom: 0;
    left: 0; */
}

.maps iframe {
    width: 100%;
    height: 410px;
    border: 1px solid rgb(225 223 223);
    display: block;
}

.section_padding .row:not(:last-child) {
    margin-bottom: 30px;
}

.contact_section .row.reverse {
    flex-direction: row-reverse;
}

.contact_section .row>div {
    padding: 0;
}

.contact_form_section {
    padding-top: 0;
    /* background: #f9f9f9; */
}

.contact_form .form_control {
    width: 100% !important;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    line-height: 38px;
    margin-bottom: 23px;
    height: 50px;
    font-size: 15px;
    font-family: var(--primary-font);
}

.contact_form textarea.form_control,
textarea.form_control {
    height: 100px;
}

.contact_form .main-cpt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}

.contact_form .main-cpt input {
    width: 140px !important;
    margin-bottom: 0;
}

/* -- new project section -- */

.project_new_card {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.project_new_card.horizontal .images {
    width: 50%;
}

.project_new_card.horizontal .content {
    width: 50%;
}

.project_new_card .content {
    background: #f9f9f9;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
}

.project_new_card .images img {
    min-height: 290px;
    object-fit: cover;
    object-position: top center;
}

.project_new_card.vertical .content {
    height: 314px;
    width: 100%;
}

.project_new_card .content .content_in {
    width: 100%;
}

.project_new_card.horizontal.reverse {
    flex-direction: row-reverse;
    margin-top: 24px;
}

.project_new_card .content .title_w_logo {
    display: block;
}

.project_new_card .content .title_w_logo p {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
}

.project_new_card .content .title_w_logo h3 {
    font-size: 30px;
    margin: 0;
}

.project_new_card .content ul {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    gap: 20px;
}

.project_new_card .content ul li {
    letter-spacing: 0.4px;
    font-weight: 600;
}

.project_new_card .content ul li img {
    width: 20px;
}

.project_new_card .content .theme_btn {
    margin-top: 20px;
}

.project_new_card.single .content {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: -99px;
    background: #00000000;
    height: auto;
    transition: all 0.5s ease;
}

.project_new_card.single .content p {
    color: #FFF;
}

.project_new_card.single {
    overflow: hidden;
}

.project_new_card.single .images {
    position: relative;
}

.project_new_card.single .images:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
}

.project_new_card.single:hover .content {
    margin-top: 0;
    transform: translateY(-100%);
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 85%));
}

.project_new_card.single .content .title_w_logo h3 {
    font-size: 24px;
}

.project_new_card.single .content .title_w_logo p {
    font-size: 15px;
}

.project_new_card.single .content ul li {
    color: #FFF;
    font-size: 15px;
}

.project_new_card .content .project_status {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 8px;
    color: green;
    letter-spacing: 0.8px;
}

.project_new_card .content .project_status.delivered {
    color: red;
}

.project_new_card .content .project_status i {
    margin-right: 8px;
}


/*-- tow column section -- */
.tc_box_content_section .row {
    margin-bottom: 0 !important;
}

.tc_box_content {
    background: #f9f9f9;
    padding: 50px;
    display: flex;
    align-items: center;
}

.tc_box_content h4 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.tc_box_image {
    padding: 0;
    position: relative;
}

.tc_box_image .caption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1px;
}

.tc_box_image .caption.left {
    right: auto;
    left: 15px;
}


.tc_box_content_type2 {
    padding: 50px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
}

.tc_box_content_type2 h3 {
    font-size: 40px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

.tc_box_content_type2 p.big_para {
    font-size: 14px;
}

.tc_box_content ul,
.tc_box_content_type2 ul {
    margin-top: 20px;
}

.tc_box_content ul li,
.tc_box_content_type2 ul li {
    position: relative;
    padding-left: 28px;
	font-size:14px;
}

.tc_box_content ul li:not(:last-child),
.tc_box_content_type2 ul li:not(:last-child) {
    margin-bottom: 5px;
}

.tc_box_content ul li i,
.tc_box_content_type2 ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #C5973C;
}



.row.reverse {
    flex-direction: row-reverse;
}

.why_choose_us_section {
    background-image: url('../../images/Godrej-Sector-53-Gurgaon-banner-image.webp');
    min-height: 500px;
    background-size: cover;
    background-position: top center;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

/* .why_choose_us_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 0;
} */

.text_bg_layer {
    display: inline-block;
    margin: auto;
    padding: 25px;
    border-radius: 0px;
	background-color: rgb(45 62 79 / 95%);
    border: 3px solid #f1f1f1;
    width: 80%;
    text-align: center;
}

.why_choose_us_section .heading_dlf h2 {
    color: #FFF;
}

.why_choose_us_section .container {
    position: relative;
    z-index: 2;
}

.why_choose_us_section h3 {
    color: #C5973C;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
	font-family: "Futura Bk BT";
}

.why_choose_us_section p {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.why_choose_us_section .heading_dlf {
    margin-bottom: 30px;
}

.why_choose_us_section .heading_dlf .title-border .title-border-inner {
    margin: auto !important;
}

.partners .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 0 13px;
}

.partners .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    display: block;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.partners .owl-dots .owl-dot.active {
    background: #C5973C !important;
}

/* -- Blogs Page -- */
.blog_card_nw_row {
    gap: 30px 0;
}

.blog_card_nw .image {
    border-radius: 6px;
    overflow: hidden;
    /* box-shadow: 0 8px 15px 0 rgb(0 0 0 / 20%); */
}

.blog_card_nw .content ul {
    display: flex;
    gap: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.blog_card_nw .content ul li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #333;
}

.blog_card_nw .content ul li i {
    font-size: 13px;
    margin-right: 6px;
}

.blog_card_nw .content ul li:not(:last-child):after {
    content: '/';
    margin-left: 12px;
    opacity: 0.6;
}

.blog_card_nw .content {
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: -10px;
    background: #f9f9f9;
    box-shadow: 0 8px 15px 0 rgb(0 0 0 / 15%);
    z-index: 9;
    position: relative;
    transition: all 0.5s ease;
}

.blog_card_nw:hover .content {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 30%);
}

.blog_card_nw .content h4 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.blog_card_nw .content .theme_btn {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 7px 18px;
    margin-top: 8px;
}

/* -- blog details -- */
.blog_detail_section {
    padding-top: 40px;
}

.breadcrumb_section.blog_detail .breadcrumb_mg:before {
    display: none;
}

.blog_cover_image {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 15px 0 rgb(0 0 0 / 20%);
}

.blog_cover_image img {
    width: 100%;
}

.blog_detail_section .heading_dlf h2 {
    font-size: 28px;
    line-height: 34px;
}

.blog_cover_image ul {
    display: flex;
    gap: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFF;
    padding: 5px 15px;
    border-radius: 50px;
}

.blog_cover_image ul li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #333;
}

.blog_cover_image ul li i {
    font-size: 13px;
    margin-right: 6px;
}

.blog_cover_image ul li:not(:last-child):after {
    content: '/';
    margin-left: 12px;
    opacity: 0.6;
}

.blog_detail_content h1,
.blog_detail_content h2,
.blog_detail_content h3,
.blog_detail_content h4,
.blog_detail_content h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}


/* -- project page -- */
.parallex_section {
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.parallex_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    transition: all 0.5s ease;
    z-index: 0;
}

.parallex_section:hover:before {
    opacity: 0.2;
}

.parallex_section .container {
    position: relative;
    z-index: 2;
}

.parallex_section .heading_dlf {
    margin-bottom: 30px;
}

.parallex_section .heading_dlf h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
}

.parallex_section .text_box {
    background: rgb(255 255 255 / 90%);
    padding: 40px;
    float: right;
    max-width: 100%;
    border-radius: 5px;
    width: 540px;
}

.parallex_section .text_box li {
    position: relative;
    padding-left: 25px;
	font-size: 14px;
}

.parallex_section .text_box i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #C5973C;
}

.parallex_section .text_box li:not(:last-child) {
    margin-bottom: 10px;
}

.parallex_section .text_box.type2 h3 {
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.parallex_section .text_box.type2 h5 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}


.designed_area{}
.designed_area h4{
	color:#2d3e4f;
}


/* -- awards page -- */
.award_card_nw_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.award_card_nw_wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(197, 164, 126, .2);
    height: 100%;
}

.award_card_nw {
    max-width: 450px;
    height: fit-content;
    margin-left: 90px;
    float: left;
    box-shadow: 0 1px 22px 4px rgba(0, 0, 0, .07);
    position: relative;
    display: block;
    z-index: 2;
    background-color: transparent;
}

.award_card_nw_wrapper .award_card_nw:nth-child(odd) {
    margin-right: 45px;
}

.award_card_nw_wrapper .award_card_nw:nth-child(even) {
    margin-left: 45px;
    float: right;
    margin-right: 90px;
    margin-top: 180px;
}

.award_card_nw_wrapper .award_card_nw .card_head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    justify-content: space-between;
    background-color: #C5973C;
}

.award_card_nw_wrapper .award_card_nw:nth-child(even) .card_head::before,
.award_card_nw_wrapper .award_card_nw:nth-child(odd) .card_head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #C5973C;
    border-radius: 9px;
    box-shadow: 0 0 2px 8px #f7f7f7;
}

.award_card_nw_wrapper .award_card_nw .card_head .icon_box {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
}

.award_card_nw_wrapper .award_card_nw:nth-child(odd) .card_head::before {
    left: auto;
    right: -50px;
}

.award_card_nw_wrapper .award_card_nw:nth-child(even) .card_head::before {
    right: auto;
    left: -50px;
}

.award_card_nw_wrapper .award_card_nw .card_head h2 {
    color: #FFF;
    margin: 0;
}

.award_card_nw_wrapper .award_card_nw:nth-child(even) .card_head::after,
.award_card_nw_wrapper .award_card_nw:nth-child(odd) .card_head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.award_card_nw_wrapper .award_card_nw:nth-child(odd) .card_head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
}

.award_card_nw_wrapper .award_card_nw:nth-child(even) .card_head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
}

.award_card_nw_wrapper .award_card_nw .card_head::after {
    border-color: #C5973C;
}

.award_card_nw_wrapper .award_card_nw .card_body {
    padding: 15px;
    background: #FFF;
}

.award_card_nw_wrapper .award_card_nw .card_body p {
    font-size: 16px;
}

.award_card_nw_wrapper .award_card_nw .card_body p span {
    display: block;
    font-weight: 800;
    margin-bottom: 5px;
}

.award_card_nw_wrapper .award_card_nw .card_body p.right {
    text-align: right;
}


/* --- home project section --- */

.project_col_wrap {
    gap: 35px 0;
}
.project_box{position: relative;overflow: hidden;}
.project_box .img_box {
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.project_box .img_box:hover img{
	transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    transform: scale(1.1);
}

.project_box .img_box img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project_box .img_box .text-thm {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgb(12 171 12 / 80%);
    line-height: 1;
    padding: 7px 15px;
	letter-spacing:1px;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFF;
}

.upcoming_bg{
	background: rgb(45 62 79) !important;
}

.project_box .img_box .text-thm.delivered {
    background: rgb(225 8 8 / 69%);
}

.project_box .img_box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 55px;
}

.project_box .content_overlay {
    position: relative;
    /* background: #f2f2f2; */
    padding: 20px 0 0 0px;
}

.project_box .content_overlay .tc_content p {
    color: #000;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
}

.project_box .content_overlay .tc_content p i {
    font-size: 11px;
    bottom: 1px;
    position: relative;
    color: #000;
    margin-right: 2px;
}

.project_box .content_overlay .details .ptect_1 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: green;
}

.project_box .content_overlay .details .ptect_1 {
    color: green;
    font-size: 16px;
    padding-right: 6px;
    margin-bottom: 8px;
}

.project_box .content_overlay .details .ptect_1 i {
    font-size: 18px;
    padding-right: 5px;
}

.project_box .content_overlay .details .ptect_1.open_booking {
    color: orange;
}

.project_box .content_overlay .details .ptect_1.delivered {
    color: red;
}

.project_box .content_overlay .tc_content h4 {
    letter-spacing: 0.5px;
	color: #C5973C;
    font-family: "Futura Md BT";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    text-align: left;

}

/*--------------*/
.project_carousel .projects_box_slider {
    position: relative;
}

.project_carousel .projects_box_slider .img_box {
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.project_carousel .projects_box_slider .img_box img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project_carousel .projects_box_slider .img_box .text-thm {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgb(12 171 12 / 80%);
    line-height: 1;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

.project_carousel .projects_box_slider .img_box .text-thm.delivered {
    background: rgb(225 8 8 / 69%);
}

.project_carousel .projects_box_slider .img_box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 55px;
}

.project_carousel .projects_box_slider {
    cursor: pointer;
}

.project_carousel .projects_box_slider .content_overlay {
    position: relative;
    /* background: #f2f2f2; */
    padding: 20px 0px;
}

.project_carousel .projects_box_slider .content_overlay .tc_content p {
    color: #000;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
}

.project_carousel .projects_box_slider .content_overlay .tc_content p i {
    font-size: 11px;
    bottom: 1px;
    position: relative;
    color: #000;
    margin-right: 2px;
}

.project_carousel .projects_box_slider .content_overlay .details .ptect_1 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: green;
}

.project_carousel .projects_box_slider .content_overlay .details .ptect_1 {
    color: green;
    font-size: 16px;
    padding-right: 6px;
    margin-bottom: 8px;
}

.project_carousel .projects_box_slider .content_overlay .details .ptect_1 i {
    font-size: 18px;
    padding-right: 5px;
}

.project_carousel .projects_box_slider .content_overlay .details .ptect_1.open_booking {
    color: orange;
}

.project_carousel .projects_box_slider .content_overlay .details .ptect_1.delivered {
    color: red;
}

.project_carousel .projects_box_slider .content_overlay .tc_content h4 {
    letter-spacing: 0.5px;
	color: #C5973C;
    font-family: "Futura Md BT";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    text-align: left;

}

.project_carousel .projects_box_slider .content_overlay .details {
    position: relative;
}

.project_carousel .projects_box_slider .content_overlay .tc_content {
   /*  display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; */
    /* border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px; */
}
.project_carousel .projects_box_slider .content_overlay .tc_content .tc_content_1{
	/* display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: nowrap; */
}

.project_carousel .projects_box_slider .content_overlay .tc_content .tc_content_logo img {
    width: auto;
    max-width: 100%;
    object-fit: cover;
    height: 50px;
}

.project_carousel .projects_box_slider .content_overlay .details .prop_details {
    display: flex;
    justify-content: space-between;
}

.project_carousel .projects_box_slider .content_overlay .details li {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #292929;
}

.project_carousel .projects_box_slider .content_overlay .details li:first-child img {
    width: 27px
}

.project_carousel .projects_box_slider .content_overlay .details li img {
    width: 25px;
    margin-right: 8px;
    float: left;
}

.project_carousel .projects_box_slider .content_overlay h3 {
    color: #3a3c8c;
}

.project_carousel .projects_box_slider .content_overlay h5 {
    color: #292929;
}

.project_carousel .projects_box_slider .content_overlay .project_number div {
    font-size: 50px;
    line-height: 50px;
    opacity: 0.5;
    font-family: "Optima LT W02 Roman";
}

.project_carousel .projects_box_slider:hover .content_overlay .project_number div {
    opacity: 1;
    color: #f50000;
}


.project_carousel .owl-nav button.owl-next,
.project_carousel .owl-nav button.owl-prev {
    position: absolute;
    background: none !important;
    border-radius: 50%;
    top: 40%;
    width: 50px;
    height: 50px;
    background: rgb(197 151 60 / 80%) !important;
    transition: all 0.5s ease;
    transform: translateY(50%);
}

.project_carousel .owl-nav button.owl-next:hover {
    transform: translateY(50%) translateX(10px);
}

.project_carousel .owl-nav button.owl-prev:hover {
    transform: translateY(50%) translateX(-10px);
}

.project_carousel .owl-nav button.owl-next i,
.project_carousel .owl-nav button.owl-prev i {
    color: #fff;
}

.project_carousel .owl-nav button.owl-prev {
    left: 10%;
}

.project_carousel .owl-nav button.owl-next {
    right: 10%;
}

.project_carousel .owl-nav button:before {
    display: none !important;
}

/* --- testimonials page --- */

.testimonial-style3__text-box__inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 35px 35px;
    border-radius: 6px;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 5%);
    height: 100%;
    border: 1px solid #f1f1f1;
}

.single-testimonial-style3 {
    position: relative;
    display: block;
}

.single-testimonial-style3 .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-testimonial-style3 .top .left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-testimonial-style3 .top .right {
    position: relative;
    display: block;
}

.single-testimonial-style3 .testimonial_mg {
    width: 70px;
    min-width: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.single-testimonial-style3 .top .left .name {
    position: relative;
    display: block;
    padding-left: 25px;
}

.single-testimonial-style3 .top .left .name h3 {
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.single-testimonial-style3 .top .left .name p {
    color: #7d8292;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 6px 0 0;
}
.single-testimonial-style3 .top .left .name p span {
    color: #af7915;
}
.single-testimonial-style3 .top .left .name p span i {
    font-size: 12px;
    margin-right: 1px;
}

.single-testimonial-style3 .inner-text {
    position: relative;
    display: block;
    padding: 27px 0 5px;
}

.single-testimonial-style3 .quote-icon {
    position: absolute;
    display: block;
    color: #e6ede9;
    top: 7px;
    left: 0px;
    z-index: 0;
    width: 56px;
    opacity: 0.1;
}

.single-testimonial-style3 .inner-text p {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.about_page .border-about .about-box1 {
    padding-bottom: 50px;
}

.about_page .border-about .about-box2 {
    bottom: 0;
    top: auto;
}

.border-about .about-box2::before {
    z-index: 10;
    height: auto;
    bottom: 0;
}

.our_brands_section h4 {
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.our_brands_section .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 0 13px;
}

.our_brands_section .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    display: block;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.our_brands_section .owl-dots .owl-dot.active {
    background: #C5973C !important;
}

.about_social_media {
    display: flex;
    gap: 0 15px;
}

.about_social_media li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #CCC;
}

.about_social_media li a:hover {
    color: #FFF;
    background: #000;
    border-color: #000;
}

.footer .about_social_media li a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
}

.footer .about_social_media li a:hover {
    background: #cf9106;
    border-color: #cf9106;
}

.team_card {
    border: 1px solid #f1f1f1;
    padding: 15px;
    position: relative;
    transition: all 0.5s ease;
    border-bottom: 3px solid #f1f1f1;
    background: #FFF;
}

.team_card img {
    margin-bottom: 16px;
    display: block;
}

.team_card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.team_card p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.promotors {
    position: relative;
}

.promotors p{max-width:800px; width:100%; margin:0 auto; margin-bottom:20px;}

.promotors img {
    border-radius: 6px;
}

.promotors img.placeholder {
    position: absolute;
    top: -26px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    opacity: 0.1;
    width: 227px;
}

.promotors_image {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.promotors_image span {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
    padding: 12px 15px;
    border-radius: 5px;
    letter-spacing: 1.6px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 21px;
    background: #0000008a;
}
.smart_city .gallery_slider .owl-nav button.owl-prev {
    left: -25px;
}
.smart_city .gallery_slider .owl-nav button.owl-next {
    right: -25px;
    left: auto;
}
.testimonial_slider .items {
    padding: 20px;
    margin-bottom: 5px;
}
.testimonial_slider .items .testimonial-style3__text-box__inner {
    min-height: 332px;
    padding: 28px 28px
}
.testimonial_slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

.testimonial_slider .owl-dots button.owl-dot {
    width: 20px;
    height: 9px;
    background: #000;
    opacity: 0.2;
    border-radius: 5px;
}

.testimonial_slider .owl-dots button.owl-dot.active {
    background: #af7915;
    opacity: 1;
}

@media (min-width:991px) {
    .mb_20 {
        margin-bottom: 20px;
    }

    .mb_30 {
        margin-bottom: 30px;
    }

    .mb_40 {
        margin-bottom: 40px;
    }
}

@media (min-width:1600px) {
    .home_slider .owl-dots {
        top: 37%;
    }
}

@media (max-width:1599px) {
    .hero-slider .banner-1 .banner-content {
        bottom: 26%;
    }

    .arrow-bot {
        bottom: 75px;
    }

    .home_project_slider_wrap {
        padding: 0 110px;
    }

    .header__socials {
        bottom: 10%;
        left: 36px;
    }
}

@media (max-width:1399px) {
    .footer.-type-1 .footer__bottom div {
        font-size: 13px;
    }

    .projects-section .container-fluid {
        width: 1120px;
    }

    .home_slider .owl-dots button.owl-dot {
        margin: 6px 0;
    }

    .header__socials a {
        margin-bottom: 9px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .header__socials {
        bottom: 11%;
    }

    .hero-slider .btn-mute {
        left: 21px;
    }

    .hero-slider .banner-1 .banner-content h1 {
        font-size: 30px;
    }

    .hero-slider .banner-1 .banner-content h4 {
        font-size: 22px;
    }

    .arrow-bot {
        bottom: 36px;
    }


    .counter_row {
        padding: 0 30px;
    }

    .ourprorhd h2 {
        font-size: 35px;
        margin-bottom: 7px;
    }

    .home_project_slider_wrap {
        padding: 0 70px;
    }

    .home_project_slider .banner-1 h2 {
        font-size: 21px;
    }

    h1 {
        font-size: 30px;
    }

    .clients .client-logo img {
        width: 180px;
        max-width: 100%;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    .contact_info ul {
        margin-bottom: 25px;
    }
/*
    .col-6.foot_content {
        width: 50%;
        margin-top: 15px;
    } */
}

@media (max-width:991px) {
    .service-info-3 h6 {
        font-size: 24px;
    }
}
.location-advantages {
  background: #f9f9f9;
  padding: 70px 0;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
}
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-list li {
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 40px;
  position: relative;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.location-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  background: #009fe3;
  color: #fff;
  border-radius: 50%;
  padding: 8px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 15px;
}
.location-list li:hover {
  transform: translateX(5px);
  color: #009fe3;
}
.location-advantages img {
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.faq_section {
  background: #fff; /* White background */
  padding: 80px 0;
}

.accordion-item {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-button {
  font-size: 19px;
  font-weight: 400;
  color: #222;
  background: #fff;
  border: none;
  padding: 18px 22px; /* more height */
  box-shadow: none !important;
}

.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078"; /* down arrow */
  font-weight: 900;
  background-image: none;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-body {
  font-size: 15.5px;
  color: #444;
  line-height: 1.7;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 18px 22px;
}

.contact_info {
  padding-right: 30px;
}
.contact_info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}
.contact_info p {
  color: #555;
  margin-bottom: 20px;
}
.contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact_list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
.contact_list li i {
  color: #009fe3;
  margin-right: 10px;
}

.amenities_section {
  background: #f9f9f9;
  padding: 70px 0;
}
.amenity_box {
  padding: 20px;
  transition: all 0.3s ease;
}
.amenity_box:hover {
  transform: translateY(-8px);
}
.amenity_icon {
  height: 60px;
  margin-bottom: 15px;
}
.amenity_box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  border: 1px solid #d6b656;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
}
.amenity_box p {
  font-size: 14px;
  color: #555;
}




.price_section {
  background: #fff;
  padding: 70px 0;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.price-table thead {
  background: #000;
  color: #fff;
}
.price-table th, 
.price-table td {
  padding: 14px 12px;
  border: 1px solid #ddd;
}
.price-table tbody tr:nth-child(even) {
  background: #f1faff;
}
.price-table tbody tr:hover {
  background: #e8f6ff;
}
.note {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  text-align: center;
}
.amenities_section {
  background: #fff;
  padding: 70px 0;
}

.amenity_box {
  background: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
}

.amenity_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.amenity_icon {
  height: 60px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.amenity_box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #d6b656; /* gold border */
  border-radius: 4px;
}

.amenity_box p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* Mobile: 2 in a row */
@media (max-width: 767px) {
  .amenities_section .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .amenity_box h4{
    font-size: 12px;
  }
}

.location_advantage {
  background: #fff;
  padding: 70px 0;
}
.location-map-img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;      /* crop karega */
  object-position: bottom center;   /* top se crop karega */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  font-size: 16px;
  margin-bottom: 14px;
  color: #333;
  line-height: 1.6;
  font-family: "Futura Bk BT";
  position: relative;
  padding-left: 28px;
}

.location-list li::before {
  content: "✔";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

/* Make text vertically center align with image */
@media (min-width: 992px) {
  .location_advantage .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width:567px){
.overview_section{
margin-top: 500px;

}
.banner_overlay .overview_content_2{
    margin-top: 800px;
}
}




/* small helper for hidden labels */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

/* input / textarea */
.form_input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  font-size: 15px;
  color: #222;
  background: #fff;
  transition: border-color .18s, box-shadow .18s, transform .12s;
  box-sizing: border-box;
}

.form_input:focus {
  border-color: #c9972a; /* gold accent */
  box-shadow: 0 8px 24px rgba(201,151,42,0.08);
  outline: none;
  transform: translateY(-2px);
}

/* textarea tweak */
textarea.form_input {
  min-height: 120px;
  resize: vertical;
  padding-top: 12px;
}

/* spacing and button */
.mb-3 { margin-bottom: 1rem !important; }

.theme_btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 9px 44px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  cursor: pointer;
}
.theme_btn .icon { margin-left: 8px; }

/* responsive: ensure inputs stack nicely on small screens */
@media (max-width: 767px) {
  .col-12 { width: 100%; }
  .col-md-4 { width: 100%; } /* fall back if your grid isn't included */
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.modal_container { max-width:420px; padding:20px; border-radius:10px; background:#fff; }
.popup_close { position:absolute; right:10px; top:8px; background:transparent; border:none; font-size:18px; cursor:pointer; }
.form_input { width:100%; padding:10px 12px; border:1px solid #e6e6e6; border-radius:6px; box-sizing:border-box; }
.btn-4 { background:#0a678a; color:#fff; padding:10px 18px; border-radius:8px; border:none; cursor:pointer; font-weight:700; }








