/* ============= IMPORT GOOGLE FONTS =========== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* ============= COMMON CSS =========== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Rubik", sans-serif;
	/* font-family: "Open Sans", serif; */
	font-size: 15px;
}

body {
	color: #666565;
}

:root {
	--c-primary-color: #0f172b;
	--c-secondary-color: #e86524;
	--c-alt-color: #fea116;
	--c-white-color: #fff;
	--c-black-color: #000;
	--c-gray-color: #ae8f79;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: var(--c-white-color);
}

::-webkit-scrollbar-thumb {
	background-color: var(--c-primary-color);
	border-radius: 5px;
	background-color: var(--c-primary-color);
	/* background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.3) 25%,transparent 20%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent); */
	;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	letter-spacing: .5px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: var(--c-primary-color);
}

a:hover {
	text-decoration: none;
	color: var(--c-primary-color);
}

p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .5px;
}

body {
	background-color: var(--c-white-color);
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 15px;
}


/* ======= Start Query Popup Form ========== */
.form-control.update_field {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.f_close {
	width: 20px;
}

.ph_message {
	text-align: center;
}

.ph_message h2 {
	color: var(--c-primary-color);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 25px;
}

.ph_message h3 {
	color: #414141;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.4;
	text-transform: capitalize;
}

.form-messages {
	color: var(--bg-primary-color);
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.q_form_img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.modal-content.form_design {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 0;
}

.v_mores {
	position: absolute;
	display: flex;
	bottom: 0;
	left: 6px;
	background: #be9f68;
	border: 5px;
	font-size: 15px;
	text-align: center;
	padding: 15px 30px;
    /* transform: translate(-50%, -50%); */
	cursor: pointer;
	color: #fff;
	width: 90%;
	text-transform: uppercase;
	justify-content: center;
}

.form-control.tpfrm {
	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;
}

.q_form button.close {
	position: absolute;
	right: -6px;
	top: -50px;
	color: #fff;
	text-shadow: none;
	font-size: 35px;
	opacity: 1;
	border: 0;
	width: 30px;
	height: 30px;
	background: transparent;
}

.q_form button.close {
	font-size: 15px;
}

.form_tags {
	text-align: center;
	color: #495057;
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 20px;
}

.frm-btn {
	color: #fff;
	background: #FF9800;
	border-radius: 0px;
	border: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control.input_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-bottom: 10px;
}

textarea.form-control {
	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;
}

.form-list {
	list-style: none;
}

.form-list li {
	margin-top: 10px;
}

.form-list li span img {
	height: 35px;
}

.popup-call {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px !important;
	padding: 10px 25px;
	border-radius: 25px;
	background: var(--c-primary-color);
	display: block;
	margin: auto;
	width: 65%;
	text-align: center;
	font-weight: 600;
}

.popup-call:hover {
	color: #fff;
}

.sp-sub-form {
	padding: 10px 30px;
	border: none;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px; */
	background: orange;
	margin-bottom: 20px;
	border-radius: 25px;
	color: #fff;
	width: 70%;
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	margin: auto;
	font-weight: 600;
}

.sp-sub-form:hover {
	background-color: #0f172b;
}

/* ====== List Of Property ======= */
.view_property {
	display: inline-block;
	float: right;
	padding: 10px 20px;
	border: 1px solid var(--c-alt-color);
	border-radius: 25px;
}

.view_property:hover {
	background-color: var(--c-alt-color);
}

.view_property a {
	color: var(--c-primary-color);
}

.property_list .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block;
}

.property_list .owl-nav .owl-next {
	position: absolute;
	top: -40px;
	right: 10px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	width: 40px;
	height: 40px;
    /* border-radius: 50%; */
	transition: all 400ms;
	background-color: #ddd !important;
}

.property_list .owl-nav .owl-next i {
	line-height: 40px;
	color: var(--c-primary-color);
	font-size: 25px;
}

.property_list .owl-nav .owl-prev {
	position: absolute;
	top: -40px;
	right: 60px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	width: 40px;
	height: 40px;
    /* border-radius: 50%; */
	transition: all 400ms;
	background-color: #ddd !important;
}

.property_list .owl-nav .owl-prev i {
	line-height: 40px;
	color: var(--c-primary-color);
	font-size: 25px;
}

.prop_box {
	/* text-align: center; */
	border: 1px solid #ddd;
	position: relative;
	margin-top: 40px;
	overflow: visible;
	transition: all ease .5s;
}

.prop_box:hover {
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.prop_image img {
	filter: brightness(0.7);
	width: 100%;
}

.prop_box p {
	color: #414141;
}

.dm_btn {
	background: #333;
	padding: 10px 12px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	color: #000;
	border-radius: 0px;
	background: #ddd;
	text-align: center;
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 3px 3px -5px #aba6a6;
	margin-top: 20px;
}

.dm_btn a {
	font-weight: 600;
	/* font-family: "Montserrat", sans-serif; */
	font-size: 16px;
}

.dm_btn.Enq_color {
	background-color: #fafaf0;
}

.prop_box:hover .dm_btn {
	background-color: var(--c-alt-color);
	color: var(--c-black-color);
	transition: all ease .5s;
}

.prop_box:hover .dm_btn.Enq_color {
	background-color: var(--c-primary-color);
	color: var(--c-white-color);
	transition: all ease .5s;
}

.prop_type {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	padding: 7px 20px;
	text-align: center;
	color: #0f172b;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
}

.prop_ttl {
	font-size: 15px;
	font-weight: 800;
	color: #0d263c;
	margin-bottom: 15px;
}

._prop_sf {
	display: flex;
	justify-content: space-between;
}

._prop_sf p {
	font-size: 12px;
}

.prop_box b {
	color: #333;
}

.prop_content {
	padding: 20px;
}

.npfound {
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 500;
}

/* ======== start city section ===== */
.city_box {
	position: relative;
	text-align: center;
	transition: all ease .5s;
}

.city_box:hover .city_box_img img {
	filter: brightness(.7);
}

.city_box:hover {
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.city_box_img img {
	width: 100%;
	height: 450px;
	border-radius: 10px;
}

.city_box_img {
	position: relative;
}

.city_box_img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #000000d1 100%);
	border-radius: 10px;
}

.city_box.mid_city.city_mid {
	margin-bottom: 25px;
}

.city_box.mid_city.city_mid .city_box_img img {
	height: 212px;
	object-fit: cover;
}

.city_box_desc {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.choose_ttl {
	text-align: center;
	color: var(--c-white-color);
	text-transform: uppercase;
	line-height: 1.6;
	font-size: 20px;
	font-weight: 800;
	text-shadow: 1px 0px 3px #000;
}

.city_box p {
	color: #fff;
	font-weight: 400;
}

/* ========= FILTER ============ */
.form-control.f_field {
	border-radius: 0;
	border: 1px solid #6a6a6a;
	font-size: 15px;
	padding: 0.6rem 0.75rem;
	background-color: transparent;
}

.btn.search_btn {
	background: var(--c-primary-color);
	border-radius: 0;
	padding: 9px 30px;
	width: 100%;
	color: #fff;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: var(--c-primary-color);
	font-weight: 700;
}

/* =========== START FIND PROPERTY HEADER ========= */
.top_header {
	background-color: var(--c-primary-color);
	padding: 10px 0;
	/* background: linear-gradient(60deg, #0f172b 28%, #e16224 9%); */
	;
}

.header_whatsapp {
	position: absolute;
	padding: 15px;
	cursor: pointer;
	top: -3px;
	right: 35px;
	z-index: 1035;
}

.header_whatsapp img {
	margin-right: 5px;
}

.site_visite h5 {
	color: var(--c-white-color);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.call_top {
	float: right;
	display: flex;
}

.header_mail, .header_call {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 43px;
	border-radius: 0px;
	border-top: 2px solid #000;
}

.call_top img {
	height: 50px;
	filter: invert(1);
	margin-right: 5px;
}

.call_top a {
	color: #eee;
	font-weight: 500;
	font-size: 14px;
	margin-left: 10px;
	letter-spacing: 1.5px;
	display: block;
}

.p_header {
	top: 0;
	z-index: 1025;
	position: sticky;
	background-color: var(--c-white-color);
    /* position: relative; */
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.nav_gutter {
	margin-top: 95px;
}

.navbar-brand img {
	height: 60px;
}

.header_navigation {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	background-color: #fff;
}

.fluid_pad {
	padding: 0 50px;
}

.header_navigation .nav-item .nav-link {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	transition: all ease .5s;
	cursor: pointer;
}

.header_navigation .dropdown-item {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	transition: all ease .5s;
	font-weight: 400;
	cursor: pointer;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.header_navigation .nav-item .nav-link:hover {
	color: var(--c-secondary-color);
	transition: all ease .5s;
}

.header_navigation .navbar-nav .nav-item {
	margin-right: 30px;
}

.mr-align {
	display: flex;
	align-items: center;
}

/* ======= Gallery ========= */
.acf-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.gallery-item img {
	width: 100%;
	max-width: 200px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* ======= Breadcums ========= */
.p_breadcums {
	text-align: center;
}

.p_breadcums h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	font-family: "Open Sans", serif;
}

.p_breadcums .breadcrumb {
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 15px;
	color: var(--e-global-color-primary);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.p_breadcums .breadcrumb-item.active {
	color: var(--c-secondary-color);
}

.p_breadcums a {
	color: #fff;
	font-weight: 400;
}

.p_breadcums .breadcrumb .breadcrumb-item {
	float: left;
	position: relative;
	z-index: 11;
	line-height: 1;
	padding: 0 10px;
}

.p_breadcums .breadcrumb-item+.breadcrumb-item::before {
	content: '/';
	position: absolute;
	bottom: 0;
	left: -5px;
	z-index: 1;
	top: 2px;
	color: #ccc;
}

/* ======== Inner Banner ========= */
.listing_banner {
	background-image: url(../images/inner_background.jpg);
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	position: relative;
}

.listing_banner:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
	opacity: .7;
}

.listing_banner .container-fluid {
	position: relative;
}

.innerpage {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.about_prop_location h4 {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	text-transform: capitalize;
}

.details_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d-price {
	font-size: 17px;
	color: var(--c-alt-color);
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	margin: 0;
}

.inn_ttl {
	font-size: 16px;
	color: var(--c-primary-color);
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	margin: 0;
}

figure {
	margin: 0 0 1rem;
	display: flex;
	padding-right: 10px;
}

.ind_para {
	text-align: center;
    /* font-size: 15px; */
	color: #333;
	width: 85%;
	margin: auto;
}

.property_total {
	display: flex;
	justify-content: space-between;
}

.property_total li {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--c-black-color);
	cursor: pointer;
}

.property_total li span {
	color: var(--c-alt-color);
	font-weight: 500;
}

.listing_query_form .form-control.input_fields {
	margin-bottom: 0;
	margin-top: 25px;
	border: 1px solid #ccc;
}

.listing_query_form .sp-sub-form {
	margin-bottom: 0;
	margin-top: 25px;
}

/* ======= Watermark ========= */
.prop_image {
	position: relative;
}

.prop_image::after {
	content: '';
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 170px;
	height: 100px;
	background-image: url(../images/indrealtywatermark.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .6;
}

/* ======== Pagination ========== */
.pagination {
	text-align: center;
	margin: 20px 0;
	display: inline-block;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	border: 1px solid #ddd;
	border-radius: 0;
	text-decoration: none;
	color: var(--c-primary-color);
	transition: all 0.3s ease;
}

.pagination a:hover {
	background: var(--c-alt-color);
	color: #fff;
}

.pagination .current {
	background: var(--c-alt-color);
	color: #fff;
	font-weight: bold;
}


/* ======= Page Not Found ========= */
.pnf {
	font-size: 70px;
	font-weight: 800;
}

.go_back {
	display: inline-block;
	background: var(--c-alt-color);
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}

/* ======== Inner Filter ======== */
.listing_query_form {
	padding: 45px 0;
	background: #fafaf0;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	position: sticky;
	top: 0;
	z-index: 1025;
}

.listing_query_form .col-auto {
	width: 20%;
}

/* ======== about us =======  */
.meet_epert_exp {
	background: #ddd;
	padding: 20px;
}

.s_c_img img {
	width: 100px;
	height: 100px;
	background: orange;
	padding: 20px;
}

/* ========= Updated Banner ======= */
.pf_slider {
	position: relative;
}

.section-title {
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: 20px;
}

.section-title::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	left: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.section-title::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	right: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.section_hds {
	font-size: 4rem;
	font-weight: 800;
}

.form-control.form_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-bottom: 10px;
}

.carousel-indicators [data-bs-target] {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 5px;
	border: 3px solid #fce691;
	box-sizing: border-box;
}

.banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
}

.pf_slider img {
	width: 100%;
	object-fit: cover;
}

.pf_slider h5 {
	font-weight: 600;
	font-size: 25px;
}

.pf_slider .carousel-caption {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	width: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Test Animation */
.pf_slider .carousel-item.active  h1 {
	animation: fadeInDown;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.pf_slider .carousel-item.active  h6 {
	animation: fadeInDown;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

@media (max-width:920px) {
	.slider_content {
		width: 100%;
	}

	.slidrer_action .slider_btn {
		margin-right: 0;
	}
}

/* ======== Start Inner Page ======= */
.n_list {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 20px;
}

.n_list li {
	line-height: 2.5;
}

/* ======== START SERVICES ====== */
.p_services {
	position: relative;
	background: #fafaf0;
	color: var(--c-white-color);
	padding-top: 80px;
	padding-bottom: 130px;
	background-image: url(../images/background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.p_services .container-fluid.fluid_pad {
	position: relative;
}

.p_heading {
	font-size: 50px;
	color: var(--c-alt-color);
	font-weight: 800;
}

.p_heading span {
	color: var(--c-primary-color);
}

.button_text {
	padding: 7px 50px;
	background: var(--c-white-color);
	display: inline-block;
	border-radius: 25px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.button_text span {
	color: var(--c-black-color);
	font-size: 15px;
}

.button_text span:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 15px;
	height: 15px;
	background-color: var(--c-primary-color);
	content: "";
	border-radius: 50%;
}

.button_text span:after {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background-color: var(--c-primary-color);
	content: "";
	border-radius: 50%;
}

.list li {
	position: relative;
	margin-left: 25px;
	line-height: 2;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
}

.list li:before {
	position: absolute;
	top: 3px;
	left: -25px;
	color: var(--c-primary-color);
	content: "\f192";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 15px;
}

.s_box img, .s_box h3 {
	margin-bottom: 20px;
}

.s_box a {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.5;
	display: block;
	color: #fff;
}

.s_box {
	background-color: transparent;
	background-image: linear-gradient(180deg, #b11c1c 0%, #711604 100%);
	border: 1px solid var(--c-secondary-color);
	box-shadow: 2px 2px 2px #ddd;
	text-align: center;
	padding: 40px;
	border-radius: 25px;
	position: relative;
	transition: all ease .5s;
	margin-top: 40px;
}

.view_more_btn {
	display: inline-block;
	padding: 10px 30px;
	background: var(--c-alt-color);
	margin-top: 0px;
	border-radius: 25px;
	font-size: 20px;
	color: var(--c-white-color);
	transition: all ease .5s;
}

.view_more_btn:hover {
	background-color: var(--c-alt-color);
	color: var(--c-white-color);
	transition: all ease .5s;
}

.s_box:hover {
	transform: translate(0,-5px);
	background-color: var(--c-primary-color);
}

.mt-40 {
	margin-top: 40px;
}

/* ========== Details Page ========= */
.details_cat {
	border-radius: 0px;
	border: 1px solid #e4e4e4;
	padding: 15px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.0509803922);
}

.quick_connect {
	padding: 10px;
	background: #616161;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: var(--c-white-color);
}

.quick_connect:hover {
	color: var(--c-white-color);
	background-color: var(--c-alt-color);
}

.realty_sticky {
	position: sticky;
	top: 0;
	z-index: 1024;
}

.details_cat.details_query {
	width: 100%;
}

.title_2 h1 {
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--c-primary-color);
	margin-bottom: 20px;
}

.title_2 h1 span {
	font-weight: 400;
}

.cat_list li {
	border-bottom: dashed 1px #ededed;
	padding: 7px 5px;
}

.cat_list li:last-child {
	border-bottom: none;
}

.recent_prop {
	display: flex;
	margin: 0 0 30px;
}

.price {
	color: #4a4747;
	font-weight: 500;
	font-size: 13px;
}

.recent_img {
	padding-right: 10px;
}

.recent_img img {
	height: 120px;
	width: 150px;
	object-fit: cover;
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
}

.recent_title {
	font-size: 15px;
	margin: 0 0 3px;
	font-weight: 500;
}

.recent_title a {
	color: var(--c-primary-color);
	letter-spacing: .7px;
	line-height: 1.4;
}

.detail_lists p {
	font-size: 15px;
}

.detail_lists span {
	display: block;
	color: #333;
}

.cat_list li a {
	font-size: 15px;
	color: #535353;
	letter-spacing: 0;
}

.de_am_list {
	column-count: 3;
	margin-top: 20px;
}

.de_am_list li {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	letter-spacing: 0;
	position: relative;
	margin-left: 20px;
}

.de_am_list li:before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "\f560";
	color: orange;
	font-family: 'FontAwesome';
}

.de_am_list li span {
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 5px;
	display: none;
}

.de_am_list li span i {
	color: #414141;
}

.detail_lists {
	border-top: 1px solid #dddddd40;
	padding-top: 15px;
}

.property_descriptions {
	margin-top: 70px;
}

.cat_list li span {
	font-size: 14px;
	color: #535353;
	float: right;
}

.carousel-indicators button.thumbnail {
	width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
	opacity: 0.7;
}

.carousel-indicators {
	position: static;
}

@media screen and (min-width: 992px) {
	.carousel {
		max-width: 100%;
		margin: 0 auto;
	}
}

/* ===== start services ======= */
.p_services_list.owl-carousel .owl-item img {
	display: inline;
	width: auto;
}

.mng {
	display: block;
}

/* ===== start testimonials ====== */
.the_ind_testimonials {
	padding: 40px 0;
	background-color: var(--c-primary-color);
	position: relative;
	z-index: 1;
}

.the_ind_testimonials .owl-nav .owl-next {
	position: absolute;
	top: calc(52% - 20px);
	right: 260px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.the_ind_testimonials .owl-nav .owl-next i {
	line-height: 50px;
	color: #fff;
	font-size: 35px;
}

.the_ind_testimonials .owl-nav .owl-prev {
	position: absolute;
	top: calc(52% - 20px);
	left: 260px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.the_ind_testimonials .owl-nav .owl-prev i {
	line-height: 50px;
	color: #fff;
	font-size: 35px;
}

.testimonial_box {
	padding: 20px;
	margin-top: 25px;
	position: relative;
	text-align: center;
}

.the_ind_testimonials .item {
	width: 55%;
	margin: auto;
}

.testimonial_box h6 {
	line-height: 1.2;
	color: #eee;
	letter-spacing: 0;
	font-size: 16px;
}

.testimonial_box small {
	letter-spacing: 0;
	font-size: 16px;
	color: #fea116;
	font-weight: 400;
	font-style: italic;
}

.the_ind_testimonials .test_quotes {
	position: absolute;
	top: -16px;
	left: 50%;
	width: auto;
}

.the_ind_testimonials .owl-carousel .owl-item.testi_img {
	width: 90px;
}

.testimonial_content p {
	color: #ccc;
}

.the_ind_testimonials .owl-carousel .owl-item img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	width: 90px;
	border-radius: 100%;
}

.the_ind_testimonials .testimonial_box i {
	color: #ccc;
	font-size: 35px;
	margin-bottom: 10px;
}
/* ==== Contact Page ======== */
.form-control.con_fields {
	border-bottom: 1px solid #414141;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 15px 5px;
	margin-bottom: 15px;
}

.form-label {
	color: var(--c-primary-color);
}

.form-control:focus {
	border-color: none;
	box-shadow: none;
	border-bottom: 1px solid var(--c-alt-color);
}

.contact_lft_img img {
	max-width: 100%;
	width: 100%;
	height: 660px;
	object-fit: cover;
	padding-right: 25px;
}

.contact_submit {
	border: 0;
	padding: 10px 30px;
	background: #ddd;
}

.contact_submit:hover {
	background-color: var(--c-alt-color);
}

.contact_lft_img:before {
	position: absolute;
	top: 25px;
	left: -25px;
	width: 100%;
	height: 90%;
	background: #eee;
	content: "";
	z-index: -1;
	border-radius: 0;
}
/* === start footer contact ======== */
.footer_con_border {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

.footer_contact {
	/* background-image: url(../images/background-img.jpg); */
	padding: 40px 0;
	background-position: top left;
	box-shadow: 1px 0px 3px #0000005e;
	background-size: 50% 70%;
	background: #fafaf0;
}

.the_color {
	text-transform: uppercase;
	color: var(--c-alt-color);
	font-size: 30px;
}

.f_cont_ttl {
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	color: #0F172B;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer_contact_desc p i {
	color: var(--c-alt-color);
}

.f_cont_ttl::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	right: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.footer_contact a {
	color: #666565;
}

.footer_contact a i {
	color: var(--c-alt-color);
}

/* ====== Footer Social ===== */
.footer_social {
	position: relative;
	padding: 25px 0;
	background-image: url(../images/social-media-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer_social:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffffffc;
	content: "";
    /* background: linear-gradient(60deg, #faf9f5e3 64%, #faf9f5e0 9%); */
	;
}

.footer_social .container-fluid {
	position: relative;
}

.footer_social p {
	color: #333;
	margin-bottom: 0;
}

/* ======= start popular ======= */
.what_ind_content {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	transition: all ease .5s;
	/* background-color: var(--c-primary-color); */
	;
}

@keyframes shineFlash {
	100% {
		left: 125%;
	}
}

.what_ind_content:hover .populr_desc:after {
	animation: shineFlash 2s alternate;
}

.populr_desc:after {
	position: absolute;
	top: 0;
	left: -160%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.icons_ind {
	margin-bottom: 20px;
	height: 80px;
}

.what_ind_content:hover {
	transform: translate(0, -5px);
}

.what_ind_content:hover .what_ind_content_img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--c-secondary-color);
	top: 0;
	left: 0;
	opacity: 1;
}

.what_ind_content:hover .f_buton {
	background-color: var(--c-primary-color);
	color: var(--c-white-color);
}

.what_ind_content_img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--c-primary-color);
	top: 0;
	left: 0;
	opacity: .9;
}

.populr_desc {
	text-align: center;
    /* -webkit-transition: all 0.3sease -out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3sease -out; */
	position: relative;
	overflow: hidden;
}

.populr_desc p {
	color: #414141;
}

.pop_ttl {
	text-align: center;
	color: var(--c-primary-color);
	font-weight: 600;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.6;
}

.what_ind_content_img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.fp_border {
	position: absolute;
	width: 95%;
	height: 95%;
	top: 50%;
	left: 50%;
	border: 1px solid var(--c-secondary-color);
	content: "";
	z-index: 1;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}

.what_ind_content_img {
	position: relative;
}
/* ======== Why Choose ======= */
.choose_box {
	background: #ebf0f6;
	text-align: center;
	padding: 40px 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #00000036;
	margin-top: 30px;
	transition: all ease .5s;
}

.choose_box:hover {
	transform: translate(0, -5px);
	background-color: var(--c-primary-color);
}

.choose_box:hover .choose_ttl {
	color: var(--c-white-color);
}

.choose_box:hover .choose_box_desc p {
	color: var(--c-white-color);
}

.choose_box_img img {
	border-radius: 50%;
	border: 5px solid #eee;
	margin-bottom: 30px;
	background: #fff;
}

.choose_box_desc p {
	color: #414141;
	font-size: 15px;
}
/* ====== what ind do ===== */
.what_ind_do {
	/* background-image: url(../images/background-img.jpg); */
	padding: 40px 0;
	box-shadow: 1px 0px 3px #0000005e;
}


/* ======== START OVERVIEW ======== */

.p_over_img {
	position: relative;
	padding-right: 35px;
}

.p_over_img:before {
	position: absolute;
	top: 25px;
	left: 0;
	width: 30%;
	height: 90%;
	background: #eee;
	content: "";
	z-index: -1;
	border-radius: 0;
}

.mid_hds {
	font-size: 30px;
	color: #0f172b;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.sub_hds {
	text-transform: uppercase;
	color: var(--c-secondary-color);
	font-size: 25px;
}

.p_overview p {
	color: #6a6a6a;
	margin-bottom: 10px;
	line-height: 1.9;
	text-align: justify;
}

.p_appointment_call {
	border-right: none;
}

.p_over_desc {
	position: relative;
}

.over_snd {
	position: relative;
	margin-top: 70px;
}

.p_over_img img {
	padding: 10px;
	transition: all ease .5s;
	height: 530px;
	object-fit: cover;
	width: 100%;
	margin-left: 20px;
	border-radius: 25px;
}

.p_over_img img:hover {
	transform: translate(0,-5px);
	transition: all ease .5s;
}

.p_over_img.inove {
	position: relative;
	margin-left: 20px;
	transition: all ease .5s;
}

.p_over_img.inove:before {
	position: absolute;
	top: 40px;
	left: -12px;
	width: 100%;
	height: 85%;
	background: #ddd;
	content: "";
	z-index: -1;
	border-radius: 0;
	transition: all ease .5s;
}

.page_con_gutter {
	padding: 0 135px;
}

/* ======= START CLIENTS ========= */

.pf_client {
	padding: 30px 0;
	background: #fff;
	margin-top: 40px;
}

.pf_client .pf_client_list img {
	height: 60px;
	object-fit: contain;
	filter: grayscale(1);
}

.pf_client .pf_client_list img:hover {
	filter: grayscale(0%);
}

/* ======== START MISSION ====== */
.p_mission {
	position: relative;
	padding: 60px 0;
	margin-top: 60px;
}

.mission_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	flex-direction: column;
	padding: 90px;
	text-align: center;
	color: #fff;
}

.p_mission .container-fluid.fluid_pad {
	position: relative;
}

.mission_left {
	background-image: url(../images/mission-bg.png);
}

.mission_left {
	background-image: url(../images/mission-bg.png);
	height: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
}

/* ======== Services ======= */
.our_services {
	background: #fafaf0;
	padding: 50px 0;
}

.service_box {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    /* border: 1px solid #ddd; */
	text-align: center;
	padding: 30px 15px;
	height: 255px;
	margin-top: 25px;
	position: relative;
	transition: all ease .5s;
	background: #fff;
	border-radius: 10px;
}

.service_box:hover {
	background: var(--c-alt-color);
	transition: all ease .5s;
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.service_box:hover .service_icon i, .service_box:hover .servc_ttl, .service_box:hover p {
	color: var(--c-white-color);
}

.service_icon i {
	color: var(--c-alt-color);
	border: 1px solid #eee;
	padding: 20px;
}

.servc_ttl {
	font-size: 20px;
	color: var(--c-primary-color);
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

/* ===== start meet expert ===== */
.meet_expert {
	/* background-image: url(../images/background-img.jpg); */
	padding: 40px 0;
	/* background-position: top left; */
	/* box-shadow: 1px 0px 3px #0000005e; */
	/* background-size: 60% 50%; */
	;
}

.meet_epert_box {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	position: relative;
	text-align: center;
	margin-top: 10px;
	transition: all ease .5s;
}

.meet_epert_box:hover {
	transform: translate(0, -5px);
}

.expert_img {
	background: #cccccc;
	position: relative;
}

.expert_content {
	padding: 40px 10px;
	background: #fff;
}

.dn_icon {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.expert_content h5 {
	color: #0F172B;
	font-weight: 800;
	margin-bottom: 0;
}

.expert_content small {
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 400;
}

.year_exp {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #cccccc;
	color: #ffffff;
	margin-top: 32px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.year_exp:before {
	position: absolute;
	top: 20px;
	left: -20px;
	width: 100%;
	height: 100%;
	content: "";
	background: #eee;
	z-index: -1;
}

.exp_desc h6 {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 600;
	color: var(--c-primary-color);
}

.exp_desc p {
	color: #444;
	margin: 0;
}

.exp_desc {
	padding-left: 16px;
}

.year_exp li {
	list-style: none;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 30px 10px;
	border: 1px solid #eee;
}

.exp_img {
	padding: 16px;
	background: #f58220;
	border-radius: 50%;
}

.exp_img img {
	width: 40px;
	height: 40px;
}

/* ======= emi ======== */
.emi_right_calc {
	z-index: 1091;
	background-size: 70%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../images/emi_calculator-bg.png);
}

.emi_right_calc .offcanvas-header {
	background-color: var(--c-primary-color);
}

.emi_ttl {
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 0;
}

.btn-close.emi_close_btn {
	opacity: 1;
	background: none;
}

.btn-close.emi_close_btn img {
	width: 20px;
	position: absolute;
	right: 30px;
	top: 16px;
}

.emi_calculator {
	position: fixed;
	z-index: 1090;
	bottom: 50%;
	right: -125px;
	background: var(--c-primary-color);
	padding: 10px 20px;
	transform: rotate(90deg);
	border: 1px solid var(--c-alt-color);
	transition: all ease .5s;
}

.emi_calculator.emi_active {
	right: -62px;
	cursor: pointer;
}

.emi_calculator span {
	color: #fff;
}

.emi_calculator img {
	width: 40px;
}

.calculator {
	/* background: white;
	padding: 20px;
	max-width: 400px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

input, button {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}

.result {
	background: var(--c-primary-color);
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
}

.btn-close.emi_close_icons {
	position: absolute;
	right: 10px;
	top: -52px;
	opacity: 1;
	background: none;
}

.imi_calc .modal-content {
	border: 0;
	border-radius: 0;
	background: #fafaf0;
}

.calculator h2 {
	font-size: 18px;
	color: #000;
}

.calculator input {
	border-bottom: 1px solid #ddd;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px 0;
	background: transparent;
}

input:focus-visible {
	outline-offset: 0px;
	outline: none;
}

.calculator button {
	background: var(--c-alt-color);
	border: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}

.calculator button:hover {
	background: var(--c-primary-color);
	color: #fff;
}

.btn-close.emi_close_icons i {
	font-size: 40px;
	color: #fff;
}

.result p {
	color: #fff;
}


/* ======= START FOOTER ========= */

.p_footer {
	padding: 40px 0;
	background-color: var(--c-primary-color);
}

.footer_about {
	padding-right: 20px;
}

.f_add {
	font-weight: 600;
	color: #fce38c;
}

.footer_address p {
	line-height: 1.4;
}

.f_logo {
	height: 50px;
}

.footer_heading {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}

.p_footer p, .p_footer a {
	color: #ced6d9;
	font-size: 15px;
	margin-block: 0;
	font-weight: 300;
	line-height: 1.9;
}

.bdr {
	background-image: linear-gradient(to right, #eeeeee9e ,#cccccc0d);
}

.footer_links li a {
	color: #ced6d9;
	transition: all ease .5s;
	font-size: 15px;
	font-weight: 300;
}

.footer_links li a:hover {
	transition: all ease .5s;
	margin-left: 10px;
	color: var(--c-secondary-color);
}

.footer_links li {
	margin-bottom: 15px;
}

.footer_links li:first-child {
	border-top: 0px solid var(--c-white-color);
}

.fa.fa-angle-double-left {
	margin-right: 3px;
	font-weight: 300;
	font-family: 'FontAwesome';
	font-size: 12px;
}

.footer_communication {
	display: flex;
	flex-direction: column;
}

.footer_communication a {
	color: var(--c-white-color);
}

.footer_call, .footer_mail {
	margin-right: 10px;
	width: 25px;
}

.copywrites {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	background: #e6e6e6;
}

.copywrites p {
	margin: 0;
}

.copywrites a {
	color: #414141;
}

.social_media {
	display: flex;
	justify-content: end;
}

.social_media li {
	display: flex;
}

.social_media li {
	margin-right: 25px;
}

.social_media li img {
	height: 35px;
}