:root {
    --blue: #e91e63;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #27a844;
    --primary-dark: #a5385d;
    --secondary: #8bcef8;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family: Poppins, sans-serif;
}


:root {
    --colorPrimary: #27a844;
    --colorSecondary: #27a844;
    --colorBtn: #ffffff
}

#loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040
}

.loader-text {
    display: block;
    text-align: center;
    color: #d7d7d7;
    font-family: Arial, sans-serif;
    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%)
}

@keyframes loader {
    0% {
        filter: grayscale(0)
    }

    50% {
        filter: grayscale(100%)
    }

    100% {
        filter: grayscale(0)
    }
}

.loader-logo {
    width: 300px;
    -webkit-animation: loader 1.3s infinite linear;
    -moz-animation: loader 1.3s infinite linear;
    -ms-animation: loader 1.3s infinite linear;
    -o-animation: loader 1.3s infinite linear;
    animation: loader 1.3s infinite linear
}

.pload {
    display: none
}

#sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    z-index: 9;
    width: 77%;
}

#sticky-footer>a:not(:last-child) {
    border-right: 1px solid #fff;
}

#sticky-footer>a {
    flex-basis: 33.33%;
    padding: 12px;
    cursor: pointer;
}

#sticky-footer>a:hover {
    color: #fff;
    text-decoration: none;
}

#sticky-footer>a {
    flex-basis: 33.33%;
    padding: 12px;
    cursor: pointer;
}

#sticky-footer>a:nth-child(1) img {
    filter: invert(1);
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

