/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Montserrat", serif;
}

#navbarNav ul li a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Marcellus", serif;
}

* {
	font-family: "Montserrat", serif;
}

h1 {
	font-size: 45px;
	font-weight: 800;
	color: #fff;
	text-transform: capitalize;
}

h2 {
	font-size: 35px;
	font-weight: 800;
	color: #fff;
	text-transform: capitalize;
}

.call {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
}

.call img {
	width: 20px;
}

.btn {
	background: linear-gradient(90deg, rgb(199, 150, 86) 0%, rgb(251, 228, 183) 29%, rgb(203, 155, 93) 52%, rgb(243, 215, 167) 77%, rgb(199, 150, 86) 100%);
	background-clip: border-box;
	background-clip: border-box;
	color: #000;
	font-weight: 600;
	border: 1px solid #f8e0b2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#navbarNav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.logo {
	width: 230px;
}

header .container-fluid {
	width: 100%;
	max-width: 96%;
}

.dropdown-menu.show li a {
	color: #000 !important;
}

.main {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.banner {
	/* height: 567px; */
	overflow: hidden;
	position: relative;
}

.search-container .btn:hover {
	background: linear-gradient(180deg, rgb(199, 150, 86) 3%, rgb(229, 195, 130) 82%);
	text-shadow: 1px 1px 1px #a9742f;
}

.btn.btn-success {
	background: #F3923A;
	color: #fff !important;
	-webkit-text-fill-color: unset;
	border: none !important;
}

.locations .col-12 .search-container {
	background: #fff !important;
}

body header #navbarNav .d-flex a:hover {
	text-shadow: none;
}

body header #navbarNav .d-flex a {
	border-radius: 6px;
	padding: 10px 15px;
	background: #F3923A;
	color: #fff;
	font-weight: 600;
	}

body .btn:hover {
	background:#062D49;
	text-shadow: 1px 1px 1px #a9742f;
}

body .btn {
	background:#F3923A;
	color: #fff !important;
	-webkit-text-fill-color: unset;
	border: none !important;

}

.list-unstyled li i {
	color: #f3923a !important;
}
.single.single-property #propertyCarousel img{
	height:600px;
	object-fit: cover;
}
.feature-item {
	position: relative;
	margin: 0 10px;
}
/* .banner .slick-slide{position: relative;} */
.banner .slick-slide .content {
	position: absolute;
	width: 100%;
	max-width: 100% !important;
	top: 35%;
	padding-left: 25px;
	left: 0;
	transform: translate(2%, 0%);
}

.banner-image {
	position: relative;
	height: 100vh;
}
.contact_detail{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto !important; 
}
.contact_detail > a:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
.search-container {
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;

}

.search-container .form-select,
.search-container .form-control {
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 14px;
}

.search-container .btn {
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.icon-button:hover {
	background: transparent;
}

.icon-button.active {
	background: transparent;
}

.icon-button span {
	color: #000;
	font-weight: 400;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* margin-right: 10px; */
	background: transparent;
	border: none;
}

.icon-text {
	display: flex;
	align-items: center;
}

.icon-text i {
	margin-right: 5px;
}

form.search .d-flex {
	width: auto;
	margin: 0 auto;
}

.locations i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: white;
	background-color: linear-gradient(90deg, rgb(9, 44, 76) 0%, rgb(61, 119, 194) 100%);
	color: #f3923a !important;
	border-radius: 50%;
	margin-right: 3px;
	border: 1px solid #f3923a !important;
	box-shadow: 0 0 24px 0 #fff;

}

.banner-image>div {
	position: relative;
}

.banner-image>div::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.4;
}

.slick-slide .banner-image>div img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section-title {
	color: #000;
}

.listingcard-col .card-body a h5 {
	font-size: 17px;
	margin: 2px 0;
}
.locations {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#locations i {
	margin-right: 8px;
}
#locations {
	margin-top: 5px;
}



.search_keyword > p {
	margin-bottom: 0;
}
.locations > h1 {
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	text-transform: capitalize;
}
.search_keyword {
	display: flex;
	justify-content: start;
	margin: 35px 0;
	gap: 15px;
	margin-bottom: 0 !important;
}
.locations .active i {
	background: #F3923A;
	color: #fff !important;
}
.search_keyword > span:nth-child(2) a {
	text-decoration: none;
	color: #fff;
	text-align: left !important;
	display: block !important;
	line-height: 1 !important;
}
.search_keyword > span:nth-child(2) {
	padding: 5px 13px !important;
	background: #f3923a;
	text-decoration: none;
	display: flex;
}
.search_keyword span {
	padding: 5px 9px;
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	background: #305068;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}
.service-section {
	transition: 0.3s;
}

.service-section img {
	transition: 0.3s;
}

/*.service-section:hover img {
	transform: scale(1.1);
}*/
.c2a-form-col input, .c2a-form-col textarea{
	height:60px !important;
}
.wpcf7-submit{
	background: #F3923A !important;
	border-radius:100px;
}
.contact-form-col{
	display:flex;
	gap:20px;
}

.form-control:focus,
.form-select:focus {
	border-color: unset !important;
	box-shadow: unset !important;
}

.locations>h1 span {
	text-transform: capitalize !important;
}

.locations>h1 {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 40px !important;
	text-transform: capitalize !important;
	width: 100%;
	max-width: 65%;
	margin: 0 auto;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.43);
}

.active span {
	color: #b0a06b !important;
}

.btn:hover {
	background: #e5730f;
	color: #fff;
	border-color: #e5730f;
}


.services .service-section>div img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.services {
	padding: 70px 0;
}

.services .slick-slide {
	margin: 0 10px;
	/* Add horizontal margin between slides */
}

