/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
:root{
	--purple: #af3f83;
}
html, body, #wrapper {
	height: 100%;
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
}
body #main{
	width:100%;
	padding:0;
	margin:0 auto;
/*	padding-top: 150px;*/
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding: 0 0 15px 0;
}
.center{
	text-align: center;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.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{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
/*	padding: 15px 0;*/
/*	background:#fff;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .logo {
	width: 250px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 30px;
	background-color: transparent;
	margin-top: 0px;
/*	width: 68%;*/
	width: unset;
	background: #e4d659;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: linear-gradient(180deg, #fff 50%, var(--purple) 50%);
}
header.smaller .logo {
	width: 200px;
}
header.smaller nav {
	display: inline-block;
	float: left;
	margin-top: 0%;
	padding: 0 30px;
	background: #e4d65900;
}

header .inner_container{
	display: flex;
    justify-content: space-between;
    align-items: center;
/*    border-bottom: 1px solid #000;*/
    padding: 15px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller .inner_container{
	align-items: flex-end;
}

.ace-responsive-menu li{
	border-right: 3px solid #000;
}
header.smaller .ace-responsive-menu li{
	border-color: #fff;
}
.ace-responsive-menu li:last-child{
	border: none;
}
.ace-responsive-menu > li > a{
	font-size: 20px;
	line-height: 1em;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 2px;
	padding: 0px 30px;
}
header.smaller .ace-responsive-menu li a{
	color: #fff;
}
.ace-responsive-menu li:first-child a{
	padding-left: 0;
}
.ace-responsive-menu li:last-child a{
	padding-right: 0;
}
.hero{
	display: flex;
	background-color: var(--purple);
}
.hero .left_sec{
/*	width: 54.52vh;*/
	width: 35%;
	position: relative;
}
.hero .right_sec{
/*	width: calc(100% - 54.52vh);*/
	width: 65%;
}
.hero .right_sec .info_wrap{
	width: calc(1170px * 0.65);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 220px 0 15px;
}
.hero .right_sec .info_wrap .text{
	font-size: 35px;
	color: #fff;
	padding: 15px 0 15px 15px;
	border-left: 1px solid #fff;
	font-weight: 500;
}
.hero .right_sec .info_wrap .img_box{
	width: 90%;
	margin: auto;
}

/*the_concept*/
.the_concept .inner_container{
	position: relative;
}
.the_concept .img_box img{
	width: 100%;
}
.the_concept .inner_container .text_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.the_concept .inner_container .text_overlay .inner_box{
	width: 740px;
	display: flex;
}
.the_concept .inner_container .text_overlay .inner_box .heading{
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 10px;
	color: #000;
	width: 350px;
}
.the_concept .inner_container .text_overlay .inner_box .text{
	width: calc(100% - 350px);
	padding: 50px 0 0 20px;
	position: relative;
}
.the_concept .inner_container .text_overlay .inner_box .text::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 2px;
	height: calc(100% - 50px);
	background-color: #fff;
}
.the_concept .inner_container .text_overlay .inner_box .text p{
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
}
.the_concept .inner_container .text_overlay .inner_box .text p:last-child{
	padding: 0;
}
.the_concept .last_text p{
	font-size: 20px;
	font-weight: 400;
	padding: 15px calc(50% - 585px);
}

/*highlights*/
.highlights{
	padding: 50px 0;
}
.highlights .info_box{
	margin: 0 50px 0 -50px;
	position: relative;
}
.highlights .info_box .heading{
	font-size: 50px;
    line-height: 1.3em;
    text-align: center;
    color: #000;
}
.highlights .info_box .circle_text{
/*	padding: 50px;*/
	--width: 300px;
	background: url(../images/circle.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
/*	left: calc(50% - (var(--width) / 2));*/
	left: 0;
	width: var(--width);
	height: var(--width);
	display: flex;
	align-items: center;
	justify-content: center;
}
.highlights .info_box .circle_text ul{
/*	padding: 50px;*/
	/*--width: 250px;
	background: url(../images/circle.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: var(--width);
	height: var(--width);*/
}
.highlights .info_box .circle_text ul li{
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding: 0 0 12px;
}
.highlights .info_box .circle_text ul li:last-child{
	padding: 0;
}

/*neighborhood*/
.neighborhood{
/*	padding: 50px 0;*/
}
.neighborhood .inner_container{
	padding: 50px 0 50px calc(50% - 585px);
}
.neighborhood .heading{
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 10px;
	color: #000;
	padding: 0 0 25px;
}
.neighborhood .info_box{
	display: flex;
	align-items: center;
	--width: 250px;
}
.neighborhood .info_box .left_sec{
	width: var(--width);
}
.neighborhood .info_box .left_sec ul li{
	font-size: 20px;
    font-weight: 400;
    padding: 0 0 15px;
    color: #000;
}
.neighborhood .info_box .right_sec{
	width: calc(100% - var(--width));
}
.neighborhood .info_box .right_sec p{
	padding: 10px 0 0 0;
}

.owl-theme .owl-nav{
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-]{
	background: #fff;
    color: #bcbec0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
/*    box-shadow: 3px 3px 5px 0 #00000063;*/
    border:none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 20px);
}
.owl-theme .owl-nav [class*=owl-]:hover{
	color: var(--purple);
/*	background-color: unset;*/
}
.owl-theme .owl-nav .owl-prev{
	left: -40px;
}
.owl-theme .owl-nav .owl-next{
	right: -40px;
}
.owl-theme .owl-nav [class*=owl-] span{
	font-size: 50px;
    font-family: 'Fontawesome 5';
    line-height: 0.5em;
    padding: 0 0 20% 0;
}

/*flat_layout*/
.flat_layout{
	padding: 0 0 50px;
}
.flat_layout .item_box{
	display: flex;
	align-items: center;
	--width: 280px;
}
.flat_layout .item_box .img_box{
	width: calc(100% - var(--width));
	padding: 0 50px 0 0;
}
.flat_layout .item_box .img_box img{
	width: 100%;
}
.flat_layout .item_box .text{
	width: var(--width);
	font-size: 50px;
    color: #231f20;
    font-weight: 400;
    border-left: 1px solid #000;
    padding: 0 0 0 40px;
}



/*gallery*/
.gallery .inner_container{
	padding: 50px 0 50px;
}
.gallery .heading{
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 10px;
	color: #000;
	padding: 0 0 25px;
}
.gallery .item_box{
	display: flex;
	align-items: center;
	--width: 330px;
}
.gallery .item_box .img_box{
	width: calc(100% - var(--width));
	padding: 0 50px 0 0;
}
.gallery .item_box .img_box img{
	width: 100%;
}
.gallery .item_box .img_box p{
	text-align: center;
	font-size: 20px;
	color: #000;
}
.gallery .item_box .text{
	width: var(--width);
	font-size: 50px;
    color: #231f20;
    font-weight: 400;
    border-left: 1px solid #000;
    padding: 0 0 0 40px;
}

/*footer*/
footer .inner_container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
footer .logo{
	border-right: 1px solid #000;
	padding: 0 50px 0 0;
	text-align: center;
}
footer .logo img{
	width: 70%;
	margin: auto;
}
footer .text_box{
	padding: 0 0 0 50px;
}
footer .text_box .heading{
	font-size: 40px;
	line-height: 1em;
	letter-spacing: 10px;
	color: #000;
	padding: 0 0 25px;
}
footer .text_box .info_box{
	padding: 25px 0 0 0;
}
footer .text_box .title{
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
	color: #000;
	padding: 0 0 5px;
}
footer .text_box p{
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
}
footer .text_box .qr_block{
	width: 250px;
}

/*section_link*/
.section_link{
	position: relative;
}
.section_link span{
	position: absolute;
	top: -202px;
}


.sticky_elements {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    align-items: center;

}

.sticky_elements .whatsapp_icon{
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sticky_elements .whatsapp_icon img{
    width: 50px;
}
.sticky_elements .whatsapp_icon .txt{
    font-size: 11px;
    font-weight: 700;
    color: #000;
    padding: 5px 0 00;
    text-align: center;
}
.sticky_elements .whatsapp_icon .txt br{
	display: none;
}