@import url('https://fonts.googleapis.com/css2?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: #5ac6c8;
	color: #fff;
	font-family: 'Raleway';
}
h1, h2, h3, h4 {}

.site_heading2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 26px;
	color: #fff;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.site_heading2 span {
	display: block;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: normal;
	font-weight: 400;
}
p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}
.para_head {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
img {
	max-width: 100%;
	width: 100%;
}
strong {
	font-weight: 700;
}
section {
	padding: 50px 0;
}
.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
/*Background Video style*/
.video_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.video_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#backgroundvid1 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/*header style*/
#site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
}
.fixed_header {
	background-color: rgba(0,0,0,0.6);
}
#site_header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.project_logo {
    max-width: 230px;
    width: 30%;
    margin: 0;
}
.project_logo img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.brand_logo {
    max-width: 181px;
    width: 14%;
    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: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 8px;
	text-align: center;
}

.menu_list li > a:hover {
	color: #d43652;
}
.menu_icon {
	display: none;
}

/*Main content style*/
#site_main {

}

/*introduction section style start*/
.intro_wrap {
  position: relative;
}
.intro_wrap:after {
  content: "";
  background: url(../images/webp/line1_img.webp) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.intro_wrap .container {
	position: relative;
	height: 100vh;
}
.main_banner_carousel.owl-carousel {
}
.main_banner_carousel.owl-carousel .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
  height: 80vh;
}
.banner_img_wrap {
	width: 30%;
  background: url(../images/webp/stone_shape_img.webp) no-repeat left top;
  background-size: 15%;
}
.banner_content {
	width: 60%;
	padding-left: 3%;
}
.site_heading1 {
  font-size: 33px;
  line-height: 37px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.site_heading1 small {
  font-size: 80%;
}
.site_heading1 span {
	display: block;
    font-size: 26px;
    line-height: 35px;
    margin-top: 10px;
}
.banner_para {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 30px;
}
.main_banner_carousel.owl-carousel .owl-nav button.owl-prev, 
.main_banner_carousel.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	background: none;
}
.main_banner_carousel.owl-carousel .owl-nav button.owl-prev {
	left: -2%;
}
.main_banner_carousel.owl-carousel .owl-nav button.owl-next {
	right: -2%;
}

