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%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;font-family: 'Arimo';
}
img {
    border: 0 none;
    max-width: 100%;                        /*to optimize full width of its parent element*/
}
address {
    font-style: normal;                     /* To Neutralize Default Italic Style To Normal Style */
}

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;
}
/* =============================================================================
   Default Style
* ============================================================================= */

a {
    
    text-decoration: none;
}
a:hover {
    
    text-decoration: underline;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.inner_wrap {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
}
p {
    font-family: 'Arimo';
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;    
}
/* ====================== Return to Top Styles ============================ */

#return-to-top {
    background-color: #e9ecec;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    color: #222222;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 14px;
    height: 40px;
    width: 40px;
    font-size: 35px;
    line-height: 42px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
#return-to-top:hover {
    background-color: #6a6a6a;
}
/* =============================================================================
   LARGE SCREEN STYLES [DESKTOP] START
*  ============================================================================= */
/* =============================================================================
   Header Style
* ============================================================================= */
header {
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0 0 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
header.sticky-header {
    box-shadow: 0 0 10px #000000;
}
header .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo_container {
    float: left;
    max-width: 180px;
    width: 100%;
    margin: 0;
}
#logo_container img {
    display: block;
    margin: 0 auto;
}
.menu_trigger {
    display: none;
}

/* =============================================================================
   Topnav Style
* ============================================================================= */
#topnav {
    font-family: 'HelveticaNeueLTCom-Lt';
    float: left;
    padding: 0 10px 0 10px;
}
#topnav ul {
    display: flex;
    align-items: flex-start;
}
#topnav ul li a {
       display: block;
    font-size: 16px;
    line-height: 17px;
    color: #666666;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid transparent;
    margin: 0 0 0 20px;
    padding: 10px 2px 10px 2px;
}
#topnav ul li a:hover, #topnav ul li a.active {
    color: #387cb9;
    text-decoration: none;
    border-bottom: 3px solid #3585cc;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.booknow_link {
    float: right;
    background-color: #ccc;
    animation: blinkingText 1s infinite;
    margin-right: 10px;
    margin-top: 8px;
}
.booknow_link a {display:block;color:#3d3d3d;font-size:15px;line-height:36px;padding:0 5px;text-transform:uppercase;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.booknow_link a:hover{color:#1bafb1}
@keyframes blinkingText{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}

}
/* =============================================================================
   Brand Logo Style
* ============================================================================= */
#brand_logo_container {
    float: right;
    max-width: 160px;
    width: 12%;
}
#brand_logo_container img {
    display: block;
    margin: 0 auto; 
}
.desk_call {
    display: block;
    float: right;
    margin-right: 20px;
/*    width: 30px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.desk_call i {
    font-size: 22px;
    line-height: 33px;
    color: #666666;
}
.mobi_call {
    display: none;
}
/* =============================================================================
   Home Page Banner & ENQUIRE NOW From Style
* ============================================================================= */
#page_container {
    /*background: url(../images/webp/home-banner-bg.webp) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;*/
    margin-top: 50px;
}

#home_banner {
    /*height: 100vh;*/
    /*background: url(../images/webp/home-banner-bg.webp) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;*/
    position: relative;
}
#home_slider {
    /*position: absolute;
    top: 20%;
    left: 10%;
    max-width: 500px;*/
    width: 100%;
}
.video_txt {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 10px #263051;
    padding: 20px;
    text-transform: uppercase;
}
/*.video_txt.first_slide {
    color: #333;
}*/
/*#home_banner:after {
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.enquire-form-slide {
    background-color: rgba(1,77,130,0.9);
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    position: fixed;
    left: -250px;
    top: 15%;
    z-index: 3;
    transition:all ease .4s
}
.enquire-form-slide.active {
    left: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background:url(../images/btn_enq.jpg) no-repeat 0 0;
    width:37px;
    height:123px;
    display:inline-block;
    position:absolute;
    top:60px;
    right: -37px;
    cursor:pointer
}
.enquire-form-slide .enq-toggle i {
    display: none;
}
.enquire-form-slide .close-form {
    background:url(../images/webp/sprite.webp) no-repeat 0 0;
    width:12px;
    height:14px;
    display:inline-block;
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    background-position:0 -145px
}
.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'HelveticaNeueLTCom-Lt';
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 9px;
}
.enquire-form-slide .fieldwrapper {
    /*float: left;*/
    width: 100%;
    margin: 0 10px 20px 0;
}
/*.enquire-form-slide .fieldwrapper.apartment {
    float: none;
    width: 98%;
}*/
.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    font-family: 'Arimo';
    border: 1px solid #acaaaa;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    padding: 0 0 0 20px;
    outline: 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.enquire-form-slide .fieldwrapper.form-cta-btn input {
    font-family: 'HelveticaNeueLTCom-Lt';
    height: 40px;
    width: 109px;
    padding: 0;
    margin: 0;
    border:none;
    background-color: #014d82;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a {
    font-family: 'Roboto';
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    /*background-color: #898989;*/
    background-color: #1176b9;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    /*-webkit-transition: all 0.3s ease-in-out;*/
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn input:hover {
    background-color: #1783ce;
    /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 40px;
}
.enquire-form-slide .fieldwrapper > input:placeholder-shown {
    color: #000000;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
/* ==== General Tag === */

.inner_wrap.enquire_wrap.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,0.8);
}
.enquire-form-slide.active2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
    bottom: auto;
}
.enquire-form-slide.active2 .enq-toggle {
    display: none;
}


