
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap'); */


body {
    font-family: Poppins, sans-serif;
    /* font-family: 'Roboto', sans-serif; 
    font-family: 'Quicksand', sans-serif;
    font-family: 'Montserrat', sans-serif;*/
    font-size: 14px;
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {
    .container {
        max-width: 1400px
    }
}

header {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    /* z-index: 2147483650; */
    z-index: 999;
    background: rgb(255 255 255 / 90%);
}
.modal{
    z-index: 2247483660;
}
/* .modal-backdrop{
    z-index: 2227483655;
} */

.bankIcons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
}

    .bankIcons img {
        margin: 5px;
    }

@media screen and (min-width:1200px) {
    header .container {
        max-width: 100%
    }
}

header .navbar-light .navbar-nav .nav-link {
    color: #fff
}

header .navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu-icon.svg);
}

header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link:hover {
    color: #ffb800
}

header .navbar-light .navbar-toggler {
    border: none
}

header .form-inline {
    padding: 0;
    margin: 0;
    list-style: none
}

/* header .form-inline li {
    margin: 5px
} */

@media screen and (max-width:991px) {
    header .navbar-collapse {
        background-color: rgba(0, 0, 0, .7);
        padding: 15px;
        margin-top: 15px;
    }
}

.lineBtn {
    font-family: Montserrat, sans-serif;
    padding: 12px 20px;
    color: #ffb800;
    text-decoration: none;
    border: 2px solid #ffb800;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    transition: all .5s ease
}

.lineBtn:hover {
    background-color: #ffb800;
    color: #000;
    text-decoration: none
}

.lineRevBtn {
    font-family: Montserrat, sans-serif;
    padding: 12px 20px;
    text-decoration: none;
    border: 2px solid #ffb800;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    transition: all .5s ease;
    background-color: #ffb800;
    color: #000
}

.lineRevBtn:hover {
    background-color: transparent;
    color: #ffb800;
    text-decoration: none
}

.h1 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-family: Quicksand, sans-serif;
    color: #8ba06d;
    display: inline-block;
    font-weight: 600
}

.h1 span {
    color: #ffb800
}

.ttu {
    text-transform: uppercase
}

/* .bannerNew article {
    max-width: 600px
} */

.bannerNew article a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease
}

.bannerNew article a:hover {
    color: #ffb800;
    text-decoration: none
}

.bannerNew article a:hover>i {
    animation-name: posArrow;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse
}

.bannerNew article .h1 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 60px;
    font-family: Quicksand, sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 600
}

.bannerNew article .h1 span {
    color: #ffb800
}

@media screen and (max-width:767px) {
    .bannerNew article .h1 {
        font-size: 40px
    }

    .bank_nextline {
        padding-left: 0px;
        margin-top:15px;
        margin-right:8px;
      }
}

@media screen and (max-width:767px) {
    .bannerNew article {
        left: 5% !important
    }
}

.bannerSec .carousel-item {
    height: 100vh
}

.bannerSec .carousel-item .carousel-caption {
    text-align: left;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 600px;
    z-index: 0
}

.bannerSec .carousel-item .carousel-caption a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease
}

.bannerSec .carousel-item .carousel-caption a:hover {
    color: #ffb800;
    text-decoration: none
}

.bannerSec .carousel-item .carousel-caption a:hover>i {
    animation-name: posArrow;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse
}

.bannerSec .carousel-item .carousel-caption .h1 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 60px;
    font-family: Quicksand, sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 600
}

.bannerSec .carousel-item .carousel-caption .h1 span {
    color: #ffb800
}

@media screen and (max-width:767px) {
    .bannerSec .carousel-item .carousel-caption .h1 {
        font-size: 40px
    }
}

.bannerSec .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes posArrow {
    0% {
        margin-left: 20px
    }

    100% {
        margin-left: 0
    }
}

.overviewSec {
    padding: 0;
    background: url(../images/bg-1.png) 109% 100% no-repeat #fafff4
}

.overviewSec .container {
    position: relative
}

.overviewSec .container .callIcon,
.callIcon {
    z-index: 9
}

.overviewSec .container .callIcon a,
.callIcon a {
    position: fixed;
    width: 60px;
    height: 60px;
    /* right: 0;
    top: 0; */
    background-color: #ffb800;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 10px 10px 20px rgba(255, 184, 0, .4);
    z-index: 100;
    left: 2%;
    bottom: 2%;

}
.callIcon a:hover{
    background-color: #ffffff;
}

.overviewSec .container .callIcon a svg,
.callIcon a svg {
    width: 30px;
    height: 30px;
    fill: #034694
}

.overviewSec .imgUp {
    margin-top: -24px
}

.overviewSec .overviewContent {
    padding: 50px 0
}

.overviewSec .overviewContent .h1 {
    margin-bottom: 20px
}

.overviewSec .overviewContent>p {
    font-family: Roboto, sans-serif
}

.overviewSec .overviewContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* column-count: 2; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overviewSec .overviewContent ul li {
    break-inside: avoid;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    width: 50%;
    padding: 0 15px 0 0;
}

.overviewSec .overviewContent ul li img {
    margin-right: 10px
}

.overviewSec .overviewContent ul li p {
    margin-bottom: 0
}

.overviewSec .overviewContent ul li p span {
    color: #ffb800;
    font-weight: 600;
    font-size: 12px;
}

@media screen and (max-width:991px) {
    .overviewSec .overviewContent ul {
        column-count: 1
    }
}

.overviewSec .overviewContent .lineRevBtn {
    border-radius: 0;
    color: #fff
}

.overviewSec .overviewContent .lineRevBtn:hover {
    color: #ffb800
}

.amenitiesSec {
    padding: 100px 0;
    overflow: hidden;
    /* font-family: Montserrat, sans-serif; */
    background-color: #f8faf5
}

