@font-face {
    font-family: muli;
    src: url(../fonts/muli-variablefont_wght-webfont.woff2) format("woff2"), url(../fonts/muli-variablefont_wght-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: roboto-bold;
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"), url(../fonts/roboto-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: micon;
    src: url(../fonts/micon.woff2);
    src: url(../fonts/micon.woff2) format("woff2"), url(../fonts/micon.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap;
}
@font-face {
    font-family: CustomIconFont;
    src: url(path-to-your-font/custom-icon-font.woff2) format("woff2");
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: muli, Helvetica, Arial, sans-serif;
    background-color: #dbe4e9;
    overflow-y: scroll;
    position: relative;
}
.color-primary {
    color: var(--colorPrimary);
}
.micro-form-field {
    font-size: 1.1vw;
    border-top: none;
    border-left: none;
    border-right: none;
}
.micro-form-btn {
    font-size: 1.2vw;
    padding: 0.3vw 2vw;
}
.micro-form-btn-sm {
    font-size: 1vw;
    padding: 0.3vw 1.2vw;
}
.section {
    background-color: #fff;
    color: #000;
    font-family: muli, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03vw;
}
.section-link {
    position: absolute;
    width: 100%;
    background-color: transparent;
    display: block;
}
.at-property-img {
    position: relative;
    overflow: hidden;
}
.at-property-img .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-btn {
    text-transform: uppercase;
    border: 0.1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.at-property-dis {
    padding: 0.5vw;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    body {
        font-size: 1.12vw;
        letter-spacing: 0.02vw;
    }
    .logo {
        max-width: 18vw;
        height: 3.9vw;
    }
    .micro-side {
        position: fixed;
        top: 50px;
        right: 0;
        width: 22%;
        height: 100vh;
        background-color: #fff;
        z-index: 1031;
    }
    .og-section {
        background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
        background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
        background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
        background-image: -o-linear-gradient(top, #fff, #f1f1f1);
        background-image: linear-gradient(top, #fff, #f1f1f1);
    }
    .og-block {
        margin: 0 0.5vw;
        background-color: #07125b;
        color: #fff;
        cursor: pointer;
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw;
    }
    .og-block .nav-item {
        padding: 0.5vw 0;
        font-size: 1.01vw;
    }
    .og-block .nav-item:first-child {
        border-right: 0.1vw solid #dbe4e9;
    }
    .og-heading {
        font-size: 1vw;
    }
    .form-heading {
        font-size: 1.15vw;
    }
    .form-side {
        padding: 0 1vw;
    }
    .form-side .form-group {
        margin-bottom: 0.3vw;
    }
    .micro-main-slider {
        width: 78vw;
        height: 100vh;
    }
    .micro-main-slider .carousel-item img {
        height: 100vh;
        width: 78vw;
        margin-top: 0;
    }
    .info-box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        margin-top: 4vw;
        padding-bottom: 0.5vw;
        display: inline-block;
        width: 22vw;
        background-color: rgba(0, 0, 0, 0.65);
        border-bottom-right-radius: 8px;
        color: #fff;
    }
    .pro-status {
        display: inline-block;
        padding: 0.3vw 2.5vw 0.3vw 2vw;
        font-size: 1.3vw;
        text-transform: uppercase;
        text-shadow: 0 1px 2px #333;
        color: var(--colorBtn);
        background-color: var(--colorPrimary);
    }
    .pro-title {
        display: block;
        padding: 1vw 0.8vw 0.3vw;
        font-size: 1.8vw;
        line-height: 2vw;
        text-transform: uppercase;
        text-shadow: 0 1px 2px #000;
        color: #fff;
    }
    .pro-add {
        display: block;
        padding: 0.1vw 0.8vw;
        font-size: 1.2vw;
        text-transform: capitalize;
        line-height: 1.4vw;
        text-shadow: 0 1px 2px #000;
        color: #fff;
    }
    .pro-dev {
        display: block;
        padding: 0.1vw 0.8vw;
        font-size: 1vw;
        text-transform: capitalize;
        line-height: 1.2vw;
        text-shadow: 0 1px 2px #000;
        color: #d7d7d7;
    }
    .info-box span.heading {
        padding: 0.6vw 0;
        margin-top: 1vw;
        color: #d7d7d7;
        font-weight: 600;
    }
    .info-box span.list-icon {
        color: var(--colorSecondary);
    }
    .pro-tag-line {
        display: block;
        padding: 0.1vw 0.8vw;
        font-size: 1.2vw;
        text-transform: capitalize;
        line-height: 1.4vw;
        text-shadow: 0 1px 2px #000;
        color: #fff;
    }
    .info-icon {
        font-size: 1.5vw;
    }
    .pro-price {
        display: block;
        padding: 0.1vw 0.8vw 0.3vw;
        color: #fff;
        text-shadow: 0 1px 2px #000;
        font-size: 1.8vw;
    }
    .info-box .micro-form-btn {
        margin: 0 0.8vw;
    }
    .pro-rera {
        display: block;
        padding: 0.1vw 0.8vw;
        font-size: 0.9vw;
        margin-top: 0.5vw;
        line-height: 1.4vw;
        text-shadow: 0 1px 2px #000;
        color: #fff;
    }
    .section {
        padding: 1.5vw 6vw 1.5vw 2vw;
        max-width: 76vw;
        margin: 1vw 0;
        position: relative;
        overflow: hidden;
    }
    .section-link {
        top: -4.3vw;
        height: 4.3vw;
    }
    .section .head {
        position: absolute;
        top: 10px;
        right: 0;
        color: var(--colorPrimary);
        font-family: roboto, Helvetica, Arial, sans-serif;
        font-size: 3vw;
        letter-spacing: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
    .section-heading {
        font-family: roboto, Helvetica, Arial, sans-serif;
        font-size: 2.5vw;
    }
    .section-heading-sub {
        font-family: roboto, Helvetica, Arial, sans-serif;
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }
    .section p {
        margin-bottom: 0.6vw;
    }
    .at-property-btn {
        padding: 0.5vw 0.8vw;
        width: 65%;
        text-align: center;
    }
    .master-plan {
        display: block;
        max-width: 25vw;
        height: 18.5vw;
        margin: 0 auto;
    }
    .master-plan img {
        max-width: 100%;
        height: 100%;
    }
    .floor-plan-img {
        width: 100%;
        height: 15vw;
    }
    .d-video {
        width: 100%;
        height: 65vh;
    }
    .loc-icon {
        font-size: 1.5vw;
    }
    @keyframes vsvicon {
        0% {
            height: 5vw;
        }
        100% {
            height: 7vw;
        }
    }
    .disclaimer {
        font-family: roboto, Helvetica, Arial, sans-serif;
        width: 78%;
        padding: 0 0.5vw 0.5vw;
        font-size: 1.2vw;
        letter-spacing: 0;
    }
    .modal-dialog.enq-modal {
        max-width: 35vw;
        border-radius: 3px;
    }
    .modal-logo {
        margin-top: 1vw;
        max-height: 5vw;
        max-width: 275px;
    }
    .close {
        position: absolute;
        right: 1vw;
        top: 0.3vw;
    }
    .modal-head {
        background-color: var(--colorPrimary);
    }
    .modal-title {
        display: block;
        font-size: 1.5vw;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 1.2vw 0;
    }
    .modal-title-secondary {
        display: block;
        font-size: 1vw;
        text-transform: capitalize;
        font-weight: 600;
        padding: 1vw 0 0.5vw;
    }
    .modal-body {
        padding: 0;
    }
    .form-modal {
        padding: 1vw 1.5vw;
    }
    .modal-call-btn,
    .modal-call-btn:hover {
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        padding: 0.5vw 0;
        text-decoration: none;
    }
}
@media only screen and (max-width: 991px) {
    .navbar.micro-navbar {
        padding: 0.1rem 0;
    }
    .logo {
        height: 60px;
        max-width: 275px;
    }
    .micro-side {
        display: none;
    }
    .micro-main-slider .carousel-item img {
        width: 100%;
        margin-top: 0;
    }
    .micro-main-slider ol {
        margin-bottom: 0;
    }
    .info-box {
        padding-bottom: 0.5vw;
        display: block;
        width: 100%;
        background-color: #fff;
        color: #000;
        text-align: center;
    }
    .pro-status {
        display: block;
        padding: 3px;
        font-size: 16px;
        text-transform: uppercase;
        text-shadow: 0 1px 2px #333;
        color: var(--colorBtn);
        background-color: var(--colorPrimary);
    }
    .pro-title {
        display: block;
        padding: 3px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
        margin: 5px 0;
        color: var(--colorPrimary);
        text-shadow: 0 1px 1px #000;
        text-transform: uppercase;
    }
    .pro-add,
    .pro-dev {
        display: block;
        padding: 3px 0;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 16px;
    }
    .info-box span.heading {
        padding: 3px 0;
        margin-top: 3px;
        font-weight: 600;
    }
    .info-box span.list-icon {
        color: var(--colorPrimary);
    }
    .pro-tag-line {
        display: block;
        padding: 3px 0;
        font-size: 15px;
        text-transform: capitalize;
    }
    .pro-price {
        display: block;
        padding: 5px 0;
        font-weight: 600;
        font-size: 26px;
    }
    .micro-form-btn {
        font-size: 16px;
        padding: 4px 15px;
    }
    .pro-rera {
        display: block;
        padding: 3px 0;
        font-size: 13px;
        margin-top: 3px;
    }
    .mob-form {
        padding: 5px 10px;
        display: block;
        width: 100%;
        text-align: center;
        border-top: 2px solid #c8c8c8;
        border-bottom: 2px solid #c8c8c8;
        background-color: #f1f1f1;
        background: linear-gradient(-45deg, #f1f1f1, #c8c8c8, #f1f1f1, #c8c8c8);
        background-size: 400% 400%;
        -webkit-animation: Gradient 3s ease infinite;
        -moz-animation: Gradient 3s ease infinite;
        animation: Gradient 3s ease infinite;
    }
    .mob-form .form-heading {
        font-size: 18px;
        text-shadow: 0 1px 3px #fff;
        margin: 10px 0;
    }
    .micro-form-field {
        font-size: 15px;
    }
    .mob-form .form-group {
        margin-bottom: 8px;
    }
    .mob-form .micro-form-btn {
        margin: 10px 0;
    }
    .section {
        padding: 20px;
        margin: 10px;
        position: relative;
        overflow: hidden;
    }
    .section-link {
        top: -70px;
        height: 70px;
    }
    .section .head {
        color: var(--colorPrimary);
        font-family: roboto-bold, Helvetica, Arial, sans-serif;
        font-size: 30px;
    }
    .section-heading {
        font-family: roboto-bold, Helvetica, Arial, sans-serif;
        font-size: 25px;
        text-align: center;
    }
    .section-heading-sub {
        font-family: roboto-bold, Helvetica, Arial, sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .table.micro-price-table {
        width: 100%;
    }
    .table.micro-price-table .mb-w {
        min-width: 120px;
    }
    .at-property-btn {
        padding: 2vw 4.5vw;
        width: 75%;
        text-align: center;
    }
    .master-plan {
        display: block;
        width: 100%;
        height: auto;
    }
    .master-plan img {
        max-width: 100%;
        max-height: 200px;
    }
    .floor-plan-img {
        width: 100%;
        max-height: 200px;
    }
    .d-video {
        width: 100%;
        min-height: 250px;
    }
    .loc-tab-link {
        width: 100%;
        text-align: center;
    }
    .disclaimer {
        font-family: roboto, Helvetica, Arial, sans-serif;
        width: 100%;
        padding: 0 5% 2%;
        margin-bottom: 40px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .mob-action {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        z-index: 1030;
    }
    .mob-action .nav-item {
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        width: 32%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .mob-action .nav-item:not(:last-child) {
        border-right: 1px solid var(--colorBtn);
    }
    .table-pricing tbody,
    .table-pricing td,
    .table-pricing th,
    .table-pricing thead,
    .table-pricing tr,
    table.table-pricing {
        display: block;
    }
    .table-pricing thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-pricing tr {
        margin: 0;
        padding: 10px 0;
    }
    .table-pricing tr:nth-child(odd) {
        background: #ccc;
    }
    .table-pricing td {
        border: none;
        position: relative;
        text-align: center;
        padding: 3px;
    }
    .table-pricing td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .price-type {
        font-size: 25px;
        font-weight: 600;
    }
    .table-pricing .btn-sm {
        padding: 5px 15px;
        font-size: 16px;
    }
    .modal-logo {
        margin-top: 20px;
        max-height: 60px;
        max-width: 90%;
    }
    .close {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    .modal-head {
        background-color: var(--colorPrimary);
    }
    .modal-body {
        padding: 0;
    }
    .modal-title {
        display: block;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 10px 0;
    }
    .modal-title-secondary {
        display: block;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 10px 0 5px;
    }
    .form-modal {
        padding: 5px 10px 10px;
    }
    .modal-call-btn,
    .modal-call-btn:hover {
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        padding: 5px 0;
        text-decoration: none;
    }
}
@media only screen and (max-width: 320px) {
    .logo {
        max-width: 235px;
    }
}
@media only screen and (min-width: 1600px) {
    .micro-nav {
        width: 80%;
    }
    .micro-side {
        width: 20%;
    }
    .micro-main-slider {
        width: 80%;
    }
    .micro-main-slider .carousel-item img {
        width: 100%;
        height: 100%;
    }
    .section {
        max-width: 79%;
    }
    .d-video {
        height: 450px;
    }
}
@media only screen and (min-height: 950px) {
    .micro-main-slider,
    .micro-main-slider .carousel-item img {
        height: auto;
    }
    .d-video {
        height: 450px;
    }
}
img.lazyload {
    font-family: "blur-up: auto", "object-fit: cover";
}
img.lazyload:not([src]) {
    visibility: hidden;
}
@keyframes rocking {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.effetMoveGradient,
.effetMoveGradient:hover {
    text-shadow: 0 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    color: var(--colorBtn);
    border: none;
}
.effetGradient,
.effetGradient:hover {
    text-shadow: 0 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
}
.effectScale {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.effectScale:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
a {
    color: #07125b;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #07125b;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #8bbb4e;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
}
#header.fixed-top {
    height: unset;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: Poppins, sans-serif;
    margin-left: 0;
    width: 100%;
}
#header .logo a {
    color: #222;
}
#header .logo a span {
    color: #106eea;
}
#header .logo img {
    max-height: 60px;
}
#header .logo {
    margin-top: 5px !important;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 0;
    border: 1px solid #ececec;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 27px;
    font-size: 15px;
    color: #222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-family: Roboto, sans-serif;
}
.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover > a:before {
    visibility: visible;
    width: 100%;
}
.navbar li:hover {
    background: #ececec;
}
.mobile-nav-toggle {
    color: #222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #222;
}
.navbar-mobile > ul > li {
    padding: 0;
}
.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before {
    visibility: hidden;
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
    color: #000;
}
.slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.slider img {
    width: 100%;
    height: 100%;
    display: none;
}
section {
    padding: 0 0 0;
    overflow: hidden;
}
.section-title {
    text-align: left;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 30px;
    margin: 0;
}
.section-title h3 span {
    color: #106eea;
}
.section-title p {
    margin: 15px auto 0 auto;
    font-family: Roboto, sans-serif;
}
@media (max-width: 768px) {
    .mobile-class {
        display: block;
    }
    .call {
        display: flex !important;
        justify-content: space-evenly;
    }
    .call img {
        width: 17px;
        vertical-align: middle;
        margin-top: -3px;
    }
    .call li {
        background: 0 0;
        list-style: none;
        border-right: 1px solid #fff;
        padding: 0 14px;
    }
    .call li:last-child {
        border: none;
    }
    #footer .call a {
        color: #fff;
        font-weight: 700;
    }
    #footer .call {
        display: block;
    }
    .navbar-mobile a {
        padding: 10px 32px;
    }
    .pop-left.col-lg-4 {
        display: none;
    }
    li.home a {
        background: #fff url(home.webp) no-repeat scroll 0 center !important;
        background-size: 31px !important;
        color: transparent !important;
    }
    ul.li_class {
        list-style: none;
        padding: 0;
        margin: 5% 0 0 !important;
    }
    h2.loc_haeds {
        font-size: 24px;
    }
    .video-layer {
        top: 52% !important;
    }
    .play-button img {
        width: 10% !important;
    }
    img.test-img {
        width: 17px;
        float: left;
        margin-top: 4%;
    }
    #about h1 {
        color: #07125b !important;
        margin: 0;
        text-align: center;
        text-shadow: 0 1px 1px #000;
    }
    #about .section-title h3 {
        font-size: 18px;
        text-align: center;
        color: #07125b;
    }
    #about .content h3 {
        color: #07125b;
    }
    #location ul.li_class {
        padding-left: 10px;
        margin: 0 0 0 !important;
    }
    #location ul.li_class li {
        font-size: 17px;
        font-family: Roboto, sans-serif;
        margin-bottom: 0;
    }
    #price h2.loc_haeds {
        font-size: 26px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-bottom: 3%;
        color: #51861d;
        text-shadow: 0 1px 1px #000;
        text-align: center;
    }
    #siteplan {
        padding: 0 !important;
    }
    #price .final-price-enquiry {
        text-align: center;
    }
    .td-head {
        font-size: 24px;
    }
    #gallerys .md-layer {
        margin-bottom: 2%;
    }
    #gallerys {
        padding: 30px 0;
    }
    #amenities {
        padding: 0;
    }
    #virtualsite h2.loc_haeds {
        font-size: 22px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-bottom: 3%;
        color: #51861c;
        text-shadow: 0 1px 1px #000;
        text-align: center;
    }
    #about .section-title p {
        margin: 15px auto 0 auto;
        font-family: Roboto, sans-serif;
        font-size: 14px !important;
        text-align: justify;
    }
    #footer h2.loc_haeds {
        font-size: 22px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-bottom: 3%;
        color: #51861c;
        text-shadow: 0 1px 1px #000;
        text-align: center;
    }
    #virtualsite {
        padding: 0 !important;
    }
    #gallerys h2.loc_haeds {
        font-size: 22px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-bottom: 3%;
        color: #51861c;
        text-shadow: 0 1px 1px #000;
        text-align: center;
    }
    #amenities h2.loc_haeds {
        font-size: 22px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-bottom: 3%;
        color: #51861c;
        text-shadow: 0 1px 1px #000;
        text-align: center;
    }
    table.table.table-striped.price-tablee-section tr {
        text-align: center;
    }
    #price .table > :not(caption) > * > * {
        border: unset;
        float: left;
        width: 100%;
    }
    #location h2.blue {
        background: 0 0;
        margin: 0;
        font-size: 25px;
        padding: 7px 27px;
        color: #07125b;
        text-align: center;
        text-shadow: 0 1px 1px #000;
    }
    #location .filter-active {
        background: #07125bb8 !important;
        color: #fff !important;
    }
    #location {
        padding: 0;
    }
    #banner-mobile {
        display: block !important;
    }
    #banner-mobile img {
        width: 100%;
    }
    #banner-mobile {
        display: block;
        float: left;
        width: 100%;
    }
    .section-title h3 {
        font-size: 20px;
    }
    .section-title h3 {
        font-size: 20px;
    }
    h2.loc_haeds {
        font-size: 23px;
    }
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.about .content ul li:first-child {
    margin-top: 35px;
}
.about .content ul i {
    background: #fff;
    box-shadow: 0 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}
