@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,700);

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none
}
body,html{
	width: 100%;
	overflow-x: hidden;
}
.hidden {
	display: none
}

.hide-overflow {
	overflow: hidden
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.block {
	display: block
}

.inline {
	display: inline-block
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.fixed {
	position: fixed
}

.ucase {
	text-transform: uppercase
}

.tcase {
	text-transform: capitalize
}

.calign {
	text-align: center
}

.ralign {
	text-align: right
}

.malign {
	vertical-align: middle
}

.lspace {
	letter-spacing: 2px
}

.justify {
	text-align: justify
}

.underlined {
	border-bottom: 2px solid #fff
}

.box {
	box-sizing: border-box
}

.p10 {
	padding: 10px
}

.p20 {
	padding: 20px
}

.p50 {
	padding: 50px 0
}

.p5050 {
	padding: 50px
}

.lheight {
	line-height: 150%
}

.container {
	width: 1200px;
	margin: auto
}

.container-fluid {
	width: 100%
}

.container2 {
	width: 50%;
	height: 430px;
}

.container2 img {
	height: 100%;
	width: 100%
}

.container2 iframe {
	position: absolute;
	top: -15%;
	left: -15%
}

.container3 {
	width: 50%;
	overflow: hidden;
	max-height: 740px;
	overflow-y: scroll;
}

.container3 img {
	height: 100%;
	width: 100%
}

.tmargin {
	margin-top: 30px
}

.mwidth {
	max-width: 100%;
	height: auto;
	margin: auto
}

.fspic {
	border: 10px solid rgba(0, 0, 0, 0.95)
}

.scrollup {
	height: 20px;
	width: 20px;
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	border-radius: 20px 20px 0 0;
	position: fixed;
	z-index: 101;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
	background: rgba(0, 76, 69, 0.5);
	color: #fff
}

.relpar {
	height: 0;
	width: 100%
}

.switch {
	display: block
}

.switch2 {
	display: none
}

.myBtn {
	cursor: pointer
}

/*bg-colors*/
.bg-blue {
	background: #09aae0
}

.bg-green {
	background: #18c87f
}

.bg-red {
	background: #00a652
}

.bg-gray {
	background: #f2f2f2
}

.bg-white {
	background: #fff
}

.bg-black {
	background: #666
}

.bg-trans {
	background: #09aae0
}

.bg-trans2 {
	background: rgba(0, 0, 0, 0.8)
}

.bg-gradient {
	background: -webkit-linear-gradient(left top, #f4f4f4, #fff);
	background: -o-linear-gradient(bottom right, #f4f4f4, #fff);
	background: -moz-linear-gradient(bottom right, #f4f4f4, #fff);
	background: linear-gradient(to bottom right, #f4f4f4, #fff)
}

.spacer {
	height: 0
}

#floor-plans {
	background: url(images/gallery/banner7.jpg);
	background-size: cover
}

/*text colors*/
.white {
	color: #fff
}

.black {
	color: #444
}

.red {
	color: #6bae44
}

.blue {
	color: #0e79c0
}

.gray {
	color: #ddd
}

/*text*/
h1,
h2,
h3,
h4 {
	font: 22px 'poppins', sans-serif font-weight:300;
	margin: 0 0 10px 0;
	letter-spacing: 2px
}

p,
ul,
table {
	font-family: poppins, sans-serif
}

p {
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0;
	line-height: 20px
}

p.big {
	font-size: 18px;
	line-height: 166%
}

p img {
	float: left;
	margin: 0 10px 0 0;
	width: 250px;
	height: auto
}

.small {
	font-size: 11px
}

.heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 24px;
	font-family: 'poppins', sans-serif;
	z-index: 103
}

.heading span {
	padding: 10px 15px
}

/*main container*/
.main-head {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	z-index: 101;
	background: rgba(0, 76, 69, 1)
}

.main-head .project-logo img {
	height: 33px;
	padding: 8px 15px;
	width: auto
}

.main-container {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3)
}

/*header*/
nav {}

nav ul {
	list-style: none;
	font-size: 12px
}

nav ul li {
	display: inline-block;
	height: 50px;
	list-style: none;
	padding: 0;
	margin: 0
}

nav ul li a {
	display: block;
	padding: 0 10px;
	line-height: 50px;
	color: #ddd;
	transition: all .5s
}

nav ul li:hover a,
nav ul li:active a {
	background: #00a652
}

.contact {
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	position: fixed;
	top: 124px;
	right: -113px;
	z-index: 104;
	transition: all 0.5s;
	background: #00a652
}

.contact:hover {
	right: 0
}

.inquirenow {
	position: fixed;
	bottom: 60px;
	right: 10px;
	padding: 10px 15px;
	line-height: 13px;
	font-size: 13px;
	background: #00a652;
	font-weight: 500;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	z-index: 102
}

.nav {
	padding: 10px
}

/*toggle menu*/
#toggle {
	display: block;
	width: 28px;
	height: 30px
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
	top: 9px
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
	backface-visibility: hidden
}

#toggle.on span {
	background: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
	opacity: 1;
	visibility: visible;
}

#menu {
	position: absolute;
	padding-top: 10px;
	width: 175px;
	left: 13px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	z-index: 121;
	transition: opacity .4s;
	background: #00a652
}