.amenitiesSec .h1 {
    position: relative
}

.amenitiesSec .h1::after {
    content: '';
    position: absolute;
    right: calc(115%);
    top: 50%;
    transform: translateY(-50%);
    width: 2000px;
    height: 2px;
    background-color: #8ba06d
}

.amenitiesSec .h1::before {
    content: '';
    position: absolute;
    right: calc(115%);
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #8ba06d
}

.amenitiesSec .lineRevBtn {
    border-radius: 0;
    color: #fff
}

.amenitiesSec .lineRevBtn:hover {
    color: #ffb800
}

.buildingSec {
    padding: 0;
    position: relative;
    color: #fff
}

.buildingSec>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.buildingSec .h1 {
    color: #fff
}

@media screen and (max-width:767px) {
    .buildingSec .h1 {
        font-size: 20px
    }
}

.buildingSec .container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:991px) {
    .buildingSec .container {
        top: 30px
    }
}

@media screen and (max-width:767px) {
    .buildingSec .container {
        top: 30px;
        max-width: 92%
    }
}

@media screen and (max-width:674px) {
    .buildingSec .container {
        top: 15px;
        max-width: 220px;
        left: 15px;
        transform: translateX(0)
    }
}

@media screen and (max-width:512px) {
    .buildingSec .container {
        top: auto;
        bottom: 10px;
        background-color: rgba(0, 0, 0, .5);
        padding: 10px;
        max-width: 92%
    }
}

.buildingSec .t5 {
    position: absolute;
    top: 23%;
    left: 35%;
    font-size: 22px;
    font-family: Montserrat, sans-serif
}

@media screen and (max-width:991px) {
    .buildingSec .t5 {
        font-size: 18px
    }
}

@media screen and (max-width:512px) {
    .buildingSec .t5 {
        top: 21%;
        left: 29%
    }
}

.buildingSec .t4 {
    position: absolute;
    top: 20%;
    left: 50%;
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    color: #ffb800
}

.buildingSec .t4 span {
    position: relative
}

.buildingSec .t4 span:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 60px;
    width: 34px;
    height: 135px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: skewY(60deg);
    display: inline-block
}

.buildingSec .t4 span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    position: absolute;
    top: 220px;
    left: 60px;
    background-color: #fff
}

@media screen and (max-width:1100px) {
    .buildingSec .t4 span:after {
        height: 80px
    }

    .buildingSec .t4 span::before {
        top: 164px
    }
}

@media screen and (max-width:991px) {
    .buildingSec .t4 span:after {
        height: 30px
    }

    .buildingSec .t4 span::before {
        top: 114px
    }
}

@media screen and (max-width:512px) {
    .buildingSec .t4 span:after {
        height: 15px;
        width: 20px;
        top: 38px
    }

    .buildingSec .t4 span::before {
        top: 65px;
        left: 45px
    }
}

@media screen and (max-width:1100px) {
    .buildingSec .t4 {
        top: 17%
    }
}

@media screen and (max-width:991px) {
    .buildingSec .t4 {
        top: 21%;
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .buildingSec .t4 {
        top: 17%;
        left: 47%
    }
}

@media screen and (max-width:512px) {
    .buildingSec .t4 {
        top: 19%;
        left: 45%
    }
}

@media screen and (max-width:425px) {
    .buildingSec .t4 {
        top: 14%;
        left: 43%
    }
}

.buildingSec .t3 {
    position: absolute;
    top: 29.5%;
    left: 69%;
    font-size: 22px;
    font-family: Montserrat, sans-serif
}

@media screen and (max-width:991px) {
    .buildingSec .t3 {
        font-size: 18px
    }
}

.buildingSec .t8 {
    position: absolute;
    top: 52%;
    left: 56%;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    transform: skew(8deg, 10deg) rotate(-50deg)
}

@media screen and (max-width:1100px) {
    .buildingSec .t8 {
        top: 51%;
        left: 54%
    }
}

@media screen and (max-width:991px) {
    .buildingSec .t8 {
        font-size: 18px
    }
}

@media screen and (max-width:512px) {
    .buildingSec .t8 {
        top: 48%;
        left: 52%
    }
}

.buildingSec .handIcon {
    position: absolute;
    top: 40%;
    left: 56%
}

@media screen and (max-width:767px) {
    .buildingSec .handIcon img {
        max-width: 24px
    }
}

@media screen and (max-width:512px) {
    .buildingSec .handIcon {
        top: 38%;
        left: 54%
    }
}

.buildingSec .fPlan {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20%;
    left: 58%
}

.buildingSec .fPlan li {
    display: flex;
    flex-direction: column;
    background-color: #ffb800;
    margin-bottom: 6px;
    padding: 5px 10px;
    color: #000
}

.buildingSec .fPlan li:last-child {
    margin-bottom: 0;
    background-color: #fff;
    color: #ffb800
}

@media screen and (max-width:767px) {
    .buildingSec .fPlan li {
        font-size: 14px
    }
}

@media screen and (max-width:1100px) {
    .buildingSec .fPlan {
        left: 67%
    }
}

@media screen and (max-width:991px) {
    .buildingSec .fPlan {
        left: 67%;
        top: 15%
    }
}

@media screen and (max-width:767px) {
    .buildingSec .fPlan {
        left: 65%;
        top: 18%
    }
}

@media (max-width:674px) {
    .buildingSec .fPlan {
        left: 59%;
        top: 3%
    }
}

@media (max-width:512px) {
    .buildingSec .fPlan {
        left: auto;
        right: 10px;
        top: 10px;
        display: flex;
        align-items: start
    }
}

@media (max-width:365px) {
    .buildingSec .fPlan {
        display: none
    }
}

@media screen and (max-width:767px) {
    .buildingSec {
        font-size: 14px
    }
}

.gitSec {
    padding: 100px 0
}

.gitSec .ownerSec {
    display: block;
    margin-top: 20px;
}

.gitSec .ownerSec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.gitSec .ownerSec ul li {
    margin-right: 30px
}

.gitSec .ownerSec ul li:last-child {
    margin-right: 0
}

.gitSec .ownerSec ul li img {
    max-height: 30px
}

.gitSec .ownerSec ul li p {
    color: #adadad
}

@media screen and (max-width:767px) {
    .gitSec .ownerSec ul {
        justify-content: center;
        text-align: center
    }

    .gitSec .ownerSec ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px
    }

    .gitSec .ownerSec ul li:last-child {
        margin-bottom: 0
    }
}

