@font-face {
    font-family: 'IvyModeRegular';
    src: url('../fonts/IvyModeRegular.eot');
    src: url('../fonts/IvyModeRegular.eot') format('embedded-opentype'),
        url('../fonts/IvyModeRegular.woff2') format('woff2'),
        url('../fonts/IvyModeRegular.woff') format('woff'),
        url('../fonts/IvyModeRegular.ttf') format('truetype'),
        url('../fonts/IvyModeRegular.svg') format('svg');
}

.open-txt {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
}

.loading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.loading-container:nth-of-type(0n+1) {
    background: #130F32;
}

.loading-container:nth-of-type(0n+2) {
    background: #A2395D;
}

.loading-container:nth-of-type(0n+3) {
    background: #25A893;
}

.loading-container:nth-of-type(0n+4) {
    background: #31B85F;
}

.loading-container:nth-of-type(0n+5) {
    background: #1C1F1D;
}

.loading-container:nth-of-type(0n+6) {
    background: #A2A178;
}

.loading-container:nth-of-type(0n+7) {
    background: #ddb89a;
}

.loader {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: 100%;
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
}

.loader * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.loader:hover {
    opacity: 1;
}

.loader:hover * {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.loading-spinning-bubbles {
    position: relative;
    margin: auto;
}

.loading-spinning-bubbles .bubble-container {
    position: absolute;
    top: calc(50% - 10px/2);
    left: calc(50% - 10px/2);
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
}

.loading-spinning-bubbles .bubble-container .bubble {
    background: #D2AC47;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-animation: bubble 1s infinite;
    animation: bubble 1s infinite;
    -webkit-animation-delay: inherit;
    animation-delay: inherit;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+1) {
    -webkit-transform: translateX(200%) rotate(-90deg);
    transform: translateX(200%) rotate(-90deg);
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+2) {
    -webkit-transform: translateX(200%) rotate(-45deg);
    transform: translateX(200%) rotate(-45deg);
    -webkit-animation-delay: -1.375s;
    animation-delay: -1.375s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+3) {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+4) {
    -webkit-transform: translateX(200%) rotate(45deg);
    transform: translateX(200%) rotate(45deg);
    -webkit-animation-delay: -1.125s;
    animation-delay: -1.125s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+5) {
    -webkit-transform: translateX(200%) rotate(90deg);
    transform: translateX(200%) rotate(90deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+6) {
    -webkit-transform: translateX(200%) rotate(135deg);
    transform: translateX(200%) rotate(135deg);
    -webkit-animation-delay: -0.875s;
    animation-delay: -0.875s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+7) {
    -webkit-transform: translateX(200%) rotate(180deg);
    transform: translateX(200%) rotate(180deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+8) {
    -webkit-transform: translateX(200%) rotate(225deg);
    transform: translateX(200%) rotate(225deg);
    -webkit-animation-delay: -0.625s;
    animation-delay: -0.625s;
}

@-webkit-keyframes bubble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/******************************************   NAVBAR CSS **************************************/
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: left;
    text-align: left;
    padding: 50px;
}

.navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
}

.open,
.close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 30px 0 0 30px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*    position: fixed;*/
    font-family: 'Montserrat';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

/*
.overlay {
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 1;
    overflow-x: hidden;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
*/
.overlay {
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 1;
    overflow-x: hidden;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* background: transparent url(../images/Sky-bg.png) 0% 0% no-repeat padding-box; */
    mix-blend-mode: normal;
    background-color: rgb(0 0 0 / 90%);
    height: 100%;
    background-size: cover;
    /*    width: 100%;*/
}

.overlay-content {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 50px;
    /* margin-top: 30px; */
}

.overlay-content a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 0px;
    margin-bottom: 4px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-align: left;
    font-family: 'IvyModeRegular';
    font-weight: 100;
    font-size: 25px;
}

.overlay-content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.overlay-content a:hover {
    color: #ff9f1a;
    font-size: 25px;
    font-family: 'IvyModeRegular';
    font-weight: 100;
}