.intro_wrap .slider-counter {
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #fff;
    z-index: 1;
}
.intro_wrap .slider-counter .line {
    display: inline-block;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.intro_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
.rera_txt {
	position: absolute;
    bottom: 7%;
    left: 0;
    font-size: 12px;
}

/*Overview section style start*/
.overview_wrap {
	padding: 0;
}
.overview_wrap .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.overview_wrap .left_col {
	width: 58%;
}
.overview_wrap .right_col {
	
}
.img_wrap {
	width: 30%;
  background: url(../images/webp/stone_shape_img2.webp) no-repeat left top;
  background-size: 15%;
}

/*Highlights section style start*/
.highlights_wrap {
	padding: 0;
  /*position: relative;*/
}
/*.highlights_wrap:after {
  content: "";
  background: url(../images/webp/line1_img2.webp) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/
.highlights_wrap .container {
	position: relative;
}
.highlights_wrap .left_col {
	background: url(../images/webp/stone_shape_img3.webp) no-repeat left top;
  background-size: 6%;
}

.highlights_carousel.owl-carousel {

}
.highlights_carousel.owl-carousel .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.highlights_carousel.owl-carousel .item img {
	width: 30%;
	margin: 0 6%;	
}
.highlights_slide_txt {
    padding: 150px 50px 50px;
}
.highlights_slide_txt h3 {
  /*Updated by kunal on 03_10_2020*/
    /*font-size: 40px;*/
    font-size: 35px;
    /*line-height: 40px;*/
    /*padding-bottom: 10px;*/
    line-height: 35px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.highlights_wrap .slider-counter {
    position: absolute;
    bottom: 5%;
    right: 40%;
    color: #fff;
    z-index: 1;
}
.highlights_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
.highlights_wrap .slider-counter .line {
    display: inline-block;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.highlights_carousel.owl-carousel .owl-nav button.owl-prev, 
.highlights_carousel.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	background: none;
}
.highlights_carousel.owl-carousel .owl-nav button.owl-prev {
	left: -2%;
}
.highlights_carousel.owl-carousel .owl-nav button.owl-next {
	left: 40%;
}
.highlights_wrap .right_col {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    padding: 50px;
}

/*Gallery section style start*/
.gallery_wrap {
	padding: 0;  
}
.gallery_wrap .container {
	position: relative;
}
.gallery_wrap .left_col {
	position: absolute;
  transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 60%;
	z-index: 9;
}
.gallery_wrap .right_col {
  background: url(../images/webp/stone_shape_img4.webp) no-repeat 65% top;
  background-size: 6%;
}
.gallery_carousel.owl-carousel {
}
.gallery_carousel.owl-carousel .item {
	display: flex;
	justify-content: flex-end;
}
.gallery_carousel.owl-carousel .item img {
	width: 30%;
	margin: 0 6%;
}
.gallery_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev, 
.gallery_carousel.owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev {
  left: 60%;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-next {
  right: 0%; 
}

/*.gallery_carousel.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
}*/

/*.gallery_click_icon {
  cursor: pointer;  
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    min-height: 130px;
    border:none;
    background-position: center 10px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) .gallery_click_icon {
    background-image: url(../images/webp/gallery_icon01.webp);
}
.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) .gallery_click_icon {
  background-image: url(../images/webp/gallery_icon02.webp);
}
.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) .gallery_click_icon {
    background-image: url(../images/webp/gallery_icon03.webp);
}
.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) .gallery_click_icon {
  background-image: url(../images/webp/gallery_icon04.webp);
}
.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) .gallery_click_icon {
    background-image: url(../images/webp/gallery_icon05.webp);
}
.gallery_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) .gallery_click_icon {
  background-image: url(../images/webp/gallery_icon06.webp);
}

.gallery_click_icon img {
  max-width: 80px;
  width: 100%;
  display: block;
  margin: 5px auto;
}*/

/*Amenities section style start*/
.amenities_wrap {
	padding: 50px 0 0;
}
.amenities_wrap .container {
	position: relative;
	text-align: center;
}
.amenities_wrap .site_heading2 span {
    padding-right: 20px;
}
.amenities_carousel.owl-carousel {

}
.amenities_carousel.owl-carousel .item {

}

.amenities_wrap .slider-counter {
    /*position: absolute;
    bottom: 20%;
    right: 40%;
    color: #fff;
    z-index: 1;*/
    margin: 10px auto;
}
.amenities_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
.amenities_wrap .slider-counter .line {
    display: inline-block;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}

.amenities_carousel.owl-carousel .owl-nav button.owl-prev, 
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	background: none;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev {
	left: 0%;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
	right: 0%;
}

/*Videos section style start*/
.videos_wrap {
  padding: 50px 0 0;
}
.videos_wrap .container {
  position: relative;
  text-align: center;
}
.videos_wrap .site_heading2 span {
    padding-right: 20px;
}
.videos_carousel.owl-carousel {

}
/*.videos_carousel.owl-carousel .item {
  width: 30%;
  margin: 0 auto;
}*/
.videos_carousel.owl-carousel .item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
/*.videos_carousel.owl-carousel .item a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: url(../images/webp/play_icon.webp) no-repeat center center;
    background-size: 20%;
     z-index: 1; 
    width: 100%;
    height: 100%;
}*/
.videos_carousel.owl-carousel .item a img {
  display: block;
  margin: 10px auto;
}
.videos_wrap .slider-counter {
    /*position: absolute;
    bottom: 20%;
    right: 40%;
    color: #fff;
    z-index: 1;*/
    margin: 10px auto;
}
.videos_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
.videos_wrap .slider-counter .line {
    display: inline-block;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}

.videos_carousel.owl-carousel .owl-nav button.owl-prev, 
.videos_carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: none;
}
.videos_carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
}
.videos_carousel.owl-carousel .owl-nav button.owl-next {
  right: 0%;
}


