:root {
    --sandClr: #FCF8EC;
    --brown: #1e4679;
    --gold: #C5995B;
    --White: #fff;
    --TextColor: #414042;
    --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
}

: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 .sandClr {
    color: var(--sandClr) !important
}

:root .TextColor {
    color: var(--TextColor) !important
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, .5)
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(120, 120, 120, .6);
    -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, .6)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(120, 120, 120, .4)
}
@font-face { font-family: "luxenta-vf"; src: url('../fonts/luxenta-vf.ttf'); }
@font-face { font-family: "NexaBold"; src: url('../fonts/NexaBold.otf'); }


html,
body {
    font-family: "luxenta-vf" !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: 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 #1e4679;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--font-weight-600);
    position: relative;
    padding: 0;
}
.elemimg{
        width: 165px;
    position: absolute;
    transform: rotate(90deg);
    right: -18px;
    top: 0px;
}
.commonBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #1e4679;
    color: #fff;
    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: #1e4679;
    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 #1e4679;
    height: 100%;
    width: 100%
}

.commonBt:hover::before {
    border: solid 1px var(--brown)
}

.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;
    letter-spacing: 3px;
}

.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
}

.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
}

#content-overlay {
    position: fixed;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5)
}

#progress-overlay {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: var(--brown)
}

#overlay {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden
}

#overlay .logo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 1
}

#overlay #progstat {
    color: var(--brown);
    font-size: 200px;
    letter-spacing: -3px;
    font-weight: var(--font-weight-700);
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0
}

body.scroll-hide {
    overflow: hidden
}

.intro-anim {
    transform: translateY(-50px);
    opacity: 0
}

#header {
    position: fixed;
    left: 0px;
    top: -100px;
    width: 100%;
    padding: 10px 0px;
    z-index: 1031;
    transition: .5s;
    background-color: #fff;
    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: 84%;
    display: inherit
}

#header .navbar-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

#header .menu-items {
    order: 2;
    display: flex;
    margin: 0px;
    padding: 0px;
    margin: auto;
        list-style: none;
        letter-spacing: 0.05rem;
}

#header .logo {
    order: 1
}

#header .menu-items li {
    /* list-style: none; */
    margin-left: 2rem
}

#header .navbar a {
    color: #000;
    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: #1e4679;
}

#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: #1e4679;
    }

    #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;
        list-style: none;
        background: #1e4679;
        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: 123px
}

#header .NavRight {
    display: inline-block;
    /* align-items: center */
}

#header .NavRight .downloadBrochure {
    border: solid 1px var(--brown);
    padding: 10px 20px;
    font-size: 16px;
    color: var(--brown);
    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(--brown);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    display: block;
    width: 143px;
    background-color: var(--brown);
    color: var(--White);
    transition: .5s
}

#header .NavRight .EnquireNow:hover {
    background-color: #fff;
    color: #1e4679;
}
#Overview{
background: #fff;
}
#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 - 0px);*/
    position: relative;
    overflow: hidden;
  /*  background-color: var(--sandClr);*/
    overflow: hidden
}

#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 .belicia {
    position: relative;
    top: 200px;
    opacity: 0
}

#banner .marsk-layer {
    box-sizing: border-box;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 0px 0px;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: absolute;
    inset: 0px;
    z-index: 2;
    pointer-events: none
}

#banner .marsk-layer.active {
    border-width: 60px 60px 60px
}

#banner .marsk-layer.active2 {
    border-width: 200px 200px 200px
}

#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 video {
    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(--sandClr);
    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: 60%;
    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(--brown);
    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(--brown)
}

#PrimeLocation .PrimeLocationCards:hover .PrimeLocationIcon svg path {
    fill: var(--White)
}

#location {
    background-color: var(--White);
    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: 30px
}

@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: #aeaeae;
    position: relative;
    border-radius: 0px;
    opacity: 1;
    border-radius: 80px 80px 0px 0px;
    width: 144px;
    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: #fff;
    padding: 100px 0px
}

#Amenities .AmenitiesLeft {
    padding-right: 60px
}

#Amenities .AmenitiesLeft .AmenitiesCards {
    text-align: center;
    transition: .3s
}

#Amenities .AmenitiesLeft .AmenitiesCards .AmenitiesIcon {
    margin-bottom: 5px
}

#Amenities .AmenitiesLeft .AmenitiesCards p {
    font-size: 16px
}

#Amenities .AmenitiesLeft .AmenitiesCards:hover {
    transform: scale(1.05)
}

#Amenities .nav-tabs {
    border: none;
    margin: -50px 0px 80px auto;
    margin-bottom: 50px;
    width: fit-content
}

@media(max-width: 767px) {
    #Amenities .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
}

#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
}

#towers {
    /* background-image: url(../img/texture.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    padding-top: 41px
}

#towers nav {
    margin: 20px 0px
}

#towers nav .nav {
    width: fit-content;
    margin: auto
}

@media(max-width: 767px) {
    #towers nav .nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }
}

#towers 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)
}

#towers nav .nav-link.active {
    background-color: var(--brown);
    color: var(--White)
}

#towers .towerDetails {
    text-align: center;
    display: grid;
    place-content: center;
    padding: 0px 100px;
    height: 100%
}

#towers .towerDetails h2 {
    color: var(--brown);
    font-size: 30px;
    font-weight: var(--font-weight-400);
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative
}

#towers .towerDetails h2::before {
    content: "";
    position: absolute;
    width: 170px;
    bottom: 0px;
    height: 2px;
    background-color: var(--gold);
    left: 0px;
    right: 0px;
    margin: auto
}

#towers .towerDetails p {
    font-size: 20px;
    margin-bottom: 30px
}

#towers h5 {
    font-weight: var(--font-weight-700);
    color: var(--gold);
    font-size: 30px
}

#towers h6 {
    color: var(--gold);
    font-size: 20px;
    font-weight: var(--font-weight-600)
}

@media(max-width: 767px) {
    #towers {
        padding: 40px 0px
    }
}

#artful {
    background-color: var(--brown);
    padding: 100px 0px
}

#artful .artfulLHS {
    text-align: left;
    padding-right: 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: #fff;
    padding-top: 100px;
    position: relative;
    height: 540px
}

#get-in-touch .get-in-touch-wrp {
    background-color: #fff;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#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(--brown);
    padding: 10px 30px;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    display: block;
    background-color: var(--brown);
    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-color: #1e4679;
    background-size: cover;
    /* background-repeat: no-repeat; */
    padding-top: 200px;
    padding-bottom: 30px
}

#footer .rising-logo {
    text-align: center
}

#footer .rising-logo img {
    width: 300px
}

#footer .maharera {
    display: flex;
    padding-bottom: 11px;
  /*  margin-bottom: 20px*/
}

#footer .maharera .HiranandaniMahaRERA {
    padding-left: 17px;
    padding-top: 5px
}

