@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url(../fonts/HelveticaNeueLTStd-Roman.ttf), url(../fonts/HelveticaNeueLTStd-Roman.eot),  url(../fonts/HelveticaNeueLTStd-Roman.otf), url(../fonts/HelveticaNeueLTStd-Roman.woff), url(../fonts/HelveticaNeueLTStd-Roman.svg);
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url(../fonts/HelveticaNeueLTStd-Bd.ttf), url(../fonts/HelveticaNeueLTStd-Bd.eot),  url(../fonts/HelveticaNeueLTStd-Bd.otf), url(../fonts/HelveticaNeueLTStd-Bd.woff), url(../fonts/HelveticaNeueLTStd-Bd.svg);
}

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;
  /*cursor: url(../images/curser-leaf-img.ico), auto;*/
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 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;
}
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;
}
body {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  background-image: url(../images/webp/body-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5 {
  font-family: "HelveticaNeueLTStd-Bd";
  font-weight: normal;
  text-shadow: 0 0 2px #000;
}

h2 {

}
p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.down-arw{
    position: absolute;
    width: 22px;
    height: 32px;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3; 
    cursor: pointer;
    z-index: 1;
}
.down-arw:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: bounse 1s infinite;
}
@keyframes bounse{
    0%{
        top: -30%;
        opacity:0;
    }
    90%{
        top: 65%;
        opacity:1;
    }
   100%{
        top: 110%;
        opacity: 0;
    }
}
.banner_leaf1, .banner_leaf2, .aboutus_leaf1, .aboutus_leaf2,
.highlights_leaf, .amenities_leaf, .gallery_leaf, .gmap_leaf {
  pointer-events: none;
}

.cta_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.cta_wrap a {
  display: block;
  background-color: #27a025;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px;
}

/**************** Header style *************/
#site_header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1c4026;
    z-index: 999;
}
#site_header.fixed_header {
  /*background-color: rgba(0,0,0,0.5);*/
}
#site_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_wrap {
    max-width: 205px;
    width: 100%;
}
.logo_wrap img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.logo_wrap2 {
    max-width: 187px;
    width: 100%;
}
.logo_wrap2 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#menu_icon {
  display: none;
}
.site_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.site_menu li {

}
.site_menu li a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 0 20px 0 20px;
    text-align: center;
}
.site_menu li a:hover, .site_menu li a.active {
    color: #fff;
    background-color: #7cac46;
}

/********** Main Content style ************/
#site_main {
    margin-top: -10px;
}
#main_banner {
  padding: 0;
  position: relative;
}
.leaf_wrap {
    position: absolute;
    top: 20%;
    z-index: 99;
}
.october-leaf {
position: absolute;
top: 0;
background-color: transparent;
background-image: url('../images/webp/leaf-img.webp');
background-size: 100%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.main_banner_slider {

}
.main_banner_slider .item {
    /*height: calc(100vh - 61px);*/
}
.owl-carousel .owl-item .desk_banner {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.owl-carousel .owl-item .mobi_banner {
  display: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.container.banner_content {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 5%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding: 20px 0;
}
.container.banner_content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 0 30px 0;
    border-radius: 200px 0;
    width: 90%;
    height: 70%;
}
.banner_head {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.banner_head span {
    display: block;
}
p.banner_tagline {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 20px 0;
}
p.banner_pricepoint {
    color: #fff;  
    /*text-transform: uppercase;*/
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 20px;
}
p.banner_pricepoint span {
    display: block;
    font-size: 34px;
    line-height: 38px;
    padding: 20px 0;
}
/*.banner_leaf {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/webp/banner-leaf.webp) no-repeat center center;
    background-size: 70%;
    z-index: 99;
    width: 100%;
    height: 100%;
}*/
.banner_leaf1 {
    position: absolute;
    top: -35%;
    left: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.owl-carousel .owl-item .banner_leaf1 img {
    width: 10%;
}
.banner_leaf2 {
    position: absolute;
    bottom: -49%;
    right: 8%;
    width: 15%;
    z-index: -1;
}

/********* About Project style *********/
#aboutus {
  cursor: url(../images/webp/leaf-img.webp), auto;
  -webkit-zoom-in
-webkit-zoom-out
-webkit-zoom-grab
-webkit-zoom-grabbing
}
#aboutus .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abt_content {
    width: 50%;
    margin-right: 5%;
    position: relative;
}
.abt_content h2 {
    text-transform:uppercase;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.about_img {
  position: relative;
}
.about_img img {
  display: block;
  margin: 0 auto;
}
.aboutus_leaf1 {
    position: absolute;
    top: -20%;
    left: 5%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aboutus_leaf1 img {
    width: 15%;
}
.aboutus_leaf2 {
    position: absolute;
    top: 80%;
    left: -19%;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}
.aboutus_leaf2 img {
    width: 40%;
    margin: 0;
}
/********* Project Highlights style *********/
#project_highlights {

}
.project_highlights_slider .item {
    width: 96%;
}
.slide_head {
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-shadow: 0 0 2px #000;
  margin-left: 20%;
}

.project_highlights_slider.owl-carousel .owl-item .item img {
  width: 80%;
  margin-left: 20%;
}
#project_highlights .container {
  position: relative;
}
.highlights_content {
    width: 50%;
    z-index: 1;
    margin: -10% 0 0 50%;
    position: relative;
}
.highlights_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: 15%;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-next] {
  right: 0;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.project_highlights_slider.owl-theme .owl-dots {
    margin-left: -30%;
    position: relative;
}
.project_highlights_slider.owl-theme .owl-dots .owl-dot {
    position: relative;
}
.project_highlights_slider.owl-theme .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  z-index: -1;
}
.project_highlights_slider.owl-theme .owl-dots button {
    outline: none;
}
.project_highlights_slider.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px 20px;
}
.project_highlights_slider.owl-theme .owl-dots .owl-dot.active span, 
.project_highlights_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #27a025;
}
.highlights_leaf {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: 1;
}
.highlights_leaf img {
    width: 25%;
    margin: 0;
}

