:root {
    --sandClr: #FCF8EC;
    --brown: #901749;
    --gold: #b0742a;
    --White: #fff;
    --TextColor: #414042;
    --blue:#162447;
    --font-weight-100: 100;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff
}

:root .font-weight-400 {
    font-weight: var(--font-weight-400)
}

:root .font-weight-500 {
    font-weight: var(--font-weight-500)
}

:root .font-weight-600 {
    font-weight: var(--font-weight-600)
}

:root .font-weight-700 {
    font-weight: var(--font-weight-700)
}

:root .white-text {
    color: var(--White) !important
}

:root .brown {
    color: var(--brown) !important
}

:root .gold {
    color: var(--gold) !important
}
:root .blue {
    color: var(--blue) !important
}

:root .sandClr {
    color: var(--sandClr) !important
}

:root .TextColor {
    color: var(--TextColor) !important
}

@font-face {
    font-family: "coprgtb";
    src: url("../fonts/COPRGTB.TTF");
    /*src: url("../fonts/ZonaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype"), url("../fonts/ZonaPro-Regular.svg#ZonaPro-Regular") format("svg");*/
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ebrima";
    src: url("../fonts/ebrima.ttf");
    /*src: url("../fonts/ZonaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.woff") format("woff"), url("../fonts/ZonaPro-Bold.ttf") format("truetype"), url("../fonts/ZonaPro-Bold.svg#ZonaPro-Bold") format("svg");*/
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.otf");
    /*src: url("../fonts/ZonaPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.woff") format("woff"), url("../fonts/ZonaPro-Thin.ttf") format("truetype"), url("../fonts/ZonaPro-Thin.svg#ZonaPro-Thin") format("svg");*/
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

/*@font-face {
    font-family: "Zona Pro";
    src: url("../fonts/ZonaPro-SemiBold.eot");
    src: url("../fonts/ZonaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype"), url("../fonts/ZonaPro-SemiBold.svg#ZonaPro-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bodoni 72";
    src: url("../fonts/BodoniSvtyTwoITCTT-BookIta.eot");
    src: url("../fonts/BodoniSvtyTwoITCTT-BookIta.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.ttf") format("truetype"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.svg#BodoniSvtyTwoITCTT-BookIta") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}*/

html,
body {
    font-family: "ebrima" !important;
    padding: 0px;
    margin: 0px;
    font-weight: 400 !important
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    padding: 0;
    margin: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.mt0 {
    margin-top: 0px
}

.pt0 {
    padding-top: 0px
}

.mb0 {
    margin-bottom: 0px
}

.pb0 {
    padding-bottom: 0px
}

.ml0 {
    margin-left: 0px
}

.pl0 {
    padding-left: 0px
}

.mr0 {
    margin-right: 0px
}

.pr0 {
    padding-right: 0px
}

.m0 {
    margin: 0px
}

.p0 {
    padding: 0px
}

.mt5 {
    margin-top: 5px
}

.pt5 {
    padding-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.pb5 {
    padding-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.pl5 {
    padding-left: 5px
}

.mr5 {
    margin-right: 5px
}

.pr5 {
    padding-right: 5px
}

.m5 {
    margin: 5px
}

.p5 {
    padding: 5px
}

.mt10 {
    margin-top: 10px
}

.pt10 {
    padding-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.pb10 {
    padding-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.pl10 {
    padding-left: 10px
}

.mr10 {
    margin-right: 10px
}

.pr10 {
    padding-right: 10px
}

.m10 {
    margin: 10px
}

.p10 {
    padding: 10px
}

.mt15 {
    margin-top: 15px
}

.pt15 {
    padding-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.pb15 {
    padding-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.pl15 {
    padding-left: 15px
}

.mr15 {
    margin-right: 15px
}

.pr15 {
    padding-right: 15px
}

.m15 {
    margin: 15px
}

.p15 {
    padding: 15px
}

.mt20 {
    margin-top: 20px
}

.pt20 {
    padding-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.pb20 {
    padding-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.pl20 {
    padding-left: 20px
}

.mr20 {
    margin-right: 20px
}

.pr20 {
    padding-right: 20px
}

.m20 {
    margin: 20px
}

.p20 {
    padding: 20px
}

.mt25 {
    margin-top: 25px
}

.pt25 {
    padding-top: 25px
}

.mb25 {
    margin-bottom: 25px
}

.pb25 {
    padding-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.pl25 {
    padding-left: 25px
}

.mr25 {
    margin-right: 25px
}

.pr25 {
    padding-right: 25px
}

.m25 {
    margin: 25px
}

.p25 {
    padding: 25px
}

.mt30 {
    margin-top: 30px
}

.pt30 {
    padding-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.pb30 {
    padding-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.pl30 {
    padding-left: 30px
}

.mr30 {
    margin-right: 30px
}

.pr30 {
    padding-right: 30px
}

.m30 {
    margin: 30px
}

.p30 {
    padding: 30px
}

.mt35 {
    margin-top: 35px
}

.pt35 {
    padding-top: 35px
}

.mb35 {
    margin-bottom: 35px
}

.pb35 {
    padding-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.pl35 {
    padding-left: 35px
}

.mr35 {
    margin-right: 35px
}

.pr35 {
    padding-right: 35px
}

.m35 {
    margin: 35px
}

.p35 {
    padding: 35px
}

.mt40 {
    margin-top: 40px
}

.pt40 {
    padding-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.pb40 {
    padding-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.pl40 {
    padding-left: 40px
}

.mr40 {
    margin-right: 40px
}

.pr40 {
    padding-right: 40px
}

.m40 {
    margin: 40px
}

.p40 {
    padding: 40px
}

.mt45 {
    margin-top: 45px
}

.pt45 {
    padding-top: 45px
}

.mb45 {
    margin-bottom: 45px
}

.pb45 {
    padding-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.pl45 {
    padding-left: 45px
}

.mr45 {
    margin-right: 45px
}

.pr45 {
    padding-right: 45px
}

.m45 {
    margin: 45px
}

.p45 {
    padding: 45px
}

.mt50 {
    margin-top: 50px
}

.pt50 {
    padding-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.pb50 {
    padding-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.pl50 {
    padding-left: 50px
}

.mr50 {
    margin-right: 50px
}

.pr50 {
    padding-right: 50px
}

.m50 {
    margin: 50px
}

.p50 {
    padding: 50px
}

.mt55 {
    margin-top: 55px
}

.pt55 {
    padding-top: 55px
}

.mb55 {
    margin-bottom: 55px
}

.pb55 {
    padding-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.pl55 {
    padding-left: 55px
}

.mr55 {
    margin-right: 55px
}

.pr55 {
    padding-right: 55px
}

.m55 {
    margin: 55px
}

.p55 {
    padding: 55px
}

.mt60 {
    margin-top: 60px
}

.pt60 {
    padding-top: 60px
}

.mb60 {
    margin-bottom: 60px
}

.pb60 {
    padding-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.pl60 {
    padding-left: 60px
}

.mr60 {
    margin-right: 60px
}

.pr60 {
    padding-right: 60px
}

.m60 {
    margin: 60px
}

.p60 {
    padding: 60px
}

.mt65 {
    margin-top: 65px
}

.pt65 {
    padding-top: 65px
}

.mb65 {
    margin-bottom: 65px
}

.pb65 {
    padding-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.pl65 {
    padding-left: 65px
}

.mr65 {
    margin-right: 65px
}

.pr65 {
    padding-right: 65px
}

.m65 {
    margin: 65px
}

.p65 {
    padding: 65px
}

.mt70 {
    margin-top: 70px
}

.pt70 {
    padding-top: 70px
}

.mb70 {
    margin-bottom: 70px
}

.pb70 {
    padding-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.pl70 {
    padding-left: 70px
}

.mr70 {
    margin-right: 70px
}

.pr70 {
    padding-right: 70px
}

.m70 {
    margin: 70px
}

.p70 {
    padding: 70px
}

.mt75 {
    margin-top: 75px
}

.pt75 {
    padding-top: 75px
}

.mb75 {
    margin-bottom: 75px
}

.pb75 {
    padding-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.pl75 {
    padding-left: 75px
}

.mr75 {
    margin-right: 75px
}

.pr75 {
    padding-right: 75px
}

.m75 {
    margin: 75px
}

.p75 {
    padding: 75px
}

.mt80 {
    margin-top: 80px
}

.pt80 {
    padding-top: 80px
}

.mb80 {
    margin-bottom: 80px
}

.pb80 {
    padding-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.pl80 {
    padding-left: 80px
}

.mr80 {
    margin-right: 80px
}

.pr80 {
    padding-right: 80px
}

.m80 {
    margin: 80px
}

.p80 {
    padding: 80px
}

.mt90 {
    margin-top: 90px
}

.pt90 {
    padding-top: 90px
}

.mb90 {
    margin-bottom: 90px
}

.pb90 {
    padding-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.pl90 {
    padding-left: 90px
}

.mr90 {
    margin-right: 90px
}

.pr90 {
    padding-right: 90px
}

.m90 {
    margin: 90px
}

.p90 {
    padding: 90px
}

.mt100 {
    margin-top: 100px
}

.pt100 {
    padding-top: 100px
}

.mb100 {
    margin-bottom: 100px
}

.pb100 {
    padding-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.pl100 {
    padding-left: 100px
}

.mr100 {
    margin-right: 100px
}

.pr100 {
    padding-right: 100px
}

.m100 {
    margin: 100px
}

.p100 {
    padding: 100px
}

.mt110 {
    margin-top: 110px
}

.pt110 {
    padding-top: 110px
}

.mb110 {
    margin-bottom: 110px
}

.pb110 {
    padding-bottom: 110px
}

.ml110 {
    margin-left: 110px
}

.pl110 {
    padding-left: 110px
}

.mr110 {
    margin-right: 110px
}

.pr110 {
    padding-right: 110px
}

.m110 {
    margin: 110px
}

.p110 {
    padding: 110px
}

.rs {
    font-family: RupeeForadian
}

.fs20 {
    font-size: 20px !important
}

.fs22 {
    font-size: 22px !important
}

.fs26 {
    font-size: 26px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-12 {
    font-size: 12px !important
}
.fs-11 {
    font-size: 11px !important
}
.fs-10 {
    font-size: 10px !important
}
.fs-9 {
    font-size: 9px !important
}

.sandClr {
    color: var(--sandClr)
}

.gold {
    color: var(--gold)
}

.White {
    color: var(--White)
}

.TextColor {
    color: var(--TextColor)
}

.commonBt {
    display: inline-block;
    border: solid 1px var(--gold);
    color: var(--gold);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--font-weight-600);
    position: relative
}

.commonBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: var(--White);
    color: var(--gold);
    transition: .5s
}

.commonBt span strong {
    font-weight: var(--font-weight-600);
    position: relative;
    z-index: 1
}

.commonBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: var(--gold);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center
}

.commonBt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border: solid 1px var(--gold);
    height: 100%;
    width: 100%
}

.commonBt:hover::before {
    border: solid 1px var(--blue)
}

.commonBt:hover span {
    color: var(--White);
    padding-right: 30px
}

.commonBt:hover span::before {
    width: 100%;
    background-image: url(../images/arrow-right.svg)
}

.container-1360-wrp {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0px 15px
}

.wow {
    visibility: hidden
}

.split-parent {
    overflow: hidden
}

.split-child {
    display: inline-block
}

.text_reveal {
    overflow: hidden
}

.small-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px
}

.small-title.line-text {
    display: flex
}

.small-title.line-text span {
    height: 2px;
    background-color: var(--gold);
    width: 46%;
    margin: auto
}

.common-ttle,
.common-ttle2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: var(--font-weight-600);
    /*letter-spacing: -1.5px;*/
    font-family: "coprgtb" !important;
    text-transform: uppercase;
}

.common-desc {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
    margin-bottom: 20px
}

.title-30 {
    font-size: 30px;
    font-weight: var(--font-weight-700);
    line-height: 1;
    margin-bottom: 15px
}

.title-20 {
    font-size: 20px;
    font-weight: var(--font-weight-700);
    line-height: 1;
    margin-bottom: 15px
}

p {
    font-size: 18px;
    color: var(--TextColor)
}

.infoNos {
    margin-bottom: 20px
}

.infoNos .nos {
    font-size: 40px;
    line-height: 1.2;
    font-weight: var(--font-weight-700);
    letter-spacing: -2px
}

.infoNos .nos .cr {
    font-size: 22px;
    letter-spacing: 0px
}

.infoNos p {
    font-size: 16px;
    font-weight: var(--font-weight-400);
    line-height: 22px
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    border: none;
    outline: none;
    z-index: 9990
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: auto
}

.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.desc {
    font-size: 22px;
    line-height: 36px
}

.overflow,
.scroll-hide,
.split-line,
.word,
.body-overflow {
    overflow: hidden
}

#header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 1031;
    transition: .5s;
    background-color: var(--blue);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1)
}

#header .container {
    position: relative;
    display: flex
}

#header .navbar input[type=checkbox],
#header .navbar .hamburger-lines {
    display: none
}

#header .navbar {
    padding: 0px;
    width: 100%;
    display: inherit
}

#header .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#header .menu-items {
    order: 2;
    display: flex;
    margin: 0px;
    padding: 0px;
    /*margin: auto*/
}

#header .logo {
    order: 1
}

#header .menu-items li {
    list-style: none;
    margin-left: 2rem
}

#header .navbar a {
    color: #fff;
    text-decoration: none;
    font-weight: var(--font-weight-600);
    transition: color .3s ease-in-out;
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

#header .navbar a span {
    display: block;
    position: relative;
    transform: translateY(0)
}

#header .navbar a::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    color: var(--gold)
}

#header .navbar a:hover span,
#header .navbar a.active span {
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

#header .navbar a:hover::after,
#header .navbar a.active::after {
    transform: translateY(0);
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@media(max-width: 768px) {
    #header .navbar {
        opacity: .95
    }

    #header .navbar-container input[type=checkbox],
    #header .navbar-container .hamburger-lines {
        display: block
    }

    #header .navbar-container {
        display: block;
        position: relative;
        height: 64px
    }

    #header .navbar-container input[type=checkbox] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer
    }

    #header .navbar-container .hamburger-lines {
        display: block;
        height: 24px;
        width: 33px;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #header .navbar-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #c59a5b
    }

    #header .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform .3s ease-in-out
    }

    #header .navbar-container .hamburger-lines .line2 {
        transition: transform .2s ease-in-out
    }

    #header .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform .3s ease-in-out
    }

    #header .navbar .menu-items {
        padding-top: 30px;
        background: #c89f63;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 0px;
        transition: transform .5s ease-in-out;
        overflow: hidden
    }

    #header .navbar .menu-items li {
        font-size: 1.1rem;
        font-weight: 500;
        margin-right: 2rem;
        padding: 18px 0px;
        border-bottom: solid 1px rgba(255, 255, 255, .5)
    }

    #header .logo {
        position: absolute;
        top: 10px;
        font-size: 2.5rem
    }

    #header .navbar-container input[type=checkbox]:checked~.menu-items {
        transform: translateX(0)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line2 {
        transform: scaleY(0)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg)
    }
}