.overlay-content a:hover:after {
    width: 25%;
}

.nav-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 15px; */
    /* display: flex; */
    /* background-color: rgba(0, 0, 0, .8); */
    /*    width: 100%;*/
}

/******************************************   NAVBAR CSS **************************************/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dark-bg {
    background-color: #130F32;
}

.light-bg {
    background-color: #17213F;
}

.scroll-down {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.scroll-down p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 6px;
    text-align: center;
    
}

.clients {
    /*    padding: 15px 0;*/
    text-align: center;
    background: #000000;
}

/* the slides */
#clients .slick-slide {
    margin: 0 27px;
}

/* the parent */
#clients .slick-list {
    margin: 0 -27px;
}

#clients .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
#why-choose {
    background: #0A0A0A;
}
*/

#why-choose .col-lg-5 {
    /*    position: relative;*/
    margin-bottom: 50px;
}

#why-choose .why-txt {
    /*    position: absolute;*/
    /*    top: 20%;*/
    padding: 0px 30px;
    color: #fff;
}

#why-choose .why-txt span {
    font-family: 'IvyModeRegular';
    color: #D2AC47;
    font-size: 30px;
}

#why-choose .why-txt span img {
    padding-right: 20px;
}

#why-choose .section-title h3 {
    font-family: 'IvyModeRegular';
    color: #fff;
    letter-spacing: 0;
    font-size: 80px;
    text-transform: capitalize;
}

#why-choose .section-title h3 span {
    color: #D2AC47;
}

#why-choose .why-txt p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    font-weight: 200;
}

/*
#upcoming {
    background: #000000;
}
*/

#upcoming .section-title h3 {
    font-family: 'IvyModeRegular';
    color: #fff;
    letter-spacing: 0;
    font-size: 80px;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

#upcoming .section-title h3 span {
    color: #D2AC47;
}

#upcoming .slick-list {
    padding-left: 0px !important;
}

/* the slides */
#upcoming .slick-slide {
    margin: 0 15px;
}

/* the parent */
#upcoming .slick-list {
    margin: 0 -15px;
}

#upcoming .upcoming-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.proj-name h3 {
    color: #D2AC47;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'IvyModeRegular';
}

.proj-name p {
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;

}

#upcoming .upcoming-txt a {
    color: #646464;
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 25px;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

/*
#upcoming .upcoming-txt a::after:hover {
    color: #FFFFFF;
    border-bottom: 1px solid;
    display: block;
}
*/
.upcoming-txt a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.upcoming-txt a:hover:after {
    width: 100%;
}

#associated-banks {
    background: #000000;
}

#associated-banks .slick-slide img {
    margin: 0 auto;
}

/*
#in-news {
    background: #0A0A0A;
}
*/

#in-news button.slide-arrow {
    position: absolute;
    border: 0;
    padding-top: 10px;
    background: transparent;
    top: 100%;
    letter-spacing: 3px;
    font-size: 12px;
    color: #fff;
}

#in-news .prev-arrow {
    left: 0;
}

#in-news .next-arrow {
    right: 0;
}

#in-news .section-title h3 {
    font-family: 'IvyModeRegular';
    text-transform: none;
    letter-spacing: 0;
    font-size: 60px;
    font-weight: 600;
    padding: 0px 50px;
    text-align: left;

}

#in-news .section-title h3:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 250px;
    background: #fff;
}

#in-news .news-detail {
    padding: 0px 50px;
    color: #fff;
}

p.news-txt {
    font-family: 'IvyModeRegular';
    font-size: 35px;
    line-height: 40px;
    font-weight: 200;
}

p.date {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

#in-news .news-detail a {
    color: #646464;
    font-size: 12px;
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 4px;
}

#in-news .news-detail a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

#in-news .news-detail a:hover:after {
    width: 100%;
}