#footer .maharera .HiranandaniMahaRERA p {
    color: var(--White);
    font-size: 13px
}

#footer .maharera .HiranandaniMahaRERA p.bor-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-bottom: 10px
}

#footer .maharera .HiranandaniMahaRERA p span,
#footer .maharera .HiranandaniMahaRERA 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(-120px, 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: 20px;
  /*  margin-top: 20px*/
}

#footer .copyright p {
    color: var(--White);
    /* font-size: 12px*/
}

#footer .Privacy {
    text-align: right;
    color: var(--White)
}

#footer .Privacy a {
    color: var(--White);
    /* font-size: 12px*/
}

#footer .Disclaimer p {
    padding-left: 20px;
    /* text-align: justify */
    font-size: 12px !important;
}

@media(max-width: 767px) {
    #footer {
        padding: 40px 0px;
        text-align: center
    }

    #footer .HeadOffice {
        margin-top: 0px;
        padding-left: 0px
    }
}

#footer .prescon {
    width: 100px
}

#footer .prescon img {
    width: 100%
}

.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: 18px 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;
    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(--brown);
    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(--brown);
    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(--brown)
}

#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: #1e4679
    }
}

@keyframes animate-svg-fill-1000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-2000 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: #1e4679
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        fill: #1e4679
    }
}

.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: 18px 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: 30px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.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(--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(--brown);
    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(--brown);
    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(--brown)
}

#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
    }
}
.call-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
/* Common button styles */
.enquieymb, .callmb {
  color: #fff;
  border: none;
  padding: 12px 0;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}


.callmb {
  background: #1e4679;
}

/* Enquire button specific - brown background */
.enquieymb {
  background: #1e4679;

}


.enquieymb h5, .callmb h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.callmb i {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}

/* Envelope icon for enquire button (if you want to add) */
.enquieymb::before {


  font-weight: 900;
  margin-right: 8px;
  font-size: 14px;
}


.callmb:hover {
  background: #1e4679;
}

.enquieymb:hover {
  background: #1e4679;
}


.callmb a, .enquieymb a {
  text-decoration: none;
  color: inherit;
}


.callmb, .enquieymb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* Hide mobile bar on desktop */
@media (min-width: 992px) {
  .d-block.d-lg-none {
    display: none !important;
  }
}


@media (max-width: 991px) {

  body {
    padding-bottom: 0px;
  }
  
  .enquieymb, .callmb {
    padding: 12px 8px;
    min-height: 60px;
  }
  
  .enquieymb h5, .callmb h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .callmb i {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

/* .enquieymb {
    background: #1e4679;
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    border-top: 1.5px solid #fff
}

.enquieymb h5 {
    padding: 5px 0px
} */

label.error {
    color: #b72424 !important;
}

.userbobone label.error {
    padding: 60px 1px !important;
    font-size: 10px;
}

#get-in-touch .get-in-touch-wrp .get-in-touch-RHS .user-box textarea {
    margin-bottom: 28px !important;
}

/*# sourceMappingURL=style.min.css.map */
/* privilage section */

#privilage_container .section_title,
#reimagined_container .section_title,
#world_container .section_title,
#location_container .section_title,
#gallery_section .section_title {
    position: relative;
}

#world_container .section_title,
#location_container .section_title,
#gallery_section .section_title {
    padding-bottom: 20px;
}

#privilage_container .section_title h2::before,
#privilage_container .section_title h2::after,
#reimagined_container .section_title h2::before,
#reimagined_container .section_title h2::after,
#world_container .section_title h2::before,
#world_container .section_title h2::after,
#location_container .section_title h2::before,
#location_container .section_title h2::after,
#gallery_section .section_title h2::before,
#gallery_section .section_title h2::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 5px;
    top: 20px;
}

section#privilage_container .section_paragraph p {
    width: 45%;
}

section#privilage_container .section_paragraph {
    display: flex;
    justify-content: center;
}

#privilage_container .section_title h2::before {
    background: url(../images/left_arrow.png) no-repeat center center;
    left: 0;
    right: 30%;
    margin: auto;
}

#privilage_container .section_title h2::after {
    background: url(../images/right_arrow.png) no-repeat center center;
    right: 0;
    left: 30%;
    margin: auto;
}

.privilage_box {
    position: relative;
}

.privilage_box .img_box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(23deg, #0000008a, transparent);
}

.privilage_box .privilage_caption,
.privilage_box .privilage_info {
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.privilage_caption p {
    color: #fff;
    font-size: 22px;
    padding: 10px 0px;
    margin: 0;
}

.privilage_box .privilage_info {
    bottom: 10%;
    transform: translateY(200%);
    transition: all 0.5s ease-in-out;
    transition-behavior: smooth;
}

.privilage_box .privilage_info.stonehill {
    bottom: 6% !important;
}

.privilage_box:hover .privilage_caption {
    bottom: 18%;
    transition: all 0.5s ease-in-out;
    transition-behavior: smooth;
}

.privilage_box:hover .privilage_info {
    bottom: 12%;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
    transition-behavior: smooth;
}

.privilage_info p {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    margin: 0;
}

.owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    gap: 8px;
}

.owl-nav .owl-prev img,
.owl-nav .owl-next img {
    width: 54px;
    height: 54px;
    border: 1px solid #dead7e;
    border-radius: 50px;
    padding: 15px;
}

/* reimagined section */
img {
    max-width: 100%;
    object-fit: cover;
    object-position: center
}

/* ul {
    list-style: ;
} */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

.pad80 {
    padding: 40px 0px;
}

.padb80 {
    padding-bottom: 80px;
}

.max_w800 {
    max-width: 900px;
}

.grey {
    background: #e1e1e1;
}