@media(max-width: 500px) {
    #header .navbar-container input[type=checkbox]:checked~.logo {
        display: none
    }
}

#header .logo img {
    width: 110px
}

#header .NavRight {
    display: flex;
    align-items: center
}

#header .NavRight .downloadBrochure {
    border: solid 1px var(--blue);
    padding: 10px 20px;
    font-size: 16px;
    color: var(--blue);
    font-weight: var(--font-weight-600);
    display: block;
    width: 202px;
    margin-right: 10px;
    transition: .5s
}

#header .NavRight .downloadBrochure:hover {
    background-color: var(--gold);
    color: var(--White);
    border: solid 1px var(--gold)
}

#header .NavRight .EnquireNow {
    border: solid 1px var(--White);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    display: block;
    width: 143px;
    background-color: var(--blue);
    color: var(--White);
    transition: .5s;
    text-decoration: none !important
}

#header .NavRight .EnquireNow:hover {
    background-color: var(--gold);
    color: var(--White)
}

#header.fixed {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1)
}

#header.nav-up {
    transition: .5s;
    top: -120px
}

#header.nav-down {
    transition: .5s;
    top: 0px
}

@media(max-width: 767px) {
    #header {
        padding: 0px
    }

    #header .navbar a {
        color: var(--White)
    }
}