/* =============================================================================
   Home Page main content Style
* ============================================================================= */
#home_main_content {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

#home_main_content h1 {
    font-family: 'Arimo';
    color: #000000;
    font-size: 35px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
#home_main_content h1 span {
    display: block;
    padding-top: 30px;
    }
#backgroundvid {
    width: 100%;
}   
#about_us {
    /*background-image: url(../images/webp/about_us_bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 100px 0;
    margin-top: -3px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

#about_us .inner_wrap {
    position: relative;
    z-index: 1;
}

#about_us h2{
    font-size:35px;
    color: #ffffff;
    margin-bottom: 3%;
    letter-spacing:4px;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
} 
#about_us h2 span{
    position: 
    relative;
    font-family: 'Arimo';
}
#about_us h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}  
#about_us p {
    color: #fff;
    text-align:center;
}


.ocean { 
  height: 0;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
}

.wave {
  background: url(../images/webp/aqua_wave.webp) repeat-x;
  position: absolute;
  top: 0;
  width: 6400px;
  height: 80vh;
  animation: wave 3s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite, swell 10s cubic-bezier( 0.36, 0.45, 0.63, 0.53);
  transform: translate3d(0, -100%, 0);
}

@keyframes wave {
  0% {
    margin-left: 0;
    top: 100%;
  }
  100% {
    margin-left: -1600px;
    top: 0;
  }
}

@keyframes swell {
  0% {
    transform: translate3d(0,-5%,0);
  }
  100% {
    transform: translate3d(0,-100%,0);
  }
}





#our_vision {
    /*background-image: url(../images/webp/our_vision_bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 100px 0;
    margin-top: -3px;
    position: relative;
    color: #000;
    overflow: hidden;
    background-color: #f1f1f1;
}

#our_vision .inner_wrap {
    position: relative;
    z-index: 1;
}

#our_vision h2{
    font-size:35px;
    color: #000;
    margin-bottom: 3%;
    letter-spacing:4px;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
} 
#our_vision h2 span{
    position: 
    relative;
    font-family: 'Arimo';
}
#our_vision h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}  
#our_vision p {
    color: #000;
    text-align:center;
}





#amenities
{   /*background-image: url(../images/webp/amenities.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
/*    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0099ff), color-stop(100%, #45d1ff));
    background-image: -moz-linear-gradient(bottom, #0099ff, #45d1ff);
    background-image: -webkit-linear-gradient(bottom, #0099ff, #45d1ff);
    background-image: linear-gradient(to top, #0099ff, #45d1ff);*/
    width: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
/*#amenities:after {
    content: "";
    background-color: rgba(219,219,219,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#amenities .inner_wrap {
    position: relative;
    z-index: 1;
}

#amenities h2{
    font-size:35px;
    color:#000;
    margin-bottom: 3%;
    letter-spacing:4px;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
} 
#amenities h2 span{
    position: 
    relative;
    font-family: 'Arimo';
}
#amenities h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}





#gallery
{   /*background-image: url(../images/webp/gallery.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
/*    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0099ff), color-stop(100%, #45d1ff));
    background-image: -moz-linear-gradient(bottom, #0099ff, #45d1ff);
    background-image: -webkit-linear-gradient(bottom, #0099ff, #45d1ff);
    background-image: linear-gradient(to top, #0099ff, #45d1ff);*/
    width: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
