@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
  font-family: 'NexaBold';
    src: url("../css/fonts/NexaBold-Bold.eot");
    src: url("../css/fonts/NexaBold-Bold.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/NexaBold-Bold.woff") format("woff"), 
         url("../css/fonts/NexaBold-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

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;
}
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
* ============================================================================= */

body {
    font-family: 'Roboto', sans-serif;
}

.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 {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

section {
    overflow: hidden;
}
.page_heading2 {
    font-size: 36px;
    line-height: 36px;
    padding: 5px 0;
}
p{
    font-size: 18px;
    line-height: 24px;
}
/* ====================== 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;
}
.scroll-down {
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer
}
.scroll-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box
}
.scroll-down:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box
}@-webkit-keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}
@keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}

.animated {
    opacity: 0;
}
.insta_live_gallery_img.animated {
    opacity: 1;
}
.insta_live_gallery_img.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ====================== Video Styles ============================ */
#backgroundvid {
    width: 100%;
}

#project_video {
    position: relative;
    background: url('../images/soon-to-kandivali-banner.jpg') center center no-repeat;
    background-size: cover;
}
#project_video #brand_logo_container {
    position: absolute;
    top: 4%;
    right: 5%;
    max-width: 250px;
}
.banner_img{
    position: relative;
}
.banner_img img {
    margin: 0 auto;
    width: 100%;
}
.headline{
    position: absolute;
    top: 10%;
    text-align: center;
    left: 38%;
    right: 0;
    text-shadow: 0 0 10px #000;
    color: #fff;
}
.headline h2{
    font-size: 30px;
}
.headline h4{
    font-size: 25px;
}
/* ====================== Header Styles ============================ */
.site_header {
    background-color: #4a4a4a;
    color: #ffffff;
    position: relative;
    margin-top: -3px;
}
.site_header.sticky_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.site_header .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#brand_logo_container {
    display: block;
    max-width: 139px;
    width: 100%;
    margin: 10px 0;
}
#brand_logo_container img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


/* ====================== Enquire Form Style ============================ */

.price_point {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 500;
}
.enquire-form-slide {
    background-color: rgba(255,255,255,0.8);
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    position: fixed;
    right: -250px;
    top: 30%;
    z-index: 9;
    transition:all ease .4s
}
.enquire-form-slide.active {
    right: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background:url(../images/btn_enq.png) no-repeat 0 0;
    width:51px;
    height:194px;
    display:inline-block;
    position:absolute;
    top:60px;
    left:-51px;
    cursor:pointer
}
.enquire-form-slide .enq-toggle i {
    display: none;
}
.enquire-form-slide .close-form {
    background:url(../images/sprite.png) no-repeat 0 0;
    width:12px;
    height:14px;
    display:inline-block;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    background-position:0 -145px
}
.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 9px;
}
.enquire-form-slide .fieldwrapper {
    width: 100%;
    margin: 0 10px 20px 0;
}

.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    font-family: 'Roboto';
    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 a {
    font-family: 'Roboto';
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border:none;
    background-color: #898989;
    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 a:hover {
    background-color: #4a4a4a;
    /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down.png) 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;
}
.thankyou-msg {
    /*color: #ffffff;*/
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
span#errcontainer {
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    color: #ff0000;
}
/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: flex;
    align-items: flex-start;
}
#topnav ul li a {
       display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    /*text-transform: uppercase;*/
    position: relative;
    margin: 0 0 0 20px;
    padding: 15px 0px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
#topnav ul li a:hover, #topnav ul li a.active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #ffffff;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    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;
}
a.menu_trigger {
    display: none;
}

/* ====================== About Us Style ============================ */
#about_us_wrap {
    background: #195691;
    padding: 50px 0 0;
    margin-top: -3px;
}
#about_us {
    padding-bottom: 50px;
    position: relative;
   }

#about_us p{
     color: #fff;
    line-height: 30px;
    font-family:  "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 10px 0 0;
}


#about_us h2{
    color:#fff;
    text-align: center;
    font-family: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 27px;
}
#about_us h1{
    color:#fff;
    text-align: center;
    font-family: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 27px;
}

#about_us h5{
color: #fff;
text-align: center;
font-size: 22px;
}

#about_us h2, h1:after{
    width: 30%;
    margin:10px auto;
    text-align: center;
    height: 2px;
    display: block;
    content: '';
    
    background: #bb8b0f;

}

