@import url("../css2"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

*, * focus {
    outline: none;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    color: rgb(17, 17, 17) !important;
    padding: 0px !important;
    margin: 0px !important;
}

html {
    scroll-behavior: smooth !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.sticky {
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px;
    background-color: rgb(16, 5, 78);
    border-radius: 0px;
    position: fixed !important;
    z-index: 999 !important;
}

.sticky .logo {
}

.top-nav .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-nav i {
    color: rgb(255, 255, 255);
    margin: 0px 5px 0px 0px;
}

.top-nav span {
    float: right;
    text-align: right !important;
}

@media screen and (max-width: 992px) {
    .sticky {
        padding: 5px 0px;
    }

    .sticky .logo img {
    }
}

header {
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    background-color: rgb(0, 38, 83);
    height: auto;
    padding: 5px;
    border-radius: 0px 15px;
}

header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

header .logo {
    float: left;
    width: 25%;
    padding: 0px;
}

header .logo img {
    width: auto;
    height: 70px;
    max-width: 100%;
}

header .header-right {
    float: left;
    width: 75%;
    text-align: right;
    padding-top: 15px;
}

header .header-right img {
    width: auto;
    height: auto;
}

header .header-right a {
}

header .call {
    float: right;
    text-align: right;
    text-transform: uppercase;
}

header .call a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    padding: 0px 8px;
    margin: 0px 0px 0px 10px;
    border-radius: 0px 10px;
    border: 0px solid rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255) !important;
    background: linear-gradient(120deg, rgb(1, 58, 121), rgb(13, 177, 240), rgb(1, 58, 123)) !important;
    text-decoration: none !important;
}

header .call a i {
    font-size: 16px;
    line-height: 35px;
    margin-right: 0px;
}

.t-menu {
    float: right;
    margin: 0px;
    width: auto;
}

.navigation {
    width: 100%;
    display: block;
    color: rgb(211, 176, 94);
}

.expert {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 50%;
    margin: -104px 0px 0px;
    display: none;
    width: 49px;
    height: 208px;
}

@media screen and (max-width: 992px) {
    header {
        position: relative;
        left: 0px;
        top: 0px;
        padding: 5px 0px;
        border-radius: 0px;
        width: 100% !important;
    }

    header .logo {
        float: left;
        width: 40%;
        padding: 0px;
        position: relative;
    }

    header .logo img {
        width: auto;
        height: 50px;
    }

    header .header-right {
        float: left;
        width: 60%;
        padding: 6px 50px 0px 0px;
        text-align: right;
    }

    header .call a {
        font-size: 13px;
        line-height: 33px;
        padding: 0px 8px;
        margin: 0px 0px 0px 5px;
        border-radius: 0px 10px;
    }
}

.slide {
    width: 100%;
    position: relative;
    padding: 60px 0px;
    font-size: 16px !important;
    line-height: 32px !important;
}

.slide2 {
    background: url("../images/bg1.jpg") left bottom / cover no-repeat scroll;
    text-decoration: none;
    padding: 60px 0px;
    color: rgb(255, 255, 255);
}

.slide2 h6 {
    color: rgb(255, 255, 255) !important;
}

.slide2 h2 {
    color: rgb(76 179 255);
}

.slide3 {
    width: 100%;
    background-color: rgb(249, 249, 249);
    position: relative;
    padding: 60px 0px;
    font-size: 16px !important;
    line-height: 32px !important;
}

.slide hr {
    border: 0px;
    height: 1px;
    margin: 10px 0px;
    background: linear-gradient(to right, rgb(187, 187, 187), rgb(204, 204, 204), rgb(170, 170, 170)) rgb(51, 51, 51);
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

h1 {
    color: rgb(16, 5, 78);
    line-height: normal;
    position: relative;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    padding: 0px !important;
    margin: 0px 0px 10px !important;
}

h2 {
    color: rgb(16, 5, 78);
    line-height: normal;
    position: relative;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    padding: 0px !important;
    margin: 0px 0px 10px !important;
}

.subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    letter-spacing: 2.8px;
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
    color: rgb(255, 255, 255);
}

