@charset "UTF-8";
    @font-face {
    font-family: Causten;
    src: url(../fonts/Causten-Medium.eot);
    src: url(../fonts/Causten-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Causten-Medium.woff2) format("woff2"), url(../fonts/Causten-Medium.woff) format("woff"), url(../fonts/Causten-Medium.ttf) format("truetype"), url(../fonts/Causten-Medium.svg#Causten-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Bree Rg;
    src: url(../fonts/Bree-Bold.eot);
    src: url(../fonts/Bree-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Bree-Bold.woff2) format("woff2"), url(../fonts/Bree-Bold.woff) format("woff"), url(../fonts/Bree-Bold.ttf) format("truetype"), url(../fonts/Bree-Bold.svg#Bree-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body, html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: Causten, sans-serif;
    font-weight: 400;
    color: #767676;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: .5px;
}
a {
    text-decoration: none;
    outline: none;
    border: 0;
}
a:focus, a:hover {
    text-decoration: none!important;
}
button, img {
    text-decoration: none;
    outline: none;
    border: 0;
}
button {
    font-family: Bree Rg, sans-serif;
}
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}
input, select, textarea {
    font-family: Bree Rg, sans-serif;
}
b, strong {
    font-weight: 700;
}
*, :after, :before {
    box-sizing: border-box;
}
figure, h1, h2, h3, h4, h5, h6, hr, ol, p, ul {
    padding: 0;
    margin: 0;
    font-weight: unset;
}
.container {
    max-width: 1200px;
}
.container, .container-fluid {
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
    max-width: 95%}
.container.small {
    max-width: 850px;
    padding: 0 20px;
}
.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-italic {
    font-style: italic;
}
.text-underline {
    text-decoration: underline;
}
.text-light {
    font-weight: 300;
}
.text-medium {
    font-weight: 400;
}
.text-bold {
    font-weight: 600;
}
.text-bolder {
    font-weight: 700;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-orange {
    color: #ee6e25;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.img-full {
    width: 100%;
    height: auto;
}
.center-block {
    margin: 0 auto;
}
.bg-white {
    background-color: #7b7b7b;
}
.bg-off-white {
    background-color: #1e892a;
}
.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%}
.col-1 {
    width: 8.3333333333%;
    float: left;
}
.col-2 {
    width: 16.6666666667%;
    float: left;
}
.col-3 {
    width: 25%;
    float: left;
}
.col-4 {
    width: 33.3333333333%;
    float: left;
}
.col-5 {
    width: 41.6666666667%;
    float: left;
}
.col-6 {
    width: 50%;
    float: left;
}
.col-7 {
    width: 58.3333333333%;
    float: left;
}
.col-8 {
    width: 66.6666666667%;
    float: left;
}
.col-9 {
    width: 75%;
    float: left;
}
.col-10 {
    width: 83.3333333333%;
    float: left;
}
.col-11 {
    width: 91.6666666667%;
    float: left;
}
.col-12 {
    width: 100%;
    float: left;
}
.col-12-5 {
    width: 20%;
    float: left;
}
.w100 {
    width: 100%}
.w80 {
    width: 80%}
.w70 {
    width: 70%}
.w30, .w70 {
    float: left;
}
.w30 {
    width: 30%}
.w20 {
    width: 20%;
    float: left;
}
.cred {
    color: red;
}
.h100 {
    height: 100%}
.mg-5 {
    margin: 5px;
}
.mg-10 {
    margin: 10px;
}
.mg-20 {
    margin: 20px;
}
.mg-30 {
    margin: 30px;
}
.mg-tp-5 {
    margin-top: 5px;
}
.mg-tp-10 {
    margin-top: 10px;
}
.mg-tp-20 {
    margin-top: 20px;
}
.mg-tp-30 {
    margin-top: 30px;
}
.mg-bt-5 {
    margin-bottom: 5px;
}
.mg-bt-10 {
    margin-bottom: 10px;
}
.mg-bt-20 {
    margin-bottom: 20px;
}
.mg-bt-30 {
    margin-bottom: 30px;
}
.mg-rt-5 {
    margin-right: 5px;
}
.mg-rt-10 {
    margin-right: 10px;
}
.mg-rt-20 {
    margin-right: 20px;
}
.mg-rt-30 {
    margin-right: 30px;
}
.mg-lt-5 {
    margin-left: 5px;
}
.mg-lt-10 {
    margin-left: 10px;
}
.mg-lt-20 {
    margin-left: 20px;
}
.mg-lt-30 {
    margin-left: 30px;
}
.pd-5 {
    padding: 5px;
}
.pd-10 {
    padding: 10px;
}
.pd-20 {
    padding: 20px;
}
.pd-30 {
    padding: 30px;
}
.pd-tp-5 {
    padding-top: 5px;
}
.pd-tp-10 {
    padding-top: 10px;
}
.pd-tp-20 {
    padding-top: 20px;
}
.pd-tp-30 {
    padding-top: 30px;
}
.pd-bt-5 {
    padding-bottom: 5px;
}
.pd-bt-10 {
    padding-bottom: 10px;
}
.pd-bt-20 {
    padding-bottom: 20px;
}
.pd-bt-30 {
    padding-bottom: 30px;
}
.pd-rt-5 {
    padding-right: 5px;
}
.pd-rt-10 {
    padding-right: 10px;
}
.pd-rt-20 {
    padding-right: 20px;
}
.pd-rt-30 {
    padding-right: 30px;
}
.pd-lt-5 {
    padding-left: 5px;
}
.pd-lt-10 {
    padding-left: 10px;
}
.pd-lt-20 {
    padding-left: 20px;
}
.pd-lt-30 {
    padding-left: 30px;
}
.h500 {
    height: 500px;
}
.h600 {
    height: 600px;
}
.h700 {
    height: 700px;
}
.h800 {
    height: 800px;
}
.zindex-9 {
    z-index: 9;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
}
.pos-fix {
    position: fixed;
}
.bottom {
    bottom: 0;
}
.top {
    top: 0;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
.hidden-xs {
    display: block;
}
.row:after, .row:before {
    display: table;
    content: " "}
.clearfix, .row:after {
    clear: both;
}
.disptable {
    display: table;
    height: 100%}
.dispblock {
    display: block;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.Yoverflowhidden {
    overflow-y: hidden;
}
.Xoverflowhidden {
    overflow-x: hidden;
}
.overflowhidden {
    overflow: hidden;
}
section {
    float: left;
    width: 100%}
section.padding {
    padding: 70px 0;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
    z-index: 9999;
    transition: all .6s ease-in-out;
}
@media (max-width:992px) {
    header {
    padding: 5px 0 10px;
}
}header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}
header .upper .ctc-wrapper {
    margin-right: 20px;
}
header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px;
}
header .lower .nav-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width:992px) {
    header .lower .nav-links {
    display: none;
}
}header .lower .nav-links a {
    margin-right: 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
@media (max-width:1024px) {
    header .lower .nav-links a {
    font-size: 12px;
}
}header .lower .nav-links a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 10%;
    border-bottom: 1px solid #000;
    animation: a .4s linear forwards;
    cursor: pointer;
    transition: all .6s ease-in-out;
}
header .lower .nav-links a:last-child:after {
    position: unset;
    border-bottom: unset;
    width: 0!important;
}
header .lower .nav-links a.active {
    color: #000;
    font-weight: 600;
    position: relative;
}
header .lower .nav-links a.active:after {
    width: 80%}
