@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --mainColor: rgb(10, 112, 161);
    /*    #000034;*/
    --secondColor: #0c0c0c;
    --body-color: #000;
    --footer-bg: #2F4137;
}
body {
    color: var(--font-color);
    font-family: "Montserrat", sans-serif !important;
    background-color: #fff;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
        font-family: "Gilda Display";
}

.section-padding {
    padding: 100px 0;
}

#navigation {
    padding: 10px 0;
    top: 5px;
}

.site-logo {
    width: 125px;
    height: auto;
    border-radius: 5px;
}

#navigation.navbar-fixed {
    padding: 15px 0;
}

#main-menu {
    margin-top: 0;
}

#main-menu ul li {
    margin-left: 35px;
}

.site-logo img {
    border-radius: 5px;
}

.navbar-fixed img {
    width: 120px;
    margin-top: 0;
    height: auto;
}

.navbar-fixed {
    background: rgb(28 95 143 / 90%);
}

.navbar-fixed {
    background: var(--mainColor);
}

#main-menu ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: .3px;
    transition: .5s;
}

#main-menu ul li a i {
    margin-right: 10px
}

#main-menu ul li a:hover {
    color: #ea3248;
    font-weight: 700;
}

.sliderSection {
    position: relative;
}

#form-container {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    z-index: +99;
}

.home-slider button.slick-arrow {
    z-index: 9;
    line-height: 50px;
    background: transparent;
    opacity: 1;
}

#form-container .card-body {
    padding: 30px 20px
}

#form-container .card-body h5 {
    margin-bottom: 15px;
    text-align: center;
}

#form-container input.form-control,
#form-container textarea.form-control {
    color: var(--font-color);
    font-size: 0.9rem
}

#form-container .card {
    background-color: rgb(255 255 255 / 85%);
}

input.form-control,
textarea.form-control {
    border: 1px solid #b6b6b6 !important;
    background: transparent;
}

.btn-custom {
    background-color: var(--primary-color);
    color: #fff
}