#sticky-footer>a {
    cursor: pointer;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    #sticky-footer {
        display: none;
    }


}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #3f51b5;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #c6c6c6;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.25rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-12,
.col-6,
.col-lg-12,
.col-lg-3,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 33%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-sm {
    padding: 8px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:576px) {

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-block {
        display: block !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.overflow-hidden {
    overflow: hidden !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.w-100 {
    width: 100% !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

@media (min-width:768px) {

    .pt-md-0 {
        padding-top: 0 !important
    }
}

.text-center {
    text-align: center !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-bold {
    font-weight: 400 !important
}

.text-white {
    color: #fff !important
}

.text-danger {
    color: #dc3545 !important
}

.text-decoration-none {
    text-decoration: none !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    background-color: #dbe4e9;
    overflow-y: scroll;
    position: relative
}

.color-primary {
    color: var(--colorPrimary)
}

.micro-navbar {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    font-family: Poppins, sans-serif
}

.navbar.micro-navbar .nav-item .nav-link:hover {
    background-color: #f1f1f1
}

.navbar.micro-navbar .nav-item .nav-link {
    color: #000
}

.micro-form-field {
    font-size: 1.1vw;
    border-top: none;
    border-left: none;
    border-right: none
}

.micro-form-btn {
    font-size: 1.2vw;
    padding: .3vw 2vw
}

.micro-form-btn-sm {
    font-size: 1vw;
    padding: .3vw 1.2vw
}

.section {
    background-color: #fff;
    color: #000;
    letter-spacing: .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, .7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.at-property-btn {
    text-transform: uppercase;
    border: .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 .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, .7);
    top: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.at-property-dis {
    padding: .5vw;
    text-align: center
}

.blur {
    filter: blur(2px)
}

.vsv-img {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:992px) {

    .info-box {
        width: 27vw;
        top: 8px;
        left: 10px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 8px;
        font-weight: 400;
    }

    .pro-status {
        display: inline-block;
        padding: 10px;
        font-size: 1.3vw;
        text-transform: uppercase;
        text-shadow: none;
        color: var(--colorBtn);
        background-color: var(--colorPrimary);
        width: 100%;
    }

    .pro-title {
        display: block;
        padding: 1vw .8vw .3vw;
        font-size: 1.8vw;
        line-height: 2vw;
        text-transform: capitalize;
        color: #333;
        text-align: center;
        font-weight: 600;
    }

    .card-d-custom {
        display: flex;
        width: 95%;
        justify-content: center;
        gap: 30px;
        margin: 0 auto 15px;
    }

    .card-d {
        background-color: #eee;
        padding: 10px 15px;
        text-align: left;
    }

    .info-box span.heading2 {
        color: #333;
        font-weight: 400;
        font-size: 14px;
    }

    .info-box span.heading1 {
        color: #333;
        font-weight: 700;
        font-size: 14px;
    }

    .pro-tag-line {
        display: block;
        padding: .1vw .8vw;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1.4vw;
        color: #333;
        text-align: center;
        margin-top: 20px;
    }

    .pro-price {
        display: block;
        padding: .1vw .8vw .3vw;
        color: #333;
        font-size: 1.8vw;
        font-weight: 800;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .pro-rera {
        display: block;
        padding: .1vw .8vw;
        font-size: .9vw;
        margin-top: .5vw;
        line-height: 1.4vw;
        color: #333;
    }

    body {
        font-size: 15px;
        letter-spacing: .02vw
    }

    .logo {
        max-width: 15vw;
        /* height:3.9vw;
         */
    }

    .navbar-brand {
        padding: 0 .2rem;
        margin: 0 auto
    }

    .micro-nav {
        width: 78%
    }

    .micro-nav .nav-icon {
        margin-right: 3px;
        font-size: 1.25vw
    }

    .micro-nav .navbar-nav {
        width: 100%
    }

    .micro-side {
        position: fixed;
        top: 0;
        right: 0;
        width: 22%;
        height: 100vh;
        background-color: #fff;
        z-index: 1031
    }

    .navbar.micro-navbar .nav-item {
        /* border-right:.1vw solid #dbe4e9 */
    }

    .navbar.micro-navbar .nav-item:first-child {
        border-left: .1vw solid #dbe4e9
    }

    .navbar.micro-navbar {
        padding: 0
    }

    .navbar.micro-navbar .nav-link {
        padding: 1.1vw .3vw
    }

    .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 .5vw;
        background-color: #000;
        color: #fff;
        cursor: pointer;
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw;
        background-image: -webkit-linear-gradient(left, #444, #1a1a1a);
        background-image: -moz-linear-gradient(left, #444, #1a1a1a);
        background-image: -ms-linear-gradient(left, #444, #1a1a1a);
        background-image: -o-linear-gradient(left, #444, #1a1a1a);
        background-image: linear-gradient(left, #444, #1a1a1a)
    }

    .og-block .nav-item {
        padding: .5vw 0;
        font-size: 1.01vw
    }

    .og-block .nav-item:first-child {
        border-right: .1vw solid #dbe4e9
    }

    .form-heading {
        font-size: 1.15vw
    }

    .form-side {
        padding: 0 1vw
    }

    .form-side .form-group {
        margin-bottom: .3vw
    }

    .micro-main-slider {
        width: 78vw;
        height: 98vh
    }

    .micro-main-slider .carousel-item img {
        height: 92vh;
        width: 78vw;
        margin-top: 3.8vw
    }

    .info-box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        margin-top: 6vw;
        padding-bottom: .5vw;
        display: inline-block;
        width: 22vw;
        background-color: rgba(0, 0, 0, .65);
        border-bottom-right-radius: 8px;
        color: #fff;
    }

    .pro-status {
        display: inline-block;
        padding: .3vw 2.5vw .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 .8vw .3vw;
        font-size: 1.8vw;
        line-height: 2vw;
        text-transform: uppercase;
        text-shadow: 0 1px 2px #000;
        color: #fff
    }

    .pro-add {
        display: block;
        padding: .1vw .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: .1vw .8vw;
        font-size: 1vw;
        text-transform: capitalize;
        line-height: 1.2vw;
        text-shadow: 0 1px 2px #000;
        color: #d7d7d7
    }

    .pro-tag-line {
        display: block;
        padding: .1vw .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: .1vw .8vw .3vw;
        color: #fff;
        text-shadow: 0 1px 2px #000;
        font-size: 1.8vw
    }

    .info-box .micro-form-btn {
        margin: 0 .8vw
    }

    .pro-rera {
        display: block;
        padding: .1vw .8vw;
        font-size: .9vw;
        margin-top: .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: Poppins, sans-serif;
        font-size: 32px;
        letter-spacing: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-weight: 400;
    }

    .section-heading {
        font-family: Poppins, sans-serif;
        font-size: 2.5vw
    }

    .section-heading-sub {
        font-family: Poppins, sans-serif;
        font-size: 1.5vw;
        margin-bottom: 1vw
    }

    .sectio-bro-btn {
        margin-top: 1vw;
        font-size: 1.1vw;
        padding: .4vw 2.5vw
    }

    .section p {
        margin-bottom: .6vw
    }

    .at-property-btn {
        padding: .5vw .8vw;
        width: 65%;
        text-align: center
    }

    .floor-plan-img {
        width: 100%;
    }

    .price-amt .mi {
        font-size: .9vw;
        font-weight: 600
    }

    .lmap {
        width: 100%;
        height: 18.5vw;
        border: 2px solid #d7d7d7
    }

    .lmap-div {
        border-left: 2px solid #fafafa
    }

    .loc-icon {
        font-size: 1.5vw
    }

    .vsv-img {
        width: 90%;
        max-height: 75vw
    }

    .disclaimer {
        font-family: Poppins, sans-serif;
        width: 78%;
        padding: 0 .5vw .5vw;
        font-size: .75vw;
        letter-spacing: 0
    }

    .modal-dialog.enq-modal {
        max-width: 35vw;
        border-radius: 3px
    }

    .close {
        position: absolute;
        right: 1vw;
        top: .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 .5vw
    }

    .modal-body {
        padding: 0
    }

    .modal-highlight-bg {
        background-color: #f9f9f9;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .form-modal {
        padding: 1vw 1.5vw
    }

    .modal-highlight-title {
        display: block;
        text-align: center;
        font-size: 1.2vw;
        font-weight: 600;
        padding: .4vw 0 .1vw;
        color: var(--colorPrimary)
    }

    .modal-highlight {
        list-style: none;
        padding: 1vw 0;
        margin-bottom: 0
    }

    .modal-highlight li i {
        display: inline-block;
        font-size: 3.3vw;
        color: var(--colorPrimary)
    }

    .modal-highlight li span {
        display: block;
        font-size: 1vw;
        color: var(--colorPrimary);
        padding: 0 0 .6vw
    }

    .modal-call-btn,
    .modal-call-btn:hover {
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        padding: .5vw 0;
        text-decoration: none
    }
}

@media only screen and (max-width:991px) {
    .navbar.micro-navbar {
        padding: .1rem 0
    }

    .navbar.micro-navbar .navbar-brand {
        padding: 0;
        margin-left: .2rem
    }

    .navbar-toggler {
        margin: .7rem .5rem .7rem 0
    }

    .logo {
        height: 60px;
        max-width: 275px
    }

    .micro-side {
        display: none
    }

    .micro-main-slider .carousel-item img {
        width: 100%;
        margin-top: 65px
    }

    .navbar.micro-navbar .nav-fill .nav-item:first-child {
        border-top: 1px solid #ededed
    }

    .navbar.micro-navbar .nav-fill .nav-item:not(:last-child) {
        border-bottom: 1px solid #ededed
    }

    .info-box {
        padding-bottom: .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
    }

    .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
    }

    .sectio-bro-btn {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 3px 20px
    }

    .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
    }

    .floor-plan-img {
        width: 100%;
        max-height: 200px
    }

    .lmap {
        width: 100%;
        height: 300px;
        border: 2px solid #d7d7d7
    }

    .vsv-img {
        width: 100%;
        height: auto
    }

    .vsv-img img {
        min-height: 90px
    }

    .disclaimer {
        font-family: Poppins, sans-serif;
        width: 100%;
        padding: 0 5% 2%;
        margin-bottom: 40px;
        font-size: 12px;
        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, .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
    }

    .price-amt {
        font-size: 17px;
        font-weight: 600
    }

    .price-amt .mi {
        font-size: 14px;
        font-weight: 600;
        margin-right: 0
    }

    .table-pricing .btn-sm {
        padding: 5px 15px;
        font-size: 16px
    }

    .mi {
        margin-right: 5px
    }

    .mi.action-icon {
        font-size: 18px;
        color: var(--colorBtn)
    }

    .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-highlight,
    .modal-highlight-title {
        display: none
    }

    .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%
    }

    .vsv-img {
        height: auto
    }
}

@media only screen and (min-height:950px) {

    .micro-main-slider,
    .micro-main-slider .carousel-item img {
        height: auto
    }
}

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 .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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 .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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)
}

.sectio-bro-btn {
    background-color: transparent;
    color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary)
}

.sectio-bro-btn: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: 1px solid transparent
}

.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
}

#ami-3 .item-wrp {
    display: flex;
    flex-direction: column;
    padding: 5% 10% 10px
}

#ami-3 .item-wrp>div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c8c8c8
}

