@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,800&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,700&amp;display=swap');

html, body {
	overflow-x: hidden;
}

a:hover {
	text-decoration: none;
}
/* ======= Common Css ============ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	/* font-family: 'Roboto', sans-serif; */
	letter-spacing: 1.5px;
	line-height: 1.9;
}

:root {
	--text-primary-color: #000;
	--text-secondry-color: #091a32;
	--text-white-color: #fff;
	--bg-primary-color: #c6b38d;
	--bg-secondry-color: #091a32;
	--bg-white-color: #fff;
	--bg-black-color: #000;
}

.cnt-pad {
	padding: 0 50px;
}

.inner_banner_img img {
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

section {
	padding-top: 40px;
}

button:focus, .navbar-toggler:focus {
	border: 0;
	outline: none;
	box-shadow: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--text-secondry-color);
}

.menu_margin {
	margin-top: 85px;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: var(--bg-white-color);
}

::-webkit-scrollbar-thumb {
	background-color: var(--bg-primary-color);
	border-radius: 5px;
}

/* ===== Seide Navigation ========= */
.nav_icon {
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 1024;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1025;
	top: 0;
	right: 0;
	background-color: var(--text-white-color);
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: var(--bg-black-color);
	display: block;
	transition: 0.3s;
	font-family: 'Oswald', sans-serif;
}

.sidenav a:hover {
	color: var(--bg-primary-color);
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
  
  
  /* #main {
	transition: margin-left .5s;
	padding: 20px;
  } */
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
	a.m_title {
		cursor: auto;
		color: #c6b38d;
		text-transform: uppercase;
	}
}
/* ============ START ICON JUMP ANIMATION =========== */
.an_jump {
	animation: jump 1.5s infinite;
}

@keyframes jump {
	0% {
		tranform: translate(0, 4px);
	}

	50% {
		transform: translate(0, 8px);
	}
}

/* ============== Start Download Links =========== */
.downalod_btns {
	background-color: var(--bg-primary-color);
	position: relative;
	padding: 5px 0;
}

.header_downloadss ul {
	list-style: none;
	padding: 5px 5px;
	text-align: start;
	margin: 0;
}

.header_downloadss ul li {
	display: inline-block;
	color: var(--text-secondry-color);
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	padding-right: 20px;
	text-transform: uppercase;
}

.phone_call {
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 0 15px;
	border-radius: 2px;
	text-align: center;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
}

.phone_call i {
	color: #eee;
}