#header .hoh-logo {
    margin-left: 20px
}

#banner {
    width: 100%;
    margin: 0 auto;
    /*height: calc(100vh - 66px);*/
    position: relative;
    overflow: hidden;
    /*background-color: var(--sandClr);*/
    overflow: hidden;
    margin-top: 66px
}

#banner::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 100%;
    /*background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);*/
    /*opacity: .5*/
}

#banner .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    margin: auto
}

#banner .container .banner-Content {
    text-align: left;
    width: 430px;
    max-width: 100%;
    padding-bottom: 110px
}

#banner .container .banner-Content h3 {
    font-weight: var(--font-weight-600);
    color: var(--White);
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2.5%
}

#banner .container .banner-Content h4 {
    font-weight: var(--font-weight-500);
    color: var(--White);
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2.5%;
    margin: 20px 0px
}

#banner .container .banner-Content h5 {
    font-weight: var(--font-weight-300);
    color: var(--White);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -2.5%;
    font-weight: 500
}

#banner picture {
    width: 100%;
    object-fit: cover;
    height: 100%
}

#banner .scroll-downs {
    position: absolute;
    right: 0;
    bottom: 100px;
    margin: auto;
    width: 34px;
    height: 55px
}

#banner .mousey {
    width: 3px;
    padding: 10px 13px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box
}

#banner .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

#Heartland {
    background-color: var(--blue);
    padding: 100px 0px;
    margin-top: -1px;
    position: relative
}

#Heartland .Heartlandinfo {
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    padding: 20px 0px;
    margin-top: 30px
}

#Heartland .Heartland-lhs {
    height: 720px;
    overflow: hidden
}

#Heartland .Heartland-lhs img {
    width: 100%;
    height: 110%;
    object-fit: cover
}

@media(max-width: 767px) {
    #Heartland .Heartland-lhs {
        height: auto
    }
}

#Heartland .locationList {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#Heartland .locationList li {
    position: relative;
    background-image: url(../images/tri.svg);
    background-repeat: no-repeat;
    background-position: left 12px;
    font-size: 16px;
    padding: 7px 0px;
    padding-left: 20px;
    transition: .3s
}

@media(max-width: 767px) {
    #Heartland .locationList li {
        padding-left: 13px
    }
}

