@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('../fonts/Champagne-Limousines-Bold.eot') format('eot'),
         url('../fonts/Champagne-Limousines-Bold.otf') format('otf'),
         url('../fonts/Champagne-Limousines-Bold.ttf') format('ttf'),
         url('../fonts/Champagne-Limousines-Bold.woff') format('woff'),
         url('../fonts/Champagne-Limousines-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Condiment-Regular';
    src: url('../fonts/Condiment-Regular.eot') format('eot'),
         url('../fonts/Condiment-Regular.otf') format('otf'),
         url('../fonts/Condiment-Regular.ttf') format('ttf'),
         url('../fonts/Condiment-Regular.woff') format('woff'),
         url('../fonts/Condiment-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Pangram-Medium';
    src: url('../fonts/Pangram-Medium.eot') format('eot'),
         url('../fonts/Pangram-Medium.otf') format('otf'),
         url('../fonts/Pangram-Medium.ttf') format('ttf'),
         url('../fonts/Pangram-Medium.woff') format('woff'),
         url('../fonts/Pangram-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: 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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  /*list-style-image: url(data:0);*/
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Pangram-Medium';
  font-size: 21px;
  line-height: 35px;
  font-weight: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section {
  padding: 50px 0;
}

h1, h2, h3, h4 {
  font-family: "Champagne-Limousines-Bold";
}
h2 {
  color: #01463b;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

p {
  font-size: 17px;
  line-height: 29px;
  padding-bottom: 20px;
}
.first_para {
  position: relative;
}
.first_para:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #0b463c;
}
.show_animate {
  animation: show_animate 1s linear forwards;
}
.show_animate2 {
  animation: show_animate2 1s linear forwards;
}
.show_animate3 {
  animation: show_animate3 1s linear forwards;
}
@keyframes show_animate {
   0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes show_animate2 {
   0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes show_animate3 {
   0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/************ Header style start ***********/
.owl-carousel .owl-item .desk-img{display: block;}
.owl-carousel .owl-item .mob-img{display: none;}
#site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.4);
    visibility: hidden;
}
#site_header.fixed_header {
    background-color: rgba(255,255,255,0.8);
    visibility: visible;
}

#site_header .container {
  padding: 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand_logo {
    max-width: 209px;
    width: 15%;
    margin: 0;
}
.project_logo {
  display: none;
    max-width: 170px;
    width: 18%;
    margin: 0 auto 0 30px;
    /*position: fixed;
    bottom: 10%;
    left: 3%;*/
}
.project_logo2 {
    max-width: 371px;
    width: 18%;
    margin: 0 auto 0 30px;
    /*position: fixed;
    bottom: 10%;
    left: 3%;*/
}

#site_header.fixed_header .project_logo {
  position: static;
  max-width: 250px;
  margin: 0 auto 0 30px;
  display: none;
}
#site_header.fixed_header .project_logo2 {
  position: static;
  max-width: 250px;
  margin: 0 auto 0 30px;
  display: block;
}
#site_header.fixed_header .brand_logo,
#site_header.fixed_header .project_logo,
#site_header.fixed_header .project_logo2,
#site_header.fixed_header .menu_burger {
  -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/************ Navigation style start ***********/
#site_nav {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    width: 100%;
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  #site_nav.active {
    top: 0;
    height: 100vh;
  }

.menu_burger {
  cursor: pointer;
  display: block;
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  margin-right: 10px;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
.open_menu {
  display: block;
}
.close_menu {
  display: none;
}
.open_menu.active {
  display: none;
}
.close_menu.active {
  display: block;
}
#site_nav {
  margin-left: auto;
}
#menu {
  display: none;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#site_nav.active #menu {
  display: flex;
  }
#menu li a {
  font-family: "Champagne-Limousines-Bold";
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu li a:hover, #menu li a.active {
  color: #0a8c44; 
}


/************ Main banner style start ***********/
#site_main {
  /*position: relative;*/
}

