@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-display: swap;
}



@font-face {
    font-family: "smd-ExtraBold";
    src: url(../fonts/SandeMoreDemo-ExtraBold.otf) format("opentype");
    font-display: swap;
}

/* @font-face { font-family: "Didot"; src: url(../fonts/Didot.ttc); font-display: swap; } */



html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:hover,
*:focus,
*:visited {
    outline: 0;
}

:root {
    --headblue: #144e86;
    --white: #ffffff;
    --darkgray: #151515;
    --green: #a8cb87;
    --peachbg: #f4f0ea;
    --lightgray: #f4f4f5;
    --bgblue: #073C6F;
}

body {
    margin: 0 auto !important;
    font-family: Poppins-Regular;
    color: #000;
    font-size: 15px;
    line-height: 150%;
    background-color: #FFF;
    overflow-x: hidden !important;
}

.paddingTop {
    padding-top: 60px;
}

.paddingTop30 {
    padding-top: 30px;
}

p {
    line-height: 1.65;
}

.paddingBottom {
    padding-bottom: 50px;
}

.clearfix {
    clear: both;
}

.mHide {
    display: block !important;
    max-height: calc(100vh - 75px);
    object-fit: cover;
}

.dHide {
    display: none !important;
}

.w-800 {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #013b7c;
    transition: all 0.2s ease-in-out;
}

a:focus {
    text-decoration: none;
}

a,
a:link,
a:hover,
a:active {
    outline: none;
}

img {
    width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    aspect-ratio: attr(width) / attr(height);
}

ul {
    padding: 0;
    list-style: disc inside none;
    margin-bottom: 0;
    padding-left: 0;
}

ol {
    padding: 0;
    list-style: decimal inside none;
    margin-bottom: 20px;
    padding-left: 30px;
}

.wrapper {
    width: 100%;
    margin: 0;
}

.full_width {
    width: 100%;
    margin: 0 auto;
}

.containerAsp {
    width: 1175px;
    max-width: 80%;
    margin: 0 auto;
}