#menu:after {
	position: absolute;
	top: -13px;
	left: 0;
	content: "";
	display: block;
	border-right: 15px solid transparent;
	border-left: 0 solid #00a652;
	border-bottom: 20px solid #00a652
}

#menu ul,
#menu ul li,
#menu ul li a {
	list-style: none;
	display: block;
	font-size: 14px;
	font-weight: 300
}

#menu li a {
	padding: 5px 10px;
	color: #ddd;
	text-decoration: none;
	transition: all .2s;
	line-height: 14px !important
}

#menu li a:hover,
li a:focus {
	background: #00a652
}

/*video bg*/
.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.videoMainHom iframe,
.embed-container video,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: -5%;
	left: -10%;
	width: 120%;
	height: 120%
}

.videoMainHom {
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden
}

/*cta*/
.cta {
	width: 100%;
	height: 661px
}

@media only screen and (max-width: 1024px) {
	.cta {
		height: 450px
	}
}

@media only screen and (max-width: 768px) {
	.cta {
		height: 300px
	}
}

@media only screen and (max-width: 480px) {
	.cta {
		height: 200px
	}
}

@media only screen and (max-width: 375px) {
	.cta {
		height: 160px
	}
}

.scroll-intro {
	position: relative;
	z-index: 2;
	height: 100px;
	width: 100%;
	margin-top: -100px
}

.scroll-intro img {
	height: 20px;
	width: auto;
	margin: auto
}

/*overview*/
.overview .view {
	width: 34%;
	height: 400px;
	overflow: hidden
}

.overview .view img {
	width: 100%;
	height: 100%
}

.overview .view .exerpt {
	height: 190px;
	bottom: -135px;
	left: 0;
	position: absolute;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.7)
}

.overview:hover .view .exerpt {
	bottom: 0
}

.overview .layout {
	width: 33%;
	height: 400px;
	padding: 20px 0
}

.overview .layout .floorplans {
	padding: 10px 50px
}

.overview .price {
	width: 33%;
	height: 400px
}

/*fixed*/
.default {
	height: 0;
	width: 0;
	display: none;
	overflow: hidden
}

.fixed {
	display: none
}

.fixed iframe {
	width: 100%;
	width: 100%
}

/*content*/
.content-par {
	width: 100%;
	height: 350px;
}

.content {
	top: -100px;
	height: 350px;
	width: 900px;
	margin: auto;
	font-family: 'poppins', sans-serif
}

.content .sections {
	width: 50%;
	height: 175px;
	text-align: center
}

.content .text-small {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px
}

.content .text-big {
	font-size: 36px;
	line-height: 50px;
	font-weight: 500
}

.pt25 {
	padding-top: 25px
}

/*gallery*/
.gallery img {
	width: 100%;
	height: auto
}

/*list*/
.ul {
	margin-left: 12px
}

.ul li {
	font-size: 14px;
	line-height: 26px;
	list-style: url(images/bullet.png);
	padding: 0 0 0 10px;
	margin: 0
}