#Heartland .locationList li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: var(--font-weight-700)
}

@media(max-width: 767px) {
    #Heartland .locationList li span {
        display: block;
        position: relative
    }
}

#Heartland .locationList li:hover {
    color: var(--gold);
    margin-left: 3px
}

#PrimeLocation {
    background-color: var(--blue);
    padding: 70px 0px
}

#PrimeLocation .PrimeLocationCards {
    position: relative;
    background-color: var(--White);
    text-align: center;
    padding: 10px;
    transition: 1s
}

#PrimeLocation .PrimeLocationCards .PrimeLocationIcon {
    border: solid 2px var(--gold);
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: grid;
    place-content: center;
    margin: auto;
    transform: translate(0px, -60px);
    background-color: var(--White);
    transition: 1s
}

#PrimeLocation .PrimeLocationCards .PrimeLocationIcon svg path {
    transition: 1s
}

#PrimeLocation .PrimeLocationCards p {
    margin-top: -30px
}

#PrimeLocation .PrimeLocationCards:hover {
    background-color: var(--gold)
}

#PrimeLocation .PrimeLocationCards:hover p {
    color: var(--White)
}

#PrimeLocation .PrimeLocationCards:hover .PrimeLocationIcon {
    background-color: var(--blue)
}

#PrimeLocation .PrimeLocationCards:hover .PrimeLocationIcon svg path {
    fill: var(--White)
}

#location {
    background-color: #dcdedf;
    position: relative;
    padding: 100px 0px;
    /*height: 890px;*/
    overflow: hidden
}

@media(max-width: 767px) {
    #location {
        padding: 40px 0px;
        height: auto
    }
}

#location .locationmap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 732px
}

@media(max-width: 767px) {
    #location .locationmap {
        position: relative
    }
}

#location .locationmap .LocationPin {
    position: absolute;
    top: 0px
}

#location .locationmap .LocationPinName {
    position: absolute;
    top: 0px
}

#location .locationmap .LocationPin2 {
    position: absolute;
    top: 350px;
    left: 267px
}

#location .locationmap .LocationPin2 img {
    width: 40px
}

#location .locationmap .LocationPin2::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    bottom: 0px;
    left: 17px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: .5s;
    animation: pulse-animation 2s infinite
}

#location .locationmap .compass {
    position: absolute;
    bottom: 30px;
    left: -100px
}

#location .locationmap .compass img {
    width: 150px
}

#location .locationmap .map-legrand {
    position: absolute;
    right: 20px;
    bottom: 30px
}

#location .locationmap .map-legrand img {
    width: 130px
}

#location .locationList {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#location .locationList li {
    position: relative;
    background-image: url(../images/tri.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    padding: 7px 0px;
    padding-left: 20px;
    transition: .3s
}

@media(max-width: 767px) {
    #location .locationList li {
        padding-left: 13px
    }
}

#location .locationList li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: var(--font-weight-700)
}

@media(max-width: 767px) {
    #location .locationList li span {
        display: block;
        position: relative
    }
}

#location .locationList li:hover {
    color: var(--gold);
    margin-left: 3px
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(144, 23, 73, .5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(144, 23, 73, 0)
    }
}

#location .nav-tabs {
    border: none;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 50px
}

@media(max-width: 767px) {
    #location .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
}

#location .nav-tabs .nav-link {
    padding: 20px 20px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: var(--font-weight-600);
    border: none;
    color: #000;
    position: relative;
    border-radius: 0px;
    opacity: 1;
    border-radius: 80px 80px 0px 0px;
    width: 134px;
    margin: 0px;
    height: 170px;
    border-bottom: solid 1px #c2c2c2
}

#location .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: var(--gold);
    width: 0%;
    transition: .5s
}

#location .nav-tabs .nav-link span {
    display: block;
    margin-bottom: 10px
}

#location .nav-tabs .nav-link.active {
    background: linear-gradient(180deg, #FCEFDF 14.04%, #FFFFFF 85.38%);
    opacity: 1;
    font-weight: var(--font-weight-600);
    color: #231f20
}

#location .nav-tabs .nav-link.active::before {
    width: 100%;
    transition: 1s
}

#location .mobilemap {
    margin-top: 30px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, .1);
    position: relative
}

#location .mobilemap a {
    border: none;
    outline: none
}

#location .mobilemap::after {
    content: "Click to zoom";
    width: fit-content;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    background-color: var(--gold);
    color: var(--White);
    z-index: 1;
    padding: 10px;
    line-height: 5px;
    font-weight: 700;
    font-size: 14px;
    pointer-events: none
}

#location .scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative
}

#location .scroll-content {
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    padding: 10px
}

#location .scroll-content::-webkit-scrollbar {
    height: 8px
}

#location .scroll-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

#location .scroll-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

#location .next-prev-button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: none
}

#location .scroll-left,
#location .scroll-right {
    background-color: rgba(0, 0, 0, 0) !important;
    border: solid 1px #e4e4e4;
    width: fit-content;
    padding: 0px;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    display: none
}

#location .scroll-left {
    right: 60px
}

#iconic {
    position: relative;
    overflow: hidden;
    overflow: hidden
}

@media(max-width: 767px) {
    #iconic {
        height: auto
    }
}

#iconic .image-container {
    position: relative;
    width: 500px;
    height: 500px
}

#iconic .polygons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#iconic .polygon {
    position: absolute;
    background-color: #000
}

#iconic .revealed-image {
    width: 100%;
    height: 100%;
    display: block
}

#iconic .iconic-bg img {
    width: 100%
}

@media(max-width: 767px) {
    #iconic .iconic-bg {
        position: relative
    }
}

#iconic .container {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
    margin: auto
}

@media(max-width: 767px) {
    #iconic .container {
        padding-top: 40px
    }
}

#iconic .container .iconicRight {
    padding-top: 80px;
    padding-right: 60px
}

@media(max-width: 767px) {
    #iconic .container .iconicRight {
        padding-top: 20px;
        padding-right: 0px
    }
}

