<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&amp;display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
    scroll-padding-top: 80px;
}

body {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1em;
}

:root {
    --blue: #005aab;
    --green: #4db748;
    --black: #000000;
    --white: #ffffff;
    --grey: #636363;
    --light-grey: #e3e3e3;
    --theme-bg: #faeee0;

}

/* ------------- responsive CSS --------------- */

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row&gt;* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.ml-auto {
    margin-left: auto !important
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 992px) {

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

.align-items-center {
    align-items: center !important;
}

.align-items-justify {
    justify-content: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.m-auto {
    margin: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 14%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* ------------------- responsive css end ---------------- */


.header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.leftMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuLinks ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.menuLinks li {
    padding: 10px;
    margin-left: 20px;
}

.menuLinks li a {
    font-size: 18px;
    color: var(--white);
}

.menuLinks li:hover a {
    color: var(--green) !important;
}

.logo img {
    width: 150px;
}

.scrolled {
    background-color: var(--black);
}

.scrolled .menuLinks li a {
    color: var(--white);
}

/* ========== Section CSS ============ */

.btnDefault {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-block: 0.45rem;
    padding-inline: 1.25rem;
    /* border-radius: 5px; */
    transition: all 0.2s ease;
    outline: none;
    border: none;
    color: var(--white);
    background-color: var(--blue);
    display: flex;
    align-items: center;
    gap: 4px;
}

.btnDefault i {
    font-size: 22px;
}

.btnOther {
    background-color: var(--green) !important;
}

.hamBurger {
    display: none;
}


.heroForm {
    padding: 50px 40px;
    /* border-radius: 10px; */
    background-color: #0000007c;
    color: var(--white);
    width: 350px;
    display: block;
    margin-left: auto;
    backdrop-filter: blur(5px);
}

.heroForm input {
    padding: 12px;
    border: none;
    /* border-radius: 5px; */
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    outline: none;
}

.heroForm textarea {
    padding: 12px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    height: 70px;
    max-height: 70px;
    font-size: 15px;
    outline: none;
}

.contactInput {
    position: relative;
}

.contactInput span {
    position: absolute;
    left: 10px;
    color: var(--black);
    top: 11px;
    font-weight: 500;
    font-size: 15px;
}

.contactInput input {
    padding-left: 50px;
}

.heroForm h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

.heroForm p {
    text-align: center;
    color: var(--green);
}

.heroForm button {
    width: 100%;
    display: flex;
    gap: 7px;
    justify-content: center;
}

.options {
    margin: 10px 0;
    color: var(--white) !important;
}

.heroBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 120px;
    position: relative;
}

.heroBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(to top, #000000b5 50%, #00000000);
    background: linear-gradient(to top, #000000b5 50%, #00000000);
    width: 100%;
    height: 100%;
}

.heroHeading {
    color: var(--white);
    position: relative;
}

.heroHeading h1 {
    font-size: 2.75rem;
    font-weight: 700;
}

.heroHeading h1 span {
    color: var(--green);
}

.heroHeading ul {
    margin: 10px 0 30px;
}

.heroHeading li {
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;

}

.heroHeading li::before {
    font-family: boxicons !important;
    content: "\ea47";
    position: absolute;
    left: 0;
    color: var(--green);
    font-size: 24px;
}

.sectionPadding {
    padding: 100px 0;
}

.projectAbout {
    text-align: center;
}

.projectAbout h2 {
    font-size: 2rem;
    margin: 15px 0;
    line-height: 1.25em;
}

.projectAbout p {
    line-height: 1.75em;
    color: var(--grey);
}

.projectFeatured {
    background-color: var(--green);
    padding: 20px;
    text-align: center;
    height: 100%;
}

.blueFeature {
    background-color: var(--blue);
}

.projectFeatured img {
    width: 50px;
    margin-bottom: 10px;
}

.projectFeatured h3 {
    color: var(--white);
    font-weight: 600;
}

.projectFeatured p {
    color: var(--white);
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35em;
}

.largeImage img {
    width: 100%;
}

.aboutText h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.25em;
}

.aboutText h3 span {
    color: var(--green);
}

.aboutText ul {
    margin-bottom: 30px;
}

.aboutText ul li {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
    color: var(--grey);
    line-height: 1.5em;
}

.aboutText ul li::before {
    font-family: boxicons !important;
    content: "\ea47";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-size: 24px;
}

.payments {
    background-color: var(--blue);
}

.payments .projectAbout img {
    filter: invert();
}

.payments .projectAbout h2 {
    color: var(--white);
}

.paymentPlan {
    background-color: var(--white);
    text-align: center;
    padding: 30px;
}

.paymentPlan a {
    display: inline-block;
    margin-top: 15px;
}

.flatType {
    font-size: 1.75rem;
    font-weight: 700;
}

.paymentPlan h4 {
    margin: 10px 0;
}

.centerBtn {
    text-align: center;
    margin-top: 30px;
}

.centerBtn a {
    text-align: center;
    display: inline-block;
}

.greySection {
    background-color: #f1f1f1;
}

.contactArea {
    text-align: center;
}

.contactArea h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contactArea li {
    margin-top: 30px;
    font-size: 20px;
    color: var(--grey);
    display: flex;
    flex-direction: column;

}

.contactArea li a {
    color: var(--grey);
    font-weight: 500;
}

.contactArea li a:hover {
    color: var(--blue);
}

.contactArea li i {

    color: var(--black);
    font-size: 2.5rem;
}

.footerForm {
    background-color: var(--black);
    width: 100%;
    padding: 60px 40px;
}

.footer {
    background-color: var(--black);
    padding: 40px 0;
    color: var(--white);
    text-align: center;
}

.footer a {
    color: var(--green);
    font-size: 14px;
}

.footer p {
    margin: 10px 0;
    font-size: 12px;
    color: #a4a4a4;
}

.largeContent {
    border-radius: 10px;
    padding: 2.5rem 0 3rem;
}

.largeContent p {
    font-size: 1rem;
    margin: 10px 0;
    line-height: 1.5em;
    color: var(--grey);
}

.largeContent a {
    font-weight: 600;
}

.largeContent h3 {
    font-size: 1.5rem;
    margin: 20px 0 10px;
    font-weight: 600;
    color: var(--black);
}

.largeContent h4 {
    font-size: 1.25rem;
    margin: 10px 0;
    font-weight: 600;
    color: var(--black);
}

.largeContent ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.largeContent li {
    line-height: 1.5em;
    list-style: circle;
    color: var(--grey);
}

@media(max-width: 991px) {

    .logo img {
        width: 110px;
    }

    .heroForm {
        width: 100%;
        padding: 30px;
    }

    .heroHeading h1 {
        font-size: 2rem;
        line-height: 1.25em;
    }

    .projectAbout h2 {
        font-size: 1.75rem;
    }

    .aboutText h3 {
        font-size: 1.75rem;
    }

    .hamBurger {
        display: block;
    }

    .hamBurger i {
        font-size: 40px;
        color: var(--white);
    }

    .header {
        background-color: var(--black);
    }

    .menuLinks {
        position: absolute;
        width: 100%;
        background: var(--black);
        left: -100%;
        top: 78px;
        text-align: center;
        border-top: 1px solid #1c1c1c;
        padding: 40px 0;
        transition: left 0.3s ease;
    }

    .menuLinks ul {
        display: inline;
        text-align: center;
    }

    .menuLinks ul li a {
        font-size: 1.25rem;
    }

    .aboutText {
        margin-bottom: 25px;
    }

    .contactArea {
        margin: 40px 0;
    }

    .contactArea h3 {
        font-size: 1.75rem;
    }

    .sectionPadding {
        padding: 70px 0;
    }
}

@media(max-width: 767px) {
    .heroForm {
        margin-top: 30px;
    }

    .flatType {
        font-size: 1.5rem;
    }
}

@media(max-width: 575px) {
    .heroForm {
        margin-top: 30px;
    }

    .contactArea h3 {
        font-size: 1.5rem;
    }

    .heroHeading h1 {
        font-size: 1.75rem;
    }

    .projectAbout h2 {
        font-size: 1.5rem;
    }

    .aboutText h3 {
        font-size: 1.5rem;
    }
}
</pre></body></html>