.ul2 {
	margin-left: 12px
}

.ul2 li {
	font-size: 14px;
	float: left;
	min-width: 45%;
	line-height: 26px;
	list-style: url(images/bullet.png);
	padding: 0 0 0 10px;
	margin: 0
}

/*map*/
#map {
	width: 100%;
	height: 640px;
	background: #fff
}

/*images*/
.plan a img {
	width: 200px;
	height: 200px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	margin: auto
}

.plan a p {
	font-size: 12px;
	font-weight: 300;
	padding: 10px
}

.grid,
.grid2 {
	height: 225px;
	overflow: hidden
}

.grid {
	width: 380px;
	margin: 10px
}

.grid2 {
	width: 380px;
	height: 470px;
	margin: 10px
}

.grid img {
	position: absolute;
	width: 100%;
	height: 100%
}

.grid2 img {
	position: absolute;
	width: auto;
	height: 470px
}

.grid a,
.grid2 a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.0);
	background-image: url(images/zoom-in.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0 0;
	transition: all 0.3s;
}

.grid:hover a,
.grid2:hover a {
	background-color: rgba(0, 186, 75, 0.6);
	background-size: 32px 32px
}

.download {
	width: 29%;
	height: 200px;
	text-align: center;
	display: inline-block;
	margin: 1%;
	overflow: hidden;
	background: url(images/gallery/banner3.jpg);
	background-size: cover
}

.download a {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 25px
}

.download img {
	margin: auto
}

.download p {
	font-size: 30px
}

/*table*/

/*enquiry*/
.enquiry {
	font: bold 16px 'poppins', sans-serif
}

.enquiry .form-boxes {
	width: 100%
}

h6 {
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 10px
}

input.error,
textarea.error,
select.error,
.textbox.error {
	border-bottom: 2px solid #ff6969 !important;
	color: #fff
}

input.error:focus,
textarea.error:focus,
select.error:focus,
.textbox.error:focus {
	border: 0;
	color: #fff
}

.input {
	border: 0;
	width: 90%;
	color: #666;
	border: 2px solid #fff;
	font: 14px 'poppins', sans-serif;
	padding: 3px;
	margin: 10px auto
}

.input2 {
	width: 100%;
	color: #666;
	font: 12px 'poppins', sans-serif;
	padding: 5px;
	margin: 0 auto
}

.button {
	padding: 5px 0;
	margin: 10px auto;
	font: bold 14px 'poppins', sans-serif;
	cursor: pointer;
	width: 90%
}

.button2 {
	padding: 3px 0;
	margin: 10px auto 0;
	font: bold 12px 'poppins', sans-serif;
	cursor: pointer;
	width: 100%
}

/*quick query*/
.speakourexpt {
	width: 220px;
	height: 80px;
	overflow: hidden;
	padding: 0 15px;
	position: fixed;
	right: 40%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 104;
	transition: all 0.5s
}

.speakourexpt:hover {
	background: rgba(0, 0, 0, 0.7)
}

#speaktext {
	font-size: 16px;
	line-height: 40px;
	cursor: pointer
}

#speakinput {
	display: block
}

.custContact {
	width: 70%;
	color: #666;
	font: 12px 'poppins', sans-serif;
	padding: 5px
}

.callme {
	padding: 5px 0;
	font: bold 12px 'poppins', sans-serif;
	cursor: pointer;
	width: 30%
}

/*popup form model*/
.modal-content {
	width: 200px;
	height: 300px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 103;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
}

.contact-mail {
	width: 200px
}

.mailbox {
	width: 200px;
	height: 300px;
	background: #fff
}

.mailbox .model-header {
	padding: 10px 0;
	font: 14px 'poppins', sans-serif
}

.close {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
	background: #000
}

.input-sml {
	width: 100%;
	color: #666;
	font: 14px 'poppins', sans-serif;
	padding: 3px 0;
	margin: 10px auto;
	border-bottom: 2px solid #aaa
}

.button-sml {
	padding: 3px 0;
	margin: 10px auto;
	font: bold 14px 'poppins', sans-serif;
	cursor: pointer;
	width: 100%
}