#Amenities {
    background-color: var(--blue);
    /*background: url(../images/texture2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px
}

#Amenities .AmenitiesLeft {
    padding-right: 0px
}

#Amenities .AmenitiesLeft .AmenitiesCards {
    text-align: center;
    transition: .3s
}

#Amenities .AmenitiesLeft .AmenitiesCards .AmenitiesIcon {
    margin-bottom: 5px
}

#Amenities .AmenitiesLeft .AmenitiesCards p {
    font-size: 16px;
    color: #ce8f3f;
}

#Amenities .AmenitiesLeft .AmenitiesCards:hover {
    transform: scale(1.05);
}

#Amenities .nav-tabs {
    border: none;
    margin: -50px 0px 80px auto;
    margin-bottom: 50px;
    width: fit-content;
}
#Amenities .swiper-button-next, #Amenities .swiper-button-prev {
    position: absolute;
    top: 45%;
    z-index: 10;
    width: unset;
    height: unset;
    margin-top: unset;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
#Amenities .swiper-button-prev img, #Amenities .swiper-button-next img {
    border: 1px solid #fff;
    padding: 10px;
    background: #162447;
}
#Amenities span.swiper-button-prev {
    left: 20px;
}
#Amenities span.swiper-button-next {
    right: 0px;
}
@media(max-width: 767px) {
    #Amenities .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    #Amenities span.swiper-button-next {
        right: -10px !important;
    }
    #Amenities span.swiper-button-prev {
        left: 10px !important;
    }
}

#Amenities .nav-tabs .nav-link {
    padding: 15px 35px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: var(--font-weight-400);
    border: none;
    position: relative;
    color: var(--gold);
    border-radius: 0px;
    opacity: 1;
    margin: 0px;
    border: solid 1px var(--gold);
    margin-left: 20px
}

#Amenities .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: var(--gold);
    width: 0%;
    transition: .5s
}

#Amenities .nav-tabs .nav-link span {
    display: block;
    margin-bottom: 10px
}

#Amenities .nav-tabs .nav-link.active {
    opacity: 1;
    font-weight: var(--font-weight-600);
    color: var(--White);
    background-color: var(--gold)
}

#Amenities #accordionExample {
    margin-right: 30px
}

#Amenities .accordion-button {
    padding: 1.5rem 1.25rem
}

#Amenities .accordion-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px !important
}

#Amenities .accordion-button {
    font-size: 22px;
    color: var(--black);
    font-weight: var(--font-weight-600);
    background-color: var(--sandClr);
    box-shadow: none;
    border: none
}

#Amenities .accordion-button:focus {
    box-shadow: none
}

#Amenities .accordion-body {
    padding-top: 0px !important
}

#Configurations {
    /*background-color: var(--sandClr);*/
    padding: 50px 0px;
    /*padding-top: 0px*/
}

#Configurations nav {
    margin: 60px 0px
}

#Configurations nav .nav {
    width: fit-content;
    margin: auto
}

@media(max-width: 767px) {
    #Configurations nav .nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }
}

#Configurations nav .nav-link {
    font-size: 20px;
    color: #505050;
    border-radius: 0px;
    padding: 10px 60px;
    border: solid 1px rgba(144, 23, 73, .2);
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: var(--font-weight-600)
}

#Configurations nav .nav-link.active {
    background-color: var(--blue);
    color: var(--White)
}

#Configurations .towerDetails {
    text-align: center;
    display: grid;
    place-content: center;
    padding: 0px 100px;
    height: 100%
}

#Configurations .towerDetails h2 {
    color: var(--blue);
    font-size: 30px;
    font-weight: var(--font-weight-400);
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative
}

#Configurations .towerDetails h2::before {
    content: "";
    position: absolute;
    width: 170px;
    bottom: 0px;
    height: 2px;
    background-color: var(--gold);
    left: 0px;
    right: 0px;
    margin: auto
}

#Configurations .towerDetails p {
    font-size: 20px;
    margin-bottom: 30px
}

#Configurations h5 {
    font-weight: var(--font-weight-700);
    color: var(--gold);
    font-size: 30px
}

#Configurations h6 {
    color: var(--gold);
    font-size: 20px;
    font-weight: var(--font-weight-600)
}
.towerImg img {
    border: 1px solid #b0742a;
}
@media(max-width: 767px) {
    #Configurations {
        padding: 40px 0px
    }
}

#artful {
    background-color: var(--blue);
    /*background: url(../images/texture2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px
}

#artful .artfulLHS {
    /*text-align: left;*/
    /*padding-right: 60px*/
    margin-bottom: 60px;
}

#artful .ArtfulGallery a {
    position: relative;
    overflow: hidden;
    display: block
}

#artful .ArtfulGallery a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    background-image: url(../images/magnifier.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

#artful .ArtfulGallery a:hover::before {
    opacity: 1;
    visibility: visible;
}

#get-in-touch {
    background-color: var(--White);
    padding-top: 50px;
    position: relative;
    height: 540px;
}

#get-in-touch .get-in-touch-wrp {
    background-color: var(--White);
    border: 1px solid;
    border-color: var(--blue);
}

#get-in-touch .get-in-touch-wrp .get-in-touch-LHS {
    height: 580px;
    overflow: hidden;
}

#get-in-touch .get-in-touch-wrp .get-in-touch-LHS img {
    width: 100%;
    height: 110%;
    object-fit: cover
}

@media(max-width: 767px) {
    #get-in-touch .get-in-touch-wrp .get-in-touch-LHS {
        height: auto
    }
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS {
    padding: 40px 0px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .common-ttle {
    font-size: 36px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box {
    width: 480px;
    max-width: 100%;
    margin: auto;
    margin-top: 18px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box {
    position: relative
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box input,
#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #a4a4a4;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    opacity: .6;
    pointer-events: none;
    transition: .5s
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box input:focus~label,
#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box textarea:focus~label,
#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box textarea:valid~label,
#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #000;
    opacity: 1;
    font-size: 12px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    opacity: 1;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .form-group {
    display: block;
    margin-bottom: 15px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .form-group label {
    position: relative;
    cursor: pointer;
    opacity: .6
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--gold);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    transform: translateY(-3px)
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #414042;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .EnquireNowBt {
    border: solid 1px var(--blue);
    padding: 10px 30px;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    display: block;
    background-color: var(--blue);
    color: var(--White);
    transition: .5s;
    width: fit-content;
    margin: auto;
    margin-top: 30px
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .EnquireNowBt:hover {
    background-color: var(--gold);
    color: var(--White)
}

#magical {
    position: relative;
    overflow: hidden;
    height: 900px;
    overflow: hidden
}

#magical .magical_inner {
    background-color: var(--gold);
    padding: 30px;
    width: 450px;
    max-width: 100%;
    margin-top: 71px;
    height: 480px
}

#magical .magical_inner .locationList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 10px
}

#magical .magical_inner .locationList li {
    position: relative;
    background-image: url(../images/whire-tri.svg);
    background-repeat: no-repeat;
    background-position: left 11px;
    font-size: 16px;
    padding: 6px 0px;
    padding-left: 20px;
    transition: .3s;
    color: var(--White)
}

@media(max-width: 767px) {
    #magical .magical_inner .locationList li {
        padding-left: 13px
    }
}

