@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.ttf)
}

body {
    font-family: 'Montserrat-Regular';
    background-color: #dbe4e9
}

@font-face {
    font-family: 'Century-Bold';
    src: url(../font/Century-Bold.ttf)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Regular'
}

p {
    font-size: 16px;
    line-height: 28px
}

.pd-0 {
    padding: 0;
    background-color: #fff
}

.top-menu .bg-dark {
    background: none !important;
    padding: 0
}

.orderone {
    order: 1
}

.ordertwo {
    order: 2
}

.top-menu .navbar-dark .navbar-nav .nav-item.brch-btn {
    background: #005aa9;
}

.top-menu .navbar-dark .navbar-nav .nav-item.brch-btn .nav-link {
    color: #ffffff !important;
    font-size: 14px;
}

.top-menu .navbar-dark .navbar-nav .nav-item.brch-btn .nav-link img {
    filter: invert();
}

.amenities .priceimg {
    position: relative;
    margin-bottom: 15px;
}

.amenities .priceimg h4 {
    position: absolute;
    bottom: 3px;
    left: 22px;
    font-size: 17px;
    text-transform: uppercase;
    border-left: solid 1px #005aa9;
    background: linear-gradient(72deg, #040404, #ffffff1f);
    display: inline-block;
}

.aboutus h1,
.aboutsection h3 {
    font-size: 2.5vw;
    color: #005aa9;
    text-align: center;
}


.border_form {
    padding: 30px;
    background: #e1e1e1;
}

.ov_headings.center {
    text-align: center;
    display: table;
    margin: auto;
    max-width: fit-content;
    /* padding-bottom: 20px; */
}

.aboutsection.developer-sect {
    padding: 0px !important;
}

.aboutsection.developer-sect {
    padding: 0px !important;
}

.ov_headings:before {
    position: absolute;
    content: "";
    background: #333;
}

.contents {
    padding: 37px 37px 13px 37px;
}

.aboutsection.developer-sect .right_col,
.aboutsection.developer-sect .left_col {
    padding: 0px !important;
}

.aboutsection.developer-sect .right_col .contents {
    padding: 30px !important;
    color: #005aa9;
}

.aboutsection.developer-sect .contents p {
    text-align: justify;
    font-size: 15px;
    color: #000;
}

/* .ov_headings.center:before {
    top: 16%;
    height: 2px;
    left: 49%;
    transform: translateX(-50%);
    width: 8%;
} */

.sec_title {

    letter-spacing: 1px;
    color: #005aa9;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center
}

.form-control {
    height: 46px;
    border-radius: 0;
    box-shadow: none !important;
    border-color: #005aa9;
}

.top-menu .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    padding: 1.1vw .5vw;
    position: relative;
    border-right: .1vw solid #dbe4e9
}

.top-menu .navbar-expand-md .navbar-nav {
    margin: auto;
    margin-right: 0
}

.top-menu .navbar-brand {
    padding: 0
}

.top-menu .navbar-dark .navbar-nav .nav-link span {
    display: block;
    text-align: center
}

.top-menu .nav-item .nav-link img {
    margin-right: 5px;
}

.top-menu .navbar-brand img {
    width: 140px;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000
}

.from-banner h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    margin-top: 15px
}

.from-banner h4 span {
    display: block
}

.from-banner {
    background: #fff
}

.from-banner h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center
}

.form_inner .form-control {
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid#ced4da
}

.no-padding {
    padding: 0
}

.btn-warning.btn-block {
    background-color: #56a7de;
    color: #000;
    border: 1px solid#56a7de;
    font-size: 20px
}

.btn-warning.btn-block:hover {
    background-color: #56a7de;
    color: #000;
    border: 1px solid#56a7de
}

.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);
    padding-left: 0
}

.og-block li {
    padding: .5vw 0;
    font-size: 1.01vw;
    text-align: center;
    list-style: none
}

.og-block li a {
    color: #fff;
    text-decoration: none
}

.og-block li img {
    margin-right: 5px
}



.costng-details {
    border: solid 1px #dee2e6;
    padding: 25px;
    margin-left: 0px;
}

.costng-details img {
    width: 100%;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-right: solid 1px #dee2e6;
}


