
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none
}
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, font, 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, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%
}
.hidden {
	display: none
}
.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
}
.p5 {
	padding: 5px
}
.p20 {
	padding: 20px
}
.p50 {
	padding: 50px 0
}
.p5050 {
	padding: 50px
}
.p500 {
	padding: 20px 50px
}
.hide {
	display: none
}
.container {
	width: 1200px;
	margin: auto
}
.container-fluid {
	width: 100%
}
.container2 {
	width: 50%;
	height: 450px;
	overflow: hidden
}
.tmargin {
	margin-top: 30px
}
.mwidth {
	max-width: 100%;
	height: auto;
	margin: auto
}
.scrollup {
	height: 20px;
	width: 20px;
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	border-radius: 20px;
	position: fixed;
	z-index: 99;
	bottom: 70px;
	right: 20px;
	display: none
}
.bg-turq {
	background: #4db848
}
.bg-greenl {
	background: #00aea8
}
.bg-blue {
	background: #005aab
}
.bg-yellow {
	background: #dcde3d
}
.bg-red {
	background: #ee534f
}
.bg-gray {
	background: #f1f1f2
}
.bg-white {
	background: #fff
}
.bg-trans {
	background: rgba(0,0,0,0.6)
}
.bg-trans2 {
	background: rgba(0,0,0,0.5)
}
.bg-gradient {
	background: -webkit-linear-gradient(left top, #4db848, #005aab);
	background: -o-linear-gradient(bottom right, #4db848, #005aab);
	background: -moz-linear-gradient(bottom right, #4db848, #005aab);
	background: linear-gradient(to bottom right, #4db848, #005aab)
}
.white {
	color: #fff
}
.black {
	color: #222
}
.dgray {
	color: #666
}
.green {
	color: #4db848
}
.yellow {
	color: #dcde3d
}
.blue {
	color: #005aab
}
.red {
	color: #d10505
}
h1, h2, h3, h4 {
	font: normal 26px 'poppins', sans-serif
}
p, ul, table {
	font-family: 'poppins', sans-serif
}
p {
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0;
	line-height: 23px
}
.small {
	font-size: 12px
}
.big {
	font-size: 18px;
	line-height: 30px
}
.break {
	text-decoration: line-through
}
header {
	top: 0;
	z-index: 5;
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
header .logo img {
	height: 40px;
	width: auto;
	margin: 5px 0 0 10px
}
header .top-nav {
	max-height: 30px;
	margin: 0;
	font-family: 'poppins', sans-serif;
}
header .top-nav .navigators .link {
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
	margin: 0
}
header .top-nav .navigators .phone {
	line-height: 29px;
	font-size: 22px;
	font-weight: 500;
	padding: 8px;
	margin: 0
}
header .top-nav .navigators .phone span {
	font-size: 12px;
	line-height: 22px
}
#toggle {
	display: block;
	width: 28px;
	height: 30px;
	margin: 10px auto 0
}
#toggle span:after, #toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after {
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
	width: 100%;
	height: 4px;
	background: #222;
	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;
	color: #999;
	width: 200px;
	padding: 10px;
	right: 0;
	margin: auto;
	background: #416e86;
	box-shadow: 0 1px 8px rgba(0,0,0,0.05);
	opacity: 0;
	visibility: hidden;
	z-index: 121;
	transition: opacity .4s
}
#menu:after {
	position: absolute;
	top: -15px;
	right: 0;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 0 solid #416e86;
	border-bottom: 20px solid #416e86
}
#menu ul, li, li a {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px
}
#menu li a {
	padding: 5px;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
}
#menu li a:hover, li a:focus {
	background: #4db848;
	color: #fff;
}
#navigation {
	height: 40px;
	padding: 0 50px
}
#navigation li {
	display: block;
	float: left
}
#navigation li a {
	padding: 10px 15px;
	line-height: 25px;
	color: #222
}
#navigation li:last-child {
	border-right: 0
}
.info {
	width: 20%;
	float: left;
	height: 30px;
	padding: 15px 0
}
.info .icon {
	width: 30px;
	height: 30px;
	margin: 0 15px 0 10px;
	font-size: 30px;
	color: #005aab
}
.info p {
	font-size: 13px;
	margin: 0 0 5px;
	line-height: 15px;
	color: #222
}
.list li {
	font-size: 14px;
	margin: 5px 0
}
.table {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
	border-spacing: 0;
	border-collapse: separate;
	margin: 20px auto;
	font: bold 14px 'poppins', sans-serif;
}
.table tr, .table td {
	text-align: center;
	padding: 15px 10px;
	width: 20%;
	border-bottom: 1px solid rgba(255,255,255,0.3)
}
.table tr:last-child td {
	border-bottom: 0
}
.table span {
	padding-right: 15px
}
.gallery img {
	width: 100%;
	height: auto;
	min-height: 200px;
	display: block
}
.enquiry {
	height: 60px;
	padding: 10px;
	font: bold 16px 'poppins', sans-serif
}
.enquiry .form-boxes {
	width: 20%
}
.header-form {
	font: bold 16px 'poppins', sans-serif;
	line-height: 30px
}
.plan {
	width: 23%;
	margin: 1%;
	font-size: 16px;
	padding: 10px;
	font: 16px 'poppins', sans-serif;
	border-top: 5px solid #4db848
}
.plan img {
	width: 100%
}
.plan2 {
	width: 23%;
	margin: 1%;
	font-size: 16px;
	padding: 10px;
	font: 16px 'poppins', sans-serif;
}
.plan3 {
	width: 23%;
	margin: 1%;
	font:bold 14px 'poppins', sans-serif; padding:0 0 20px 0;
}
.plan3 img {
	width: 100%
}
h6 {
	color: #000;
	font-size: 18px;
	text-align: center
}
input.error, textarea.error, select.error, .textbox.error {
	border: 2px solid #ff6969 !important;
	color: #fff
}
input.error:focus, textarea.error:focus, select.error:focus, .textbox.error:focus {
	border: 0;
	color: #fff
}
.enquiry .input {
	border: 0;
	width: 90%;
	color: #666;
	border: 2px solid #fff;
	font: bold 14px sans-serif;
	padding: 3px;
	margin: 5px auto
}
.enquiry .button {
	padding: 5px 0;
	margin: 5px auto;
	font: bold 14px sans-serif;
	cursor: pointer;
	width: 90%
}
.amenities {
	display: block;
	padding: 20px 0;
	font-family: 'poppins', sans-serif
}
.amenities div img {
	width: 44px;
	height: 44px;
	display: block;
	margin: auto
}
.amenities div p {
	font-size: 12px;
	color: #fff
}
.projects img {
	width: 90%;
	height: auto;
	margin: auto 25px 0 0
}
.brands {
	display: block;
	padding: 10px 0
}
.brands img {
	width: 145px;
	height: auto;
	margin: auto
}
footer {
	padding: 10px 0
}
footer ul {
	display: block;
	width: 100%
}
footer ul li {
	display: inline-block;
	color: #444;
	font-size: 14px;
	line-height: 12px;
	margin: 15px 5px
}
footer ul li a {
	color: #444;
	padding: 0 5px
}
footer ul li:first-child a {
	padding-left: 0
}
.pictures {
	width: 25%
}
.pictures li {
	display: block;
	margin: 10px 5px 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.pictures li img {
width: 100%;
height: 100%;
transition:.5s;
}
.pictures li img:hover {
transform: scale(1.3);
}
.pictures li:hover span {
	opacity: 0;
	transition: all 500ms
}
.pictures li:hover span {
	opacity: 1;
	font-size: .8em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,.75)
}
.gall-1 {
	height: 500px
}
.gall-2 {
	height: 245px
}
@media screen and (min-width: 240px) and (max-width: 1024px) {
.container {
	width: 90%;
	margin: auto
}
.container-fluid {
	width: 100%
}
.container2 {
	width: 100%;
	height: auto
}

header .top-nav {
	margin: 0
}
#navigation {
	display: none
}
.info {
	display: block;
	width: 100%
}
.rslides img {
	min-height: 150px
}
table, td, tr, p, ul, li, .list li {
	font-size: 12px
}
h1, h2, h3, h4 {
	font: bold 16px 'poppins', sans-serif
}
.tmargin {
	margin-top: 0
}
.enquiry {
	height: auto;
	padding: 10px;
	font: bold 16px 'poppins', sans-serif
}
.enquiry .form-boxes {
	width: 100%;
	text-align: center
}
.plan {
	width: 100%;
	margin: 1%;
	font-size: 16px;
	padding: 10px;
	font: 16px 'poppins', sans-serif
}
.plan2 {
	width: 100%;
	margin: 1%;
	font-size: 16px;
	padding: 10px;
	font: 16px 'poppins', sans-serif
}
.plan3 {
	width: 100%;
	margin: 1%;
	font: bold 14px 'poppins', sans-serif
}
.pictures {
	width: 50%
}
}
.slider {
	margin: auto
}
.slick-slider {
	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
}
.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: 32px;
	font-weight: bold;
	background: none;
	border: 0;
	z-index: 1;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
}
@font-face {
	font-family: 'icomoon';
	src: url('../../assets/style/fonts/icomoon.eot?gu7ij2');
	src: url('../../assets/style/fonts/icomoon.eot?gu7ij2#iefix') format('embedded-opentype'), url('../../assets/style/fonts/icomoon.ttf?gu7ij2') 
    format('truetype'), url('../../assets/style/fonts/icomoon.woff?gu7ij2') format('woff'), url('../../assets/style/fonts/icomoon.svg?gu7ij2#icomoon')
     format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-back:before {
	content: "\e901";
}
.icon-next:before {
	content: "\e902";
}
.icon-enter:before {
	content: "\ea13";
}
.icon-rupee-light:before {
	content: "\e909";
}
.icon-up-arrow:before {
	content: "\e908";
}
.icon-key2:before {
	content: "\e906";
}
.icon-rupee:before {
	content: "\e903";
}
.icon-map:before {
	content: "\e904";
}
.icon-size:before {
	content: "\e905";
}
.icon-office:before {
	content: "\e907";
}
.icon-form:before {
	content: "\e90a";
}
.icon-phone:before {
	content: "\e900";
}

img.mb {
    display: none;
}
div#amenities .slick-slide{
    height: auto;
}
@media screen and (max-width: 668px) and (min-width : 320px){
    img.mb {
        display: block;
        height: 250px;
    }
    .justify img.mb {
        display: block;
        height: auto;
    }
    img.dsk {
        display: none;
    }
    .gall-2 {
        height: auto;
    }
}