@media screen and (min-width: 240px) and (max-width: 1024px) {
	.container {
		width: 100%;
		margin: auto
	}

	.container-fluid {
		width: 100%
	}

	.container2 {
		width: 100%;
		height: auto
	}

	.container2 img {
		height: auto;
		width: 100%
	}

	.container3 {
		width: 100%;
		height: auto
	}

	.container3 img {
		width: 100%;
		height: auto
	}

	.featured-content {
		padding: 0
	}

	.block1,
	.block2,
	.block3,
	.block4 {
		width: 100%
	}

	#toggle {
		display: block
	}

	.gallery {
		overflow: hidden
	}

	.gallery img {
		width: 120%;
		height: auto
	}

	.p50,
	.p5050 {
		padding: 20px
	}

	.main-head {
		top: 0
	}

	.main-head .project-logo img {
		height: 26px;
		padding: 12px 10px
	}

	.contact {
		top: 5px
	}

	header .nav {
		padding: 5px 10px
	}

	.scroll-intro {
		display: none
	}

	.switch {
		display: none
	}

	.switch2 {
		display: block
	}

	.banner {
		top: 0;
		left: 0;
		width: 80%;
		height: auto;
		margin: auto 10%;
		display: block;
		position: static
	}

	.heading {
		font-size: 14px
	}

	.content-par {
		width: 100%;
		height: auto
	}

	.content {
		top: 0;
		height: auto;
		width: 100%
	}

	.content .sections {
		width: 100%;
		height: auto
	}

	.content .text-small {
		font-size: 14px;
		line-height: 16px
	}

	.content .text-big {
		font-size: 20px;
		line-height: 25px
	}

	.pt25 {
		padding-top: 0
	}

	#toggle {
		padding-top: 5px
	}

	.fixed {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		height: 120px;
		z-index: 103
	}

	.info {
		height: auto
	}

	.highlights .child {
		width: 100%;
		margin: 0 0 15px 0
	}

	#map {
		height: 250px
	}

	p.big {
		font-size: 13px
	}

	p img {
		width: 100%;
		margin: 0 0 10px 0
	}

	h1,
	h2,
	h3,
	h4 {
		font: bold 14px 'poppins', sans-serif
	}

	p,
	ul,
	li,
	.ul li {
		font-size: 11px
	}

	.plan {
		width: 40%;
		margin: 10px
	}

	.download {
		width: 90%;
		height: auto;
		margin: 3% 5%
	}

	.info {
		width: 50%
	}

	.info .icon {
		width: 100%
	}

	.modal-content {
		width: 370px;
		right: 0;
		bottom: 0
	}

	.mailbox {
		width: 170px
	}

	.spacer {
		height: 50px
	}

	.grid,
	.grid2 {
		height: 100px;
		overflow: hidden
	}

	.grid {
		width: 49.5%;
		margin: 0.25%
	}

	.grid2 {
		width: 49.5%;
		margin: 0.25%
	}

	.overview .view,
	.overview .layout,
	.overview .price {
		width: 100%;
		height: auto;
		overflow: hidden
	}

	.scrollup {
		background: none;
		bottom: 10px;
		left: 10px;
		transform: none;
		-webkit-transform: none;
		color: #000
	}
}

/*icomoon*/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?ehdubs');
	src: url('fonts/icomoon.eot?ehdubs#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?ehdubs') format('truetype'),
		url('fonts/icomoon.woff?ehdubs') format('woff'),
		url('fonts/icomoon.svg?ehdubs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
	content: "\e901";
}

.icon-next:before {
	content: "\e902";
}

.icon-rupee-light:before {
	content: "\e909";
}

.icon-up-arrow:before {
	content: "\e908";
}

.icon-possession:before {
	content: "\e90e";
}

.icon-return:before {
	content: "\e906";
}

.icon-rupee:before {
	content: "\e903";
}

.icon-size:before {
	content: "\e905";
}

.icon-office:before {
	content: "\e907";
}

.icon-form:before {
	content: "\e90a";
}

.icon-house:before {
	content: "\e90d";
}

