

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Poppins','Open Sans',sans-serif;
    scroll-behavior: smooth;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Poppins',sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px 'Poppins', Arial, sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}

.pt-0{
    padding-top: 0px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}

.pb-0 {
    padding-bottom: 0px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}

.pl-0 {
    padding-left: 0px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}

.pr-0 {
    padding-right: 0px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}

.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'celattin_fontregular';
    src:url('../fonts/celattin-font-webfont.html');
    src:url('../fonts/celattin-font-webfontd41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/celattin-font-webfont.woff') format('woff'),
        url('../fonts/celattin-font-webfont-2.html') format('truetype'),
        url('../fonts/celattin-font-webfont-3.html#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    position: relative;
    margin: 0;
    font: 14px 'Poppins', sans-serif;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 45%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #e20809;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -95px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* LP codes continues here */
.header{position: relative;}
.header-top{position: absolute;width: 100%;top: 0;background-color: #fff;padding: 10px;z-index: 99;}
.header-menu{/* background-color: #7774742e; */float: right;margin-right: 34px;}
.header-menu{

}
#brand{
    float: left;
    margin-left: 20px;
    width: 15%;
}
#brand img{
    width: 50%;
}
.header-menu ul{/* float: right; */}
.header-menu ul li{display: inline-block;margin-right: 5px;}
.header-menu ul li a{padding: 16px;display: block;color: #000;}
#hero-banner{
padding-top: 74px;
}
.banner-form-wrapper{background-color: #2c353e;padding: 50px 0px;}
#banner-form{

}
#banner-form input{padding: 20px 15px;width: 100%;border-radius: 15px;border: 1px solid white;}
#banner-form input[type="submit"]{color: #eeba2c;background-color: white;line-height: 0px;font-weight: bold;font-size: 20px;}
.sec-title{
    /*font-family: celattin_fontregular;*/
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 400;
    }