.phone_call a {
	color: var(--text-white-color);
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.phone_call a:hover {
	color: #fff;
}

/* ============== Start Download Links =========== */
.header_downloads {
	width: 90%;
}

.downalod_links {
	position: relative;
	background-color: #182956;
	padding: 5px 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.header_downloads ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.fa-cloud-download {
	color: #feb52a;
}

.header_downloads ul li {
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.header_downloads ul li a {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.9px;
}

/* ======== Start Header ======= */
.main_headers {
	position: fixed;
	top: 0;
	background: #00000061;
	left: 0;
	z-index: 1035;
	width: 100%;
	height: 85px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
	transition: all 300ms ease-in-out;
	/* border-bottom: 1px solid #ddd; */;
}

.header_menu {
	background: transparent;
}

a.header_calls {
	color: var(--text-white-color);
	padding: 5px 20px;
	border-radius: 20px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

.logo {
	height: 65px;
}

.header_menu .nav-link {
	box-sizing: border-box;
	text-transform: uppercase;
	color: var(--text-white-color);
	letter-spacing: 1px;
	font-weight: 300;
	position: relative;
}

.header_menu .nav-link:hover {
	color: var(--bg-secondry-color);
}

.header_menu .nav-item {
	padding-left: 20px;
}

.header_menu .nav-item:first-child {
	margin-left: 20px;
}

/* ========= START MASTER PLAN ====== */
.master {
	border-top: 20px solid var(--bg-primary-color);
	padding: 40px 0;
}

/* ======= start business box ===== */
.big_bussness {
	background: #f8f8f8;
    /* padding: 40px 0; */
    /* border-top: 20px solid var(--bg-primary-color); */
    /* margin-top: 0; */
	padding-top: 0;
	padding-bottom: 40px;
}

.business_box {
	text-align: center;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.1);
}

.business_box h6 {
	text-transform: capitalize;
	color: var(--bg-black-color);
	font-size: 15px;
	letter-spacing: .8px;
}

.business_box h5 {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--bg-black-color);
	font-size: 20px;
}

.business_box_img {
	margin-bottom: 30px;
}

.price_up {
	padding: 10px 20px;
	outline: none;
	border: 0;
	background: var(--bg-black-color);
	color: var(--text-white-color);
}
/* ======== Update Download Brochure ======== */
.upcall {
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: space-between;
}

.upcall a {
	color: var(--text-secondry-color);
	text-transform: uppercase;
	cursor: pointer;
	font-family: Poppins;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
}

.upcall a:after {
	position: absolute;
	right: -10px;
	top: 11px;
	width: 2px;
	height: 50px;
	content: "|";
	color: #fff;
}

.upcall a:last-child:after {
	position: absolute;
	right: -9px;
	top: 13px;
	width: 2px;
	height: 50px;
	content: "";
	color: #fff;
}

.upcall a:hover {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.d_brochure {
	padding: 10px 0px;
	margin-right: 0px;
	border-radius: 2px;
}

.mr22 {
	margin-left: 22px;
}

.p_calls {
	border-radius: 2px;
}


 /* ======== Starrt Slider ========= */
.banner_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;
}

.man_slider .carousel-caption {
	position: absolute;
    /* right: 0; */
    bottom: 100px;
    width: 100%;
    left: -400px;
    z-index: 10;
    /* padding-top: 24px; */
    padding-bottom: 162px;
    color: #fff;
    text-align: center;
   
}

.man_slider img {
	height: 100vh;
	object-fit: cover;
}

.man_slider .sizes {
	font-size: 20px;
    padding: 10px 25px;
    position: relative;
    width: 30%;
    margin: auto;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.2px;
    color: #b27f19;
}
.man_slider .sizes span {
	color: #000;
    font-weight: 800;
}

.man_slider .sizes:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 10px;
	background: var(--bg-primary-color);
	right: calc(100% + 10px);
	top: 0;
	transform: skewX(-17deg);
}

.man_slider .sizes:after {
	position: absolute;
	content: '';
	background: var(--bg-white-color);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.man_slider .st_price {
	display: block;
	width: 80%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 30px;
	align-items: center;
	position: relative;
	line-height: initial;
}

.man_slider .amount span {
	/* font-size: 40px; */
	color: #f0a37a;
	text-shadow: 2px 0px 5px #000;
}

.ov_headings.left {
	padding-left: 20px;
}

.ov_headings {
	position: relative;
}

.ov_headings.left:before {
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
}

.ov_headings:before {
	position: absolute;
	content: '';
	background: var(--bg-black-color);
}

.sec_title {
	letter-spacing: 1px;
	color: var(--bg-black-color);
	font-size: 24px;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}

.download_btn.lc_btn {
	background: #a79673;
}

.download_btn {
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	background: var(--bg-black-color);
	color: var(--text-white-color);
	position: relative;
}

.download_btn:before {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 95%;
	height: 80%;
	content: "";
	border: 1px solid #c6b38d;
}

.b_first h5 {
	font-size: 40px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.b_first p {
	font-size: 25px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

.b_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	content: "";
}

.man_slider .carousel-indicators .active {
	opacity: 1;
}

.man_slider .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 45px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
/* ======== Start Banner Form ======= */
.banner_query {
	position: fixed;
	width: 35%;
	z-index: 99;
	top: 50%;
	left: 50%;
	padding: 20px;
	transform: translate(-50%, -50%);
	background: #fff;
	display: none;
}

.error-msg {
	color: red;
}
/* ======== Start Highlights Msg ========== */
.highlits_msg {
	padding-top: 0;
	padding: 20px 0;
	background: var(--bg-primary-color);
}

.highlits_msg .main-hds {
	margin-bottom: 0;
}

.m-hds {
	font-size: 25px;
	color: #ddd;
	margin-bottom: 20px;
}

.h_lists {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-wrap: wrap;
}

.h_lists li {
	color: #ddd;
	list-style: none;
	width: 32%;
	margin-bottom: 15px;
	border: 1px solid;
	margin-right: 10px;
	padding: 10px;
}

.highlits_msg h3 {
	margin-bottom: 0;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--bg-secondry-color);
	font-weight: 400;
	letter-spacing: 1.5px;
}

.highlits_msg p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #ddd;
	line-height: 1.9;
	font-size: 15px;
	;
}

/* ====== START REACH ======= */
.in_reach {
	padding: 40px 0;
}

.reach_img img {
	border-radius: 25px;
	border: 5px solid #eee;
}

.in_reach .owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 20px);
	left: 0px;
	opacity: 1;
	font-size: 30px;
	z-index: 1056;
	font-size: 30px !important;
	background: var(--bg-primary-color) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.in_reach .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	opacity: 1;
	font-size: 30px;
	z-index: 1056;
	font-size: 30px !important;
	background: var(--bg-primary-color) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.owl-nav .owl-next span, .owl-nav .owl-prev span {
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 65px;
	transform: translate(-50%, -50%);
}

