:root {
    --mainColor: rgb(10, 112, 161);
    /*    #000034;*/
    --secondColor: #0c0c0c;
    --body-color: #000;
    --footer-bg: #2F4137;
}
.heading-main {
  font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 4.5rem;
    color: #10696f;
    text-align: center;line-height: 4.5rem;
}
.heading-main span{color: #000;font-size: 4rem;}
.heading2-main{font-family: "Bebas Neue", sans-serif;    font-weight: 800 !important;    font-style: normal;    font-size: 2.5rem !important;color: #6a2fad}
.section3-subheading {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;color: #10696f;font-size: 2.2rem;
}
.section3-p{color: #000;    font-size: 1.2rem;}
.parag{color: #010101;font-size: 1.3rem;font-style: italic;}
.height-100{ height: 100vh;object-fit: fill; }
.bheight-100{ height: 100vh !important;object-fit: fill !important; }
.bheight-90{ height: 85vh !important;object-fit: fill !important; }
.height-60{ height: 60vh;object-fit: fill; }
body{
    background-color: #faf7f2;
    font-size: 1rem;
    overflow-x: hidden;
    color:#5a7666;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
footer{
    background-color: var(-footer-bg);
    padding: 80px 0 30px 0;
}
p {
    margin: 0 0 26px;
    line-height: 1.8;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
.img-fit{
    height: 600px !important;
    object-fit: cover;
}
.error{
    color: red;
    font-size: .85rem;
    text-shadow: 0 0 #ff0000;
}
/*Font*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

/*Fonts*/

.search-city.dropdown ul.topCitiesBox {
    padding: 0;
    min-width: 500px;
    top: 30px !important;
}
.search-city.dropdown ul.topCitiesBox li {
    margin: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    width: 33.33%;
    border: solid 1px #e3e3e3;
    height: 60px;
    position: relative;
}
.search-city.dropdown ul.topCitiesBox li a {
    padding: 5px 2px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search-city.dropdown ul.topCitiesBox li em {
    width: 34px;
    height: 27px;
    display: block;
    flex: none;
}
.search-city.dropdown ul.topCitiesBox li .dk {
    background: url(../../assets/images/icon/city-icons.svg) no-repeat;
    background-size: 208px;
    transition: .5s;
    /*    filter: grayscale(1);*/
    /*    filter: brightness(0) invert(1);*/
}
.search-city.dropdown ul.topCitiesBox li .dropdown-item {
    background: transparent;
}
.search-city.dropdown ul.topCitiesBox li a strong {
    padding: 0;
    margin-top: 3px;
    color: var(--mainColor);
    transition: .5s;
    font-weight: 400;
    line-height: normal;
    font-size: .83em;
    background: none;
    display: block;
    transition: .5s;
}
.search-city.dropdown ul.topCitiesBox li:hover {
    background: var(--mainColor);
    color: #fff
}
.search-city.dropdown ul.topCitiesBox li:hover a strong {
    color: #fff;
}
.search-city.dropdown ul.topCitiesBox li:hover .dk {
    filter: brightness(0) invert(1);
}
.search-city.dropdown ul.topCitiesBox li .dk-gurgaon {
    background-position: -139px -51px;
}
.search-city.dropdown ul.topCitiesBox li .dk-goa {
    background-position: -139px -25px;
}
.search-city.dropdown ul.topCitiesBox li .dk-delhi {
    background-position: 0 -51px;
}
.search-city.dropdown ul.topCitiesBox li .dk-bangalore {
    background-position: -35px -24px;
}
.search-city.dropdown ul.topCitiesBox li .dk-mumbai {
    background-position: 0 -108px;
}
.search-city.dropdown ul.topCitiesBox li .dk-noida {
    background-position: -104px -106px;
}
.search-city.dropdown ul.topCitiesBox li .dk-pune {
    background-position: 0 -133px;
}
.search-city.dropdown ul.topCitiesBox li .dk-chennai {
    background-position: 0 -160px;
}
.search-city.dropdown ul.topCitiesBox li .dk-kolkata {
    background-position: -70px -80.8px;
}
.header-content .right-content .menu > li > a {
    font-size: .9rem;
    position: relative
}
.header-content .right-content .menu > li > a i.bi-whatsapp {
    font-size: 1.3rem;
    margin-left: 7px;
}
.side-menu-common {
    position: fixed;
    /* Important for right positioning */
    top: 0;
    right: -100%;
    /* Start hidden, off-screen on the right */
    height: 100%;
    width: 90%;
    max-width: 340px;
    background-color: var(--mainColor);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    padding: 25px 35px;
    font-size: 16px;
    overflow-y: auto;
    transition: right 0.9s ease-in-out;
    /* Smooth slide */
    display: flex;
    flex-direction: column;
    text-align: left;
    background: linear-gradient(-45deg, #2F4137, #2F4137, #000034, #2F4137);
    animation: gradients 3s ease infinite;
    background-size: 400% 400%;
    transition: all .3s ease-in-out;
}
@keyframes gradients {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.menu-open .side-menu-common {
    right: 0;
}
.header-content .right-content .menu li.phone-dropdwon > a {
    border: 1px solid var(--mainColor);
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    background-color: #00A000 !important;
    border-radius: 50%
}
.w-80{width:80%;}
@keyframes ping {
    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}
.carousel-item img {
    transition: transform .6s ease-in-out;
    object-fit: cover;
    height: calc(100vh - 85px);
}
.home-banner{position: relative; }
.home-banner .banner-content {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    height: auto;
}
.home-banner .banner-content .count-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    padding-top: 15px;
}
.video-banner {
    position: relative;
    height: calc(100vh - 85px);
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
}
.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}
.count-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    padding: 60px 0;
}
.count-list-box p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.count-list-box .title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-right: 3px;
}
.site-wrapper {
    margin-top: 0;
}
.site-header {
    padding: 15px 0;
    transition: .3s;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(0 0 0 / 20%);
    background: transparent;
    top: 0;
    box-shadow: 0 0 3px #acacac;
    box-shadow: unset;
}
.header-content .right-content .menu li.whatsappHref > a {
    color: #00A000;
}
.header-content .right-content.load-font-color .menu>li>a,
.search-city .citydrop.load-font-color,
.header-content .right-content.load-font-color .menu li.whatsappHref > a {
    color: #fff;
}
.header-content .right-content.load-font-color .menu li.phone-dropdwon > a {
    border: 1px solid #fff;
}
.header-content .right-content .menu > li > a.hover-effect::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--mainColor);
    z-index: 1;
    transform: scaleX(0);
    transition: all 300ms ease-in-out;
}
.header-content .right-content.load-font-color .menu > li > a.hover-effect::before {
    background-color: #fff;
}
.header-content .right-content .menu > li:hover>a.hover-effect::before {
    transform: scaleX(1);
}
.fixed-call-btn {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}
.inqButtonDektop {
    bottom: 1rem;
    right: 1rem;
}
.banner-content .form-control {
    height: calc(2.5rem + 2px);
    padding: 0 0 10px;
    font-size: 14px;
    padding: 0 0 5px;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(215 215 215 / 45%);
    border-radius: 0;
    transition: all 300ms ease;
    margin: 5px 0;
    color: #fff !important
}
.banner-content .form-group {}
.banner-content .form-control::placeholder {
    color: #cbcbcb;
    opacity: 1;
    /* Firefox */
}
.banner-content .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #cbcbcb;
}
.banner-content .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    background-color: #fff0;
    border-bottom-color: var(--mainColor);
    box-shadow: none;
}
.banner-content button.btn-secondary {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}
.banner-content button.btn-secondary:active,
.banner-content button.btn-secondary:focus,
.banner-content button.btn-secondary:hover {
    background-color: var(--secondColor) !important;
    border-color: var(--secondColor) !important;
}
#inqfixedbottomBtn {
    display: none
}
.text-container {
    /*
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
*/
    text-align: center;
    z-index: 1;
}
.text-container h1,.text-container h2,
.text-container p {
    color: #fff;
}
.text-container p {
    font-size: 1.1rem;
    font-weight: 300
}
.text-container h1, .text-container h2 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 0 6px #000;
}

