@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	/*background-color: #000;*/
	color: #101010;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-family: 'Playfair Display', serif;
}
h2,h3,h4 {
	font-family: 'Raleway', sans-serif;
}

.site_head1 {
	font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 50px;
	padding-bottom: 20px;
	color: #000;
	font-weight: 700;
}

.site_head2 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 20px;
	color: #000;
	font-weight: 100;
}

p {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
}
img {
	max-width: 100%;
	width: 100%;
}
strong {
	font-weight: 700;
}
section {
	padding: 50px 0;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.cta_btn {
	color: #b53768;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    position: relative;
	padding: 5px 5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cta_btn:hover {
	color: #000;
}

.cta_btn:after {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.cta_btn:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.cta_btn i {
	display: inline-block;
    margin-left: 10px;
    color: #000;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}



/*header style*/
#site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
}
.fixed_header {
	background-color: rgba(255,255,255,0.8);
}
#site_header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.project_logo {
    max-width: 180px;
    width: 100%;
    margin: 0;
}
.project_logo img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.brand_logo {
    max-width: 228px;
    width: 15%;
    margin: 0;
}
.brand_logo img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
/*navigation style*/
/*#site_menu {
    margin-left: auto;
}*/
.menu_list {
	display: flex;
	align-items: center;
}
.menu_list li {
}
.menu_list li > a {
	display: block;
	color: #2c2c2c;
	font-family: 'Raleway';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 15px;
	text-transform: uppercase;
}
/*.menu_list li:first-child > a {
	display: none;
}
.menu_list li:first-child > a.show_link {
    display: block;
}*/
.menu_list li > a:hover {
	color: #b43869;
}
.menu_icon {
	display: none;
}

/*Main content style*/
#site_main {

}

/*Main banner style start*/
#main_slider_wrap {
	padding: 80px 0 0;
}
.main_slider_carousel {

}
.main_slider_carousel .item {
	width: 100%;
	height: 100vh;
	display: flex;
    align-items: center;
}
.slide_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
}
.slider_content {
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}
.banner_head {
	font-family: "Playfair Display";
	color: #fff;
	font-weight: bold;
	/*background-color: #000;*/
}
.banner_head span {
	display: inline-block;
    margin-bottom: 5px;
    background-color: #000;
    padding: 10px 15px;
	font-size: 30px;
	line-height: 44px;
}
.banner_head span:last-child {
	font-size: 28px;
	line-height: 32px;
}
.banner_btm_txt {
	background-color: #fff;
	padding: 30px 20px;
	max-width: 450px;
	width: 100%;
}
.banner_head2 {
	font-family: "Playfair Display";
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.banner_btm_txt p {
	color: #717171;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
     padding: 0px 8px 0 8px;
	 
}
.banner_btm_txt div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner_head3 {
	font-family: "Playfair Display";
	font-size: 17px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}

/*overview section style start*/
.overview_wrap {

}
.overview_wrap .container {
	text-align: center;
}
.overview_wrap .container p small {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	font-weight: 600;
}
.overview_wrap .container p {
	color: #747474;
}

.spacer_img {
    max-width: none;
    width: auto;
    margin: 0 auto 20px;
}

/*Latest Offer section style start*/
.offer_wrap {
background: url(../images/offer_wrap_bg.jpg) no-repeat center top;
background-size: cover;
}
.offer_wrap .container {
	text-align: center;
}
.offer_wrap .container .site_head2, .offer_wrap .container .site_head1, .offer_wrap .container p {
	color: #fff;
}
.offer_wrap .container p small {
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	font-weight: 600;
}
.offer_img {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 10px auto;
}
/*Why Invest section style start*/
.whyinvest_wrap {
background-color: #f2f2f2;
}
.whyinvest_wrap .container {
	text-align: center;
}

.whyinvest_wrap .container p small {
	font-size: 14px;
	line-height: 19px;
	color: #101010;
	font-weight: 600;
}

/*Configuration section style start*/
.config_wrap {
	background-color: #f2f2f2;
}
.config_wrap .container {
	text-align: center;
}
.config_table {
    width: 100%;
}
.config_table table tr {
  text-align: center;
}
.config_table table tr th {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 5px;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.config_table table tr td {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.config_table table tr td a {
  padding: 5px;
  background-color: #7db44f;
  color: #b53768;
  display: inline-block;
  text-decoration: none;
}
/*Gallery section style start*/
.gallery_wrap {

}
.gallery_wrap .container {
	text-align: center;
}
.gallery_tab {
	padding: 0 0 20px 0;
}
.gallery_tab a {
	color: #969696;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0;
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin: 0px 20px;
}
.gallery_tab a:before {
	content: ".";
    color: #b8b8b8;
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 30px;
    line-height: 15px;
}
.gallery_tab a:first-child:before {
	display: none;
}
.gallery_tab a:hover, .gallery_tab a.active {
	color: #1f1f1f;
	border-bottom: 2px solid #1f1f1f;
}
.gallery_tab a:hover:after, .gallery_tab a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-top: 10px solid #1f1f1f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}
.gallery_sliders {
	padding-top: 20px;
}
.gallery_sliders > div {
	display: none;
}
.gallery_sliders > div.active {
	display: block;
}
.gallery_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 3%;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-next {
    right: 7%;
}
.gallery_carousel.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev:after {
    left: -5px;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-next:after {
    right: -5px;
}
.gallery_carousel.owl-theme .owl-nav [class*=owl-]:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*Amenities section style start*/
.amenities_wrap {
	background: url(../images/amenities_bg.jpg) no-repeat center top;
	background-size: cover;
}
.amenities_wrap .container {
	text-align: center;
}
.amenities_wrap .container .site_head2 {
    color: #fff;
    padding-bottom: 30px;
}
.amenities_wrap .container .site_head1 {
	font-family: "Raleway";
	font-weight: 400;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 30px;
}
.amenities_wrap .container p {
	font-family: "Raleway";
	font-weight: 400;
    color: #fff;
}
.amenities_carousel {
	margin-top: 50px;
}
.amenities_carousel .item {
	
}
.amenities_carousel.owl-carousel .owl-item img {
	max-width: 80px;
	width: 100%;
	display: block;
	margin: 10px auto;
/*	filter: brightness(0) invert(1);*/
}
.amenities_carousel .item span {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev:after {
    left: -5px;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-next:after {
    right: -5px;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-]:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*Location section style start*/
.location_wrap {

}
.location_wrap .container {
	text-align: center;
}
.gmap {
	width: 100%;
	height: 500px;
	margin: 10px auto 0;
}
.gmap iframe {
	width: 100%;
	height: 100%;
}

/*External links section style start*/
.external_links_wrap {
	/* padding-top: 0; */
}
.external_links_wrap .container {
	text-align: center;
}
.external_links {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}
.external_links a {
	display: inline-block;
	color: #b43869;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
.external_links a:hover {
	color: #000;
}

/*Footer style start*/
#site_footer {
    background: #e6e6e6;
    padding-top: 40px;
}
.site_address {
	display: flex;
	justify-content: space-between;
}
.site_address > div {
	width: 23%;
	margin: 0 2%;
}
.add_head {
	font-weight: 400;
	color: #000;
	font-size: 30px;
	line-height: 33px;
	padding-bottom: 20px;
}
.site_address > div p > a {
	color: #000;
	text-decoration: none; 
}
.site_address > div p > a:hover {
	color: #b43869; 
}
.social_links {

}
.social_links a {
	margin: 0 5px;
}
.social_links a img {
	width: auto;
	max-width: none;
}
.site_copyrights {
	background-color: #000;
	color: #fff;
}
.site_copyrights {
	background-color: #000;
	color: #fff;
	padding: 20px 0 10px;
}
.site_copyrights .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site_copyrights p {
	width: 50%;
	font-size: 14px;
	line-height: 18px;
}

/*CTA Button style start*/

.unitversal_cta_wrap {
		position: fixed;
		right: 0;
		top: 50%;
		/* top: 50%; */
		transform: translateY(-50%);
		z-index: 9;
		/* z-index: 2147483647; */
	}
	.unitversal_cta_wrap.active {
		/*background-color: rgba(255,255,255,0.6);
		width: 100%;
		height: 100%;*/
	}
	.unitversal_cta_btn {
		cursor: pointer;
		/*background-color: #333333;*/
		background: url('../images/gpl_cta_bg.png') no-repeat center center;
		background-size: 90%;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin-right: -40px;
		display: flex;
		/*justify-content: flex-start;*/
		align-items: center;
		animation: pulse-red 2s infinite;
		position: relative;
		z-index: 2;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.unitversal_cta_btn:before {
	    content: "";
	    position: absolute;
		top: -8;
		left: -10px;
	    width: 100px;
	    height: 100px;
	    border: 4px solid #ccc;
	    border-radius: 50%;
	    animation: pulse2 2s ease-out infinite;
	    z-index: 0;
	}

	.unitversal_cta_btn:after {
	    content: "";
	    position: absolute;
		top: -16px;
		left: -15px;
	    width: 110px;
	    height: 110px;
	    border: 8px solid #ccc;
	    border-radius: 50%;
	    z-index: 0;
	    animation: pulse2 2s ease infinite;
	}

	@keyframes pulse2 {
	    0% {
	        transform: scale(.5, .5);
	        opacity: 0
	    }
	    50% {
	        opacity: .8
	    }
	    100% {
	        transform: scale(1.2, 1.2);
	        opacity: 0
	    }
	}
	.open_cta {
		color: #fff;
		font-size: 20px;
		margin-left: 25%;
		position: relative;
		visibility: hidden;
	}
	.open_cta.active {
		visibility: visible;
		/*background-image: url('../images/icon-enquiry.png');*/
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 35px;
		height: 35px;
		/*animation: icoanimate 10s ease-out infinite;*/
	}
	@keyframes icoanimate {
    0% {
        background-image: url('../images/icon-whatsapp.png');
        transform: scale(0);
        opacity: 0;
    }
    4% {
        background-image: url('../images/icon-whatsapp.png');
        transform: scale(1);
        opacity: 1;
    }
    8% {
        background-image: url('../images/icon-whatsapp.png');
        transform: scale(1);
        opacity: 1;
    }
    12% {
        background-image: url('../images/icon-whatsapp.png');
        transform: scale(2);
        opacity: 0;
    }
    16% {
        background-image: url('../images/icon-phone.png');
        transform: scale(0);
        opacity: 0;
    }
    20% {
        background-image: url('../images/icon-phone.png');
        transform: scale(1);
        opacity: 1;
    }
    24% {
        background-image: url('../images/icon-phone.png');
        transform: scale(1);
        opacity: 1;
    }
    28% {
        background-image: url('../images/icon-phone.png');
        transform: scale(2);
        opacity: 0;
    }
    32% {
        background-image: url('../images/icon-livechat.png');
        transform: scale(0);
        opacity: 0;
    }
    36% {
        background-image: url('../images/icon-livechat.png');
        transform: scale(1);
        opacity: 1;
    }
    40% {
        background-image: url('../images/icon-livechat.png');
        transform: scale(1);
        opacity: 1;
    }
    44% {
        background-image: url('../images/icon-livechat.png');
        transform: scale(2);
        opacity: 0;
    }
    48% {
        background-image: url('../images/icon-appointment.png');
        transform: scale(0);
        opacity: 0;
    }
    52% {
        background-image: url('../images/icon-appointment.png');
        transform: scale(1);
        opacity: 1;
    }
    56% {
        background-image: url('../images/icon-appointment.png');
        transform: scale(1);
        opacity: 1;
    }
    60% {
        background-image: url('../images/icon-appointment.png');
        transform: scale(2);
        opacity: 0;
    }
    64% {
        background-image: url('../images/icon-enquiry.png');
        transform: scale(0);
        opacity: 0;
    }
    68% {
        background-image: url('../images/icon-enquiry.png');
        transform: scale(1);
        opacity: 1;
    }
    72% {
        background-image: url('../images/icon-enquiry.png');
        transform: scale(1);
        opacity: 1;
    }
    76% {
        background-image: url('../images/icon-enquiry.png');
        transform: scale(2);
        opacity: 0;
    }

    80% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(0);
        opacity: 0;
    }
    84% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(1);
        opacity: 1;
    }
    88% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(1);
        opacity: 1;
    }
    92% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(1);
        opacity: 1;
    }

    96% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(1);
        opacity: 1;
    }
    100% {
        background-image: url('../images/icon-360-degree.png');
        transform: scale(2);
        opacity: 0;
    }
}	
	.close_cta {
		color: #fff;
		font-size: 25px;
		margin-left: 8px;
		visibility: hidden;
	}	
	.close_cta.active {
		visibility: visible;
	}
	.unitversal_cta_link {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -5px;
	    width: 50%;
	    height: 300px;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		z-index: 2;
	}
	.unitversal_cta_link.active {
	     display: flex; 
	     justify-content: space-between; 
	     align-items: center; 
	     flex-direction: column;
	     right: -5px;
	}
	.unitversal_cta_link div {
		color: #fff;
		background: url('../images/gpl_cta_bg.png') no-repeat center center;
		background-size: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		padding: 10px;
		width: 50px;
		height: 50px;
		/*font-size: 25px;*/
		position: absolute;
		top: 50%;
		right: -50px;
		transform: translateY(-50%);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.unitversal_cta_link.active div {
		right: 0;
	}
	.unitversal_cta_link.active div:nth-child(1) {
		/*top: 20%;*/
	}
	.unitversal_cta_link.active div:nth-child(2) {
		top: 40%;
	}
	.unitversal_cta_link.active div:nth-child(3) {
		top: 60%;
	}
	.unitversal_cta_link.active div:nth-child(4) {
		top: 80%;
	}
	.unitversal_cta_link.active div:nth-child(5) {
		top: 100%;
	}
	.unitversal_cta_link.active div:nth-child(6) {
		top: 120%;
	}
	
	.unitversal_cta_link a, .unitversal_cta_link a:hover {
		color: #fff;
		text-decoration: none;
	}
	/*Page Enquire Now form style start*/ 
	.enquire_wrap {
		background-color: #f2f2f2;
		padding: 50px 0;
	}
	.enquire_form_container {
		text-align: center;
	}
	.fieldwrapper_wrap {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.fieldwrapper_wrap .fieldwrapper {
		width: 45%;
		margin: 1%;
	}
	.fieldwrapper_wrap .visit_radio_wrap {
		text-align: left;
		display: flex;
		/*width: 100%;*/
	}
	.fieldwrapper_wrap .site_visit_lable, .fieldwrapper_wrap .site_radio {
		color: #1f1f1f;
	}
	.fieldwrapper.radio_btn_wrap input {
		vertical-align: middle;
		margin-left: 5px;
	}
	.fieldwrapper_wrap .fieldwrapper.form-cta-btn {
		text-align: left;
	}



	/*Enquire Now form style start*/
	#fixed_form_wrap {
	  position: fixed;
	  right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: -100%;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 9999;
	  -webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	}
	#fixed_form_wrap.active {
	  top: 0;
	}
	.form_container {
		padding: 0 20px;
		max-width: 320px;
		width: 90%;
		margin: 0 auto;
		background-color: rgba(255,255,255,0.5);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.form_close {
	  cursor: pointer;
	  text-align: right;
	  color: #fff;
	  display: block;
	  padding: 10px;
	  margin-right: -10px;
	}
	.site_heading5 {
	    cursor: pointer;
	    color: #fff;
		padding: 0;
		font-size: 20px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	#frmContactus {

	}
	.fieldwrapper {
	  width: 100%;
	  margin: 0 10px 20px 0;
	}
	.fieldwrapper input, .fieldwrapper select {
	  width: 100%;
	  font-family: 'Raleway', sans-serif;
	  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: 'Raleway', sans-serif;
	  display: inline-block;
	  padding: 5px 20px;
	  margin: 0 auto;
	  border: none;
	  background-color: #7db44f;
	  color: #000;
	  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;
	}

/************************ Inner page style start ************************/
.breadcrumb {
	padding: 20px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #101010;
}
.breadcrumb a, .breadcrumb a:hover {
	color: #101010;
	text-decoration: none;
	font-size: 14px;
}

#inner_page {}

#inner_page .main_slider_carousel .item {
	height: 50vh;
}

/*Inner page Location section style start */

.nearbyme_carousel.owl-carousel {
	width: 90%;
	margin: 0 auto;
}
.nearbyme_carousel.owl-carousel .item {
	text-align: center;
}
.nearbyme_carousel.owl-carousel .owl-item img {
	max-width: 100px;
	width: auto;
	display: block;
	margin: 10px auto 20px auto;
}
.nearbyme_carousel .item span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.nearbyme_carousel .item span.distance {
	font-size: 42px;
	line-height: 45px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
}
.nearbyme_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    line-height: 30px;
}
.nearbyme_carousel.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
.nearbyme_carousel.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
.nearbyme_carousel.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.nearbyme_carousel.owl-carousel .owl-nav button.owl-prev:after {
    left: -5px;
}
.nearbyme_carousel.owl-carousel .owl-nav button.owl-next:after {
    right: -5px;
}
.nearbyme_carousel.owl-theme .owl-nav [class*=owl-]:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*Inner page Elevation section style start */

.elevation_wrap {

}
.elevation_wrap .container {
	text-align: center;
}
.elevation_carousel {

}
.elevation_carousel .item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.elevation_carousel .item div {
	padding: 10px;
}
.multiple_img_wrap {
	display: flex;
	flex-direction: column;
}
.multiple_img_wrap img {
	margin: 10px 0;
}
.elevation_carousel.owl-carousel .owl-item .multiple_img_wrap a:last-child img {
	width: 80%;
}
.single_img_wrap {
	width: 30%;
}
.multiple_img_wrap {
	width: 50%;
}
.elevation_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    z-index: 1;
}
.elevation_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 5%;
}
.elevation_carousel.owl-carousel .owl-nav button.owl-next {
    right: 5%;
}
.elevation_carousel.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.elevation_carousel.owl-carousel .owl-nav button.owl-prev:after {
    left: -5px;
}
.elevation_carousel.owl-carousel .owl-nav button.owl-next:after {
    right: -5px;
}
.elevation_carousel.owl-theme .owl-nav [class*=owl-]:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*Inner page Floor Plans section style start */
.unitplans_wrap {

}
.unitplans_wrap .container {
	text-align: center;
}