.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(211, 176, 94);
    left: 0px;
    bottom: -10px;
    z-index: -1;
}

.subtitle2 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    letter-spacing: 2.8px;
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
    color: rgb(16, 5, 78);
}

.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(211, 176, 94);
    left: 0px;
    bottom: -10px;
    z-index: -1;
}

h3 {
    color: rgb(34, 34, 34);
    font-size: 22px;
    position: relative;
    padding: 0px 0px 15px;
    margin: 0px 0px 15px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

h3 strong {
    color: rgb(211, 176, 94);
    font-weight: 700 !important;
}

h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    position: relative;
    font-weight: 500 !important;
}

h4 strong {
    color: rgb(246, 133, 35);
    font-weight: 700 !important;
}

h5 {
    color: rgb(17, 17, 17);
    position: relative;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin: 0px 0px 10px !important;
}

h6 {
    font-size: 16px;
    line-height: 30px;
    color: rgb(102, 102, 102);
    font-style: italic;
    margin: 0px 0px 15px !important;
}

div p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

div p:last-child {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0px !important;
}

.text-center p {
    text-align: center !important;
}

.text-justify p {
    text-align: justify !important;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px !important;
        padding: 0px !important;
        margin: 0px 0px 5px !important;
    }

    h2 {
        font-size: 32px !important;
        padding: 0px !important;
        margin: 0px 0px 5px !important;
    }

    .subtitle {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        letter-spacing: 2.8px;
        padding: 0px;
        position: relative;
        margin-bottom: 30px;
        z-index: 10;
        color: rgb(255, 255, 255);
    }

    .subtitle::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: rgb(204, 204, 204);
        left: 0px;
        bottom: -10px;
        z-index: -1;
    }

    .subtitle2 {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        letter-spacing: 2.8px;
        padding: 0px;
        position: relative;
        margin-bottom: 30px;
        z-index: 10;
        color: rgb(16, 5, 78);
    }

    .subtitle2::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: rgb(102, 102, 102);
        left: 0px;
        bottom: -10px;
        z-index: -1;
    }

    h3 {
        color: rgb(34, 34, 34);
        font-size: 22px;
        position: relative;
        padding: 0px 0px 15px;
        margin: 0px 0px 15px;
        text-transform: uppercase;
        font-weight: 600 !important;
    }

    h3 strong {
        color: rgb(211, 176, 94);
        font-weight: 700 !important;
    }

    h4 {
        color: rgba(0, 0, 0, 0.6);
        font-size: 22px;
        position: relative;
        font-weight: 500 !important;
    }

    h4 strong {
        color: rgb(246, 133, 35);
        font-weight: 700 !important;
    }

    h5 {
        color: rgb(17, 17, 17);
        position: relative;
        font-weight: 600 !important;
        font-size: 18px !important;
        margin: 0px 0px 10px !important;
    }

    h6 {
        font-size: 16px;
        line-height: 30px;
        color: rgb(102, 102, 102);
        font-style: italic;
    }

    p {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
}