/*#gallery:after {
    content: "";
    background-color: rgba(219,219,219,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#gallery .inner_wrap {
    position: relative;
    z-index: 1;
}

#gallery h2{
    font-size:35px;
    color:#000;
    margin-bottom: 3%;
    letter-spacing:4px;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
} 
#gallery h2 span{
    position: 
    relative;
    font-family: 'Arimo';
}
#gallery h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}

/* required */
.jquery-bubbles { position: absolute; bottom: -10%; width: 100%; }
.jquery-bubble img { width: 100%; }

/* demo purposes */
.bubbles { width: 100%;  min-height:700px;height: 100%; margin: 0 10px; float: left; }


#banner_offer_txt {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #6d6e71;
}
#banner_offer_txt h2{font-size:40px;color:#000;margin-bottom: 3%;letter-spacing:4px;
    text-transform: uppercase;
text-align:center;font-family: 'Arimo';} 
#banner_offer_txt h2 span{position: relative;font-family: 'Arimo';}
#banner_offer_txt h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}
#banner_offer_txt p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Arimo';    
}

.owl-carousel .owl-item .slide-head img {width: auto}
.owl-carousel .owl-item img {width: auto; float: left;margin-right: 8px}
.owl-carousel { z-index: 0}
.carousel-items .owl-stage-outer {padding: 20px 0}
.carousel-items .item div {transition: .3s; cursor: pointer;color: #2b2b2b;text-align: center;}
.carousel-items .item div img { box-shadow: 4px 0 40px 5px rgba(0,0,0,0.2);transition:0.5s;}
.carousel-items .item span {display: block; padding: 15px 2%;font-size: 22px;text-align: center;color: #333}
.carousel-items .item span small {display: block;text-transform: none;}
.carousel-items .item .view_btn {text-transform: uppercase; letter-spacing: 1px; font-size: 14px; display: inline-block; padding: 7px 30px; color:#20bdbe; border-radius: 4px; border:1px solid #20bdbe;transition:0.6s;}
.carousel-items .item span.on-proj-label {position: absolute; top: 5%;left: 0;color: #fff;background: #0060a5;padding: 6px 10px; font-size: 12px;letter-spacing: 3px}
#amenities-slider.owl-carousel .owl-item .item {
    transition: 0.4s all ease-in-out;
}
#amenities-slider.owl-carousel .owl-item:hover .item {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}
#amenities-slider.owl-carousel .owl-item img {filter: grayscale(1);transition: 0.4s;}
#amenities-slider.owl-carousel .owl-item.active img {filter: grayscale(0);}
/*#amenities-slider.owl-carousel .owl-item:before, #amenities-slider.owl-carousel .owl-item:after{ position: absolute; top: 5%; right: 3%; bottom: 0; left: 4%; content: ''; opacity: 0;-webkit-transition: opacity 0.75s, -webkit-transform 0.75s; transition: opacity 0.75s, transform 0.75s;z-index: 1}
#amenities-slider.owl-carousel .owl-item::before {border-top: 1px solid #000;border-bottom: 1px solid #000;-webkit-transform: scale(0, 1);transform: scale(0, 1);}
#amenities-slider.owl-carousel .owl-item::after {border-right: 1px solid #000;border-left: 1px solid #000;-webkit-transform: scale(1, 0);transform: scale(1, 0);}
#amenities-slider.owl-carousel .owl-item.active::before, #amenities-slider.owl-carousel .owl-item.active::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}*/
#amenities-slider.owl-carousel .owl-item {z-index: -2;}
#amenities-slider.owl-carousel .owl-item.active {z-index: 9}
#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item span{
        font-weight: bold;font-family: 'Arimo';
    font-size: 16px;
        margin: 10px 4% 10px 0;
    display: inline-flex;
    visibility: hidden;
    color: #000;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
    letter-spacing: 1px;
    width: 100%;
    justify-content: center;
}
#amenities-slider.owl-carousel .owl-item span:after {
        position: absolute;
    content: "";
    bottom: 0px;
    height: 3px;
    left: 0;
     right: 0; 
    margin: 0 auto;
    width: 40%;
    background-color: #000;
}
/*#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item span:after{content:"";width:50%;height:1px;background-color:#fff;}*/
#amenities-slider.owl-carousel .owl-item h3 {position: absolute;bottom: 16%;left: 5%;font-size: 40px;color: #fff;;font-weight: bold;width: 35%;visibility: hidden;text-shadow: 1px 1px 5px #333;}
#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item.active h3 {visibility: visible;}

#amenities-slider .owl-nav 
{
    position: absolute;top: 50%;
    transform: translateY(-50%);  
    width: 100%;  
    z-index: 9;
}

#amenities-slider .owl-stage-outer 
{
    position: relative;
    z-index: -1;
}
#amenities-slider .owl-nav [class*=owl-]{width: 40px;height: 40px;margin: 0;font-size: 0;position: relative;}
#amenities-slider .owl-nav [class*=owl-]:hover{background-color: rgba(0,0,0,0.1)}
#amenities-slider  .owl-nav .owl-prev {
    background-image: url(../images/webp/left_arrow.webp);
    background-repeat: no-repeat; 
    left: -2%;
    position: absolute;
    top: 30%;
    transform: translateY(-100%);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}