.bggreen {
    background-color: #1e4679;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}

.bgblack {
    background: #000;
}

.clrgreen {
    color: #1e4679;
}

.overlay {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000000a3 30%, transparent 70%);
}

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeUp {
    0% {
        -webkit-transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes fadeUp {
    0% {
        -moz-transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate__fadeUp {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    transform: translateY(0);
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.artimpbottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    padding: 3px 6px;
    border-radius: 0px;
    z-index: 44;
    background: #000;
}

.artimptop {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    padding: 3px 6px;
    border-radius: 0px;
    z-index: 44;
}

.contol_custom {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    width: 100%;
}

.contol_custom span {
    width: 45px;
    height: 45px;
    border: 1px solid #1e4679;
    border-radius: none;
    background: #1e4679;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contol_custom span:hover {
    background: #1e4679;
    border-color: #000 important;
}

.contol_custom span:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    content: '';
    height: 0;
    background: #1e4679;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.contol_custom span:hover:before {
    height: 100%;
}

.contol_custom span img {
    width: 12px;
}

.contol_custom span.Arrowgleft img {
    transform: rotate(180deg)
}

.contol_custom span.Arrowfpleft img {
    transform: rotate(180deg)
}

.contol_custom span svg {
    width: 10px;
    height: 10px;
    stroke: #fff;
    fill: #fff;
}

.contol_custom span:hover svg {
    stroke: #fff;
    fill: #fff;
}

.contol_custom span.Arrowgright {
    left: 10px;
}

.contol_custom span.Arrowgleft {
    right: 10px;
}

.contol_custom span.Arrowfpright {
    right: 55px;
}

.contol_custom span.Arrowfpleft {
    right: 0px;
}

.contol_custom span i {
    font-size: 20px;
    color: #fff;
}

.contol_custom span:hover i {
    color: #fff;
}

.arrowbtn,
.arrowbtn span {
    position: static;
    transform: translateY(0%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 20px;
}

/* floorplan start */
.floorimg {
    width: 100%;
    border: 1.5px solid #1e4679;
}

.floorimg a {
    display: block;
}

.floorimg .p-3 {
    border-top: 1.5px solid #1e4679;
    margin-top: 2px;
}

.florplanhd {
    color: #1f8b7c;
    font-size: 25px;
    line-height: 25px;
}

.fpunit {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.floorimg table {
    width: 100%;
    margin-top: 12px;
}

.floorimg table tr {
    border-top: 1px solid #1e4679;
}

.floorimg table tr th,
.floorimg table tr td {
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0px;
}

.floorimg table tr td {
    padding-left: 8px;
}

.floorplan .slick-list {
    margin: 0 -12px;
}

.floorplan .slick-slide {
    margin: 0 12px;
}

.zoom {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 20px;
    cursor: pointer;
}

.zoom img {
    width: 45px;
    background: rgb(255 255 255 / 56%);
    padding: 8px;
    height: auto;
    transition: all ease-in-out 0.5s;
}

.more-text {
    display: none;
}

.moreLess {
    display: inline-block;
    padding: 0px 0 0 22px;
    color: #1e4679;
    font-size: 17px;
    font-weight: bold;
    width: auto;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.pr-row {
    padding-top: 40px;
    /*border-top: 1px solid #d7d7d7;*/
}

.pr-row img {
    max-height: 120px;
    margin: 0px;
    margin-bottom: 30px;
    width: auto !important;
}

.pr-row .col-lg-6:first-child {
    border-right: 1px solid #d7d7d7;
    padding-right: 40px;
}

.pr-row .col-lg-6:last-child {
    padding-left: 40px;
}

.pr-row .h4 {
    font-size: 30px;
    padding-left: 22px;
    color: #1e4679;
}

.bottomleft {
    position: relative;
}

.bottomleft:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5%;
    width: 5px;
    background: #1e4679;
    height: 90%;
    transition: all 0.5s ease 0s;
}

.bottomcenter {
    position: relative;
}

.bottomcenter:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    background: #1e4679;
    height: 5px;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}

.description-latest-activity p {
    color: #fff;
}

#locationmap {
    padding: 46px 0px;
    background: #f4f9f8;
}

/* ==================== AboutUs Start ==================== */
.aboutimgsize img {
    width: 70px;
}

.innerAboutUs {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.innerAboutUs .section-head {
    color: #fff;
}

.innerAboutUs .headingborder1 {
    border-color: #fff;
}

#AboutUs {
    position: relative;
}

.ameelementimgup2 {
    position: absolute;
    top: -25px;
    left: 20%;
}

.ameelementimgdown2 {
    position: absolute;
    bottom: -25px;
    left: 20%;
}

.section-title {
    z-index: 1;
    margin-bottom: 0px;
    padding: 0px 0px 30px;
    text-align: left;
    position: relative;
}

.small-line {
    color: #ffff;
    font-size: 18px;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.small-line:after {
    top: 13px;
    content: '';
    height: 2px;
    width: 100px;
    right: -120px;
    position: absolute;
    background-color: #bf9c26;
}

.section-title h2 {
    color: #b2904a;
}

.aboutpara p {
    text-align: justify;
    color: #000 !important;
    font-size: 14px;
    letter-spacing: 1.2px;

}

.aboutuscount h1 {
    font-weight: 700;
}

#AboutUs {
    background: linear-gradient(to right, #1e4679 45%, #fff 45%);

}

.colpadding {
    padding: 0px 20px 0px 20px;
}

#AboutUs ul li span {
    font-size: 20px;
    color: #1e4679;
}

#AboutUs h1 {
    color: #1e4679;
}

#AboutUs .borderbottom {
    font-size: 13px;
    color: #fff;
}

.counterbg {
    background-color: #1e4679;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.imgtag {
    width: 80px;
}

.nav-tabs {
    border: unset;
}

/* ==================== AboutUs End ==================== */
/*----------------------------- */
.testimonial {
    margin: 0 20px 50px;
}

.testimonial .pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 15px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #93b86b;
}

#Highlights .testimonial {
    padding: 20px 25px;
    background: #fff;
    height: 170px;
    text-align: center;
    position: relative;
    border-radius: 12px;
}

.testimonial .description {
    padding: 10px 0px 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.Highlights-img img {
    width: 60px !important;
    margin: 0px auto;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #1e4679 transparent transparent;
    position: absolute;
    /* bottom: -18px; */
    left: 0;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}



@media screen and (max-width: 767px) {
    .testimonial {
        margin: 0 20px 50px !important;
    }
}


.fitted {
    width: 230px;
    display: block;
    margin: 18px auto;
}

.box10 {
    /*box-shadow: rgb(143 196 143) 0px 30px 60px -12px inset, rgb(185 211 165) 0px 18px 36px -18px inset;*/
}

.paraoffer {
    background: #9abb74;
    display: block;
    margin: 9px auto;
    text-align: center;
    width: 61%;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.box10 p {
    text-align: justify;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
}

.sectionright {
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
    line-height: 17px;
}

#Highlights .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Highlights .owl-nav .owl-prev,
#Highlights .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border: 0.2rem solid #1e4679 !important;
    color: #1e4679;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.6s ease;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 0.2rem solid #1e4679 !important;
}

#Highlights .owl-nav .owl-next {
    margin: 1rem;
}

.owl-prev i {
    display: none;
}

.owl-next i {
    display: none;
}

@media screen and (max-width: 767px) {
    .sectionright {
        text-align: center;
        margin-top: 12px;
        font-size: 10px;
        line-height: 17px;
    }

    .paraoffer {
        background: #9abb74;
        display: block;
        margin: 9px auto;
        text-align: center;
        width: 100%;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

    #Highlights .testimonial {
        height: 191px !important;
    }

    .testimonial .description {
        padding: 20px 20px;
        background: #1e4679;
        font-size: 16px;
        color: #fff;
        height: auto;
        text-align: center;
        line-height: 23px;
        margin: 0;
        position: relative;
    }

    .price-click,
    .price-click1,
    .price-click2 {
        margin: 0px auto;
        text-shadow: none;
        color: #fff !important;
        border-color: #edf3fa;
        border-radius: 5px;
        padding: 5px 2px 5px 3px;
        transition: all 0.5s ease;
        font-weight: 800;
    }
}