/*Plan section style start*/
#project_plan {

}
#project_plan .container {
    
}
.plans_content {
    text-align: center;
}
.plans_content h2 {
    /* text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px; */
}
.plans_tab_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plans_tab_link a {
    display: block;
    margin: 10px 20px;
    text-align: center;
    /* font-family: 'HelveticaNeueLTStd-Bd'; */
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.plans_tab_link a:hover, .plans_tab_link a.active {
    background-color: #fff;
    color: #000;
}
.plans_tab_content {
    display: none;
}
.plans_tab_content.active {
    display: block;
}
.plans_tab_content .owl-carousel .owl-item img {
    max-width: 500px;
    margin: 10px auto;
    width: 80%;
}
.floorplan_carousel .item {
    text-align: center;
}
.floorplan_carousel  .item a {
    text-decoration: none;
}
.floorplan_carousel  .item a .slide_head {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  outline: none;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 20%;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 20%;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.floorplan_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
.floorplan_carousel .item {
    position: relative;
}
.plans_tab_content .item small {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    color: #000;
    font-size: smaller;
}
.plans_tab_content .item a {
    display: inline-block;
}

/*Location section style start*/
.location_wrap {
	padding: 0;
  position: relative;
}
.location_wrap:after {
  content: "";
  background: url(../images/webp/line1_img3.webp) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.location_wrap .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
  position: relative;
  z-index: 1;
}
.location_wrap .left_col {
  width: 35%;
  padding: 20px;
}
.location_img {
  background: url(../images/webp/stone_shape_img5.webp) no-repeat left top;
  background-size: 15%;
}
.location_wrap .right_col {
	width: 70%;
	padding: 50px;
}
.loc_pointers {
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
    padding-top: 50px;
}
.loc_pointers_col {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-right: 20px;
}
.loc_pointers_col img {
	display: block;
	margin: 10px auto;
	max-width: 50px;
	width: 100%;
}
.location_list {
  list-style: disc;
  padding-left: 20px;
}
.location_list li {
  font-size: 16px;
  line-height: 22px; 
}
/*Footer style start*/
.site_footer {
  background: url(../images/webp/footer_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 20px 0 100px 0;
  position: relative;
}
.site_footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.site_footer .container {
  position: relative;
  z-index: 1;
}
.site_address {
  padding: 10px 0 10px;
}
.site_address p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.disclaimer_txt {
  padding: 10px 0;
}
.disclaimer_txt p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

/*Enquire now style*/
.enquirenow_btn {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #d43652;
  border-radius: 20px;
}
.enquirenow_btn:hover {
  color: #d43652;
  background-color: #fff;
  }

  
.cta_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto;
}
.cta_wrap a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px;
}

/*Enquire now style*/
#fixed_form_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.form_container {
  /*background-color: rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    padding: 10px 0;
}
.form_close {
  display: none;
}
.site_heading5 {
  font-family: 'Raleway';
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}
#frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}
.fieldwrapper {
    width: 50%;
    margin: 0 10px;
}

.fieldwrapper input, .fieldwrapper select {
    font-family: 'Raleway';
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
    height: 40px;
    padding: 0 0 0 20px;
    outline: 0;
}

.fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 0;
    width: 100%;
}
.fieldwrapper.form-cta-btn {
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background-color: #fff;
    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;
    font-size: 18px;
    max-width: 120px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fieldwrapper.form-cta-btn a {
    color: #000;
    text-decoration: none;
    position: relative;
}
.fieldwrapper.form-cta-btn a:after {
  content: "\f178";
  font-family: 'FontAwesome';
  color: #000;
    margin-left: 10px;
}

.fieldwrapper.form-cta-btn a:hover {
    color: #6b6a68;
}
.fieldwrapper.form-cta-btn a:hover:after {
  color: #6b6a68;
}

/*.fieldwrapper.form-cta-btn a:hover {
    background-color: #4a4a4a;
}*/

.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: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}

.mobi_form_btn {
  display: none;
}