.marketed{
   
    position: absolute;
    right: 0;
    top: 85%;
    
}


@media only screen and (max-width: 1023px) {
.marketed{
   
    position: absolute;
    right: 0;
    top: 95%;
    width: 125px;
    
}
}
#about_us .inner_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
}
.about_left {
    width: 50%;
    /*margin-right: 10%;*/
    animation-delay: 0.4;
}

.about_right {
    width: 48%;
}

.about_us_img {
    max-width: 553px;
    width: 100%;
    position: relative;
}
.about_us_img:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 553px;
    width: 100%;
    height: 100%;
    border:1px solid rgba(255,255,255,0.2);
}

.about_us_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about_us_txt {
    text-align: center;
}
.about_us_txt .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
}
.about_us_txt p {
    color: #fff;
    font-size: 14px;
}
ul.about_us_txt_list {
    padding-left: 26px;
}
.about_us_txt_list li {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding: 10px 0;
}

.about_us_txt h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 20px 0 20px 26px;
    text-align: left;
}

.about_us_txt h4 span {
    display: block;
    padding-top: 30px;
    }

#about_us1 {
    padding: 30px 0 50px;
}   

.center_txt {
    text-align: center;
    color: #fff;
    max-width: 1200px;
    width: 100%;
    padding: 0 10px 40px;
    margin: 0 auto;
}
.center_txt h2 {
    font-size: 26px;
    padding: 10px 0 20px 0;
}
.center_txt p {
    padding-bottom: 20px;
    font-size: 14px;
} 

/* ====================== Location Style ============================ */

#location {
    padding: 0 0 50px 0;
    overflow: hidden;
}

#location .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}
.location_img {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.location_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.location_img p {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
#backgroundvid1 {
    width: 100%
}


/* ====================== Experience Living Style ============================ */
 #living_experience {

 }
 #living_experience .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.iving_exp_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iving_exp_img {
    position: relative;
}
.iving_exp_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.iving_exp_img span {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 22px;
    line-height: 26px;
    color: #fff; 
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000;
}
/* ====================== Video Gallery Style ============================ */

#video_insta_wrap {
    background-image: url(../images/video_insta_wrap_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0 0;
}
#video_gallery {
    padding-bottom: 50px;
}
#video_gallery .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.video_gallery_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_gallery_img {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 5px;
}
.video_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.vdo-wrapper {
    display: inline-block;
    margin: 0 auto 35px;
    padding-top: 15px;
    width: 48%;
}
#video-gallery .vdo-item {
    float: left;
    position: relative;
    width: 100%
}
#video-gallery .vdo-item:first-child:after {
    content: '';
    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(43, 52, 84, 0.8);
    transition: all .6s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display:flex;
    justify-content: center;
    align-items: center;
}

.vdo-mask a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}
.vdo-mask h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px;
    color: #ffffff;
}
.vdo-mask .ico-play {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-top: 15px;
    background: url(../images/ico_play.png) no-repeat 0 0;
    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/close.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

/* ====================== Connectivity and Infrastructure Style ============================ */
#connect_infra_wrap {
    padding-bottom: 50px;
    color: #ffffff;
}
#connect_infra_wrap .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.connectivity_slide .item {
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}
.connectivity_slide.owl-carousel .owl-nav > div { position: absolute;
    height: 52px;
    width: 35px;
    background: url(../images/arrow_dir.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -26px;
}
.connectivity_slide.owl-carousel .owl-nav .owl-prev { 
    left: -20px; 
}
.connectivity_slide.owl-carousel .owl-nav .owl-next { 
    right: -20px; 
    background-position: -35px 0; 
}
.connectivity_slide.owl-carousel .owl-item img {
    display: block;
    margin: 10px auto;
}
/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 50px;
}
#insta_live_gallery .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.insta_live_gallery_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.insta_para {
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
}
.insta_live_gallery_img {
    display: block;
    max-width: 399px;
    width: 100%;
    margin: 0 1px;
    position: relative;
}
.insta_live_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.insta_live_gallery_img > a > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    padding: 5px;
    display: flex;
    align-items: center;
}
.insta_live_gallery_img > a > span img {    
    width: 50px;
    border-radius: 50%;
}
.insta_live_gallery_img > a > span span {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
}