#amenities-slider .owl-nav .owl-next {
    background-image: url(../images/webp/right_arrow.webp);
    background-repeat: no-repeat; 
    right: -2%;
    position: absolute;
    top: 30%;
    transform: translateY(-100%);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}










#gallery-slider.owl-carousel .owl-item .item {
    transition: 0.4s all ease-in-out;
}
#gallery-slider.owl-carousel .owl-item:hover .item {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}
#gallery-slider.owl-carousel .owl-item img {filter: grayscale(1);transition: 0.4s;}
#gallery-slider.owl-carousel .owl-item.active img {filter: grayscale(0);}
/*#gallery-slider.owl-carousel .owl-item:before, #gallery-slider.owl-carousel .owl-item:after{ position: absolute; top: 5%; right: 3%; bottom: 0; left: 4%; content: ''; opacity: 0;-webkit-transition: opacity 0.75s, -webkit-transform 0.75s; transition: opacity 0.75s, transform 0.75s;z-index: 1}
#gallery-slider.owl-carousel .owl-item::before {border-top: 1px solid #000;border-bottom: 1px solid #000;-webkit-transform: scale(0, 1);transform: scale(0, 1);}
#gallery-slider.owl-carousel .owl-item::after {border-right: 1px solid #000;border-left: 1px solid #000;-webkit-transform: scale(1, 0);transform: scale(1, 0);}
#gallery-slider.owl-carousel .owl-item.active::before, #gallery-slider.owl-carousel .owl-item.active::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}*/
#gallery-slider.owl-carousel .owl-item {z-index: -2;}
#gallery-slider.owl-carousel .owl-item.active {z-index: 9}
#gallery-slider.owl-carousel .owl-item.active span, #gallery-slider.owl-carousel .owl-item span{
        font-weight: bold;font-family: 'Arimo';
    font-size: 16px;
        margin: 10px 4% 10px 0;
    display: inline-flex;
    visibility: hidden;
    color: #000;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
    letter-spacing: 1px;
    width: 100%;
    justify-content: center;
}
#gallery-slider.owl-carousel .owl-item span:after {
        position: absolute;
    content: "";
    bottom: 0px;
    height: 3px;
    left: 0;
     right: 0; 
    margin: 0 auto;
    width: 40%;
    background-color: #000;
}
/*#gallery-slider.owl-carousel .owl-item.active span, #gallery-slider.owl-carousel .owl-item span:after{content:"";width:50%;height:1px;background-color:#fff;}*/
#gallery-slider.owl-carousel .owl-item h3 {position: absolute;bottom: 16%;left: 5%;font-size: 40px;color: #fff;;font-weight: bold;width: 35%;visibility: hidden;text-shadow: 1px 1px 5px #333;}
#gallery-slider.owl-carousel .owl-item.active span, #gallery-slider.owl-carousel .owl-item.active h3 {visibility: visible;}

#gallery-slider .owl-nav 
{
    position: absolute;top: 50%;
    transform: translateY(-50%);  
    width: 100%;  
    z-index: 9;
}

#gallery-slider .owl-stage-outer 
{
    position: relative;
    z-index: -1;
}
#gallery-slider .owl-nav [class*=owl-]{width: 40px;height: 40px;margin: 0;font-size: 0;position: relative;}
#gallery-slider .owl-nav [class*=owl-]:hover{background-color: rgba(0,0,0,0.1)}
#gallery-slider  .owl-nav .owl-prev {
    background-image: url(../images/webp/left_arrow.webp);
    background-repeat: no-repeat; 
    left: -2%;
    position: absolute;
    top: 30%;
    transform: translateY(-100%);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}