@media screen and (max-width: 570px) {
    .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

.slide ul {
}

.slide ul li {
    margin: 0px 0px 15px;
}

.slider {
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgb(16, 5, 78);
    padding: 0px !important;
}

.slider .slide {
    padding: 0px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.slide-text {
    top: 15%;
    position: absolute;
    z-index: 98;
    color: rgb(255, 255, 255);
    width: 100%;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 5px;
}

.slide-text .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.brief {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 0px 35px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8;
}

.brief .subheading {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    margin: 0px 0px 15px;
    padding: 0px 10px;
    border-radius: 0px 10px;
    display: inline-block;
    font-family: Roboto, sans-serif !important;
    background: linear-gradient(120deg, rgb(0, 38, 83), rgb(94, 161, 221), rgb(0, 38, 83)) !important;
}

.brief h3 {
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-weight: 700 !important;
    font-family: Roboto, sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
}

.brief h4 {
    color: rgb(219 236 255);
    font-weight: 600 !important;
    margin: 0 0 5px 0;
}

.brief h5 {
    color: rgb(154 201 255);
    margin: 10px 0 5px 0 !important;
}

.brief h6 {
    font-size: 18px;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.brief a {
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 0px 20px;
    line-height: 50px;
    padding: 0px 15px 0px 10px;
    display: inline-block;
    font-size: 22px;
    margin: 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
    text-decoration: none !important;
    font-weight: 800 !important;
    color: rgb(16, 5, 78) !important;
}

.brief a i {
    background-color: rgb(0, 35, 109);
    display: inline-block;
    float: left;
    width: 40px;
    height: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
}

.brief ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px 0px 10px !important;
    padding: 0px !important;
}

.brief ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.brief ul li i {
    color: rgb(211, 176, 94);
}

.enquiry {
    width: 90%;
    float: right;
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
    padding: 20px;
    border-radius: 0px 15px;
    background: linear-gradient(120deg, rgb(40, 102, 179), rgb(128, 198, 247), rgb(40, 102, 179)) !important;
}

.enquiry h2 {
    color: rgb(16, 5, 78);
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
}

.enquiry form {
    padding: 0px;
}

.enquiry form button {
    background-color: rgb(0, 21, 67);
    width: 100%;
    display: block;
    padding: 0px 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    border: 0px;
    border-radius: 0px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 600 !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

@media screen and (max-width: 992px) {
    .slide, .slide2, .slide3 {
        padding: 30px 0px;
    }

    .slide-text {
        top: 0px;
        position: relative;
        z-index: auto;
        color: rgb(255, 255, 255);
        width: 100%;
        padding: 0px 0px 20px;
        text-shadow: rgba(0, 0, 0, 0) 1px 1px 5px;
    }

    .slide-text .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .brief {
        background-color: rgba(0, 0, 0, 0);
        padding: 20px 0px;
        border-radius: 0px 35px;
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.8;
        text-align: left;
    }

    .brief a {
        background-color: rgb(255, 255, 255);
        border-radius: 10px 0px;
        line-height: 50px;
        padding: 0px 15px 0px 10px;
        display: inline-block;
        font-size: 22px;
        margin: 10px 0px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
        text-decoration: none !important;
        font-weight: 800 !important;
        color: rgb(16, 5, 78) !important;
    }

    .enquiry {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .slide-text {
        top: 0px;
        position: relative;
        z-index: auto;
        color: rgb(255, 255, 255);
        width: 100%;
        padding: 0px 0px 20px;
        text-shadow: rgba(0, 0, 0, 0) 1px 1px 5px;
    }

    .slide-text .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .brief {
        background-color: rgba(0, 0, 0, 0);
        padding: 20px 0px;
        border-radius: 0px 35px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        line-height: 1.8;
    }

    .brief .subheading {
        font-size: 24px;
        font-weight: 500;
        background-color: rgb(211, 176, 94);
        color: rgba(0, 0, 0, 0.95);
        margin: 0px 0px 15px;
        padding: 0px 10px;
        border-radius: 0px 10px;
        display: inline-block;
        font-family: Roboto, sans-serif !important;
    }

    .brief h3 {
        font-size: 30px;
    }

    .brief h4 {
        color: rgb(211, 176, 94);
        font-size: 18px;
    }

    .brief h5 {
        color: rgb(140 193 255);
        margin: 10px 0 5px 0 !important;
    }

    .brief h6 {
        font-size: 14px;
        color: rgb(255, 255, 255);
    }
}

@media screen and (max-width: 992px) {
}

.types {
}

.types ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    outline: 0px !important;
}

.types ul li {
    float: left;
    line-height: 1.3;
    text-align: center;
    padding: 20px;
    color: rgb(102, 102, 102);
    width: 33.33% !important;
}

.types ul li div {
    display: inline-block;
    margin: 0px auto;
    text-align: left;
    min-width: 260px;
}

.types ul li i {
    float: left;
    font-size: 56px;
    margin-right: 10px;
    color: rgb(1, 73, 158);
}

.types ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(16, 5, 78);
    margin: 8px 0px 0px;
}

.types ul li span {
    font-size: 14px;
}

.subtypes {
    padding: 20px;
    background-color: rgb(16, 5, 78);
    color: rgb(255, 255, 255);
    border-radius: 0px 25px;
}

.subtypes ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    outline: 0px !important;
}

.subtypes ul li {
    float: left;
    line-height: 1.3;
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255);
    width: 25% !important;
}