.gitSec .enquiryBox,.enquiryBox {
    background-color: #034694;
    color: #fff;
    padding: 30px;
    margin-bottom: -120px
}
.enquiryBox{
    margin-bottom: 0px;
}

.gitSec .enquiryBox .h1,.enquiryBox .h1 {
    color: #ffb800;
    margin-bottom: 20px
}

.gitSec .enquiryBox .btn-primary,.enquiryBox .btn-primary {
    background-color: #ffb800 !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none
}

.gitSec .enquiryBox .btn-primary:focus,.enquiryBox .btn-primary:focus {
    box-shadow: none
}

.gitSec .enquiryBox textarea,.enquiryBox textarea {
    resize: none
}

.gitSec h5 {
    color: #ffb800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.gitSec .boldLink {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 24px
}

.gitSec .boldLink svg {
    width: 24px;
    height: 24px;
    fill: #8ba06d;
    margin-right: 10px;
}

.gitSec .boldLink:hover {
    text-decoration: none;
    color: #8ba06d
}

.gitSec .boldLink:hover>svg {
    fill: #000
}

@media screen and (max-width:500px) {
    .gitSec .boldLink {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .gitSec {
        text-align: center
    }
}

footer {
    background-color: #242628;
    padding: 100px 0 0;
    color: #adaeae;
    margin-bottom:120px;
}

footer .footerSocialList {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: flex;
    align-items: center
}

footer .footerSocialList li {
    margin-right: 15px
}

footer .footerSocialList li:last-child {
    margin-right: 0
}

footer .footerSocialList li a {
    color: #4b5156;
    text-decoration: none;
    font-size: 32px
}

footer .footerSocialList li a:hover {
    color: #8ba06d;
    text-decoration: none
}

@media screen and (max-width:767px) {
    footer .footerSocialList {
        justify-content: center;
        margin-bottom: 20px
    }
}

footer h4 {
    color: #4b5156;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .fmenuList {
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 2
}

footer .fmenuList li {
    margin-bottom: 12px
}

footer .fmenuList li a {
    color: #adaeae;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

footer .fmenuList li a:hover {
    color: #8ba06d;
    text-decoration: none
}

@media screen and (max-width:415px) {
    footer .fmenuList {
        column-count: 1
    }
}

footer .fmenuList1 {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .fmenuList1 li {
    margin-bottom: 12px
}

footer .fmenuList1 li a {
    color: #adaeae;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

footer .fmenuList1 li a:hover {
    color: #8ba06d;
    text-decoration: none
}

footer .footerLower {
    padding: 30px 0;
    background-color: #022e62;
    color: #445a72;
    margin-top: 80px;
    /* font-family: Montserrat, sans-serif */
}

footer .footerLower ul {
    display: flex;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: space-between;
    list-style: none;
    color: #576f89;
}

footer .footerLower ul li a {
    color: #576f89;
}
footer .footerLower ul li a:hover{
    color: #7d93aa;
}

@media screen and (max-width:767px) {
    footer .footerLower ul {
        flex-wrap: wrap;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    footer {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .mobMb15 {
        margin-bottom: 15px !important
    }

    .mobMb20 {
        margin-bottom: 20px !important
    }
}

.sliderSec {
    padding-bottom: 100px;
    background: url(../images/bg-1.png) 100% 100% no-repeat #f8faf5
}

.sliderSec .active-slide {
    box-shadow: 0 0 30px rgba(0, 0, 0, .8)
}

.sliderSec .hsldr-nav-region {
    position: absolute;
    height: 4px;
    width: 20px;
    top: 0;
    left: 0;
    background-color: #8ba06d;
    border-radius: 999px
}

.sliderSec .hsldr-nav-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.sliderSec .hsldr-nav-marker {
    content: "";
    display: inline-block;
    height: 4px;
    width: 200px;
    background-color: #fff;
    float: left;
    border-radius: 999px
}

.sliderSec .hsldr-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding-bottom: 50px
}

.sliderSec .hsldr-gallery-container {
    position: relative;
    left: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    width: 99999px;
    padding-bottom: 30px

}

.sliderSec .hsldr-image-container {
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.sliderSec .hsldr-image-container img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    z-index: 1;
    position: relative;
}

.sliderSec .hsldr-image-container.active-slide img {
    filter: grayscale(0);

}

.sliderSec .hsldr-container figure,
.sliderSec .hsldr-container li {
    position: relative
}

.sliderSec .hsldr-container .caption,
.sliderSec .hsldr-container figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 3%;
    opacity: 1;
    z-index: 10;
    text-align: center;
    /* transform: translateY(-50%); */
    transition: opacity .1s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.sliderSec .hsldr-container figcaption span{
    font-weight: 300;
    font-size: 22px;
}

.sliderSec .hsldr-image-container,
.sliderSec .hsldr-image-container a{
    position: relative;
}

.sliderSec .hsldr-image-container a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 40%), transparent 50%);
    content: '';
    display: block;
    z-index: 2;
    transition: background-color .3s ease-in-out;
    mix-blend-mode: multiply;
}
.sliderSec .hsldr-image-container.active-slide a::after {
    background: linear-gradient(0deg, rgb(255 184 0 / 100%), transparent 50%);
}

.sliderSec .hsldr-container .showcaption:before {
    background-color: rgba(0, 0, 0, .6);
    z-index: 1
}

.sliderSec .fade-in {
    opacity: 1
}

p.astrText {
    text-align: right;
    margin: 0px;
    font-size: 14px;
}
p.astrText span{
    font-size: 20px;
}

/* .sliderSec .info {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    visibility: visible;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    z-index: 2
}

.sliderSec .info:before {
    content: "i";
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-family: Georgia;
    font-style: italic;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 2px 3px 5px;
    border-radius: 999px
} */

/* .sliderSec .showcaption .info:after,
.sliderSec .showcaption .info:before {
    position: absolute;
    left: 11px;
    top: 4px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    padding: 0
}

.sliderSec .showcaption .info:before {
    transform: rotate(45deg)
}

.sliderSec .showcaption .info:after {
    transform: rotate(-45deg)
} */

.sliderSec .hsldr-container .showcaption .caption,
.sliderSec .hsldr-container .showcaption figcaption {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.sliderSec .hsldr-next,
.sliderSec .hsldr-prev {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .5s ease
}

.sliderSec .hsldr-navigation {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sliderSec .hsldr-next:hover,
.sliderSec .hsldr-prev:hover {
    text-decoration: none;
    color: #8ba06d
}

.svgImgSec {
    position: relative
}

.svgImgSec .svgHeadContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    right: 20px;
    color: #fff;
    display: flex;
    align-items: flex-start
}

.svgImgSec .svgHeadContent .h1 {
    color: #fff;
    flex: 0 0 auto;
    margin-right: 10px
}

@media screen and (max-width:991px) {
    .svgImgSec .svgHeadContent {
        top: 20px
    }
}

@media screen and (max-width:767px) {
    .svgImgSec .svgHeadContent {
        top: auto;
        bottom: 20px;
        flex-wrap: wrap;
        padding: 15px;
        background-color: rgba(0, 0, 0, .5);
        font-size: 12px;
        display: none
    }

    .svgImgSec .svgHeadContent .h1 {
        font-size: 24px
    }
}

@media screen and (min-width:768px) {
    .svgImgSec .hcGrp {
        display: none
    }
}

.svgImgSec .planTxt {
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.svgImgSec .svgHead {
    font-family: Quicksand, sans-serif;
    font-weight: 700
}

.svgImgSec .svgTxt {
    font-family: Roboto, sans-serif;
    font-size: 18px
}



.svgImgSec #t3Txt,
.svgImgSec #t4Txt,
.svgImgSec #t5Txt,
/* .svgImgSec #t6Txt, */
.svgImgSec #t7Txt,
.svgImgSec #t8Txt {
    fill: #fff;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 26px;
    transition: all .5s ease
}

.svgImgSec #t3,
.svgImgSec #t3Plan,
.svgImgSec #t4,
.svgImgSec #t4Plan,
.svgImgSec #t5,
.svgImgSec #t5Plan,
/* .svgImgSec #t6,
.svgImgSec #t6Plan, */
.svgImgSec #t8,
.svgImgSec #t8Plan,
.svgImgSec #t7,
.svgImgSec #t7Plan {
    opacity: 0;
    transition: all .5s ease
}

.svgImgSec #t3Grp:hover #t3,
.svgImgSec #t4Grp:hover #t4,
.svgImgSec #t5Grp:hover #t5,
/* .svgImgSec #t6Grp:hover #t6, */
.svgImgSec #t7Grp:hover #t7,
.svgImgSec #t8Grp:hover #t8 {
    opacity: 1;
    mix-blend-mode: multiply
}

.svgImgSec #t3Grp:hover #t3Plan,
.svgImgSec #t4Grp:hover #t4Plan,
.svgImgSec #t5Grp:hover #t5Plan,
/* .svgImgSec #t6Grp:hover #t6Plan, */
.svgImgSec #t7Grp:hover #t7Plan,
.svgImgSec #t8Grp:hover #t8Plan {
    opacity: 1
}