#in-news .news-detail p.date:after {
    position: absolute;
    content: "";
    width: 150px;
    color: #fff;
    /* height: 2px; */
    border-bottom: 1px solid;
    /* bottom: 0; */
    display: block;
    left: 20.3%;
    top: 64%;
    font-weight: 100;
}

#in-news .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
#about {
    background: #111111;
}
*/

#about .section-title h3 {
    font-family: 'IvyModeRegular';
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    color: #fff;
    margin-bottom: 20px;
}

#about .section-title h3 span {
    color: #D2AC47;
}

a.read-more {
    color: #646464;
    font-size: 12px;
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 4px;
    position: relative;
}

a.read-more::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

a.read-more:hover:after {
    width: 100%;
}

.count-box {
    text-align: center;
    color: #fff;
}

span.purecounter {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    font-size: 35px;
}

.count-box p {
    color: #fff;
    letter-spacing: 6.4px;
    font-size: 12px;
    font-weight: 100;
}

#presence .section-title h3 {
    font-family: 'IvyModeRegular';
    color: #fff;
    letter-spacing: 0;
    font-size: 80px;
    text-transform: capitalize;
}

#presence .section-title h3 span {
    color: #D2AC47;
}

#presence {
    background: transparent url('../images/Sky-bg.png') 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    background-color: #000;
    height: 100%;
    background-size: auto 100%;
}

.presence-txt {
    padding-top: 15px;
}

.presence-txt h4 {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    font-size: 30px;
}

.presence-txt p {
    color: #fff;
    font-weight: 200;
}

/* the slides */
#presence .slick-slide {
    margin: 0 27px;
}

/* the parent */
#presence .slick-list {
    margin: 0 -27px;
}

.presence-slider {
    margin: 0px;
}

#presence .item {
    position: relative;
    margin: 65px 27px 0px;
}

/*
#presence .item:nth-child(2) {
    margin-top: 200px;
    margin-bottom: 0;
}
*/

.presence-slider .cloudWrapper.cloud-1 {
    position: absolute;
    top: 0;
    right: -1000%;
    z-index: 9;
}

.animateClouds .presence-slider .cloudWrapper.cloud-1 {
    right: 0%;
    opacity: 1;
}

.presence-slider .cloudWrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 3s linear;
    transition: all 3s linear;
}

.presence-slider .cloudWrapper.cloud-2 {
    position: absolute;
    top: -16.5%;
    right: -1000%;
    z-index: 9;
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.animateClouds .presence-slider .cloudWrapper.cloud-2 {
    right: 35%;
    opacity: 1;
}

.presence-slider .cloudWrapper.cloud-3 {
    position: absolute;
    top: -15%;
    right: -500%;
    z-index: 9;
    /*    opacity: 0;*/
}

.animateClouds .presence-slider .cloudWrapper.cloud-3 {
    right: -20%;
    opacity: 1;
}

.presence-slider .cloudWrapper.cloud-3 img {
    width: 300px;
}

/*************************************** MODAL CSS ************************************/
.modal-body {
    background-color: #000;
    padding: 50px 50px;
    border-radius: 0;
    background: #130F32 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 15px 15px 49px #000000A8;
    box-shadow: 15px 15px 49px #000000A8;
}

.modal-dialog {
    width: 450px;
}

.modal-content {
    border-radius: 0;
}

.modal-body p {
    font-size: 13px;
}

.modal-content .close {
    width: 40px;
    height: 40px;
    background-color: #E2A92B;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 9;
    font-size: 15px;
    opacity: 1;
    text-shadow: none;
    padding: 0px;
}

#modalForm h2 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    color: #C8903C;
    text-transform: uppercase;
}

form .col-12 {
    margin-bottom: 15px;
}

#modalForm input {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 0px;
}

.form-control {
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E2A92B;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

button.btn-default span {
    margin-top: 15px;
    display: inline-block;
    color: #E2A92B;
    font-size: 16px;
    border: 1px solid;
    padding: 5px 25px;
}

.error_msg {
    display: none;
}

.error {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}

.enquire-btn {
    color: #fff;
    cursor: pointer;
}

.enquire-btn h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 3.5px;
}