.subtypes ul li::after {
    position: absolute;
    right: -20px;
    top: 10px;
    width: 1px;
    height: 80px;
    background-color: rgb(255, 255, 255);
    transform: rotate(20deg);
    color: rgb(255, 255, 255);
    content: "";
}

.subtypes ul li:last-child::after {
    display: none;
}

.subtypes ul li div {
    text-align: center;
}

.subtypes ul li strong {
    display: block;
    font-size: 46px;
    color: rgb(211, 176, 94);
    margin: 8px 0px 0px;
    font-family: Roboto, sans-serif !important;
    font-weight: 900 !important;
}

.subtypes ul li span {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .types {
    }

    .types ul li {
        float: left;
        line-height: 1.3;
        text-align: left;
        padding: 10px 0px;
        color: rgb(102, 102, 102);
        width: 50% !important;
    }

    .types ul li div {
        display: block;
        margin: 0px auto;
        text-align: center;
        min-width: 100%;
    }

    .types ul li i {
        float: none;
        font-size: 32px;
        color: rgb(211, 176, 94);
        margin-right: 0px;
    }

    .types ul li strong {
        font-size: 15px;
        margin: 8px 0px 0px;
    }

    .types ul li span {
        font-size: 13px;
    }

    .subtypes {
        padding: 15px;
        background-color: rgb(16, 5, 78);
    }

    .subtypes ul {
        display: table;
        width: 100%;
        list-style: none;
        margin: 0px !important;
        padding: 0px !important;
        outline: 0px !important;
    }

    .subtypes ul li {
        float: left;
        line-height: 1.3;
        text-align: center;
        position: relative;
        color: rgb(255, 255, 255);
        width: 50% !important;
    }

    .subtypes ul li::after {
        display: none;
    }

    .subtypes ul li div {
        text-align: center;
    }

    .subtypes ul li strong {
        font-size: 32px;
        margin: 8px 0px 0px;
        font-weight: 900 !important;
    }

    .subtypes ul li span {
        font-size: 12px;
    }
}

#amenities {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px inset;
}

#amenities ol {
    margin: 0px 0px 0px 22px;
}

#amenities ol li {
    margin: 10px 0px;
}

#amenities .amt-img {
}

#amenities .amt-img img {
    margin-bottom: 30px;
}

#contact {
    background-color: rgb(5, 25, 78);
    color: rgb(255, 255, 255);
    padding: 0px;
}

#contact h3 {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700 !important;
}

#contact h5 {
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 7px 0px 0px !important;
    margin: 0px !important;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
}

#contact .cont-link, #contact .cont-link h5, #contact .cont-link p {
    text-decoration: none;
    font-size: 16px !important;
    color: rgb(255, 255, 255) !important;
}

#contact .cont-link i {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 0px;
    font-size: 32px;
    margin: 0px 10px 0px 0px;
}

#contact p {
    font-size: 14px !important;
}

#contact p a {
    text-decoration: none;
    font-size: 18px !important;
    color: rgb(255, 255, 255) !important;
}

