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

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

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

}
@font-face {
    font-family: 'FuturaLTPro-MediumCond';
    src: url('../fonts/FuturaLTPro-MediumCond.eot') format('eot'),
         url('../fonts/FuturaLTPro-MediumCond.otf') format('otf'),
         url('../fonts/FuturaLTPro-MediumCond.svg') format('svg'),
         url('../fonts/FuturaLTPro-MediumCond.ttf') format('ttf'),
         url('../fonts/FuturaLTPro-MediumCond.woff') format('woff');
    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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 18px;
	line-height: 24px;
	font-family: "FuturaLTPro-Light";
}
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;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	width: 100%;
}
.container {
	/*max-width: 1200px;*/
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
}
h1,h2,h3,h4,h5 {
  font-family: "FuturaLTPro-Book";
}
p {
	font-size: 18px;
	line-height: 24px;
  padding-bottom: 10px;
}
h2 {
  font-family: "FuturaLTPro-Book";
  font-size: 28px;
  line-height: 35px;
  color: #eaf985;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
h2 span {
  display: block;
  font-family: "FuturaLTPro-Book";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 6px;
  position: relative;
}

h2 span:before,
h2 span:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
h2 span:before {
    right: 0.5em;
    margin-left: -50%;
}
h2 span:after {
    left: 0.5em;
    margin-right: -50%;
}

/**::-webkit-media-controls-panel {

  display: none!important;

  -webkit-appearance: none;

}

*::--webkit-media-controls-play-button {

  display: none!important;

  -webkit-appearance: none;

}

*::-webkit-media-controls-start-playback-button {

  display: none!important;

  -webkit-appearance: none;

}
video::-webkit-media-controls {
    display:none !important;
}
*/

.olderperson_popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 2;
}
.olderperson_popup.active {
  top: 0;
}
.close_btn {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #4c7e5b;
  color: #fff;
  font-size: 20px;
  padding: 4px 10px 0px;
  line-height: 25px;
}
.popup_container {
  background-color: #4c7e5b;
  max-width: 819px;
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
}
.senior_citizen_img {
  width: 50%;
  margin: -110px auto 0 auto;
  display: block;
}
.popup_content {
    text-align: center;
    font-family: "FuturaLTPro-Book";
    color: #fff;
    position: relative;
}
.popup_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/webp/popup_leaf_left.webp) no-repeat left top;
  background-size: contain;
  width: 100%;
  height: 100%; 
  z-index: -1;
}
.popup_content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/webp/popup_leaf_right.webp) no-repeat right top;
  background-size: contain;
  width: 100%;
  height: 100%; 
  z-index: -1;
}
.popup_content p {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 20px;
}
.popup_content p.para_head {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-bottom: 5px;
}
.popup_content p.para_head span {
  display: inline-block;
  padding: 0 10px;
  background-color: #4c7e5b;
  position: relative;
  z-index: 1;
}
.popup_content p.para_head:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 20%;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
}
.popup_content img {
  max-width: 288px;
  width: 100%;
  margin: 10px auto 20px auto;
  display: block;
}
.enquirenow_btn {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  color: #4c7e5b;
  font-family: "FuturaLTPro-Bold";
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  text-decoration: none;
}
/*header style start*/
.site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  z-index: 1;
}
.site_header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.brand_logo {
	max-width: 250px;
	width: 100%;
	margin: 0;
}
.project_logo {
	max-width: 181px;
	width: 100%;
	margin: 0 30px 0 auto;
}

.menu_btn {
  width: 30px;
  height: 25px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1;
  position: fixed;
  top: 3%;
  right: 2%;
}
/*.menu_btn.open {
    position: fixed;
    top: 5%;
    right: 2%;
}*/
.menu_btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  box-shadow: 0 0 2px #000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu_btn span:nth-child(1) {
  top: 0px;
}

.menu_btn span:nth-child(2) {
  top: 8px;
}