.sub-title{text-align: center;color: white;font-size: 18px;}
.yellow-border{/* border-bottom: 2px solid #d3ad3f; */position: relative;padding-bottom: 25px;}
.yellow-border:after{
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #d3ad3f;
    height: 2px;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
}
.proj-experience{background-color: #b39648;padding: 15px 0px;}
.proj-experience ul{padding: 15px 0px;}
.proj-experience .row{
    width: 75%;
    margin: 30px auto;
}
.proj-experience ul li{
    color: white;
    margin-bottom: 3px;
    font-size: 15px;
    list-style-type: disc;
}
.about{padding: 30px 0px;}
.about h3{color: black !important;margin-left: 30px; line-height: 1.3;}
.about img{border-radius: 20px;}
.about-content{padding-left: 50px;padding: 20px;margin-left: 5px;}
.about-content p{
    color: black !important;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec-title.dark-title{
    color: black;
}
.amenities{padding: 20px 0px;}
.amenities .amenities_wrapper{
    width: 90%;
    margin: auto;
}
.amenities .amenities_wrapper .amenities-box{
    min-height: 180px;
}
.amenities .amenities_wrapper .amenities-box:hover .amenities-img-box{
    box-shadow: 0px 3px 20px #000000ab;
    transform: scale(1.1);
}
.amenities .amenities_wrapper .amenities-box img{
    margin: auto;
    /* border-radius: 50%; */
    /* background-color: white; */
    width: 70px;
    height: 70px;
}
.amenities .amenities_wrapper .amenities-box p{
    text-align: center;
    color: black;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 15px;
    font-weight: 500;
}
.black-amenities .amenities-img-box{
    background-color: black;
}
.location-advantage {
    background: url(../images/location-advantages.jpg) 0px 0px no-repeat;
    padding: 19px 0px;
    background-size: cover;
}
/*.location-advantage .location-advantage-content{background-color: #2c353e;padding: 30px 25px;border-radius: 15px;}*/
.location-advantage .location-advantage-content p{color: white;margin-bottom: 20px;font-weight: 400;line-height: 22px;}
.location-advantage .location-advantage-content ul{padding-left: 20px;}
.location-advantage .location-advantage-content ul li{color: white;list-style-type: disc;padding-bottom: 10px;}
.gallery{padding: 50px 0px;}
.gallery img{margin: 15px auto;}
.walkthrough-video{background-color: #2c353e;padding: 35px;}
.map{
    background-color: #2c353e;
    padding: 35px;
}
.amenities-img-box{
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 1px 20px #00000014;
    padding: 10px;
    width: 110px;
    height: 110px;
    margin: auto;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
}
.footer-form-wrapper{background-color: white;padding: 50px 0px;}
#footer-form .mb-2{
    margin-bottom: 10px;
}
#footer-form input{padding: 20px 15px;width: 100%;border-radius: 15px;border: 1px solid white;background-color: #d3d3d3;}
#footer-form select{padding: 10px 15px;width: 100%;border-radius: 15px;border: 1px solid white;background-color: #d3d3d3;}
#footer-form input[type="submit"]{color: white;background-color: #eeba2c;line-height: 0px;font-weight: bold;font-size: 20px;}
/*.location-advantage h3{
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
}*/
/*.location-advantage h3.yellow-border:after{left: 0;right: auto;}*/
/*.about h3.yellow-border:after{left: 0;right: auto;}*/
.brochure-btn {
    text-align: center;
    margin-top: 20px;
}
.brochure-btn a i{
    color: #d3ad3f;
}
.brochure-btn a, .call-now-btn{
    background-color: white;
    box-shadow: 1px 1px 20px #a5a4a447;
    display: inline-block;
    padding: 15px 40px;
    color: #d3ad3f;
    font-size: 19px;
}
#brochure {
    width: 40%;
    margin: auto;
    padding: 29px;
    background-color: white;
}
#brochure p {
    margin-bottom: 11px;
    font-size: 17px;
    color: black;
}
#brochure form#brochure-form input {
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 8px;
}
#brochure form#brochure-form input[type="submit"] {
    display: block;
    padding: 14px;
    height: auto;
    width: 50%;
    margin: 10px auto;
    background: #bd9746;
    color: #fff;
    border: 1px solid;
}
#brochure .mfp-close {
    /* right: 407px; */
}
.header-menu .hamburger-menu{
    display: none;
}
.disclaimer{
    padding: 11px;
    font-size: 9px;
    background-color: #d3d3d3;
    color: #2c353e;
    line-height: 10px;
}
.header-form-wrapper{
    position: absolute;
    top: 45vh;
    width: 100%;
}
.header-form{
    position: relative;
    width: 29%;
    top: -30vh;
    right: -3vw;
    padding: 20px;
    background-color: #0000007d;
    z-index: 9;
    float: right;
    margin-right: 30px;
}
.header-form h3{
    color: white;
}
.content{
    background-color: ivory;
}
.header-form form input{
    padding: 17px 10px;
    border: 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    color: black;
    margin-bottom: 15px;
}
.header-form form select{
    border: 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding: 10px;
    margin-bottom: 18px;
}
.header-form form input[type="submit"]{
        background-color: #ffffff;
    font-size: 16px;
    color: #eeba2c;
    line-height: 2px;
    display: block;
    width: 50%;
    margin: auto;
    border: 0;
}
.header-form h3{
    text-align: center;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 18px;
}
.summmary-box{
    min-height: 155px;
}
.summmary-box img{
    width: 30%;
    margin: auto;
}
.summary-content{

}
.summary-content h3{
        margin: 15px;
    margin-left: 0px;
    color: white;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}
.summary-content h3 span{
    font-size: 3rem
}
.summary-content p{
    color: white;
    font-size: 15px;
    text-align: center;
}
.whatsapp-btn {
    position: fixed;
    right: 30px;
    top: auto;
    bottom: 3%;
    width: auto;
    height: auto;
    background: #4ac04b;
    border-radius: 0px;
    padding: 3px;
    border-radius: 50%;
    z-index: 99;
}
.location-advantage-wrapper{
    background-color: #2c353e;
    padding: 20px;
    border-radius: 10px;
}
.location-advantage-wrapper .row.align-center{
    display: flex;
    align-items: center;
}