/********* Project Amenities style *********/
#project_amenities {

}
.project_amenities_slider .item {
    width: 96%;
}
.project_amenities_slider .slide_head {
  text-align: right;
  padding-right: 15%;
}

.project_amenities_slider.owl-carousel .owl-item .item img {
  width: 80%;
  margin-left: 5%;
}
#project_amenities .container {
  position: relative;
}
.amenities_content {
    width: 50%;
    z-index: 1;
    margin: -6% 0 0 0;
    position: relative;
}
.amenities_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: 0;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-next] {
  right: 14%;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.project_amenities_slider.owl-theme .owl-dots {
    margin-left: 30%;
    position: relative;
}
.project_amenities_slider.owl-theme .owl-dots .owl-dot {
    position: relative;
}
.project_amenities_slider.owl-theme .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  z-index: -1;
}
.project_amenities_slider.owl-theme .owl-dots button {
    outline: none;
}
.project_amenities_slider.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px 15px;
}
.project_amenities_slider.owl-theme .owl-dots .owl-dot.active span, 
.project_amenities_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #27a025;
}
.amenities_leaf {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 0;
}
.amenities_leaf img {
    width: 100%;
    margin: 0;
}
/********* Project Gallery style *********/
#project_gallery {

}
.project_gallery_slider .item {
    width: 96%;
}

.project_gallery_slider.owl-carousel .owl-item .item img {
  width: 80%;
  margin-left: 20%;
}
#project_gallery .container {
  position: relative;
}
.gallery_content {
    width: 50%;
    z-index: 1;
    margin: -8% 0 0 50%;
    position: relative;
}
.gallery_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: 15%;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-next] {
  right: 0;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.project_gallery_slider.owl-theme .owl-dots {
    margin-left: -30%;
    position: relative;
}
.project_gallery_slider.owl-theme .owl-dots .owl-dot {
    position: relative;
}
.project_gallery_slider.owl-theme .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  z-index: -1;
}
.project_gallery_slider.owl-theme .owl-dots button {
    outline: none;
}
.project_gallery_slider.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px 20px;
}
.project_gallery_slider.owl-theme .owl-dots .owl-dot.active span, 
.project_gallery_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #27a025;
}
.gallery_leaf {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: 1;
}
.gallery_leaf img {
    width: 25%;
    margin: 0;
}