.testimonial {
    background-color: #1e4679 !important;
}

.testimonial {
    background-color: #f5f5f5;
    /* Light Grey Background */
    /* padding: 20px; */
    border-radius: 10px;
    text-align: center;
    box-shadow: 17px 12px 12px -12px rgb(0 0 0 / 77%);
}

#Highlights {
    /* background-color: #f4f9f8 !important; */
    /* background-image: url(../img/texture.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.pulse5 {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 166, 0, 0.034);
        /* Orange shadow */
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 165, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}


.lenis.lenis-smooth { scroll-behavior: auto !important;}
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain;}
.lenis.lenis-stopped { overflow: clip;}
.lenis.lenis-smooth iframe { pointer-events: none;}
img{max-width:100%;height:auto;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s}
p{font-size:1rem;margin-bottom:.5rem}
a{text-decoration:none;color:#6658a6;cursor:pointer;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s}
a:hover,a:focus,.btn:hover,.btn:focus,button:focus{text-decoration:none;outline:none;color:#6658a6;box-shadow:none}
button:hover,button:focus,.accordion-button:focus{outline:none;box-shadow:none}
ul,li,ol{padding:0;margin:0}
img{ width: 100%; height: auto;}
/* li{list-style:none} */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height 500ms ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#fff;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: var(--color-brown);}
.owl-theme *{margin:0;padding:0;box-sizing:border-box!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.animated{-webkit-animation-duration:1000 ms;animation-duration:1000 ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-animated-out{z-index:1}
.owl-animated-in{z-index:0}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}

.btnPlay{display:none;border:0}
.orientation{background:#fff;position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;overflow:hidden;text-align:center;display:none}
.orientation img{max-width:150px;height:auto}
.orientation p{font-size:1rem;font-weight:400;color:#000000;letter-spacing:3px;text-transform:uppercase}
.portrait-only{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.portrait-only img{margin-bottom:1rem}

.lg-container{width:100%;max-width:1350px;margin-right:auto;margin-left:auto}
.be-container{width:100%;max-width:1250px;margin-right:auto;margin-left:auto}
.lg-container,.be-container,.container-fluid{padding-right:30px;padding-left:30px}
.sm-container{max-width:1000px;margin:0 auto}
.be-wrapper{padding-top:0;overflow:hidden}
.inner-wrapper{padding-top:88px}
.section{padding:4rem 0;overflow:hidden}
.row-30{--bs-gutter-x:30px}
.bg-cover{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.ref-img-note{ position: absolute; font-size: 12px; color: var(--color-white); padding: 2px 5px; background: rgba(0, 0, 0, 0.3);}
h1{ font-size: 62px; color: var(--color-black); line-height: 100%; text-align: center; text-transform: uppercase;}
h2{ font-size: 60px; color: var(--color-black); line-height: 100%; text-align: center; text-transform: uppercase;}
.galleryone{
    background:#1e4679 !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    
}
#residences{ position: relative; padding: 49px 0 0 !important; background: url(../images/bg-gray-big.jpg); background-size: cover;}
.res-types{ display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 30px; color: #1e4679; padding: 25px 0 0;}
.res-types li{ line-height: 100%; padding: 0 15px; border-left: #1e4679 2px solid;/*  cursor: pointer; */}
.res-types li:first-child{ border: none;}
/* .res-types li:hover, .res-types li.active{ color: var(--color-brown);} */
#intro-birla-evara{ text-align: center; padding: 150px 18vw 100px; background: #ffffff;}
#intro-birla-evara h1{ font-size: 32px; padding-bottom: 15px;}
#intro-birla-evara p{ font-size: 20px; color: var(--color-black); line-height: 26px; padding: 15px 0; margin: 0; }
#intro-birla-evara strong{ font-family: "Poppins", serif; font-weight: 500;}
.view-more-btn{ display: inline-block; font-size: 20px; color: var(--color-white); line-height: 100%; text-transform: uppercase; letter-spacing: 2px; padding: 10px 20px; margin: 25px 0 0; background: #1e4679;}
.view-more-btn:hover{ color: var(--color-white); background: var(--color-brown);}
.view-more-btn:focus{ color: var(--color-white);}
#residences .item{ position: relative; transition: .4s ease all; transform: scale(0.98); 
    /* margin-top: 10%; */
}
/* #residences .owl-item{ display: flex;} */
#residences .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--color-black); opacity: 0.7;}
#residences .active .item, #residences .slick-center { transform: scale(0.98);
     /* margin-top: 10%; */
}
#residences .active .item .overlay, #residences .slick-center .overlay{ opacity: 0;}
#residences .owl-nav{ position: absolute; right: 4%; bottom: 0; width: 121px;}
#residences .owl-nav::before{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 5px; height: 5px; border-radius: 100px; background: #1e4679;}
#residences .owl-nav button{ position: relative; width: 40px; font-size: 28px; color: #fff; margin: 0 10px;}
#residences .owl-nav button.disabled{ color: #000;}
#residences .owl-nav button::before{ content: ''; position: absolute; left: 0; top: 46%; transform: translateY(-50%); width: 100%; height: 2px; background: #fff;}
#residences .owl-nav button.disabled::before{ background: #000;}
#residences .owl-nav button.owl-next{ text-align: right;}
#residences .owl-nav button.owl-prev{ text-align: left;}
#residences .counter{ position: absolute; right: 12%; bottom: -0.5%; width: 125px;}
#residences .counter span{ position: relative; font-size: 18px; color: var(--color-black); padding: 0 10px;}
#residences .counter span.current-slide{ font-size: 30px;}
#residences .counter span.current-slide::after{ content: '/'; position: absolute; right: -5px; bottom: 0; font-size: 18px; color: var(--color-black);}
#residences .ref-img-note{ left: 0; bottom: 10px;}

.residences-slider{ display: none!important;}
.residences-slider.currSlider{ display: block!important;}

#Amenities{ position: relative; padding: 250px 0 200px; background: #1e4679; background-size: cover;}
#Amenities .ref-img-note{ left: 0; bottom: 0px;}
.Amenities-inro{ text-align: center;}
.Amenities-inro p{ font-size: 20px; color: var(--color-brown); }
#Amenities .intro-mob{ display: none;}
#Amenities .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--color-black); opacity: 0.7;}
.slider-panel{ position: relative; display: flex; flex-direction: row; align-items: stretch; justify-content: space-between; width: 100%; padding-left: 16.92vw; }
.slider-panel figure{ position: relative; margin: 0;}
.slider-panel .main-slider{ width: 53%;}
.slider-panel .main-slider figure{ padding-bottom: 83.06%; }
.slider-panel .side-slider{ width: 10%;}
.slider-panel .side-slider .item{ height: 100%;}
.slider-panel .side-slider figure{ height: 100%; padding-bottom: 73%;}
.slider-panel .top-slider{ position: absolute; left: 7%; top: -12%; width: 15%; height: 70%;}
.slider-panel .top-slider .item{ height: 100%;}
.slider-panel .top-slider figure{ height: 100%; padding-bottom: 67.73%;}
.slide-info{display: flex; flex-direction: column; justify-content: center; width: 27%;}
.slide-info .Amenities-inro h2, .slide-info .Amenities-inro p{ text-align: left;}
.slide-info h3{ font-size: 30px; 
    /* text-transform: uppercase;  */
}
.slide-info h3 span{ display: block; font-size: 25px;}
.slide-info ul{ padding-top: 20px;}
.slide-info li{ position: relative; font-size: 20px; color: var(--color-black); line-height: 100%; padding: 0px 0 5px 35px;}
.slide-info li::before{ content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--color-black); border-radius: 100px;}
.slide-info .info-panel{ position: relative;}
.slide-info li {
    position: relative;
    font-size: 20px;
    color: var(--color-black);
    line-height: 100%;
    padding: 0px 0 5px 35px;
}
.slide-info li{ position: relative; font-size: 20px; color: var(--color-black) !important; line-height: 100%; padding: 0px 0 5px 35px;}
.slide-info .info-panel .owl-nav{ position: absolute; left: 0; top: -50%;}
.slide-info .info-panel .owl-nav::before{ content: ''; position: absolute; left: 51%; right: 46%; top: 49%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 100px; background: #fff;}
.slide-info .info-panel .owl-nav button{ position: relative; width: 70px; font-size: 28px !important; color: #fff; margin: 67px 20px;}
.slide-info .info-panel .owl-nav button.disabled{ color:#1e4679}
.slide-info .info-panel .owl-nav button::before{ content: ''; position: absolute; top: 46%; transform: translateY(-50%); width: 100%; height: 3px; background: #fff;}
.slide-info .info-panel .owl-nav button.owl-prev::before{ left: 4px;}
.slide-info .info-panel .owl-nav button.owl-next::before{ right: 0;}
.slide-info .info-panel .owl-nav button.disabled::before{ background: #1e4679}
.slide-info .info-panel .owl-nav button.owl-next{ text-align: right;}
.slide-info .info-panel .owl-nav button.owl-prev{ text-align: left;}
#Amenities .owl-carousel .owl-stage-outer, #Amenities .owl-carousel .owl-stage, #Amenities .owl-carousel .owl-item{ height: 100%;}
.gallery-section-two{
    /* background-image: url(../img/texture.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
        padding-bottom: 52px;
}

.slide-info .info-panel .owl-nav{ top: -102%; margin: 0px auto;
        width: 100%;}
#location{ position: relative; padding: 140px 0 0;}
#location .ref-img-note{ left: 0; bottom: 0px;}
#location .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--color-black); opacity: 0.7;}
#location .loaction-hld{ padding-left: 10.68vw;}
#location .loc-inro{ padding: 0 0 100px 0;}
#location .loc-inro h2{ text-align: left;}
#location .loc-inro p{ font-size: 20px; color: var(--color-brown); }
#location .connectivity-hld{ display: flex; flex-direction: row; align-items: flex-start; padding: 55px 90px 90px; background: #1e4679; color: #fff !important;}
#location h3{ font-size: 30px; color: var(--color-black); text-transform: uppercase;}
#location .loc-det{ width: 25%;}
#location .connectivity-hld ul{ padding-top: 30px;}
#location .connectivity-hld li{ padding: 10px 0;}
#location .connectivity-hld p{ font-size: 20px; line-height: 26px; margin: 0;}
#location .connectivity-hld p span{ color: #840c6f;}
.loaction-slider-panel{ position: relative; width: 45%; margin-top: -11%;}
.loaction-slider-panel .loc-slider-01{ width: 100%;}
.loaction-slider-panel .loc-slider-01 figure{ position: relative; padding-bottom: 87.75%; margin: 0;}
.loaction-slider-panel .loc-slider-02{ position: absolute; right: -30%; top: -13%; width: 45%; height: 70%; }
.loaction-slider-panel .loc-slider-02 figure{ position: relative; height: 100%; margin: 0;}
.loaction-slider-panel .loc-slider-02 .owl-stage-outer, .loaction-slider-panel .loc-slider-02 .owl-stage,.loaction-slider-panel .loc-slider-02 .owl-item{ height: 100%;}
.loaction-slider-panel .loc-slider-02 .owl-carousel,.loaction-slider-panel .loc-slider-02 .owl-item, .loaction-slider-panel .loc-slider-02 .item{ height: 100%;}
.loaction-slider-panel .owl-nav{ position: absolute; right: 0; bottom: -40px; width: 100px;}
.loaction-slider-panel .owl-nav::before{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 5px; height: 5px; border-radius: 100px; background: #1e4679;}
.loaction-slider-panel .owl-nav button{ position: relative; width: 30px; font-size: 14px!important; color: #fff; margin: 0 10px;}
.loaction-slider-panel .owl-nav button.disabled{ color: #000;}
.loaction-slider-panel .owl-nav button::before{ content: ''; position: absolute; left: 0; top: 46%; transform: translateY(-50%); width: 100%; height: 2px; background: #fff;}
.loaction-slider-panel .owl-nav button.disabled::before{ background: #000;}
.loaction-slider-panel .owl-nav button.owl-next{ text-align: right;}
.loaction-slider-panel .owl-nav button.owl-prev{ text-align: left;}
.loaction-slider-panel .counter{ position: absolute; left: 35%; bottom: -11%; width: 100px; z-index: 1;}
.loaction-slider-panel .counter span{ position: relative; font-size: 18px; color: var(--color-black); padding: 0 10px;}
.loaction-slider-panel .counter span.current-slide{ font-size: 30px;}
.loaction-slider-panel .counter span.current-slide::after{ content: '/'; position: absolute; right: -6px; bottom: -7px; font-size: 18px; color: var(--color-black);}
.side-links{position:fixed;height:auto;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);z-index:3}
.side-links a{display:block;width:50px;height:50px;background:#1e4679;text-align:center;padding:10px;border-bottom:1px solid #000}
.side-links a:last-child{border-bottom:0}
.side-links a img{max-width:30px}
.side-links a:hover,.side-links a:focus{background:#c99d3a}
#residences .owl-nav{
    bottom: 10px;
}
#residences .counter{
    bottom: 1.5%;
}
.residences-slider.currSlider{
        padding: 35px 3px;
}
@media handheld, only screen and (max-width: 2700px) {
    h2{ font-size: 40px;}
    
    .slide-info .info-panel .owl-nav button {
    position: relative;
    width: 70px;
    font-size: 28px !important;
    color: #fff;
    margin: 110px 20px;
    }
    .view-more-btn{ font-size: 16px;}
    header{ padding: 0 55px;}
    /* .logo{ max-width: 115px;} 
    header .aditya-birla-group {width: 57px;}*/
    .nav-hld ul li{ font-size: 14px;}
    .get-quote-btn{ font-size: 14px; padding: 10px 20px;}
    .project-blurb h3{ font-size: 24px; line-height: 30px; padding: 20px 0 0 0;}
    #project-highlights h2{ padding: 100px 0 140px;}
    .project-listing { padding: 0px 8.33vw 70px;}
    .res-types{ font-size: 24px;}
    #intro-birla-evara p{ font-size: 18px; line-height: 24px;}
    #Amenities{ padding: 150px 0 80px;}
    .Amenities-inro p{ font-size: 16px;}
    .slide-info h3 { font-size: 18px;}
    .slide-info h3 span{ font-size: 18px;}
    .slide-info li{ font-size: 16px; padding: 5px 0 5px 35px;}
    .slide-info .info-panel .owl-nav button{ width: 50px; font-size: 20px;}
    
    .slider-panel .main-slider{ width: 50%;}
    .slider-panel .main-slider figure { padding-bottom: 77%;}
    #location { padding: 110px 0 0;}
    #location .loc-inro p{ font-size: 16px;}
    #location h3{ font-size: 24px;}
    #location .connectivity-hld ul{ padding-top: 20px;}
    #location .connectivity-hld li{ padding: 7px 0; line-height: 1;}
    #location .connectivity-hld p{ font-size: 18px; line-height: 26px;}
    .loaction-slider-panel .owl-nav{ right: -21px;}
    .loaction-slider-panel .counter{ bottom: -40px; width: 81px;}
    .loaction-slider-panel .counter span.current-slide { font-size: 20px;}
    .loaction-slider-panel .counter span{ font-size: 14px; padding: 0 5px;} 
    /* .inner-wrapper{ padding-top: 150px!important;} */
}

@media handheld, only screen and (max-width: 1440px) {
    header { padding: 0 30px;}
    .logo{ max-width: 160px;}
    .nav-hld ul li{ padding: 0 1.2vw;}
    .lbl-title span{ font-size: 3vw;}
    .get-quote-btn { font-size: 12px; padding: 10px 15px;}
    .rera-no{ font-size: 10px; line-height: 14px;}
    .project-blurb h3{ font-size:16px; line-height: 22px; padding: 15px 0 0 0;}
    .project-listing{ padding: 0px 8.33vw 20px;}
    #residences{ padding: 120px 0 0;}
    #residences .counter{ width: 115px; right: 13%;}
    #intro-birla-evara{ padding: 110px 10vw ;}
    .loaction-slider-panel{ width:50%}
    .loaction-slider-panel .counter{ left: 33%;}
    .slide-info{ width: 30%;}
    .slide-info .info-panel .owl-nav{ top: 0; margin: 0px auto;
        width: 100%;}
}

@media handheld, only screen and (max-width: 1279px) {
    header { padding: 0 20px;}
    .nav-hld ul li { padding: 0 10px; }
    .project-blurb h3 { font-size: 20px; line-height: 32px;} 
    #residences .counter { right: 130px;}
    .slider-panel .main-slider { width: 47%;}
    .slider-panel .main-slider figure { padding-bottom: 100%;}
    .slide-info { width: 40%;}
    .slider-panel .side-slider { width: 5%;}
    .loaction-slider-panel .counter{ display: none;}
    .ef-footer-wrapper iframe { height: 350px;}
}
@media handheld, only screen and (max-width: 1100px) {
    .nav-hld ul li { padding: 0 8px;}
    .get-quote-btn { font-size: 14px; padding: 10px 12px;}
    .project-blurb-con.owl-carousel .owl-stage-outer{ overflow: hidden;}
    .project-blurb:hover figure { scale: 1;}
}

@media handheld, only screen and (max-width: 1023px) {
    header { padding-right: 80px;}
    /* .logo { max-width: 87px;} */
    header .aditya-birla-group { width: 65px;}
    .nav-hld{  position: fixed; right: -350px; top: 0; flex-direction: column; align-items: flex-start; width: 100%; max-width: 350px; height: 100%; background: var(--color-white); padding: 103px 25px 10px; z-index: 1;}
    .nav-hld ul{ width: 100%; flex-direction: column; padding-bottom:30px ;}
    .nav-hld ul li{ width: 100%; font-size: 18px; padding: 20px 0px!important; border-top: #b18a48 1px solid;}
    .nav-hld ul li:first-child{ border: none;}
    .get-quote-btn, .get-quote-btn:focus { font-size: 14px; padding: 8px 20px;}
    .nav-icon{ display: block;}
    /* #banner{ transform: translate(0)!important; clip-path: none!important;} */
    header .aditya-birla-group { position: fixed; width: 100%; padding: 2px 0; background: #fff; text-align: center; bottom: 0; left: 0; margin: 0;}
    header .aditya-birla-group img { width: 160px; height: auto;}
    .get-quote-btn-desk{ display: none;}
    .get-quote-btn-mob{ display: block;}
    .look-txt { font-size: 25.625vw; line-height: 77%;}
    .lbl-title span{font-size: 4.82vw;}
    .price-and-config{ justify-content: flex-end;}
    .price-and-config .blurb-con{ flex-direction: column; max-width: 250px; margin: 0 auto;}
    .price-and-config .blurb-con p{ font-size: 14px; padding: 5px 0 0 0;}
    .price-and-config .blurb-con .blurb{ flex-direction: column; align-content: center; width: 100%; text-align: center;}
    #look-beyond-limit { padding: 50px 30px 0px;}
    .price-and-config{ bottom: 0; text-align: left; padding: 10px 0 0 0;}
    .perfection-top figure{ width: 100%;}
    #project-highlights h2 { padding: 110px 0;}
    .perfection-top figure{ padding-bottom: 22%;}
    .project-blurb-con { top: -80px;}
    #intro-birla-evara { padding: 110px 40px 80px;}
    .slider-panel{ flex-direction: column; padding-left: 16.92vw; padding-right: 40px;}
    .slider-panel .main-slider{ width: 100%;}
    .slider-panel .main-slider figure { padding-bottom: 83%;}
    .slider-panel .top-slider{ left: 0; top: -8%; width:27%; height: 45%;}
    .slider-panel .side-slider{ display: none;}
    .slide-info{ width: 100%;}
    .slide-info .info-panel .owl-nav{ top: auto; bottom: 0;}
    .slide-info .info-panel{ padding:30px 0 70px;}
    .slide-info h3 span{ display: inline;}
    #residences .counter span.current-slide { font-size: 24px;}
    #residences .counter span{ font-size: 16px;}
    #Amenities { padding: 110px 0 80px;}
    #Amenities .intro-mob{ display: block; padding-bottom: 10%;}
    #Amenities .intro-desktop{ display: none;}
   
    .project-blurb h3 { font-size: 18px; line-height: 30px;}
    .ext-popup iframe { height: 510px;}
    .ef-footer-wrapper iframe { height: 390px;}
    footer .ft-blurb{ width: 25%;}
    /* .inner-wrapper{ padding-top: 120px !important;} */
}
@media handheld, only screen and (max-width: 767px) {
    h2{ font-size: 30px;}
    header{ padding: 0 20px; padding-right: 80px;}
    .logo { max-width: 150px;}
    /* header .aditya-birla-group { width: 55px;} */
    .get-quote-btn, .get-quote-btn:focus { font-size: 12px; padding: 10px 10px;}
    .rera-no{ font-size: 8px; line-height: 12px;}
    .project-blurb h3 { font-size: 18px; line-height: 26px;}
    .project-listing { padding: 0px 20px 50px;}
    #look-beyond-limit { text-align: center; padding: 60px 20px 0;}
    .look-txt { font-size: 40vw; line-height: 77%;}
    .lbl-title span { font-size: 7.53vw;}
    #location .loc-inro { padding: 0 20px 55px;}
    #project-highlights h2 {  padding: 110px 0 90px;}
    #residences { padding: 110px 0 0px;}
    #intro-birla-evara h1{ font-size: 26px; margin: 0;}
    #intro-birla-evara { padding: 110px 20px 60px;}
    #intro-birla-evara p{ font-size: 16px; line-height: 22px;}
    /* #residences .owl-nav{
            margin-bottom: 16px;
    } */
     #location .loc-det{
        text-align: start;
     }
     .loaction-slider-panel .owl-nav{
            bottom: -147px;
     }
     .loaction-slider-panel .owl-nav button{
        font-size: 25px  !important;
     }
    
    #Amenities{ padding: 110px 0 60px;}
    .res-types { font-size: 20px;}
    .be-accordion.acc-secondary .accordion-item .accordion-button { font-size: 16px;}
    .slide-info .info-panel .owl-nav button::before{ top: 49%;}
    .slide-info .info-panel .owl-nav button.owl-prev::before { left: 2px;}
    #registration .logo-panel .logo-con { padding: 0 50px;}
    #registration p{ padding: 30px 0;}
    .thank-you-page .banner-content h1{ font-size: 60px;}
    .thank-you-page .banner-content p{ font-size: 16px;}
    .ext-popup .modal-body { padding: 20px 20px;}
    .ext-popup .db-heading { padding-bottom: 20px;}
    .ef-footer { width: 94%;}
    .ef-footer-wrapper iframe { height: 480px;}
    footer .ft-blurb-con{ flex-wrap: wrap; padding-bottom: 10px;}
    footer .ft-blurb{ width: 50%; padding-bottom: 20px;}
    footer .ft-rights-media{ flex-direction: column;}
    footer .ft-rights-media .rights, footer .ft-rights-media .social{ width: 100%; text-align: center; justify-content: center; padding: 10px 0;}
}
@media handheld, only screen and (max-width: 640px) {
    .banner-con{ height: 80vh; padding-bottom: 0;}
    .ref-img-note{ font-size: 10px;}
    .price-and-config .blurb-con{ width: 235px; flex-direction: column;}
    .price-and-config .blurb-con .blurb{ width: 100%; padding: 5px 0;}
    /* .price-and-config .blurb-con .blurb img { width: 35px;} */
    #banner .ref-img-note { bottom: -19px;}
    /* .price-and-config .blurb-con p { font-size: 12px;} */
    .ef-footer-wrapper iframe { height: 490px;}
    .perfection-top figure { padding-bottom: 27%; }
    .lsq-form-wrapper .form-group{ margin-bottom: 0px !important;}
    .lsq-form-wrapper .field-control-group { margin-bottom: 5px !important;}
    .lsq-form-wrapper .sec-captcha-wrapper { min-height: 104px; margin-top: 15px!important;}
    .lsq-form-wrapper .field-control-group .field-control ul li label{ font-size: 12px!important;}
    .slide-info h3 { font-size: 20px;}
    #location .connectivity-hld ul { padding-top: 10px;}
    #location .connectivity-hld p{ font-size: 18px; line-height: 20px;}
    .loaction-slider-panel .loc-slider-01 { width: 72%;}
    .side-links a{width:40px;height:40px;padding:5px}
    .side-links a img{max-width:25px}
    
}
@media handheld, only screen and (max-width: 480px) {
    .nav-hld{ max-width: 100%; right: -100%;}
    .ef-footer { width: 92%;}
    footer .ft-rights-media .rights{ flex-direction: column;}
    footer .ft-rights-media .rights p{ padding-right: 0; padding: 0 0 10px 0;}
}

.gallery-section-two .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 309px;
    object-fit: cover;
}

.gallery-section-two .owl-carousel span {
    font-size: 45px;
    line-height: normal;
    display: flex;
    justify-content: center;
    margin-top: -10px;
    color: #fff;
}

.gallerycarousel .owl-prev {
    position: absolute;
    left: 0;
    top: 46%;
    width: 30px;
    background: #1e4679  !important;
}

.gallerycarousel .owl-next {
    position: absolute;
    right: 0;
    top: 46%;
    width: 30px;
    background: #1e4679  !important;
}


/* Css for Animation */
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@keyframes error {
    0% {
        border: 2px solid black;
    }

    100% {
        border: 2px solid #1e4679 ;
    }
}

.sidecondition-label {
    color: #1e4679 ;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}


.close-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23ad856c" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"></path></svg>');
    height: 30px;
    width: 30px;
    display: block;
    margin: auto;
    background-size: contain;
}
.gallery-section-two .sec-title {
    padding: 40px 0px;
}

.gallery-section-two .sec-title h2{
    font-weight: 600;
    font-size: 36px;
}

.gallery-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
    border: 2px solid #1e4679 ;
    margin: 0px 16px;
    overflow: hidden;
}

.gallery-block-two .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-section-two .gallery-block-two {
    position: relative;
    padding: 0px;
}

.gallery-block-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    background: rgba(12, 22, 35, 0.8);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.gallery-block-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block-two .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block-two .overlay-inner .link {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    background-color: #1e4679 ;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block-two .overlay-inner .link:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border: 1px solid #1e4679 ;
}

.gallery-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.gallery-block-two .overlay-inner .link:hover {
    color: #1e4679 ;
    background-color: #fff;
}

.gallery-block-two .overlay-inner .link:hover::before {
    border: 1px solid #fff;
}

.plans-section {
    position: relative;
    background-color: #2a2a2a;
}

.plans-section .tabs-content .tab .image img {
    width: 100%;
    display: block;
}

.image-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.plans-section .plans-tab .floorplan-btn {
    position: absolute !important;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 1;
}

.plans-section .title-column {
    position: relative;
    margin-bottom: 0px;
}

.plans-section .title-column .inner-column {
    position: relative;
    padding-top: 65px;
    padding-right: 40px;
    padding-left: 52px;
}

.plans-section .title-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}

.plans-section .title-column .inner-column .text {
    position: relative;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 2px;
    margin-bottom: 40px;
}
.gallery-block-two .overlay-inner .content svg.svg-inline--fa.fa-plus {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    /* bottom: 0px; */
    top: 50%;
    border: 1px solid #1e4679;
    background: #1e4679;
    width: 30px;
    height: 30px;
    margin: 0px auto;
    align-content: center;
    align-items: center;
    padding: 4px;
}
/* ==================== Midsec Start ====================*/
.innerConfiguration .section-head h1 {
  color: #fff !important;
}

.innerConfiguration .section-head {
  color: #fff !important;
}
/*
.innerConfiguration {
  backdrop-filter: brightness(0.5);

*/

#configuration {
  background-image: url(../img/configuration-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.config-card {
  padding: 43px;
  background: #fff;
  margin: 0px 30px;
  border-radius: 8px;
}

.innerconfigcard h3 {
  padding: 0px 20px 10px;
  font-size: 20px;
  color: #000;
}

.innerconfigcard button {
  /* padding: 8px 24px; */
  border: 1px solid #fff;
  font-size: 15px !important;
  /* border-radius: 5px; */
  background: #1e4679;
  color: #fff;
}
.configbtn {
  background-color: #2a3b53;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 0x;
  transition: all 0.3s ease;
}

.configbtn:hover {
  background-color: #fff;
  border: 1px solid #2a3b53;
  color: #2a3b53;         /* Keep text white */
  cursor: pointer;
}
.innerconfigcard span {
  color: #ffffff;
    font-size: 20px;
    font-size: 13px;
}
.secpadding {
    padding: 70px 0px;
}

/* ==================== Midsec End ====================*/
#projectHilight {
    /* background-color: var(--sandClr); */
    position: relative;
    overflow: hidden;
    padding: 60px 0px
}

#projectHilight .projecthilight-back-vet {
    position: absolute;
    left: 0px;
    top: 0%;
    opacity: .7
}

#projectHilight .container {
    position: relative
}

#projectHilight .projectHilightList {
    margin-top: 60px
}

#projectHilight .projectHilightList .projectHilight1 {
    margin-top: 80px
}

@media(max-width: 767px) {
    #projectHilight .projectHilightList .projectHilight1 {
        margin-top: 0px
    }
}

#projectHilight .projectHilightList .projectHilightLCards {
    border: solid 1.5px var(--gold);
    margin-bottom: 30px;
    position: relative
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner {
    background-color: var(--White);
    height: 241px;
    position: relative;
    padding: 30px;
    z-index: 2;
    transition: .5s
}

@media(max-width: 767px) {
    #projectHilight .projectHilightList .projectHilightLCards .CardsInner {
        height: 250px
    }
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner .highlightIcon {
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: .2s
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner .highlightIcon span:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: circle(0% at 50% 50%)
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    z-index: 2;
    transition: .2s;
    color: var(--brown);
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--font-weight-600)
}

#projectHilight .projectHilightList .projectHilightLCards::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #1e4679b5;
    z-index: 1;
    transition: .5s
}

#projectHilight .projectHilightList .projectHilightLCards:hover::before {
    top: 10px;
    left: 10px
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner {
    background-color: var(--brown)
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner p {
    color: var(--White)
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner .highlightIcon span:nth-child(2) {
    clip-path: circle(100% at 50% 50%);
    transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@media(max-width: 767px) {
    #projectHilight {
        padding: 61px 0px;
        height: auto
    }

    #projectHilight .projectHilightLeft {
        margin-bottom: 10px
    }
}

.hifhligh{
    width: 100px !important;
    
}
.connectBt {
    display: inline-block;
    border: solid 1px #000;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--font-weight-600);
    position: relative;
    padding: 0;
}
.connectBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    transition: .5s
}

.connectBt span strong {
    font-weight: var(--font-weight-600);
    position: relative;
    z-index: 1
}

.connectBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: #1e4679b5;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center
}

.connectBt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border: solid 1px #1e4679b5;
    height: 100%;
    width: 100%
}

.connectBt:hover::before {
    border: solid 1px var(--brown)
}

.connectBt:hover span {
    color: var(--White);
    padding-right: 30px
}

.connectBt:hover span::before {
    width: 100%;
    background-image: url(../images/arrow-right.svg)
}


/*  addMOBILE NUMBER css */

.enquieryrapnew {
  position: fixed;
  right: 0%;
  top: 35%;
  z-index: 11;
}

.enquieryrapnew .iconenquinew {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  margin-bottom: 14px;
  position: relative;
  box-shadow: unset;
  border: 1px solid #fff;
  background: #1e4679b5;
}

.enquieryrapnew .iconenquinew::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid rgba(255, 255, 255, 0.4039215686);
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}