#gallery-slider .owl-nav .owl-next {
    background-image: url(../images/webp/right_arrow.webp);
    background-repeat: no-repeat; 
    right: -2%;
    position: absolute;
    top: 30%;
    transform: translateY(-100%);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}











.platinum_privileges img {
    display: block;
    margin: 0 auto;
}

#project-highlights{
    background-color: #eeeeee;
           padding: 100px 0 70px 0;
}
#project-highlights .owl-carousel .owl-item img {max-width:120px;width: 100%;margin:0 auto 20px;}
#project-highlights-carousel .item{display: flex;flex-flow:column;    align-items: center; padding: 5px 0;}
#project-highlights-carousel .item img {
    transition: 0.4s all ease-in-out;
}
#project-highlights-carousel .item:hover img {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}

#project-highlights h2{font-size:35px;letter-spacing:1px;    text-transform: uppercase;    margin-bottom: 5%; 
text-align:center;font-family: 'Arimo';}
#project-highlights h2 span{position: relative;}
#project-highlights h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #333333;
}
/*#project-highlights-carousel  .owl-nav 
{
      width: 92%;
    
    left: 0;
    right: 0;
     z-index: -1;
}*/
#project-highlights-carousel .item span{font-size: 16px;
    color: #333333;
    font-family: 'Arimo';
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    width: 90%;
    padding: 0 5px;
    }
#project-highlights-carousel .owl-nav [class*=owl-]{width: 35px;height: 52px;margin: 0;font-size: 0;position: relative;}
#project-highlights-carousel .owl-nav .owl-prev {
    background-image: url(../images/webp/arrow_dir_l.webp);
    background-repeat: no-repeat;
    left: -3%;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
#project-highlights-carousel .owl-nav .owl-next {
    background-image: url(../images/webp/arrow_dir_r.webp);
    background-repeat: no-repeat; 
    right: -3%;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}



#location{
    /*background-color: #eeeeee; */
    overflow:hidden;      
}
#location h2{
    font-size:40px; 
    letter-spacing:1px;   
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
    margin-bottom: 5%;
}
#location h2 span{position: relative;}
#location h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #5ca63c;
}
.loctitle{
    /*position: absolute;    */
    width: 100%;    
    padding: 70px 0 0px 0;   
    z-index: 2;
}
#map_box {
    display: none;
    max-width: 100%;
}
#map-image{
    background: url(../images/webp/location-map-img.webp) center no-repeat;
    width: 100%;height:78vh;background-position:65%;
}
.map_images {
    position: relative;
}
.loctitle > img:before {
    content: "";
    background-color: #cadde4;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.loctitle > img:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}
#location iframe{
    width: 100%;
    height: 400px;
}
.map_images img.pannable-image{    
/*    background-size: cover;
    max-width: none;
    margin-left: -7%;*/
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
     }

.viewbtna{display: block;
    text-align: right;}
.viewbtn{display: none;}





.videos-section {
    padding-bottom: 0;
    position: relative
}
.videos-section ul { padding-top: 20px; display: flex; justify-content: center;}
.videos-section ul li {
    /*float: left;*/
    margin: 0;
    vertical-align: top;
    width: 50%;
    margin: 0 10px; 
}
.videos-section ul li img {
    display: block;
    width: 100%;
}
.videos-section .vdo-block {
    position: relative;
    overflow: hidden
}
.videos-section .vdo-block i {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    transition: all ease .3s
}
.videos-section .vdo-block:hover i { top: 0 }

.videos-section .vdo-block i:before {
    content: '';
    background: url(../images/webp/sprite.webp) no-repeat 0 -52px;
    display: inline-block;
    height: 93px;
    width: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -47px
}
.videos-section .vdo-block .btnplay1  i:before {
    background: none;
}
.videos-section .vdo-block p {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 0 10px;
    text-align: center;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    transition: all ease .7s
}
.videos-section .vdo-block:hover p {
    top: 50%;
    opacity: 1;
    transition: all ease .7s
}