#contact hr {
    border: 0px;
    height: 1px;
    background: linear-gradient(to right, rgb(244, 244, 244), rgb(245, 245, 245), rgb(249, 249, 249)) rgb(51, 51, 51);
    margin: 0px 0px 25px !important;
}

#contact form {
    margin: -60px 0px 0px;
    border-radius: 50px 0px;
    background-color: rgb(75, 139, 201);
    padding: 50px;
}

#contact form button {
    background-color: rgb(5, 25, 78);
    width: 100%;
    display: block;
    padding: 0px 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    border: 0px;
    border-radius: 10px 0px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 600 !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

#contact footer {
    background-color: rgb(7, 1, 43);
    font-size: 12px;
    line-height: 1.3;
    padding: 15px 0px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 992px) {
    #contact {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #contact form {
        margin: 20px 0px 0px;
        border-radius: 50px 0px;
        background-color: rgb(211, 176, 94);
        padding: 30px;
    }

    #contact footer {
        padding: 15px 0px 70px;
    }
}

@media screen and (max-width: 768px) {
    #contact {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #contact form {
        margin: 0px;
        border-radius: 20px 0px;
        padding: 15px 10px 10px;
    }
}

.floor-plan {
    border-radius: 15px 0px;
    overflow: hidden;
    margin: 0px 0px 14px;
    width: 100%;
    height: auto;
    border: 5px solid rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px -5px;
}

.floor-plan img {
    width: 100%;
    height: auto;
}

.gallery {
    border-radius: 15px 0px;
    overflow: hidden;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px -5px;
}

.gallery img {
    width: 100%;
    height: auto;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"] {
    font-size: 14px;
    border-radius: 4px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    clear: both;
    text-decoration: none;
    height: 43px;
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 10px !important;
    width: 100% !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    box-shadow: rgb(153, 153, 153) 0px 0px 0px inset;
}

select {
    font-size: 14px;
    border-radius: 4px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    clear: both;
    text-decoration: none;
    height: 43px;
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 10px !important;
    width: 90% !important;
}

textarea {
    border-radius: 4px;
    color: rgb(102, 102, 102);
    clear: both;
    text-decoration: none;
    height: 45px;
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Overpass, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 5px 10px !important;
    width: 100% !important;
}

::-webkit-input-placeholder {
    color: rgb(102, 102, 102);
    opacity: 1;
}

.enquiry input[type="text"], .enquiry input[type="password"], .enquiry input[type="tel"], .enquiry input[type="number"], .enquiry input[type="email"] {
    font-size: 14px;
    border-radius: 4px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    clear: both;
    text-decoration: none;
    height: 43px;
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    border: 0px solid rgba(0, 0, 0, 0);
    padding: 0px 10px !important;
    width: 100% !important;
}

#contact input[type="text"], #contact input[type="password"], #contact input[type="tel"], #contact input[type="number"], #contact input[type="email"] {
    font-size: 14px;
    border-radius: 4px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    clear: both;
    text-decoration: none;
    height: 43px;
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    border: 0px solid rgba(0, 0, 0, 0);
    padding: 0px 10px !important;
    width: 100% !important;
}

.list1 {
    margin: 0px 0px 20px !important;
    padding: 0px !important;
}

.list1 li {
    list-style-type: none;
    padding: 8px 0px 8px 30px;
    text-indent: 3px;
    border-left: 0px solid rgb(255, 102, 0);
    margin: 0px 0px 10px;
    text-align: justify;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
}

.list1 li::before {
    position: absolute;
    content: "";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: rgb(211, 176, 94);
    font-size: 26px;
    top: 2px;
    left: 0px;
    font-family: "Font Awesome 5 Free" !important;
}

.list1 {
    margin: 0px 0px 20px !important;
    padding: 0px !important;
}