.whatsapp-btn a {
    /*width: 78%;*/
    /*display: flex;*/
    /*align-items: center;*/
    padding: 0px;
}.whatsapp-btn svg {
    fill: #fff;
    width: 45px;
}
.small-form-popup{
    width: 600px;
    margin: auto;
    padding: 29px;
    background-color: white;
    border: 1px solid #bd9746;
    border-radius: 6px;
}
.small-form-popup p{
    margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #bd9746;
}
.small-form-popup{
    position: relative;
}

.small-form-popup input{
    /* height: 32px; */
    /* border: 0; */
    /* border-bottom: 1px solid #b3b3b3; */
    /* margin-bottom: 24px; */
    width: 100%;
        margin-bottom: 10px;
}
.small-form-popup select{
        margin-bottom: 10px;
        height: 32px;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    /* margin-bottom: 24px; */
    width: 100%;
}

.small-form-popup input[type="submit"]{
    display: block;
    padding: 14px;
    height: auto;
    width: 50%;
    margin: 10px auto;
        background: #38578b;
    color: #fff;
}
.small-form-popup .mfp-close{
    right: 0;
}

#clicktocall{
    width: 40%;
    margin: auto;
    padding: 29px;
    background-color: white;
}
#clicktocall p{
    margin-bottom: 11px;
    font-size: 17px;
    color: black;
}
#clicktocall form#clicktocall-form{
    
}

#clicktocall form#clicktocall-form input{
        margin-bottom: 10px;
        height: 32px;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    /* margin-bottom: 24px; */
    width: 100%;
}
#clicktocall form#clicktocall-form select{
        margin-bottom: 10px;
        height: 32px;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    /* margin-bottom: 24px; */
    width: 100%;
}

#clicktocall form#clicktocall-form input[type="submit"]{
    display: block;
    padding: 14px;
    height: auto;
    width: 50%;
    margin: 10px auto;
        background: #bd9746;
    color: #fff;
}
#clicktocall .mfp-close{
    right:0;
}
.callnow-btn{
    display: none;
}
.club-house{
    background-color: #2c353e;
    padding: 25px 0px;
}
.club-house ul{
    margin-top: 30px;
    padding-left: 25px;
}
.club-house ul li{
    font-size: 21px;
    color: white;
    margin-bottom: 7px;
    position: relative;
    padding-left: 19px;
}
.club-house ul li:before{
    content: '';
    position: absolute;
    background-color: white;
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
}
.club-house .sec-title{
    margin-top: 50px;
}
.about-habitat{
    background-color: #2c353e;
    padding: 10px 0px;
}
.about-habitat p{
    color: white;
}
.about-habitat h3{
    margin-left: 0px;
    color: white;
}
.product{
    padding-bottom: 50px;
}
.product .sec-title{
    color: black;
}
.sub-content{
   color: black;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}
.product .product-list{
    
}
.product .product-list-box{
    background-color: #2c353e;
    color: white;
    padding: 10px;
    margin-bottom: 25px;
    min-height: 275px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.product .product-list-box p {
    color: white;
    text-align: center;
    font-size: 16px;
}
.opportunity{
    padding: 20px 0px;
}
.opportunity-dark-box{
    width: 25%;
    margin: 20px auto;
    padding: 19px;
    background-color: #2c353e;
    color: white;
    border-radius: 10px;
}
#gallery-slider .owl-nav .owl-next, #gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    border-radius: 50%;
    background-position: center !important;
}
#gallery-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow-with-bg.png) no-repeat 0 0;
    left: 10px;
}
#gallery-slider .owl-nav .owl-next {
    background: url(../images/right-arrow-with-bg.png) no-repeat 0 0;
    right: 10px;
}

.mobile-slider .owl-nav .owl-next, .mobile-slider .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    border-radius: 50%;
    background-position: center !important;
}
.mobile-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow-with-bg.png) no-repeat 0 0;
    left: 10px;
}
.mobile-slider .owl-nav .owl-next {
    background: url(../images/right-arrow-with-bg.png) no-repeat 0 0;
    right: 10px;
}