#video-gallery{
    padding-top: 50px;
    text-align: center;
    /*background-color: #eeeeee;*/
}
#video-gallery h2 {
    font-size:40px; 
    letter-spacing:1px;   
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
}
#video-gallery h2 span{
    position: relative;
}
#video-gallery h2 span:after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000000;
}
#video-gallery .container {
    margin-top: 65px;
}
.vdo-wrapper {
    display: inline-block;
    margin: 0 auto 35px;
    padding-top: 15px;
    width: 48%;
}
#video-gallery .vdo-item {
    float: left;
    /*margin-right:2%;*/
    
    position: relative;
    width: 100%
}
#video-gallery .vdo-item:first-child:after {
    content: '';
    /*background:#fff;*/
    
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0
}
.vdo-box {
    position: relative;
    overflow: hidden
}
.vdo-box > img {
    display: block
}
.vdo-mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all .6s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.table-div {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}
.table-div .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.vdo-mask a {
    color: #fff;
    display: inline-block
}
.vdo-mask h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px;
    color: #ffffff;
}
.vdo-mask .ico-play {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-top: 15px;
    background: url(../images/webp/ico_play.webp) no-repeat 0 -74px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease
}
.vdo-mask:hover .ico-play {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}
.vdo-box:hover .vdo-mask {
    top: 0
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none
}
.vdo-lightbox {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%
}
.vdo-lightbox .vdo-inner {
    width: 100%;
    height: 100%
}
.vdo-lightbox .vdo-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
.close-vdo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/webp/close.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}
/* =============================================================================
   Footer bottom Style
* ============================================================================= */
#footer_top_content {
    background-color: #dbdbdb;
    padding: 65px 0 65px 0;
}
#footer_top_content .inner_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: left;
}
#footer_top_content .inner_wrap > div {
    border-left: 1px solid #adadad;
    padding-left: 2%;
}
#footer_top_content .inner_wrap > div:first-child {
    border-left: none;
    padding-left: 0;
}
#footer_top_content h2 {
    font-family: 'Arimo';
    color: #333333;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
}
#footer_top_content p {
    font-family: 'Arimo';
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px; 
}
 .rera_no {
    font-family: 'Arimo';
    color: #333333;
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 20px; 
}
#footer_top_content p a {
    color: #333333;
    text-decoration: none;
}
#footer_top_content p a:hover {
    color: #333333;
    text-decoration: underline;
}
#footer_bottom_content {
    background-color: #141313;
    padding: 15px 0 10px 0;
    font-family: 'HelveticaNeue-LightCond';
}

#footer_bottom_content .inner_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;
}

.copyright_section {
    color: #cccccc;
    font-size: 15px;
    line-height: 18px;
}

.copyright_section a {
    color: #cccccc;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.copyright_section a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.site_creation {
    color: #666666;
    font-size: 15px;
    line-height: 18px;
}
.footer_social_media a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    overflow: hidden;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    display: none;
}
.light-container {
  height: 75%;
    overflow: auto;
    text-align: left;  
    text-align: left;
}
.white_content {
    font-family: 'helveticaneue-webfont';
    background-color: white;
    border: medium none;
    /*height: 58%;*/
    overflow: visible;
    padding: 10px 1%;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 740px;
    width: 90%;
    margin: 0 auto;
    z-index: 1002;
    text-align: center;
    display: none;
}


.white_content h3 {
    font-family: 'helveticaneue-webfont';
    color: #324679;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
}
.white_content p {
    padding: 5px 8px;
    font-size: 14px;
line-height: 21px;
}
a.lightclose {
    background: #3397d1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 25px;
    text-decoration: none;
}
a.lightclose:hover {
    color: #fff;
}
#blank-space {
width: 100%;
height: 500px;
}
.error_new {
    border:1px solid red !important;
}

