@font-face {
    src: url(../fonts/GOTHAM-BOOK.otf);
    font-family: GOTHAM;
}

@font-face {
    src: url(../fonts/Gotham-Medium.otf);
    font-family: Gotham-Medium;
}

@font-face {
    src: url(../fonts/Quantify.ttf);
    font-family: Quantify;
}

@font-face {
    src: url(../fonts/Whitney-Bold.otf);
    font-family: Whitney-Bold;
}

@font-face {
    src: url(../fonts/Whitney-Medium.ttf);
    font-family: Whitney-Medium;
}

body {
    font-size: 15px;
    color: #0e1f2b;
}

body, html{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.pt-70 {
    padding-top: 70px;
}

/*.navbar-brand img {
    max-width: 185px;
}*/

.navbar-igbc img {
    max-width: 100px;
}

@media (min-width: 1200px) {
    .mb-6 {
        margin-bottom: 4.7rem;
    }
}

a {
    color: #57b2e3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    background: #0e1e2a;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    padding: 7px 15px;
    width: 222px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border: none;
}

.btn:hover {
    box-shadow: none;
    color: #fff;
}

h1 {
    font-family: Quantify;
    font-size: 36px;
}

h2 {
    font-family: Quantify;
    font-size: 35px;
}

h3 {
    font-family: Quantify;
    font-size: 32px;
}

.bg-light {
    background: none !important;
}

.form-control {
    border-radius: 0;
}

.list-none {
    list-style-type: none;
}

.box-style li {
    color: #141515;
    border: 1px solid #17617c;
    padding: 2px 8px;
    font-weight: 600;
}

.box-style li:not(:last-child) {
    margin-bottom: 6px;
}

.border-style li {
    padding: 7px 0;
}

.border-style li span:first-child {
    color: #0e1f2b;
    margin-right: 5px;
}

.border-style li:not(:last-child) {
    border-bottom: 1px solid #9bbbc6;
}

.listing-style li {
    padding: 7px 0;
    padding: 5px 0;
}

.listing-style li span:first-child {
    color: #0e1f2b;
    margin-right: 5px;
}

.listing-style li span:first-child {
    color: #1386a5;
}

strong {
    font-family: Whitney-Bold;
}

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    background: #0e1e2b;
    color: #fff;
    font-size: 24px;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top:hover {
    text-decoration: none;
}

#back-to-top:not(.show) {
    display: none;
}

.modal-header {
    border: none;
}

.form-group button {
    border: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

#enquery-form .modal-content {
    border: 5px solid #0f4473;
}
#schedule-form .modal-content {
    border: 5px solid #0f4473;
}
#dwnbro-form .modal-content {
    border: 5px solid #0f4473;
}

@keyframes expandCOne {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    90% {
        transform: scale(3.3);
        opacity: 0;
    }
    100% {
        transform: scale(3.3);
        opacity: 0;
    }
}

@keyframes expandCTwo {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    90% {
        transform: scale(3);
        opacity: 0;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

header {
    background-color: #eee;
    padding-top: 2px;
    padding-bottom: 0px;
    position: relative;
}

@media (max-width: 575px) {
    header {
        padding-top: 15px;
    }
}

header .navbar-wrapper {
    top: -100%;
    transition: 0.5s;
}

header .navbar-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #eee;
    z-index: 2;
}

header .navbar-wrapper.fixed .navbar-brand img {
    max-width: 180px;
}

@media (max-width: 575px) {
    header .navbar-wrapper .navbar-brand img {
        max-width: 150px;
    }
}

header .navbar-wrapper .navbar {
    padding: 0 0 3px 0;
}

header .navbar-wrapper .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #1a5f80;
    text-transform: uppercase;
    border-bottom: 7px solid #1a5f80;
    padding: 1.3rem 1rem;
    position: relative;
}

