body {
	font-family: "Montserrat", sans-serif !important;
}
/********* Header-css *********/
.header {
	position: absolute;
	width: 100%;
	z-index: 9;
}
.logo_div {
  display: flex;
  align-items: center;
}
.col-md-5 .logo_div {
	padding-left: 110px;
}
.logo_text {
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 19px;
	width: 200px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
}
.logo img {
	width: 150px;
	height: 72px;
	object-fit: contain;
}
.button_div {
  text-align: right;
}
.button_div a {
	color: #fff;
	text-decoration: none;
	margin-top: 2px;
	display: block;
	text-shadow: 1px 1px 1px #333;
}
.button_div .book_now {
	color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	background: #062f5f;
}
.logo.one img {
	background: #fff;
	padding: 20px 10px;
	height: 100px;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/********* Header-css-end *********/

/********* Footer-css *********/
.footer {
	text-align: center;
	padding-top: 50px;
	position: relative;
}
.footer-logo {
	width: 69%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.footer img {
	width: 150px;
	margin-bottom: 20px;
}
.social_icon {
	margin-top: 20px;
}
.social_icon a {
	background: #062f5f;
	border-radius: 40px;
	display: inline-block;
	width: 46px;
	padding: 8px 0;
	font-size: 20px;
	color: #fff;
}
.social_icon a:hover {
	background: #00bce8;
}
/* .contact_info b {
  width: 190px;
  display: inline-block;
} */
.contact_info {
	width: 30%;
	display: inline-block;
	margin-top: 25px;
}
.contact_info p {
  text-align: right;
  margin-bottom: 3px;
}
.contact_info a {
	color: #062f5f;
	font-weight: 500;
	text-decoration: none;
	margin-left: 5px;
}
.copy-right {
	background: #ccc;
	padding: 16px 0;
	margin-top: 50px;
	margin-bottom: 0px;
}
.whatsapp-icon {
	position: fixed;
	right: 20px;
	bottom: 70px;
}
.whatsapp-icon img {
  width: 60px;
  margin-bottom: 0px;
}
/********* Footer-css-end *********/


.banner {
	background-image: url(../img/Landing-page_top_banner_new.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	display: flex;
	align-items: center;
}
/* .banner::after {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	position: absolute;
} */
.banner-text {
	position: relative;
	z-index: 1;
}
.banner-text h1 {
	font-size: 42px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
}
.section_1 {
	padding: 70px 0;
}
.section_1 h2 {
	font-size: 42px;
	color: #000;
	text-align: center;
	position: relative;
}
.section_1 h2::before {
	content: "";
	background-image: url(../img/bird2.png);
	width: 120px;
	height: 120px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50px;
	top: -40px;
}
.section_1 p {
	text-align: center;
}

.scroll_button {
  background: #062f5f;
  width: 692px;
  margin: 0 auto;
  border: 4px solid #062f5f;
}
.scroll_button a {
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  background: #fff;
}
/* .scroll_button a:first-child {
  border-radius: 30px 0 0 30px;
}
.scroll_button a:last-child {
  border-radius: 0 30px 30px 0;
} */
.scroll_button a:hover {
	background: #062f5f;
	color: #fff;
}
.scroll_button .active {
	background: #062f5f;
	color: #fff;
}
.section_2 {
	padding-bottom: 35px;
}
.section_2 .apertment_list img {
  width: 100%;
  border-radius: 10px;
  height: 240px;
  transition: transform .6s;
}
.section_2 .apertment_list img:hover {
  transform: scale(1.1);
}

.image_box_content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
  text-align: center;
  z-index: 9;
}
.image_box {
  position: relative;
}
.image_box_content h2 {
  color: #fff;
  font-weight: 800;
}
.image_box_content p {
  color: #fff;
  font-weight: 500;
}
.image_box::after {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	pointer-events: none;
}
.apertmen_info {
  display: flex;
}
.apertmen_info p {
  width: 50%;
  color: #878787;
  margin-bottom: 3px;
}
.apertmen_info h6 {
  font-weight: 600;
  margin-bottom: 3px;
}
.apertment_list {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 10px;
}
.apertment_list h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 30px 20px 0px 20px;
	min-height: 48px;
}
.apertmen_box {
	padding: 10px;
/* 	background: #fafafa;
	border-radius: 10px;
	margin: 0 30px; */
}

.section_3 {
	width: 100%;
	display: inline-block;
	clear: both;
	padding: 35px 0;
}
.tab {
	float: left;
	width: 30%;
	padding: 30px 20px;
	margin-top: 50px;
	background: #f2f2f2;
	height: calc(100% - 50px);
}

.tab button {
	display: block;
	background-color: inherit;
	color: #000;
	padding: 12px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.tab button:hover {
	background-color: #062f5f;
	color: #fff;
}

.tab button.active {
	background-color: #062f5f;
	color: #fff;
}
.tabcontent1, .tabcontent2, .tabcontent3, .tabcontent4, .tabcontent5, .tabcontent6, .tabcontent7, .tabcontent8, .tabcontent9, .tabcontent10, .tabcontent11 {
	float: left;
	width: 70%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-top: 50px;
	display: none;
	height: calc(100% - 50px);
}

.section_3 h2 {
	font-size: 42px;
	color: #000;
	text-align: center;
}
.section_3 p {
	text-align: center;
}
.banner_img img {
	width: 100%;
}
.floor_plan {
	width: 100%;
}
.js .slider-single > div:nth-child(1n+2) { 
	display: none; 
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) { 
	display: block; 
}

.slider-nav .slick-slide { 
	cursor: pointer; 
}
.slider-nav .slick-slide img {
	height: 100px;
	width: 100%;
	border-radius: 5px;
}
.slider-nav .slick-slide {
	margin: 0 5px;
}
.slider-single .slick-slide img {
	height: 328px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
}
.slider-single .slick-slide {
	padding: 0 5px;
}
.slick-next {
	right: 10px !important;
	z-index: 9;
}
.slick-prev {
	left: 10px !important;
	z-index: 9;
}
.slick-next::before {
	font-size: 24px !important;
}
.slick-prev::before {
	font-size: 24px !important;
}
.slider.slider-nav{
	margin-top: 3px;
}
.gallery_slider {
	margin-top: 50px;
}
.gallery_slider {
	margin-top: 50px;
	background: #f2f2f2;
	height: calc(100% - 50px);
	padding: 30px;
}
.section_3 .col-md-7 {
	padding-right: 0px;
}
.section_3 .col-md-5 {
	padding-left: 0px;
}

.button_booking {
	text-align: right;
}
.button_booking .booking {
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  display: inline-block;
  background: #062f5f;
  margin-top: 30px;
}
.section_3 .col-md-7 p {
	text-align: left;
}
.section_3 h6 {
	color: #39b54a;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}