/* ========== Start Overview ============ */

.right-image
{
	width: 100%;
	height: auto;
	margin-right: 20px;

}

.overviews {
	position: relative;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.over-rgt h6 {
	font-size: 25px;
	margin-bottom: 15px;
}

.right_logo {
	text-align: center;
	margin-bottom: 20px;
}

.b_logo {
	height: 65px;
}

.overview h5 {
	color: #fff;
	letter-spacing: 3.5px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main-hds {
	font-size: 40px;
	color: #292929;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3.8px;
	margin-bottom: 20px;
}

.t_color {
	color: #be9f68;
}

.t_white {
	color: #fff;
}

.more_btn {
	background-color: #fff;
	margin: 0px auto;
	display: block;
	color: #4f1d28;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 25px;
	margin-top: 40px;
	width: 200px;
	cursor: pointer;
	transition: all ease .5s;
}

.more_btn:hover {
	background-color: #be9e68;
	margin: 0px auto;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 25px;
	margin-top: 40px;
	width: 200px;
	cursor: pointer;
	transition: all ease .5s;
}

/*======== Start Key Points ======== */
.key_points {
	padding-bottom: 40px;
    /* padding: 3rem 0; */
    /* background-color: #fafaf0; */
	margin-top: 40px;
	background-color: var(--bg-secondry-color);
    /* background-image: url(../images/bg.jpg);
	position: relative;
	background-position: center; */;
}

/* .key_points:before {
	position: absolute;
   background-color: var(--bg-secondry-color);
   opacity: 1;
   content: "";
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
} */

.points_p {
	color: #fff;
	text-transform: capitalize;
	text-align: center;
}

.shape_upp {
	margin-top: -40px;
}

.k_small {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.key_box {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #eccd90;
	padding: 15px 30px;
	border-radius: 0;
	transition: all ease .9s;
}

.key_box:hover {
	border: 1px solid var(--bg-white-color);
	transition: all ease .9s;
}

.key_box:hover {
	border: 1px solid #fff;
	transition: all ease .5s;
}

.key_box p {
	color: #c6b38d;
	letter-spacing: 1.5px;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.key_img img {
	width: 40px;
	margin-bottom: 20px;
}

.tt_color {
	color: #091a32;
}

/* ======== Start Overview ========= */
.overview_desc p {
	letter-spacing: 0.1px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	position: relative;
	text-align: justify;
	line-height: 2;
}

.over-rgt p {
	position: relative;
	color: #414141;
	line-height: 1.8;
	text-align: justify;
}

.ss_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ss_list.n_lst {
	/* background: #f8f8f8; */
	padding: 0 10px;
}

ul.ss_list.n_lst li {
	padding: 0;
	color: #000;
	padding-bottom: 5px;
}

.ss_list li {
	padding: 5px 0px;
	list-style: square;
	color: var(--text-white-color);
	margin: 0 20px;
}

.ss_list span {
	color: var(--bg-secondry-color);
	font-size: 16px;
	padding: 10px;
}

.ss_list li:first-child {
	border-top: 0;
}

.ss_list.sb.ss_list li {
	border-top: 1px solid #dddddd6e;
}

.text_colors {
	color: #ee0b0b;
	text-transform: uppercase;
}

.text_colors span {
	color: #091a32;
	font-weight: 600;
}

.overview_image {
	margin-top: 20px;
}

.overview_image img {
	margin-top: 20px;
	width: 100%;
}

#location-map img {
	max-width: 100%;
	width: 100%;
}

.location_content {
	padding: 5px 10px;
}

/* ====== Start Location Map ====== */
.pr_location {
	padding: 40px 0;
	background: linear-gradient(to right, #091a32 70%, #c6b38d 30%);
}


/* ======= start floor plan popup image ====== */
.pr_floors {
	background: var(--bg-secondry-color);
	padding-bottom: 40px;
}

.floor_desc {
	text-align: center;
	color: #fff;
	padding: 15px 20px;
	background: #c6b38d;
}

.v_mores {
    text-transform: uppercase;
    color: var(--text-secondry-color);
}

.floor_list {
	border: 1px solid #6a6a6a;
}

.floor_desc a {
	display: inline-block;
	margin-top: 10px;
	font-weight: 500;
	padding: 8px 20px;
	color: #fff;
	background: var(--bg-primary-color);
	cursor: pointer !important;
}

.bg_theme {
	background-color: var(--bg-primary-color);
}

.table thead th {
	color: var(--text-secondry-color);
	vertical-align: bottom;
	border-bottom: 1px solid #bd8c6c;
	border-top: 1px solid #091a32;
	font-family: Poppins;
	letter-spacing: 1.5px;
	align-items: center;
}

.pr_floors tr td a {
	color: var(--bg-secondry-color);
	background: var(--bg-primary-color);
	padding: 7px 15px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
}

.table-bordered td, .table-bordered th {
	border: 1px solid var(--bg-primary-color);
}
/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}

.thumb:last-child {
	margin-bottom: 0;
}



/* ====== Start Address ======== */
.addresss {
	background: #091a32;
	margin-top: 40px;
}

.addressimg {
	text-align: center;
	border: 1px solid #511d29;
	margin-bottom: 20px;
    /* width: 200px; */
	padding: 40px 10px;
    /* height: 200px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: inset 6px -1px 5px 0px #dccda6, 0.9em 0px 0.6em 0px #dccda6;
}

.addressbox .addressimg span {
	color: #511d29;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
}

.addressbox .addreslists ul li {
	font-size: 15px;
	margin-bottom: 5px;
	list-style: none;
	padding: 0 15px;
	color: #000;
}

.subheadings {
	text-transform: capitalize;
	font-size: 17px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 40px;
	color: #000;
	line-height: 1.8;
	font-family: Poppins;
}

.addressbox .addreslists ul li::before {
	content: "*";
	color: rgb(81, 29, 41);
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/* ======== Start Amenities ==== */
.amenity {
	/* background-image: url(../images/overview-bg.jpg); */
	border-top: 20px solid  var(--bg-primary-color);
	padding-bottom: 20px;
}

.am-box.am-h img {
	height: 410px;
	object-fit: cover;
	border-radius: 10px;
}

.am-box {
	margin-bottom: 30px;
}

.overlay {
	background: var(--bg-primary-color);
	width: 100%;
	transition: .5s ease;
	color: #091a32;
	font-size: 15px;
	padding: 5px 0;
	border-radius: 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
}

.am-box.am-hs img {
	height: 175px;
	object-fit: cover;
	width: 100%;
}

.am-box:hover .overlay {
	background: var(--bg-black-color);
	opacity: 1;
	color: #fff;
}

.amenity_box {
	border: 1px solid #091a32;
	margin-bottom: 25px;
	border-radius: 40px 30px;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 15px 5px;
	text-align: center;
	background: #c6b38d;
}

.amenity_box img {
	position: relative;
	padding: 0;
	height: 80px;
}

.amenity_box.explore_btn {
	padding: 25px 0;
	background: #000;
	cursor: pointer;
}

h5.explore {
	font-size: 25px !important;
	font-weight: 600;
}

.amenity_box h5 {
	color: #091a32;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 1.6;
	font-family: Poppins;
	letter-spacing: 1.2px;
}

/* ========= Start Project Configuration ========= */
.configuration {
	padding-bottom: 40px;
	background-color: var(--bg-black-color);
}

.configuration img {
	height: 300px;
	width: 100%;
	cursor: pointer;
	filter: blur(2px);
  -webkit-filter: blur(2px);
}

img.close_img {
	height: auto;
}

/* .configuration a {
	font-weight: 800;
	color: var(--bg-primary-color);
} */

.floor_title {
	text-align: center;
	margin: 0;
	font-family: Poppins;
	text-transform: uppercase;
	letter-spacing: .2px;
	font-size: 20px;
	padding: 10px 0;
	color: var(--text-black-color);
	background: var(--bg-secondry-color);
}

.proj_size {
	padding: 30px 10px;
	border: 2px solid #ee6701;
	text-align: center;
	display: block;
	background: #081118;
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.table td, .table th {
	padding: 0.75rem;
	white-space: nowrap;
	color: #c6b38d;
	vertical-align: top;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.5px;
	border-top: 1px solid #dee2e6;
}

.view_more {
	background-color: var(--bg-secondry-color);
	padding: 10px 30px;
	color: #000;
	border: none;
	font-weight: 500;
	outline: none;
	font-size: 20px;
	display: block;
	margin: auto;
	margin-top: 30px;
}

/* ======== Start Key Highlights ======= */
.key_highlights {
	margin-top: 50px;
}

.key_blurs {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #091a32;
	opacity: .9;
	top: 0;
	left: 0;
}

.key_highlights .container-fluid {
	position: relative;
}

.key-box {
	-webkit-transition: .2s;
	transition: .2s;
	position: relative;
	bottom: 0;
	padding: 5px;
	transition: all ease .5s;
}

.key-box:hover {
	bottom: 5px;
}

.key-box img {
	padding: 20px;
	border: 1px solid #eeeeee75;
	margin-bottom: 20px;
}

.key-box p {
	text-transform: capitalize;
	text-align: center;
	color: var(--text-white-color);
	font-size: 20px;
	text-shadow: 1px 2px 0px #091a32;
}

.main_hds {
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-size: 40px;
}
/* ===== Start Location ========= */
.updated_locations_images {
	background: #6a6a6a;
	color: #eee;
	padding: 40px 0;
}

.location_feature li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 10px;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0px;
	border-right: 1px solid #fff;
	text-align: center;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.location_feature li b {
	display: block;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 34px;
	margin-top: 5px;
	font-weight: 900;
}

.bbnone {
	border-bottom: none !important;
}

.ftr {
	border-right: 0px solid #fff !important;
}

.location-img {
	cursor: pointer;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.loc_advantages {
	padding: 50px 0;
	background: #2a3d89;
}

.loc_box {
	text-align: center;
	padding: 0px 50px;
}

.loc_box img {
	margin-bottom: 20px;
	height: 90px;
}

.loc_box p {
	color: var(--text-white-color);
	text-transform: capitalize;
}

.con_desc p {
	font-weight: 800;
	font-size: 20px;
	color: #414141;
}

.con_desciption p {
	font-weight: 800;
	font-size: 20px;
	color: #414141;
}

.con_desciption p:first-child {
	color: #9e8c4e;
}

.updated_locations_content {
	text-align: center;
}

.address_icon {
	width: 100px;
	margin: auto;
	margin-bottom: 30px;
}
/* ======= START HIGHLIGHTS ========= */
.highlits {
	background: #eee;
	color: #eee;
	padding: 0px 0;
	/* background-size: contain;
	background-repeat: repeat;
	background-image: url(../images/bg-1.jpg); */
	;
}

.hlts_content {
	padding: 0px 70px;
}
/* ======== Start Gallery ======= */
.gallery {
	background: var(--bg-white-color);
}

.btn-close.gall_close {
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 91;
	background: transparent;
	opacity: 1;
	background: #ddd;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 50%;
}

.galley_pop .modal-content {
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.gallery-item {
	height: 250px;
	width: 100%;
	object-fit: cover;
	padding: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-top: 20px;
}

.gallery img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 15px;
	border: 2px solid #ddd;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: transparent;
	border: 5px solid rgb(255 255 255 / 25%);
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
	width: 100%;
}



/*  =========== Start Footer ========= */
.m_footer {
	display: none;
}

.main_footer {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: var(--bg-black-color);
	margin-top: 50px;
}

.main_footer p {
	font-size: 15px;
	color: #ccc;
	line-height: 1.9;
}

.footer_copywrite {
	text-align: center;
	padding: 10px 0;
}

.main_footer p {
	margin-bottom: 0;
}

.footer_copywrite p, .footer_copywrite a {
	margin-bottom: 0;
	color: #414141;
}

.footer_call {
	font-weight: 700;
	font-size: 30px;
	color: #ddd;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer_call:hover {
	color: #fff;
}

.footer_query {
	position: fixed;
	left: 0;
	background: #fff;
	z-index: 91;
	top: 50%;
	padding: 5px 10px;
}

.footer_query {
	left: -125px;
	background-color: var(--bg-secondry-color);
	z-index: 91;
	top: 50%;
	padding: 5px 10px;
	display: inline-block;
	font-size: 1rem;
	height: 50px;
	line-height: 40px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 300px;
}

.footer_query:hover {
	background-color: var(--bg-white-color);
}

.footer_query p {
	margin: 0;
	cursor: pointer;
	letter-spacing: 1.5px;
	
	color: var(--text-secondry-color);
}

.footer_query a {
	margin: 0;
	cursor: pointer;
	letter-spacing: 1.5px;
	
	color: var(--text-white-color);
}

.d_query {
	right: -80px;
	background-color: var(--bg-secondry-color);
	z-index: 1056;
	top: 51%;
	padding: 5px 10px;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	border: 1px solid var(--text-white-color);
	height: 50px;
	line-height: 40px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 200px;
}

.d_query a {
	cursor: pointer;
	color: #fff !important;
}

.footer_mobile_query {
	background: var(--bg-primary-color);
	color: var(--text-white-color);
	overflow: hidden;
	padding: 5px 15px 10px 0px;
	text-align: center;
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
	height: 40px;
}

.footer_mobile_query img {
	width: 15px;
}

.footer_mobile_query a {
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--text-white-color) !important;
	font-weight: 800;
	cursor: pointer;
}

.fpd_color {
	border-right: 1px solid #fff;
}
/* ======= Start Query Popup Form ========== */
.form-control.update_field {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.form_calls {
	width: 75%;
	position: relative;
	background: #000;
	padding: 5px;
	margin-top: 20px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
	margin: auto;
}

.form_calls:hover {
	color: var(--text-white-color);
}

.form-messages {
	color: var(--bg-secondry-color);
	text-align: center;
	margin-bottom: 20px;
}

.form_pops_img img {
	width: 100%;
}

.modal-content.form_design {
	background: var(--bg-white-color);
	border: 5px solid #fff;
	border-radius: 0;
}

.form-control.update_field1 {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.query_popup .btn-close {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	opacity: 1;
	background: transparent;
}

.form_pops button.close {
	position: absolute;
	right: -11px;
	top: -50px;
	color: #fff;
	text-shadow: none;
	font-size: 35px;
	opacity: 1;
}

.form_tags {
	text-align: center;
	color: #495057;
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 20px;
}

.submit_button {
	background: var(--bg-primary-color);
	color: var(--bg-black-color);
	border: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
	border-radius: 2px;
}

.form-control.input_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
}

.form-control.input_fields1 {
	height: auto;
	border-radius: 0;
}

.close_one {
	z-index: 99;
	position: absolute;
	top: -27px;
	background: #fff;
	opacity: 1;
	right: 0;
	border-radius: 50%;
	padding: 5px;
}

.query_popup .modal-content {
	border-radius: 0px;
}

.query_message small {
	padding: 10px 0;
	display: block;
	font-size: 17px;
	color: var(--text-secondry-color);
	text-align: center;
	letter-spacing: 1.2px;
}

.btn.submit_btn.frm-btn {
	background-color: var(--bg-black-color);
	color: var(--text-white-color);
	border-radius: 0;
	padding: 10px 30px;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.error-msg {
	color: red;
	margin-bottom: 10px;
	display: block;
}

/* ========= Start Responsive ========== */

@media (min-width: 992px)
{
	.mobile
	{
		display: none;
	}
	
}

@media (max-width:992px)
{
	.header_calls,.right-image
	{
		display: none;
	}

	#carouselExampleIndicators
	{
		display: none;

	}

	.d_query {
		right: -79px;
		background-color: var(--bg-secondry-color);
		z-index: 1056;
		top: 183px !important;
		padding: 5px 10px;
		display: inline-block;
		font-size: 1rem;
		position: relative;
		border: 1px solid var(--text-white-color);
		height: 50px;
		line-height: 40px;
		position: fixed;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		width: 200px;
	}

	.mobile
	{
		width: 100%;
		height:auto;
		margin-top: 70px;
		
	}

	.b_first h5 {
		font-size: 30px;
		letter-spacing: 1.2px;
		text-transform: uppercase;
	}
	.man_slider .carousel-caption {
		position: absolute;
    /* right: 0; */
    bottom: 8px;
    width: 100%;
    left: 8px;
    z-index: 10;
    /* padding-top: 24px; */
    padding-bottom: 6px;
    color: #fff;
    text-align: center;
	}
}

@media only screen and (max-width: 767px) {
 
	.main_navigation {
		height: auto;
		padding-bottom: 5px;
	}

	.header_downloads {
		width: 100%;
	}

	.nav_icon {
		top: 15px;
	}

	.h_lists li {
		width: 100%;
	}

	.m-hds {
		font-size: 15px;
	}

	.carousel-caption {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 100%;
		left: 0;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
	}

	.man_slider .st_price {
		width: 100%;
		padding: 0;
	}

	.man_slider .sizes {
		width: 80%;
		font-size: 15px;
	}
	
	.header_menu {
		padding: 5px 20px;
	}

	.header_menu .nav-item:first-child {
		margin-left: 0;
	}

	.header_downloads ul li {
		letter-spacing: 1px;
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	a.header_calls {
		color: #fff;
		/* border-bottom: 2px solid #fff; */
		/* border-top: 2px solid #fff; */
		padding: 5px 20px;
		border-radius: 0px;
		background: #af9154;
		width: 100%;
	}

	.logo {
		height: 35px;
	}

	.gallery-item {
		height: auto;
	}

	.cnt-pad {
		padding: 0 5px;
	}

	.p_calls {
		padding: 5px 5px;
	}

	.upcall {
		margin: 0;
		width: 100%;
	}

	.d_brochure {
		padding: 5px;
		margin-right: 5px;
	}

	.upcall a {
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		font-family: Poppins;
		letter-spacing: .5px;
		font-size: 10px;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.upcall img {
		width: 20px;
	}

	.highlits_msg p {
		font-size: 14px;
	}

	.key-box p {
		font-size: 17px;
	}

	.footer_query {
		left: -128px;
		top: 60%;
	}

	.banner_query {
		width: 100%;
		background: var(--bg-primary-color);
	}

	.footer_copywrite {
		margin-bottom: 40px;
	}

	.main_hds {
		font-size: 30px;
	}

	.location_feature {
		padding: 0;
	}

	.location_feature li {
		width: 100%;
		margin: 0;
		padding: 10px 10px;
		font-size: 20px;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 0px;
		border-right: 1px solid #fff;
		text-align: center;
		border-bottom: 1px solid #eee !important;
		list-style: none;
		border: 1px solid #ddd !important;
		border-top: 0;
		border-right: 0;
	}

	.over-rgt {
		margin-top: 20px;
	}

	.location_feature li b {
		font-size: 20px;
		font-weight: 600;
	}

	.hlts_content {
		padding: 10px;
	}

	.configuration img {
		height: auto;
		width: 100%;
		object-fit: contain;
	}

	.form_calls {
		margin-bottom: 20px;
	}

	/* ===== Footer Mobile ===== */
	
	.m_footer {
		background: var(--bg-secondry-color);
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 91;
		padding: 8px 0;
		text-align: center;
		display: block;
	}

	.m_call a, .m_query a {
		color: #e3d3af !important;
		font-size: 15px;
		font-weight: 600;
	}

	h5.explore {
		font-size: 20px !important;
		font-weight: 600;
	}

	.main-hds {
		font-size: 20px;
	}

	.amenity_box img {
		height: 65px;
	}

	.header_downloads ul li:first-child {
		margin-top: 0;
	}
}