section.section{
    padding: 100px 0;
    position: relative;
    overflow: hidden
}
/*.lifestyle-crafted h2{
    font-size: 2.4rem;
    font-weight: 500;
}
.lifestyle-crafted{
    background-image: url(../../assets/images/icon/leaf-nh.webp);
    background-position: 183px 16px;
    background-repeat: no-repeat;
    background-size: 260px auto;
    transition: background-position 5s linear;
}
.lifestyle-crafted:hover {
    background-position: center top;
    background-position-y: 50px !important; 
    background-position-x: 100px !important;
}
*/
.lifestyle-crafted{position: relative;transition: transform 0.3s ease;  transform: translateX(0px);overflow: hidden; }
.lifestyle-crafted img{transition: transform 0.4s ease;}
.lifestyle-img1{position: absolute;    left: 0;    bottom: 0;    z-index: 1;}
.lifestyle-img2{position: absolute;    top: 0;    right: 0;    z-index: 1;   }

.lifestyle-crafted:hover .lifestyle-img1{transform: translateX(15px);}
.lifestyle-crafted:hover .lifestyle-img2{transform: translateY(15px);}
.about-us-img-box{
    margin-left: 100px;
    border-radius: 9%;
    position: relative; 
}
.about-us-img-box:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 97%;
    border: 2px solid var(--mainColor);
    left: -50px;
    bottom: -45px;
    z-index: -1;
    border-radius: 9%;
    left: -4%;
    bottom: -3%;
}
.about-us-img-box img{
    border-radius: 9%;
}
.img-round {
    border-radius: 5%;
}
.img-round-25{
    border-radius: 15px;
}
.pd-25{
    padding: 25px
}
.special-pd{
    padding: 100px 0
}
p.global-subheading {
    color: var(--mainColor);
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    display: inline-block;
}
p.global-subheading:before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: 12px;
    border-radius: 10px;
    border: none;
    left: 0;
    top: 15px;
}
.section-heading h2,section h1{
    color: #00044A;
/*        var(--mainColor);*/
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: .18rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-transform: none;
}
.font-300 {
  font-weight: 300;
}
.img-nwd{border-radius: 10px;    margin: 0 auto;}
.section-heading{
    margin-bottom: 25px;
}
.nwd-button{
    
}
/*NWD Button*/
.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 50px;
    display: inline-block;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-nwd {
    border: 3px double var(--mainColor);
    color: var(--mainColor);
    overflow: hidden;
    border-radius: 15px;
}
.button-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: var(--mainColor);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.button-1f:hover,
.button-1f:active {
    color: #fff;
    opacity: 1;background: var(--mainColor);
}
.button-1f:hover:after {
    height: 104%;
    opacity: 1;
    opacity: 1;
}
.button-1f:active:after {
    height: 130%;
    opacity: 1;
}
/*NWD Button*/