#home-wrp {
  position: relative;
  padding: 0;
  border-top: 1px solid #fff;
}

.top_carousel.owl-carousel {
  height: 100%;
  width: 100%;
}

.top_carousel .item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100vw;
  /*height: 100vh;*/
  position: relative;
}
/*.owl-carousel .owl-item img {
  height: 100%;
}*/
/*.top_carousel .item.slide_01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}*/
/*.top_carousel .item.slide000 {
  background-image: url(../images/webp/helping_hands_banner_natureplus.webp);
}
.top_carousel .item.slide00 {
  background-image: url(../images/webp/natureplus_new_main_banner.webp);
}*/
/*.top_carousel .item.slide00 {
  background-image: url(../images/main_banner_desktop.jpg?var=0.5);
}
.top_carousel .item.slide01 {
  background-image: url(../images/main_banner_desktop2.jpg?var=0.3);
}*/
/*.top_carousel .item.slide01 {
  background-image: url(../images/ELEVATION_1400x700%20LP.jpg);
}
.top_carousel .item.slide02 {
  background-image: url(../images/webp/home_slide02.webp);
}
.top_carousel .item.slide03 {
  background-image: url(../images/webp/home_slide03.webp);
}
.top_carousel .item.slide04 {
  background-image: url(../images/webp/home_slide04.webp);
}*/
.top_carousel .slide_content.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  text-align: center;
}

.slide_content.container h1 {
  font-family: "Condiment-Regular";
  font-size: 78px;
  line-height: 92px;
  color: #fff;
  padding-left: 0;
  text-shadow: 0 0 5px #000;
  text-align: left;
}
.slide_content.container h1 span {
  font-family: "Champagne-Limousines-Bold";
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
}
.slide_content.container h1 img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
}
/*.top_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 10%;
  right: 3%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_carousel.owl-theme .owl-dots .owl-dot span {
  background: #323122;
  border: 1px solid #fff;
}
.top_carousel.owl-theme .owl-dots .owl-dot.active span, .top_carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 15px;
  height: 15px;
}*/

/*overview section style start*/