/* ====================== Bottom section image Style ============================ */
#project_btm {

}
.proj_btm {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.proj_btm img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* ====================== Footer Style ============================ */

.site_footer {
    background-color: #2b3652;
    padding: 50px 0;
}

.site_address {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
    padding-bottom: 20px;
}
.footer_disc {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
}
.disc_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 10px;
}

.disc_link a:hover {
    text-decoration: none;
}

/* Home Popup */
.home-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.home-popup.active{
    display: flex;
}
.home-popup > div{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: -80px;
}
.home-popup > div > span{
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 18px;
    font-size: 24px;
    font-weight: 100;
    color: #d0d0d0;
    padding: 10px;
    cursor: pointer;
}
.home-popup .formTxtDiv{
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 380px;
    width: 300px;
    padding: 30px;
}
/* .home-popup form{
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 380px;
    width: 300px;
    padding: 30px;
} */
.home-popup form p{
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
}
.home-popup form p span {
    color: #1682c1;
    font-weight: 600;
}
.home-popup form input::placeholder{
    color: #0e2737;
}
.home-popup form input:not([type=submit]),
.home-popup form select{
    font-size: 14px;
    color: #0e2737;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}
.home-popup form input[type=submit]{
    background: #74b14a;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 30px;
    height: 30px;
    margin-top: 16px;
    border-radius: 4px;
    border: none;
    transition: all .3s ease;
}
.home-popup form input[type=submit]:hover{
    background: #538c2d;
}



@media only screen and (min-width: 1300px) {
/* ====================== Video Styles ============================ */
/*#project_video {
    height: 100vh;
    overflow: hidden;
}*/
}
@media only screen and (max-width: 1023px) {
.page_heading2 {
    font-size: 24px;
    line-height: 24px;
}
.scroll-down {
    display: none;
}
#project_video #brand_logo_container {
    display: none;
}
/* ====================== Header Styles ============================ */



/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #4a4a4a;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    padding: 10px 0;
    z-index: 1;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    display: none;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    z-index: 99;
    width: 20px;
}
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: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    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;
}
#topnav ul li a, #topnav ul li a:hover, #topnav ul li a.active {
    padding: 0 2px 5px 2px;
    margin: 0 10px 5px 10px;
    }

/* ====================== Enquire Form Style ============================ */

.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 {
    right: 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: #4a4a4a;
    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:#ffffff url(../images/arrow-down.png) 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; 
}

/* ====================== About Us Style ============================ */

#about_us {
    padding-bottom: 30px;
}
#about_us .inner_wrap {
    flex-direction: column;
}
.about_left {
    width: 100%;
    margin-right: 0;
}

.about_right {
    width: 100%;
}

.about_us_img {
    margin: 0 auto 20px;
}
.about_us_img:after {
    display: none;
}
.about_us_txt .page_heading2 {
    padding-bottom:20px;
    text-align: center;
}

.about_us_txt_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
}

.about_us_txt h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 10px 26px;
}

.about_us_txt h4 span {
    padding-top: 20px;
    }

/* ====================== Location Style ============================ */

#location {
    padding: 0 0 30px 0;
}



/* ====================== Video Gallery Style ============================ */

.vdo-mask {
    top: 0;
}
.vdo-lightbox {
    left: 0;
    right: 0;
    top: 15%;
    width: 90%;
    height: 80%;
    margin: 0 auto;
}
/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 30px;
}
#insta_live_gallery .page_heading2 {
    padding-bottom:20px;
}

.insta_live_gallery_img > a > span img {
    width: 30px;
}
.insta_live_gallery_img > a > span span {
    font-size: 9px;
}
/* ====================== Footer Style ============================ */

footer.site_footer {
    padding: 30px 0 90px;
}

}

@media only screen and (max-width: 767px) {

.center_txt h2 {
    font-size: 14px;
    line-height: 20px;
}    

/* ====================== Experience Living Style ============================ */

 #living_experience .page_heading2 {
    padding-bottom:40px;
}
.iving_exp_img_wrap {
    flex-flow: row wrap;
}

.iving_exp_img span {
    font-size: 16px;
    line-height: 20px;
}
/* ====================== Video Gallery Style ============================ */