.enquire-btn:hover {
    color: #fff;
}

/*************************************** MODAL CSS ************************************/

.plus-sign {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    font-size: 35px;
}

#upcoming .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: transparent;
    z-index: 99;
    position: absolute;
    border: 0;
    padding-top: 10px;
    background: transparent;
    top: 100%;
    letter-spacing: 3px;
    font-size: 12px;
    color: #fff;
}

#upcoming .prev-arrow {
    left: 15px;
    margin-top: 15px;
    /*
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #d2ac47;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
*/
}

#upcoming .next-arrow {
    right: 15px;
    margin-top: 15px;
    /*
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #d2ac47;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
*/
}

.slide-arrow::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.slide-arrow:hover:after {
    width: 100%;
}

button.slide-arrow {
    position: absolute;
    border: 0;
    padding-top: 10px;
    background: transparent;
    top: 100%;
    letter-spacing: 3px;
    font-size: 15px;
    color: #fff;
}

.prev-arrow {
    left: 15px;
}

.next-arrow {
    right: 15px;
}

.footer-links.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
}

.footer-links.social-links p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
}

.social-links {
    padding-left: 10px;
}

.bank-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

video#background-video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh
}

button#form1:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*  Thank you page  */

.thankyoubg {
    /*background: url(../images/thank-you.jpg) repeat center;
	background-size: cover;*/
    background: #17213F !important;
    margin: 0;
    padding: 0;
}

.thankyoumain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
}

.thankyou {
    width: 500px;
    margin: auto;
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 7px;
}

.thankyoulogo {
    width: 220px;
    margin: 0 auto;
    padding: 0;
}

.thankyoulogo img {
    width: 100%;
    margin-bottom: -7px;
}

.thankyouicon {
    width: 80px;
    margin: 0 auto;
    padding: 15px 0 30px 0;
}

.thankyouicon img {
    width: 100%;
    margin-bottom: -7px;
}

.thankyoutext {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
}

.thankyoulink {
    width: 100%;
    padding: 20px 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
}

.thankyoutext h3 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 25px 0 10px 0;
}

.contactsocial i {
    /* width: 36px; */
    line-height: 36px;
    /* background: #d2ac47; */
    /* border-radius: 50%; */
    text-align: center;
    color: #000;
    font-size: 30px;
    margin: 0 5px;
}

.contactsocial i:hover {
    /* background: #000; */
    /* color: #fff; */
}

.thankyoulink a {
    color: #000;
}

.thankyoulink a:hover {
    color: #d2ac47;
}

body.modal-open {
    padding-right: 0 !important;
}

.holder {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    position: fixed;
    right: -3%;
    top: 50%;
    z-index: 99;
}

.holder a {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: none;
}

.holder a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.holder a:hover:after {
    width: 100%;
}

#hero h2 strong {
    font-weight: 700;
    letter-spacing: 5px;
    padding-top: 10px;
    display: block;
}

.overlay a i {
    font-size: 30px;
    padding: 10px;
}

section#page-banner {
    padding: 0;
    background: #000000 -webkit-gradient(linear, left top, left bottom, from(#000000), to(#54545400)) 0% 0% no-repeat padding-box;
    background: #000000 linear-gradient(180deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    /*opacity: 0.26;*/
    /* height: 80vh; */
}

section#page-banner img {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.light-color {
    background: #111111;
}

.dark-black {
    background: #000000;
}

.light-black {
    background: #0A0A0A;
}

.section-big-head h1 {
    margin-top: -160px;
    font-family: 'IvyModeRegular';
    color: #fff;
    letter-spacing: 0;
    font-size: 100px;
    text-transform: capitalize;
}

.section-big-head h1 span {
    color: #D2AC47;
}

.section-big-head p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 3px;
    width: 60%;
    margin-top: 30px;
}