.about .content ul h5 {
    font-size: 18px;
    color: #555;
}
.about .content ul p {
    font-size: 15px;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pricing .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    background: #f8f8f8;
}
.pricing .box h4 {
    font-size: 36px;
    color: #106eea;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}
.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.pricing .box ul li {
    padding-bottom: 16px;
}
.pricing .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}
.contact .info-box i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #106eea;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #3b8af2;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444;
    font-size: 14px;
    background: #f1f6fe;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    color: #777;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}
li.home a {
    background: #fff url(home.webp) no-repeat scroll center center;
    background-size: 38px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
li.home {
    background: #fff;
}
li.home:hover {
    background: #fff;
}
li.home a {
    color: transparent;
}
.navbar li:nth-child(2) a {
    background: url(icon1.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
.navbar li:nth-child(3) a {
    background: url(icon2.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
.navbar li:nth-child(4) a {
    background: url(icon3.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
.navbar li:nth-child(5) a {
    background: url(icon4.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
.navbar li:nth-child(6) a {
    background: url(icon5.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
.navbar li:nth-child(7) a {
    background: url(icon7.webp) no-repeat scroll 5px center;
    background-size: 17px;
}
img.test-img {
    width: 17px;
    float: left;
}
.anim a {
    padding-left: 10px;
}
.anim {
    padding-left: 7px !important;
    border-right: 1px solid #cdcdcd !important;
    padding-right: 10px !important;
}
span.pro-add {
    float: left;
    width: 100%;
    padding-left: 15px;
    color: #f8f9fa;
    font-family: Montserrat-Regular !important;
    font-size: 16px;
}
span.list-icon {
    color: #07125b;
}
span.list-icon {
    color: #07125b;
}
span.pro-price {
    float: left;
    width: 100%;
    padding-left: 18px;
    color: #fff;
    font-size: 20px;
    font-family: Roboto, sans-serif;
}
p.enquiry {
    float: left;
    width: 100%;
    padding-left: 20px;
}
ul.li_class {
    list-style: none;
    padding: 0;
    margin: 11% 0;
}
.table.table-striped.price-tablee-section {
    margin-top: 4px;
}
ul.li_class li {
    margin-bottom: 5%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}
h2.blue {
    background: #1675a5;
    margin: 0;
    color: #fff;
    font-size: 22px;
    padding: 7px 27px;
}
h2.blue.sub {
    background: #3798bd;
}
.map iframe {
    float: left;
    width: 100%;
}
h2.loc_haeds {
    font-size: 26px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 3%;
}
.table > :not(caption) > * > * {
    border: unset;
}
.test-maps img {
    float: left;
    width: 100%;
}
#footer {
    padding: 0;
}
p.disclaimer {
    margin: 0;
    padding: 1% 1%;
}
.footer-bottom {
    background: #dbe4e9;
}
.godrej ul li {
    list-style: none;
    border: 1px solid #e6e4e5;
    padding: 10px 0 10px 20px;
    font-family: Roboto, sans-serif;
}
.godrej ul {
    margin: 0;
    padding: 0;
}
.godrej ul li a {
    color: #000;
    font-weight: 600;
}
#footer {
    background: #fff;
}
.godrej {
    margin-bottom: 25px;
}
p.center-images-bg img {
    width: 100%;
    float: left;
}
.video-layer p {
    text-align: center;
}
.video-bg-layer {
    position: relative;
    width: 100%;
    float: left;
}
.video-layer {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2% 0;
}
.video-layer h3,
.video-layer p {
    text-align: center;
    color: #dee2e6;
}
img.gallery-small {
    width: 100%;
    opacity: 0.75;
    transition: all 0.5s;
    border-radius: 3px;
    height: 150px;
}
img.gallery-small:hover {
    opacity: 1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.md-layer.floor-plan img.gallery-small {
    height: unset;
    margin-top: 2em;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: unset;
}
table.table.table-striped.price-tablee-section tr,
td,
th {
    padding: 2% 1% !important;
    border: 1px solid #cdcdcd;
}
.costing-section-hover img {
    width: 100%;
}
.costing-section-hover h4 {
    text-align: center;
    background: #07125b;
    color: #fff;
    font-size: 26px;
}
h5.enquire-now-button a {
    border: 1px solid #fff;
    color: #fff;
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    padding: 0.5vw 0.8vw;
}
h5.enquire-now-button {
    display: block;
    transition: 0.5s;
    transform: scale(0);
    position: absolute;
    top: 33%;
    left: 26%;
}
.costing-section-hover:hover h5.enquire-now-button {
    display: block;
    transition: 0.5s;
    transform: scale(01);
}
.costing-section-hover {
    position: relative;
    width: 100%;
    float: left;
}
#about h1 {
    color: #07125b;
    margin: 0;
}
#footer {
    margin-top: 3%;
}
.border-0 {
    border: 0;
}
.width-100 {
    width: 100%;
}
.pop-left img {
    float: left;
    width: 100%;
}
.pop-right {
    padding: 0 0 0 20px;
}
.inp {
    float: left;
    width: 95%;
    font-family: inherit;
    font-size: 14px;
    border-top: unset !important;
    border: 1px solid #cdcdcd;
    border-left: unset !important;
    border-right: unset !important;
    padding: 2%;
    margin-bottom: 4%;
}
.submit {
    border: unset;
    background: #07125b;
    color: #fff;
    padding: 6px 15px;
    border-radius: 7px;
    margin-top: 5%;
    float: right;
    margin-right: 14px;
}
.modal-header {
    background: #07125b;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.modal-title {
    text-align: center;
    float: left;
    width: 100%;
}
.close {
    background: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.closesy {
    background: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.closesys {
    background: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.modal-content {
    top: 50px;
}
.blue-green {
    background: linear-gradient(to right, #07125b 0, #07125b 100%);
    padding: 7px 10px;
    color: #fff;
    border-radius: 7px;
}
#banner-mobile {
    display: none;
}
.text {
    text-align: center;
    margin-top: 56px;
    color: #000;
    font-size: 1em;
    font-family: sans-serif;
    text-transform: uppercase;
}
.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
form#pop-form {
    margin-top: 11%;
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.closes {
    background: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.wbut {
    color: #fff;
    font-size: 15px;
}
body {
    overflow-x: hidden;
}
.list-class ul.li_class {
    margin: 5% 0;
}
.list-class ul.li_class li {
    margin-bottom: 12px;
}
.floor-plan p {
    background: #07125b;
    color: #fff;
    text-align: center;
    font-size: 21px;
}
.anim {
    background: #07125b;
}
.anim:hover {
    background: #696969 !important;
}
.anim a {
    color: #fff;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.thanks-icon {
    width: 12%;
    margin-bottom: 2%;
}
.tahnk {
    margin-top: 8%;
}
.video-layer.enquiryy {
    cursor: pointer;
}
.floor-plan:hover h5.enquire-now-button {
    display: block;
    transition: 0.5s;
    transform: scale(01);
}
.floor-plan h5.enquire-now-button {
    display: block;
    transition: 0.5s;
    transform: scale(0);
    position: absolute;
    top: 36%;
    left: 30%;
}
.floor-plan {
    position: relative;
}
@keyframes ab_right {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.call {
    display: none;
}
.tahnk .btn-light {
    color: #fff;
    background-color: #07125b;
    border-color: #f8f9fa;
}
.mob-ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 6%;
}
.mob-ul li {
    display: inline;
    background: linear-gradient(to right, #3c3 0, #51861d 100%);
    padding: 6px 20px;
    border-radius: 10px;
}
.mob-ul li a {
    color: #fff;
}
.wbut img {
    width: 25px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.carousel-indicators li.active {
    opacity: 1;
}
@media (max-width: 767px) {
    .animated {
        animation-duration: 1.5s;
    }
}
.no-hover-effect {
    color: #000;
    text-decoration: none;
}
.no-hover-effect:hover {
    color: #07125b;
}
@media (max-width: 768px) {
    .mobile-class {
        display: block;
    }
    #footer .call {
        position: fixed;
        z-index: 9999;
        background: #07125b;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 1.5%;
        margin: 0 !important;
        height: 40px;
        font-size: 17px;
    }
    .call {
        display: flex !important;
        justify-content: space-evenly;
    }
    .call img {
        width: 17px;
        vertical-align: middle;
        margin-top: -3px;
    }
    .call li {
        background: 0 0;
        list-style: none;
        border-right: 1px solid #fff;
        padding: 0 14px;
    }
    .call li:last-child {
        border: none;
    }
    #footer .call a {
        color: #fff;
        font-weight: 700;
    }
    #footer .call {
        display: block;
    }
    ul.li_class {
        list-style: none;
        padding: 0;
        margin: 5% 0 0 !important;
    }
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444;
    font-size: 14px;
    background: #f1f6fe;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}
p.enquiry {
    float: left;
    width: 100%;
    padding-left: 20px;
}
ul.li_class {
    list-style: none;
    padding: 0;
    margin: 11% 0;
}
ul.li_class li {
    margin-bottom: 5%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}
#footer {
    padding: 0;
}
p.disclaimer {
    margin: 0;
    padding: 1% 1%;
}
.footer-bottom {
    background: #dbe4e9;
}
#footer {
    background: #fff;
}
#footer {
    margin-top: 3%;
}
.text {
    text-align: center;
    margin-top: 56px;
    color: #000;
    font-size: 1em;
    font-family: sans-serif;
    text-transform: uppercase;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.wbut {
    color: #fff;
    font-size: 15px;
}
body {
    overflow-x: hidden;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes ab_right {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.call {
    display: none;
}
.mob-ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 6%;
}
.mob-ul li {
    display: inline;
    background: linear-gradient(to right, #3c3 0, #51861d 100%);
    padding: 6px 20px;
    border-radius: 10px;
}
.mob-ul li a {
    color: #fff;
}
.wbut img {
    width: 25px;
}
@media (max-width: 767px) {
    .text-mobile {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .text-mobile {
        font-size: 30px;
    }
}
