@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}
}
@media only screen and (max-width: 1280px) {
header{
/*	padding:1%;*/
	}


}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:56px;
	}
header nav{
    width: 70%;
}
.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
	}
header.smaller .logo{
	width:12%;
	}


}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
	}
header{
	padding:1% 0 2% 0!important;
	}
header.smaller {
    height:70px!important;
	}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
	left:20px;
	}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0!important;    
    width:100%;
	}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
	}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
	}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
	}


}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: justify;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
	}
header {
width: 100%;
    height: auto;
    position: fixed; 
  
}
header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
}
header .logo {
	float: left!important;
	width: 37%!important;
	position: absolute;
	left: 10px;
	top: 10px!important;
	z-index: 999;
}
header .logo img{
	background: var(--purple);
    border-radius: 10px;
    padding: 5px;
}
header nav {
	display:inline-block;
	float:right;
	padding:2% 2% 0 0;
	width:100%;
	margin-top: 0%;
	background-color: unset;
	z-index: 1000;
}
header.smaller nav{
	padding: 0;
}
header nav ul{
	background-color: #fff;
}
header nav ul.ace-responsive-menu li{
	border: none;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}

#main {
/*    padding-top: 54px!important;*/
}
.ace-responsive-menu > li > a {
    padding: 5px 0 0 12px!important;
    font-size: 14px;
}
header.smaller .ace-responsive-menu li a{
	color: #000;
}
.ace-responsive-menu > li {
    padding: 8px 0!important;
}

.hero{
	flex-wrap: wrap;
}
.hero .left_sec{
	width: 100%;
}
.hero .right_sec{
	width: 100%;
}
.hero .right_sec .info_wrap{
	width: 100%;
	padding: 50px 0;
}
.hero .right_sec .info_wrap .text{
	font-size: 22px;
    color: #fff;
    padding: 0 0 15px;
    border: none;
}
.the_concept{
	position: relative;
}
.the_concept .inner_container .text_overlay{
	position: static;
    height: unset;
    display: block;
}
.the_concept .inner_container .text_overlay .inner_box{
	width: 90%;
	display: block;
	margin: auto;
}
.the_concept .inner_container .text_overlay .inner_box .heading{
	width: unset;
	font-size: 32px;
	padding: 25px 0 15px 0;
}
.the_concept .inner_container .text_overlay .inner_box .text{
	width: 100%;
	padding: 0;
}
.the_concept .inner_container .text_overlay .inner_box .text::before{
	display: none;
}
.the_concept .last_text{
	position: absolute;
	right: 0;
	top: 0;
}
.the_concept .last_text p{
	font-size: 10px;
	padding: 5px;
}


.highlights .info_box .circle_text{
	position: static;
}
.highlights .info_box{
	margin: 0;
}
.highlights .info_box .heading{
	font-size: 32px;
	padding: 0 0 15px;
}
.highlights .info_box .circle_text{
	margin: auto;
}
.neighborhood .heading{
	font-size: 32px;
	text-align: center;
	letter-spacing: 8px;
}
.neighborhood .info_box{
	flex-wrap: wrap;
}
.neighborhood .info_box .left_sec{
	width: 100%;
}
.neighborhood .info_box .left_sec ul{
	width: 90%;
	margin: auto;
}
.neighborhood .info_box .left_sec ul li{
	text-align: center;
	font-size: 16px;
	padding: 0 0 10px;
}
.neighborhood .info_box .right_sec{
	width: 100%;
}


.owl-theme .owl-nav [class*=owl-]{
	width: 24px;
	height: 24px;
}
.owl-theme .owl-nav .owl-prev{
	left: -10px;
}
.owl-theme .owl-nav .owl-next{
	right: -10px;
}
.owl-theme .owl-nav [class*=owl-] span{
	font-size: 30px;
}


.flat_layout .item_box{
	flex-wrap: wrap;
}
.flat_layout .item_box .img_box{
	width: 100%;
}
.flat_layout .item_box .text{
	width: 100%;
	border: none;
	font-size: 32px;
	padding: 10px 0 0 0;
	text-align: center;
}

.gallery .heading{
	font-size: 32px;
	text-align: center;
}
.gallery .item_box{
	flex-wrap: wrap;
}
.gallery .item_box .img_box{
	width: 100%;
	padding: 0;
}
.gallery .item_box .text{
	width: 100%;
	border: none;
	font-size: 32px;
	padding: 10px 0 0 0;
	text-align: center;
}
.gallery .item_box .img_box p{
	font-size: 11px;
}
footer .inner_container{
	flex-wrap: wrap;
}
footer .logo{
	border: none;
	padding: 0;
}
footer .text_box .heading{
	font-size: 32px;
	padding: 10px 0 15px;
}
footer .text_box{
	padding: 15px 0 0 0;
	text-align: center;
}
footer .text_box p{
	text-align: center;
}
footer .text_box .qr_block{
	margin: auto;
}
.sticky_elements .whatsapp_icon .txt br{
	display: block;
}

.section_link span{
	top: -140px;
}















}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