.list1 li {
    list-style-type: none;
    padding: 8px 0px 8px 30px;
    text-indent: 3px;
    border-left: 0px solid rgb(255, 102, 0);
    margin: 0px 0px 10px;
    text-align: left;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
}

.list1 li::before {
    position: absolute;
    content: "";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: rgb(41, 134, 241);
    font-size: 26px;
    top: 2px;
    left: 0px;
    font-family: "Font Awesome 5 Free" !important;
}

.list-map {
    margin: 0px 0px 20px !important;
    padding: 0px !important;
}

.list-map li {
    list-style-type: none;
    padding: 8px 0px 8px 30px;
    text-indent: 3px;
    border-left: 0px solid rgb(255, 102, 0);
    margin: 0px 0px 10px;
    text-align: justify;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
}

.list-map li::before {
    position: absolute;
    content: "";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: rgb(211, 176, 94);
    font-size: 26px;
    top: 2px;
    left: 0px;
    font-family: "Font Awesome 5 Free" !important;
}

.modal-backdrop.in {
    opacity: 0.6 !important;
}

.modal-content {
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 25px;
    border-radius: 15px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 0px !important;
}

.modal-body {
    display: flex;
    padding: 0px !important;
}

.modal-content .mb-l {
    width: 50%;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    align-self: center !important;
}

.modal-content .mb-l img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.modal-content .mb-r {
    position: relative;
    width: 50%;
    padding: 30px;
    align-self: auto !important;
}

.modal-content .mb-r img {
    height: 50px;
}

.modal-content .mb-r .m-call {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    color: rgb(0, 0, 0);
    border-radius: 0px 0px 15px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(179, 135, 40), rgb(251, 245, 183), rgb(170, 119, 28)) !important;
}

.modal-content h2 {
    text-transform: capitalize;
    padding: 0px 0px 15px;
    line-height: normal;
    position: relative;
    font-weight: 700 !important;
    font-size: 26px !important;
    color: rgb(16, 5, 78) !important;
    margin: 0px 0px 15px !important;
}

.modal-content .mb-r h4 {
    color: rgb(255, 255, 255) !important;
}

.modal-body .close {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0) 0px 0px 0px;
    opacity: 1;
    margin: 0px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 28px !important;
    background: linear-gradient(120deg, rgb(179, 135, 40), rgb(251, 245, 183), rgb(170, 119, 28)) !important;
    line-height: 39px !important;
    border: 0px solid rgb(255, 255, 255) !important;
    outline: none !important;
}

.modal-body .close:hover, .modal-body.close:focus {
    opacity: 1;
}

.btn-demo {
    position: fixed;
    right: 40px;
    bottom: 0px;
    z-index: 99;
    border-radius: 2px 2px 0px 0px;
    background: linear-gradient(45deg, rgb(221, 38, 34), rgb(245, 59, 55));
    color: rgb(255, 255, 255);
    padding: 0px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    border-width: 2px 2px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

@media screen and (max-width: 992px) {
    .modal-body {
        display: block;
        padding: 0px !important;
    }

    .modal-content .mb-l {
        width: 100%;
    }

    .modal-content .mb-l img {
        display: none;
    }

    .modal-content .mb-r {
        width: 100%;
        padding: 30px 30px 75px;
    }

    .modal-body .close {
        position: absolute;
        z-index: 1;
        right: -5px;
        top: -5px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        text-shadow: rgba(255, 255, 255, 0) 0px 0px 0px;
        opacity: 1;
        margin: 0px;
        background-color: rgb(211, 176, 94);
        width: 39px;
        height: 39px;
        border-radius: 50%;
        font-size: 28px !important;
        line-height: 39px !important;
        border: 0px solid rgb(255, 255, 255) !important;
        outline: none !important;
    }

    .modal-body .close:hover, .modal-body.close:focus {
        background-color: rgb(0, 0, 0);
        opacity: 1;
        color: rgb(255, 255, 255);
    }
}

.fix-call {
    position: fixed;
    right: 0px;
    bottom: 10px;
    width: 160px;
    z-index: 1000;
    padding: 0px 10px;
    text-align: right;
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px !important;
}

.fix-call a {
    font-size: 30px;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255) !important;
}