@media (max-width:1024px) {
    header .lower .nav-links a.active: after {
    width: 30%;
    left: 35%}
}header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + 10px);
    right: 15px;
    background-color: #efece7;
}
header .form-container .frmclose {
    display: none;
    display: inline-block;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
}
header.active {
    background-color: #2A4A33;
    z-index: 100000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
}
header.active .nav-links a {
    color: #000;
}
.call-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    right: 2px;
    top: 4px;
}
.enquire-btn {
    background-color: #F08447;
    color: #fff!important;
    font-size: 14px;
    padding: 14px 15px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    gap: 1px;
    position: relative;
    z-index: 99;
}
.eq-height-row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.bar1, .bar2, .bar3 {
    transition: .4s;
}
.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 5px);
    width: 28px!important;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-4px, -6px);
    width: 28px!important;
}
.divider-line {
    border: 1px solid #7b7b7b;
    height: 40px;
    margin-left: -10px;
}
@media (max-width:992px) {
    .divider-line {
    height: 20px;
}
}footer {
    float: left;
    width: 100%}
footer, footer a {
    color: #fff;
}
footer .upper {
    background-color: #2b2b2b;
    padding: 10px 0;
}
footer .lower {
    background-color: #121212;
    padding: 10px 0;
    font-size: 12px;
}
@media (max-width:992px) {
    footer .lower {
    margin-bottom: 30px;
    text-align: center;
}
}@media (max-width:992px) and (max-width:767px) {
    footer .lower {
    margin-bottom: 0;
}
}.goto-home {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
    justify-self: center;
}
.section-heading {
    font: normal normal 500 52px/62px Bree Rg, sans-serif;
    text-transform: capitalize;
    color: #000;
}
.section-heading span {
    color: #fb8800;
}
@media (max-width:767px) {
    .section-heading {
    font-size: 28px;
    line-height: 32px;
}
}.section-subheading {
    font: normal normal 600 20px/28px Bree Rg, sans-serif;
    color: #000;
}
@media (max-width:767px) {
    .section-subheading {
    font-size: 16px;
    line-height: 24px;
}
}.section-content {
    font: normal normal normal 16px/28px Causten, sans-serif;
    color: #000;
}
@media (max-width:767px) {
    .section-content {
    font-size: 14px;
    line-height: 18px;
}
}header .form-container {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(7, 31, 53, .8784313725);
    padding: 10px;
    display: none;
    height: 100%;
    z-index: 999;
}
.tnc {
    right: 0;
    bottom: 150px;
    color: #fff;
    font-size: 8px;
    transform: rotate(90deg);
}
.form-inner, .tnc {
    position: absolute;
}
.form-inner {
    width: 600px;
    background-color: #fff;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 5px;
}
.form-inner h2 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
header .form-container .thankyou {
    margin-bottom: 10px;
}
button.form-submit {
    width: 170px;
    height: 42px;
    padding: 10px 5px 12px;
    border-radius: 41px;
    border: 1px solid #95c038;
    background-color: #95c038;
    display: block;
    margin: 21px auto;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.form-inner .form-control {
    width: 100%;
    margin-bottom: 18px;
    width: 98%;
    height: 40px;
    margin-bottom: 22px;
    padding: 10px;
    border: 1px solid gray;
}
.form-inner .form-group {
    position: relative;
}
.form-inner label {
    display: block;
    margin-bottom: 6px;
}
.download-floor-plan a {
    width: 255px;
}
.download-brochure a {
    width: 230px;
}
.download-brochure, .download-floor-plan {
    display: none;
}
label.error {
    color: red;
    position: absolute;
    bottom: 0;
    line-height: 9px;
    font-size: 12px;
}
.sfdc_reposnce_msd p {
    color: green;
    text-align: center;
}
header .form-container .frmclose {
    position: absolute;
    top: -209px;
    right: -12px;
    z-index: 111;
    background-color: #95c038;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}
.number-wrapper {
    margin: 12px 12px 12px 25px;
    position: relative;
}
.number-wrapper:before {
    content: "";
    width: 1px;
    border-left: 1px solid gray;
    height: 15px;
    left: -16px;
    margin-left: 3px;
    position: absolute;
    top: 4px;
}
.number-wrapper a img {
    width: 15px;
}
span.show-numbers {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: #fff;
    width: 151px;
    text-align: center;
    padding: 10px;
}
.minusmrg {
    margin-top: -40px;
}
.email {
    font-size: 18px;
}
input.submit-btn {
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: .56px;
    color: #fff!important;
    padding: 7px 18px!important;
    border-radius: 6px;
    background-color: #95c038;
    border: unset;
    display: inline-block;
    width: unset!important;
    text-transform: uppercase;
    cursor: pointer;
}
#overlay, #overlay-vdo {
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
}
.tnc-apply {
    left: 0;
}
.image-disclaimer, .tnc-apply {
    font: normal normal normal 8px/12px Bree Rg, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, .5);
    padding: 2px;
}
.image-disclaimer {
    right: 0;
    z-index: 3;
}
.homebanner {
    background-image: url(../../assets/images/unnati-lp-banner.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}
.m-homebanner {
    background-image: url(../../assets/images/unnati-lp-mobile-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.homebanner .banner-cont-wrapper {
    text-align: center;
    padding-top: 50px;
}
@media (max-width:1024px) {
    .homebanner .banner-cont-wrapper {
    padding-top: 150px;
}
}@media (max-width:1024px) and (max-width:767px) {
    .homebanner .banner-cont-wrapper {
    padding-top: 50px;
}
}.homebanner .banner-cont-wrapper .banner-heading {
    font: normal normal 700 36px/48px Bree Rg, sans-serif;
    color: #fff;
}
@media (max-width:767px) {
    .homebanner .banner-cont-wrapper .banner-heading {
    font-size: 20px;
    line-height: 26px;
}
}.homebanner .banner-cont-wrapper .banner-heading span {
    font-size: 40px;
    color: #fb8800;
}
@media (max-width:767px) {
    .homebanner .banner-cont-wrapper .banner-heading span {
    font-size: 22px;
}
}.homebanner .banner-cont-wrapper .banner-subheading {
    font: normal normal 500 28px/48px Bree Rg, sans-serif;
    color: #fff;
}
@media (max-width:767px) {
    .homebanner .banner-cont-wrapper .banner-subheading {
    font-size: 13px;
    line-height: 20px;
}
}.homebanner .banner-cont-wrapper .banner-content {
    font: normal normal 500 20px/26px Bree Rg, sans-serif;
    color: #fff;
}
@media (max-width:767px) {
    .homebanner .banner-cont-wrapper .banner-content {
    font-size: 12px;
    line-height: 20px;
}
}.homebanner .banner-cont-wrapper .banner-price {
    font: normal normal 500 18px/26px Causten, sans-serif;
    color: #fff;
    background-color: #1e892a;
    padding: 4px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
}
@media (max-width:767px) {
    .homebanner .banner-cont-wrapper .banner-price {
    font-size: 12px;
}
}.homebanner .banner-clouds-div {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%}
.homebanner .banner-clouds-div img {
    opacity: .7;
}
.background-full-ovr {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1450px;
    position: relative;
}
@media (max-width:992px) {
    .background-full-ovr {
    min-height: 1700px;
}
}@media (max-width:992px) and (max-width:767px) {
    .background-full-ovr {
    min-height: 1200px;
    background-size: cover;
}
}.background-full-ovr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: transparent linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
}
.background-full-ovr:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    content: "";
    background: transparent linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
}
@media (max-width:1024px) {
    .background-full-ovr .image-disclaimer {
    z-index: 2;
    right: unset;
    left: 0;
    bottom: 150px;
}
}@media (max-width:1024px) and (max-width:767px) {
    .background-full-ovr .image-disclaimer {
    bottom: 0;
}
}.background-full-ovr .highlights-bottom-cloud {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    z-index: 1;
}
@media (max-width:767px) {
    .background-full-ovr .highlights-bottom-cloud {
    bottom: -5px;
}
}.overview {
    padding-bottom: 0!important;
}
.overview .ovr-swiper-heading {
    font: normal normal 700 22px/28px Bree Rg, sans-serif;
    color: #000;
    margin-top: 40px;
}
@media (max-width:1024px) {
    .overview .ovr-swiper-heading {
    padding-left: 30px;
    position: relative;
}
}.overview .overview-text-container {
    position: relative;
    min-height: 400px;
}
.overview .overview-text-container .section-content-custom {
    font-size: 22px;
    line-height: 28px;
    padding-right: 50%;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .overview .overview-text-container .section-content-custom {
    padding-right: unset;
}
}.overview .overview-text-container .section-content {
    padding-right: 50%;
    margin-top: 20px;
}
@media (max-width:1024px) {
    .overview .overview-text-container .section-content {
    padding-right: unset;
}
}@media (max-width:767px) {
    .overview .overview-text-container .main-div-size {
    width: 100%}
}.overview .overview-text-container .main-div-size .overview-map {
    position: absolute;
    top: -60px;
    right: -80px;
    mix-blend-mode: darken;
    z-index: 9;
}
@media (max-width:1024px) {
    .overview .overview-text-container .main-div-size .overview-map {
    position: unset;
}
}@media (max-width:1024px) and (max-width:767px) {
    .overview .overview-text-container .main-div-size .overview-map {
    width: 100%}
}.overview .highlights-background-image {
    position: relative;
}
.overview .highlights-background-image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 800px;
    width: 100%;
    background: transparent linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
}
@media (max-width:1024px) {
    .overview .overview-swiper-wrapper {
    scale: .8;
    margin-left: -80px;
}
}@media (max-width:1024px) and (max-width:992px) {
    .overview .overview-swiper-wrapper {
    scale: unset;
    margin-left: 30px;
}
}.overview .overview-swiper-wrapper .overview-swiper {
    max-width: 1200px;
    position: relative;
    margin-top: 30px;
    z-index: 6;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper {
    margin-top: 30px;
    width: 100%}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide {
    position: relative;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .vertical-line {
    height: 500px;
    width: 1px;
    left: 40px;
    position: absolute;
    top: -20px;
    border: 1px dashed #000;
    z-index: -1;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    min-width: 250px;
    min-height: 150px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-flex {
    justify-content: unset;
    min-width: unset;
    min-height: unset;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-flex-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    min-width: 250px;
    min-height: 150px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-flex-2 {
    justify-content: unset;
    align-items: center;
    min-width: unset;
    min-height: unset;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    min-height: 150px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-cont-wrapper-grid {
    flex-direction: unset;
    justify-content: unset;
    min-width: unset;
    min-height: unset;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .cont-icon {
    background-color: #1e892a;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .cont-text {
    font: normal normal 500 16px/22px Bree Rg, sans-serif;
    color: #000;
}
.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .cont-text span {
    font: normal normal 700 20px/22px Bree Rg, sans-serif;
}
.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .center-desktop {
    text-align: center;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .center-desktop {
    text-align: left;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-1 {
    position: absolute;
    top: -50px;
    left: -35px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-1 {
    position: unset;
    margin-top: 15px;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-2 {
    position: absolute;
    top: 200px;
    left: -5px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-2 {
    position: unset;
    margin-top: 15px;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-3 {
    position: absolute;
    bottom: -90px;
    left: 200px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-3 {
    position: unset;
    margin-top: 15px;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-4 {
    position: absolute;
    top: 100px;
    left: 500px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-4 {
    position: unset;
    margin-top: 15px;
}
}.overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-5 {
    position: absolute;
    bottom: 60px;
    right: 150px;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .overview-swiper .swiper-slide .ovr-icon-5 {
    position: unset;
    margin-top: 15px;
}
}.overview .overview-swiper-wrapper .ovr-swiperbtn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 170px;
    right: -40px;
    z-index: 9;
    cursor: pointer;
}
@media (max-width:992px) {
    .overview .overview-swiper-wrapper .ovr-swiperbtn-wrapper {
    position: unset;
    margin-left: -30px;
    margin-top: 20px;
}
}.overview .overview-cta-wrapper {
    margin-top: 200px;
    text-align: center;
    position: relative;
    z-index: 999;
}
@media (max-width:992px) {
    .overview .overview-cta-wrapper {
    margin-top: 40px;
}
}.overview .overview-cta-wrapper .overview-cta-text {
    font: normal normal 700 26px/40px Bree Rg, sans-serif;
    color: #000;
}
@media (max-width:992px) {
    .overview .overview-cta-wrapper .overview-cta-text {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}
}.overview .overview-cta-wrapper .get-dir {
    display: inline-block;
    background-color: #fb8800;
    margin-top: 40px;
    font: normal normal 700 14px/17px Bree Rg, sans-serif;
    color: #fff!important;
    padding: 10px 25px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}
.overview .overview-cta-wrapper .get-dir span {
    padding-left: 10px;
}
.project {
    position: relative;
    padding-bottom: 0!important;
}
.project:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: transparent linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
}
.project .highlights-base-backgrounds {
    position: relative;
}
.project .highlights-base-backgrounds .falling-leaves2 {
    z-index: 9;
}
.project .highlights-base-backgrounds .leaf-branch-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.project .highlights-base-backgrounds .highlights-gate-image {
    margin-top: -300px;
    position: relative;
    z-index: 2;
}
@media (max-width:767px) {
    .project .highlights-base-backgrounds .highlights-gate-image {
    z-index: 9;
}
}.project .highlights-base-backgrounds .highlights-gate-sky {
    position: relative;
    z-index: 0;
}
@media (max-width:992px) {
    .project .highlights-base-backgrounds .highlights-gate-sky {
    height: 450px;
}
}@media (max-width:992px) and (max-width:767px) {
    .project .highlights-base-backgrounds .highlights-gate-sky {
    height: 450px;
}
}.project .container {
    position: relative;
    z-index: 1;
}
@media (max-width:767px) {
    .project .container {
    z-index: 5;
}
}.project .container .highlights-content-wrapper {
    height: 350px;
    width: 650px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: -2px 3px 27px rgba(0, 0, 0, .1607843137);
    overflow: hidden;
    padding: 25px;
    border-radius: 10px;
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}
@media (max-width:1024px) {
    .project .container .highlights-content-wrapper {
    top: 4%;
    right: 20px;
}
}@media (max-width:1024px) and (max-width:767px) {
    .project .container .highlights-content-wrapper {
    width: 100%;
    height: auto;
    right: 0;
    top: 30%}
}.project .container .highlights-content-wrapper .section-subheading {
    margin-top: 20px;
}
@media (max-width:767px) {
    .project .container .highlights-content-wrapper .section-subheading {
    margin: 5px 0;
}
}.swiper-3d .swiper-slide-shadow {
    background: unset!important;
}
.amenities {
    position: relative;
}
.amenities .leaf-branch-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.amenities .custom-container {
    max-width: 1366px;
    margin: auto;
}
.amenities .custom-container .amenities-image-swiper-wrapper {
    position: relative;
    z-index: 4;
}
.amenities .custom-container .amenities-image-swiper-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background: #fff linear-gradient(180deg, #fff, #fff) 0 0 no-repeat padding-box;
    opacity: 1;
}
.amenities .custom-container .amenities-image-swiper-wrapper .amenites-swiper-image {
    float: right;
}
@media (max-width:1024px) {
    .amenities .custom-container .amenities-image-swiper-wrapper .amenites-swiper-image {
    float: unset;
    width: 100%}
}@media (max-width:1024px) {
    .amenities .custom-container .amenities-image-swiper-wrapper .amenites-swiper-image img {
    width: 100%}
}.amenities .custom-container .amenities-text-swiper-wrapper {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: -2px 3px 27px rgba(0, 0, 0, .1607843137);
    border-radius: 12px;
    position: absolute;
    width: 500px;
    padding: 30px;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 6;
}
@media (max-width:1024px) {
    .amenities .custom-container .amenities-text-swiper-wrapper {
    position: relative;
    transform: unset;
    top: unset;
    margin-top: -50px;
}
}@media (max-width:1024px) and (max-width:767px) {
    .amenities .custom-container .amenities-text-swiper-wrapper {
    left: 0;
    width: 96%;
    margin: -50px auto 0;
}
}.amenities .custom-container .amenities-text-swiper-wrapper .flying-bird {
    position: absolute;
    scale: .5;
    right: -150px;
    transform: rotate(345deg);
    top: -100px;
}
@media (max-width:767px) {
    .amenities .custom-container .amenities-text-swiper-wrapper .flying-bird {
    right: -120px;
    scale: .4;
}
}@media (max-width:767px) {
    .amenities .custom-container .amenities-text-swiper-wrapper .amenities-text-swiper .amenites-swiper-content .section-heading {
    padding-right: 15%}
}.amenities .custom-container .amenities-text-swiper-wrapper .amenities-text-swiper .amenites-swiper-content .ame-swiper-ques {
    font: normal normal 700 22px/32px Bree Rg, sans-serif;
    color: #000;
    margin: 10px 0;
}
.amenities .custom-container .amenities-text-swiper-wrapper .amenities-text-swiper .ame-swiperbtn-wrapper {
    display: flex;
    position: relative;
    gap: 15px;
    z-index: 5;
    cursor: pointer;
    margin-top: 40px;
}
.amenities .amenites-section-content {
    text-align: center;
    width: 915px;
    margin: 80px auto 20px;
}
@media (max-width:1024px) {
    .amenities .amenites-section-content {
    width: 100%;
    text-align: left;
    margin: 20px auto 10px;
}
}.amenities .amenites-section-content .image-disclaimer {
    right: unset;
    left: 0;
}
.amenities .amenites-section-content .amenities-cont-text {
    padding-right: 90px;
    margin-top: 30px;
}
@media (max-width:1024px) {
    .amenities .amenites-section-content .amenities-cont-text {
    padding: 0 15px;
}
}.amenities .amenites-section-content .amenities-cont-text .section-content {
    margin-top: 10px;
}
.amenities .amenities-actual-swiper-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .swiper-wrapper .image-disclaimer {
    bottom: unset;
    top: 0;
    right: 0;
}
@media (max-width:767px) {
    .amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .swiper-wrapper .image-disclaimer {
    font-size: 5px;
    line-height: 6px;
    right: 0;
    top: 6px;
}
}.amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .swiper-wrapper .actual-image-text {
    font: normal normal 500 18px/22px Bree Rg, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
}
@media (max-width:767px) {
    .amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .swiper-wrapper .actual-image-text {
    font-size: 12px;
    line-height: 16px;
}
}.amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .ame-actual-swiperbtn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}
@media (max-width:767px) {
    .amenities .amenities-actual-swiper-wrapper .amenities-actual-swiper .ame-actual-swiperbtn-wrapper {
    position: unset;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    scale: .8;
}
}.location {
    position: relative;
}
.location .leaf-branch-right {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 4;
}
.location .location-section-content {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: -2px 3px 27px rgba(0, 0, 0, .1607843137);
    border-radius: 12px;
    width: 780px;
    height: 450px;
    padding: 40px 30px 0;
    margin-top: 50px;
    position: relative;
    z-index: 99;
    margin-left: 40px;
}
@media (max-width:992px) {
    .location .location-section-content {
    width: 100%;
    margin-left: unset;
}
}@media (max-width:992px) and (max-width:767px) {
    .location .location-section-content {
    padding: 20px 15px 10px;
    margin-top: unset;
    height: auto;
}
}.location .location-section-content .section-content {
    padding-top: 10px;
}
.location .location-section-content .location-list {
    padding-left: 20px;
    list-style: none;
}
.location .location-section-content .location-list li:before {
    content: "•";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.location .location-swiper-wrapper {
    position: relative;
    overflow-x: hidden;
    margin-top: -200px;
    z-index: 97;
}
@media (max-width:767px) {
    .location .location-swiper-wrapper {
    margin-top: 0;
}
}.location .location-swiper-wrapper .location-swiper .location-cont-main {
    position: relative;
}
.location .location-swiper-wrapper .location-swiper .location-cont-main:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent linear-gradient(180deg, transparent, #000) 0 0 no-repeat padding-box;
    z-index: 0;
}
@media (max-width:767px) {
    .location .location-swiper-wrapper .location-swiper .location-cont-main: after {
    height: 240px;
}
}.location .location-swiper-wrapper .location-swiper .location-cont-main .location-text-wrapper {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 2;
}
@media (max-width:767px) {
    .location .location-swiper-wrapper .location-swiper .location-cont-main .location-text-wrapper {
    bottom: 20px;
    left: 20px;
}
}.location .location-swiper-wrapper .location-swiper .location-cont-main .location-text-wrapper .location-swiper-txt {
    font: normal normal 700 20px/28px Bree Rg, sans-serif;
    color: #fff;
}
.location .location-swiper-wrapper .location-swiper .location-cont-main .location-text-wrapper .location-description {
    font: normal normal normal 16px/26px Bree Rg, sans-serif;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:767px) {
    .location .location-swiper-wrapper .location-swiper .location-cont-main .location-swiper-image {
    width: 100%}
}.location .location-swiper-wrapper .location-swiper .loc-swiperbtn-wrapper {
    display: flex;
    gap: 15px;
    justify-self: center;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
}
@media (max-width:767px) {
    .location .location-swiper-wrapper .location-swiper .loc-swiperbtn-wrapper {
    position: unset;
    margin-top: 20px;
    justify-content: center;
}
}.location .location-main-image {
    position: relative;
}
.location .location-main-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: transparent linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
    opacity: 1;
    z-index: 5;
}
@media (max-width:767px) {
    .location .location-main-image: before {
    height: 50px;
}
}.location .location-main-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: transparent linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
    opacity: 1;
    z-index: 5;
}
@media (max-width:992px) {
    .location .location-main-image: after {
    bottom: 0;
}
}@media (max-width:992px) and (max-width:767px) {
    .location .location-main-image: after {
    height: 150px;
}
}.location .location-main-image .location-cloud-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%}
@media (max-width:992px) {
    .location .location-main-image .location-cloud-top {
    bottom: 0;
}
}.location .location-main-image .site-visit-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 65%;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: -2px 3px 27px rgba(0, 0, 0, .1607843137);
    border-radius: 12px;
    z-index: 9;
    padding: 20px 40px;
}
@media (max-width:992px) {
    .location .location-main-image .site-visit-btn {
    top: unset;
    left: unset;
    transform: unset;
    bottom: -150px;
    background: unset;
    box-shadow: unset;
    width: 100%}
}.location .location-main-image .site-visit-btn .enquire-btn {
    display: inline-block;
    position: relative;
    z-index: 9;
    background-color: #F08447;
    color: #fff;
}
.location .location-main-image .site-visit-btn .sitevisit-text {
    font: normal normal 700 26px/40px Bree Rg, sans-serif;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width:1024px) and (max-width:992px) {
    .location .location-main-image .site-visit-btn .sitevisit-text {
    font-size: 16px;
    line-height: 22px;
}
}.footer {
    position: relative;
    height: 45vh;
    overflow: hidden;
}
@media (max-width:1024px) {
    .footer {
    height: 60vh;
}
}.footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background: transparent linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
}
.footer .footer-main-div {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -50px;
    z-index: 99;
}
@media (max-width:767px) {
    .footer .footer-main-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
}.footer .footer-main-div .call-mail-footer {
    display: flex;
    gap: 50px;
    justify-content: center;
}
@media (max-width:1024px) {
    .footer .footer-main-div .call-mail-footer {
    flex-direction: column;
    gap: 15px;
    margin-top: -30px;
}
}.footer .footer-main-div .call-mail-footer .mail-footer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.footer .footer-main-div .call-mail-footer .mail-footer .footer-text {
    font: normal normal 700 26px/40px Bree Rg, sans-serif;
    color: #000!important;
}
@media (max-width:767px) {
    .footer .footer-main-div .call-mail-footer .mail-footer .footer-text {
    font-size: 16px;
    line-height: 22px;
}
}.footer .footer-main-div .call-mail-footer .call-footer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.footer .footer-main-div .call-mail-footer .call-footer .footer-text {
    font: normal normal 700 26px/40px Bree Rg, sans-serif;
    color: #000!important;
}
@media (max-width:767px) {
    .footer .footer-main-div .call-mail-footer .call-footer .footer-text {
    font-size: 16px;
    line-height: 22px;
}
}.privacy-policy {
    min-height: 100vh;
    padding: 40px 0 50px;
    margin-top: 80px;
    color: #000;
}
@media (max-width:767px) {
    .privacy-policy {
    margin-top: 40px;
}
}.privacy-policy h1 {
    font-size: 36px;
}
.privacy-policy h2 {
    font-size: 23px;
    margin: 23px 0 10px;
}
.privacy-policy ul li {
    margin-left: 20px;
    list-style: lower-alpha;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width:1024px) {
    .col-md-1 {
    width: 8.3333333333%}
.col-md-2 {
    width: 16.6666666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.3333333333%}
.col-md-5 {
    width: 41.6666666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.3333333333%}
.col-md-8 {
    width: 66.6666666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.3333333333%}
.col-md-11 {
    width: 91.6666666667%}
.col-md-12 {
    width: 100%}
.col-md-12-5 {
    width: 20%}
.hidden-md {
    display: none!important;
}
.visible-md {
    display: block!important;
}
}@media only screen and (max-width:992px) {
    .col-sm-1 {
    width: 8.3333333333%}
.col-sm-2 {
    width: 16.6666666667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.3333333333%}
.col-sm-5 {
    width: 41.6666666667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.3333333333%}
.col-sm-8 {
    width: 66.6666666667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.3333333333%}
.col-sm-11 {
    width: 91.6666666667%}
.col-sm-12 {
    width: 100%}
.col-sm-12-5 {
    width: 20%}
.set-transform {
    transform: unset;
    transition: unset;
}
header .form-container.show {
    top: 0!important;
    bottom: 0!important;
    display: block!important;
}
header .nav-links {
    display: none;
    position: fixed;
    top: 62px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: unset;
}
header .nav-links a {
    display: block;
    text-align: center;
    line-height: 40px!important;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
}
header .lower .nav-links a {
    margin-right: 0;
    color: #000;
}
header .lower .nav-links a:last-child {
    margin-right: 0;
}
header .upper .enq-btn-wrapper {
    margin-right: 50px;
    margin-top: 15px;
}
header .upper .ctc-wrapper {
    margin-right: 5px;
}
header .upper .number-wrapper {
    margin-right: 15px;
    margin-top: 25px;
}
.menu-icon-mobile {
    display: block;
    width: 50px;
    padding: 14px 8px 4px;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
}
.menu-icon-mobile>span {
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 4px;
    background-color: #fb8800;
}
.menu-icon-mobile.active>span:first-child {
    transform: rotate(45deg);
}
.menu-icon-mobile.active>span:nth-child(2) {
    transform: rotate(135deg);
    position: relative;
    top: -5px;
}
.menu-icon-mobile.active>span:nth-child(3) {
    display: none;
}
.mob-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
}
.mob-footer a {
    display: block;
    line-height: 30px;
}
.mob-footer a.mob-enq-btn {
    background-color: #fb8800;
    color: #fff;
}
.mob-footer a.mob-call-btn, .mob-footer a.mob-enq-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.mob-footer a.mob-call-btn {
    background-color: #fff;
    color: #fb8800;
}
.hidden-sm {
    display: none!important;
}
.visible-sm {
    display: block!important;
}
section.padding {
    padding: 35px 0;
}
#hid-on-mob {
    display: none!important;
}
}@media only screen and (max-width:640px) {
    body {
    -webkit-text-size-adjust: none;
}
.col-xs-1 {
    width: 8.3333333333%}
.col-xs-2 {
    width: 16.6666666667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.3333333333%}
.col-xs-5 {
    width: 41.6666666667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.3333333333%}
.col-xs-8 {
    width: 66.6666666667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.3333333333%}
.col-xs-11 {
    width: 91.6666666667%}
.col-xs-12 {
    width: 100%}
.col-xs-12-5 {
    width: 20%}
.hidden-xs {
    display: none!important;
}
.visible-xs {
    display: block!important;
}
.menu-icon-mobile {
    height: 60px;
    padding: 25px 8px 4px;
    top: -5px;
}
header .nav-links {
    padding: 10px 0;
    top: 50px;
}
header .brand-logo img {
    width: 90px;
}
header .form-container {
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    top: 100%!important;
    bottom: -100%!important;
    width: 100%!important;
    padding: 30px 0!important;
    transform: translate(0);
    z-index: 300;
    background-color: rgba(255, 254, 254, .97)!important;
}
header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
}
header .form-container.show {
    top: 0!important;
    bottom: 0!important;
    display: block!important;
}
footer {
    padding-bottom: 30px;
}
footer .lower {
    font-size: 10px;
}
footer .lower div {
    text-align: center!important;
}
.form-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: unset;
    border-radius: 0;
    height: 100%;
    padding-top: 60px;
}
}.revealOnScroll {
    opacity: 0;
}
.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both;
}
@keyframes a {
    0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}.fadeInDown {
    animation-name: a;
}
.fadeInUp {
    animation-name: b;
}
@keyframes b {
    0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}.fadeInLeft {
    animation-name: c;
}
@keyframes c {
    0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: none;
}
}.fadeInRight {
    animation-name: d;
}
@keyframes d {
    0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: none;
}
}.cloud-anim {
    bottom: 0;
}
.cloud-anim, .cloud-anim2 {
    position: absolute;
    left: 0;
    width: 100%}