#magical .magical_inner .locationList li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: var(--font-weight-700)
}

@media(max-width: 767px) {
    #magical .magical_inner .locationList li span {
        display: block;
        position: relative
    }
}

#magical .magical_inner .locationList li:hover {
    margin-left: 3px
}

@media(max-width: 767px) {
    #magical {
        height: auto
    }
}

#magical .image-container {
    position: relative;
    width: 500px;
    height: 500px
}

#magical .revealed-image {
    width: 100%;
    height: 100%;
    display: block
}

#magical .iconic-bg {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0%;
    right: 0px
}

#magical .iconic-bg .image-label {
    bottom: 50px;
    right: 60px
}

#magical .iconic-bg img {
    width: 100%
}

@media(max-width: 767px) {
    #magical .iconic-bg {
        position: relative
    }
}

#magical .container {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: end;
    justify-content: start;
    height: 100%
}

@media(max-width: 767px) {
    #magical .container {
        padding-top: 40px
    }
}

#magical .container .iconicRight {
    padding-top: 80px;
    padding-right: 60px
}

@media(max-width: 767px) {
    #magical .container .iconicRight {
        padding-top: 20px;
        padding-right: 0px
    }
}

#footer {
    background: var(--blue) ;
    /*background: url(../images/texture2.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 30px
}

#footer .skyrisefooter-logo {
    text-align: center;
}

#footer .skyrisefooter-logo img {
    width: auto;
    padding: 10px;
    background: #fff;
}

#footer .maharera {
    display: flex;
    /*padding-bottom: 11px;*/
    /*margin-bottom: 20px*/
}

#footer .maharera .skyriseMahaRERA {
    padding-left: 17px;
    padding-top: 5px
}

#footer .maharera .skyriseMahaRERA p {
    color: var(--White);
    font-size: 14px
}

#footer .maharera .skyriseMahaRERA p.bor-bottom {
    /*border-bottom: solid 1px rgba(255, 255, 255, .3);*/
    padding-bottom: 10px
}

#footer .maharera .skyriseMahaRERA p span,
#footer .maharera .skyriseMahaRERA p a {
    font-weight: var(--font-weight-700);
    color: var(--White)
}

@media(max-width: 767px) {
    #footer .maharera {
        display: block
    }
}

#footer .HeadOffice {
    padding-left: 0px;
    /*transform: translate(20px, 0px)*/
}

#footer .HeadOffice h2 {
    font-weight: var(--font-weight-700);
    color: var(--White);
    font-size: 16px;
    margin-bottom: 13px
}

#footer .HeadOffice p {
    color: var(--White);
    font-size: 14px
}

#footer .HeadOffice p img {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-4px)
}

#footer .HeadOffice p.bor-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-bottom: 10px
}

#footer .HeadOffice p span,
#footer .HeadOffice p a {
    color: var(--White)
}

#footer .footerRight a {
    display: block;
    font-weight: var(--font-weight-700);
    font-size: 16px;
    color: var(--White);
    padding-bottom: 14px
}

#footer .socialLink {
    margin-top: 10px;
    border-top: solid 1px rgba(255, 255, 255, .3);
    width: 100%;
    padding: 10px 0px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between
}

#footer .socialLink a {
    padding: 0px 10px;
    transition: .5s;
    transform: translateY(0px);
    display: inline-block
}

#footer .socialLink a:hover {
    opacity: .8;
    transform: translateY(-2px)
}

@media(max-width: 767px) {
    #footer .socialLink {
        width: 100%
    }
}

#footer .copyright {
    color: var(--White);
    font-size: 12px;
    border-top: solid 1px rgba(255, 255, 255, .3);
    padding-top: 18px;
    margin-bottom: 50px;
    margin-top: 20px
}

#footer .copyright p {
    color: var(--White);
    font-size: 12px
}

#footer .Privacy {
    color: var(--White)
}

#footer .Privacy a {
    color: var(--White);
    font-size: 12px
}

#footer .Disclaimer p {
    padding-left: 20px;
    text-align: justify
}

@media(max-width: 767px) {
    #footer {
        padding: 40px 0px;
        text-align: center
    }

    #footer .HeadOffice {
        margin-top: 0px;
        padding-left: 0px
    }
}

#footer .prescon {
    margin-top: -6px
}

#footer .prescon img {
    width: 86px
}

.image-label {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: center;
    color: var(--White);
    font-size: 9px;
    padding: 4px;
    line-height: 1;
    font-weight: 600
}

.ten-cols .col-xs-1 {
    width: 10%
}

.five-cols .col-xs-2 {
    width: 20%
}

@media(min-width: 768px) {
    .ten-cols .col-sm-1 {
        width: 10%
    }

    .five-cols .col-sm-2 {
        width: 20%
    }
}

@media(min-width: 992px) {
    .ten-cols .col-md-1 {
        width: 10%
    }

    .five-cols .col-md-2 {
        width: 20%
    }
}

@media(min-width: 1200px) {
    .ten-cols .col-lg-1 {
        width: 10%
    }

    .five-cols .col-lg-2 {
        width: 20%
    }
}

.fancybox-content {
    padding: 0px !important
}

.fancybox-content .container {
    padding-left: 0px;
    padding-right: 0px
}

.getintouchRight2 {
    padding: 40px 70px
}

.getintouchRight2 .login-box .user-box {
    position: relative
}

.getintouchRight2 .login-box h6 {
    margin: 0 0 30px 0px;
    padding: 0;
    color: var(--black)
}

.getintouchRight2 .login-box .user-box input,
.getintouchRight2 .login-box .user-box textarea,
.getintouchRight2 .login-box .user-box select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.getintouchRight2 .login-box .user-box .labeltag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    opacity: .6;
    pointer-events: none;
    transition: .5s;
    text-transform: capitalize
}