.icon-phone:before {
	content: "\e900";
}

.icon-map:before {
	content: "\e949";
}

.icon-download:before {
	content: "\e904";
}

.icon-download2:before {
	content: "\e90b";
}

/*slick*/
.slider {
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slider-nav img {
	border: 2px solid rgba(0, 0, 0, 1);
	border-bottom: 0;
	cursor: pointer
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(images/load.gif) center center no-repeat
}

.prev {
	position: absolute;
	top: 47%;
	right: 10px;
	cursor: pointer
}

.next {
	position: absolute;
	top: 47%;
	left: 10px;
	cursor: pointer
}

.next,
.prev {
	font-size: 25px;
	font-weight: bold;
	background: none;
	border: 0;
	z-index: 100;
	color: #fff
}

/*lightbox*/
body.hidden-scroll {
	overflow: hidden
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .95;
	display: none;
	z-index: 1006
}

.sl-wrapper {
	z-index: 1000
}

.sl-wrapper button {
	border: 0;
	background: 0 0;
	font-size: 24px;
	padding: 0;
	cursor: pointer
}

.sl-wrapper button:hover {
	opacity: .7
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1015;
	color: #fff
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
	color: #fff
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	z-index: 10001;
	font-family: arial sans-serif;
	color: #fff;
	background: #000
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 0
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 0
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block
}

.sl-wrapper .sl-image iframe {
	border: 0;
	background: #000
}

.sl-wrapper .sl-image .sl-caption {
	display: block;
	padding: 10px;
	color: #fff;
	background: #000;
	opacity: .8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-ms-keyframes pulsate {

	0%,
	100% {
		opacity: 0
	}

	0% {
		transform: scale(.1)
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2)
	}
}

/*scroll div*/
.scrolldiv {
	overflow-x: hidden;
	overflow-y: scroll;
}

.scrolldiv::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.scrolldiv::-webkit-scrollbar-button {
	width: 5px;
	height: 5px;
}

.scrolldiv::-webkit-scrollbar-thumb {
	background: #09aae0;
	border-radius: 50px;
}

.scrolldiv::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0);
	border: #ffffff none 0;
}

.scrolldiv::-webkit-scrollbar-corner {
	background: transparent;
}

.scrolldiv::-moz-scrollbar {
	width: 5px;
	height: 5px;
}

.scrolldiv::-moz-scrollbar-button {
	width: 5px;
	height: 5px;
}

.scrolldiv::-moz-scrollbar-thumb {
	background: #09aae0;
	border: #ffffff none 0;
	border-radius: 50px;
}

.scrolldiv::-moz-scrollbar-track {
	background: rgba(255, 255, 255, 0);
	border: #ffffff none 0;
	border-radius: 50px;
}

.scrolldiv::-moz-scrollbar-corner {
	background: transparent;
}

a {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}


#menu {
	top: 62px;
}

#menu ul,
#menu ul li,
#menu ul li a {
	color: black !important;

}

.customGallery {
	width: 800px !important;
	margin: 0 auto;
}

@media screen and (max-width:700px) {
	.innerPage header {
		top: 56px !important;
		position: fixed;

	}

	.customGallery {
		width: 100% !important;
		margin: 0 auto;
	}

	.contact {
		top: 61px;
	}

	#menu {
		top: 56px;
	}

	header .nav {
		padding: 8px 10px;
	}

	#menu ul,
	#menu ul li,
	#menu ul li a {
		color: black;
	}

	.slick-slider {
		margin-top: -44px;
	}

	


}


.amenities_features ul li.style {
	list-style: none;
}

.p50501 {
	padding: 0px 50px 50px 50px;
}

b,
strong {
	font-weight: 600 !important;
}

.videosec {
	width: 100%;
	/* height: 500px; */
}

.featured-content {
	padding: 30px;
}
@media(max-width:768px){
	.featured-content {
		padding: 00px;
	}
	table.table.table-hover {
		font-size: 12px;
	}
	p {
		padding: 11px;
	}
}



.footerMain .white {
    color: #888 !important;
    text-align: center;
    margin-top: 10px;
}