.cloud-anim2 {
    bottom: 200px;
}
.cloud {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 50%;
    z-index: 0;
    overflow-x: hidden;
    animation: e 40s linear infinite;
    opacity: .7;
}
@media (max-width:767px) {
    .cloud {
    bottom: 10px;
}
}.cloud-4 {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 50%;
    z-index: 0;
    overflow-x: hidden;
    animation: e 50s linear infinite;
    margin-left: -50%;
    z-index: 8;
}
@media (max-width:767px) {
    .cloud-4 {
    bottom: 10px;
}
}.cloud-2 {
    position: absolute;
    bottom: -115px;
    left: 0;
    overflow-x: hidden;
    animation: e 80s linear 5s infinite;
    margin-left: -90%;
    z-index: 8;
}
@media (max-width:767px) {
    .cloud-2 {
    bottom: 10px;
}
}.cloud-3 {
    position: absolute;
    bottom: -50px;
    left: 0;
    overflow-x: hidden;
    animation: e 120s linear 8s infinite;
    margin-left: -90%}
@media (max-width:767px) {
    .cloud-3 {
    bottom: 10px;
}
}@keyframes e {
    0% {
    margin-left: 120%}
to {
    margin-left: -100%}
}.z-index {
    position: relative;
    z-index: 1;
}
.falling-leaves {
    top: 0;
    overflow: hidden;
    z-index: 5;
}
.falling-leaves, .falling-leaves2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%);
}
.falling-leaves2 {
    z-index: 9;
}
.leaf-scene {
    bottom: 0;
    width: 100%}
.leaf-scene, .leaf-scene div {
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
}
.leaf-scene div {
    width: 20px;
    height: 20px;
    background: url(../../assets/images/falling-leaf.webp) no-repeat;
    background-size: 100%;
    z-index: 5;
    backface-visibility: visible;
}
/*# sourceMappingURL=main.css.map */