.svgImgSec #t3Grp:hover #t3Txt,
.svgImgSec #t4Grp:hover #t4Txt,
.svgImgSec #t5Grp:hover #t5Txt,
/* .svgImgSec #t6Grp:hover #t6Txt, */
.svgImgSec #t7Grp:hover #t7Txt,
.svgImgSec #t8Grp:hover #t8Txt {
    fill: #ffb800;
    font-size: 32px;
    text-shadow: 3px 3px 3px #000
}

.svgImgSec #t6Grp #t6{
    opacity: 1;
    mix-blend-mode: multiply;
    cursor:default;
}

.aboutBanner {
    position: relative
}

.aboutBanner::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(58, 61, 65, .75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    mix-blend-mode: multiply;
}
.thankyouBanner::after{
    background: rgba(58, 61, 65, .9);
}

.aboutBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 60vh
}

.aboutBanner .bannerContent {
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 10;
    transform: translateX(-50%);
    width: 600px;
    max-width: 100%;
    text-align: center;
}

.aboutBanner .bannerContent .h1 {
    color: #fff;
    font-size: 46px;
    width: 100%;
    margin-bottom: 50px;
}
.aboutBanner .bannerContent a.backBtn {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px 10px 12px;
    background: rgba(255,255,255,0.2);
}
.aboutBanner .bannerContent a.backBtn i {
    padding-right: 10px;
}
.aboutBanner .bannerContent a.backBtn:hover {
    background: #ffb800;
}


.aboutOverviewSec {
    padding: 0;
    background: url(../images/bg-1.png) 10% 100% no-repeat #fafff4
}

.aboutOverviewSec .container {
    position: relative
}

.aboutOverviewSec .container .callIcon {
    z-index: 9
}

.aboutOverviewSec .container .callIcon a {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    background-color: #ffb800;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 10px 10px 20px rgba(255, 184, 0, .4);
    z-index: 14
}