#fixed_form_wrap.popup-active {
  visibility: hidden;
  height: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#fixed_form_wrap.popup-active.active {
  visibility: visible;
  height: 100%;
}
#fixed_form_wrap.popup-active .form_container {
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d43652;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 0;
}
#fixed_form_wrap.popup-active .form_close {
    display: block;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
#fixed_form_wrap.popup-active .site_heading5 {
  /*color: #000;*/
}
#fixed_form_wrap.popup-active #frmContactus {
    flex-direction: column;
    width: 90%;
}
#fixed_form_wrap.popup-active .fieldwrapper {
  width: 100%;
    margin: 10px 10px;
}

/*#fixed_form_wrap.popup-active .fieldwrapper input, .fieldwrapper select {
    width: 90%;
}*/

#fixed_form_wrap.popup-active .fieldwrapper select {
    width: 100%;
}
#fixed_form_wrap.popup-active .fieldwrapper.form-cta-btn {
    background-color: #000;
    color: #fff;
    max-width: 150px;
}
#fixed_form_wrap.popup-active .fieldwrapper.form-cta-btn a {
    color: #fff;
}
#fixed_form_wrap.popup-active .fieldwrapper.form-cta-btn a:after {
  color: #fff;
}




#fixed_form_wrap.pdf_download_form_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  visibility: visible;
}
#fixed_form_wrap.pdf_download_form_wrap .form_container {
  /*background-color: rgba(255,255,255,0.3);*/
  background-color: #d43652;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 5px;
  padding: 10px 0;
}
#fixed_form_wrap.pdf_download_form_wrap .form_close {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 5px;
}
#fixed_form_wrap.pdf_download_form_wrap .site_heading5 {
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
#fixed_form_wrap.pdf_download_form_wrap #frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 90%;
}
#fixed_form_wrap.pdf_download_form_wrap .fieldwrapper {
  width: 100%;
  margin: 10px 10px;
}
#fixed_form_wrap.pdf_download_form_wrap .fieldwrapper.homeally_dwnld_checklist input {
  width: 7% !important;
}

@media only screen and (max-width: 1023px) {

.site_heading2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 16px;
	padding-bottom: 10px;
}
.site_heading2 span {
    font-size: 30px;
    line-height: 35px;
    padding-right: 15px;
}
p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.para_head {
    font-size: 16px;
    line-height: 20px;
}

section {
	padding: 30px 0;
}

/*header style*/
#site_header {
	background-color: rgba(0,0,0,0.6);
	padding: 0;
}

.fixed_header {
	background-color: rgba(0,0,0,0);
}
#site_header .container {
	padding: 10px;
}
.project_logo {
    width: 40%;
}
.brand_logo {
    width: 40%;
}
/*navigation style*/
#site_menu {
    /* display: none; */
    order: 3;
    margin-left: 0;
}
.menu_icon {
	display: block;
}
.open_menu {
	display: block;
}
.close_menu {
	display: none;
}
.menu_icon.active .open_menu {
	display: none;
}
.menu_icon.active .close_menu {
	display: block;
}
.menu_list {
	display: none;
}
.menu_list.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
}

/*Introduction section style start*/
.main_banner_carousel.owl-carousel .item {
    flex-direction: column;
    height: 100%;
}
.banner_img_wrap {
    width: 70%;
    margin: 20px 0;
}
.banner_content {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.site_heading1 {
    font-size: 20px;
    line-height: 24px;
}
.site_heading1 span {
    font-size: 22px;
    line-height: 26px;
}
.banner_para {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}
.intro_wrap .slider-counter {
    position: static;
    text-align: center;
    padding-bottom: 10px;
}
.rera_txt {
	position: static;
	text-align: center;
  margin-top: 30px;
}
.main_banner_carousel.owl-carousel .owl-nav button.owl-prev, 
.main_banner_carousel.owl-carousel .owl-nav button.owl-next {
	font-size: 30px;
}

/*Overview section style start*/
.overview_wrap .container {
	flex-direction: column;
}
.overview_wrap .left_col {
	width: 100%;
	text-align: center;
}
.img_wrap {
    width: 100%;
}

/*Highlights section style start*/
.highlights_wrap {
	padding: 30px 0;
}
.highlights_carousel.owl-carousel .item {
    flex-direction: column;
}
.highlights_carousel.owl-carousel .item img {
    width: 100%;
    margin: 0 auto;
}
.highlights_slide_txt {
    padding: 10px;
    text-align: center;
}
.highlights_slide_txt h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
}
.highlights_carousel.owl-carousel .owl-nav button.owl-prev, 
.highlights_carousel.owl-carousel .owl-nav button.owl-next {
	top: 50%;
	font-size: 30px;
}
.highlights_carousel.owl-carousel .owl-nav button.owl-next {
    right: 2%;
    left: auto;
}
.highlights_wrap .left_col {
  background-size: 15%;
}
.highlights_wrap .right_col {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
}