#ami-3 .item-wrp>div:last-child {
    border-bottom: none
}

#ami-3 .item-wrp p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

@media only screen and (min-width:991px) {
    #ami-3 .item-wrp img {
        width: 5vw;
        height: 4vw;
        margin-right: 1vw
    }

    #ami-3 .item-wrp p {
        font-size: 1.05vw
    }

    #ami-3 .item-wrp>div {
        padding: 1vw 0
    }
}

@media only screen and (max-width:991px) {
    .card-d-custom {
        display: flex;
        width: 95%;
        justify-content: center;
        gap: 30px;
        margin: 0 auto 15px;
    }

    .card-d {
        background-color: #eee;
        margin-bottom: 8px;
        margin-top: 4px;
        padding: 10px 15px;
        text-align: left;
    }

    #ami-3 .item-wrp img {
        width: 20%;
        height: 100%;
        margin-right: 5%
    }

    #ami-3 .item-wrp p {
        font-size: 14px
    }

    #ami-3 .item-wrp>div {
        padding: 10px 0
    }
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

@font-face {
    font-family: micon;
    src: url(../fonts/micon.woff2);
    src: url(../fonts/micon.woff2) format('woff2'), url(../fonts/micon.html) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap
}

.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mi-loc-list-2:before {
    content: "\e913"
}