.fix-call a:hover {
    text-decoration: none;
}

.fix-call a i {
    border-radius: 100%;
    display: inline-block;
    margin: 0px 2px;
    border: 0px solid rgb(11, 12, 11);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
    color: rgb(255, 255, 255) !important;
    font-size: 22px !important;
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
}

.fix-call a.wa img {
    display: none;
}

.fix-call a.fx-call {
    display: none;
}

.fix-call a .fa-phone {
    background: linear-gradient(90deg, rgb(179, 128, 43) 0%, rgb(202, 161, 62) 50%, rgb(232, 206, 79) 100%);
}

.fix-call a .fa-whatsapp {
    background-color: rgb(19, 153, 10);
    font-size: 26px !important;
    line-height: 52px !important;
    color: rgb(255, 255, 255) !important;
}

.fix-call a .fa-envelope-open {
    background-color: rgb(0, 0, 0);
}

.fix-call a span {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 800;
    display: none;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .fix-call {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 100;
        text-align: center;
        padding: 0px;
        display: table;
        background-color: rgb(211, 176, 94) !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 10px !important;
    }

    .fix-call a {
        display: table-cell;
        height: auto;
        line-height: 1;
        text-align: center;
        margin: 0px;
        padding: 3px 5px;
        vertical-align: middle;
        border-right: 0px solid rgba(0, 0, 0, 0.3);
        width: 40% !important;
        color: rgb(0, 0, 0) !important;
        text-decoration: none !important;
        font-size: 22px !important;
    }

    .fix-call a i {
        display: inline-block;
        border-radius: 0px;
        margin: 0px 3px 0px 0px;
        border: 0px solid rgba(255, 255, 255, 0);
        vertical-align: middle;
        box-shadow: rgba(0, 0, 0, 0) 0px 3px 3px;
        color: rgb(0, 0, 0) !important;
        font-size: 14px !important;
        width: auto !important;
        height: auto !important;
        line-height: 45px !important;
        background: transparent !important;
    }

    .fix-call a i {
        background: transparent;
    }

    .fix-call a.fx-call {
        display: table-cell;
        width: 40% !important;
    }

    .fix-call a.wa {
        position: relative;
        z-index: 10;
        top: -5px;
        padding: 3px 5px;
        background-color: rgb(19, 153, 10);
        border-radius: 5px;
        margin-top: 0px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
        width: 20% !important;
    }

    .fix-call a.wa img {
        display: inline-block;
        height: 40px;
        vertical-align: middle;
    }

    .fix-call a.wa span {
        display: none;
    }

    .fix-call a .fa-whatsapp {
        background: transparent;
        display: none !important;
        font-size: 22px !important;
        color: rgb(19, 153, 10) !important;
    }

    .fix-call a span {
        display: inline-block;
        line-height: 45px;
    }
}

.left-fix {
    position: fixed;
    left: -88px;
    z-index: 101;
    top: 50%;
    margin-top: 0px;
    width: 210px;
    text-align: center;
    transform: rotate(-90deg);
    font-size: 16px;
}