.aboutOverviewSec .container .callIcon a svg {
    width: 40px;
    height: 40px;
    fill: #034694
}

.aboutOverviewSec .imgUp {
    margin-top: -24px;
    z-index: 50;
    position: relative;
}

.aboutOverviewSec .overviewContent {
    padding: 100px 0 60px
}

.aboutOverviewSec .overviewContent .h1 {
    margin-bottom: 20px
}

.aboutOverviewSec .overviewContent>p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.aboutOverviewSec .overviewContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.aboutOverviewSec .overviewContent ul li {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    width: 50%;
    box-sizing: border-box;
    padding-right: 8px
}

.aboutOverviewSec .overviewContent ul li img {
    margin-right: 10px
}

.aboutOverviewSec .overviewContent ul li>div {
    display: flex;
    align-items: center
}

.aboutOverviewSec .overviewContent ul li>div p {
    margin-bottom: 0
}

.aboutOverviewSec .overviewContent ul li>div p:first-child {
    color: #ffb800;
    font-weight: 600;
    line-height: 30px;
    padding-right: 10px
}

.aboutOverviewSec .overviewContent ul li>div p:first-child span {
    font-size: 40px;
    font-weight: 400;
    display: block
}

.aboutOverviewSec .overviewContent ul li>div p:last-child {
    font-weight: 600
}

.aboutOverviewSec .overviewContent ul li>div p:last-child span {
    display: block;
    text-transform: uppercase
}

.aboutOverviewSec .overviewContent ul li:nth-child(5)>div {
    flex-direction: column;
    font-size: 14px
}

.aboutOverviewSec .overviewContent ul li:nth-child(5)>div span {
    font-weight: 600
}

@media screen and (max-width:1199px) {
    .aboutOverviewSec .overviewContent ul li {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .aboutOverviewSec .overviewContent ul {
        column-count: 1
    }
}

.aboutOverviewSec .overviewContent .lineRevBtn {
    border-radius: 0;
    color: #fff
}

.aboutOverviewSec .overviewContent .lineRevBtn:hover {
    color: #ffb800
}

.bg-white {
    background-color: #fff !important
}

.teamSec {
    padding: 50px 0;
    background: #fafff4;
}

.teamSec .teamLeftList {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap
}

.teamSec .teamLeftList li {
    /* width: 50%; */
    width: 33%;
    padding-right: 15px
}

.teamSec .teamLeftList li p {
    font-size: 18px;
    font-weight: 700;
}

.teamSec .teamLeftList li p span {
    color: #ffb800;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

@media screen and (max-width:991px) {
    .teamSec .teamLeftList li {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .teamSec .teamLeftList {
        text-align: center
    }
}

.teamSec .ownerSec {
    display: block
}

.teamSec .ownerSec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.teamSec .ownerSec ul li {
    margin-right: 30px;
    margin-bottom: 10px
}

.teamSec .ownerSec ul li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.teamSec .ownerSec ul li img {
    max-width: 100%;
    max-height: 70px
}

.teamSec .ownerSec ul li p {
    color: #adadad
}

@media screen and (max-width:767px) {
    .teamSec .ownerSec ul {
        justify-content: center;
        text-align: center
    }

    .teamSec .ownerSec ul li {
        margin-right: 0;
        margin-bottom: 15px
    }

    .teamSec .ownerSec ul li:last-child {
        margin-bottom: 0
    }
}


/*============== PK =============*/

.navbar-nav{
    align-items: center;
    justify-content: center;
    width: 80%;
}
header .form-inline{
    width: 20%;
    flex-wrap: wrap;
}
header .form-inline li{
    width: 100%;
}


a,a:hover,a:focus,a:active,button,button:hover.button:active,button:focus{
	text-decoration:none;
    outline:none;
    border: none;
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background-color: transparent;
}

.mixSlide-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(7 19 32 / 25%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    mix-blend-mode: multiply;
}
.mixSlide-images>div article{
    z-index: 30;
}

.bannerNew article .h1 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 60px;
    font-family: Quicksand, sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 100%;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 700;
    padding: 0.5rem 0.6rem;
    font-family: Quicksand, sans-serif;
    color: #3c3c3c;

}
header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
    color: #034694;
}

header .navbar-light .navbar-nav .nav-link.enqButton {
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ffb800;
    border-radius: 4px;
    color: #ffb800;
    margin-right: 5px;
}
header .navbar-light .navbar-nav .nav-link.enqButton:hover{
    color: #000000;
    background: #ffb800;
}

.lineBtn {
    font-family: Poppins, sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    color: #ffb800;
    text-decoration: none;
    border: 2px solid #ffb800;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    transition: all .5s ease;
}
.lineRevBtn {
    font-family: Poppins, sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
    background: #ffb800;
    text-decoration: none;
    border: 2px solid #ffb800;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    transition: all .5s ease;
}
.lineBtn:hover{
    border: 2px solid #ffb800;
    color: #000000;
    background: #ffb800;
}
.lineRevBtn:hover{
    border: 2px solid #ffb800;
    color: #ffb800;
    background: transparent;
}

.bannerNew article a{
    font-family: Poppins, sans-serif;
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px; 
}

.mixSlide-thumbs {
    position: absolute;
    padding: 0px;
    z-index: 16;
    margin: 0;
    left: 0;
    overflow: auto;
    overflow-x: visible !important;
    right: initial;
}

.mixSlide-thumbs.bottom, .mixSlide-thumbs.top {
    height: 200px;
    width: auto;
    display: flex;
    flex-direction: column;
}
.mixSlide-thumbs.bottom span,
.mixSlide-thumbs.top span {
    height: 100%;
    width: 90px !important;
    margin-left: 0;
    padding: 2px 0px;
}

.mixSlide-thumbs span.active img,
.mixSlide-thumbs span img {
    width: 90px;
}

.mixSlide-container .bottom {
    bottom: 20% !important;
    transform: translateY(-50%);
}

.mixSlide-thumbs span,
.mixSlide-thumbs span:hover,.mixSlide-thumbs span.active{
    border: none;
}
.mixSlide-thumbs span:hover, .mixSlide-thumbs span.active {
    border-color: transparent;
    box-shadow: none;
}

.mixSlide-thumbs span img {
    height: 100%;
    filter: grayscale(1);
}
.mixSlide-thumbs span:hover img,
.mixSlide-thumbs span.active img{
    filter: grayscale(0);
}

.mixSlide-images>div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}
.mixSlide-images>div article{
    position: relative;
    width: 50%;
    margin: 0px auto;
    padding: 0px;
    top: 60%;
    transform: translateY(-40%);
    left: 0;
    padding-right: 0%;
    text-align: center;
}