.modal-backdrop.show {
    opacity: .7 !important;
}

/*********************************** CONTACT US PAGE *****************************/


.email-id h4 {
    color: #fff;
}

.email-id p {
    color: #D2AC47;
}

.address .section-title h3 {
    font-family: 'IvyModeRegular';
    color: #fff;
    letter-spacing: 0;
    font-size: 50px;
    text-transform: capitalize;
    text-align: left;
}

.address .section-title h3 span {
    color: #D2AC47;
}

.address-txt .address-info i {
    font-size: 20px;
    color: #D2AC47;
    float: left;
    /* width: 44px; */
    /*    height: 44px;*/
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-radius: 50px; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address-txt .address-info p {
    padding: 0 0 10px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.address.add2 {
    /*    margin-top: 70px;*/
}

.address {
    padding: 0px 100px;
}

.form-control::-webkit-input-placeholder {
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.form-control:-ms-input-placeholder {
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.form-control::placeholder {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

button.submit-btn span {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border: 1px solid #D2AC47;
    padding: 5px 25px;
}

/*********************************** CONTACT US PAGE *****************************/
#footer .footer-top .blog-list ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #707070;
    padding: 5px 0;
    font-weight: 100;
}

#footer .footer-top .blog-list h4 {
    margin-bottom: 0;
}

.about-txt p span {
    color: #D2AC47;
}

.about-txt p {
    color: #fff;
    line-height: 30px;
}

#about-2 .quality-txt {
    position: relative;
}

#about-2 .why-txt {
    position: absolute;
    top: 20%;
    padding: 0px 0 0 50px;
    color: #fff;
}

.why-txt span {
    font-family: 'IvyModeRegular';
    color: #D2AC47;
    font-size: 30px;
}

.why-txt p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    font-weight: 200;
}

.quality-txt {
    position: relative;
    margin-bottom: 80px;
}

.quality-txt img {
    width: 130px;
}

.presence-txt span {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
}

.project-listing .presence-box {
    margin-bottom: 50px;
}

/*
.presence-img img{
    width: 100%;
}*/
.video-box {
    margin-bottom: 50px;
    position: relative;
}

.blog-detail-wrapper {
    color: #fff;
    line-height: 30px;
    font-weight: 200;
}

.blog-detail-wrapper strong {
    font-weight: 500;
    font-size: 25px;

}

.blog-detail-wrapper h2 {
    color: #fff;
    font-family: 'IvyModeRegular';
}

.blog-detail-wrapper h2 span {
    color: #D2AC47;
}

.blog-box {
    border-bottom: 1px solid #707070;
    padding-top: 15px;
}

.blog-box ul {
    padding-left: 15px;
}

.blog-box:last-child {
    border: none;
}

.blog-list-box .upcoming-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.blog-list-box .upcoming-txt .proj-name p {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
}

.blog-list-box .upcoming-txt a {
    color: #646464;
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 25px;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    float: right;
}

.blog-slider .slick-slide {
    margin: 0 27px;
}

.blog-slider .proj-name {
    width: 60%;
    float: left;
}

.blog-slider .blog-link {
    width: 40%;
    float: left;
}

.proj-box {
    position: relative;
}

.proj-txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.juhu-txt,
.vikhroli-txt {
    right: 15%;
}

.ghatkopar-txt {
    left: 15%;
}

.proj-txt a.read-more {
    color: #fff;
    text-align: right;
}

.page-banner:before {
    display: block;
    opacity: 0.2;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    /*    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#54545400)) 0% 0% no-repeat padding-box;*/
    /*    background: transparent linear-gradient(180deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;*/
    width: 100%;
}

/* PROJECT DETAIL PAGE CSS */

.projectDteailText h2 {
    color: #D2AC47;
}

.projectDetailWrapper {
    padding: 50px 0;
}

.projectDetailBorder {
    position: relative;
}

