@font-face {
    font-family: 'optima';
    src: url('../fonts/optima.ttf');
}

@font-face {
    font-family: 'optima-bold';
    src: url('../fonts/futur-bold.ttf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    overflow-x: hidden;
}

body {
    line-height: 1;
    font-family: 'optima';
    /*font-family: 'NexaBold' !important;*/
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
    /*letter-spacing: 1px;*/
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    max-width: 100%;
}

/*-------------- CSS Resetter ----------*/

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}


.input-group-addon {
    background: #000;
    color: #b8894d;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

/*--------------------------------------------------------------------*/


/*-------------------------------------*/

.nav-container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.nav-container:after {
    clear: both;
}

.nav-container:before {
    display: table;
    content: " ";
}

/*-------------------------------------*/



#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 11px 0px;
    top: 0;
    /* transition: top 0.3s; */
}

.cstm_disclaimer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.cstm_disclaimer .barcode {
    width: auto;
    height: 76px;
    margin-right: 15px;
}

.cstm_disclaimer p {
    text-align: justify
}

.navbar-default {
    background: #0a2a10;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #c99c63;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #c69a46;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #c69a46;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand>img {
    width: 132px;
    /* margin-top: 1px; */
}

.navbar-brand>img.nav-logo {
    width: 98px;
    margin-top: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }

}

/*------------Navbar center-------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.amenities-box img {
    width: 110px !important;
    margin: 0% auto;
}

.location-content img {
    width: 20px;
}

.location-content p {
    margin-left: 20%;
    color: #fff;
}

/*-------------------*/

.right-1 {
    position: absolute;
    bottom: 89px;
    right: -166px;
    color: #fff;
    font-size: 14px;
    transform: rotate(-90deg);
}