.service-section>div:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.service-section {
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.service-section>div h2 {
	font-size: 35px;
	color: #fff;
}

.service-section>div h2 {
	font-size: 27px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.service-section>div:first-child {
	position: relative;
}

.service-section>div:first-child::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: 0.2s;
}

.service-section:hover div:first-child::before {
	transform: scale(0.8);
	border-radius: 9px;
}

/* .services ,.projects-section .container , .why-choose-us .container{
	width: 100%;
	max-width: 1200px !important;
} */
.service-section>div a {
	/* color: #fff; */
	text-decoration: none;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: max-content;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #f3923a !important;
}

.projects img {
	width: 250px;
	height: 250px;
	object-fit: contain;
	background: #fff;
	border-radius: 10px;
}

/* .container {width: 1200px;} */
.projects-section .project-title span {
	font-size: 17px;
}

.services>h2 {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.curent_locations a {
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	font-weight: 600;
	margin: 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.5;
	/* text-decoration: none; */
}


.feature-item {
	position: relative;
}

/* .feature-item:hover::before {
	content: "";
	background: url(https://realestate.evgigsoft.com/wp-content/uploads/2024/12/banner-1-2-scaled.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
} */

.curent_locations a img {
	width: 20px;
	filter: brightness(0) invert(1);
	margin-right: 10px;
}
.wpcf7-response-output {
	padding: 5px !important;
	margin: 7px !important;
	margin-top: 21px !important;
}
.form>div.Max_budget,
.form>div.Min_budget {
	width: 14%;
}

.form>div {
	width: 18%;
}

.search>div.Max_budget,
.search>div.Min_budget {
	width: 800px;
}

.search {
	gap: 10px;
}

.locations {
	width: 100%;
	max-width: 1190px !important;
}

.projects .btn.btn-outline-warning:hover {
	text-shadow: none;
}

.conatct_us .row>.col-md-5 {
	margin-left: auto;
}

.conatct_us .btn.btn-primary {
	padding: 15px 50px;
	border-radius: 50px;
}

.about-maisonco {
	padding: 80px 0;
}

.projects .btn.btn-outline-warning {
	width: max-content;
	margin: 0 auto;
	padding: 8px 51px;
	border-radius: 50px;
	margin-top: 45px;
	background: #fff !important;
	color: #000 !important;
	font-size: 18px;
}

.about-maisonco .section-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.about-maisonco .section-content {
	font-size: 16px;
	line-height: 1.6;
}

.about-maisonco .team-image {
	max-width: 100%;
	height: 550px;
	border-radius: 8px;
	float: right;
	width: 95%;
	object-fit: cover;
}

.projects {
	background: #f3923a;
}

/* .about-maisonco .container {
	width: 1183px;
	max-width: 1183px;
} */

.our-mission .OUR_img img {
	float: left;
}


.what-you-looking-for .section-title {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #fff;
}

.what-you-looking-for .feature-item {
	text-align: center;
}

.what-you-looking-for .row {
	justify-content: space-between;
}

.what-you-looking-for .feature-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000;
}

.what-you-looking-for .feature-description {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}

.what-you-looking-for .feature-link {
	margin-top: 20px;
}


.what-you-looking-for .feature-icon {
	font-size: 47px;
	color: #f3923a !important;
	padding: 15px;
	border-radius: 50px;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;

}

.about-maisonco .row .about-title {
	color: #062D49;
	margin-bottom: 0;
}

/* .what-you-looking-for .container {
	max-width: 1186px;
} */
.projects-section .btn.btn-outline-warning {
	padding: 10px 45px;
	margin: 20px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	width: max-content;
	margin-top: 50px;
	margin-bottom: 0;
}

.read_more a {
	margin-top: 50px !important;
	display: flex;
	width: max-content;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 38px;
	border-radius: 50px;
}

.projects-section {
	padding: 55px 0;
	background-color: #f9f5f0;
}

.flates .row > div.box a {
	text-decoration: none;
	z-index: 99;
	position: relative;
}

.projects-section .section-title {
	font-size: 46px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	color: #f3923a !important;
}

.lates_post a {
	text-decoration: none;
	color: #000;
	font-family: "Marcellus", serif;
}

.projects-section .projects-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.projects-section .project-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.projects-section .project-card:hover {
	transform: translateY(-5px);
}

.projects-section .project-image {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.projects-section .project-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}


.flates h2 {
	color: #000;
	margin-bottom: 25px;
}

.flates .row>div.box {
	border: 1px solid #bda588 !important;
	display: flex;
	justify-content: center;
	padding: 95px 20px;
	align-items: center;
	width: 100%;
	max-width: 24%;
	background: transparent;
	border-radius: 5px;
	/* box-shadow: 0 0 24px 0 #535353; */
}

.flates .row>div.box h4 {
	color: #fff;
	font-size: 37px;
}

.flates .row>div.box {
	margin: 5px;
}

/* .flates .container{max-width: 1175px;} */

.flates .row {
	flex-wrap: unset;
	justify-content: center;
}


.flates .row>div.box h4 span {
	font-size: 40px;
	font-weight: 800;
}

.projects {
	background: #09253c;
}

.projects .row>div.box img {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	object-fit: contain;
}

.projects h2 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 45px;
	font-size: 46px;
	font-weight: 700;
}