.table thead th:first-child {
    border-left: solid 1px #dee2e6;
}

.table thead th.price1 {
    border-right: none;
}

.table thead th:last-child {
    border-left: none;

}

.table td,
.table th {
    padding: .75rem;
    border-right: solid 1px #dee2e6;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.required-coll a {
    color: #fff;
    text-decoration: none
}

.required-coll {
    text-align: center;
    background-color: #005aa9;
    color: #fff;
    padding: 8px;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.banner-offers {
    position: absolute;
    top: 55px;
    left: 15px;
    overflow: hidden;
    z-index: 9;
    margin-top: 0;
    padding-bottom: 0.5vw;
    display: inline-block;
    width: 21vw;
    border: solid 1px #fff;
    background-color: rgb(255 255 255);
    border-radius: 10px;
    color: #000000;
}

.banner-offers h4 {
    display: block;
    padding: 1vw .8vw .3vw;
    font-size: 24px;
    font-weight: 600;
    /* text-transform:uppercase; */
    color: #000000;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.banner-offers h4 span {
    display: block;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    /* text-shadow:0 1px 2px #000; */
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
}

.banner-offers h5 {
    background-color: rgba(0, 0, 0, .3);
    padding: .6vw .8vw;
    margin-top: 1vw;
    margin-bottom: .5vw;
    font-size: 1vw;
    text-transform: capitalize;
    text-shadow: 0 1px 2px #000;
    list-style: none
}

.pro-status {
    display: inline-block;
    padding: .3vw 2.5vw .3vw 2vw;
    font-size: 1.3vw;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #005aa9
}

.pro-tag-line {
    display: block;
    padding: .1vw .8vw;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    text-align: center;
    /* text-shadow:0 1px 2px #000; */
    color: #000000;
}

.pro-price {
    display: block;
    padding: .1vw .8vw .3vw;
    color: #000000;
    /* text-shadow:0 1px 2px #000; */
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 10px;
}

.enquire-btn {
    font-size: 1.2vw;
    padding: .3vw 2vw;
    margin-left: 15px
}

.enquire-btn.form {
    font-size: 1.2vw;
    padding: .3vw 2vw;
    margin: 0 auto;
    display: block
}

.banner-offers p {
    margin: 8px 15px
}

.banner-offers ul {
    padding-left: 0;
    list-style: none;
    margin: 6px;
    margin-bottom: 29px;
    margin-top: 11px;
}

.banner-offers ul li {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    background: #005aa9;
    color: #000;
    margin-bottom: 8px;
    padding: 2px;
}

.bg-none1 {
    background: none !important;
    color: #fff !important;
    border: 1px solid#fff
}

.aboutus h1 {
    font-size: 2.5vw;
    color: #005aa9;
    font-family: "Roboto", sans-serif;
}

.aboutus h4 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    color: #005aa9
}

.aboutsection {
    padding: 1.5vw 2vw 1.5vw 2vw;
    background-color: #fff;
    margin: 1vw 0;
    position: relative;
    overflow: hidden
}

.aboutus h3 {
    position: absolute;
    top: 10px;
    right: -160px;
    color: #fdcb00;
    font-size: 3vw;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.footer-widget p {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.12vw;
    text-align: justify
}

.moreless-button {
    font-weight: 600;
    color: #000;
    font-size: .875rem;
    cursor: pointer;
    margin: 4px 0 3px;
}

.project h4 {
    text-align: center;
    font-size: 1.5rem;
    color: #000
}

.priceimg img {
    width: 100%;
    border: 1px solid#e6e6e6;
    border-radius: 15px;
}

.priceimg h4 {
    font-size: 16px;
    text-align: center;
    background: #005aa9;
    padding: 10px;
    color: #fff
}

.aboutus.price1 h3 {
    position: absolute;
    top: 10px;
    right: -575px;
    color: #fdcb00;
    font-size: 3vw;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.btn-warning {
    color: #fff;
    background-color: #005aa9;
    border-color: #005aa9;
}

.head {
    position: absolute;
    top: 10px;
    right: 0;
    color: #005aa9;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 3vw;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.ami-container {
    padding: 1.2vw .8vw .8vw;
    height: 14vw;
    /* margin-bottom:25px */
}

.ami-block {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #000;
    cursor: pointer;
    box-shadow: 1px 1px 25px #e0e0e0;
    width: 100%;
    margin-bottom: 25px
}

.ami-container p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.row-cols-md-3 .fa {
    color: #fdcb00;
    font-size: 24px
}

.row-cols-md-3 .my-2 {
    font-size: 1.12vw
}

.row-cols-1 {
    margin-top: 25px
}

.location-icon img {
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 0
}

.location-icon p {
    font-size: 1.12vw;
    text-align: center
}

#location .near-by {
    padding-top: 25px
}

#location .near-by li {
    padding: 8px 0
}