@media (max-width: 767px) {


    .location-content p {
        margin-left: 2%;
    }

    .navbar-nav {
        margin: initial !important;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .navbar-brand>img {
        width: 144px;
        float: left;
        margin-top: -8px;
        margin-left: 0;
    }

    .navbar-brand>img.nav-logo {
        width: 148px;
        margin-top: 11px;
        margin-left: 19px;
    }

    .navbar-brand {
        padding: 0px;
    }

    .navbar-default .navbar-toggle {
        border: none !important;
        background: #fff;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0a3a81 !important;
    }
}

.nav-call {
    border: 2px solid #f37637;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #fff !important;
    margin-top: 10px;
    font-weight: 600;
    background: #f37637;
}

.navbar-nav>li>a {
    font-family: 'optima';
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.menu-overlay a span {
    border-left: 3px solid #d2ac68;
    border-right: 3px solid #d2ac68;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.global-sec {
    padding: 25px 0;
}

.sec-head {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: 800;
}

.sec-head.golden {
    color: #c69a46;
    line-height: 1.4;
    font-size: 28px;
}

.sub-head {
    text-align: start;
}

.big-head {
    color: #d8b068;
    font-size: 42px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}

.small-head {
    color: #fff;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
}

.overview-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

.darkbg {
    background: #222222;
}

.headline {
    margin: 0 auto;
    display: block;
    margin-top: 0;
    width: 170px;
    margin-bottom: 36px;
    color: #0a2a10;
    background: #fff;
    border: 2px solid;
}

.darkbg p {
    color: #ffffff;
}

.over-view {
    text-align: center;
    /*margin-bottom: 20px;*/
}

.over-view p {
    color: #fff;
}

.d-flex {
    display: flex;
    align-items: baseline;
}

.over-view-1 {
    text-align: center;
    color: #fff;

}

.over-sec {
    background: #0a2a10;
    padding: 20px 10px;
    border-radius: 14px;
}

@media screen and (max-width:768px) {
    .overview-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .global-sec {
        padding: 20px 0;
    }

    .d-flex {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

    }

}

/* .golde-icon {
    padding: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.golde-icon i {
    color: #d8b068 !important;
    margin: 0 !important;
    background: #333 !important;
} */
.golde-icon img {
    width: 61px;
}

/* .golde-icon img:hover {
    background: #d8b068 !important;
    color: #FFFFFF !important;
} */

.golde-icon img:after {
    box-shadow: 0 0 0 4px #333 !important;
}

.over-view p {
    margin-bottom: 0;
    height: 70px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .over-view p {
        margin-bottom: 0;
        height: 120px;
        font-size: 14px;
    }
}

.golde-icon img:before {
    font-size: 58px !important;
}

.projecthigh-head {
    font-size: 30px;
    background: #0a3a81;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-weight: 800;
}



/*---------------------------------*/

.overimg {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.sec-head.style2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.highlight-wrap {
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    padding: 15px;
}

.panel-height {
    padding-top: 52px;
}

.highlight-wrap h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.highlight-wrap p {
    color: #FFFFFF;
    font-size: 16px;
}

.ami-img-wrap {
    position: relative;
}

.ami-img-wrap img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.ami-img-wrap .img-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.ami-img-wrap .img-overlay .text-wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #d2ac68;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ami-img-wrap .img-overlay .text-wrap p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 5px;
}

.ami-img-wrap .img-overlay h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

/*----3d hover-------*/
.hover-in {
    transition: .3s ease-out;
}

.hover-out {
    transition: .3s ease-in;
}

/*-------------------*/

.config-sec {
    /* background: url("../images/amenties/8.webp") center; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background: #000;
}

#contact-backk {
    /* background: url("../images/amenties/6.webp") center; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background: #ffffff;
}

.bg-overlay {
    background: rgb(255, 255, 255);
}

.sec-head.white {
    color: #d8b068;
}

.config-table {
    text-align: center;
    margin-bottom: 0;
    font-family: 'optima';
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 10px 0 !important;
}

.config-table thead tr {
    font-family: 'optima';
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 10px 5px !important;
    font-weight: 600;
    /*background: #ededed;*/
}

.config-table thead {
    background: #0a2a10;
    color: #ffffff;
    border: none !important;
    font-weight: 600;
    font-size: 18px;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

.price-click {
    background: #b79551;
    color: #222;
    padding: 9px 7px;
    font-family: 'optima';
    border-radius: 6px;
}

.price-click:hover,
.price-click:focus {
    color: #222;
}

.sub-head {
    text-align: center;
    font-family: 'optima';
    font-size: 25px;
    margin-bottom: 40px;
}

.sub-head.white {
    color: #ffffff;
}

.grey {
    background: #0a2a10;
}

.grey-scale {
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.amenities {
    text-align: center;
    margin-bottom: 30px;
}

.amenities p {
    margin-bottom: 0;
    height: 40px;
    font-weight: 600;
    color: #fff;
}

.about-para {
    color: #fff;
    font-family: 'optima';
    line-height: 23px;
    text-align: center;
    letter-spacing: 1.2px;
}

.ameicon {
    padding: 0 !important;
}

.ameicon i {
    background: #222 !important;
    width: 110px;
    height: 110px;
    margin: 0;
    margin-bottom: 15px;
    color: #d8b068;
}

.ameicon i::before {
    line-height: 110px !important;
}

.ameicon .hi-icon:hover {
    background: #d8b068 !important;
    color: #FFFFFF !important;
}

.ameicon .hi-icon:after {
    box-shadow: 0 0 0 4px #222 !important;
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
}

#accordion a {
    display: block;
    padding: 11px 12px;
    border: 2px solid #b79551;
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #b79551;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #b79551;
    transition: all 0.2s ease-in;
}

#accordion .panel-body p i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #fff;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.panel-body {
    padding: 15px;
    border: none !important;
    background: #0a2a10;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.panel-group .panel-heading {
    border-bottom: 0;
    background: #b79551;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}

.loc-list li {
    margin-bottom: 7px;
    background: #ededed;
    padding: 12px 5px;
}

.loc-list li i {
    color: #0a3a81;
    margin-right: 10px;
    font-size: 16px;
}

.loc-list li span {
    float: right;
    font-weight: 800;
    color: #000;
}

.loc-head {
    color: #0a3a81;
    font-size: 30px;
    font-weight: 800;
    /*margin-bottom: 20px;*/
}

.loc-headline {
    margin-bottom: 30px;
    width: 70px;
    margin-top: 5px;
}

/* ========== */
.flip_box_area {
    background: #000;
}

.flip_box_area .box_item {
    position: relative;
    margin: 30px auto
}

.flip_box_area .box_item .flip_box {
    transform-style: preserve-3d;
    perspective: 1000px
}

.flip_box_area .box_item .flip_box .flip_box_back,
.flip_box_area .box_item .flip_box .flip_box_front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 500px;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    backface-visibility: hidden
}

.flip_box_area .box_item .flip_box .flip_box_back::before,
.flip_box_area .box_item .flip_box .flip_box_front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.flip_box_area .box_item .flip_box .flip_box_front,
.flip_box_area .box_item .flip_box:hover .flip_box_back {
    transform: rotateY(0);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box:hover .flip_box_front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .flip_box_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: transparent solid 1px;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    text-align: center
}

.flip_box_area .box_item .flip_box .inner h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.flip_box_area .box_item .flip_box p {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
}

.flip_box_area .box_item .flip_box p:last-child {
    font-weight: 600
}

/* ============ */

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #fff;
    /*padding: 9px 20px !important;*/
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab>li>a {
    color: #fff;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
}

/*-------------------------------------------------*/

/*---------------gallery----------------------*/
.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.location-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    outline: 2px solid #3c301e;
    outline-offset: 5px;
    /* box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5); */
}

.amenities-gallery img {
    width: 100%;
    height: 300px;
    display: block;
    transition: all 0.5s;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities-gallery .gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.location-map:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.location-map:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

/*-----------------------*/

.contact-sec {
    /* background: url("../images/contact-bg.jpg") center;
    background-size: cover; */
    height: 430px;
    background: #0a2a10;
    width: 55%;
    margin: auto;
    padding: 20px 0;
    border-radius: 15px;
    /* min-height: 513px; */

}

.selectfields{
    display: none;
}

#Contactus {
    background: url("../images/contact-bg.jpg") center;
    background-size: cover;
}

.contact-overlay {
    /* background: rgba(0, 0, 0, 0.4); */
    padding: 28px 74px;
}

/*---modal form--*/

#contact-form input,
#contact-form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #222222;
}