.getintouchRight2 .user-box label.error {
    position: unset !important;
    bottom: -20px;
    color: red !important;
    font-size: 10px !important;
    padding: 0px
}

.getintouchRight2 .user-box {
    position: relative;
    margin-bottom: 15px
}

.getintouchRight2 .login-box .user-box select {
    appearance: auto !important;
    -webkit-appearance: auto !important
}

.getintouchRight2 .login-box .user-box input:focus~.labeltag,
.getintouchRight2 .login-box .user-box textarea:focus~.labeltag,
.getintouchRight2 .login-box .user-box textarea:valid~.labeltag,
.getintouchRight2 .login-box .user-box input:valid~.labeltag {
    top: -20px;
    left: 0;
    color: var(--blue);
    opacity: 1;
    font-size: 12px
}

select {
    opacity: .6
}

.SubmitBtn {
    font-size: 16px;
    font-weight: var(--font-weight-600);
    transition: .5s;
    padding: 10px 15px;
    background-color: var(--blue);
    color: var(--White);
    border: none;
    display: inline-block
}

.SubmitBtn span {
    transition: .5s;
    display: inline-block;
    transform: translate(0px, -3px)
}

.SubmitBtn:hover {
    padding-right: 20px;
    background-color: var(--blue);
    color: var(--White)
}

.SubmitBtn:hover span {
    transform: translate(10px, -3px)
}

.SubmitBtn:hover span svg path {
    fill: var(--White)
}

.Close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0px;
    z-index: 1;
    border: none;
    box-shadow: none
}

.Close_btn:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.poplogo {
    margin-bottom: 30px
}

#enqueryFormPopup .modal-body {
    padding: 0px;
    background: var(--blue);
    color: #fff !important;
}

#enqueryFormPopup .modal-dialog {
    max-width: 900px !important
}

.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px)
}

.modal-body {
    padding: 0px
}

#thankyou {
    background-color: var(--blue)
}

#thankyou .thankyouLeft {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 130px;
    gap: 23px
}

#thankyou .thankyouLeft h4 {
    font-weight: var(--font-weight-700);
    color: var(--White);
    font-size: 30px
}

#thankyou .thankyouLeft p {
    color: var(--White)
}

#thankyou .thankyou-img {
    position: relative
}

#thankyou .thankyou-img .image-label {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: center;
    color: var(--White);
    font-size: 9px;
    padding: 4px;
    line-height: 1;
    font-weight: 600
}

.image-label {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: center;
    color: var(--White);
    font-size: 10px;
    padding: 4px;
    line-height: 1;
    font-weight: 600;
    z-index: 1;
    pointer-events: none
}

@-webkit-keyframes animate-svg-fill-1000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-1000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-1000 {
    -webkit-animation: animate-svg-fill-1000 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .4s both;
    animation: animate-svg-fill-1000 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .4s both
}

@-webkit-keyframes animate-svg-fill-2000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-2000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-2000 {
    -webkit-animation: animate-svg-fill-2000 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .5s both;
    animation: animate-svg-fill-2000 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .5s both
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .6s both;
    animation: animate-svg-fill-3 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .6s both
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .7s both;
    animation: animate-svg-fill-4 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .7s both
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .8s both;
    animation: animate-svg-fill-5 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .8s both
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .9s both;
    animation: animate-svg-fill-6 .5s cubic-bezier(0.47, 0, 0.745, 0.715) .9s both
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #901749
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-7 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-fill-8 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
    animation: animate-svg-fill-9 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-fill-10 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
    animation: animate-svg-fill-11 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-fill-12 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-fill-13 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-fill-13 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-fill-14 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
    animation: animate-svg-fill-14 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-fill-15 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-fill-15 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-fill-16 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
    animation: animate-svg-fill-16 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both
}

@-webkit-keyframes animate-svg-fill-17 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-17 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-17 {
    -webkit-animation: animate-svg-fill-17 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: animate-svg-fill-17 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both
}

@-webkit-keyframes animate-svg-fill-18 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-18 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-18 {
    -webkit-animation: animate-svg-fill-18 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
    animation: animate-svg-fill-18 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both
}

@-webkit-keyframes animate-svg-fill-19 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-19 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-19 {
    -webkit-animation: animate-svg-fill-19 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
    animation: animate-svg-fill-19 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both
}

@-webkit-keyframes animate-svg-fill-20 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-20 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-20 {
    -webkit-animation: animate-svg-fill-20 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation: animate-svg-fill-20 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both
}

@-webkit-keyframes animate-svg-fill-21 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-21 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-21 {
    -webkit-animation: animate-svg-fill-21 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
    animation: animate-svg-fill-21 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both
}

@-webkit-keyframes animate-svg-fill-22 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-22 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-22 {
    -webkit-animation: animate-svg-fill-22 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
    animation: animate-svg-fill-22 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both
}

@-webkit-keyframes animate-svg-fill-23 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-23 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-23 {
    -webkit-animation: animate-svg-fill-23 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
    animation: animate-svg-fill-23 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both
}

@-webkit-keyframes animate-svg-fill-24 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-24 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-24 {
    -webkit-animation: animate-svg-fill-24 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
    animation: animate-svg-fill-24 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both
}

@-webkit-keyframes animate-svg-fill-25 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-25 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-25 {
    -webkit-animation: animate-svg-fill-25 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: animate-svg-fill-25 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both
}

@-webkit-keyframes animate-svg-fill-26 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-26 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-26 {
    -webkit-animation: animate-svg-fill-26 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
    animation: animate-svg-fill-26 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both
}

@-webkit-keyframes animate-svg-fill-27 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-27 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-27 {
    -webkit-animation: animate-svg-fill-27 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
    animation: animate-svg-fill-27 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both
}

@-webkit-keyframes animate-svg-fill-28 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-28 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-28 {
    -webkit-animation: animate-svg-fill-28 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
    animation: animate-svg-fill-28 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both
}

@-webkit-keyframes animate-svg-fill-29 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-29 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-29 {
    -webkit-animation: animate-svg-fill-29 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
    animation: animate-svg-fill-29 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both
}