.logo-center1 {
    margin: 0 auto
}

.aboutusp p {
    font-size: 1.12vw;
    text-align: justify
}

.aboutusp h4 {
    font-size: 1.5vw;
    text-transform: uppercase
}

.Disclaimer {
    background: #434141d4;
    /* background: #615f5fd4; */
}

.Disclaimer p {
    font-size: .75vw;
    margin-bottom: 0;
    color: #fff;
}

.vsv-text-bk {
    width: 97%;
    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%)
}

.vsv-text-bg {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    font-size: 1.8vw;
    padding: 1vw 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vsv-icon {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background-color: #fff;
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center
}

.effetMoveGradient,
.effetMoveGradient:hover {
    text-shadow: 0 3px 6px #fdcb00;
    background-color: #fdcb00;
    background: linear-gradient(-45deg, #fdcb00, #fdcb00, #fdcb00, #fdcb00);
    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: #000;
    border: none
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.destop-none1 {
    display: none !important
}

.sectio-bro-btn {
    font-size: 18px;
    margin: 25px 0;
    border: 1px solid#005aa9;
    color: #000;
    padding: 10px 15px
}

.sectio-bro-btn:hover {
    background-color: #005aa9;
    border: 1px solid#005aa9
}

.modal-head {
    background-color: #005aa9;
    display: block;
    font-size: 1.5vw;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 1.2vw 0;
    text-align: center
}

.modal-highlight-bg {
    background-color: #f9f9f9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.modal-highlight-title {
    display: block;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 600;
    padding: .4vw 0 .1vw;
    color: #005aa9
}

.modal-highlight {
    list-style: none;
    padding: 1vw 0;
    margin-bottom: 0
}

.modal-highlight li span {
    display: block;
    font-size: 1vw;
    color: #005aa9;
    padding: 0 0 .6vw;
    text-align: center;
    font-weight: 100
}

.modal-highlight li i {
    display: inline-block;
    font-size: 3.3vw;
    color: #fdcb00
}

.modal-dialog.enq-modal {
    max-width: 35vw;
    border-radius: 3px
}

.modal-body.inq-form {
    padding: 0
}

.modal-highlight img {
    margin: 0 auto;
    display: block;
    filter: invert(20%) sepia(100%) saturate(2432%) hue-rotate(346deg) brightness(91%) contrast(-2%);
}

.modal.show .modal-dialog.enq-modal {
    max-width: 800px;
}

.from-banner.modal1 {
    margin: 15px 0
}

.from-banner h3 {
    font-size: 36px;
    text-align: center
}

.from-banner p {
    text-align: center
}

.row.modalrowpd {
    padding-right: 15px;
    padding-left: 15px
}

.text-danger {
    color: #dc3545 !important
}

.aboutsection .col-6 img {
    margin-bottom: 10px;
    width: 100%
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.sectio-bro-btn {
    color: #000 !important
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/* .slideInDown{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
}

.iti {
    display: block !important
}

.ami-block {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #000;
    cursor: pointer;
    box-shadow: 1px 1px 25px #e0e0e0
}

.ami-container {
    display: block;
    text-align: center
}

.fancybox-share__button--pt {
    background: #00e676 !important
}

@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 1px solid#fdcb00
}

.sectio-bro-btn:hover {
    text-shadow: 0 3px 6px var(--colorPrimary);
    background-color: #fdcb00;
    background: linear-gradient(-45deg, #fdcb00, #fdcb00, #fdcb00, #fdcb00);
    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;
    -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)
    }
}

button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
    color: #000;
    background-color: #005aa9
}

.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)
}

button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
    color: #fff;
    background-color: #005aa9;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.nav-link.ami-tab.active {
    color: #fff;
    background-color: #005aa9
}

.nav-link.ami-tab {
    background-color: transparent;
    color: #005aa9;
    border: 2px solid #005aa9;
    border-radius: 0
}

.close {
    margin-right: 12px;
    margin-top: 12px;
    opacity: 1.8;
    color: #fff
}

.Disclaimer a {
    color: #ffffff;
}

.mobile-responsive {
    display: none
}

.destop-responsive {
    display: block
}

.top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    right: 0;
    z-index: 99
}

.from-banner.banner-right.destop-responsive {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%
}

.pricelistdiv12 img {
    margin: 0 auto;
    display: block
}

span.form-last-heading {
    font-weight: 700
}

.pricelistdiv12 {
    margin-bottom: 20px
}

span.form-last-heading i.fa.fa-car {
    font-size: 18px
}

.animate-heading {
    font-size: 16px;
    animation: bigtext 1s linear infinite;
    transform: scale(0.9)
}

@keyframes bigtext {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.9)
    }
}

.mobile-responsive span.form-last-heading {
    padding-bottom: 10px
}

.top_form h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 15px;
    background-image: -webkit-linear-gradient(left, #444, #1a1a1a)
}

.form-box {
    margin-top: 20px !important;
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 0;
    background: #fff;
    padding: 0;
    z-index: 99;
    width: 22%
}

.form-box h4 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    background: #e8e8e8;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000
}

.top_form h2 span {
    cursor: pointer;
    margin-left: 5%
}

.top_form h4 a {
    color: #005aa9
}

#gallery .col-md-3.col-sm-12 {
    margin-bottom: 20px
}

span.animated.bounceIn.infinite {
    font-weight: 400 !important
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

img.img-fluid.desktop-view {
    display: block
}

img.img-fluid.mobile-view {
    display: none
}

section#master-plan .col-md-6.col-sm-12 {
    margin: 0 auto
}

section#master-plan .col-md-6.col-sm-12 img {
    cursor: zoom-in
}

section#location img.img-fluid {
    cursor: zoom-in
}

img.top-logo {
    padding-left: 25px;
}

img.img-fluid.logo-img {
    width: 100%;
    padding-bottom: 10px;
}

.col-md-10.offset-md-1 {
    max-width: 100%;
    margin: 0px auto;
}

span.form-last-heading {
    font-size: 16px;
}

.form-box h4 {
    font-size: 18px;
}

img.modal-logo {
    width: 68%;
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
}

#master-plan .col-md-4.priceimg {
    margin: 0px auto;
}


.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

section#gallery img {
    cursor: zoom-in;
}

section#floor-plan img {
    cursor: zoom-in;
}

section#master-plan img {
    cursor: zoom-in;
}

section#floor-plan .col-md-6.priceimg {
    margin: 0px auto;
}




ul.location-ul {
    padding: 0px;
    margin: 0px;
    line-height: 2;
    margin-left: 42px;
}

ul.location-ul li {
    font-size: 16px;
}

/*.ami-container img {
    width: 31%;
}*/

img.img-fluid.highlights-img {
    width: 91%;
}

ul.highlights-ul {
    padding: 0px;
    margin: 0px;
    line-height: 2.9;
}

.flr-pln-btn {
    position: absolute;
    top: 40%;
    left: 26%;
}

ul.highlights-ul li {
    font-size: 18px;
    line-height: 36px;
}

.modal-content h4.modal-logo {
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}

.destop-banner-top {
    margin-top: 4%;
}

.highlight_key{
    animation: blinking 1s linear infinite alternate-reverse;
}

@keyframes blinking {
    to{
        color:rgb(255, 0, 0);
    }
}

@media(min-width: 1500px) and (max-width: 1800px) {
    .top_form h2 {
        text-align: center;
        color: #fff;
        font-size: 22px;
        padding: 8px;
        background-image: -webkit-linear-gradient(left, #444, #1a1a1a)
    }

    .from-banner h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .form-box h4 {
        padding: 10px 0
    }

    .og-block li {
        font-size: 20px
    }

    .form_inner .form-control {
        margin-bottom: 10px
    }

    .top-menu .navbar-dark .navbar-nav .nav-link {
        color: #000;
        font-size: 14px
    }

    .top-menu {
        width: 100%
    }

    .form-box {
        width: 24%
    }
}

@media(max-width: 1366px) {
    .form-box {
        width: 27%
    }

    .top_form h2 {
        text-align: center;
        color: #fff;
        font-size: 22px;
        padding: 8px;
        background-image: -webkit-linear-gradient(left, #444, #1a1a1a)
    }

    .from-banner h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .form-box h4 {
        padding: 10px 0
    }

    .og-block li {
        font-size: 20px
    }

    .form_inner .form-control {
        margin-bottom: 10px
    }

    .top-menu .navbar-dark .navbar-nav .nav-link {
        color: #000;
        font-size: 14px
    }

    .top-menu {
        width: 85%
    }

    .banner-offers h4 {
        font-size: 23px;
    }

    span.animated.bounceIn.infinite {
        font-size: 18px !important;
    }

    .banner-offers p {
        font-size: 12px
    }

    .aboutus h1,
    .aboutsection h3 {
        font-size: 26px
    }

    .aboutsection h3 {
        margin-bottom: 20px;
    }

    .top-menu .navbar-brand img {
        /* width: 55%; */
        margin-top: 4px;
    }

    img.img-fluid.highlights-img {
        width: 100%;
    }

    ul.highlights-ul {
        padding: 0px;
        margin: 0px;
        line-height: 2;
        margin-left: 20px;
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: center; */
        /* align-items: center; */
    }
}

@media(max-width: 1280px) {
    .pricelistdiv12 img {
        width: 100%
    }

    a.navbar-brand {
        width: 25%
    }

    .banner-offers {
        position: absolute;
        top: 69px;
    }

    .banner-offers h4 {
        font-size: 15px
    }

    span.animated.bounceIn.infinite {
        font-size: 12px !important
    }

    .banner-offers p {
        font-size: 12px
    }

    .aboutus h1 {
        font-size: 26px
    }

    .top-menu .navbar-brand img {
        /* width: 40%; */
    }

    img.img-fluid.highlights-img {
        width: 100%;
    }

    ul.highlights-ul {
        padding: 0px;
        margin: 0px;
        line-height: 2;
        margin-left: 20px;
    }
}


@media(max-width:1024px) {
    .top-menu .navbar-dark .navbar-nav .nav-link {
        font-size: 12px !important
    }

    .banner-offers {
        position: absolute;
        top: 63px;
        width: 30%
    }

    .banner-offers ul li {
        line-height: 22px
    }

    .banner-offers p {
        font-size: 12px
    }

    span.pro-tag-line {
        font-size: 17px
    }
}

@media(max-width: 768px) {
    a.navbar-brand {
        width: 54%
    }

    .form-box {
        position: relative !important
    }

    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

    img.img-fluid.desktop-view {
        display: block
    }

    img.img-fluid.mobile-view {
        display: none
    }

    ul.carousel-indicators.mobile-top {
        display: none;
    }

    span.animated.bounceIn.infinite {
        font-size: 18px !important;
    }

    .top-menu .navbar-brand img {
        width: 36%;
        padding-left: 0px;
        margin-top: -1px;
    }
}

@media(max-width: 1600px) {
    #location .near-by {
        padding-top: 15px
    }

    #location .near-by li {
        padding: 6px 0
    }
}

@media(max-width: 1366px) {
    #location .near-by {
        padding-top: 12px
    }

    #location .near-by li {
        padding: 3px 0
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-section {
        background: #000;
        display: block;
    }

    .destop-banner-top {
        margin-top: -2%;
    }

    /* 
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

    padding-right: 0px !important;
   
} */
    .banner-offers {

        left: 0px !important;
    }

    body {
        margin: 0px !important;
        padding: 0px !important;
    }


    .banner-offers h4 {
        font-size: 22px !important;
    }

    .banner-offers h6.mobl-cont {
        color: #000;
        text-align: center;
    }

    .mobl-cont a {
        color: #000 !important;
        font-size: 20px;
    }
}