a.back-to-top{display: none;width: 50px;height: 50px;text-indent: -9999px;position: fixed; z-index: 999; right: 10px; bottom: 30px;background: url(../images/webp/UpArrow.webp) center center no-repeat;background-size: cover;transition: all ease .2s; -moz-transition: all ease .2s; -webkit-transition: all ease .2s}
a:hover.back-to-top{margin-bottom: 0px}
a, a:hover, a:focus {
    color: transparent;
    text-decoration: none;
}
.fancybox{top: 50%;transform: translateY(-50%); max-width: 100%}
.proj_price {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    width: 90%;
}
.proj_price h1 {
    display: inline-block;
    background-color: rgba(10, 0, 0, 0.5);
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    padding: 5px 20px;
    box-shadow: -5px 5px 0 #000000;
}
#errcontainer {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    color: #f48c8c;
}
.enquire-form-slide.active.submitpopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 99;
    padding: 0;
}
.thankyou-msg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: rgba(1,77,130,1);
}
.thankyou-msg p {
    color: #fff;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn {
    display: inline-block;
    max-width: none;
    margin: 10px auto;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn a {
    width: auto;
    padding: 5px 10px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    margin-left: 6px;
    vertical-align: middle;
}

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */

@media only screen and (max-width:1980px) {#map-image{background-size:cover;}
/*#location{padding:65px  0 0 0;}*/}
@media only screen and (max-width:1366px) {
    /*#amenities{height:90vh;}*/
    #location {
     padding: 0px 0 0 0;}
     #footer_top_content {
    background-color: #dbdbdb;
    padding: 40px 0 10px 0;
}
#footer_bottom_content {
    padding: 10px 0 60px;
}
}


@media only screen and (max-width:1280px) {
#footer_top_content .inner_wrap > div {
    border-left: 1px solid #adadad;
    padding-left: 2%;
    width: 25%;
}

}



@media only screen and (max-width: 1024px) {
/*#amenities{height:65vh;}*/
#footer_top_content .inner_wrap {
    flex-flow: column wrap;
}
.loctitle{
    /*position: absolute;*/
    width: 100%;
    padding: 100px 0 0px 0;
}
/*.map_images img.pannable-image {
    background-size: cover;
    max-width: none;
    margin-left: -39%;
}*/


#footer_top_content .inner_wrap > div {
    border-left: none;
    padding: 0;
}

#logo_container {
    width: 25%;
}
#topnav {
    padding: 0 10px 0 10px;
}
#topnav ul li a {
    font-size: 14px;
    margin: 0 0 0 5px;
}
}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
@media only screen and (max-width: 768px) {

    header {
        padding: 10px 0;
    }

#logo_container {
    width: 40%;
    margin-right: auto;
}    
#brand_logo_container {
    width: 40%;
}  
.booknow_link {
    margin-top: 0;
}  

#topnav {
    order:3;
}
#topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    padding-bottom: 30px;
    z-index: 99;
}
a.menu_trigger span, a.menu_trigger span:before, a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #58595b;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 4px;
}
a.menu_trigger span:before {
    top: -8px;
}
a.menu_trigger span:after {
    top: 8px;
}
a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.menu_trigger.active span {
    background-color: transparent;
}
a.menu_trigger.active span:before {
    top: 0;
}
a.menu_trigger.active span:after {
    top: 0;
}
.desk_call {
    display: none;
}
.mobi_call {
    display: block;
}
#page_container {
    background-attachment: inherit;
    background-size: auto;
}
#blank-space {
display: none;
}
.enquire-form-slide {
    width: 90%;
}
.enquire-form-slide .fieldwrapper {
    width: 98%;
}
#topnav ul li a, #topnav ul li a.active {
    margin: 0 15px;
    padding: 10px 0 10px 19px;
}
#topnav ul li:last-child a, #topnav ul li:last-child a.active {
    border-bottom: none;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    display: none;
}
#home_banner .inner_wrap {
    padding: 0;
}

/*#home_banner {
    height: 569px;
}*/
#page_container {
    margin-top: 58px;
}
#home_main_content {
    background-color: #ffffff;
    padding: 79px 0 79px 0;
}
/*#amenities{    height: 50vh;}*/
/*#location{padding:0;}*/
/*.map_images img.pannable-image {
    background-size: cover;
    max-width: none;
    margin-left: -100%;
}*/
/*#home_banner {
    margin-top: 58px;
}*/
.video_txt {
    font-size: 16px;
    line-height: 24px;
}
#our_vision {
    padding: 30px 0;
}
#our_vision h2{
    font-size:26px;
    margin-bottom: 10%;
}
#about_us {
    padding: 30px 0;
}
#about_us h2{
    font-size:26px;
    margin-bottom: 10%;
}
#about_us h2 span {
    display: block;
}
#video-gallery h2 {
    font-size: 36px;
}
    .vdo-mask h3 {
        font-size: 16px;
    }
    .vdo-mask {
        top: 0px;
    }
    .vdo-mask .ico-play {
        margin-top: 6px;
        transform: scale(0.6);
    }
    .vdo-mask:hover .ico-play {
        transform: rotate(0.6);
        transform: scale(0.6);
    }