.mixSlide-container .top-right {
    bottom: 5% !important;
    right: 45% !important;
    max-width: 200px;
    transform: translateX(-10%);
    width: auto;
}
.mixSlide-slide-buttons span{
    padding: 10px 15px;
}

header.fixed{
    position: fixed;
    padding: 0;
    background: #fff;
    transition: all 0.2s ease-in;
    box-shadow: 0 10px 20px rgb(0 0 0 / 3%);
}
header.fixed .navbar .navbar-brand img{
    max-width: 100px;
}

.overviewSec .container .callIcon a.fixed,
.callIcon a.fixed{
    position: fixed;
    left: 2%;
    bottom: 0%;
}

.svgImgSec .svgHeadContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    right: 20px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    padding: 0 15px 35px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.svgImgSec .svgHeadContent .h1 {
    color: #fff;
    flex: 0 0 25%;
    margin-right: 10px;
    width: 25%;
}
.svgImgSec .svgHeadContent p {
    max-width: 50%;
}

.enquiryBox .form-control{
    height: 40px;
}

.gitSec .enquiryBox .BtnSend,.enquiryBox .BtnSend {
    padding: 0px 50px;
    border: none;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    border-radius: 10px;
    height: 40px;
}

.amenitiesContent .overviewContent h4{
    font-size: 36px;
    color: #ffb800;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}

.amenitiesList{
    width: 100%;
    float: left;
}
.amenitiesList ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.amenitiesList ul li{
    width: 33.333%;
    float: left;
    display: flex;
    align-items: center;
    padding: 0 25px 20px 0;
}
.amenitiesList ul li img{
    margin-right: 15px;
}
.amenitiesList ul li p{
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    font-weight: 500;
}

.amenitiesContent{
    padding: 100px 0;
}

a.EnquireBtn{
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-30%);
    z-index: 100;
}
a.EnquireBtn img{
    max-width: 50px;
}
a.DownloadBrochureBtn{
    position: fixed;
    right: 0;
    top: 52%;
    transform: translateY(-52%);
    z-index: 100;
}
a.DownloadBrochureBtn img{
    max-width: 50px;
}

a.NavActionBtn{
    font-size: 14px;
    font-weight: 500;
    /* padding: 0.5rem 0.5rem; */
    padding: 0rem;
    color: #034694;
    display: flex;
    align-items: center;
}
a.NavActionBtn:hover{
    color: #ffb800;
}
a.NavActionBtn i{
    font-size: 14px;
    padding-right: 10px;
    color: #034694;
}

.partnerBrand{
    background: #fff;
    padding: 4px;
}
.partnerBrand:hover{
    background: #fff;
}
.partnerBrand img{
    max-width: 60px;
}
.navbar .navbar-brand{
    padding: 0px;
}
.navbar .navbar-brand img{
    max-width: 100px;
}

.specificList{
    margin-bottom: 20px;
}
.aboutOverviewSec .overviewContent .specificList ul li{
    width: 100%;
    margin: 0px;
    padding: 0px 0 8px 0;
    align-items: baseline;
}

.aboutOverviewSec .overviewContent .specificList ul li:first-child{
    margin-bottom: 10px;
    align-items: center;
}

.aboutOverviewSec .overviewContent .specificList ul li.description i{
    padding-right: 5px;
    font-size: 10px;
}
.aboutOverviewSec .overviewContent .specificList ul li.description p{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #3b3b3b;
}
.aboutOverviewSec .overviewContent .specificList ul li.description p span{
    color: #8ba06d;
    font-size: 12px;
}
.specificThumbs{
    width: 100%;
    padding: 10px 0;
}
.specificThumbs img{
    width: 100%;
}

.aboutOverviewSec .overviewContent.specificCol2{
    padding-top: 175px;
}

.masterPlanArea{
    width: 100%;
    padding: 50px 0;
}
.masterPlanArea img{
    width: 1200px;
    max-width: 100%;
}

.floorPlanArea {
    background: #fdf9f6;
}

.locationGraphic{
    width: 100%;
    display: flex;
}
.locationGraphic img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}
.locationmap{
    width: 100%;
    padding: 100px 0;
}


.masterPlanArea svg {
    width: 100%;
    vertical-align: top;
    height: auto;
}

.TowerArea{
    width: 100%;
    background: #fff;
    padding: 50px 0;
    border-bottom: 1px solid #e6ebe0;
}

.towerDescription{
    width: 100%;
    display: flex;
    position: relative;
}
.towerDescription h4{
    font-size: 30px;
    font-family: Quicksand, sans-serif;
    color: #5c5c5c;
    display: inline-block;
    font-weight: 600;
}

.towerDescription .towerSticker{
    max-width: 280px;
    position: absolute;
    right: 0;
    top: 0%;
    margin-top: -20%;
    z-index: 10;
}
.floorDescription{
    width: 100%;
    display: flex;
    padding: 50px 0;
    align-items: center;
}
.floorDescription img{
    width: 500px;
    max-width: 100%;
}
.floorDescription p{
    font-family: Roboto, sans-serif;
    font-size: 12px;
    padding: 0px 0 0 30px;
}