.unitplans_tab {
	padding: 0 0 20px 0;
}
.unitplans_tab a {
	color: #969696;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0;
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin: 0px 20px;
    outline: none;
}
.unitplans_tab a:before {
	content: ".";
    color: #b8b8b8;
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 30px;
    line-height: 15px;
}
.unitplans_tab a:first-child:before {
	display: none;
}
.unitplans_tab a:hover, .unitplans_tab a.active {
	color: #1f1f1f;
	border-bottom: 2px solid #1f1f1f;
}
.unitplans_tab a:hover:after, .unitplans_tab a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-top: 10px solid #1f1f1f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}
.unitplans_sliders {
	padding-top: 20px;
}
.unitplans_sliders > div {
	display: none;
}
.unitplans_sliders > div.active {
	display: block;
}
.floorplan_carousel .item {
	margin: 5px;
}
.floorplan_carousel .item img {
	border: 1px solid #59a83e;
	margin: 10px auto;
}
.floorplan_carousel .item a {
	text-decoration: none;
	color: #101010;
}
.floorplan_carousel .item span {
	color: #101010;
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 24px;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}
.floorplan_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 3%;
}
.floorplan_carousel.owl-carousel .owl-nav button.owl-next {
    right: 3%;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    background-color: #7db44f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.floorplan_carousel.owl-carousel .owl-nav button.owl-prev:after {
    left: -5px;
}
.floorplan_carousel.owl-carousel .owl-nav button.owl-next:after {
    right: -5px;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-]:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*Disclaimer section style start*/