.mobile-amenities-slider .owl-nav .owl-next, .mobile-amenities-slider .owl-nav .owl-prev {
    position: absolute;
    top: 32%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    border-radius: 50%;
    background-position: center !important;
}
.mobile-amenities-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow-with-bg.png) no-repeat 0 0;
    left: 10px;
}
.mobile-amenities-slider .owl-nav .owl-next {
    background: url(../images/right-arrow-with-bg.png) no-repeat 0 0;
    right: 10px;
}
.opportunity-dark-box p{
    text-align: center;
    color: white;
    font-size: 16px;
}
.opportunity-process{
width: 80%;
    margin: 40px auto;
}
.opportunity-process .opportunity-process-box{
background-color: #d3d3d3;
    color: #2c353e;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.opportunity-process .opportunity-process-box i{
        position: absolute;
    right: -24px;
    font-size: 20px;
}

.opportunity-process .opportunity-process-box p{
color: #2c353e;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.opportunity-process-box.color-1{
    background-color: #0093d8;
}
.opportunity-process-box.color-2{
    background-color: #47ac95;
}
.opportunity-process-box.color-3{
    background-color: #a5cd39;
}

.opportunity-t-c{
margin-top: 20px;
text-align: center;
}
.opportunity-t-c p{
color: black;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.opportunity-t-c ul{
padding-left: 15px;
}
.opportunity-t-c ul li{
    font-size: 12px;
        margin-bottom: 2px;
}
/*#brand img{
    display: none;
}*/
.footer{
    background-color: #8fc48c;
    padding: 15px 0px;
}
.footer p{
    color: black;
    font-size: 17px;
}
.footer strong{
   color: black;
    margin-top: 5px;
    display: block;
    font-size: 18px;
}
.social-links li{
    display: inline-block;
    margin-right: 15px;
}
.social-links li a{
   display: inline-block;
    color: black;
    font-size: 20px;
}
.call-now{
    padding: 10px 0px;
}
.call-now p{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: black;
}
.virtual-tour {
    position: fixed;
    right: -49px;
    transform: rotate( 
270deg
 );
    z-index: 999;
    line-height: 11px;
    top: 23%;
    font-size: 19px;
    background-color: #eeba2c;
    color: white !important;
    border: 2px solid #eeba2c;
    padding: 12px;
    text-decoration: none !important;
    border-radius: 5px 5px 0px 0px;
}
.style1.position-right {
    left: 0;
    margin-right: 20px;
}
#chatbox-container.position-right{
    left: 0 !important;
}
.chatWithUsMessageWrapper.position-right{
    left: 6px !important;
    right: auto !important;
}
.offer-text{text-align: center;    padding: 50px 0px;}
.offer-text p {
    line-height: 40px;
}
.offer-text h3{text-align: center;font-weight: 600;line-height: 30px;}
.offer-text .offer-bg-text{
    text-align: center;
    display: inline-block;
    background-color: #e20809;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px auto;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);    font-weight: 500;
    border-radius: 40px;
}
.offer-text .sub-heading{text-align: center;font-size: 20px;color: black;    font-weight: 400;}
.offer-text .offer-box{
    width: 75%;
    margin: auto;
    margin-top: 2vh;
}
.offer-text .offer-box .offer-box-wrapper{
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-radius: 40px;
}
.offer-text .offer-box p{
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #2c353e;
    color: white;
    padding: 20px;
    border-radius: 40px;
    line-height: 25px;
    margin: 16px 0px;
    font-size: 14px;    font-weight: 500;
    
}
.ad-form-wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-form-box{
    width: 40%;
    margin: auto;
}
.ad-form-box h3{
    margin-left: 0px;
    font-size: 20px;
    font-weight: 500;
}
#adForm{

}
#adForm input{
    display: block;
    width: 100%;
    padding: 25px 10px;
    margin-bottom: 15px;
}
#adForm input[type="submit"]{
    display: block;
    padding: 14px;
    height: auto;
    width: 50%;
    margin: 10px auto;
    background: #38578b;
    color: #fff;
    border: 1px solid #38578b;
}
#kenytChatBubble.style1 .chatWithUsMessageWrapper{
    left: 10px;
    right: unset !important;
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .small-form-popup{
        width: 90%;
    }
    .header-top{
        display: flex;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .gallery .row .owl-carousel .item img{
        width: 100% !important;
    }
    .call-now{
        display: none;
    }
    .callnow-btn{
        position: fixed;
        bottom: 0;
        background-color: #bd9746;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        display: block !important;
        z-index: 999;
    }
    #whatsapp{
        width:100%;
        
    }
    #clicktocall{
       width:100%;
    }
    .whatsapp-btn{
        bottom: 9%;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */
    .header-menu .hamburger-menu{
        display: block;
        width: 50px;
        float: right;
    }
    .header-menu ul{display:none;position: absolute;width: 100%;left: 0;top: 70px;background-color: white;z-index: 9;}
    .header-menu ul li{
        display: block;
    }
    #brand img{
        width: 100%;
        float: left;
        display: block;
    }
    #brand{
        width: 20%;
    }
    .header-menu{
        
    }
    .header-menu ul li a {
        color: black;
    }
    .header-top{
        /* position: fixed; *//* top: 0; */
        z-index: 99999;
        /* background-color: #0000004f; */
    }
    #hero-banner{
        padding-top: 70px;
    }
    #banner-form input{
        margin-bottom: 13px;
    }
    .proj-experience .row{
        width: 90%;
    }
    .proj-experience ul{
        padding-left: 10px;
    }
    .amenities .amenities_wrapper .amenities-box {
        min-height: 250px;
    }
    .amenities .amenities_wrapper .amenities-box p{
        font-size: 20px;
    }
    .about img{
        border-radius: 20px;
        margin-bottom: 21px;
    }
    .about-content{
        padding: 20px;
    }
    .gallery img{
        margin: 15px auto;
    }
    .map{
        padding: 10px;
    }
    #footer-form input{
        margin-bottom: 10px;
    }
    #brochure {
        width: 100%;
        
    }
    #brochure .mfp-close {
        right: 0px;
    }
    .header-form-wrapper{
        position: static;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .header-form-wrapper .container{

    }
    .header-form{
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .location-advantage-wrapper .row.align-center{
        display: block;
    }
    .opportunity-dark-box{
        width: 90%;
    }
    .opportunity-process .opportunity-process-box i{
        bottom: -30px;
        left: 0;
        right: 0;
        text-align: center;
        transform: rotate(
        90deg
        );
    }
    .opportunity-process .opportunity-process-box{
        margin-bottom: 50px;
    }
    .ad-form-box{
        width: 60%;
        margin: auto;
    }
    

}

@media only screen and (max-width: 479px){
    .header-form{
        top: 0;
    }
    .amenities-img-box{
        width: 90px;
        height: 90px;
    }
    .amenities .amenities_wrapper .amenities-box img{
        width: 50px;
        height: 50px;
    }
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    .summmary-box{
        min-height: auto;
    }
    .mobile-slider .summmary-box img{
        width: 40%;
        margin: auto;
    }
    .summary-content h3{
        font-size: 24px;
        text-align: center;
    }
    .proj-experience .row {
        width: 100%;
    }
    .summary-content p{
        text-align: center;
    }
    .proj-experience .mobile-slider .owl-nav .owl-next, .proj-experience .mobile-slider .owl-nav .owl-prev{
        top: 35%;
    }
    .product-list .mobile-slider .owl-nav .owl-next, .product-list .mobile-slider .owl-nav .owl-prev{
        top: 42%;
    }
    .product .brochure-btn {
        margin-bottom: 20px;
    }
    .row.owl-carousel{
        margin: 0;
    }
    .amenities .amenities_wrapper{
        width: 100%;
    }
   .col-sm-2.item{
        padding: 0;
   }
   .amenities .amenities_wrapper .amenities-box p{
        font-size: 22px;
        line-height: 25px;
   }
   .location-advantage-wrapper{
        padding: 10px;
   }
   .disclaimer{
        padding-bottom: 65px;
   }
   .disclaimer img{
        margin-top: 15px !important;
    width: 160px !important;
   }
   .product .mobile-slider .owl-nav .owl-next{
        right: -25px;
   }
   .product .mobile-slider .owl-nav .owl-prev{
        left: -25px;
   }
   .mobile-amenities-slider .owl-nav .owl-next{
        right: -10px;
   }
   .mobile-amenities-slider .owl-nav .owl-prev{
        left: -10px;
   }
   .social-links{
        margin-top: 10px;
   }
   
   .offer-text h3 {
        text-align: center;
        font-weight: 600;
        line-height: 30px;
        font-size: 18px;
        width: 85%;
        margin: auto;
        margin-bottom: 2vh;
    }
    .offer-text h3 br {
        display: none;
    }
    .offer-text .offer-bg-text{
        line-height: 20px;
    }
    .offer-text .sub-heading {
        text-align: center;
        font-size: 17px;
        color: black;
        font-weight: 400;
        line-height: 25px;
    }
    .offer-text .offer-box{
            width: 100%;
    }
    .offer-text .offer-box p{
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #2c353e;
        color: white;
        padding: 20px;
        border-radius: 40px;
        line-height: 25px;
        margin: 16px 0px;
        font-size: 14px;
        font-weight: 500;
    }
     .ad-form-box{
        width: 95%;
        margin: auto;
    }
}

.config-box{
    padding: 1rem 2rem;
    text-align: center;
}
.config-box h3{
    font-size: 28px;
    font-weight: 400;
}
.config-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.config-box .config-btn{
    background: #b39648;
    color: #fff;
}

.config-bg{
    background-image: url(../images/gallery/AERIAL_.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.location{
    padding: 2rem 0;
}

.location .location-box{
    padding: 1rem;
    text-align: center;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 3px 10px #000000ad;
}

.location .location-box p:nth-child(1){
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.location .location-box p{
    font-weight: 400;
    text-align: center;
    margin-bottom: .5rem;
    color: #000;
}

.location .location-box p span{
    font-size: 2rem;
}

.location .sec-title{
    color: #000;
}

.parallax {
    background-attachment: fixed !important;
}

.bg-main{
    background-color: #acdbed;
}
.bg-main-02 {
    background-color: #bee0bd;
}
.bg-main-03 {
    background-color: #d4e2b1;
}

.overlay{
    padding: 55px 0;
        background: rgba(0, 0, 0, 0.6);
}

.gallery .row .owl-carousel .item img{
    width: 75%;
}

/* Styling for the video player container with fade-in and fade-out animations */
#videoPlayerContainer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 75%;
    z-index: 9999;
    animation: fadeInOut 0.3s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Styling for the close button */
#openBtn{
    background: transparent;
    outline: none;
    border: none;
    font-size: 4rem;
    color: white;
}
#closeBtn {
    display: block;
        margin-top: 10px;
        background: transparent;
        position: absolute;
        top: -13px;
        right: 0;
        border: none;
        font-weight: 600;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.btn-book-desk {
    position: relative;
    border: 2px solid #bd9746;
    border-radius: 31px;
    padding: 8px 30px 8px 10px !important;
    text-align: center;
    /* display: inline !important; */
    margin: 10px auto;
    color: #bd9746 !important;
    font-weight: 600;
    transition: ease all 0.5s;
    width: fit-content;
    animation: border-glow .5s infinite alternate;
}

.btn-book-desk:hover {
    color: #fff !important;
    background: #210;
}

.bounce {
    position: absolute;
    margin-left: 5px;
    animation: bounce .5s infinite alternate;
    animation-timing-function: ease-in-out;
}

@keyframes bounce {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(4px);
    }
}

  @keyframes border-glow {
      0% {
          box-shadow: 0px 0px 0px 0px #bd9746;
      }

      100% {
          box-shadow: 0px 0px 3px 3px #bd9746;
      }
  }

  .btn.btn-quote{
    background-color: #bd9746;
    color: #fff;
    border: 2px solid #bd9746;
    transition: .3s ease-in-out;
  }

  .btn.btn-quote:hover{
    background-color: transparent;
        color: #bd9746;
        border: 2px solid #bd9746;
  }

  .formwhite{
    display: flex;
        flex-direction: column;
        padding: 30px 30px 20px;
        background: #fff;
        border-radius: 15px;
  }

  .form-control{
    font-family: 'Roboto', sans-serif;
        box-shadow: none;
        -webkit-box-shadow: none;
        height: 40px;
        border: none;
        border-bottom: 1px solid #bd9746;
        border-radius: 0;
  }

  .fixed-desk{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
  }