/*Plan section style start*/
#project_plan {

}
#project_plan .container {
    
}
.plans_content {
    text-align: center;
}
.plans_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}
.plans_tab_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plans_tab_link a {
    display: block;
    margin: 10px 20px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Bd';
    padding: 10px 20px;
    background-color: #27a025;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.plans_tab_link a:hover, .plans_tab_link a.active {
    background-color: #fff;
    color: #27a025;
}
.plans_tab_content {
    display: none;
}
.plans_tab_content.active {
    display: block;
}
.plans_tab_content .owl-carousel .owl-item img {
    max-width: 500px;
    margin: 10px auto;
    width: 80%;
}
.floorplan_carousel .item {
    text-align: center;
}
.floorplan_carousel  .item a {
    text-decoration: none;
}
.floorplan_carousel  .item a .slide_head {
    margin: 0 auto;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 20%;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 20%;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.floorplan_carousel .item {
    position: relative;
}
.plans_tab_content .item small {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    color: #000;
    font-size: smaller;
}
.plans_tab_content .item a {
    display: inline-block;
}
/********* Project Location style *********/
#project_location {

}
#project_location .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location_content {
    width: 50%;
    margin-right: 5%;
}
.location_content h2 {
    text-transform:uppercase;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.loc_list {

}
.loc_list li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 2px 0 2px 25px;
  position: relative;
}
.loc_list li:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #27a025;
  position: absolute;
  left: 0;
  top: 10px;
}
.gmap {
  width: 50%;
  position: relative;
  /*height: 500px;*/
}
/*.gmap iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 50% 0 50%;

}*/

.gmap_leaf {
    position: absolute;
    top: 70%;
    left: -10%;
    width: 100%;
    height: auto;
    /* z-index: -1; */
}
.gmap_leaf img {
    width: 40%;
    margin: 0;
}


/********* Project Virtual Tour style *********/
#project_virtualtour {

}
.project_virtualtour_slider .item {
    width: 96%;
    position: relative;
}
.project_virtualtour_slider .item:after {
  content: "";
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: url(../images/webp/play-icon.webp) no-repeat center center;
    background-size: cover;
    width: 80px;
    height: 80px;
}

.project_virtualtour_slider.owl-carousel .owl-item .item img {
  width: 80%;
  margin-left: 20%;
}
#project_virtualtour .container {
  position: relative;
}
.virtualtour_content {
    width: 50%;
    z-index: 1;
    margin: -6% 0 0 50%;
    position: relative;
}
.virtualtour_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: 15%;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-next] {
  right: 0;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.project_virtualtour_slider.owl-theme .owl-dots {
    margin-left: -30%;
    position: relative;
}
.project_virtualtour_slider.owl-theme .owl-dots .owl-dot {
    position: relative;
}
.project_virtualtour_slider.owl-theme .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  z-index: -1;
}
.project_virtualtour_slider.owl-theme .owl-dots button {
    outline: none;
}
.project_virtualtour_slider.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px 20px;
}
.project_virtualtour_slider.owl-theme .owl-dots .owl-dot.active span, 
.project_virtualtour_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #27a025;
}

.vdo-box {
    position: relative;
    overflow: hidden;
}
.vdo-box > img {
    display: block
}

.project_virtualtour_slider .item:after {
  content: "";
    position: absolute;
    top: 55%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: url(../images/webp/play-icon.webp) no-repeat center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    pointer-events: none;
}
/*.ico-play {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    background: url(../images/webp/play-icon.webp) no-repeat 10% 0;
    background-size: cover;
    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)
}*/

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none
}
.vdo-lightbox {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%
}
.vdo-lightbox .vdo-inner {
    width: 100%;
    height: 100%
}
.vdo-lightbox .vdo-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
.close-vdo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/webp/close.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

/************* Footer Style *********/
#site_footer {
    background-color: #1c4026;
    color: #fff;
    padding: 40px 0;
    border-radius: 0 200px 0 100px;
}
.site_address {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
}
.disclaimer_txt {
}
.disclaimer_txt p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
}
#site_footer strong {
  font-family: "HelveticaNeueLTStd-Bd";
}

/********* Enquire now Form style *******/
#fixed_form_wrap {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  width: 100%;
  z-index: 99;
  /*visibility: hidden;*/
  max-width: 300px;
  width: 100%;
  -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 {
  right: 0;
}

.form_btn {
  font-family: "HelveticaNeueLTStd-Bd";
    position: absolute;
    top: 50%;
    right: 247px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    color: #fff;
    background-color: #1c4026;
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 152px;
}
.mobi_form_btn {
  display: none;
}