#contact-form .input-group-addon {
    /* background: #fff;
    color: #b8894d;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px; */
}

.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
    width: 100%;
    margin-left: 0 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.popup-btn {
    margin: 0 auto;
    display: block;
    background: #b8894d;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 10px 25px 6px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.error {
    color: #ff0000;
}




/*-----------Modal End --------*/

.form-txt {
    font-family: 'optima';
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    /* margin-bottom: 30px; */
}

.form-calltxt {
    margin-bottom: 0;
    color: #fff;
    font-family: 'optima';
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.form-calltxt a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: 600;
}

.row-eq-height {
    padding: 0px !important;
    margin: 0px !important;
}

.abt-rera h5 {
    font-size: 11px;
    font-weight: 800;
    margin-top: 6px;
    border-bottom: 2px solid #d2ac68;
    padding-bottom: 4px;
}

.abt-rera p {
    font-size: 11px;
}

.qr-img {
    width: 127px;
    margin: 0px 0 15px;
}

.sunteck {
    width: 160px;
    margin: 0px auto;
    display: block;
    margin-top: 9%;
}

.footer-sec {
    padding: 20px 0;
    background: #0a2a10;
}

.footer-sec p {
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 1px;
}

.footer-sec p a {
    color: #b8894d;
}

/*----------Modal Design-------*/
.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background-color: #0a2a10 !important;
}