.header_main {
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.scroll-css {
    background-color: #fff !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}


.logo {
    height: 80px;
    object-fit: cover;
}


.headerInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
}

.navMenuBtn {
    cursor: pointer;
    opacity: 1;
    margin-right: 0px;
}

.pageScroll {
    display: block;
    z-index: 99999999;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    will-change: opacity;
    opacity: 1;
    background-color: #00000005;
    /* background-color: #fff; */
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
    background-color: #000;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
    border: 0 solid;
    border-radius: 10px;
}

.change {
    margin-top: 9px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 0px);
    transform: rotate(-45deg) translate(-2px, 0px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
}



.top_right {
    width: 395px;
    max-width: 65%;
    float: right;
    margin-top: 21px;
}



.headerMenuClick .headerInside2 {
    opacity: 0 !important;
    display: none !important;
}

.sidebarNavigation {
    width: 230px;
    height: 100vh;
    max-width: 76%;
    position: fixed;
    right: -536px;
    top: 0;
    z-index: 9999;
    opacity: 0;
    background-color: #f1612e;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: opacity;
    opacity: 1;
    transition: all 0.8s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.sidebarNavigationShow {
    right: 0px;
    transition: all 1s ease-in-out;
}

.sidebarNavigation ul {
    list-style: none;
    padding: 120px 20px 0px 20px;
}

.sidebarNavigation ul li {
    margin: 6% 5% 15% 0%;
    text-align: left;
}

.sidebarNavigation ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-top: 4px;
}

.sidebarNavigation ul li a:hover {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.sidebarNavigation ul li.active a {
    color: #fff;
}

.sidebarNavigation ul ul {
    padding: 15px 0px 0px 20px;
}

.sidebarNavigation ul ul li {
    margin: 3% 5%;
}

.sidebarNavigation ul ul li a {
    font-size: 14px;
}


.mainbanner .carousel-indicators {
    bottom: 20px;
    z-index: 3;
}

.mainbanner .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
    background-color: #fff;
}

.scroll-css .bar1,
.scroll-css .bar2,
.scroll-css .bar3 {
    background-color: #000;
}




/** Header Section Closed */

/** Slider Left Right Navigation **/

.sliderNext,
.sliderPrev {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.sliderNext img,
.sliderPrev img {
    width: 10px;
}

.sliderNext {
    left: auto;
    right: -25px;
}

.sliderPrev {
    left: -25px;
    right: auto;
}

.commonnavigationcontainer {
    width: 72px;
    margin: 0px auto;
    margin-top: 20px;
}

.commonNav {
    display: flex;
    gap: 20px;
    align-items: normal;
}

.commonPrev,
.commonNext {
    cursor: pointer;
}


.commonNav img {
    width: 15px;
}

.commonnavsaprator {
    background-color: #888373;
    width: 2px;
}

/** Slider Left Right Navigation **/


[data-gutter="15"] .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

[data-gutter="15"] [class^="col-"],
[data-gutter="15"] [class*=" col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}



.pointerssection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    gap: 100px;
}

.pointerleftimage {
    width: 50%;
}

.pointerleftimage img {
    width: 450px;
}

.rightPointers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    width: 50%;
}


.pointeritem h4 {
    font-size: 70px;
    font-family: Didot;
}

.pointeritem p {
    font-size: 18px;
}

.txtCenter {
    text-align: center;
}




.section-title {
    padding: 0px;
    margin: 0px;
    font-family: smd-ExtraBold;
    font-size: 45px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.section-title2 {
    padding: 0px;
    margin: 0px;
    font-family: smd-ExtraBold;
    font-size: 30px;
}


/* about Section */


.aboutus hr {
    border-top: 2px solid #092a77;
    width: 120px;
    margin: 0px auto 20px auto;
}

.aboutus p {
    text-align: justify;
}

/* about Section Closed*/


/* Our Foot Prints */

.ourfootprint {
    /* background: url(../images/desk-map.png); height: 590px; background-repeat: no-repeat; background-size: contain; background-position-x: right; */
}

.ourfootprint hr {
    border-top: 2px solid #888373;
    width: 170px;
    margin: 0px;
    margin-bottom: 20px;
}

.ourfootprint .containerAsp {
    /* background: url(../images/desk-map.png); */
    /* height: 590px; background-repeat: no-repeat; background-size: contain; background-position-x: right; */
    position: relative;
}

.footprintcontent {
    width: 400px;
    /* position: absolute; top: 50%; left: 0%; transform: translateY(-50%); */
    flex: 1;
}


/* Our Foot Prints Closed*/


/* verticalsection */
.verticalImgRelative {
    position: relative;
}

.nameTag {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 70%;
    background-color: #000000;
    padding: 10px 20px;
    font-family: "Didot";
    font-size: 20px;
    color: #FFF;
}


.verticalsection {}

.verticalcontent {}

.verticalcontent hr {
    border-top: 2px solid #092a77;
    width: 120px;
    margin: 0px;
    margin-bottom: 20px;
}

.verticalimagecontainer {
    flex: 70%;
    width: 100%;
}

.verticalimage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}







/* verticalsection */



/* Project */
.projectbannercontainer {
    background-image: url(../images/desktop-featured-project-3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    min-height: 692px;
    transition: 1.5s;
    background-color: rgb(0 0 0 / 50%);
    background-blend-mode: color;
}

.projectbannercontainer {
    position: relative;
}


.projectinfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #000000;
    padding: 2rem;
    max-width: 540px;
}

.projectinfo h2 {
    font-size: 2.8rem;
    font-family: smd-ExtraBold;
    line-height: 100%;
    color: #FFF;
    margin-bottom: 16px;
}

.projectname {
    background-color: #000000;
    color: #FFF;
    text-align: center;
}

.projectname h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: Poppins-Regular;
}

.projectname h4 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.knowMoreBtn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.knowMoreBtn a {
    border: 1px solid #000;
    background-color: transparent;
    padding: 7px 21px;
}

.knowMoreBtn a:hover {
    background-color: #f1612e;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f1612e;
}

/* Project Closed */