.pulseanimation {
    animation: pulse-cust 2s infinite
}
.inqButtonDektop :hover{
    
}
@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

.modal-header .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-header .pop-txt{
    font-size: 0.85rem;
    line-height: 1.3;
    color: #777;
}
.manushi-bg{
    background-color: var(--footer-bg);
    background-image: url(../../assets/images/Web-3-580_650.jpg);
    background-position: -8px -10px;
    background-repeat: no-repeat;
    background-size: 600px 800px;;
}
.masterplan{
    background-image: url(../../assets/images/Web-1-1440_1800.jpg);
}
.carousel-below-text{
    text-transform: uppercase;
    font-size: 85%;
    margin-top: 15px;
    font-weight: 400
}
.lead-form .form-control{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C1C8C0;
    color: #5A7666;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.lead-form .form-control:focus, .lead-form .form-control:active{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7A817D;
    outline: none;
    box-shadow:none
}

.lead-form .form-control::placeholder {
  color: #b5b5b5;
  opacity: 1; /* Firefox */
    font-size: 85%
}

.lead-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #b5b5b5;
    font-size: 85%
}

/*Contact us section*/
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: none;    border-radius: 10px;    box-shadow: none;    background-color: #fff;
    border: 1px solid rgb(51 51 51 / 20%);
}