.menu_btn span:nth-child(3) {
  top: 16px;
}
.menu_btn.open span {
  background: #00a651;  
}
.menu_btn.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu_btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu_btn.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*Navigation style start*/
.site_menu {
  position: fixed;
  right: -100%;
  top: 0;
  background-color: #fff;
	max-width: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site_menu.open {
  right: 0;
}
.menu_link_wrap {

}
.menu_link_wrap li {

}
.menu_link_wrap li a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
}
.menu_link_wrap li a img {
  max-width: none;
  width: auto;
  margin-right: 20px;
}
/*main style start*/
.site_main {

}

/*Main banner start*/
#home-wrp {
  overflow: hidden;
}
#homebannervideo {
  width: 100%;
  height: auto;
}
.main_slider {
}
.main_slider .item {
  width: 100%;
  height: 100vh;
  position: relative; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  }
/*.movingbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transform-origin: center;
  
}*/
.tilt_banner_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/webp/tilt_banner_img.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(20px) scale(1.05);
  transform: translateZ(20px) scale(1.05);
  width: 100%;
  height: 100%;
}

/*.tilt_banner_img2 {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/webp/tilt_banner_img2.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transform: translateZ(30px);
}*/

.leaf_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/webp/leaf_img.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(40px);
  transform: translateZ(40px);
}
.drops_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/webp/drops_x2_webp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(70px);
  transform: translateZ(70px);
}
.tree_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/webp/tree_img.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(60px);
  transform: translateZ(60px);
}
.banner_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-align: center;
  font-family: "FuturaLTPro-Light";
  color: #fff;
  text-transform: uppercase;
  /* padding-top: 10%; */
  padding-top: 6%;
  -webkit-transform: translateZ(70px);
  transform: translateZ(70px);
}
.banner_txt small {

}
.site_heading1 {
  font-size: 30px;
  line-height: 35px;
  -webkit-text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
}
.site_heading1 span {
  display: block;
  font-family: "FuturaLTPro-Book";
  font-size: 50px;
  line-height: 55px;
  /*color: #eaf985;*/
}
.site_heading1 small {
  font-size: 20px;
  line-height: 26px;
  background: rgb(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 5px;
  display: block;
  text-transform: none;
}
.banner_para {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0 10px;
  color: #fff;
  -webkit-text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
}


/*overview style start*/
#overview-wrp {
}
.overview_bg {
  background: url(../images/webp/overview-bg.webp) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#overview-wrp .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}
.offer_unit {

}
.offer_unit img {
  display: block;
  margin: 10px auto;
  width: 100%;
  /*max-width: 200px;*/
}
.offer_unit span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}

.offer_unit_wrap.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.offer_unit_wrap.owl-theme .owl-dots .owl-dot {
    background-color: rgba(0,0,0,0.3);
    /*width: 19.8%;*/
    /*min-height: 80px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer_unit_wrap.owl-theme .owl-dot button {
  cursor: pointer;
  font-family: "FuturaLTPro-Light";
  outline: none;
  border:none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  /*padding: 20px;*/
  text-transform: uppercase;
}
.offer_unit_wrap.owl-theme .owl-dot.active button, 
.offer_unit_wrap.owl-theme .owl-dot:hover button {
  /*background-color: rgba(0,0,0,0.2);*/
  color: #eaf985;
  /*min-height: 80px;*/
  width: 100%;
}