/* Awards */

.awardssection hr {
    border-top: 2px solid #888373;
    width: 200px;
    margin: 0px auto 20px auto;
}

.awards {
    text-align: center;
}

.awards img {
    width: 232px;
    margin: 0px auto;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.awards.slick-slide img {
    transform: scale(0.8);
}

.awards.slick-slide h3 {
    display: none;
}

.awardcenterimage img {
    transform: scale(1.1) !important;
}

.awards h2 {
    color: #ae8c45;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
    font-family: Didot;
}


.bluritem {
    opacity: 0.6;
}

.awardslider .slick-slide {
    transition: opacity 0.3s ease;
    margin-top: 15px;
}


.awardcenterimage h3 {
    display: block !important;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

.awardopacity {
    opacity: 0.5;
}

.awardopacity h2 {
    font-size: 25px;
}

.awardSliderWrap {
    width: 100%;
    margin: 0 auto;
}

.awards img {
    width: 100%;
}

.awards.slick-slide img {
    transform: scale(0.9);
}

/* Awards Closed */


/* Speak */
.peopleCircle {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    padding: 30px 14px;
    margin: 0 auto;
    border: 1px solid #000;
}

.peopleCircle h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    font-family: "Didot";
    color: #54260a;
}

.peoplespeak hr {
    border-top: 2px solid #888373;
    width: 200px;
    margin: 0px auto 20px auto;
}

.speakitem {
    background-color: #f2e1b5;
    border-radius: 10px;
    padding: 30px 30px;
    text-align: center;
    width: 100%;
}

.speakitem img {
    width: 100px;
    margin: 0px auto;
}

.speakitem h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.speakitem p {
    color: #928565;
}

/* .speakNext,
.speakPrev { position: absolute; top: 50%; right: -25px; transform: translateY(-50%); z-index: 99; cursor: pointer; } 

.speakNext img,
.speakPrev img { width: 10px; } 

.speakNext { left: auto; right: -25px; } 

.speakPrev { left: -25px; right: auto; } */



.slick-track {
    display: flex !important;
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

/* Speak */



/* Blog */

.blogsection hr {
    border-top: 2px solid #888373;
    width: 120px;
    margin-bottom: 20px;
}

.blogsection {
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.blogleft {
    /* flex: 15%; */
    width: 15%;
}

.blognav {
    display: flex;
    gap: 20px;
    align-items: normal;
    cursor: pointer;
}

.blognav img {
    width: 15px;
}

.blognavsaprator {
    background-color: #888373;
    width: 2px;
}


.blogright {
    /* flex: 75%; */
    width: 85%;
}

.blogcontentslider {
    /* margin-right: -250px; */
}


/* .blogcontentslider .slick-list { padding:0 20% 0 0 !important; } */

.blogdesc {
    background-color: #e4cc90;
    padding: 20px 18px;
}

.blogcounter {
    font-family: Didot;
    font-size: 40px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #888373;
}

.blognonactive {
    width: 520px;
    border: 2px solid #9b9b95;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

@media screen and (max-width:1440px) {
    .blognonactive {
        width: 440px;
    }
}

.blognonactive hr {
    border-top: 2px solid #888373;
    width: 120px;
    margin-bottom: 20px;
}

.slick-slide {
    height: inherit !important;
    transition: display 0.2s ease-in-out;
}

.blogcontent {
    height: inherit;
}

.blogcontent.slick-current.slick-active img,
.blogcontent.slick-current.slick-active .blogdesc {
    display: block;
}

.blogcontent.slick-current.slick-active .blognonactive {
    display: none;
}

.blogcontent.slick-slide .blognonactive {
    display: none;
}


.blogcontent.slick-active img,
.blogcontent.slick-active .blogdesc {
    display: none;
}

.blogcontent.slick-active .blognonactive {
    display: block;
}

.blogcontent.slick-current.slick-active {
    border: 0px solid #ccc;
    padding: 0px;
}

.blogcontent h3 {
    font-size: 50px;
    font-family: smd-ExtraBold;
}

.readMoreBtn {
    border: 1px solid #000;
    padding: 7px 0px;
    background-color: transparent;
    width: 30%;
    color: #000;
    margin-top: 10px;
    text-align: center;
}

.readMoreBtn a {
    text-transform: none;
}

.readMoreBtn:hover a {
    color: #fff;
    text-decoration: none;
}

.readMoreBtn:hover {
    background-color: #f1612e;
    color: #fff;
    text-decoration: none;
    border: 0;
}

/* blog new css start*/

.blogcontentFlex {
    border: 2px solid #9b9b95;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blogTxtContainer,
.blogImageContainer {
    width: 50%;
    padding: 30px;
}


/* blog new css closed */

/* Blog Closed */

/* Footer */
.footer {
    background-color: #000000;
    margin-top: 60px;
    color: #FFF;
    padding-top: 40px;
}

.footercontainer {
    display: flex;
}

.footerlinkscontainer {
    flex: 80%;
    display: flex;
    justify-content: space-between;
}

.footerlinkscontainer ul {
    list-style: none;
}

.Quicklinks,
.otherlinks,
.projectlinks {
    flex: 33.33%;
}

.footerlinkscontainer span {
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    font-family: smd-ExtraBold;
    letter-spacing: 1px;
}

.sociallinkscontainer {
    flex: 20%;
}

.sociallinkscontainer h2 {
    font-size: 35px;
}

.contactinfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.infoitem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.infoitem img {
    width: 32px;
}

.sociallinks img {
    width: 32px;
}

.sociallinks {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}


.extralinks {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}

.extralinks a, 
.extralinks a:hover {color: #FFF;}
/* Footer */

img.builderLogo {
    height: 100px;
    object-fit: scale-down;
    border: 1px solid #DDD;
    padding: 10px;
}

/* Popup Form */

.floatingButton {
    position: fixed;
    right: -72px;
    z-index: 999;
    top: 50%;
    transform: rotate(-90deg);
    float: right;
}

.floatingButton button {
    background-color: #0170ed;
    color: #fff;
    padding: 13px 13px;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    width: 190px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0px;
    transition: all 0.2s ease-in-out;
}

.floatingButton button.btnAnimate {
    animation: locationIconAnim 1.5s infinite;
    -webkit-transition: all 0.2s ease-in-out;
}

.form-mobile {
    display: none;
}

.form-mobile {
    box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 18%);
    background-color: #fff;
    width: 300px;
    padding: 15px 25px 15px 25px;
    border: 5px solid #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
}

.form-mobile .form-control {
    padding: 0.35rem 0.35rem;
    font-size: 0.85rem;
    border: 2px solid #9c9999;
    color: var(--darkgray) !important;
    font-weight: 600;
    font-family: Poppins-Regular;
}

.form-mobile h3 {
    color: #000;
    font-family: Poppins-Regular;
    padding-bottom: 23px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px auto;
    padding: 15px 10px;
    display: block;
    text-align: center;
}

.form-group label {
    margin-bottom: 0.2rem;
    font-family: Poppins-Regular;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.form-mobile .form-control::placeholder {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: Poppins-Regular !important;
}

.form-mobile :-ms-input-placeholder {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: Poppins-Regular !important;
}

.form-mobile ::-ms-input-placeholder {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: Poppins-Regular !important;
}

.form-check-inline .form-check-input {
    margin-right: 0.3rem;
}

.form-check-inline {
    margin-right: 0.25rem;
}

.terms {
    font-size: 12px !important;
    margin: 0;
    color: #000;
    text-align: center;
    font-family: 'Poppins-Regular';
}

.form-check-label {
    margin-bottom: 0;
    color: #252525;
    font-size: 13px;
    font-family: "Jost-Regular";
}

.form-mobile button {
    background-color: #000;
    color: #fff;
    padding: 7px 30px;
    border-radius: 0px;
    font-size: 1rem;
    width: 100%;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
}

.form-mobile .close_frm_frm_close1 {
    text-align: right;
    top: 6px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.form-mobile .close_frm_frm_close1 {
    display: block !important;
}

.form-mobile .close_frm_frm_close1 img {
    width: 25px;
}

@keyframes locationIconAnim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.form_strip {
    display: none;
}

.form_strip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0px solid;
    padding: 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    z-index: 9999999;
}

.form_strip button {
    color: #ffff;
    background-color: transparent;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    letter-spacing: 1px;
    border: 0px;
}

.checkBox-boxPopupForm label {
    width: 85% !important;
    line-height: 140%;
    font-size: 10px;
    margin-bottom: 5px !important;
}

/*Enq now form*/


/* Popup Form Ends */


/* map with form css */
.clearfix {
    clear: both;
}

.formWithMap {
    padding: 80px 0px;
}

.formWithMapFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f2e1b5;
}

.formWithMapFlexInside {
    width: 50%;
}

.formWithMapFlexInsideForm {
    background-color: #f2e1b5;
    width: 100%;
    padding: 30px 70px;
    height: auto;
}

.inquireNowForm input {
    padding: 12px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0px;
    background-color: #FFF;
    border: none;
}

.inquireNowForm input::placeholder {
    font-size: 16px;
    opacity: 0.8;
}

.inquireNowForm button.submit {
    background-color: #000;
    color: #ffff;
    padding: 13px 0px;
    border: 0;
    font-size: 16px;
    width: 35%;
}

.whatsappIcon a {
    position: fixed;
    bottom: 4%;
    right: 0%;
    width: 50px;
    height: 50px;
    background: url(../images/WhatsApp1.svg) no-repeat;
    background-size: cover;
    z-index: 5;
}


.formWithMapFlexInsideOnlyForm {
    width: 65%;
    margin: 0 auto;
}

.formWithMapFlexInsideOnlyForm .inquireNowForm input {
    width: 100%;
}

.formWithMapFlexInsideOnlyForm .section-title {
    text-align: center;
}

.formWithMapFlexInsideOnlyForm .inquireNowForm .submitBtn {
    /* width: 100%; */
    /* display: flex; justify-content: center; */
}


.checkBox-box input {
    width: auto;
}

.checkBox-box input.checkBox {
    width: 20px;
    height: 20px;
    float: left;
}

.checkBox-box label {
    width: 90%;
    margin: 0;
    margin-left: 10px;
    float: left;
    margin-top: 2px;
    font-weight: 400;
    margin-top: -3px;
    margin-bottom: 20px;
}

/* map with form css Ends */


@media only screen and (min-width: 1200px) {
    .pad-left-25 {
        padding-left: 21%;
    }

    .pad-right-10 {
        padding-right: 8%;
    }

    .pad-left-10 {
        padding-left: 8%;
    }

    .pad-right-25 {
        padding-right: 20%;
    }
}


@media (max-width: 768px) {
    .containerAsp {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .form_strip {
        display: block;
    }

    .mainbanner .carousel-indicators {
        bottom: 0px;
    }

    .mHide {
        display: none !important;
    }

    .dHide {
        display: block !important;
    }

    .section-title {
        font-size: 30px;
    }

    .projectbannercontainer {
        background-image: url(../images/mobile-featured-project-3.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        background-position-y: 0px;
        min-height: 81vh;
        transition: 1.5s;
    }


    .pointerleftimage {
        width: 0%;
        display: none;
    }

    .rightPointers {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 25px;
        width: 100%;
    }


    .pointeritem p {
        font-size: 15px;
    }

    .pointeritem h4 {
        font-size: 30px;
        font-weight: 600;
    }

    .ourfootprint .containerAsp {
        background: none;
        height: 100%;
    }

    .footprintcontent {
        width: 100%;
        position: relative;
        text-align: justify;
        transform: none;
    }


    .footprintcontainer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mapsection {
        display: none;
    }

    .mapimage {
        margin-top: 30px;
    }


    .verticalsection {
        flex-direction: column;
        padding-top: 60px;
    }

    .verticalimage {
        display: inline-block;
    }

    .nameTag {
        bottom: 50px;
    }

    .projectinfo {
        width: calc(100% - 20px);
    }

    .projectinfo h2 {
        padding-left: 30px;
        font-size: 30px;
    }

    .projectname {
        padding-left: 30px;
    }

    .projectname h3 {
        font-size: 20px;
    }

    .projectname h4 {
        font-size: 15px;
    }

    .knowMoreBtn a {
        padding: 7px 8px;
    }

    .awards img {
        width: 80%;
    }

    .blogsection hr {
        margin: 0px auto 20px auto;
    }

    .blogsection {
        flex-direction: column;
    }

    .blogleft {
        flex: 100%;
        width: 100%;
    }

    .blogleft h2 {
        text-align: center;
    }

    .blogright {
        flex: 100%;
        width: 100%;
    }

    .blogcontentslider {
        margin-right: 0px;
    }

    .footercontainer {
        flex-direction: column;
    }

    .footerlinkscontainer {
        flex: 100%;
        gap: 20px;
    }

    .footerlinkscontainer hr {
        border-top: 2px solid #000;
        width: 90px;
        margin: 0px;
        margin-bottom: 15px;
    }

    .footerlinkscontainer span {
        margin-bottom: 10px;
    }

    .footerlinkscontainer ul li {
        margin-bottom: 10px;
    }

    .projectmob {
        margin-top: 20px;
    }

    .awards.slick-slide h3 {
        display: block !important;
        font-size: 15px;
        margin-top: 5px;
        text-align: center;
    }



    .Quicklinks,
    .otherlinks {
        flex: 50%;
    }


    .formWithMapFlex {
        flex-direction: column;
    }

    .formWithMapFlexInside {
        width: 100%;
        margin-top: 60px;
    }

    .formWithMapFlexInsideForm {
        padding: 40px;
    }

    .formWithMap {
        padding: 0px;
    }

    .formWithMapFlexInsideForm .section-title {
        text-align: center;
    }

    .formWithMapFlex {
        background-color: transparent;
    }

    .marginTop {
        margin-top: 20px;
    }

    .submitBtn {
        width: 65%;
        /* margin: 0 auto; */
    }

    .formWithMapFlexInsideOnlyForm .inquireNowForm .submitBtn {
        width: 80%;
    }

    .inquireNowForm button.submit {
        width: 100%;
    }

    .awardSliderWrap {
        width: 100% !important;
    }

    .checkBox-box label {
        font-size: 10px;
        line-height: 150%;
        width: 85%;
    }

    /* 
 .whatsappIcon,
 .floatingButton { display: none; }  */


    /* blog new css starts */
    .blogcontentFlex {
        flex-direction: column;
        border: 0px;
    }

    /* .blogTxtContainer { background-color: #000; padding: 20px 10px; } */

    .blogTxtContainer,
    .blogImageContainer {
        width: 100%;
        padding: 0px;
    }

    .blogTxtContainer hr,
    .blogdesc2 {
        display: none;
    }

    .blogcontent h3 {
        margin-top: 20px;
        font-size: 20px !important;
        line-height: 140%;
    }

    /* blog new css end */
}



.footprintcontainer {
    display: flex;
    align-items: center;
}

.altHeading {
    font-size: 20px;
}

.mapsection {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex: 2;
}

.img {
    width: 150vw;
    height: 150vh;
    /* background-image: url(../Map-without-location02.png); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.section-padding {
    padding: 80px 0;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(0, 0, 0, .9);
    font-size: 1rem;
    font-weight: 500;
}

a.nav-link.btn-contact {
    background: #000;
    color: #FFF;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Extrat css Animation */

.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1.000) both
}

@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotate-in {
    -webkit-animation: rotate-in-2-br-ccw .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: rotate-in-2-br-ccw .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes rotate-in-2-br-ccw {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes rotate-in-2-br-ccw {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@media screen and (min-width:1366px) {
    .container {
        max-width: 1280px;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Optional dark overlay */
    color: white;
    z-index: 1;
    text-align: center;
    background: hsl(0deg 0% 0% / 30%);
}

.overlay h1 {
    margin: 20px 0;
    position: relative;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: smd-ExtraBold;
    text-shadow: 2px 2px 2px hsl(0deg 0% 0% / 64%);
}

.overlay p {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.overlay .container {
    position: relative;
}

.overlay .content .welcomeHeading {
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 20px;
}

.overlay p {
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
}

.mainbanner {
    position: relative;
}

.overlay h1:after {
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 1px 1px BLACK;
}

.bg_section {
    background-color: #000000;
    color: #FFF;
    padding: 100px 0 120px !important;
    background-image: url('../images/shape.png');
}

.bg_section hr {
    border-top: 2px solid #ffffff;
}

a.btn-contact.btn-contact-light {
    background: #b2a795;
    padding: 12px 15px;
    margin: 25px auto 0;
    display: block;
    max-width: 150px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
}



.featuredCard .cardTitle {
    font-weight: 700;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.featuredCard {
    margin-bottom: 20px;
    display: block;
    color: #000;
    text-decoration: none !important;
}

.featuredCard img {
    height: 400px;
    width: calc(100%);
    object-fit: cover;
}

.featuredCard,
.featuredCard:hover {
    color: #000;
    text-decoration: none;
}

.projectImage {
    position: relative;
    overflow: hidden
}

.projectImage:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid hsl(0deg 0% 100%);
    content: "";
}

.projectImage span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%); */
    border-radius: 10px;
    z-index: 1
}

.projectImage span::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.projectLocation {
    display: flex;
}

.projectLocation svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.projectImage img {
    transform: scale(1.1);
}

.projectImage:hover span::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.contact-ft li a {
    color: #FFF;
}

li.pl-0 {
    padding-left: 5px !important;
}

h3.widget-title {
    font-size: 24px;
    font-family: smd-ExtraBold;
    margin-bottom: 20px;
}

ul#footer-menu {
    padding: 0;
    margin-left: 0 !important;
}

ul#footer-menu li {
    display: block;
}

ul#footer-menu li a {
    color: #FFF;
    padding: 5px 0;
    display: block;
    opacity: 0.7;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a svg {
    width: 32px;
    height: 32px;
    fill: #FFF;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

ul.contact {
    padding: 0;
    margin: 0;
}

ul.contact li {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    opacity: 0.7;
}

.row.footer-widgets p {
    opacity: 0.7;
    font-size: 14px;
}

.inquireNowForm {
    padding: 40px 20px;
    background: #d6ccc2;
    margin-top: 26px;
    border-radius: 4px;
    box-shadow: 2px 2px 0 0 hsl(0deg 0% 0% / 35%);
}

.builderLogo img {
    height: 180px;
    object-fit: cover;
}

.builderLogo {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin: 0 auto 20px;
}

.builderStatc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.builderStatc ._count {
    margin-right: 10px;
    font-size: 6rem;
}

.builderStatc ._txt {
    text-align: left;
}

.builderStatc ._txt .years {
    color: #ffc300;
}

.builderStatc ._txt ._lable {
    font-size: 26px;
    font-weight: 300;
    text-shadow: 0 0 #FFF;
}

.padd60 {
    padding: 60px 0 !important;
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
    background-color: #fff;
}

.scroll-css .bar1,
.scroll-css .bar2,
.scroll-css .bar3 {
    background-color: #000;
}

.projectListingTab {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.projectListingTabBtn {
    /* width: 18%; */
    margin-top: 70px;
    margin-bottom: 10px;
}

.projectListingTabBtn {
    text-align: right;
    border: 0;
    padding: 0px;
    border-radius: 0px;
    background: none;
    font-family: smd-ExtraBold;
    font-size: 46px;
    cursor: pointer;
}

.ProjectsLine {
    font-size: 30px;
    margin-top: 20px;
    text-align: right;
    color: var(--darkgray);
}

.active_projectsTab .ProjectsLine {
    color: #ff6326;
}

.projectListingTabMain.active_projectsTab .ProjectsLine {
    color: #ff6326 !important;
}

#completedProjects,
#ongoingProjects,
#upcomingProjects {
    display: none;
}

.visibleprojectBox {
    display: block !important;
}

.ProjectsLine {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
}

.ProjectsLine::before {
    content: '';
    flex: 1;
    border-bottom: 3px solid #000;
}

.ProjectsLine:not(:empty)::before {
    margin-right: .25em;
}

.ProjectsLine:not(:empty)::after {
    margin-left: .25em;
}

.projectListingTabMain.active_projectsTab .ProjectsLine::before {
    content: '';
    flex: 1;
    border-bottom: 15px solid #ff6326;
}

.projectListingFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px 0px;
}

.projectListingFlexCenter {
    justify-content: center;
}

.projectListingFlexInside {}

.projectListingFlexInsideImg {
    position: relative;
}

.imageopacityLow {
    opacity: 0.5;
}

.projectListingFlexInsideImgDetails {
    background-color: #000000;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 16px;
    color: #FFF;
    width: calc(100%);
    max-width: 430px;
}

.projectListingFlexInsideImgDetails h4 {
    font-family: Didot;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #FFF;
}

.projectListingFlexInsideImgDetails a:hover {
    color: #ff6326;
    text-decoration: none;
}

.projectImage {
    height: 430px;
    object-fit: cover;
}

.pricingTable tr.thead td {
    background: #a28343;
    border: 1px solid #a28343 !important;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
}

table.table.table-bordered.table-striped.text-center {
    border-color: #a28343 !important;
}

.pricingTable tr td {
    border: 1px solid #a28343 !important;
    color: #000000;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
}

.pricingTable tr td p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.pricingTable {
    text-align: center;
}

.projectUsp {
    text-align: center;
}

.projectUsp .imageSpan {
    height: 160px;
    width: 160px;
    background: #a28343;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 30px;
}

.projectUsp ._title {
    font-size: 24px;
}

.projectUsp img {
    width: 80px;
}

.locationImage {
    max-width: 980px;
    width: calc(100%);
    display: block;
    margin: 0 auto;
}

.gallery-img img {
    width: calc(100%);
    display: block;
    margin-bottom: 20px;
    height: 320px;
    object-fit: cover;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block
}

.builderLogoBox {
    display: block;
}

.builderLogoBox img {
    height: 175px;
}

.navbar-nav .dropdown .dropdown-menu {
    background: #000;
    min-width: 280px;
    border-radius: 2px;
    top: 35px;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item,
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #FFF;
    background: transparent
}

@media screen and (max-width:768px) {
    .projectListingBoxesMain {
        padding-top: 20px;
    }

    .projectListingTabBtn {
        font-size: 16px;
        margin-top: 0px;
    }

    .ProjectsLine {
        font-size: 14px;
        margin-top: 0px;
    }

    .ProjectsLine::before {
        border-bottom: 1px solid #000;
    }

    .projectListingFlexInside {
        width: 100%;
    }

    .projectListingTabBtn {
        width: 27%;
    }

    .projectListingTabMain.active_projectsTab .ProjectsLine::before {
        border-bottom: 8px solid #ff6326;
    }

    .projectListingFlexInsideImgDetails {
        position: static;
        font-size: 15px;
        padding: 20px;
    }

    .projectListingFlexInsideImgDetails h4 {
        font-size: 20px;
    }

    .marginTop {
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .logo {
        height: 50px;
        object-fit: cover;
    }

    .carousel-item img {
        height: calc(100vh - 80px) !important;
        object-fit: cover;
    }

    .container-fluid {
        padding: 0 10%;
    }

    .aboutImage {
        margin-bottom: 20px;
    }

    .verticalImgRelative {
        margin-bottom: 20px;
    }

    .builderStatc ._txt ._lable {
        font-size: 18px;
    }
}

@media screen and (max-width:375px) {
    .logo {
        height: 36px;
        object-fit: cover;
    }
}

.staging-preview-overlay {
    display: none !important;
}

#staging-preview-overlay {
    display: none !important;
}

span.altfont {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a.whatsAppIconLg{position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2c6e49;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Arial,Helvetica,sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    border-radius: 2px;}
a.whatsAppIconLg img{width:26px;margin-right:3px}