#disclaimer_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 11;
}
#disclaimer_wrap .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  padding: 20px 40px 0;
  background-color: #fff;
  text-align: center;
}
#disclaimer_wrap .container h2{
  text-align: center;
  /*color: #02b5a5*/
}
.disc_txt {
  text-align: center;
	overflow: auto;
	height: 320px;
}
.disc_txt p {

}
a.lightclose {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 20px;
    background-color: #7db44f;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.jvp_logo {
    float: left;
    max-width: 139px;
    width: 100%;
    padding-right: 10px;
}

/*FAQ's page style start*/
.faq_wrap h2 {
	text-align: center;
}
.inner {
	padding-left: 1em;
	overflow: hidden;
	display: none;
}
.accordion div:nth-child(1) .inner {
	display: block;
}
a.toggle {
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.78);
	color: #fefefe;
	padding: 10px 40px 10px 10px;
	border-radius: 0.15em;
	transition: background .3s ease;
	text-decoration: none;
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
}
a.toggle:after {
	content: "+";
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion div.active a.toggle:after {
	content: "-";
}
a.toggle:hover {
	background: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 1023px) {
	section {
	    padding: 20px 0;
	}
	.site_head1 {
		font-size: 35px;
		line-height: 40px;
	}

	.site_head2 {
	    font-size: 24px;
	    line-height: 28px;
	}

	p {
	    font-size: 16px;
	    line-height: 20px;
	    padding-bottom: 10px;
	}

	/*header style*/
	#site_header .container {
		padding: 10px;
	}
	.project_logo, .brand_logo {
		width: 40%;
	}
	#site_menu {
		order: 3;
	}
	.menu_icon {
		display: block;
	    font-size: 22px;
		position: relative;
		z-index: 1;
	}
	.open_menu {
		display: block;
	}
	.close_menu {
		display: none;
	}
	.menu_icon.active .open_menu {
		display: none;
	}
	.menu_icon.active .close_menu {
		display: block;
	}
	.menu_list {
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.9);
		position: fixed;
		top: -100%;
		left: 0;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.menu_list.active {
		top: 0;
	}
	.menu_list li {
	    margin: 10px;
	}

	/*Home page main banner style start*/
	#main_slider_wrap {
	    padding: 70px 0 0;
	}
	.main_slider_carousel .item {
		flex-direction: column;
		height: 100%;
	}
	.slider_content {
	    margin-left: auto;
	}
	.slide_img {
		position: static;
		width: 100%;
		height: auto;
	}
	.banner_head span {
	    font-size: 20px;
	    line-height: 24px;
	    display: block;
	}
	.banner_head span:last-child {
	    font-size: 18px;
	    line-height: 22px;
	}
	.banner_btm_txt {
	    padding: 10px 10px;
	}
	.banner_head2 {
	    font-size: 22px;
	    line-height: 28px;
	}
	.banner_head3 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.banner_btm_txt div {
	    align-items: flex-start;
	    flex-direction: column;
	}

	.external_links {
		flex-direction: column;
	}
	.external_links a {
		padding: 10px 0;
	}

	/*Footer style start*/
	.site_address {
		flex-direction: column;
	}
	.site_address > div {
		width: 100%;
		padding: 10px 0;
	}
	.add_head {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.site_copyrights {
		padding: 20px 0 90px;
	}
	.site_copyrights .container {
		flex-direction: column;
		text-align: center;
	}
	.site_copyrights p {
		width: 100%;
	}
	.unitversal_cta_wrap {
		left: 0;
	    top: auto;
	    bottom: -30px;
	    transform: translateY(0);
	    margin: 0 auto;
	}
	.unitversal_cta_btn {
	    margin: 0 auto;
	    top: auto;
	    bottom: -10px;
	    left: 0;
	    transform: translateY(0);
	}
	.unitversal_cta_btn:before {
		left: 0;
	}
	.unitversal_cta_btn:after {
		left: -5px;
	}
	.open_cta {
	    margin: 0 auto 20px 33px;	
	}
	.close_cta {
		margin: 0 auto 20px -25px;
	}
	.unitversal_cta_link {
		transform: translate(-45%, 100%);
		top: auto;
		bottom: 0;
		display: block;
		width: 100%;
		height: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.unitversal_cta_link.active {
	    transform: translate(0, 0);
	    right: 0;
	    width: 80%;
	}
	.unitversal_cta_link.active div {
	    top: 0;
	}
	.unitversal_cta_link.active div:nth-child(1) {
		top: 0;
		right: 0;
		margin: 0 auto;
		left: 0;
	}
	.unitversal_cta_link.active div:nth-child(2) {
		top: 0;
	    right: 60%;
	}
	.unitversal_cta_link.active div:nth-child(3) {
		top: 0;
	    right: 40%;
	}
	.unitversal_cta_link.active div:nth-child(4) {
		top: 0;
	    right: 20%;
	}
	.unitversal_cta_link.active div:nth-child(5) {
		top: 0;
	    right: 0%;
	}
	.unitversal_cta_link.active div:nth-child(6) {
		top: 0;
	    right: 0;
	}

	/*Enquire now from style start*/

	  .mobi_form_btn {
	    display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;;
	    width: 100%;
	    text-align: center;
		background-color: #7db44f;
		color: #000;
	    font-family: 'Raleway', sans-serif;
	    font-size: 20px;
	    line-height: 24px;
	    padding: 5px;
	    z-index: 9;
	  }
	  

	  .fieldwrapper_wrap {
		    flex-direction: column;
		}
		.fieldwrapper_wrap .fieldwrapper {
			width: 100%;
			margin: 1%;
		}
		.fieldwrapper.form-cta-btn {
			padding-top: 10px;
		}
		.fieldwrapper_wrap .fieldwrapper.radio_btn_wrap {
			width: 55%;
		}


	  /****************inner pages style start***************/
	  #inner_page .main_slider_carousel .item {
	  	height: 100%;
	  }
	  .nearbyme_carousel .item span.distance {
	  	font-size: 30px;
	  }

	  .single_img_wrap {
			width: 40%;
		}
		.multiple_img_wrap {
			width: 60%;
		}

		.floorplan_carousel .item span {
		    font-size: 16px;
		    line-height: 20px;
		}	

	#disclaimer_wrap .container {
	  width: 90%;
	  padding: 20px;
	}
	.jvp_logo {
	    width: 25%;
	    display: block;
	    margin: 0 auto;
	    float: none;
	}



	/*Config section style*/
	.config_table table tr th {
		  font-size: 14px;
		  line-height: 18px;
		}
		.config_table table tr td {
		  font-size: 12px;
		  line-height: 15px;
		}


}
	.fieldwrapper.form-cta-btn input.btn {
	  font-family: 'Raleway', sans-serif;
	  display: inline-block;
	  padding: 5px 20px;
	  margin: 0 auto;
	  border: none;
	  background-color: #7db44f;
	  color: #000;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;  
	width: auto;
	}