.enquieryrapnew .iconenquinew .img {
  line-height: 0;
}

.enquieryrapnew .iconenquinew .txt {
  position: absolute;
  right: 0;
  width: 180px;
  background: #1e4679b5;
  padding: 9px 13px;
  top: 0%;
 border: 1px solid #fff;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
  display: none;
}

.enquieryrapnew .iconenquinew::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 0.2rem solid rgba(255, 255, 255, 0.4039215686);
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}

.enquieryrapnew .iconenquinew img {
  width: 100%;
  /* margin-top: 4px !important; */
}

.enquieryrapnew .iconenquinew:hover .txt {
  display: block;
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}


@media (max-width: 1400px) {
  .enquieryrapnew .iconenquinew {
    padding: 5px 9px;
    gap: 4px;
  }

  .enquieryrapnew .iconenquinew .img i {
    font-size: 14px;
	margin-top:5px ;
  }

  .enquieryrapnew .iconenquinew .txt p {
    font-size: 12px;
  }
}
/* =========== Location Start =========== */
#location {
    background-color: #333132;
}

#location .accordion-header button,
#location .accordion-header button:focus {
    display: block;
    padding: 1rem 1.3rem;
    font-size: 1.1rem;
    color: #1e4679;
    font-weight: 600;
    background: #fff;
    border-bottom: 0.2rem solid #1e4679;
    position: relative;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    box-shadow: none;
}

#location .accordion-header button:after {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #000;
    border: 5px solid #000;
    position: absolute;
    top: 4px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

.accordion-body {
    background: #fff;
    color: #000;
    font-size: 0.9rem;
        padding: 18px 32px;
}

#location{
    background-color: #1e4679;

}
#location .accordion-header:focus button:after {
    content: "-";
}

.accordion-item {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

.img-box {
    position: relative;
}

.img-box .inner-content-second {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #1e4679;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;

}

#location .accordion-header button[aria-expanded=true]::after {
    content: "X" !important;

}

#location .accordion-header button:not(.collapsed)::after {
    content: "X" !important;
}

/* =========== Location End =========== */