.left-fix a {
    display: block;
    line-height: 35px;
    padding: 0px;
    text-transform: uppercase;
    border-radius: 0px 0px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px;
    background: linear-gradient(120deg, rgb(1, 46, 93), rgb(0, 114, 255), rgb(1, 46, 93)) !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.left-fix a:hover {
    text-decoration: none !important;
}

.left-fix i {
    color: rgb(255, 255, 255);
    font-size: 20px;
    background-color: rgb(0, 0, 0);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.right-fix {
    position: fixed;
    right: -88px;
    z-index: 999;
    top: 50%;
    margin-top: 0px;
    width: 210px;
    text-align: center;
    transform: rotate(-90deg);
    font-size: 16px;
}

.right-fix a {
    display: block;
    background-color: rgb(16, 5, 78);
    line-height: 35px;
    padding: 0px;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.right-fix a:hover {
    text-decoration: none !important;
}

.right-fix i {
    color: rgb(255, 255, 255);
    font-size: 20px;
    background-color: rgb(0, 0, 0);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .left-fix {
        position: fixed;
        left: -74px;
        top: 50%;
        width: 175px;
        font-size: 14px;
    }

    .left-fix a {
        line-height: 28px;
        padding: 0px;
    }

    .right-fix {
        position: fixed;
        right: -74px;
        top: 50%;
        width: 175px;
        text-align: center;
    }

    .right-fix a {
        display: block;
        color: rgb(255, 255, 255);
        text-decoration: none;
        line-height: 28px;
        padding: 0px;
        font-size: 15px;
    }

    .right-fix2 {
        position: fixed;
        right: -65px;
        top: 60%;
        width: 150px;
        text-align: center;
        transform: rotate(-90deg);
        text-transform: uppercase;
        font-size: 14px;
    }

    .right-fix2 a {
        display: block;
        color: rgb(255, 255, 255);
        text-decoration: none;
        line-height: 20px;
        padding: 0px;
    }
}

.dynamic {
}

.dynamic ul {
    margin: 0px 0px 0px 20px;
}

.dynamic ul li {
    margin: 0px 0px 10px;
    text-align: justify;
    line-height: 1.7;
    font-size: 20px;
}

.dynamic ol {
    margin: 0px 0px 0px 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0px;
    overflow: hidden;
    background-color: rgb(24, 36, 46);
    margin-bottom: 15px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.map-container {
}

.map-container iframe {
    width: 100%;
    height: 200px;
    background-color: rgb(255, 255, 255);
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px;
    margin: 0px 0px 10px;
}

.btn1 {
    display: inline-block;
    padding: 5px 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0px 0px;
    border: 0px;
    transition: all 0.2s ease-in-out 0s;
    background: linear-gradient(120deg, rgb(179, 135, 40), rgb(251, 245, 183), rgb(170, 119, 28)) !important;
    font-weight: 400 !important;
}

.btn1:hover {
    background-color: rgb(211, 176, 94);
    color: rgb(255, 255, 255);
}

.btn2 {
    width: auto;
    display: inline-block;
    padding: 0px 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: linear-gradient(120deg, rgb(0, 45, 113), rgb(0, 135, 251), rgb(0, 45, 113)) !important;
    color: rgb(255, 255, 255) !important;
}

.btn2:hover {
    background-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    color: rgb(0, 0, 0) !important;
}

.btn3 {
    background-color: rgb(0, 0, 0);
    width: 100%;
    display: block;
    padding: 0px 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.btn3:hover {
    background: linear-gradient(120deg, rgb(179, 135, 40), rgb(251, 245, 183), rgb(170, 119, 28)) !important;
    color: rgb(0, 0, 0) !important;
}

.btn4 {
    background-color: rgb(211, 176, 94);
    width: 100%;
    display: block;
    padding: 0px 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0px 0px;
    border: 0px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 400 !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.btn4:hover {
    background-color: rgb(5, 43, 58) !important;
    color: rgb(255, 255, 255) !important;
}

.btn5 {
    background-color: rgb(249, 249, 249);
    display: inline-block;
    padding: 0px 15px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.btn5:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

#dots {
    display: inline-block;
}

#more {
    display: none;
}

#myBtn {
    display: inline-block !important;
}

#dots2 {
    display: inline-block;
}

#more2 {
    display: none;
}

#myBtn2 {
    display: inline-block !important;
}

#dots3 {
    display: inline-block;
}

#more3 {
    display: none;
}

#myBtn3 {
    display: inline-block !important;
}

.grecaptcha-badge {
    opacity: 0;
}