.mi-ami:before {
    content: "\e905"
}

.mi-download:before {
    content: "\e906"
}

.mi-home:before {
    content: "\e908"
}

.mi-location:before {
    content: "\e909"
}

.mi-price:before {
    content: "\e90a"
}

.mi-siteplan:before {
    content: "\e90b"
}

.mi-sitevisit:before {
    content: "\e90c"
}

.mi-rs-light:before {
    content: "\e90e"
}

.mi-support-call:before {
    content: "\e90f"
}

.mi-support-price:before {
    content: "\e910"
}

.mi-support-visit:before {
    content: "\e911"
}

.mi-call:before {
    content: "\e900"
}

.mi-enquire:before {
    content: "\e901"
}

.mi-whatsapp .path1:before {
    content: "\e902";
    color: #eceff1
}

.mi-whatsapp .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: #4caf50
}

.mi-whatsapp .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: #fafafa
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.ttf);
    font-style: normal;
    font-weight: 300;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap');

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-style: normal;
    font-weight: 800;
}

@media only screen and (min-width:992px) {
    .info-box {
        width: 22vw
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ai.ai-main {
    bottom: 10px;
}

.ai {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    font: inherit;
    font-size: 12px;
    padding: 3px 5px;
    text-transform: capitalize;
    right: 10px;
}




.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (max-width: 1000px) {
    #sticky-footer {
        display: none !important;
    }
}


@media only screen and (min-width: 992px) {
    .info-box {
        width: 27vw;
        top: 8px;
        left: 10px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 8px;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .pro-status {
        display: block;
        text-shadow: none;
        color: #fff;
        background-color: var(--colorPrimary);
        padding: 0.6vw 2.5vw 0.3vw 2vw;
        font-weight: 400;
    }

    .pro-title,
    .pro-add,
    .pro-dev,
    .pro-tag-line,
    .pro-price,
    .pro-rera {
        text-shadow: none;
        color: #000;
        font-weight: 400;
    }

    .pro-title {
        padding: 0.5vw 0.8vw 0.3vw;
        font-weight: 500;
    }

    .pro-add,
    .pro-price {
        font-weight: 500;
    }

    .pro-rera {
        font-size: 0.8vw;
    }
}

.offer-bottom {
    background: #D6EBCA;
    border-radius: 0 0 8px 8px;
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*}*/

#ami-3 .item-wrp img {
    height: auto;
}


.whybuy li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: var(--colorPrimary);
    position: absolute;
    left: 16px;
    top: 20px;
    border-radius: 50%;
    z-index: 2;
}

.whybuy li::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    width: 0;
    background: var(--colorPrimary);
    top: 0;
    z-index: 1;
    transition: ease all 0.5s;
}

.whybuy li {
    background: #eaeaea;
    margin-bottom: 15px;
    padding: 15px 10px 15px 30px;
    position: relative;
    list-style: none;
}

.whybuy {
    content: '';
    padding-left: 0;
}

.whybuy li:hover::after {
    width: 100%;
    transition: ease all 0.5s;
}

.whybuy li:hover:before {
    background: var(--colorBtn);
    transition: ease all 0.5s;
}

.whybuy li:hover {
    color: var(--colorBtn);
    transition: ease all 0.5s;
}

.whybuy li span {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .modal-highlight-bg {
        width: 40% !important;
        /* Adjust width as needed */
    }
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}


.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-stage-outer {
    background-color: #fafafa
}

.owl-nav button {
    position: absolute;
    top: 50%;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out;
    transform: translateY(-50%);
    font-family: serif !important;
    background: #fff !important;
    width: 50px;
    height: 50px;
    line-height: 75px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    opacity: .4
}

.owl-nav button.owl-prev {
    left: 0;
    margin-left: -20px !important
}

.owl-nav button.owl-next {
    right: 0;
    margin-right: -20px !important
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -20px
}

.owl-nav button:focus {
    outline: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--colorPrimary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    opacity: 1
}

@font-face {
    font-family: micon;
    src: url(../fonts/micon.woff2);
    src: url(../fonts/micon.woff2) format('woff2'), url(../fonts/micon.html) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap
}
.micro-navbar {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    font-family: Poppins, sans-serif
}

.navbar.micro-navbar .nav-item .nav-link:hover {
    background-color: #f1f1f1
}

.navbar.micro-navbar .nav-item .nav-link.active {
    background-color: var(--colorPrimary);
    color: var(--colorBtn)
}