.overview_wrap {
  padding: 100px 0 200px;
  position: relative;
}
.overview_wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview_content {
  width: 45%;
  position: relative;
    z-index: 1;
}
.overview_content p {
  position: relative;
    z-index: 1;
  opacity: 0;
}
.overview_tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 30px;
    position: relative;
    z-index: 1;
  opacity: 0;
}
.overview_tagline > span {
  display: block;
  font-family: "Champagne-Limousines-Bold";
  font-size: 29px;
  line-height: 5px;
  color: #414042;
  text-transform: uppercase;
}
.overview_tagline > span > span {
  display: block;
  font-family: "Condiment-Regular";
  font-size: 62px;
  line-height: 68px;
  color: #01463b;
  text-transform: none;
  padding-left: 120px;
}
.img_wrap {
  width: 45%;
}
.overview_video {
  opacity: 0;
}
.overview_video a {
  display: block;
  position: relative;
}
.overview_video a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: url(../images/webp/play_icon.webp) no-repeat center center;
  background-size: 15%;
  width: 100%;
  height: 100%;
}
.flower_img_wrap {
  /*background-image: url(../images/webp/flower_img.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 90%;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
}
.flower_img {
  background-image: url(../images/webp/flower_img.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 90%;
  width: 100%;
  height: 100%;
}

.overview_wrap .why_invest {
  background: url(../images/webp/overvie_right_sec_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 150px 50px 150px 90px;
  position: relative;
}
/*Investment section style start*/
.investment_wrap {

}
.invest_row {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.invest_col {
  width: 50%;
  
}
.invest_txt {
  padding: 150px 130px 150px 50px;
  position: relative;
}
.invest_txt h2 {
  padding-bottom: 50px;
  opacity: 0;
}
.invest_txt p {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.butterfly_img_wrap {
  position: absolute;
  bottom: 20%;
  right: -100px;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.butterfly_img {
  background-image: url(../images/webp/butterfly_img.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 90%;
  width: 100%;
  height: 100%;
}
.investment_wrap .why_invest {
  background: url(../images/webp/scroll2_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 150px 50px 150px 90px;
  position: relative;
}
/*.why_invest:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}*/
.why_invest h2 {
  color: #fff;
  padding-bottom: 50px;
  opacity: 0;
}
.invest_reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.invest_reason_list:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.invest_reason_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    color: #000;
    font-family: "Pangram-Medium";
    font-size: 16px;
    /*line-height: 22px;*/
    margin: 10px 0;
    opacity: 0;
}
.invest_reason_list li img {
    max-width: 65px;
    width: 100%;
    margin: 0 20px 0 0;
    /*-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
.invest_reason_list li > span {

}
.invest_reason_list li > span span {
  display: block; 
  color: #000;
  /*font-size: 90%;*/
}
.flower_img2_wrap {
  position: absolute;
  bottom: -185px;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.flower_img2 {
  background-image: url(../images/webp/flower_img2.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  width: 100%;
  height: 100%;
}


/*Location section style start*/
.location_wrap {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.loc_head {

}
.loc_mid_content_wrap {
  position: relative;
}
.loc_mid_content_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #0c453c;
  z-index: -1;
}
.loc_mid_content_wrap .container {
  display: flex;
  justify-content: space-around;
  align-items: center;  
}
.loc_mid_txt {
  width: 50%;
  position: relative;
  padding: 50px 50px 50px 0;
  opacity: 0;
}
.loc_mid_txt p {
  color: #fff;
  line-height: 20px;
}
.loc_mid_txt .first_para:before {
  background-color: #fff;
}
.getdirection_link a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
/*.loc_mid_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  width: 100%;
  height: 90%;
  background-color: #0c453c;
  z-index: -1;
}
.loc_mid_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  width: 100%;
  height: 90%;
  background-color: #0c453c;
  z-index: -1;
}*/
.loc_mid_img {
  width: 50%;
  position: relative;
  opacity: 0;
}
/*.loc_mid_img:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  width: 100%;
  height: 70%;
  background-color: #0c453c;
  z-index: -1;
}
.loc_mid_img:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  width: 100%;
  height: 70%;
  background-color: #0c453c;
  z-index: -1;
}*/
.lco_btm_content_wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 0 16%;
}
.lco_btm_txt_col {
  width: 24%;
}
.lco_btm_txt_col h3 {
  font-family: "Pangram-Medium";
  font-size: 20px;
  line-height: 27px;
  color: #231f20;
  text-transform: uppercase;
  border-bottom: 1px solid #0b463c;
  padding-bottom: 10px;
  margin-bottom: 20px;
  opacity: 0;
}
.lco_btm_txt_col p {
  font-size: 16px;
  line-height: 24px;
  color: #414042;
  opacity: 0;
}
.bird_img_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  /*opacity: 0;*/
}
.bird_img {
  background: url(../images/webp/bird_img.webp) no-repeat left top;
  background-size: 15%;
  width: 100%;
  height: 100%;
}

.loc_icon_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.loc_icon_wrap span {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.loc_icon_wrap span img {
  display: block;
  margin: 5px auto;
  max-width: 50px;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*Project Amenities section style start*/
.amenities_wrap {
  padding: 0;
}
.amenities_wrap .container {
  text-align: center;
}
.amenities_container {
  display: flex;
}
.amenities_container > div {
  width: 100%;
}
.amenities_carousel {
  opacity: 0;
}
.amenities_carousel .item {
  
}
.amenities_carousel .item img {
  display: block;
  margin: 0 auto;
}
.amenities_carousel .item span {
  display: block;
  font-family: "Champagne-Limousines-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #0b463c;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-], .amenities_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: url(../images/webp/arrow_img.webp);
  background-repeat: no-repeat;
  height: 58px;
  width: 33px;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-prev], .amenities_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
  left: 5%;
  background-position: 0 center;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-next], .amenities_carousel.owl-theme .owl-nav [class*=owl-next]:hover {
  right: 5%;
  background-position: 100% center;
}
.amenities_carousel.owl-theme .owl-nav {
  margin: 0;
}
/*.amenities_left .amenities_carousel.owl-theme .owl-nav [class*=owl-next] {
  display: none;
}*/
.amenities_right .amenities_carousel.owl-theme .owl-nav [class*=owl-prev] {
  display: none;
}

/*Footer style start*/
.site_footer {
  background-color: #fff;
  padding: 20px 0 40px 0;
}
.site_footer .container {
}
.site_address {
  padding: 10px 0 10px;
}
.site_address p {
  text-align: center;
  color: #58595b;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0;
}
.disclaimer_txt {
  padding: 10px 0 40px;
}
.disclaimer_txt p {
  text-align: center;
  color: #58595b;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
}

/*Enquire now style*/
.desk_form_btn {
	display: block;
}

#fixed_form_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.form_container {
  background-color: rgba(255,255,255,0.9);
  border: 3px solid rgba(96,119,99,0.5);
  border-bottom: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 6px 6px 0 0;
  padding: 5px 0;
}
.form_close {
  display: none;
}
.site_heading5 {
  font-family: 'Champagne-Limousines-Bold';
  font-size: 23px;
  line-height: 30px;
  color: #06453b;
  text-transform: uppercase;
}
#frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}
.fieldwrapper {
    width: 100%;
    margin: 0 10px;
}

.fieldwrapper input, .fieldwrapper select {
  font-family: 'Champagne-Limousines-Bold';
  width: 100%;
  border: 1px solid #0d463c;
  background-color: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #747474;
  height: 35px;
  padding: 0 0 0 20px;
  outline: 0;
}

.fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 0;
    width: 100%;
}
.fieldwrapper.form-cta-btn {
    text-align: center;
    font-family: 'Champagne-Limousines-Bold';
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background-color: #0d463c;
    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;
    font-size: 26px;
    border-radius: 6px;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fixed_form_wrap {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#fixed_form_wrap.active {
  visibility: visible;
  height: 100%;
}
.form_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 5px;
  padding: 10px 10px;
  width: 90%;
  max-width: 320px;
  background-color: rgba(255,255,255,0.9);
  border-bottom: 3px solid rgba(96,119,99,0.7);
}
.form_close {
    display: block;
    color: #06453b;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
#frmContactus {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.fieldwrapper {
    margin: 10px 10px;
}

.fieldwrapper input, .fieldwrapper select {
    width: 100%;
}
.fieldwrapper.form-cta-btn {
  margin: 0 auto;
  width: 50%;
}


.fieldwrapper.form-cta-btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

/*.fieldwrapper.form-cta-btn a:hover {
    background-color: #4a4a4a;
}*/

.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #747474;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #747474;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #747474;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #747474;
  opacity: 1;
}

.mobi_form_btn {
  display: none;
}

#fixed_form_wrap.submitpopup {
  visibility: visible;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.submitpopup .form_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline;
  border-radius: 5px;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  border-bottom: 3px solid rgba(96,119,99,0.7);
  text-align: center;
}

.submitpopup #frmContactus {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

.submitpopup .fieldwrapper.form-cta-btn {
  margin: 10px auto;
  font-size: 18px;
  line-height: 24px;
  height: auto;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    vertical-align: middle;
}


/*Video Gallery section style start*/
.video_gallery_wrap {
  padding: 40px 0;
  position: relative;
}
.video_gallery_wrap .container {
  text-align: center;
}
.video_sec_wrap {
}
.large_video_wrap {
    width: 70%;
    margin: 0 auto;
}
.large_video_wrap a {
  display: none;
  position: relative;
}
.large_video_wrap a.active {
  display: block;
}
.large_video_wrap a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: url(../images/webp/play_icon.webp) no-repeat center center;
    background-size: 15%;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
}
.thumb_video_wrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.video_thumb {
    cursor: pointer;
    max-width: 338px;
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.video_thumb span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Champagne-Limousines-Bold";
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;  
}
.thumb_video_carousel.owl-carousel {
  z-index: 2;
}
.thumb_video_carousel.owl-carousel .item {
  margin: 0 10px;
}
.thumb_video_carousel.owl-carousel .owl-item .video_thumb span img {
  display: block;
  margin: 10px auto;
  width: 20%;
}
.flower_img3_wrap {
  position: absolute;
  top: 0px;
  left: 0;
  width: 19%;
  height: 100%;
  z-index: 1;
  /*opacity: 0;*/
}
.flower_img3 {
  background-image: url(../images/webp/flower_img3.webp);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item img {

}

.thumb_video_carousel.owl-theme .owl-nav [class*=owl-], .thumb_video_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: url(../images/webp/arrow_img.webp);
  background-repeat: no-repeat;
  height: 58px;
  width: 33px;
}
.thumb_video_carousel.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.thumb_video_carousel.owl-theme .owl-nav [class*=owl-prev], .thumb_video_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
  left: -5%;
  background-position: 0 center;
}
.thumb_video_carousel.owl-theme .owl-nav [class*=owl-next], .thumb_video_carousel.owl-theme .owl-nav [class*=owl-next]:hover {
  right: -5%;
  background-position: 100% center;
}
.thumb_video_carousel.owl-theme .owl-nav {
  margin: 0;
}

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