.projectDetailBorder:after {
    position: absolute;
    content: '';
    height: 70%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #707070;
}

.projectDetailBorder:nth-child(1):after {
    display: none;
}

.count-box .text {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    font-size: 26px;
}

.groupSectionOuter {
    margin-bottom: 100px;
}

.groupSectionOuter h3 {
    color: #D2AC47;
    font-family: 'IvyModeRegular';
    margin-bottom: 50px;
    font-size: 36px;

}

.groupSectionOuter .groupSectionBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 20px;
}

.groupSectionBoxInner {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    position: relative;
}

.groupSectionBox .amenitiesName p {
    font-size: 16px;
    color: #fff;
    /*            font-family: 'IvyModeRegular';*/
}

.projectPhotosWrapper .imgBox {
    position: relative;
    overflow: hidden;
}

.projectPhotosWrapper .imgBoxOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s linear;
    background-color: rgba(0, 0, 0, 0.8);
}

.projectPhotosWrapper .imgBoxOverlay h3 {
    opacity: 0;
    color: #D2AC47;
    font-size: 24px;
    margin: 0;
    transition: all 0.5s linear;
}

.projectPhotosWrapper .imgBox img {
    transition: all 0.5s linear;
}

.projectPhotosWrapper .imgBox:hover .imgBoxOverlay {
    opacity: 1;
    top: 0;
}



.projectPhotosWrapper .imgBox:hover img {
    transform: scale(1.2);
}

.projectPhotosWrapper .imgBox:hover h3 {
    opacity: 1;
}

.projectPhotosWrapper .btnGroupBlock {
    margin-top: 50px;
}

.btnGroupBlock {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btnGroupBlock .button {
    display: inline-flex;
    /*            height: 40px;*/
    /*            width: 150px;*/
    border: 2px solid #D2AC47;
    padding: 8px 20px;
    /*            margin: 20px 20px 20px 20px;*/
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btnGroupBlock a {
    color: #ffffff;
    font-weight: 100;
    text-decoration: none;
    letter-spacing: 1.5px;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-3 a {
    position: relative;
    transition: all .45s ease-Out;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #130F32;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #fff;
}

.locationWrapper {
    background: url('../images/project-detail/location-bg.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color: #17213F;
}


/* PROJECT DETAIL PAGE CSS */

.modal-body h2 {
    color: #fff;
    font-family: 'IvyModeRegular';
    text-align: center;
}

.modal-body h2 span {
    color: #D2AC47;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.video-wrap {
    position: relative;
}

.address.add1 {
    border-right: 1px solid;
}

.presence-img:hover img {
    transform: scale(1.05);
    transition: all 0.5s linear;
}

.presence-img img {
    transition: all 0.5s linear;
}

.video-box .inner a img {
    width: 100%;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 15px;
    font-size: 20px !important;
    color: #fff !important;
}

.owl-nav button.owl-next {
    right: 15px;
    font-size: 20px !important;
    color: #fff !important;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
/*    background: rgba(255, 255, 255, 0.38) !important;*/
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}
.video-txt.presence-txt h4{
    font-size: 18px;
    font-family: 'Montserrat';
}
#play-video {
    position: relative;
}
.btn-watch-video i {
    position: absolute;
    color: #D2AC47;
    background: #130f32;
    border-radius: 50%;
    font-size: 40px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
/*    animation: pulse-border 1500ms ease-out infinite;*/
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
a.call-icon {
    text-align: right;
    width: auto;
    padding: 0px 5px 20px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30%;
}
a.call-icon i {
    font-size: 25px;
    color: #fff;
    background: #D2AC47;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
a.whatsapp-icon {
    text-align: right;
    width: auto;
    padding: 0px 5px 20px;
    position: fixed;
    z-index: 999;
    top: 39%;
    right: 0;
}
a.whatsapp-icon img {
    width: 50px;
}
a.close:hover {
    color: #d2ac47;
}
.why-choose .section-title p{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    width: 80% !important;
}