@media (min-width: 992px) {
    header .navbar-wrapper .navbar .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

header .navbar-wrapper .navbar .navbar-nav .nav-link:before {
    content: " ";
    right: auto;
    left: 0;
    transition: all 0.5s ease;
}

header .navbar-wrapper .navbar .navbar-nav .nav-link.active:before,
header .navbar-wrapper .navbar .navbar-nav .nav-link:hover:before {
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    background: #fff;
}

header .carousel {
    max-height: calc(100vh - 86px);
    overflow: hidden;
}

header .carousel img {
    width: 100%;
    height: auto;
}

header .banner-fixed-icon {
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 991px) {
    header .banner-fixed-icon {
        top: 61px;
        right: 8vw;
    }
}

@media (max-width: 767px) {
    header .banner-fixed-icon {
        top: 40%;
        right: 10vw;
    }
}

@media (max-width: 575px) {
    header .banner-fixed-icon {
        display: flex;
        justify-content: space-around;
        width: 100%;
        right: 0;
        top: 50%;
    }
}

header .banner-fixed-icon a {
    background: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

header .banner-fixed-icon a:hover {
    text-decoration: none;
}

header .banner-fixed-icon a:before,
header .banner-fixed-icon a:after {
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 0 1px white;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

header .banner-fixed-icon a:before {
    animation: expandCTwo 3s infinite;
    animation-delay: 0.6s;
    transition: 0.4s;
}

header .banner-fixed-icon a:after {
    animation: expandCOne 3s infinite;
}

header #header-form {
    color: #fff;
    transition: 0.5s;
    background-color: #231f20;
}

@media (max-width: 767px) {
    header #header-form {
        padding-top: 46px;
    }
    header #header-form.thankyou-content {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    header #header-form.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 16;
        background: #231f20;
    }
}

header #header-form form {
    background: #231f20;
    padding: 8px 0;
}

header #header-form form button {
    background: #0f4473;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    font-size: 12px;
    padding: 0;
}

@media (min-width: 768px) {
    header #header-form {
        position: absolute;
        bottom: -70px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    header #header-form.thankyou-content:not(.fixed) {
        bottom: -132px;
    }
}

main {
    max-width: 100%;
    overflow: hidden;
}

#overview {
    padding: 74px 0 40px;
    background: url(../images/graphics-img-1.png) no-repeat 130% center;
    position: relative;
}

@media (min-width: 768px) {
    #overview.thankyou-bottom-content {
        padding-top: 190px;
    }
}

#overview iframe {
    max-width: 450px;
    height: 100%;
    min-height: 293px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

#greenUniverse {
    color: #fff;
    position: relative;
}

#greenUniverse img {
    width: 100%;
}

@media (min-width: 992px) {
    #greenUniverse>div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    #greenUniverse>div h2 {
        color: #0e1f2b;
    }
}

#greenUniverse>div .greenUniverse-content {
    background: #0f4473;
    padding: 15px;
}

@media (min-width: 576px) {
    #greenUniverse>div .greenUniverse-content {
        padding: 21px 26px 0 6px;
    }
}

#greenUniverse>div .greenUniverse-content img {
    min-width: 89px;
}

@media (max-width: 575px) {
    #greenUniverse>div .greenUniverse-content img {
        max-width: 100px;
        margin-bottom: 15px;
    }
}

#greenUniverse>div .greenUniverse-content ul li {
    font-family: Whitney-Bold;
}

#podium {
    background: url(../images/bg-2.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
}

@media (max-width: 991px) {
    #podium {
        background-size: auto 40%;
    }
}

#podium .podium-content {
    padding: 46px 0;
}

#podium .podium-content h3 {
    letter-spacing: 4px;
}

#podium .podium-feature-wrapper .podium-feature {
    background: #0f4473;
    padding: 24px 20px;
    position: relative;
}

#podium .podium-feature-wrapper .podium-feature:after {
    background: url(../images/graphics-img-2.png) no-repeat right top;
    right: -20%;
}

@media (max-width: 767px) {
    #podium .podium-feature-wrapper .podium-feature:after {
        right: -70%;
    }
}

@media (max-width: 767px) {
    #podium .podium-feature-wrapper .podium-feature:after {
        right: -130%;
    }
}

#podium .podium-feature-wrapper .podium-feature:before {
    background: url(../images/graphics-img-1.png) no-repeat left top;
    left: -20%;
}