/*Investment section style start*/
.invest_txt {
    padding: 150px 50px 150px 50px;
}
.invest_reason_list li {
  width: 100%;
}
/*Location section style start*/
.lco_btm_content_wrap {
      flex-wrap: wrap;
  }
  .lco_btm_txt_col {
    width: 45%;
  }

/*Project Amenities section style start*/

  
}
@media only screen and (max-width: 767px) {
  #site_header .container {
    padding: 5px 10px;
  }

  h2 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  p {
    font-size: 15px;
    line-height: 25px;
  }
/*Header style start*/
.brand_logo {
  width: 40%;
}
.project_logo {
  display: none;
  width: 40%;
  /*bottom: 10%;*/
}
#site_header.fixed_header .project_logo {
  margin: 0 auto 0 auto;
}
.project_logo2 {
  width: 40%;
  /*bottom: 10%;*/
}
#site_header.fixed_header .project_logo2 {
  margin: 0 auto 0 auto;
}
/************ Main banner style start ***********/

.top_carousel .item {
  /*height: 100vh;*/
}

/*.top_carousel .item.slide000 {
  background-image: url(../images/webp/helping_hands_banner_natureplus_mobi.webp);
}*/
/*.top_carousel .item.slide00 {
  background-image: url(../images/main_banner_mobile.jpg?var=0.6);
}
.top_carousel .item.slide01 {
  background-image: url(../images/main_banner_mobile2.jpg?var=0.3);
}*/
.top_carousel .item.slide02 {
  background-image: url(../images/webp/home_mobi_slide02.webp);
}
.top_carousel .item.slide03 {
  background-image: url(../images/webp/home_mobi_slide03.webp);
}
.top_carousel .item.slide04 {
  background-image: url(../images/webp/home_mobi_slide04.webp);
}
.top_carousel .slide_content.container {
    align-items: center;
    justify-content: flex-start;
    padding-top: 30%;
    text-align: left;
}
.slide_content.container h1 {
    font-size: 48px;
    line-height: 62px;
    padding-left: 0;
}
.slide_content.container h1 span {
    font-size: 25px;
}
.slide_content.container h1 img {
  max-width: 120px;
}
/*overview section style start*/
.overview_wrap {
    padding: 0px 0 100px;
}
.overview_wrap .container {
  flex-direction: column;
}
.overview_content {
  width: 100%;
  order: 2;
}
.img_wrap {
  width: 100%;
}
.overview_tagline > span {
  font-size: 19px;
}
.overview_tagline > span > span {
  font-size: 42px;
  line-height: 48px;
  padding-left: 80px;
}
.flower_img_wrap {
  width: 100%;
  height: 50%;
  background-size: 130%;
}
.flower_img {
	background-size: 50%;
}
/*Investment section style start*/
.invest_row {
  flex-direction: column;
}
.invest_col {
  width: 100%;
}
.invest_txt {
    padding: 50px 20px;
}
.butterfly_img_wrap {
  background-size: 100%;
  bottom: 0;
  right: 10px;
}
.why_invest {
    padding: 150px 20px 80px 20px;
}
.invest_reason_list li {
  font-size: 16px;
  line-height: 22px;
}
.invest_reason_list li img {
    width: 15%;
}
.flower_img2_wrap {
  bottom: -75px;
}