.flates {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(assets/images/bg_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.projects {
	background: url(assets/images/bg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.why-choose-us {
	background-color: #f3923a !important;
	padding: 50px 20px;
}

.highlight {
	color: #00c74f;
}

.footer_contact a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-card {
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: none;
	padding: 20px;
	text-align: center;
	  padding: 40px 0px;
}

.feature-card h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.cta-card {
	background-color: #202b34;
	color: white;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.cta-card h5 {
	font-size: 20px;
	font-weight: bold;
}

.cta-card a {
	background-color: #00c74f;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}


.why-choose-us h2 span {
	font-family: "Marcellus", serif !important;
}

body .why-choose-us h2 {
	font-size: 46px;
	font-weight: 700;
	color: #fff;

}

.why-choose-us .why-choose-title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	color: #fff !important;
}

.why-choose-us .feature-card i {
	font-size: 41px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f3923a;
}

.why-choose-us .row.g-4>div:first-child>div:first-child,
.why-choose-us .row.g-4>div:first-child>div:nth-child(2) {
	display: flex;
	gap: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 21px;
}

.why-choose-us .row.g-4>.col-md-5 .cta-card {
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.box-2 h5,
.box-2 p,
.box-1 h5,
.box-1 p {
	text-align: center;
}

.box-3 h5,
.box-3 p {
	text-align: center;
}

.box-2 img,
.box-1 img {
	filter: brightness(0%);
	width: 60px;

}

.box-3 img {
	filter: brightness(0%);
	width: 60px;
	text-align: left;
	margin-right: auto;
	margin-left: 0;
	display: flex;
}

.why-choose-us .row.g-4>div:first-child>div:first-child div>div,
.why-choose-us .row.g-4>div:first-child>div:nth-child(2) div>div {
	height: 100%;
}


.lates_post a.read_more {
	color: #fff !important;
}


.lates_post h2 {
	font-size: 46px;
	font-weight: 700;
	color: #062D49 !important;
}

.what-you-looking-for .read_more {
	background: transparent;
	display: flex;
}

.testimonial-section {
	padding: 55px 20px;
	background-color: #f9f9f9;
	background: url('assets/images/dotted-map.png');
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: 770px;
}

.testimonial-heading {
	font-size: 46px;
	color: #062D49 !important;
	font-weight: 800;
	margin-bottom: 35px;
}

.highlight {
	color: #6c63ff;
}

.carousel-inner {
	text-align: center;
}

.testimonial-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	margin: 0 auto;
}

.testimonial-card img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.testimonial-card h5 {
	font-size: 18px;
	font-weight: bold;
}

.testimonial-card p {
	font-size: 14px;
	color: #555;
	text-align: left;
	font-size: 16px;
}

.testimonial-card .stars {
	color: #daa404;
	font-size: 33px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 45px;
}

.users {
	display: flex;
}

.users>div h5,
.users>div p {
	text-align: left;
	padding-left: 25px;
}


.slick-inner .slick-slide {
	margin: 0 5px;
}

.testimonial-section .col-md-4 p,
.testimonial-section .col-md-4 h3 {
	color: #000;
	text-align: left;
}

.testimonial-section .row {
	align-items: center;
}

.testimonial-section .testmonial-subheading {
	font-size: 29px;
	font-weight: 900;
	color: #f3923a !important;
}
.testimonial-section .testimonial-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0px;
}


.slick-prev.slick-arrow {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50px;
}

.slick-prev.slick-arrow {
	position: fixed;
	left: 115px;
	top: 277px;
}


.post-card {
	background: #fff;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
	transition: transform 0.3s ease;
	height: 100%;
}

.post-card:hover {
	transform: translateY(-5px);
}

.post-image img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.Looking_for .contact a:nth-child(2):hover {
	text-shadow: none;
}

.post-meta {
	font-size: 17px;
	color: #f3923a !important;
	margin-top: 1px;
	font-weight: 600;
	margin-bottom: 0;
}

.post-title {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	margin-top: 5px !important;
	margin-bottom: 1px;

}

.lates_post .row {
	margin-top: 50px;
}

.post-content {
	padding: 15px 6px;
	padding-bottom: 0;
}

.read_more {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #f3923a !important;
}

.text-uppercase {
	text-transform: uppercase !important;
	color: #000;
	margin-bottom: 35px !important;
}

.post-image img {
	position: relative;
	border-radius: 15px;
}

.lates_post .post-card{
	padding: 20px;
	border: 1px solid #dadada;
	border-radius: 25px;
}

.lates_post .col-md-4 {
	height: auto;
}

.lates_post .col-md-4 div.post-card {
	height: 100%;
}


.footer {
	padding: 55px 0 0;
	background: #09253c;
}

.footer p,
.footer h5 {
	color: #fff;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.footer input {
	border-radius: 17px !important;
}

.footer .btn {
	background: #AF9D69 !important;
	color: #fff;
	border-color: #AF9D69 !important;
	border-radius: 50px;
	margin-left: 8px;
}

.footer .row.mt-4 {
	border-top: 1px solid #fff;
	padding-top: 13px;
}

.footer .navbar-nav a:hover {
	color: #f3923a !important;
}

.social-icons a i:hover {
	border-color: #f3923a;
}

.footer h5 {
	font-weight: 700;
	margin-bottom: 11px;
}

.footer .col-md-4.mb-4.text-center>h5 {
	text-align: left;
}

.footer .col-md-4.mb-4.text-center ul li a:hover {
	color: #fff !important;
}

.footer .col-md-4.mb-4.text-center ul li a {
	text-align: left;
}

.newslater .container,
.newslater .container .card {
	background: transparent !important;
	background-color: transparent !important;
	border: none;
}

.copyright-col {
	padding: 13px 0 10px 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-top: 1px solid #a9742f;
	margin-top: 60px;
}

.newslater .container .form-check {
	padding: 0;
	padding-left: 0;
	border: none;
	margin: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.newslater .container form .form-control {
	padding: 17px 45px !important;
	height: 65px;
}

footer .col-md-4.mb-4.text-center ul.navbar-nav {
	display: grid;
	grid-template-columns: 1fr;
}

.conatct_us .card {
	border-radius: 0;
	border: 0;
	padding: 40px 40px !important;
}

form.d-flex {
	margin-bottom: 15px;
}

.conatct_us {
	background: url(/wp-content/uploads/2024/12/family_img.jpg);
	padding: 55px 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: center;
	background-attachment: fixed;
}

.conatct_us .container {
	position: relative;
	z-index: 9;
}


.conatct_us form input,
.conatct_us form select {
	padding: 12px 15px;
	height: unset;
}

.our-mission .btn {
	padding: 10px;
}

.Looking_for .contact a:nth-child(2) {
	background: #fff;
	color: #000 !important;
}

.Looking_for .contact {
	display: flex;
	margin: 0 auto;
}

.sector-wrapper,
.phase-wrapper {
	display: none;
}

.sector-wrapper.active,
.phase-wrapper.active {
	display: block;
}

.Looking_for.container {
	position: relative;
	z-index: 9;
}

.Looking_for h2,
.Looking_for p,
.Looking_for a {
	position: relative;
	z-index: 9;
}

.Looking_for .container>div {
	display: grid;
	justify-content: center;
}

.Looking_for .contact {
	display: flex;
	align-items: center;
	gap: 15px;
}

.Looking_for .contact .btn.btn-outline-warning {
	font-size: 17px;
	padding: 10px 35px;
}

.Looking_for h2,
.Looking_for p {
	color: #fff;
	text-align: center;
}

.Looking_for {
	padding: 120px 0 0px;
	background: url('assets/images/img_05.jpg');
	background-attachment: fixed;
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact-form-col{
	margin-bottom: -70px !important;
  margin-top: 90px;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}
.listings{
	padding:50px 0 0 0;
}

.Looking_for p {
	font-size: 18px;
	margin-bottom:15PX;
}

.Looking_for h2 {
	font-size: 50px;
	font-weight: 700;
}

/* .col-md-3.feature-item:hover{background:url(../img/Villa2-min.jpg);	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;background-color: rgba(0, 0, 0, 0.6);} */

.what-you-looking-for {
	padding: 55px 0;
	background: url(assets/images/bg_01.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.flates .row>div.box {
	position: relative;
	transition: all 0.5s linear;
}

.flates .row>div.box {
	background: url(/wp-content/uploads/2024/12/Villa2-min.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	transition: all 0.5s linear;
}

.flates .row>div.box:hover::before {
	content: "";
	background-color: transparent;
	opacity: 0.5;
	transition: all 0.5s linear;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.flates .row>div.box h4 {
	color: #fff;
	font-size: 37px;
	z-index: 9;
}
.about-maisonco  .section-content  .our_mision{margin-top: 15px;border-radius: 5px;overflow: hidden;}
.about-maisonco #our-mission .slick-track > div {
	margin: 0 5px;
	border-radius: 5px;
	overflow: hidden;
}
.banner-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
/* .post-image::before {
		content: "";
		background: #173e62;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		opacity: 0.6;
	} */
.post-image {
	position: relative;
}

#content .ast-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

body.home header {
	background: transparent;
	background-color: rgba(3, 13, 19, 0.37) !important;
	position: absolute;
	top: 0;
	z-index: 999999;
	width: 100%;
}

#content .container-fluid.main {
	padding: 0;
}


.btn {
	color: #fff !important;
}

.search {
	flex-wrap: wrap;
}


.form {
	display: flex;
	justify-content: space-between;
}

.search>div {
	width: 100%;
}

.form>input {
	width: 22%;
}

.search-container .search .d-flex>button {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.search .d-flex {
	justify-content: space-between;
}


.flates .row>div.box:first-child {
	background: url(/wp-content/uploads/2024/12/1bhks.jpg);
}

.flates .row>div.box:nth-child(2) {
	background: url(/wp-content/uploads/2024/12/2bhks-scaled.jpg);
}

.flates .row>div.box:nth-child(3) {
	background: url(/wp-content/uploads/2024/12/3bhks-scaled.jpg);
}

.flates .row>div.box:nth-child(4) {
	background: url(/wp-content/uploads/2024/12/4bhks-scaled.jpg);
}

.flates .row>div.box {
	position: relative;
}

.flates .row>div.box::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.6;
	z-index: 1;
}

#location-tabs {
	margin: 0;
}


#location-tabs li a.active {
	background: #f1913d;
	color: #000;
}

#location-tabs li a {
	padding: 5px;
	color: #000;
}

.accordion-item h2 {
	font-family: "Montserrat", serif;
}


#locationAccordion {
	margin: 20px 0;
}

.accordion-button:focus {
	background: #fff !important;
}

.accordion-button {
	background: #fff !important;
}


.sidebar h2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
}

.sidebar .col-md-8 .row>div img {
	width: 100% !important;
	height: 250px !important;
	object-fit: cover;
	max-width: 100% !important;
	flex: unset;
	border-radius: 0;
}

.listingcard-col {
	padding: 13px;
	border: 1px solid #d8cece;
	border-radius: 30px;
	margin: 0 0px 24px;
	/* margin-bottom: 0px; */
	/* width: 31%; */
}

.sidebar .col-md-8 .row>div p {
	margin-bottom: 5px;
}

.sidebar .col-md-8 .row>div button:last-child {
	margin-top: 20px !important;
	text-transform: uppercase;
	font-weight: 400;
}

.sidebar .rounded {
	box-shadow: 0 0 24px 0 #00000036;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}


.accordion-button:hover {
	color: #f1913d !important;
}

.sidebar .row>.col-md-8 {
	width: 73%;
}

.sidebar>.row>.col-md-4 {
	width: 27%;
}

.sidebar .col-md-8 .row>div p {
	font-size: 14px;
	color: #888;
}

.sidebar .col-md-8 .row>div>.card>.card-body {
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar .col-md-8 .row>div p.card-text img {
	width: 100%;
	max-width: 34px !important;
	object-fit: contain;
	height: 44px !important;
	border: 1px solid #fff;
	padding: 5px 0;
	border-radius: 50px;
	background: #fff;
	margin-right: 5px;
}

.sidebar .col-md-8 .row>div p.card-text .bi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background-color: #fff !important;
	color: #000;
	border-radius: 50%;
	margin-right: 3px;
	font-size: 20px;
}

.sidebar .col-md-8 .row>div p.card-text .bi {
	position: relative;
	top: 7px;
}


body.page-template-new-home header.bg-primary.text-white.text-center {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	background: transparent !important;
	background-color: transparent !important;
}

header.bg-primary.text-white.text-center .navbar {
	background-color: #062D49 !important;
	border-bottom: 1px solid #ffffff2b !important;
}

.listings p.m-0 img {
	width: 30px;
}
.listings .listingcard-col img{
	width:100%;
	height:300px;
}
.property_listings .listingcard-col img{
	width:100%;
	height:200px;
}

.listings .row>div img.card-img-top {
	border-radius: 30px;
	padding: 2px;
}

.listings .row>div .card {
	border: none;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
}

.listings .row {
	justify-content: space-between;
}

.listings .row>div .card .card-body {
	padding: 10px 12px;
}

.listingcard-col {}

.badge {
	position: absolute;
	top: 5%;
}

.listings .row>div .card .card-title {
	margin-top: 20px;
	font-weight: 700;
	color: #f3923a;

}

.listings .row>a {
	display: none;
}

.what-you-looking-for .col-md-3.feature-item:hover i,
.what-you-looking-for .col-md-3.feature-item:hover p,
.what-you-looking-for .col-md-3.feature-item:hover h4 {
	position: relative;
	z-index: 9;
	color: #fff;
}

.what-you-looking-for .col-md-3.feature-item {
	position: relative;
}

.what-you-looking-for .col-md-3.feature-item:hover::before {
	content: "";
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #000;
}

.btn.btn-outline-warning {
	border-radius: 50px;
	padding: 10px 20px;
}

.what-you-looking-for .btn.btn-outline-warning {
	padding: 10px 46px;
	font-size: 17px;
}

.what-you-looking-for .row>.col-md-3.feature-item:hover {
	content: "";
	background: url(/wp-content/uploads/2024/12/banner-1-2-scaled.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: center center;
}

.what-you-looking-for .row>.col-md-3.feature-item:nth-child(2):hover {
	content: "";
	background: url(/wp-content/uploads/2024/12/news-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: center center;
}

.what-you-looking-for .row>.col-md-3.feature-item:nth-child(3):hover {
	content: "";
	background: url(/wp-content/uploads/2024/12/Plots-scaled.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: center center;
}

.what-you-looking-for .row>.col-md-3.feature-item:nth-child(4):hover {
	content: "";
	background: url(/wp-content/uploads/2024/12/banner-2-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: center center;
}

.price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	border-top: 1px solid #000 !important;
	border: none;
	padding: 10px 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.visit {
	height: 35px;
	width: 35px;
	border-radius: 50px;
	background: #f3923a !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.price a:first-child {
	font-size: 22px;
	font-weight: 700 !important;
	color: #09253c;
	text-decoration: none;
	font-family: "Marcellus", serif;
}

.listings .row .justify-content-between i {
	font-size: 20px;
	color: #f3923a;
}

.listings>.text-center.mb-4 h3 {
	text-align: left;
	font-size: 46px;
	color: #f3923a !important;
}

.listings>.text-center.mb-4 p {
	text-align: left;
	font-size: 18px;
}


.listings>.text-center.mb-4 {
	margin-bottom: 25px;
}

.col-md-3.feature-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #2a5298;
	margin: 0 5px;
}

.col-md-3.feature-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}


.what-you-looking-for .row>div {
	width: 23.8%;
}


.icon-button {
	cursor: pointer;
	padding: 10px;
	border: none;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: transparent;
	transition: background-color 0.3s ease;
	justify-content: center;
	width: 100%;
}

/* .icon-button.active {
			background-color: #007bff;
			color: #fff;
		} */
.icon-button i {
	font-size: 16px;
}

.icon-button.active span {
	color: #f3923a !important;
}

.icon-button span {
	font-size: 14px;
}

.about-maisonco {
	position: relative;
	background: url(/wp-content/uploads/2024/12/img01-1.jpg);
	background-position: bottom right;
}
.projects {
	padding:70px 0 !important;
}

.about-maisonco .row>div.col-md-6:nth-child(2) {
	position: relative;
	z-index: 9;
}




.sector-wrapper.active,
.phase-wrapper.active {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 11px;
	border: 1px solid #d4cfcf;
	margin: 9px 0;
	border-radius: 5px;
}

.sector-wrapper.active>div,
.phase-wrapper.active>div {
	display: flex;
	gap: 5px;
}

.property_listings select {
	font-size: 14px;
}

.form-check {
	padding: 0px;
	padding-left: 2.5em !important;
	border: none;
	margin: 10px 5px;
	border-radius: 5px;
}

.form-check label {
	font-weight: 400 !important;
}

.form-check-input {
	font-size: 14px;
	border: 1px solid #000 !important;
	border-radius: 3px !important;
	top: 3px;
	position: relative;
}

.bg-light.p-3.rounded i {
	color: #062d49;
  font-size: 16px;
}

.input-group {
	justify-content: space-between !important;
	flex-wrap: unset !important;
	align-items: stretch;
	width: 100%;
	gap: 7px;
}


.detail .text-center i {
	color: #f3923a !important;
}

.detail .text-center h6 {
	font-size: 15px;
}

.detail .text-center p {
	font-size: 14px;
}


.pagination-container {
	margin-bottom: 45px !important;
}

.pagination-container a,
.pagination-container span {
	padding: 10px 25px;
	border: 1px solid #f3923a !important;
	border-radius: 50px;
	color: #000;
	text-decoration: none;
}

.pagination-container .current,
.pagination-container a:nth-child(2) {
	border-radius: 50% !important;
	padding: 10px 16px;
	color: #f3923a !important;
}

.pagination-container .next.next,
.pagination-container .prev {
	background: #f3923a !important;
	border-color: #f3923a !important;
	color: #fff !important;
}


body.home header.bg-primary.text-white.text-center .navbar {
	background-color: transparent !important;
}

.our_mision {
	background: #f7eee2;
	padding: 20px 20px;
	margin-bottom: 37px;
}


.footer_logo img {
	width: 300px;
	margin-bottom: 25px;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icons i {
	font-size: 20px;
}


.social-icons i {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	font-size: 18px;
}


.newslater .container form .input-group .btn.btn-warning {
	position: absolute;
	right: 0;
	padding: 15px 25px;
	top: 0;
	margin: 5px;
	border-radius: 11px !important;
	background: #f3923a !important;
}

.newslater .container .card.p-4 {
	padding-right: 0 !important;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	resize: none;
}

.subscribe_property .search_home>div img {
	width: 150px;
}

.subscribe_property .search_home {
	display: flex;
	align-items: center;
	border-radius: 36px;
	background: url(/wp-content/uploads/2024/12/Property-Listing-11.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	padding: 24px 36px;
}

.read_more {
	background-color: #f3923a;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 60px;
}

.subscribe_property {
	margin-bottom: 55px;
	margin-left: 90px;
}

.subscribe_property .search_home::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}


.subscribe_property .search_home .read_more,
.subscribe_property .search_home img {
	position: relative;
	z-index: 9;
	color: #fff !important;
}

.subscribe_property .search_home h3 {
	color: #f3923a;
	font-size: 33px;
}

.subscribe_property .search_home p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 9;
}

.subscribe_property .search_home>.search-home-ic {
	width: 30%;
}

.subscribe_property .search_home>.search-content {
	width: 80%;
	position: relative;
}

footer .form-check-input[type="checkbox"] {
	border-radius: .25em;
	background: transparent;
	border-color: #f3923a !important;
}

header #navbarNav .navbar-nav {
	flex-direction: row;
	gap: 8px;
}

footer a:hover {
	color: #f3923a;
}

.footer .navbar-nav a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 7px 0;
	display: inline-block;
}

.contact_detail .footer_contact {
display: flex;
  gap: 10px;


}
.footer_contact {
	display: grid;
}

.footer_contacts {
	margin-top: 25px;
}


.sidebar .rounded form .mb-4 .form-check {
	margin-left: 0;
}


.listingcard-col img {
	border-radius: 30px !important;
}

.listingcard-col h3 {
	margin-top: 20px;
	font-weight: 700;
	color:#062d49;
	font-family: "Marcellus", serif;
	font-size: 18px;
}

.listingcard-col .price span {
	font-size: 18px;
	font-weight: 700 !important;
	color: rgb(5, 25, 41);
	text-decoration: none;
	font-family: "Marcellus", serif;
}

.listingcard-col .d-flex i,
.listingcard-col .location-i i {
	font-size: 14px !important;
	color: #f3923a;
}

.listing-details p,
.location-i {
	font-size: 13px;
	font-weight: 600;
}

.property_listings .col-md-9 .row div.col-md-4 {
	padding: 6px;
}

.property_listings {
	padding: 70px 0px;
}

.form-check label {
	font-weight: 400 !important;
	font-size: 14px;
}

.listingcard-col a {
	text-decoration: none;
}

.listingcard-col .card-body a {
	color: #000;
}

.listingcard-col .price .visit i {
	color: #fff !important;
}

.property_listings .rounded {
	background: #f1f4f7 !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	background: transparent !important;
}

.detail .col-lg-8 .overflow-auto {
	width: 100%;
}

.detail .col-lg-8 .overflow-auto img {
  width: 150px;
  height: 150px;
}

.detail_price {
	color: #f3923a;
}

body .badge {
	background: #f3923a !important;
	top: -3px;
	position: relative;
}

.view_listing {
	text-decoration: none;
	color: #f3923a;
}

.flat_video {
	width: 100%;
}

.videos {
	border-radius: unset;
	border-top: none;
}

.videos .card-header.bg-success.text-white {
	background: #fff !important;
	border-radius: 2px !important;
	font-size: 22px;
	font-weight: 600;
	font-family: "Marcellus", serif;
	color: #f3923a !important;
	border-bottom: none;
}

.description {
	border-bottom: none;
	border-radius: 5px;
}

.card.videos {
	border: none;
	margin: 20px 0;
}

.card.videos>div {
	padding: 0;
}

.card.videos>div.card-body {
	border-radius: 15px;
	overflow: hidden;
}

.card.videos .card-header {
	margin-bottom: 15px;
}


.submit_review {
	border-radius: 30px !important;
	padding: 10px 26px !important;
}

h5.card-title {
	font-size: 24px;
	font-weight: 600;
}

.revies {
	background: #fff !important;
}

.user_detail {
	border-radius: 50px;
	width: 61px;
	border: 1px solid #f3923a;
}

.latest_listing {
	margin: 20px 0;
	margin-top: 40px;
	border: none !important;
}

.latest_listing .card {
	border: none;
}

.latest_listing img {
	border: none;
}

.latest_listing .card-body {
	padding: 20px 0;
	padding-top: 0;
}

.latest_listing .card-body .d-flex img {
	width: 142px;
	border-radius: 9px;
	overflow: hidden;
	margin-right: 7px !important;
}
.list-unstyled {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.latest_listing .card-body .d-flex a {
	text-decoration: none;
	color: #000;
}
.new_post a {
	text-decoration: none;
	color: #000;
}
.new_post img {
	border-radius: 9px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
}

.new_post div {
	padding: 0 10px;
}

.latest_listing .card-body p {
	font-size: 14px;
}

.latest_listing .card-body h6 {
	font-size: 16px;
}

.sidebaar {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	/* Adjust as needed */
	z-index: 1020;
}

.yellow-name{
	background: #ffb300;
}
.skyblue-name{
	background:#82E1F9;
}
.pink-name{
	background:#F79FB0;
}
.testimonial-span {
	width: 50px;
	height: 50px;
	border-radius: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}



.banner_section {
	padding-bottom: 150px !important;
	padding-top: 150px !important;
	background: url(/wp-content/uploads/2024/12/1bhk-scaled.jpg);
	background-size: cover;
	background-position: center center;
	position:relative;
}
.banner_section h1{position:relative;z-index:9;}
.banner_section::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.5;
}

.contact_form {
	padding: 0;
	margin: 0;
	list-style: none;
}



.contact_us {
	margin-top: 45px;
}

.contact_us .social-icons a {
	text-decoration: none;
	color: #f3923a;
	border: 1px solid #f3923a;
	border-radius: 50px;
}

.contact_us .footer_contact a {
	text-decoration: none;
	color: #fff;
	width: max-content;
}
.contact_us .social-icons a i {
	border: none;
}
.form_contact > div h2 {
	margin-bottom: 20px;
}
.form_contact {
	padding: 40px !important;
	border: 1px solid #dcdcdc;
	margin-bottom: 25px;
	box-shadow: 0 4px 4px 0 #e1e1e15e;
	border-radius: 15px;
}

.form_contact input, .form_contact textarea {
	padding: 24px 15px !important;
	border-radius: 8px;
}

.form_contact .wpcf7-submit {
	padding: 14px 45px !important;
	border-radius: 50px;
	background: #f3923a;
}

.form_contact .wpcf7-submit:hover{background: #cf6f15;}

.form_contact textarea {
	height: 140px;
}

.contact_us .footer_contact a {
	margin: 8px 0;
}
.contact_us .footer_contact a i {
	color: #f3923a;
}

.contact_us h5 {
	margin-bottom: 15px;
}

.contact_form li:first-child{width: 50%;
	float: left;}

	.contact_form li:nth-child(2){width: 48%;
		float: right;}

.contact_form li {
	margin: 15px 0;
}
.contact_us img {
	background: #062d49;
	margin-bottom: 25px;
	padding: 5px;
	border-radius: 5px;
	width:250px;
}

.footer_contacts {
	margin-top: 5px;
	margin-bottom: 20px;
}

.contact_us h5 {
	margin-bottom: 10px;}
.contact_detail {
	width: 100%;
	max-width: 80%;
	padding: 40px 20px;
	border: 1px solid #062d49;
	border-radius: 5px;
	background: #062d49;
}
.latest_listing .card-body .d-flex.mb-3 > div {
	margin-left: 5px;
	margin-top: 5px;
}
.detail .row.mt-4 .col-lg-8 img.img-fluid.rounded {
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.contact_us h5 {
	margin-bottom: 10px;
	color: #fff;
}
.contact_us .row > div:first-child > div, .contact_us .row > div:first-child > div > div {
	height: 95%;
}
  .Popup_section .modal-body {
    padding: 0;
	padding-right: 15px;
}

.Popup_section {
	z-index: 999999999 !important;
}
.Popup_section > div {
	border-radius: 10px !important;
	overflow: hidden;
}
.Popup_section img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-position: center;
}
.Popup_section .btn-close:hover{background-color: transparent;color:#000;}
.Popup_section .btn-close {
	float: right;
	margin-bottom: 35px;
	position: relative;
	z-index: 9999;
	top: 12px;
}
.Popup_section .contact_form li {
	width: 100%;
	margin: 0;
}

.Popup_section .contact_form li .wpcf7-submit {
	padding: 13px 35px !important;
	border-radius: 50px !important;
	background: #f3923a;
}
.Popup_section .contact_form li input {
	padding: 22px 17px !important;
}
.wpcf7-response-output {
	text-align: center;
}
textarea {
	resize: none;
}
.detail h1 {
	color: #000;
}
body.home  .contact_form .wpcf7-textarea {
	height: 110px;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.Popup_section .contact_form li textarea {
	height: 89px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #dd3030;
	color: red;
}
.contact_us h2 {
	color: #000;
}
#exampleModal .popup_form img {
	width: 200px;
	height: auto;
	background: #062D49 !important;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 6px;
	border-radius: 8px;
}

iframe {
	width: 100%;
}
.detail .text-muted.mb-0 i {
	margin-right: 10px;
}
.form-submit #submit {
	border-radius: 50px;
	margin-top: 15px;
	background: #f3923a;
}
#respond {
	padding: 0;
}
body.single-post #main {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}


body.single-post #comments {
	padding: 25px;
	border-radius: 10px;
}
.single .post-navigation a .ast-post-nav {

	color: #f3923a;
	text-decoration: none;
}

.single .post-navigation a {
	text-decoration: none;
	color: #f3923a;
}
.entry-meta, .entry-meta span, .entry-meta a {
	color: #f3923a !important;
	text-decoration: none;
}
.single .post-navigation a .ast-post-nav {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid;
	width: max-content;
	border-radius: 50px;
	background: #f3923a;
}


.nav-next .ast-post-nav {
	margin-left: auto;
}

.user_form .contact-form-col {
    display: block;
    box-shadow: none;
    padding: 0;
    height: auto;
    overflow: hidden;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.user_form  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #F3923A;
    color: #fff !important;
    -webkit-text-fill-color: unset;
    border: none !important;
    padding: 11px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}
.contact-form-col textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 120px;
}
form#commentform p.logged-in-as a {
    color: #f3923a;
}
ol.ast-comment-list li article {
    padding: 20px;
    border: 1px solid #f0f5fa;
    border-radius: 10px;
    background: #f0f5fa;
	margin-bottom: 20px;
}

p.stars span.dashicons {
    color: #f3923a;
}

.ast-comment-cite-wrap a.url {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-family: "Montserrat", serif;
}
.ast-comment-time a {
    color: #000;
    text-decoration: none;
}
.ast-comment-info img {
    box-shadow: unset;
    border: none;
}
div#comments h3.comments-title {
    padding: 0;
}