@media (max-width: 767px) {
    #podium .podium-feature-wrapper .podium-feature:before {
        left: -70%;
    }
}

@media (max-width: 767px) {
    #podium .podium-feature-wrapper .podium-feature:before {
        left: -130%;
    }
}

#podium .podium-feature-wrapper .podium-feature:after,
#podium .podium-feature-wrapper .podium-feature:before {
    content: " ";
    position: absolute;
    width: 442px;
    height: 480px;
    top: 0;
    background-size: contain;
}

#podium .podium-feature-wrapper .podium-feature ul {
    column-count: 2;
}

@media (max-width: 767px) {
    #podium .podium-feature-wrapper .podium-feature ul {
        column-count: 2;
        padding: 0 15px !important;
    }
}

@media (max-width: 575px) {
    #podium .podium-feature-wrapper .podium-feature ul {
        column-count: 1;
    }
}

.site-visit {
    padding: 30px 0;
}

.site-visit h3 {
    color: #17617c;
}

#clubUniverse {
    background: #0f4473;
    padding: 40px 0 30px;
    color: #fff;
}

#clubUniverse h3 {
    color: #0e1f2b;
}

#clubUniverse .img-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clubUniverse .img-wrapper img {
    max-width: 50px;
}

#clubUniverse span {
    font-size: 11px;
}

#facilities {
    background: #0e1e2b;
    padding: 30px 0 40px;
    color: #fff;
}

#facilities .row>div {
    padding: 0 10px;
}

#facilities .row .img-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f4473;
}

#facilities .row .img-wrapper img {
    max-width: 40px;
}

#facilities .row .img-wrapper img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

#facilities .row span {
    font-size: 11px;
}

#units {
    padding: 30px 0 0;
}

#units>div>h3 {
    color: #17617c;
}

#units .unit-gallery img {
    width: 100%;
    height: auto;
}

#units .units-block {
    border: 1px solid #1a627c;
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

#units .units-block .unit-number {
    font-family: Quantify;
    font-size: 200px;
    line-height: normal;
    color: #17617c;
}

#units .units-block .unit-details h3 {
    color: #0e1f2b;
}

#units .units-block .unit-details p {
    font-size: 14px;
    line-height: 14px;
    color: #808285;
}

#units .unit-gallery {
    position: relative;
    color: #fff;
}

#units .unit-gallery #galleryCarouselIndicators {
    overflow: hidden;
    max-height: 600px;
}

@media (min-width: 1600px) {
    #units .unit-gallery #galleryCarouselIndicators {
        max-height: 770px;
    }
}

#units .unit-gallery .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    top: 45%;
}

#units .unit-gallery .caption span {
    font-size: 16px;
}

#units .btn {
    width: auto;
}

@media (max-width: 575px) {
    #units .btn {
        display: block;
        max-width: 260px;
        margin: 0 auto;
    }
}

#location {
    background: #e7e8ea url(../images/graphics-img-1.png) no-repeat 30% center;
    position: relative;
}

@media (max-width: 991px) {
    #location {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 30px;
    }
    #location>div {
        order: 2;
    }
}

@media (max-width: 991px) {
    #location .map-img {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    #location .map-img {
        position: absolute;
        left: 56%;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media (max-width: 1199px) {
    #location .map-img {
        left: 45%;
    }
}

#location .d-grid {
    display: grid;
    grid-template-areas: 'col col col col';
    grid-column-gap: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #location .d-grid {
        grid-template-areas: 'col col';
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    #location .d-grid {
        grid-template-areas: 'col col';
    }
}

#location .d-grid>div {
    padding: 0;
    color: #17617c;
}

#location .d-grid>div h6 {
    font-family: Whitney-Bold;
    font-size: 13px;
    color: #231f20;
    margin-bottom: 9px;
}

#location .d-grid>div strong {
    display: block;
}

#location .d-grid>div ul li {
    margin-bottom: 9px;
    font-size: 14px;
}