/*Location section style start*/
.location_wrap {
    padding: 50px 0;
}
.loc_mid_content_wrap:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #0c453c;
    z-index: -1;
}
.loc_mid_content_wrap .container {
  flex-direction: column;
}
.loc_mid_txt {
  width: 100%;
  padding: 30px 20px 20px; 
}
.loc_mid_txt:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #0c453c;
    z-index: -1;
}
.loc_mid_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #0c453c;
    z-index: -1;
}
.loc_mid_img {
  width: 100%;
  margin: 10px 0;
}
.loc_mid_img:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 100%;
    height: 80%;
    background-color: #0c453c;
    z-index: -1;
}
.loc_mid_img:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 100%;
    height: 80%;
    background-color: #0c453c;
    z-index: -1;
}
.lco_btm_content_wrap {
  background-size: 70%;
  padding: 250px 20px 0 10%;
} 
.lco_btm_txt_col {
  width: 100%;
}
.bird_img_wrap {
    height: 65%;
}
.bird_img {
    background: url(../images/webp/bird_img.webp) no-repeat center top;
    background-size: 60%;
}
/*Project Amenities section style start*/
.amenities_carousel .item span {
  font-size: 14px;
  line-height: 18px;
}
.amenities_left .amenities_carousel.owl-theme .owl-nav [class*=owl-next] {
  display: block;
}
.amenities_right .amenities_carousel.owl-theme .owl-nav [class*=owl-prev] {
  display: block;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-], .amenities_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  height: 53px;
  width: 30px;
  background-size: cover;
}
.amenities_container {
    flex-direction: column;
}
.amenities_container > div {
    width: 100%;
}
/*Footer style start  */
.site_address p {
  font-size: 16px;
  line-height: 20px;
}
.disclaimer_txt p {
  font-size: 14px;
  line-height: 18px;
}

/*Video Gallery section style*/
.video_gallery_wrap {
    padding: 20px 0;
}
.large_video_wrap {
    width: 100%;
}
.thumb_video_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video_thumb {
    width: 45%;
    margin: 10px auto 0;
}
.video_thumb span {
    font-size: 13px;
    line-height: 17px;
    padding: 0 10px;
}
/*Enquire now style*/
.desk_form_btn {
	display: none;
} 

#fixed_form_wrap {
  visibility: hidden;
  height: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#fixed_form_wrap.active {
  visibility: visible;
  height: 100%;
}
.form_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 5px;
  padding: 10px 0;
  width: 90%;
  background-color: rgba(255,255,255,0.9);
  border-bottom: 3px solid rgba(96,119,99,0.7);
}
.form_close {
    display: block;
    color: #06453b;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
#frmContactus {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.fieldwrapper {
    margin: 10px 10px;
}

.fieldwrapper input, .fieldwrapper select {
    width: 100%;
}
.fieldwrapper.form-cta-btn {
  margin: 0 auto;
  width: 50%;
}
img.desk-img{display: none !important;}
img.mob-img{display: block;}
.mobi_form_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Champagne-Limousines-Bold';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
  background-color: #06453b;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

}