.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--footer-bg);border-radius: 0 10px 10px 0;
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.padding-left{
    padding-left: 0;
    padding-right: 0
}
.padding-right{
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .button-1f:hover, .contactusSection .button-1f:active {
    color: #fff;
    background-color: var(--mainColor);
}
/*End contact us section*/
.header-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../assets/images/header-banner.jpg);
  padding: 150px 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
/*.header-banner::before {*/
/*  content: '';*/
/*  background: rgba(00,00,00,0.5);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/
.header-banner h1 {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  margin: 0;
}
.accordiondks{ font-size: 1.5rem; color: #212527 !important;}
.nwdAccordion .accordion-button { position: relative;display: grid;}
.nwdAccordion .accordion-button::after{ position: absolute; right: 20px;display: none}
.nwdAccordion .button-nwd{font-size: 0.95rem;padding: 10px 15px; text-transform: capitalize;}
.text-right{ text-align: right}
.accordion-item{ margin-bottom: 10px; box-shadow: rgba(0, 0, 0, 0.19) 0px -2px 10px, rgba(0, 0, 0, 0.23) 1px 3px 6px; }
.accordion-footer {
    border-top: 1px solid rgb(8 28 80 / 50%);
    padding: 10px 50px;
    margin-top: 10px;
}
.nwdAccordion .accordion-body{color: #454545;}
.nwdAccordion .accordion-body p, .nwdAccordion .accordion-body ul{font-weight: 300;}
.nwdAccordion .accordion-body ul li{    padding-bottom: 6px;}
#commonCarerModalLabel {font-size: 1.11rem;    font-weight: 700;}
.text-xs{font-size: .8rem;}
/*Start Loader*/

#ajaxloading1 {
    display: none;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: +999999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 77%);
    /*background-size: 100px 100px;*/
    background-repeat: no-repeat;
    background-position: center;
}

#circleLoaderHolder {
    position: absolute;
    top: 50%;
    left: 50%;
}

#circleLoaderHolder h5 {
    display: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-left: -30px;
}

#circleLoader {
    display: block;
    height: 80px;
    width: 80px;
    margin: -25px 0 0 -25px;
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 15px #008744 solid;
    border-right: 15px #0057e7 solid;
    border-bottom: 15px #d62d20 solid;
    border-left: 15px #ffa700 solid;
    border-radius: 50%;
    -webkit-animation: spin6 1s infinite linear;
    animation: spin6 1s infinite linear;
}

@-webkit-keyframes spin6 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin6 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*End Loader*/

.banner-heading {
    background: rgba(255, 255, 255, 0.36);
    border-radius: 40px;
    padding: 0 14px;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    line-height: 40px;
    letter-spacing: -0.4px;
    width: fit-content;

    display: inline-flex;       
    align-items: center;         
    justify-content: center;
    gap: 6px;                    
    text-shadow: 0px 2px #000 !important;
}

.banner-heading .bi-dot {
    font-size: 4rem;           /* slightly bigger dot */
    line-height: 1;
    display: inline-flex;
    align-items: center;
    color: #0b3d2c
}