.aboutOverviewSec.specific {
    background: url(../images/bg-1.png) 50% 100% no-repeat #fbf9f5;
    background-blend-mode: luminosity;
    padding: 0 0 100px;
}

.amenitiesGallery, .amenityGallery{
    width: 100%;
    position: relative;
}
.amenityGallery .caption{
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    padding: 0px 0 0 0px;
    margin: 0px;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.amenityGallery .caption i{
    padding-right: 10px;
    max-width: 40px;
}
.amenityGallery.FullGallery .galleryImg{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.amenityGallery .galleryImg img{
    width: 100%;
}
.amenityGallery.FullGallery .galleryImg img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.amenityGallery .galleryImg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in;
}
.LightGallery a:hover .amenityGallery .galleryImg::before{
    background: rgba(0, 0, 0, .4);
    transition: all 0.3s ease-in;
}

.amenitiesGallery ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
}
.amenitiesGallery ul li{
    padding: 0%;
}


.constructionGallery{
    width: 100%;
}
.constructionGallery ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.constructionGallery ul li{
    width: 25%;
    padding: 0.2%;
}


.galleryCategories {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.galleryCategories a {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #034694;
    border: none;
    padding: 15px 20px;
    display: block;
    text-transform: none;
    margin-right: 1px;
    letter-spacing: 0px;
}
.galleryCategories a:hover, .galleryCategories a.liquo-active {
    background: #ffb800;
}

.galleryPlatform {
    width: 100%;
}

.contactPageForm{
    padding: 100px 0 150px;
}

.contactPageForm .enquiryBox textarea.form-control {
    height: 200px;
}
.contactPageForm.gitSec .enquiryBox {
    background-color: #034694;
    color: #fff;
    padding: 30px;
    margin-bottom: 0;
    margin-top: -120px;
    z-index: 10;
    position: relative;
}
.contactPageForm.gitSec .ownerSec {
    margin-top: 50px;
}

.contactMap{
    width: 100%;
}
.contactMap iframe{
    margin: 0;
}


.floorPlanButtonArea{
    width: 100%;
    padding: 100px 0 20px;
}
.floorPlanButtonArea ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.floorPlanButtonArea ul li{
    width: auto;
    padding: 0 5px;
}
.floorPlanButtonArea ul li a{
    font-family: Quicksand, sans-serif;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    background: #ffb800;
    text-decoration: none;
    display: block;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    text-transform: uppercase;
}

.floorPlanButtonArea ul li a.tower-5{
    background: #FFB800;
}
.floorPlanButtonArea ul li a.tower-4{
    background: #e76b57;
}
.floorPlanButtonArea ul li a.tower-3{
    background: #2d96d7;
}
.floorPlanButtonArea ul li a.tower-8{
    background: #3fc180;
}
.floorPlanButtonArea ul li a.tower-5:hover,
.floorPlanButtonArea ul li a.tower-4:hover,
.floorPlanButtonArea ul li a.tower-3:hover,
.floorPlanButtonArea ul li a.tower-8:hover{
    background: #034694;
}

.locationBenefit{
    padding: 100px 0 80px;
}

.locationBenefit .specificList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.locationBenefit .specificList ul li {
    width: 100%;
    margin: 0px;
    padding: 0px 0 8px 0;
    align-items: baseline;
}
.locationBenefit .specificList ul li:first-child {
    margin-bottom: 10px;
    align-items: center;
}
.locationBenefit .specificList ul li img{
    margin-right: 10px;
}

.locationBenefit .specificList ul li.description i {
    padding-right: 5px;
    font-size: 10px;
}
.locationBenefit .specificList ul li.description p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #3b3b3b;
}