.modal-body {
    background-size: cover;
    padding: 60px 20px 30px 20px;
    display: inline-block;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: -35px;
    margin-bottom: 10px;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    width: 195px;
    margin: 0px auto;
    display: block;
    padding: 14px;
    position: relative;
    top: -60px;
    background: #fff;
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

/*---modal form--*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon {
    background: #000;
    color: #b8894d;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

/*-----------Modal End --------*/

/*---mobile fix footer----*/
.fixed-footer-cust {
    background: #c69a46;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    /* font-weight: 600; */
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.visit {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

/*---mobile fix footer----*/

.droon-shoot {
    text-align: center;
    background: #222;
    padding: 50px 0;
}

.dron-txt {
    color: #fff;
    font-family: JoaneRegular;
    font-size: 25px;
    margin-bottom: 30px;
}

.book-now {
    background: #d2ac68 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 19px !important;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);

    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.book-now:hover,
.book-now:focus {
    color: #222;
}

.prohighlight-sec {
    /*padding: 70px 0;*/
    /*background: #ededed;*/
}

.high-txtwrap {
    width: 50%;
    margin: 0 auto;
    /*background: #5f5f5f;*/
    padding: 10px;
    margin-bottom: 10px;
}

.high-txtwrap .high-inner {
    /*border: 1px solid #d2ac68;*/
}

.high-txtwrap .high-inner h2 {
    color: #222;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
}




/*-------- owl-nav -----------*/
.gallery-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, 1) !important;
    border: 2px solid transparent !important;
    padding: 5px !important;
    border-radius: 50% !important;
    outline: none;
    transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-next:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-prev {
    background: rgba(255, 255, 255, 0.6) !important;
    padding: 5px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    outline: none;
    transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-prev:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.gallery-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.gallery-carousel .owl-nav img {
    width: 35px;
}

/*------------------------*/



.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0a3a81 !important;
}

.video-txt {
    margin-bottom: 30px;
    text-align: center;
    background: #d2ac68;
    padding: 6px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.sec-thankyou {
    padding: 90px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #d2ac68;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 235px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #d2ac68;
    border-radius: 25px;
}

.oops-greet {
    color: #d2ac68;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.interested {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
    color: #fff;
    /* background: #000 !important; */
    border: 1px solid #fff !important;
    letter-spacing: 1px;
    font-size: 18px !important;
    outline: none !important;
}

.db-btn {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    color: #fff;
    /* background: #000!important; */
    border: 1px solid #fff !important;
    letter-spacing: 1px;
    font-size: 17px !important;
    outline: none !important;
}

@media screen and (max-width: 768px) {
    .db-btn {
        position: fixed;
        z-index: 9999;
        text-transform: uppercase;
        border-radius: 0px;
        left: -91px;
        bottom: 41%;
        background: #785995 !important;
        border: 3px solid #ffffff;
        letter-spacing: 4px;
        font-size: 13px !important;
        font-family: Oswald;
        outline: none !important;
        transform: rotate(90deg);
    }

    .contact-sec {
        width: 100% !important;
    }


    .db-btn-mob {
        background: transparent;
        color: #fff;
        padding: 9px 0 0 0;
    }

    .panel-height {
        padding-top: unset;
    }

    .cstm_disclaimer {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .cstm_disclaimer .barcode {
        margin-right: unset;
        margin-top: 13px
    }
}

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 130px;
}

.drone360 {
    width: 100%;
    height: 650px;
}

.overview-logo {
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.overview-list {}

.overview-list li {
    margin-bottom: 20px;
}

.overview-list li i {
    color: #d2ac68;
}

.overview-list li i::before {
    font-size: 15px;
}

#carousel-example-generic {
    margin-top: 80px;
}

.sec-disc {
    background: #3c3c3c;
    color: #fff;
    padding-top: 10px;
}

.sec-disc p {
    font-size: 11px;
    line-height: 14px;
}

.sec-disc p span {
    font-weight: 600;
}

.disc-wrap {}

.disc-wrap p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.overview-subhead {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    /*color: #f57d20;*/
    color: #222222;
    line-height: 27px;
}

.clubtxt {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    font-weight: 600;
    color: #545454;
}

.clubtxt span {
    color: #f57d20;
    font-weight: 800;
}

.gera-logo {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.head360 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 800;
    margin-top: 50px;
    color: #0a3a81;
}


.link360 {
    background: #0a3a81 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 800;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
}



.callnow {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    width: 45px;
}

.amenities-carousel .owl-stage-outer {
    padding-top: 13px;
}

.amenities-carousel .owl-nav img {
    width: 32px;
}

.amenities-carousel .owl-nav .owl-prev {
    border: 2px solid #B4914F !important;
    border-radius: 10px 0 0 10px;
    background: transparent !important;
    margin: 0;
    outline: none !important;
}

.amenities-carousel .owl-nav .owl-next {
    border: 2px solid #B4914F !important;
    border-radius: 0 10px 10px 0;
    background: transparent !important;
    margin: 0;
    border-left: none !important;
    outline: none !important;
}

.amenities-carousel .owl-nav {
    text-align: right;
    margin-top: 0;
    padding-right: 0;
}


/* -------------------  TAB -----------------------*/

.floortab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.floortab li {
    float: none !important;
    display: inline-block;
    margin: 0 0.5%;
    width: 23%;
}

.floortab>li.active>a,
.floortab>li.active>a:hover,
.floortab>li.active>a:focus {
    color: #fff;
    background-color: #0a3a81;
    border-color: #0a3a81;
    cursor: pointer;
    border-radius: 0;
}

.floortab>li>a:hover,
.floortab>li>a:focus {
    color: #222222;
    /*padding: 9px 20px !important;*/
    border-color: #222222;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.floortab>li>a {
    margin-right: 0;
    color: #222222;
    padding: 9px 20px !important;
    border: 1px solid #222222;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease all 0.5s;
}

.floortab>li>a>span {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
}

/*-------------------------------------------------*/

.floorgall {
    border: 1px solid #0b3b81;
}

.floorgall img {
    height: 250px;
    object-fit: contain;
}




.carousel-nav .owl-stage-outer {
    padding-top: 13px;
}

.carousel-nav .owl-nav img {
    width: 32px;
}

.carousel-nav .owl-nav .owl-prev {
    border: 2px solid #000 !important;
    border-radius: 10px 0 0 10px;
    background: transparent !important;
    margin: 0;
    outline: none !important;
}

.carousel-nav .owl-nav .owl-next {
    border: 2px solid #000 !important;
    border-radius: 0 10px 10px 0;
    background: transparent !important;
    margin: 0;
    border-left: none !important;
    outline: none !important;
}

.carousel-nav .owl-nav {
    text-align: right;
    margin-top: 0;
    padding-right: 0;
}


.locwrap {
    padding: 20px;
    margin-top: 40px;
}

.locwrap i {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #c69a46;
}

.locwrap i:before {
    font-size: 110px;
}

.locwrap h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.locwrap p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.locborder {
    border-right: 2px solid #c69a46;
    min-height: 348px;
}

.disctxt {
    font-size: 13px;
    font-family: 'optima';
    line-height: 19px;
    margin-top: 10px;
}

.siteadd {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.highlight img {
    margin-top: 20px;
    height: 215px;
}

.highlight1 img {
    height: 320px;
}

.highlight2 img {
    height: 500px;
}

.highlight p {
    margin-top: 10px;
}

.highlight1 p {
    margin-top: 10px;
}

.highlight2 p {
    margin-top: 10px;

}


.blurimg {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.location {
    margin-right: 15px;
}

@media screen and (max-width:768px) {
    .highlight p {
        margin: 20px 0px;
    }
}

.icon-carousel img {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.newText {
    color: #fff !important;
    margin: 20px 0;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 10px 5px;
    position: relative;
    background: transparent !important;
    bottom: 0px;
    color: #a58448 !important;
    font-size: 7px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #a58448 !important;
    color: #fff !important;
}


.GreyBtn {
    background: #c69a46;
    color: #fff;
    font-weight: 600;
    background-size: 600% 600%;
    -webkit-animation: AnimationNameGrey 3s ease infinite;
    animation: AnimationNameGrey 3s ease infinite;
}

@-webkit-keyframes AnimationNameGrey {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0%
    }
}

@keyframes AnimationNameGrey {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0%
    }
}