footer .footer {
    background: url(../images/footer-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

footer .footer>.container {
    position: relative;
    z-index: 1;
}

footer .footer iframe {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

footer .footer h6 {
    font-weight: bold;
    font-size: 13px;
}

footer .footer .info-module {
    margin-bottom: 30px;
}

footer .footer .social h6 {
    color: #57b2e3;
}

footer .footer .social ul li img {
    width: 20px;
    height: 20px;
}

footer .footer .footer-nav h6 {
    color: #57b2e3;
}

@media (max-width: 575px) {
    footer .footer .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer .footer-nav ul li {
        width: calc(100% / 2 - 30px);
        margin-right: 15px;
    }
}

footer .footer .footer-nav ul li:not(:last-child) {
    border-bottom: 1px solid #1f1f23;
}

footer .footer .footer-nav ul li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 13px 0;
}

footer #developer {
    padding: 42px 0;
    position: relative;
}

footer #developer:before {
    content: " ";
    background: url(../images/graphics-img-2.png) no-repeat center top;
    position: absolute;
    top: -35%;
    left: 0;
    right: 0;
    width: 638px;
    height: 692px;
    margin: 0 auto;
    filter: brightness(0.5);
    z-index: 0;
    max-width: 100%;
}

@media (max-width: 767px) {
    footer #developer:before {
        top: -15%;
    }
}

footer #developer .developer-logo {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f2f2;
}

footer #developer .developer-logo img {
    max-width: 87px;
}

footer #developer .img-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f4473;
    width: 56px;
    height: 56px;
}

footer #developer .img-wrapper img {
    max-width: 30px;
}

footer #developer .img-wrapper img {
    max-width: 30px;
}

footer #developer .img-wrapper+p {
    font-size: 12px;
}

footer .site-visit {
    background: url(../images/footer-site-visit-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

footer .site-visit .btn {
    background: #0f4473;
}

@media (min-width: 768px) {
    footer .site-visit.thankyou-footer-gap {
        margin-bottom: 11rem;
    }
    
    .right-fixed-icon {
    position: fixed;
    top: 14%;
    right: -75px;
    text-align: right;
    transform: rotate(180deg) translate(0, -50%);
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -moz-transform: rotate(-90deg) translate(0, -50%);
    -o-transform: rotate(-90deg) translate(0, -50%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: flex;
    z-index: 16;
    }
}

@media (max-width: 767px) {
    
    .right-fixed-icon {
    position: fixed;
    top: 25%; 
    right: -80px;
    text-align: right;
    transform: rotate(180deg) translate(0, -50%);
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -moz-transform: rotate(-90deg) translate(0, -50%);
    -o-transform: rotate(-90deg) translate(0, -50%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: flex;
    z-index: 16;
    }
}

.right-fixed-icon a {
    display: block;
    text-align: center;
    padding: 8px 16px;
    background: #0f4473;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
    position: relative;
    bottom: 4px;
    font-size: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top left;
}

.right-fixed-icon a:hover {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1);
}

.pause-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.play-button {
    background: url(../images/banner-4.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    right: 0;
    margin: 0 auto;
    max-width: 450px;
}

.play-button.active {
    opacity: 1;
    pointer-events: all;
}

.play-button:before {
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.play-button>img {
    position: relative;
}

.mob-enq-btn button{
    padding: 10px 0;
    bottom: 0;
    background-color: #0e1e2b;
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    border: none;
}

/*====================================== Navbar ========================================================*/

/* ANIMATED X */

.navbar-toggler.x:not(.collapsed) {
    padding: 5px 0px 5px 5px;
    transition: all 0.2s;
}

.navbar-light .navbar-toggler {
    padding: .7rem .75rem;
    /* border: none; */
    background: #296baf;
    /* border-radius: 0; */
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #1a5f80;
}

/* ANIMATED X */

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.img-fluid-tata {
    height: 34px;
}

.call-icon {
    background: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-15%);
    border-radius: 50%;
    z-index: 1;
}

.call-icon i{
    transform: rotate(90deg);
}

@media (max-width: 360px) {
    .navbar-igbc img {
        max-width: 75px;
    }
}

@media(min-width:768px){
    .main-logo{
        width: 75%;
    }
}

/* END ANIMATED X */

/* ============================================================================= */

/*# sourceMappingURL=style.css.map */