div#comments ol.ast-comment-list, div#comments ol.ast-comment-list li {
    padding-left: 0 !important;
}


h3#reply-title a {
    color: #f3923a;
    font-size: 17px;
    font-weight: 500;
}
textarea#comment {
    border-radius: 3px !important;
    overflow: hidden;
}



/* =====responshiv===== */

@media (max-width: 1024px){

#navbarNav ul li a {
	font-size: 13px;
	padding-left: 5px;
    padding-right: 5px;

}
body header #navbarNav .d-flex a {
	padding: 8px 10px;
	font-size: 13px;
}
.container-fluid.main .container.my-5.detail {
	width: 100%;
	max-width: 100%;
	padding: 0 25px;
}

.logo {
	width: 170px;
}
.carousel-inner {
	height: 329px;
}
.single.single-property #propertyCarousel img {
	height: fit-content;
	object-fit: cover;
}

.detail .col-lg-8 .overflow-auto img {
	width: 130px;
	height: 80px;
}

.detail .text-center i {
	color: #f3923a !important;
	font-size: 20px;
}
.latest_listing .card-body {
	padding-bottom: 0;
}
.latest_listing {
	margin-bottom: 0;
}
}

@media (max-width: 991px){
	.Popup_section .modal-body img {
		height: 100%;
		object-fit:cover;

	}
	.Popup_section .modal-body {
		height: auto !important;

	}

	.new_post img {
		height: 335px;
		object-fit: cover;
	}
	#exampleModal .modal-body .row .popup_form {
		padding: 20px;
	}
	#exampleModal .modal-body .row > div:first-child{padding: 0 !important;}
	#exampleModal .modal-body .row {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	#exampleModal .modal-body {
		padding-right: 0;
	}