@-webkit-keyframes animate-svg-fill-30 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-30 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-30 {
    -webkit-animation: animate-svg-fill-30 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
    animation: animate-svg-fill-30 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both
}

@-webkit-keyframes animate-svg-fill-31 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-31 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-31 {
    -webkit-animation: animate-svg-fill-31 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
    animation: animate-svg-fill-31 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both
}

@-webkit-keyframes animate-svg-fill-32 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-32 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-32 {
    -webkit-animation: animate-svg-fill-32 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
    animation: animate-svg-fill-32 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both
}

@-webkit-keyframes animate-svg-fill-33 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

@keyframes animate-svg-fill-33 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #000
    }
}

.svg-elem-33 {
    -webkit-animation: animate-svg-fill-33 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both;
    animation: animate-svg-fill-33 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both
}

@-webkit-keyframes animate-svg-fill-34 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #fff
    }
}

@keyframes animate-svg-fill-34 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #fff
    }
}

.svg-elem-34 {
    -webkit-animation: animate-svg-fill-34 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
    animation: animate-svg-fill-34 .5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both
}

.fancybox-content {
    padding: 0px !important
}

.fancybox-content .container {
    padding-left: 0px;
    padding-right: 0px
}

.getintouchRight2 {
    padding: 40px 70px
}

.getintouchRight2 .login-box .user-box {
    position: relative
}

.getintouchRight2 .login-box h6 {
    margin: 0 0 30px 0px;
    padding: 0;
    color: var(--black)
}

.getintouchRight2 .login-box .user-box input,
.getintouchRight2 .login-box .user-box textarea,
.getintouchRight2 .login-box .user-box select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0);
    
}
#popupphone, #phone { padding-left: 55px !important; }
.getintouchRight2 .user-box #banner-cta-CountryCode {
    color: #fff;
    background: var(--blue);
}
.getintouchRight2 .login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    opacity: .8;
    pointer-events: none;
    transition: .5s;
    text-transform: capitalize
}

.getintouchRight2 .login-box .user-box select {
    appearance: auto !important;
    -webkit-appearance: auto !important
}

.getintouchRight2 .login-box .user-box input:focus~label,
.getintouchRight2 .login-box .user-box textarea:focus~label,
.getintouchRight2 .login-box .user-box textarea:valid~label,
.getintouchRight2 .login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: var(--White);
    opacity: 1;
    font-size: 12px
}

select {
    opacity: .6
}

.SubmitBtn {
    font-size: 16px;
    font-weight: var(--font-weight-600);
    transition: .5s;
    padding: 10px 15px;
    background-color: var(--blue);
    color: var(--White);
    border: none;
    display: inline-block
}

.SubmitBtn span {
    transition: .5s;
    display: inline-block;
    transform: translate(0px, -3px)
}

.SubmitBtn:hover {
    padding-right: 20px;
    background-color: var(--blue);
    color: var(--White)
}

.SubmitBtn:hover span {
    transform: translate(10px, -3px)
}

.SubmitBtn:hover span svg path {
    fill: var(--White)
}

.Close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0px;
    z-index: 1;
    border: none;
    box-shadow: none
}

.Close_btn:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.poplogo {
    margin-bottom: 30px
}

#enqueryFormPopup .modal-body {
    padding: 0px
}

#enqueryFormPopup .modal-dialog {
    max-width: 900px !important
}

.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px)
}

.modal-body {
    padding: 0px
}

#thankyou {
    background-color: var(--blue)
}

#thankyou .thankyouLeft {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 130px;
    gap: 23px
}

#thankyou .thankyouLeft h4 {
    font-weight: var(--font-weight-700);
    color: var(--White);
    font-size: 30px
}

#thankyou .thankyouLeft p {
    color: var(--White)
}

#thankyou .thankyou-img {
    position: relative
}

#thankyou .thankyou-img .image-label {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: center;
    color: var(--White);
    font-size: 9px;
    padding: 4px;
    line-height: 1;
    font-weight: 600
}

.CountryCode2 {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    margin-bottom: 10px !important
}

#image-container img {
    max-width: 100%;
    height: 100%;
    display: none
}

#image-container img.active {
    display: block;
    animation: fadeIn 1s ease-in-out
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.enquieymb {
    background: var(--gold);
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #c3985a
}

.enquieymb h5 {
    padding: 5px 0px
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.gallery-item {
    display: block
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15);
    transition: box-shadow .2s
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .35)
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox)
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100)
}
.btn-close { filter: invert(1); }
.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0
}

.lightbox-modal .lightbox-content {
    width: 100%
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important
}

.lightbox-modal .carousel-inner {
    width: 75%
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem
}

@media(min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%
    }
}

[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
    filter: none
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: rgba(0, 0, 0, 0);
    opacity: .6;
    font-size: 1.25rem
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor
}

.getintouchRight2 .user-box label.error {
    color: red !important;
}

.login-box .user-box input,
.login-box .user-box textarea {
    margin-bottom: 25px !important;
}

.userbobone label.error {
    padding: 60px 1px !important;
    color: red !important;
}
label.error {
    color: #b72424 !important;
}
.commonBt { padding:0px; } 
/*# sourceMappingURL=style.min.css.map */
.user-box #banner-cta-CountryCode {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #a4a4a4;
    outline: none;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.address { 
    color: var(--White);
    font-size: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-bottom: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-control:focus { 
    box-shadow: unset !important;
}
.ArtfulGallery .swiper-button-next, .ArtfulGallery .swiper-button-prev {
    position: relative !important;
    cursor: pointer !important;
    display: inline-block !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-top: 25px !important;
}
.swiper-button-prev img, .swiper-button-next img {
    border: 1px solid #fff;
    padding: 10px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    height: 23px !important;
    color: rgb(0, 0, 0) !important;
    margin: 0px 15px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.iti__flag-container { height: 38px; }
.iti.iti--allow-dropdown { width: 100% !important; }
.iti__country-list { background-color: #000 !important; color: #fff !important; z-index: 999; }
.iti__country-list { z-index: 999; }

.iti.iti--allow-dropdown {
    width: 100%;
}
.qr-position {
    position: absolute;
    top: 25px;
    right: 35px;
    padding-left: 15px;
    border-radius: 6px;
    text-align: center;
    z-index: 10;
    color: #000 !important;
    background: #ffffff8a;
}
.qr-position p {
    color: #000;
    font-size: 11px;
}