#video_gallery {
    padding-bottom: 30px;
}
#video_gallery .page_heading2 {
    padding-bottom:20px;
}
.video_gallery_wrap {
    flex-flow: row wrap;
}
.video_gallery_img {
    width: 90%;
    margin: 5px auto;
}
.video_gallery_img img {
    margin: 5px 5px
}
.headline {
    position: relative;
    left: auto;
    top: auto;
    padding: 10px 0;
    color: #000;
    text-shadow: 0 0 10px #fff;
}
.headline h2{
    font-size: 24px;
}
.headline h4{
    font-size: 20px;
}

    }




    #disc-bg {

    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;

    display: block;

    height: 100%;

    left: 0;

    position: fixed;

    text-align: center;

    top: 0;

    width: 100%;

    z-index: 999999;

}

#disc-bg .content {

    background: #fff none repeat scroll 0 0;

    border-radius: 5px;

    color: #434343;

    font-family: Arial;

    font-size: 13px;

    height: auto;

    left: 0;

    margin: 0 auto;

    padding: 2%;

    position: absolute;

    right: 0;

    text-align: center;

    top: 50%;

    transform: translateY(-50%);

    width: 50%;

    box-sizing: content-box;

}

#disc-bg .content p {
    font-size: 15px;
    text-align: justify; line-height:18px;

                letter-spacing:0px;

}

.agree-popup {

    background: #3397d1 none repeat scroll 0 0;

    border-radius: 5px;

    color: #fff;

    cursor: pointer;

    padding: 10px 15px;

    text-decoration: none; display:inline-block; margin-top:10px;

}

#disc-bg .content h2 {

    color: #3397d1;

    display: block;

    font-size: 23px;

    font-weight: bold;

    margin-bottom: 20px;

}
.map-frame {
    height: 550px;
}
@media only screen and (max-width: 1280px) {

#disc-bg .content p {

    line-height: 15px;

    text-align: justify;

}

}

@media only screen and (max-width: 1024px) {

#disc-bg .content p {

    line-height: 13px;

    text-align: justify;

    font-size: 11px;

}   

}

@media screen and (max-width: 800px) {

#disc-bg .content {width: 90%;}

.content-view{ max-height:270px; overflow: auto}

#disc-bg .content p {padding-right:10px;}



}
@media screen and (max-width: 767px) {
  .map-frame {
    height: 320px;
  }
}

</style>
<style type="text/css">
    .error_exit{
        border-color: red !important;
    }

    #form_loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #fff;
    }
    #loader-homeally {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #6fa624;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite
    }
    #loader-homeally:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #0077b9;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite
    }
    #loader-homeally:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ad3566;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite
    }
    @-webkit-keyframes spin { 0% {
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg)
    }
    100% {
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
    }
    }
    @keyframes spin { 0% {
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg)
    }
    100% {
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
    }
    }
    /* Home Popup */
.home-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.home-popup.active{
    display: flex;
}
.home-popup > div{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: -80px;
}
.home-popup > div > span{
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 18px;
    font-size: 24px;
    font-weight: 100;
    color: #d0d0d0;
    padding: 10px;
    cursor: pointer;
}
.home-popup .formTxtDiv{
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 380px;
    width: 300px;
    padding: 30px;
}
/* .home-popup form{
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 380px;
    width: 300px;
    padding: 30px;
} */
.home-popup form p{
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px 0;
}
.home-popup form p span {
    color: #1682c1;
    font-weight: 600;
}
.home-popup form input::placeholder{
    color: #0e2737;
}
.home-popup form input:not([type=submit]),
.home-popup form select{
    font-size: 14px;
    color: #0e2737;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}
.home-popup form input[type=submit]{
    background: #74b14a;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 30px;
    height: 30px;
    margin-top: 16px;
    border-radius: 4px;
    border: none;
    transition: all .3s ease;
}
.home-popup form input[type=submit]:hover{
    background: #538c2d;
}


#highlights{
    padding: 30px 0 50px;
   
}

#gallery{
    padding: 50px 0 50px;
    background: #fff;
}

#location{
    padding: 50px 0 50px;
    background: #ddd;
}
#connectivity{
    padding: 50px 0 50px;
    text-align: center;
    background: #ddd;

}

#account{
    padding: 50px 0;
    background: #ddd;
}

#floor-plan{
    padding: 50px 0 50px;
    background: #dddddd;
   
}


#video{
    padding: 50px 0 50px;
    
}

#faccility{
    padding: 70px 0;
    background: #ddd;
}
 
}
#price-list{
    padding: 50px 0 50px;
    background: #fff;
}
     


.intro{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#infrastructure{
    padding: 50px 0;
    background: #f1f1f1;

}