/*Project highlights style start*/
#highlights-wrp {
  position: relative;
}
h2.highlights_head {
    position: absolute;
    top: 38%;
    left: 10%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    max-width: 500px;
    text-shadow: 0 0 5px #000;
}
h2.highlights_head span:before, h2.highlights_head span:after {
  width: 10%;
}
.highlights_carousel {
  height: 100%;
  width: 100%;
}
.highlights_carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
.highlights_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.highlights_slide01 {
  background-image: url(../images/webp/highlights_slide01.webp);
}
.highlights_slide02 {
  background-image: url(../images/webp/highlights_slide02.webp);
}
.highlights_slide03 {
  background-image: url(../images/webp/highlights_slide03.webp);
}
.highlights_slide04 {
  background-image: url(../images/webp/highlights_slide04.webp);
}
.highlights_slide05 {
  background-image: url(../images/webp/highlights_slide05.webp);
}
/*.highlights_slide06 {
  background-image: url(../images/webp/highlights_slide01.webp);
}*/
.highlights_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  max-width: 560px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.highlights_txt h2 {
}
.highlights_txt p {
  font-family: "FuturaLTPro-Light";
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.highlights_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.highlights_carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgba(0,0,0,0.3);
    width: 19.8%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlights_carousel.owl-theme .owl-dot button {
  cursor: pointer;
  font-family: "FuturaLTPro-Light";
  outline: none;
  border:none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  /*padding: 20px;*/
  text-transform: uppercase;
}
.highlights_carousel.owl-theme .owl-dot.active button, 
.highlights_carousel.owl-theme .owl-dot:hover button {
  background-color: rgba(0,0,0,0.2);
  color: #eaf985;
  min-height: 80px;
  width: 100%;
}

/*Amenities style start*/
#amenities-wrp {
  position: relative;
}
h2.amenities_head {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    max-width: 500px;
    text-shadow: 0 0 5px #000;
}
h2.amenities_head span {
    background-color: rgba(0,0,0,0.3);
}
h2.amenities_head span:before, h2.amenities_head span:after {
  width: 10%;
}
.amenities_carousel {

}
.amenities_carousel .item {
  width: 100%;
  height: 100vh;
}
.amenities_carousel .item h2.amenities_head {
    display: none;
}
#backgroundvid1, #backgroundvid3, #backgroundvid5 {
  width: 100%;
  height: auto;
}
.desk_video {
  display: block;
}
.mobi_video {
  display: none;
}
.amenities_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot {
  background-color: rgba(0,0,0,0.3);
  width: 33.2%;

  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot button {
  cursor: pointer;
  font-family: "FuturaLTPro-Light";
  outline: none;
  border:none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding: 50px 20px 10px 20px;
  text-transform: uppercase;
}
.amenities_carousel.owl-theme .owl-dot.active button, 
.amenities_carousel.owl-theme .owl-dot:hover button {
  background-color: rgba(0,0,0,0.2);
  color: #eaf985;
}

.amenities_carousel.owl-theme .owl-dot button.video_btn_01 {
  background: url(../images/webp/video_btn_01.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot button.video_btn_02 {
  background: url(../images/webp/video_btn_02.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot button.video_btn_03 {
  background: url(../images/webp/video_btn_03.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot button.video_btn_04 {
  background: url(../images/webp/video_btn_04.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot.active button.video_btn_01,
.amenities_carousel.owl-theme .owl-dot:hover button.video_btn_01 {
  background: url(../images/webp/video_btn_hover_01.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot.active button.video_btn_02,
.amenities_carousel.owl-theme .owl-dot:hover button.video_btn_02 {
  background: url(../images/webp/video_btn_hover_02.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot.active button.video_btn_03,
.amenities_carousel.owl-theme .owl-dot:hover button.video_btn_03 {
  background: url(../images/webp/video_btn_hover_03.webp) no-repeat center 10px;
  background-size: 15%;
}
.amenities_carousel.owl-theme .owl-dot.active button.video_btn_04,
.amenities_carousel.owl-theme .owl-dot:hover button.video_btn_04 {
  background: url(../images/webp/video_btn_hover_04.webp) no-repeat center 10px;
  background-size: 15%;
}

/*Image Gallery style start*/
#gallery-wrp {
  position: relative;
}
h2.gallery_head {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    max-width: 500px;
}
h2.gallery_head span:before, h2.gallery_head span:after {
  width: 10%;
}
.gallery_carousel {
  height: 100%;
  width: 100%;
}
.gallery_carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
.gallery_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.gallery_slide01 {
  background-image: url(../images/webp/gallery_slide01.webp);
}
.gallery_slide02 {
  background-image: url(../images/webp/gallery_slide02.webp);
}
.gallery_slide03 {
  background-image: url(../images/webp/gallery_slide03.webp);
}
.gallery_slide04 {
  background-image: url(../images/webp/gallery_slide04.webp);
}
.gallery_slide05 {
  background-image: url(../images/webp/gallery_slide05.webp);
}
.gallery_slide06 {
  background-image: url(../images/webp/gallery_slide06.webp);
}
.gallery_slide07 {
  background-image: url(../images/webp/gallery_slide07.webp);
}

.container.gallery_txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    max-width: 400px;
}
.gallery_txt h2 {
  display: inline-block;
}
.gallery_txt h2 i {
  font-size: 40px;
  margin-top: 10px;
}
.gallery_txt p {
    font-family: "FuturaLTPro-Light";
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.gallery_carousel.owl-carousel .owl-nav .owl-prev, .gallery_carousel.owl-carousel .owl-nav .owl-prev:hover, 
.gallery_carousel.owl-carousel .owl-nav .owl-next, .gallery_carousel.owl-carousel .owl-nav .owl-next:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.gallery_carousel.owl-carousel .owl-nav .owl-prev {
  left: 5%;
}
.gallery_carousel.owl-carousel .owl-nav .owl-prev:after {
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #eaf985;
}
.gallery_carousel.owl-carousel .owl-nav .owl-next {
  right: 5%;
}
.gallery_carousel.owl-carousel .owl-nav .owl-next:after {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #eaf985;
}

.gallery_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  background: url(../images/webp/gallery_slider_dots_bg.webp) no-repeat center center;
  background-size: 100%;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 180px;
  width: 100%;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(1) {
  margin-top: 10px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(2) {
  margin-top: 27px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(3) {
  margin-top: 20px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(4) {
  margin-top: 10px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(5) {
  margin-top: -29px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(6) {
  margin-top: -28px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(7) {
  margin-top: -24px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot:nth-child(8) {
    margin-top: -24px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
  }
.gallery_carousel.owl-theme .owl-dots .owl-dot.active span, 
.gallery_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #70ad47;
}

/*Location section style start*/
#location-wrp {
  position: relative;
}
.loc-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.location-map {
  background-image: url(../images/webp/location-map.webp);
}
/*.sky-img {
  background-image: url(../images/webp/loc-sky-img.webp);
}*/
#location_video {
  width: 100%;
  height: auto;
}
.container.loc_txt {
    position: absolute;
    top: 30%;
    left: 0;
    /*right: 0;*/
    z-index: 5;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
}
.loc_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.loc_point p {
  width: 40%;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-shadow: 0 0 5px #000;
}
.loc_point p:before {
  content: ".";
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -10px;
}
.loc_point p span {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

/*Contact section style start*/
#contact-wrp {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#contact-wrp .container {
  /*background-color: #fff;*/
  width: 100%;
  /*height: 100vh;*/
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px 0;
}
.jvp_logo {
  float: left;
  max-width: 139px;
  width: 100%;
  padding-right: 10px;
}
#contact-wrp a {
  color: #fff;
  text-decoration: none;
}
#contact-wrp a:hover {
  text-decoration: underline;
}
/*Enquire Now form style start*/
#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  max-width: 264px;
}
#fixed_form_wrap.active {
  right: 0;
  z-index: 3;
}
.form_container {
  padding: 0 10px;
}
.form_close {
  cursor: pointer;
  text-align: right;
  color: #fff;
  display: block;
  padding: 10px;
  margin-right: -10px;
}
.site_heading5 {
  cursor: pointer;
  position: absolute;
  left: -93px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 20px;
}
#frmContactus {

}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}
.fieldwrapper input, .fieldwrapper select {
  width: 100%;
  font-family: 'FuturaLTPro-Book';
  border: 1px solid #acaaaa;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  padding: 0 0 0 20px;
  outline: 0;
}
.fieldwrapper.form-cta-btn {
  text-align: center;
}
.fieldwrapper.form-cta-btn a.btn {
  font-family: 'FuturaLTPro-Book';
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  border: none;
  background-color: #eaf985;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.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: #333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}
.error_msg {
  border: 2px solid #ff0000 !important;
}
.mobi_form_btn {
  display: none;
}
.vcc_no {
  position: fixed;
  top: 18%;
  right: -140px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.8);
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.vcc_no:hover {
  right: 0;
}

.vcc_no span {
    display: inline-block;
    padding-left: 10px;
}

#fixed_form_wrap.submitpopup {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -100%;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }
  #fixed_form_wrap.active.submitpopup {
    top: 0;
  }

  .submitpopup .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
  }
 .submitpopup .fieldwrapper.form-cta-btn a.btn {
    font-size: 14px;
    line-height: 18px;
  }
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    vertical-align: middle;
}

#fixed_form_wrap.active2 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }

#fixed_form_wrap.active2 .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
#fixed_form_wrap.active2 .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }



@media only screen and (max-width: 1024px) and (min-width: 769px){
  #backgroundvid1, #backgroundvid3, #backgroundvid5 {
    height: 102%;
  }
}

@media only screen and (max-width: 1024px) {
	#homebannervideo {
		width: auto;
		height: 100%;
	}
	.leaf_img {
		background-repeat: repeat;
		background-size: 150%;
	}
}
@media only screen and (max-width: 1023px) {

  .popup_container {
    width: 90%;
  }
  .close_btn {
    top: -26px;
    font-size: 14px;
    padding: 4px 10px 0px;
    line-height: 20px;
  }
  .senior_citizen_img {
    width: 100%;
  }
  .popup_content {
    padding: 0 20px;
  }
  .popup_content:before {
    left: -20px;
    background: url(../images/webp/popup_leaf_left.webp) no-repeat left center;
    background-size: 20%;
    z-index: -1;
  }
  .popup_content:after {
    right: -20px;
    background: url(../images/webp/popup_leaf_right.webp) no-repeat right center;
    background-size: 20%;
    z-index: -1;
  }
  .popup_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .popup_content p.para_head {
    font-size: 16px;
    line-height: 20px;
  }
  .popup_content p.para_head:after {
    top: 60%;
    width: 70%;
  }
  .popup_content img {
    width: 80%;
  }
  .enquirenow_btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  h2 span {
    font-size: 16px;
    line-height: 20px;
  }
  h2 span:before, h2 span:after {
    width: 10%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  p {
      font-size: 14px;
      line-height: 18px;
  }

  /*header style start*/
  .site_header .container {
    padding: 10px 0;
  }
  .brand_logo {
    width: 50%;
  }
  .project_logo {
    width: 30%;
    margin: 0 auto;
  }
  .menu_btn {
    position: static;
  }

  /*Main banner style start*/
  #home-wrp {
    background: url(../images/webp/main_banner_mobi_video.webp) no-repeat center top;
    background-size: cover;
  }
  .main_slider .item, .highlights_carousel .item, .amenities_carousel .item, .gallery_carousel .item {
    height: calc(100vh - 38px);
  }
  #homebannermobivideo {
    width: auto;
    height: 100%;
  }
  .tilt_banner_img2 {
    background-image: url(../images/webp/tilt_banner_img2_mobi.webp);
  }
  .leaf_img {
    background-image: url(../images/webp/leaf_img_mobi.webp);
  }
  .tree_img {
    background-image: url(../images/webp/tree_img_mobi.webp);
    background-size: 100%;
    background-position: center 50%;
  }
  .banner_txt {
    padding-bottom: 0;
    padding-top: 0;
    top: 0px;    
    justify-content: center;
  }
  .site_heading1 {
    font-size: 18px;
    line-height: 22px;
  }
  .site_heading1 span {
      font-size: 24px;
      line-height: 30px;
  }
  .site_heading1 small {
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 80px; */
  } 
  .banner_para {
    font-size: 16px;
    line-height: 20px;
  }

  /*Overview section style start*/
  #overview-wrp .container {
    padding: 120px 0 50px;
  }
  .overview_bg {
    background: url(../images/webp/overview-mobi-bg.webp) no-repeat center top;
    background-size: cover;
  }
  /*.offer_unit img {
    width: 30%;
  }*/
  .offer_unit span {
    font-size: 14px;
      line-height: 18px;
  }
  /*Project highlights style start*/

  h2.highlights_head {
      top: 38%;
      left: 0;
      right: 0;
  }

  .highlights_slide01 {
    background-image: url(../images/webp/highlights_mobi_slide01.webp);
  }
  .highlights_slide02 {
    background-image: url(../images/webp/highlights_mobi_slide02.webp);
  }
  .highlights_slide03 {
    background-image: url(../images/webp/highlights_mobi_slide03.webp);
  }
  .highlights_slide04 {
    background-image: url(../images/webp/highlights_mobi_slide04.webp);
  }
  .highlights_slide05 {
    background-image: url(../images/webp/highlights_mobi_slide05.webp);
  }

  .highlights_txt {
    margin: 0 auto;
    /*background-color: rgba(0,0,0,0.3);*/
  }
  .highlights_txt p {
    font-size: 14px;
    line-height: 18px;
  }
  .highlights_carousel.owl-theme .owl-dots {
    bottom: 10%;
    justify-content: center;
    background-color: transparent;
  }
  .highlights_carousel.owl-theme .owl-dots .owl-dot {
    /*background-color: transparent;*/
    width: auto;
    min-height: auto;
    display: inline-block;
  }
  .highlights_carousel.owl-theme .owl-dots .owl-dot span {
      background: #fff;
    }
  .highlights_carousel.owl-theme .owl-dots .owl-dot.active span, 
  .highlights_carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: #70ad47;
  }

  /*Project Amenities style start*/
  #backgroundvid2, #backgroundvid4, #backgroundvid6 {
    width: auto;
    height: 100%;
  }
  .desk_video {
    display: none;
  }
  .mobi_video {
    display: block;
  }
  .amenities_carousel .item h2.amenities_head {
    display: block;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    max-width: 500px;
    text-shadow: 0 0 5px #000;
}
  .amenities_carousel.owl-theme .owl-dots {
    bottom: 10%;
    justify-content: center;
    background-color: transparent;
  }
  .amenities_carousel.owl-theme .owl-dot {
    width: auto;
  }
  .amenities_carousel.owl-theme .owl-dots .owl-dot span {
      background: #fff;
    }
  .amenities_carousel.owl-theme .owl-dots .owl-dot.active span, 
  .amenities_carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: #70ad47;
  }
  /*Project Gallery style start*/
  .container.gallery_txt {
    width: 70%;
  }
  .gallery_txt p {
    font-size: 14px;
    line-height: 18px;
  }
  .gallery_slide01 {
    background-image: url(../images/webp/gallery_mobi_slide01.webp);
  }
  .gallery_slide02 {
    background-image: url(../images/webp/gallery_mobi_slide02.webp);
  }
  .gallery_slide03 {
    background-image: url(../images/webp/gallery_mobi_slide03.webp);
  }
  .gallery_slide04 {
    background-image: url(../images/webp/gallery_mobi_slide04.webp);
  }
  .gallery_slide05 {
    background-image: url(../images/webp/gallery_mobi_slide05.webp);
  }
  .gallery_slide06 {
    background-image: url(../images/webp/gallery_mobi_slide06.webp);
  }
  .gallery_slide07 {
    background-image: url(../images/webp/gallery_mobi_slide07.webp);
  }
  .gallery_carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .gallery_carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
  }

  /*Location style start*/
  #location_video {
    width: auto;
    height: 100%;
  }
  .loc-fixed-bg {
    background-repeat: repeat-y;
    background-position: center -90px;
  }
  .location-map {
    background-image: url(../images/webp/location-map-mobi.webp);
  }
  .container.loc_txt {
    bottom: 10%;
    top: auto;
    right: 0;
    margin: 2% auto;
  }
  .loc_point {
    justify-content: center;
  }
  .loc_point p {
    width: 50%;
    text-align: center;
  }

  /*Contact section style start*/
  #contact-wrp {
    padding: 10px 0 130px;
  }
  #contact-wrp .container {
    text-align: center;
    justify-content: flex-start;
    padding: 0 15px 20px;
    height: 100%;
  }
  .jvp_logo {
    width: 25%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /*Enquire now from style start*/

  .mobi_form_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 50%;
    text-align: center;
    background-color: #eaf985;
    color: #000;
    font-family: "FuturaLTPro-Light";
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
  }
  #fixed_form_wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -100%;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }
  #fixed_form_wrap.active {
    top: 0;
  }

  .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }

  .fullscreen_button {
    display: none;
  }

  /*.vcc_no {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    font-size: 18px;
    background-color: #eaf985;
    border-left: 1px solid #000;
    color: #000;
    padding: 5px 15px;
    z-index: 0;
  }*/

  .ebrochure_mb {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    font-size: 20px;
    background-color: #eaf985;
    border-left: 1px solid #000;
    color: #000;
    padding: 5px 15px;
    z-index: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
  }

}