.navbar-toggler .navbar-toggler-icon {
	filter: brightness(0) invert(1);
}
.navbar-toggler:hover{background:transparent;}
.navbar-toggler:focus{outline:none;border: none;}
.navbar-toggler:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.navbar-toggler  {
	background: transparent !important;
	border: none !important;
}

header #navbarNav .navbar-nav {
	flex-direction: row;
	gap: 8px;
	display: grid;
}
#navbarNav {
	position: fixed;
	top: 0;
	background: #000;
	left: 0;
	width: 100%;
  max-width: 80%;
  height: 100vh;
  z-index: 999;
}

#navbarNav ul li a {
	text-align: left;
	padding-left: 15px;
}

header #navbarNav .navbar-nav li {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}
body header #navbarNav .d-flex a.btn.btn-primary.btn-outline-warning {
	margin: 20px 15px;
}

.social-icons i {
	height: 31px;
	width: 31px;
	font-size: 14px;
}
.footer .container {
	width: 100%;
	max-width: 100%;
}
.subscribe_property .search_home {
	display: block;
	padding: 24px 10px;
}
.subscribe_property .search_home > .search-content {
	width: 100%;
	position: relative;
}

.footer_contact a {
	font-size: 12px;
}
.footer .navbar-nav a {
	font-size: 11px;
}