.map_images:before {
display: none;
}
.map_images::after {
display: none;
}
.vdo-wrapper {
    display: block;
    width: auto;
}  
#gallery {
    padding: 30px 0;
} 
#gallery h2 {
    font-size: 28px;
    margin-bottom: 40px;
} 
#video-gallery {
    padding-top: 30px;
}
#video-gallery h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
.videos-section ul {
    flex-direction: column;
}
.videos-section ul li {
    margin: 10px auto 0;
    width: 100%;
}
.videos-section .vdo-block i {
    top: 0;
}
.videos-section .vdo-block p {
    top: 50%;
    opacity: 1;
}
.videos-section .vdo-block i:before {
    background: url(../images/webp/sprite.webp) no-repeat 0 -27px;
    height: 50px;
    width: 53px;
    margin: 0 auto;
    background-size: cover;
    top: 30%;
    left: 41%;
}
.vdo-lightbox {
    top: 15%;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 70%
}
}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
@media only screen and (max-width: 767px) {
    .enquire-form-slide {
        top: auto;
        left: 0;
        right: auto;
        bottom: -100%;
        margin: 0 auto;
        width: 100%;
        max-width: none;
        padding-bottom: 80px;
    }
    .enquire-form-slide.active {
        left: auto;
        bottom: 0;
    }
    .enquire-form-slide .enq-toggle {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.6);
        height: auto;
        text-align: center;
        padding: 10px 0;
        position: fixed;
        z-index: 999;
    }
    .enquire-form-slide .enq-toggle i {
        display: inline-block;
        background: #014d82;
        font-size: 1em;
        line-height: 25px;
        padding: 5px 15px;
        min-width: 100px;
        color: #fff;
        font-style: normal;
    }
    .enquire-form-slide .enq-toggle.active i{
        width:40px;
        text-indent:999px;
        overflow:hidden;
        min-width:inherit;
        border-radius:50%;
        background:#014d82 url(../images/webp/arrow_select.webp) no-repeat center center;
    }
    .form-head {
        font-size: 28px;
        line-height: 55px;
    }
    .enquire-form-slide .fieldwrapper {
        margin: 0 10px 10px 0;
    }
    .enquire-form-slide .fieldwrapper.form-cta-btn input {
        padding-top: 5px; 
    }
}

@media only screen and (max-width: 640px) {
#brand_logo_container {
    display: none;
}    
#home_main_content h1 {
    font-size: 23px;
}
#footer_bottom_content .inner_wrap {
    flex-flow: column wrap;
}
.copyright_section {
    padding-bottom: 10px;
}
#amenities {
     padding: 30px 0;
}
#project-highlights {
    background-color: #eeeeee;
    padding: 30px 0 30px 0;
}
#amenities h2 {
    margin-bottom: 13%;
    font-size: 28px;}
#project-highlights h2 {
    font-size: 28px;}

#location h2 {margin-bottom:15%;
    font-size: 28px;order:1;}
    .loctitle{position: relative;padding: 0;}
.map_images img.pannable-image {
    transform: scale(2);
}    
/*#project-highlights .owl-carousel .owl-item img {
    width: 40%;
    float: left;
    margin-right: 8px;
    margin-bottom: 10%;
    margin-top: 8%;
}*/
.viewbtna{display: none;}
.viewbtn{    display: block;
    position: absolute;
    right: 3%;
    top: 225%;
    z-index: 5;}
#location {
    padding: 30px 0 0 0;
}

#footer_top_content .inner_wrap > div{width:80%;}
.proj_price h1 {
    font-size: 22px;
}

.wave {
  height: 110vh;
}

}

@media only screen and (max-width: 560px){

.map_images img.map {
    background-size: cover;
    /*transform: scale(1.4);*/
}
/*#location h2 {    margin-bottom: 20%;}*/
    .map_images img.pannable-image {
    /*background-size: cover;*/
    /* transform: scale(1.7); */
    /* background-position-y: 95%; */
    /*max-width: none;*/
    /*margin-left: -108%;*/
    /*width: 258%;*/
}
.viewer img{width:100%;}
.fancybox-wrap {
    height: auto;
    width: 90% !important;
}
.fancybox-inner {
    height: 300px !important;
    width: 100% !important;
}
#amenities h2 span::after {
    bottom: -50px;
}
}
.map-frame {
    width: 100%;
    height: 450px;
}