.locationBenefitSection{
    width: 100%;
    padding-top: 100px;
}
.disclaimer{padding: 100px 0;}
.disclaimer h4{
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.disclaimer p{
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}

.disclaimer .container{
    width: 800px;
    max-width: 100%;
}
.thankyouSection{
    padding: 100px 0;
}
.thankYouImage{
    width: 700px;
    max-width: 100%;
    margin: -150px auto 0;
    position: relative;
    z-index: 10;
}
.navbar-nav .nav-item.externalLink{
    position: relative;
    margin-left: 5px;
}
.navbar-nav .nav-item.externalLink a::before{
    content: "";
    width: 1px;
    height: 10px;
    background: #878787;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bannerNew{
    position: relative;
}
/* .bannerNew::before{
    content: "";
    height: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
} */

.navbar .navbar-brand p{
    /* font-family: Quicksand, sans-serif; */
    font-family: Roboto, sans-serif;
    font-size: 9px;
    margin: 0;
    line-height: 16px;
    color: #6a6a6a;
    text-align: center;
    font-weight: 400;
}

.modal.BrochureModal .modal-content{
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
}
.modal.BrochureModal .modal-body{
    padding: 0px;
}
.modal.BrochureModal .modal-header{
    border-bottom: 1px solid #ffb800;
}
.modal.BrochureModal .close {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1;
    color: #ffb800;
    text-shadow: none;
    opacity: 1;
}
.modal.BrochureModal .close:hover{
    color: #fff;
}
.modal.BrochureModal .modal-header .close {
    padding: 0.3rem 0rem;
}
.modal.BrochureModal .enquiryBox textarea.form-control {
    height: 130px;
}
.modal.BrochureModal .enquiryBox .form-group {
    margin-bottom: 0.5rem;
}
.enquiryBox p{
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #6297d5;
}

.modal.BrochureModal .enquiryBox .h1{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.mobileView{
    display: none;
}


/*-- video // start --*/

.vidSec{
    width: 100%;
    height: 800px;
    background-color: #034694;
    position: relative;
    overflow: hidden;
}
.vidSec .videoPlaylist{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    z-index: 100;
}
.vidSec .videoPlaylist img{
    height: 150px;
}


.video-background {
    background-color: #034694;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .bank_nextline {
    padding-left: 4px;
  }
  
  @media (min-aspect-ratio: 16/9) {
    .video-foreground {
      height: 300%;
      top: -100%;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-foreground {
      width: 300%;
      left: -100%;
    }
  }
  @media all and (max-width: 600px) {
    .vid-info {
      width: 50%;
      padding: 0.5rem;
    }
    .vid-info h1 {
      margin-bottom: 0.2rem;
    }
  }
  @media all and (max-width: 500px) {
    .vid-info .acronym {
      display: none;
    }
  }

  /*-- video // end --*/

  .galleryPlatform p{
    margin: 20px 0 0;
    padding-top: 15px;
    border-top: 1px solid #e7efde;
    font-size: 12px;
    color: #6e7465;
    text-align: right;
  }


  /**/

  .CTAloatedBtn{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .CTAloatedBtn a.EnquireBtn,
  .CTAloatedBtn a.DownloadBrochureBtn{
    position: relative;
    margin: 5px 0;
    right: initial;
    top: initial;
    transform: initial;
    display: block;
  }

  .thankyouBanner .bannerContent{
    top: 40%;
  }
  .thankyouBanner .bannerContent .h1{
    margin-bottom: 20px;
  }
  .thankyouBanner .bannerContent h4{
    margin-bottom: 0px;
    color: #fff;
  }

  .locationGraphic .mapLocation{
    width: 35%;
  }
  .locationGraphic .staticLocation{
    width: 65%;
    max-height: 460px;
    overflow: hidden;
  }

  /*----*/

  /* #t8Grp{
    position: relative;
  }
  #t8Grp #t8Txt{
    position: absolute;
    right: -15%;
    top: 0;
  }
  #t8Grp #t8Plan{
    margin-right: -200px;
  } */

  /*-----------*/

  .sliderSec .hsldr-gallery-container{
    display: flex;
  }

  a.NavActionBtn.mobNum {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}


/*------ Tower ----*/
.svgImgSec #t3Txt, .svgImgSec #t4Txt, .svgImgSec #t5Txt, .svgImgSec #t8Txt{
    font-weight: 700;
    font-size: 28px;
}
#t4Plan{
    transform: translateY(160px) translateX(-50px);
}

#t8Plan{
    transform: translateY(680px) translateX(410px);
}


/*----*/

.floorPlanArea .flatTypeSection{
    width: 100%;
    padding: 80px 0 0;
}
.floorPlanArea .flatTypeSection ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.floorPlanArea .flatTypeSection ul li{
    display: inline-flex;
    padding: 0 5px 5px;
}
.floorPlanArea .flatTypeSection ul li a{
    font-family: Quicksand, sans-serif;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    background: #ffb800;
    text-decoration: none;
    display: block;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    text-transform: uppercase;
}
.floorPlanArea .flatTypeSection ul li a:hover{
    background: #034694;
}
.masterPlanArea {
    padding: 0px 0 50px;
}

.rera_class {
    text-align: center;
    padding-top: 20px;
    display: block;
    width:100%;
}

.WhatasUpBtn {
    border-radius: 100px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.WhatasUpBtn img {
    width: 100%;
}

.video-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-box .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


@media screen and (min-width: 992px) {
    .desktop-offer-banner {
        display: block;
        width:100%;
    }

    .mobile-offer-banner {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .desktop-offer-banner {
        display: none;
    }
    .mobile-offer-banner {
        display: block;
        width: 100%;
    }
}

.gitSec .ownerSec.rera {
    display: block;
    margin-top: 0px;
}


.owl-carousel .owl-item {
    height:450px;
}

.testimonialCarousel {
    padding-top:100px;
}

@media screen and (max-width: 991px) {
    .owl-carousel .owl-item {
        height: 350px;
    }
}

.testimonialCarouselContainer .item-video iframe {
    height:400px;
}


@media screen and (max-width: 768px) {
    .testimonialCarouselContainer .item-video iframe {
        height: 250px;
    }
}


.bannerNew article {
    text-align: left !important;
    width: 100% !important;
}


.enquiryBoxBanner {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 25%;
    transform: translateY(-50%);
    background: rgb(3, 70, 148,0.6);
}

.footer-form{
    position:fixed;
    bottom:0;
    width:100%;
    z-index:100;
}

    .footer-form .set-flex {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

     .footer-form .set-flex .form-group{
        width: 20%;
        margin: 0 10px;
     }

        .footer-form .set-flex button{
            width:100%;
        }

        @media screen and (max-width: 1299px) {
            .enquiryBoxBanner {
        right: 6%;
        width: 40%;
    }
}

.mixSlide-images > div article {
    width:50%!important;
    left:-10%;
}

@media screen and (max-width: 1199px) {

    .enquiryBoxBanner {
        position: unset;
        top: unset;
        right: unset;
        width: 100%;
        transform: none;
        background: rgb(3, 70, 148, 1);
        margin-bottom: 60px;
    }

    .footer-form {
        display: none
    }

    footer {
        margin-bottom: 0px;
    }

    .mixSlide-images > div article {text-align:center!important; width:100%!important; left:0%;}
}

#images_mobile 
{
    display: none;
}


.no-top-tabs-plan-pg {
    padding-top: 40px;
}

.floorPlanButtonArea ul li a.tower-6 {
    background: #a93fa9;
}

.floorPlanButtonArea ul li a.tower-7 {
    background: #034694;
}

.enquiryBox {
    padding: 10px 30px;
}

header .navbar{
    padding: 5px 0;
}

.enquiryBox .form-control {
    font-size: 14px;
}

@media only screen and (max-height: 600px) {
    .enquiryBoxBanner {
        top: 70%;
    }
}