.banner-heading svg {
    color: #0b3d2c;
    margin: 10px 12px;
}
.banner-container{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
}
.banner-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 150px 0;
  text-align: left;
    height: 100vh;
}
.banner-main-points{    list-style: none;    padding-left: 5px;    color: #fff;}
.banner-main-points li{padding-bottom: 8px;font-size: 1rem;
    list-style: none;
    color: #fff;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    display: flex;
    flex-direction: row;
}
.banner-main-points li .icon{margin-top: 2px;}
.banner-form{
        margin: 0 40px;
    border-radius: 10px;
    padding: 2rem !important;    background-color: rgb(255 255 255 / 85%);
}
.banner-form h2{ font-size: 1.2rem;color: #000;text-shadow: 0 1px BLACK;font-weight: 500;}
.nwdbtn {
    position: relative;
    display: inline-block;
    background: #10b0b9;
    padding: 16px 70px 16px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 40px;
    line-height: 1;
}
.nwdbtn:hover {
    color: #fff;
}
.nwdbtn img {
    top: 50%;
    right: 7px;
    position: absolute;
    transform: translateY(-50%);
}
.nwdbtn.nwdbtnNew{border-radius: 15px;padding: 16px 30px;background: #10696f;box-shadow: rgba(0, 0, 0, 0.4) 0px 6px;transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease, transform 0.3s ease;}
.nwdbtn.nwdbtnNew:hover{box-shadow: none;    transform: translateY(2px);}
.nwdbtn.viewProject{border-radius: 15px;padding: 16px 30px;border:1px solid #10696f; background-color: #fff;color: #10696f;    margin-left: 30px;box-shadow: rgba(0, 0, 0, 0.4) 0px 6px;transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease, transform 0.3s ease;}
.nwdbtn.viewProject:hover{border:1px solid #10696f;background-color: #10696f;color: #fff;box-shadow: none;    transform: translateY(2px);}
.section-headings{position: relative;overflow: hidden}
.section-headings .main-heading{position: relative;font-family: "Libre Bodoni", serif;font-weight: 800;font-style: normal;    color: #10696f;margin-bottom: 60px;text-align: center;font-size: 3.2rem;padding-bottom: 20px;padding-top: 20px;}
.section4-subheading{font-family: "Bebas Neue", sans-serif;color: #10696f;    font-size: 2.6rem;line-height: 2.3rem;}
.section4-subheading .SecdSec{color: #000;font-family: Arial, sans-serif;    font-size: 1.6rem;}
.section4-subheading .thirdSec{font-family: Arial, sans-serif;color: #10696f;font-size: 1.5rem;font-style: italic;}
.section-headings .main-heading::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: #10696f;
    transform: translateX(-50%);
}
.section-headings .main-heading::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 200px;
    height: 2px;
    background: #10696f;
    transform: translateX(-50%);
}


.padding-right{padding-right: 50px}
.padding-left{padding-left: 50px}
.video-bg { position: relative;    inset: 0;    width: 100%;    height: 100vh;    overflow: hidden;    background: #000;}
.video-bg iframe {    position: absolute;    top: 50%;    left: 50%;    width: 100%;    height: 100vh;    transform: translate(-50%, -50%);    pointer-events: none;}
.fplans { padding: 3em 2em 1em; 
    height: 540px;
}

.fplans {
  position: relative;
  padding: 3em 2em;
  background: #eee;
  border-radius: 3px;
  min-height: 300px;
  margin: 0 30px 30px 0;
  box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    text-align: center;    background: rgb(255 255 255 / 80%);box-shadow: rgba(0, 0, 0, 0.19) 0px -2px 10px, rgba(0, 0, 0, 0.23) 1px 3px 6px;
}
.fplans .flex-item{color: #1c211e;}
.fplans h3, .fplans h4 {
  margin-bottom: 20px;
  text-transform: uppercase;text-align: center;    font-size: 1.05rem}
.oview {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #aaa;text-align: center
}
.newlaunch{    box-shadow: rgb(16 176 185 / 50%) 0px -2px 10px, rgb(16 176 185 / 50%) 1px 3px 6px;}


.headerIcon{    font-size: 1.3rem !important;}
.carousel-indicators [data-bs-target]{width: 15px;height: 15px;border-radius: 50%;}
.campaign-overview{list-style: none;padding-left: 2px; }
.campaign-overview li {    display: flex;    align-items: flex-start;     gap: 10px;margin-bottom: 5px }
.campaign-overview li span:first-child {    flex-shrink: 0;     font-size: 18px;     line-height: 1.2;}
.section-heading.campaign h2{font-family: "Libre Bodoni", serif !important;color: #10696f;text-transform: uppercase;}
.pr-0{padding-right: 0}