.highlights_wrap .slider-counter {
    position: static;
    bottom: 20%;
    right: 40%;
    color: #fff;
    z-index: 1;
    text-align: center;
}


/*Gallery section style start*/
.gallery_wrap {
  padding-top: 100px;
}
.gallery_wrap .left_col {
	position: static;
	width: 100%;
	padding: 0;
	text-align: center;
}
.gallery_carousel.owl-carousel .item img {
	width: 100%;
	margin: 10px auto;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev {
  left: -4%;
}
.gallery_wrap .right_col {
    background-size: 15%;
}
/*Amenities section style start*/
.amenities_wrap {
    padding: 20px 0 0;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev, 
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
	font-size: 30px
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev {
	left: -4%;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
	right: -4%;
}

/*Videos section style start*/
.videos_wrap {
    padding: 20px 0 0;
}
/*.videos_carousel.owl-carousel .item {
  width: 90%;
  margin: 0 auto;
}*/
.videos_carousel.owl-carousel .owl-nav button.owl-prev, 
.videos_carousel.owl-carousel .owl-nav button.owl-next {
  font-size: 30px
}
.videos_carousel.owl-carousel .owl-nav button.owl-prev {
  left: -4%;
}
.videos_carousel.owl-carousel .owl-nav button.owl-next {
  right: -4%;
}

/*Location section style start*/
.location_wrap .container {
	flex-direction: column;
}
.location_wrap .left_col {
	width: 100%;
	padding: 0;
	order: 2;
}
.location_wrap .right_col {
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
}
.loc_pointers {
    padding: 10px 0;
}
.location_img {
    margin-bottom: 20px;
}
.location_list li {
  text-align: left;
  font-size: 14px;
  line-height: 20px; 
}
/*Footer style start*/
.site_footer {
	padding: 20px 0 40px 0;
}
.site_address p {
	font-size: 15px;
    line-height: 19px;
}
.disclaimer_txt p {
	font-size: 13px;
	line-height: 16px;
}

/*Enquire now style*/
.enquirenow_btn {
  display: block;
    position: fixed;
    bottom: 0;
     width: 100%; 
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#fixed_form_wrap {
  visibility: hidden;
  height: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#fixed_form_wrap.active {
  visibility: visible;
  height: 100%;
}
.form_container {
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d43652;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 0;
}
.form_close {
    display: block;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
.site_heading5 {
  /*color: #000;*/
}
#frmContactus {
    flex-direction: column;
    width: 90%;
}
.fieldwrapper {
  width: 100%;
    margin: 10px 10px;
}

/*.fieldwrapper input, .fieldwrapper select {
    width: 90%;
}*/

.fieldwrapper select {
    width: 100%;
}
.fieldwrapper.form-cta-btn {
    background-color: #000;
    color: #fff;
    max-width: 150px;
}
.fieldwrapper.form-cta-btn a {
    color: #fff;
}
.fieldwrapper.form-cta-btn a:after {
  color: #fff;
}

/*.mobi_form_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'BebasNeueBold';
  font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    background-color: #69a43d;
    color: #fff;
    letter-spacing: 1px;
}*/
}

}