.form_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #1c4026;;
    border-radius: 60px 0 60px 0;
    padding: 20px 20px 15px 20px;
}
.form_close {
    display: block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
}
.site_heading5 {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 90%;
}
.fieldwrapper {
    width: 100%;
    margin: 5px auto;
}
.phone_row {
  display: flex;
}

.fieldwrapper input, .fieldwrapper select {
    font-family: 'HelveticaNeueLTStd-Roman';
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
    height: 40px;
    padding: 0 0 0 20px;
    outline: 0;
}
.fieldwrapper input#txt_countrycode {
  width: 20%;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
}
.fieldwrapper input#txt_mobile {
  width: 80%;
  padding-left: 10px;
  border-radius: 0 5px 5px 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: 'HelveticaNeueLTStd-Bd';
    padding: 0;
    margin: 5px 0 0 10px;
    border: none;
    background-color: #27a025;
    color: #fff;
    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: 18px;
    max-width: 120px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fieldwrapper.form-cta-btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.fieldwrapper.form-cta-btn a:after {
  content: "\f178";
  font-family: 'FontAwesome';
  color: #fff;
    margin-left: 10px;
}

.fieldwrapper.form-cta-btn a:hover {
    color: #2e2e2e;
}
.fieldwrapper.form-cta-btn a:hover:after {
  color: #2e2e2e;
}

/*.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: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
/*.thankyou-msg {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
span#errcontainer {
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    color: #ff0000;
}*/

#fixed_form_wrap.submitpopup {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: none;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}
#fixed_form_wrap.active.submitpopup {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.submitpopup .form_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #1c4026;
    border-radius: 60px 0 60px 0;
    padding: 20px 20px 15px 20px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
}
.submitpopup .fieldwrapper.form-cta-btn {
    max-width: none;
    width: auto;
    margin: 10px auto;
    height: auto;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}
.submitpopup .fieldwrapper.form-cta-btn a:after {
  display: none;
}
.fieldwrapper.form-cta-btn a {
  display: block;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    vertical-align: middle;
}


#fixed_form_wrap.active {
  position: fixed;
  left: 0;
  margin: 0 auto;
  max-width: none;
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  transform: translateY(-50%);
  right: auto;
  top: 50%;
}
#fixed_form_wrap.active .form_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #1c4026;
    border-radius: 60px 0 60px 0;
    padding: 20px 20px 15px 20px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
#fixed_form_wrap.active .form_btn {
  display: none;
}

@media only screen and (max-width: 1023px) {
  body {
    background-image: url(../images/webp/mobi-body-bg.webp);
  }
  section {
    padding: 20px 0;
}
p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
}

  /************* Header Style ************/
  .lockbody {
    overflow: hidden;
  }

  .logo_wrap {
      width: 50%;
  }
  .logo_wrap2 {
      width: 40%;
      margin: 0 10px;
  }
  #site_menu_wrap {
      display: block;
      position: fixed;
      top: 0;
      right: -100%;
      width: 90%;
      height: 100%;
      background-color: #1c4026;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  #site_menu_wrap.active {
      right: 0;
  }

  #site_menu_wrap.active:before {
  	content: "";
  	position: absolute;
  	left: -100%;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(255,255,255,0.5);
  }
  .site_menu {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
  }

  #menu_icon {
  display: block;
  width: 35px;
  height: 25px;
  position: relative;
  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: 9;
  order: 3;
}

#menu_icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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_icon.open span {
  background: #fff;
}

#menu_icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu_icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu_icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu_icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    top: -3px;
    left: 0px;
}

#menu_icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: -1px;
}

.site_menu li a {
  color: #fff;
    font-size: 20px;
    line-height: 40px;
}