.btn-custom {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.btn-custom:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

.single_package {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 20px;
}

.pack_image {
    position: relative
}

.single_package .pack_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.single_package:hover .pack_image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.pack_image:before {
    background: unset;
}

.single_package .homes-tag {
    position: absolute;
    font-weight: 600;
    padding: 1px 11px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: var(--primary-color);
    display: inline-block;
    z-index: 9;
    font-size: 0.72rem;
    top: 5px;
    right: 5px;
}

.section-title {
    margin-bottom: 30px;
}

.single_package .time_zone {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    color: var(--font-color);
    margin-bottom: 2px;
}

.single_package .time_zone i {
    color: var(--primary-color);
    font-size: 0.95rem;
}

.single_package .rating i {
    font-size: 0.8rem
}

.single_package .time_zone img {
    width: 20px;
    height: 20px
}

.single_package .mybookbtn {
    margin-top: 10px;
    text-align: center;
    display: flex;
}

.single_package .mybookbtn a {
    width: 100%;
    background: linear-gradient(to right, #2777af, #2777af, #2777af, #05456C, #05456C) !important;
}

.single_package .mybookbtn a:hover {
    background: linear-gradient(to right, #05456C, #05456C, #2777af, #2777af, #2777af) !important;
}


.modal-content {
    background-color: var(--primary-color);
    border: 10px solid var(--secondary-color);
    border-radius: 10px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    opacity: 1;
}

.btnsuccess {
    color: #fff;
    background-color: #007bff;
    border-color: #ffffff;
    width: 100%;
}

.btnsuccess:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #ffffff;
    width: 100%;
}

.section-title span {
    font-size: 2.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.single-choose i {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: var(--primary-color);
}

.single-project-complete i {
    font-size: 41px;
    color: var(--primary-color);
    margin-bottom: 11px;
    display: block;
}

.single-project-complete h2 span {
    color: #333;
}

.footer .disclaimerPart {
    font-size: .8rem;
    font-weight: 100 !important;
    line-height: 1.15rem;
}

.footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer ul li {
    margin-right: 20px;
}

.book-button {
    position: fixed;
    bottom: 40%;
}

.hlineContener {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hline {
    width: 1px;
    height: 70%;
    background-color: #c6c6c6;
    margin: auto;
}

.footerForm {
    box-shadow: 0 0 0 2em var(--mainColor), 0 0 0 4em var(--secondary-color);
    margin: 4em;
    border-radius: 0px;
}

.footerForm form {
    padding: 1em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

label {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
}

.text-black {
    color: var(--font-color);
}

.callAction {
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: normal;
    display: flex;
}

.callAction a {
    text-decoration: none;
}

.callAction .info p {
    font-size: 1.35rem;
    color: var(--font-color);
    font-weight: 600
}

.callAction .info {
    display: flex;
    align-items: center;
    justify-content: left;
}

.callAction .info i {
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
}

.callAction .info .phoneCall {
    margin: 0 auto 15px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: relative;
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
}

.callAction .info .phoneCall::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse4;
    animation: 1.5s infinite widgetPulse4;
}

.callAction .info .phoneCall::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse4;
    animation: 1.5s infinite widgetPulse4;
}

@-webkit-keyframes widgetPulse4 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

label.error {
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    color: red;
    text-shadow: 0 0 #ea3248;
}

.breadcrumbs .list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.disclaimer {
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
}

.book-fixed-button {
    position: fixed;
    top: 50%;
    right: -70px;
    z-index: +999;
    transition: all 1s;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover2 1s infinite alternate;
}

.book-fixed-button .blueBg {
    background: var(--primary-color);
    cursor: pointer;
}

.book-fixed-button .innerFixedSection {
    transform: rotate(270deg);
}

.book-fixed-button .crox_frm {
    color: #f5f5f5;
}

.book-fixed-button .innerFixedSection span a {
    padding: 12px 25px;
    background-color: #e62f22;
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 7px #e62f22;
    -moz-box-shadow: 0 0 7px #e62f22;
    box-shadow: 0 0 7px #e62f22;
    text-transform: uppercase
}

.book-fixed-button .innerFixedSection span a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.single_home_slide {
    height: 100vh;
}

.slide_overlay {
    background: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 100%);
}

.home-slider .slick-prev:before {
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to right, #38afda, #fa9d09, #d9320e, #011f57, #015e95);
    background: linear-gradient(to right, #4fb846, #4fb846, #005aaa, #005aaa, #005aaa);
    width: 55px;
    height: 55px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
}

.home-slider .slick-next:before {
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to right, #005aaa, #005aaa, #005aaa, #4fb846, #4fb846);
    width: 55px;
    height: 55px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
}

.sectionHeading {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.sectionHeading h2 {
    font-family: "Montserrat", sans-serif !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
    font-weight: 600 !important;
    letter-spacing: 5px;
    font-size: 40px !important;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 12px;
}

.sectionHeading p {
    font-family: "Montserrat", sans-serif !important;
    margin: 0;
    font-size: 1.2rem;
}

.sectionHeading .green-line {
    width: 300px;
    margin: 10px auto;
    background-color: var(--secondary-color);
    height: 2px;
    text-align: center
}

/* project Liting*/
.project-listing {
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px
}

.project-listing .project-list-column {
    position: relative;
}

.project-list-column .project-tag {
    position: absolute;
    font-weight: 500;
    padding: 1px 11px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: var(--secondary-color);
    display: inline-block;
    z-index: 1;
    font-size: 0.72rem;
    top: 5px;
    right: 5px;
    box-shadow: 0 0 7px #e9ecef;
}

.project-listing .image {
    display: block;
    width: 100%;
    height: auto;
}

.project-listing .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgb(23 63 99 / 90%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    z-index: 2
}

.project-listing:hover .overlay {
    bottom: 0;
    height: 100%;
}

.project-listing .text {
    color: white;
    font-size: 12px;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.9;
    font-family: "Montserrat", sans-serif !important;
}

.project-listing .text ul {
    text-align: left !important;
    list-style: disc !important;
    padding: 10px 20px 0px 25px !important;
    line-height: 20px !important;
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif !important;
}

.project-listing .text h3 {
    text-align: left !important;
    padding: 10px 20px 0px 25px !important;
    line-height: 20px !important;
    font-size: 20px !important;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2rem !important
}

.project-listing .text p {
    text-align: center !important;
    list-style: disc !important;
    padding: 10px 0 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0px !important;
    font-family: "Montserrat", sans-serif !important;
}

.project-listing .text a {
    text-decoration: none !important;
    color: #fff !important;
}

.project-listing .text a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.project-listing .banner_caption {
    position: absolute;
    background-color: rgba(31, 31, 31, 0.7);
    bottom: 3%;
    left: 3%;
    width: auto;
    box-shadow: 0 0 7px #e9ecef;
}

.project-listing .banner_caption h3 {
    color: #fff;
    padding: 9px 10px 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.project-listing .text a {
    text-decoration: none !important;
    color: #fff !important;
    padding: 8px 15px;
    border: 1px dotted #fff;
}

.buttonSection {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.project-snap-short {
    position: relative;
    overflow: hidden;
    margin: 0;
    /*    margin-bottom: 20px;*/
    padding: 10px
}

.project-snap-short li {
    font-family: "Montserrat", sans-serif !important;
    display: inline-block;
    font-size: .85rem;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    color: var(--font-color);
    margin-bottom: 4px;
}

.project-snap-short li .time_zone img {
    width: 13px !important;
    height: 13px !important;
    filter: contrast(0%) brightness(2);
    margin-right: 5px;
    margin-top: -3px;
}

.overflow-hidden {
    overflow: hidden
}

.slider-item .img-box {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #818182;
    -moz-box-shadow: 0 0 5px #818182;
    box-shadow: 0 0 5px #818182;
    margin: 5px;
    border: 1px solid #333;
}


.time_zone1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .25rem;
}

.time_zone1 img {
    width: 13px !important;
    height: 13px !important;
    filter: contrast(0%) brightness(2);
    margin-right: 5px;
    margin-top: 0;
}

.time_zone1 span {
    margin: 0px;
    font-size: .9rem;
    color: #fff;
    margin-left: 5px;
    line-height: 1.1;
    font-weight: 300;
}

/*End Project Liating*/
.enquire-outer {
    display: none
}

.single-project-complete {
    border-right: 0;
    text-align: center;
    padding: 30px;
}

.m3mCommitment {
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)), url(../../assets/img/slider/m3m-banner5-min.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.Commitment-container {
    padding: 15px;
    text-align: center;
    margin-bottom: 15px
}

.Commitment-container h5 {
    color: #fff;
    padding: 20px 0;
    margin: 0;
    font-size: .9rem
}

.Commitment-container img {
    filter: contrast(0%) brightness(2);
    width: 70px;
}

.video-container {
    position: relative;
    text-align: center;
    z-index: 11;
    width: 100%;
    height: 100vh
}

.video-container video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bannerOnDetails h1 {
    color: #ffffff;
    font-size: 4.001rem;
    font-weight: 900 !important;
    /* background-color: rgb(0 0 0 / 30%); */
    /* padding: 40px 60px; */
    border-radius: 10px;
    display: inline-block;
    font-family: "Stylish", serif !important;
    font-style: normal;
}

.bannerOnDetails h2 {
    font-size: 1.1rem;
    color: #fff;
    background-color: transparent;
    padding: 7px 0;
    border: 0px solid #fff;
    margin-bottom: 0px !important;
    display: inline-block !important;
    animation-duration: 9s;
    transition: all 9s ease 0s;
    animation: blink 9s infinite;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
}

@keyframes blink {
    0% {
        opacity: 2;
        color: #fff;
    }

    50% {
        opacity: 2;
        color: reb(210 159 19);
    }

    100% {
        opacity: 2;
        color: #fff;
    }
}

.bannerOnDetails h1 span1 {
    display: inline-block;
    color: #fff;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-animation: move 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 9s;
}

.bannerOnDetails h1 {
    float: left;
    overflow: hidden;
    position: relative;
    height: 70px;
    line-height: 4rem;
    text-transform: uppercase;
}

.bannerOnDetails h1 b {
    float: right;
    overflow: hidden;
    position: relative;
    height: 70px;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

.bannerOnDetails .sectionOne {
    display: inline-block
}

.bannerOnDetails .sectionTwo {
    display: inline-grid;
}

.bannerOnDetails .sectionTwo img {
    width: 18px
}

ol.more-tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.more-tags li {
    float: left;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 5px;
    font-size: .85rem;
}

.investmentSection {
    /*    background-color: #0d0d0d;*/
    /*    color: #fff;*/
    padding: 25px;
    /*    border-radius: 8px*/
}

.investmentSection .investmentSubHeading {
    color: rgb(109, 109, 112);
    text-align: center;
}

.investmentSection .investmentMainHeading {
    color: #fff;
    text-align: center;
}

.investmentBtn {
    width: 100%;
    background-color: #14202E;
    display: block;
    text-align: center;
    color: #f1f1f1;
    border-radius: 5px;
    padding: 6px 0;
}

.investmentBtn:hover {
    width: 100%;
    background-color: #1E3957;
    color: #fff;
}

.locationAdvantage {
    align-items: stretch;
    /* background-color: rgba(0, 0, 0, 0); */
    /* border: 0px solid black; */
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    align-items: center;
    margin: 25px 0;
        text-align: left !important;
}
.sffdfdf{
    padding:0 50px;margin:30px 0
}
.locationAdvantage img {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
    filter: contrast(0%) brightness(2);
}

.investmentSection1 img {
    width: 85px;
    height: auto;
    margin-bottom: 15px;
    filter: contrast(76%) brightness(0);
}

.locationAdvantage p {
    margin-bottom: 10px;
    line-height: 1rem;
    color: #c0c0c5
}

.investmentSection1 p {
    margin-bottom: 10px;
    line-height: 1rem;
    color: #95959b;
}

.modal .close {
    position: absolute;
    top: -14px;
    right: -10px;
    z-index: +9;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 8px;
    opacity: 1;
    border: 2px solid var(--primary-color);
}

.sectionHeading h2 {
    font-weight: 800 !important;
    letter-spacing: 2px;
    font-size: 2.4rem !important;
    text-transform: unset;
    font-family: "Crimson Text", serif !important;
    margin-top: 0;
    line-height: 2.8rem;
}

.detailSection {
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.secondSection{
    background:  linear-gradient(#00000085, #283c2885), url('../../assets/img/alive.webp');
    background-repeat:no-repeat; 
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-attachment:fixed;
    padding: 200px 0;
}
.secondSection .h1{
    font-family: "Stylish", serif !important;
    font-size: 3.4rem
}
.img-fit{
    width: 100%;
    height: 510px;
    object-fit: cover;
}
.locationAdvantage.advance{
    flex-direction: row;
        gap: 15px;
}
.locationAdvantage.advance img {
    width: 25px;
}
.locationAdvantage.advance p {
    color: #ffffff;
}
.connect-us {
    margin-bottom: 35px;
}
.connect-us a {
    color: var(--font-color);
    display: block;
    margin-bottom: 10px;
    transition: .3s;
}
@media screen and (max-width:767px) {
    .sffdfdf{
    padding:0 10px;margin:30px 0
}
    .secondSection .h1 {
    font-size: 2.4rem;
}
    .section-padding {
        padding: 75px 0;
    }
    .bannerOnDetails h1 {
    font-size: 1.75rem !important;
    height: auto;
    color: #000 !important;
    line-height: 2.8rem;
    font-weight: 400 !important;
        text-align: center
}
    .bannerOnDetails .sectionTwo h2{
        color: var(--font-color) !important;
        text-align: center;
        font-weight: 400 !important;
    }
    .sectionHeading h2 {
        font-weight: 800 !important;
        letter-spacing: 2px;
        font-size: 1.5rem !important;
        text-transform: unset;
        font-family: "Crimson Text", serif !important;
        margin-top: 0;
        line-height: 1.6rem;
        margin-top: 10px;
    }
    

    .mobile_padding {
        padding-top: 80px;
    }

    .mainInvestmentSection .sectionHeading,
    .mainInvestmentSection .sectionHeading h2,
    .mainInvestmentSection .sectionHeading p {
        text-align: center !important
    }

    .investmentSection {
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 0px;
    }

    .bannerOnDetails {
        display: block;
        padding: 40px 0;
    }

    .video-container {
        height: 50vh
    }

    .sectionHeading h2 {
        font-weight: 400 !important;
        letter-spacing: 3px;
        font-size: 1.82rem !important;
    }

    .footer {
        padding: 60px 0 60px;
    }

    #topcontrol {
        bottom: 15% !important;
        left: 15px;
    }

    .call-back-1,
    .book-fixed-button {
        display: none !important
    }

    .fit-ext {
        background: #040dc6 !important;
        color: #fff !important;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: var(--primary-color);
        box-shadow: 0 0 2px #000;
        box-shadow: 0 0 7px #e9ecef;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        align-items: center;
        vertical-align: middle;
    }

    .enquire-outer ul li {
        width: 100%;
        color: #fff;
        font-family: "Montserrat", sans-serif !important;
    }

    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: .65rem;
        font-family: "Montserrat", sans-serif !important;
        background: var(--secondary-color);
        cursor: pointer;
        color: #fff
    }

    .enquire-outer ul li .middleSection {
        background: var(--primary-color);
    }

    .enquire-outer ul li .enquire-form-fit i {
        display: block;
        margin-bottom: 3px;
        color: #fff;
        font-size: .95rem;
        margin-top: 5px
    }

    .slide_overlay {
        background: rgb(0 0 0 / 30%);
    }

    .slicknav_btn {
        margin: 0;
        text-decoration: none;
        position: absolute;
        top: -50px;
        right: 17px;
    }

    #navigation #mobile_menu .slicknav_collapsed .icofont-rounded-down {
        display: none
    }

    #navigation #mobile_menu .slicknav_open .icofont-rounded-down {
        display: none
    }

    .site-navigation .header_right {
        float: right !important;
    }

    #navigation #mobile_menu li i {
        display: unset;
        padding-right: 10px;
        color: #fff;
    }

    #mobile_menu .slicknav_nav li {
        padding: 10px 0;
        color: #fff;
    }

    #mobile_menu .slicknav_nav li ul li {
        padding: 0;
    }

    #mobile_menu .slicknav_nav li ul li a {
        padding: 1px 10px;
    }

    #mobile_menu .slicknav_nav li a {
        color: #fff;
    }

    #mobile_menu .slicknav_nav {
        background-color: var(--primary-color);
    }

    .footerForm {
        margin: 1rem;
    }

    .single-project-complete h2 {
        font-size: 1.5rem;
    }

    .single-choose {
        text-align: center;
    }

    .section-title h2 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        font-weight: 500;
        padding-top: 10px;
    }

    .section-title span {
        font-size: 1.75rem !important;
    }

    .site-logo img {
        width: 120px;
        height: auto;
    }

    .single_home_slide {
        height: 45vh;
    }

    #form-container {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        top: 0;
        transform: unset;
        z-index: 2;
    }
}