.footer .container .row .col-md-9 .row > div {
	padding: 0px !important;
}

.container.main {
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
	overflow: hidden;
}

.property_listings > .row > div {
	width: 100%;
}

.property_listings > .row{
	gap: 25px;
}

.property_listings .listingcard-col img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.property_listings > .row div.row.mb-4 > div {
	width: 50% !important;
}

.detail div h1 {
	font-size: 30px;
}

.detail_price {
	font-size: 22px;
}
}

@media (max-width: 768px){
	.contact-form-col {
		margin-bottom: 0px !important;
		margin-top: 20px;
	}
	body.single-post #comments {
		padding: 15px;
		border-radius: 10px;
	}
	body.single-post .entry-title {
		font-size: 25px !important;
	}
	body.single-post #main {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 7px;
	}
	.ast-comment-formwrap.ast-row {
		display: grid;
	}
	.contact_detail {
		width: 100%;
		max-width: 100%;
	}
	.comment-form-url.ast-grid-common-col.ast-width-lg-33.ast-width-md-4.ast-float, .comment-form-url.ast-grid-common-col.ast-width-lg-33.ast-width-md-4.ast-float label {
		width: 100%;
	}
	body #content  	.contact_form li:nth-child(2) {
		width: 100%;
	}
	body #content  .contact_form li:first-child {
		width: 100%;
	}
	body #content  	.contact_form li:first-child > p {
		margin-bottom: 7px;
	}
	body #content  .contact_form li {
		margin: 5px 0;
	}
	.contact_detail {
		height: auto !important;
		width: 100% !important;
    max-width: 100% !important;
	}
	body #content .form_contact {
		width: 100%;
		max-width: 94%;
		margin: 15px auto;
		padding: 15px !important;
	}
	.listings {
		padding-top: 0px;
	}
	.Looking_for .contact {
		display: grid;
		align-items: center;
		gap: 15px;
	}