/************ Main Banner style ************/
#site_main {
    margin-top: 0;
}
.main_banner_slider .item {
    /*height: calc(100vh - 95px);*/
  /*background-color: #000;*/
}
.owl-carousel .owl-item .desk_banner {
  display: none;
}
.owl-carousel .owl-item .mobi_banner {
  display: block;
}
.container.banner_content {
    top: 35%;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.container.banner_content:after {
    border-radius: 0;
    width: 100%;
}
.banner_head {
    font-size: 22px;
    line-height: 30px;  
}
p.banner_tagline {
    font-size: 15px;
    line-height: 20px;
}
p.banner_pricepoint {
    font-size: 17px;
    line-height: 26px;
}
p.banner_pricepoint span {
    font-size: 24px;
    line-height: 28px;
}
.banner_leaf {
    top: 61%;
    transform: translate(-50%, -50%) rotate(32deg);
}

/************ About Project style ************/
#aboutus .container {
  flex-direction: column;
}
.abt_content {
    width: 100%;
    margin: 0 auto;
}
.abt_content h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
}
/************ Project Highlights style ************/
.slide_head {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
}
.project_highlights_slider.owl-carousel .owl-item .item img {
    width: 90%;
    margin: 0 auto;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: -5%;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-next] {
    right: -1%;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-prev]:before {
    font-size: 20px;
}
.project_highlights_slider.owl-theme .owl-nav [class*=owl-next]:after {
    font-size: 20px;
}
.project_highlights_slider.owl-theme .owl-dots {
    margin-left: auto;
    position: relative;
}
.highlights_content {
    width: 100%;
    margin: 0 auto;
}
.highlights_content h2 {
    font-size: 30px;
    line-height: 30px;
}

/************ Project Amenities style ************/
.project_amenities_slider .slide_head {
    text-align: center;
    padding-right: 0;
}
.project_amenities_slider.owl-carousel .owl-item .item img {
    width: 90%;
    margin: 0 auto;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: -5%;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-next] {
    right: -1%;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-prev]:before {
    font-size: 20px;
}
.project_amenities_slider.owl-theme .owl-nav [class*=owl-next]:after {
    font-size: 20px;
}
.project_amenities_slider.owl-theme .owl-dots {
    margin-left: auto;
    position: relative;
}
.project_amenities_slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
}
.amenities_content {
    width: 100%;
    margin: 0 auto;
}
.amenities_content h2 {
    font-size: 30px;
    line-height: 30px;
}

/************ Project Gallery style ************/

.project_gallery_slider.owl-carousel .owl-item .item img {
    width: 90%;
    margin: 0 auto;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: -5%;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-next] {
    right: -1%;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-prev]:before {
    font-size: 20px;
}
.project_gallery_slider.owl-theme .owl-nav [class*=owl-next]:after {
    font-size: 20px;
}
.project_gallery_slider.owl-theme .owl-dots {
    margin-left: auto;
    position: relative;
}
.gallery_content {
    width: 100%;
    margin: 0 auto;
}
.gallery_content h2 {
    font-size: 30px;
    line-height: 30px;
}

/************ About Project style ************/
#project_location .container {
  flex-direction: column;
}
.location_content {
    width: 100%;
    margin: 0 auto;
}
.location_content h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
}
.loc_list li {
    font-size: 16px;
    line-height: 20px;
} 
.gmap {
    width: 100%;
    /*height: 300px;*/
    margin: 20px auto 0;
}

/************ Project Virtual Tour style ************/

.project_virtualtour_slider.owl-carousel .owl-item .item img {
    width: 90%;
    margin: 0 auto;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-prev] {
    left: -5%;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-next] {
    right: -1%;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-prev]:before {
    font-size: 20px;
}
.project_virtualtour_slider.owl-theme .owl-nav [class*=owl-next]:after {
    font-size: 20px;
}
.project_virtualtour_slider.owl-theme .owl-dots {
    margin-left: auto;
    position: relative;
}
.virtualtour_content {
    width: 100%;
    margin: 0 auto;
}
.virtualtour_content h2 {
    font-size: 30px;
    line-height: 30px;
}
.project_virtualtour_slider .item:after {
  left: 50%;
  width: 50px;
  height: 50px;
}
.vdo-lightbox {
    left: 0;
    width: 90%;
    height: 80%;
    right: 0;
    margin: 0 auto;
}
/************ Footer style ************/
#site_footer {
    border-radius: 0 100px 0 100px;
}
.site_address {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
}
.disclaimer_txt p {
    font-size: 13px;
    line-height: 17px;
}
/********* Enquire now Form style *******/
.form_btn {
  display: none;
}
.mobi_form_btn {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  background-color: #27a025;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#fixed_form_wrap {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: none;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}
#fixed_form_wrap.active {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.form_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #1c4026;
    border-radius: 60px 0 60px 0;
    padding: 20px 20px 15px 20px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.banner_leaf1, .banner_leaf2, .aboutus_leaf1, .aboutus_leaf2,
.highlights_leaf, .amenities_leaf, .gallery_leaf, .gmap_leaf {
  display: none;
}

}