.subscribe_property .search_home > .search-content {
	width: 100%;
	position: relative;
}

.subscribe_property .search_home {
	display: block;
	padding: 24px 10px;
}
.subscribe_property {
	margin-bottom: 55px;
	margin-left: 0;
}
.locations > h1 {
	font-size: 28px;
	max-width: 100%;

}

.locations i {
	width: 29px;
	height: 29px;
}
.icon-button span {
	font-size: 12px;
}

.icon-button {
	padding: 10px 5px;
	width: auto;
}

form.search .d-flex {
	width: 100%;
	margin: 0 auto;
	display: flex !important;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	flex-wrap: wrap;
}

.form {
	display: block;
}

.form > input {
	width: 100%;
	max-width: 100% !important;
	display: block;
	margin-bottom: 10px;
}
.form > div {
	width: 100%;
	margin-bottom: 10px;
}

.form > div.Max_budget, .form > div.Min_budget {
	width: 100%;
	margin-bottom: 10px;
}

.form button {
	width: 100%;
}

.Looking_for h2 {
	font-size: 28px;
}
.Looking_for p {
	margin-bottom: 15px;
}
.Looking_for p {
	margin-bottom: 2px;
}
.Looking_for .contact .btn.btn-outline-warning {
	font-size: 14px;
	padding: 12px 35px;
}
.footer_contact {
	display: grid;
	gap: 7px;
}
.reviews {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}
.sidebaar .sticky-top > .card {
	padding: 15px !important;
}
#comments .ast-comment-formwrap input[type="text"] {
	margin-bottom: 0px !important;
}
.overview div.mt-4 p {
	margin-bottom: 0;
}
.description .card.videos .property-video.mb-4 {
	margin-bottom: 0 !important;
}
.overview {
	padding: 13px !important;
}
.description {
	padding: 15px !important;
}
.latest_listing {
	margin-top: 10px;
}
.revies {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.listingcard-col {
	margin: 0 0px 7px;
}
.contact-form-col {
	
	padding: 40px 15px;
	display: grid;
}

.contact-form-col button {
	width: 100%;
	max-width: 100%;
}


.contact-form-col  .wpcf7-form-control.wpcf7-submit.has-spinner{width: 100%;}
.flates .row {
	flex-wrap: unset;
	justify-content: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.flates .row > div.box {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 !important;
}
.what-you-looking-for .row > div {
	width: 100%;
	margin: 0 !important;
}
.what-you-looking-for .row {
	padding: 0 15px;
	gap:20px;
}

.why-choose-us .row.g-4 > div:first-child > div:first-child, .why-choose-us .row.g-4 > div:first-child > div:nth-child(2) {
	display: block;
}
.lates_post .row {
	width: 100%;
	margin: 0 auto;
	display: grid;
	gap: 20px;
}

.testimonial-section h2.text-center {
	text-align: left !important;
	margin-bottom: 0;
	font-size: 32px;
}

body .why-choose-us h2 {
	font-size: 38px;
}

.lates_post h2 {
	font-size: 32px;

}

.projects .row .slick-track > div a {
	display: flex;
	justify-content: center;
}

.listings .section-title {
	font-size: 31px;
}

.projects-section .section-title {
	font-size: 31px;
	margin-bottom: 25px;

}

.about-maisonco .row div.col-md-6:last-child {
	margin-top: 20px;
}
.projects .btn.btn-outline-warning {
	background: #003b65 !important;
	color: #fff !important;
}

.conatct_us .card {
	border-radius: 0;
	border: 0;
	padding: 40px 15px !important;
}
.our-mission .OUR_img img {
	float: left;
	width: 100%;
}
.projects h2 {
	margin-bottom: 25px;
	font-size: 31px;
}
.what-you-looking-for .section-title {
	font-size: 31px;
	margin-bottom: 25px;
}
.why-choose-us h2 span {
	font-size: 31px;
}

.feature-card {
	padding: 8px 0px;
}

.lates_post .post-card {
	padding: 15px;
}
.subscribe_property .search_home h3 {
	color: #f3923a;
	font-size: 23px;
}
.footer_logo img {
	width: 238px;
	margin-bottom: 15px;
}

.footer h5 {
	font-weight: 700;
	margin-bottom: 11px;
	margin-top: 15px;
}

.what-you-looking-for .btn.btn-outline-warning {
	margin-top: 35px !important;
}

.testimonial-section .row .col-md-9 {
	padding-left: 0;
	padding-right: 0;
}
.testimonial-section h2.text-center {
	font-size: 29px;
}
.testimonial-section .testimonial-title {
	font-size: 26px;
}
.testimonial-section .testmonial-subheading {
	font-size: 24px;

}
.projects-section {
	padding: 25px 0;
}
.services {
	padding: 25px;
}
.Looking_for {

	padding-top: 35px;
}

.about-maisonco {
	padding: 37px 0;
}
.our_mision {
	margin-bottom: 0px;
}

.projects {
	padding: 35px 0 !important;
}

.why-choose-us {
	padding: 35px 20px;
}
.property_listings {
	padding: 35px 0px;
}

.detail .d-flex.justify-content-between.align-items-center.border-bottom.pb-3 {
	display: grid !important;
	justify-content: start !important;
}
.detail_price {
	text-align: left;
	margin: 5px 0;
}
.squer_fit {
	text-align: left;
}

.single.single-property #propertyCarousel img {
	height: 350px;
	object-fit: cover;
}
body .detail .row.text-center > div {
	width: 50%;
	max-width: 50%;
}
.detail .row.text-center  {
	justify-content: center;
	margin: 0 auto;
	width: 100% !important;
	max-width: 100% !important;
}
.card.videos {
	margin-bottom: 0;
}
.carousel-inner {
	height: auto;
}

.contact_us div.text-center.pb-5 {
	padding-bottom: 0 !important;
}

.contact_us img {
	margin-bottom: 15px;
	width: 231px;
}
.social-icons {
	margin-top: 10px;
}
.contact_us {
	margin-top: 15px;
}

body .btn {
	padding: 10px 20px;
}
.ast-comment-formwrap.ast-row p {
	width: 100%;
}

.footer .container .row .col-md-9 .row > div {
	padding: 0px 15px !important;
}
.search-container .form-select, .search-container .form-control {
	height: 44px;
}
.search-container .btn {
	padding-top: 10px;
	padding-bottom: 10px;
}
.testimonial-section {
	padding: 25px 20px;
}
.rounded form button {
	padding: 10px;
	font-size: ;
}

h5.card-title {
	font-size: 21px;
	font-weight: 600;
	margin: 10px 0;
}
.flates {
	padding-top: 35px;
	padding-bottom: 35px;
}
.locations .col-12 .search-container {
	background: #fff !important;
	padding: 15px;
}
}

@media (max-width: 600px){

.footer .container .row .col-md-9 .row > div {
	padding: 0px 15px !important;
}
.c2a-form-col input, .c2a-form-col textarea {
	height: 47px;
}

.conatct_us .btn.btn-primary {
	padding: 10px 34px;
	border-radius: 50px;
}
.about-maisonco .section-title {
	font-size: 27px;
	margin-bottom: 7px;
}
#comment {
	height: 80px;
}
.container-fluid.main .container.my-5.detail {
	width: 100%;
	max-width: 100%;
	padding: 0 5px;
}
.banner {
	height: 878px;
	overflow: hidden;
	position: relative;
}

.property_listings > .row div.row.mb-4 > div {
	width: 100% !important;
}
.pagination-container {
	margin-bottom: 0px !important;
	line-height: 3;
}
}