/*
	Theme Name: Twenty Twenty-One Child
	Theme URI: https://wordpress.org/themes/twentytwentyone/
	Template: twentytwentyone
	Author: the WordPress team
	Author URI: https://wordpress.org/
	Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
	Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
	Version: 1.7.1668094675
	Updated: 2022-11-10 15:37:53
	
*/

* {
	box-sizing: border-box;
}
:root {
	--clr_text: #515151;
	--clr_main: #000;
	--clr_border: #ddd;
	--transition: all 0.3s 0s ease-in-out;
	--font_Myriad: 'Myriad Pro';
	--font_Migra: 'Migra';
	--font_Alta: 'Alta';
	--font_Gill: 'Gill Sans';
	--font_Vidaloka: 'Vidaloka';
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--clr_text);
	font-family: var(--font_Myriad);
}
.container {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.row>[class*="col_"] {
	padding-left: 15px;
	padding-right: 15px;
}
.col_4 {
	width: 33.3333%;
}
.col_6 {
	width: 50%;
}
a {
	text-decoration: none;
	outline: none;
	transition: var(--transition);
}
ul {
	padding-left: 0;
	margin: 0;
}
img,
iframe {
	vertical-align: top;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
h2 {
	font-family: var(--font_Myriad);
	font-size: 50px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--clr_main);
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
.main_title {
	text-align: center;
	margin-bottom: 30px;
}
.main_title h2 {
	letter-spacing: 3px;
}
.main_title h6 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: var(--font_Alta);
	letter-spacing: 9px;
	color: var(--clr_text);
}
.more_btn {
	text-align: center;
}
.more_btn a {
	font-family: var(--font_Myriad);
	color: var(--clr_main);
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	padding-left: 10px;
}
.more_btn a img {
	display: block;
	margin-top: 9px;
	max-width: 150px;
	margin-left: -10px;
}
.link_btn a {
	font-family: var(--font_Vidaloka);
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--clr_text);
	display: inline-block;
}
.link_btn a::after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 2px solid #919191;
	margin-top: 1px;
	transition: var(--transition);
}
.link_btn a:hover {
	color: var(--clr_main);
}
.link_btn a:hover:after {
	border-color: var(--clr_main);
}
.comn_btn {
	margin-top: 30px;
	text-align:center;
}
.comn_btn a {
	background-color: #333;
	border: 2px solid #333;
	border-radius: 4px;
	padding: 14px 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor:pointer;
}
.comn_btn a:hover {
	background-color: transparent;
	color: #333;
}

/**** header start ****/
.site-header {
	background-color: #fff;
	position: absolute;
	top: 25px;
	/* width: 100%; */
	padding: 25px 0;
	z-index: 99;
	left: 0;
	right: 0;
}
.site-header .container {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.header_wrap {
	border-top: 1px solid var(--clr_border);
	border-bottom: 1px solid var(--clr_border);
	padding: 30px 0;
}
.site-header .row {
	align-items: center;
}
.col_social {
	width: 25%;
}
.col_logo {
	width: 50%;
}
.col_nav {
	width: 25%;
}
.col_social li {
	list-style: none;
	display: inline-block;
	margin-right: 18px;
}
.col_social li:last-child {
	margin-right: 0;
}
.col_social li a {
	/* width: 36px; */
	/* height: 36px; */
	/* border: 2px solid var(--clr_text); */
	color: #111;
	border-radius: 20px;
	font-size: 31px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col_social li a:hover {
	color: var(--clr_text);
	border-color: var(--clr_main);
}
.col_logo .site-logo {
	text-align: center;
}
.col_logo img {
	max-width: 260px;
	width: 100%;
	height: auto;
}
.col_nav .menu-button-container {
	text-align: right;
}
.col_nav .button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
}
.primary-navigation-open .col_nav .button::after {
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9998;
}
.col_nav .button img {
	max-width: 55px;
}
.nav_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	/* left: 0; */
	right: -450px;
	background-color: #fff;
	/* opacity: 0.95; */
	padding: 40px 50px;
	height: 100vh;
	/* width: 100vw; */
	overflow-y: auto;
	transition: right 0.4s 0s ease-in-out;
	/* transform: translateY(-100%); */
	z-index: 9999;
	width: 450px;
	border-left: 3px solid #afabab;
}
.menu_close {
	text-align: right;
	max-width: 1140px;
	/* margin: auto; */
	/* position: absolute; */
	/* right: 50px; */
	/* top: 50px; */
	/* z-index: 2; */
	margin-bottom: 30px;
}
.menu_close img {
	max-width: 25px;
	cursor: pointer;
}
.nav_menu .sub-menu-toggle {
	display: none;
}
/* .nav_menu .primary-menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
} */
.nav_menu .menu-wrapper {
	text-align: right;
}
.nav_menu .menu-item {
	list-style: none;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px;
	font-family: var(--font_Alta);
}
.nav_menu .menu-item.menu-item-gtranslate {
	margin-top: 3px;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	text-transform: none;
}
.nav_menu .menu-item.menu-item-gtranslate a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.nav_menu .menu-item.menu-item-gtranslate a span {
	font-size: 24px;
	line-height: 1.2;
	font-family: var(--font_Myriad);
	font-weight: 400;
	color: var(--clr_main);
	transition: var(--transition);
}
.nav_menu .menu-item.menu-item-gtranslate a:hover span {
	color: var(--clr_text);
}
/* #gtranslate_wrapper {	
	position: static !important;
	text-transform: capitalize;
	margin-left: auto;
	}
	#gtranslate_wrapper .switcher {
	width: auto;
	}
	#gtranslate_wrapper .switcher .option {
	display: block !important;
	background: none;
	border: none;
	width: auto;
	text-align: right;
	}
	#gtranslate_wrapper .switcher .nturl {
	text-transform: none;
	margin-top: 0;
	font-weight: 500;
	font-size: 24px;
	font-family: var(--font_Myriad);
	line-height: 1.2;
	color: var(--clr_text);
	background-color: transparent;
	padding: 0;
	}
	#gtranslate_wrapper .switcher .nturl:hover {
	color: var(--clr_main);
	}
	#gtranslate_wrapper .switcher .nturl img {
	float: right;
	margin-left: 6px;
	margin-top: 2px;
	}
	#gtranslate_wrapper .switcher>.selected {
	display: none;
	}
	#gtranslate_wrapper .switcher .option {
	display: block !important;
} */
.nav_menu .menu-item:first-child {
	margin-top: 0;
}
.nav_menu .menu-item a {
	color: #c4b1a2;
}
.nav_menu .sub-menu .menu-item {
	text-transform: none;
	margin-top: 0;
	font-weight: 500;
	font-size: 24px;
	font-family: var(--font_Myriad);
	line-height: 1.2;
}
.nav_menu .sub-menu .menu-item a {
	color: var(--clr_main);
}
.nav_menu .sub-menu .menu-item a:hover {
	color: var(--clr_text);
}
.primary-navigation-open .nav_menu {
	/* transform: translateY(0%); */
	right: 0;
}
.lock-scrolling {
	overflow: hidden;
	padding-right: 17px;
}
.lock-scrolling .site-header {
	right: 17px;
}
/**** header end ****/

/**** footer start ****/
.site-footer {
	padding: 180px 0 0px;
	/* border-bottom: 70px solid #dbd3c8; */
}
.site-footer .site-logo {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.site-footer .site-logo::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-bottom: 2px solid var(--clr_border);
	margin-top: -1px;
}
.site-footer .site-logo img {
	max-width: 200px;
	height: auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.footer_left {
	max-width: 450px;
}
.footer_left h3 {
	font-size: 42px;
	font-family: var(--font_Gill);
	font-weight: 500;
	color: var(--clr_main);
	line-height: 1.2;
	margin-bottom: 20px;
}
.footer_left p {
	font-size: 20px;
	line-height: 1.3;
	font-family: var(--font_Gill);
	font-weight: 300;
}
.footer_social {
	margin-top: 30px;
}
.footer_social li {
	list-style: none;
	display: inline-block;
	margin-right: 18px;
}
.footer_social li:last-child {
	margin-right: 0;
}
.footer_social li a {
	/* width: 40px; */
	/* height: 40px; */
	/* border: 2px solid var(--clr_text); */
	color: var(--clr_main);
	/* border-radius: 20px; */
	font-size: 33px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .footer_social li a:hover {
	color: var(--clr_main);
	border-color: var(--clr_main);
} */
.footer_right {
	max-width: 300px;
	margin-left: auto;
	/* margin-top: 40px; */
}
.footer_right li {
	display: block;
	list-style: none;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 1.4;
	color: var(--clr_main);
	font-family: var(--font_Myriad);
	font-weight: 300;
	letter-spacing: 0.4px;
}
.footer_right li:last-child {
	margin-bottom: 0;
}
.footer_right li strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--font_Gill);
	font-weight: 500;
	font-size: 23px;
}
.footer_right li a {
	color: var(--clr_text);
	display: inline-block;
}
.footer_right li a:hover {
	color: var(--clr_main);
}

.designed{
	margin-top:90px;
	background-color:#dbd3c8;
	padding:15px 0px;
}
.designed p{
	background-color:#dbd3c8;
	font-size:17px;
}

/**** footer end ****/

/**** home start ****/
.banner_sec img {
	width: 100%;
	min-height: 80vh;
	object-fit: cover;
}
.video_sec {
	background-color: #000;
}
.video_sec video {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	object-fit: cover;
	vertical-align: top;
	pointer-events: none;
}
.find_sec {
	padding-top: 80px;
	padding-bottom: 220px;
}
.find_sec .main_title::after {
	content: '';
	width: 100px;
	display: block;
	border-bottom: 3px solid var(--clr_border);
	margin: auto;
}
.find_content {
	max-width: 660px;
	margin: 0 auto 80px;
}
.find_content p {
	font-size: 22px;
	line-height: 1.4;
	font-family: var(--font_Gill);
	text-align: center;
}
.find_img {
	max-width: 310px;
	margin: auto;
	position: relative;
	border: 3px solid var(--clr_border);
	padding: 20px 20px;
}
.find_img_in {
	position: relative;
}
.find_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
/* .find_txt::before {
	content: '';
	position: absolute;
	left: 22px;
	right: 22px;
	top: 22px;
	bottom: 22px;
	border: 3px solid #fff;
} */
.find_txt h4 {
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}
.find_txt h4::after {
	content: '';
	width: 50px;
	border-bottom: 3px solid #fff;
	display: block;
	border-radius: 3px;
	margin: 14px auto 0;
}
.find_img:hover .find_txt {
	opacity: 1;
	visibility: visible;
}
/* .find_img img {
	border: 3px solid var(--clr_border);
	padding: 20px 20px;
} */

/*added 19/10/2023 */
.find_sec_subtitle {
	margin-top: 20px;
	text-align: center;
}
.find_sec_subtitle p{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
/*---*/

.sale_sec .main_title {
	margin-bottom: 50px;
}
.sale_sec .main_title h2 {
	font-size: 60px;
	letter-spacing: 12px;
	text-transform: uppercase;
}
.sale_field_wrap {
	display: none;
}
.sale_search {
	margin-bottom: 330px;
}
.sale_listing {
	background-color: #ddd3c7;
	padding-top: 1px;
	padding-bottom: 70px;
	text-align: center;
	/* 12/12/2022 */
}
.sale_listing .row {
	margin-top: -130px;
	margin-left: -20px;
	margin-right: -20px;
}
.sale_listing .col_6 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 80px;
}
.sale_list img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}
.sale_text {
	background-color: #fff;
	padding: 40px;
	text-align: center;
	margin: -40px 40px 0;
	z-index: 2;
	position: relative;
}
.sale_text::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: 2px solid var(--clr_border);
	pointer-events: none;
}
.sale_subtitle {
	font-family: var(--font_Vidaloka);
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #9f9f9f;
	margin-bottom: 4px;
}
.sale_title {
	font-size: 24px;
	line-height: 1.3;
	font-family: var(--font_Gill);
	font-weight: 500;
	letter-spacing: 0.5px;
}
.sale_title a {
	color: var(--clr_main);
}
/* .sale_title a:hover {
	color: var(--clr_main);
} */
.sale_line {
	width: 55px;
	border-bottom: 2px solid var(--clr_border);
	margin: 12px auto;
}
.sale_price {
	font-weight: 600;
	margin-bottom: 4px;
	color: var(--clr_main);
}
.sale_des {
	font-size: 13px;
	line-height: 1.4;
	font-family: var(--font_Vidaloka);
	font-style: italic;
	color: #868686;
}
.sale_des span::after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #919191;
	border-radius: 5px;
	display: inline-block;
	margin: 8px 2px 0 7px;
	vertical-align: top;
}
.sale_des span:last-child:after {
	display: none;
}
.sale_search_main {
	position: relative;
}
.sale_search_main .input_field {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	padding: 21px 270px 21px 20px;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid var(--clr_border);
	border-right: 2px solid var(--clr_border);
	outline: none;
	color: var(--clr_text);
	letter-spacing: 0.6px;
}
.sale_search_btns {
	position: absolute;
	top: 8px;
	right: 11px;
	z-index: 2;
}
.sale_search_btns button {
	display: inline-block;
	background-color: transparent;
	border: 2px solid var(--clr_main);
	border-radius: 3px;
	padding: 12px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 15px;
	font-family: var(--font_Gill);
	font-weight: 500;
	transition: var(--transition);
	margin-left: 4px;
	cursor: pointer;
	color: var(--clr_main)
}
.sale_search_btns button:nth-child(2n),
.sale_search_btns button:hover {
	background-color: var(--clr_main);
	color: #fff;
}
.sale_search_btns button:nth-child(2n):hover {
	background-color: transparent;
	color: var(--clr_main)
}
.sale_search_btns button i {
	margin-right: 3px;
}
.sale_listing .team_down {
	margin-top: 0;
}
.dream_sec {
	padding: 20px 0 0;
	/* border-top: 45px solid #dfe0de; */
}
.dream_text {
	text-align: center;
}
.dream_text h6 {
	font-family: var(--font_Vidaloka);
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 60px;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.dream_text h6 span {
	display: block;
}
.dream_text h2 {
	font-family: var(--font_Migra);
	/* font-size: 62px; */
	font-size: 62px;
	max-width: 430px;
	margin: 0 auto 50px;
	padding: 0 10% 20px;
	line-height: 1.25;
	border-bottom: 2px solid var(--clr_border);
	/* Añadido 05/01/2023 */
	margin-bottom: 25px;
}
.subcaption{
	font-size: 24px;
	text-decoration: italic;
	font-style: italic;
	font-weight: 500;
	font-family: var(--font_Migra);
	margin-bottom: 40px;
}
.help_team .dream_text h2 {
	font-size: 63px;
	max-width: 500px;
}
.dream_sec .row {
	align-items: center;
	flex-direction: row-reverse;
}
.dream_text .link_btn {
	display: flex;
	justify-content: space-evenly;
	max-width: 420px;
	margin: auto;
}
.team_sec {
	padding: 80px 0 150px;
	/* background-position: center;
	background-size: cover;
	position: relative;
margin-bottom: 60px; */
}
.wouldu h4{
	letter-spacing:0 !important;
}

/* .team_sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.65);
	}
	.team_sec .container {
	position: relative;
	z-index: 2;
} */
.team_wrap img {
	/* padding: 20px 20px 0; */
	/* padding: 0px 20px 0; */
	/* border: 3px solid var(--clr_border); */
	/* max-width: 260px; */
	/* width: 100%; */
	/* margin: auto; */
	/* object-fit: contain; */
	/* height: 367px; */
	/* max-height: 345px; */
	/* object-fit: cover; */
}

.team_wrap img {
	/* padding: 20px 20px 0; */
	padding: 0px 20px 0;
	border: 3px solid var(--clr_border);
	max-width: 332px;
	width: 100%;
	margin: auto;
	object-fit: contain;
	height: 471px;
}
.team_wrap {
	text-align: center;
}
.team_text p.team_desc {
	font-size: 22.5px;
	letter-spacing: 0;
	font-family: var(--font_Gill);
	font-style: italic;
	margin-bottom: 16px;
	max-width: 314px;
	line-height:1.4;
	margin-left: auto;
	margin-right: auto;
}
.team_text p.team_desc::before {
	content: '';
	width: 50px;
	border-top: 2px solid #ddd;
	display: block;
	margin: 0 auto 16px;
}
.team_text h6 {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: var(--font_Alta);
	letter-spacing: 9px;
	color: #a8a8a8;
}
.team_text h4 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 18px;
	/* font-family: var(--font_Vidaloka); */
	color: #000;
	font-weight: 400;
	letter-spacing: 2px;
}
.team_text {
	text-align: center;
	margin-top: 40px;
}
.team_text p {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: 400;
}
.team_text p a {
	color: var(--clr_text);
}
.team_text .team_mail {
	font-style: italic;
	font-size: 20px;
	letter-spacing: 1px;
}
/* .team_call span {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	background-color: #b39a89;
	vertical-align: sub;
	margin-right: 7px;
	}
	.team_call i {
	font-size: 33px;
	line-height: 44px;
	color: #fff;
} */
.team_call i {
	letter-spacing: 0;
	font-style: italic;
	color: #c4b1a2;
	margin-right:5px;
}
.team_down {
	margin-top: 50px;
	text-align: center;
}
.team_down a {
	/* color: var(--clr_text); */
	font-size: 70px;
	line-height: 1;
	color: #988b85;
	cursor:pointer;
}
/* .banner2_sec {
	margin-top: 60px;
} */
.banner2_sec img {
	width: 100%;
	min-height: 420px;
	object-fit: cover;
}
.dvelop_sec {
	padding: 80px 0;
}
.dvelop_sec .main_title h2 {
	font-size: 60px;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.dvelop_content .comn_btn {
	text-align: center;
	margin-top: 40px;
}
.dvelop_content .comn_btn a {
	min-width: 140px;
}
.dvelop_content {
	max-width: 800px;
	margin: auto;
}
.dvelop_content p {
	font-size: 26px;
	line-height: 1.4;
	font-family: var(--font_Gill);
	text-align: center;
}
.dvelop_content .more_btn {
	margin-top: 50px;
}
.dvelop_content .more_btn a {
	font-size: 26px;
}
.dvelop_content .more_btn a img {
	max-width: 160px;
}
.dream_sec.interior_sec {
	border-top: 0;
	background-color: #e3e2dd;
	padding: 60px 0;
	position: relative;
}
.dream_sec.interior_sec .row {
	flex-direction: row;
	background-color: #fff;
	padding: 30px 15px;
	margin-left: 0;
	margin-right: 0;
}
.dream_sec.interior_sec .dream_text {
	max-width: 490px;
	margin: auto;
}
.dream_sec.interior_sec .dream_text h2 {
	max-width: none;
	border-bottom: 2px solid var(--clr_text);
	margin-bottom: 40px;
}
.dream_sec.interior_sec .dream_text h6 {
	margin-bottom: 50px;
}
.dream_sec.interior_sec .dream_text p {
	font-size: 24px;
	line-height: 1.4;
	max-width: 370px;
	font-weight: 400;
	font-family: var(--font_Gill);
	margin: 0 auto 40px;
}
.interior_img {
	position: relative;
}
.interior_logo {
	position: absolute;
	width: 160px;
	height: 160px;
	left: 0;
	right: 0;
	top: 30%;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin: auto;
	padding: 25px;
}
.interior_sec .container {
	position: relative;
	z-index: 2;
}
.interior_bg {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	max-width: 55%;
	object-fit: cover;
}
.sale_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 35px -5px -14px;
	justify-content: center;
}
.sale_field {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.sale_field.full {
	width: 100%;
}
.sale_field input,
.sale_field select {
	outline: none;
	width: 100%;
	border: 3px solid var(--clr_text);
	font-size: 14px;
	line-height: 1;
	padding: 2px 10px 0;
	color: var(--clr_text);
	height: 35px;
	background-color: #fff;
	font-family: var(--font_Myriad);
	letter-spacing: 0.4px;
}
.sale_field select {
	padding: 8px 7px 6px;
}
.sale_field input[type="submit"] {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	color: var(--clr_text);
	cursor: pointer;
	transition: var(--transition);
	padding: 2px 10px 0;
}
.sale_field input[type="submit"]:hover {
	background-color: var(--clr_main);
	border-color: var(--clr_main);
	color: #fff;
}
.home_full_slider .home-slider .item img {
	min-height: 400px;
	/* object-fit: cover; */
	/* max-height: 850px; */
	object-fit: contain; 
}
.home_full_slider .home-slider .owl-nav {
	left: 30px;
	right: 30px;
}
.home_full_slider .home-slider .owl-nav i {
	color: #fff;
}
/**** home end ****/

/**** about start ****/
.about_sec {
	background-color: #ddd3c7;
	padding: 1px 0 90px;
}
.about_box {
	background-color: #fff;
	padding: 0 80px 80px;
	text-align: center;
	z-index: 2;
	position: relative;
	max-width: 800px;
	margin: -80px auto 0;
}
.about_box_img img {
	margin-top: -60px;
	max-width: 120px;
	margin-bottom: 60px;
}
.about_box .main_title h2 {
	text-transform: uppercase;
}
.about_box p {
	font-size: 23px;
	line-height: 1.4;
	font-family: var(--font_Gill);
	text-align: center;
}
.team_sec.about_team .team_call {
	margin-bottom: 10px;
}
.team_sec.about_team {
	padding: 90px 0 10px;
}
/**** about end ****/

/**** interior start ****/
.interior_slider_sec {
	padding: 80px 0 0;
	margin-bottom:80px;
}
.interior_slider_title {
	margin-bottom: 60px;
	text-align: center;
}
.interior_slider_title h4 {
	font-size: 34px;
	line-height: 1.3;
	max-width: 460px;
	margin: auto;
	font-weight: 400;
	color: var(--clr_main);
	position: relative;
	padding: 0 26px;
	margin-top:80px;
	margin-bottom:120px;
}
.interior_slider_title h4:before,
.interior_slider_title h4:after {
	content: "\22";
	font-size: 70px;
	position: absolute;
	line-height: 40px;
	font-style: italic;
	font-weight: 400;
	font-family: "Font Awesome 6 Sharp";
	color: #ad8f7c;
}
.interior_slider_title h4::before {
	transform: rotate(180deg);
	left: 10px;
	top: -30px;
}
.interior_slider_title h4:after {
	bottom: 0;
	right: 4px;
}
.interior_slider_desc {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.interior_slider_desc p {
	font-size: 23px;
	line-height: 1.4;
	font-family: var(--font_Gill);
	text-align: center;
}
.interior_slider .owl-nav {
	position: absolute;
	top: 50%;
	left: -25px;
	right: -25px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}
.interior_slider .owl-nav button {
	pointer-events: all;
}
.interior_slider .owl-nav button i {
	font-size: 80px;
	line-height: 1;
	color: #000;
}
.interior_slider .item img {
	max-height: 650px;
	/* max-height: 750px; */
	object-fit: contain;
}
.page-template-about-page .team_sec{
	padding-bottom:0px;
}

/**** interior end ****/

/**** contact start ****/
.team_sec.contact_team {
	padding-bottom: 0;
}
.team_sec.contact_team .team_wrap img {
	border-width: 0;
}
.contact_form {
	background-color: #fff;
	padding: 70px 80px 0;
	text-align: center;
	z-index: 2;
	position: relative;
	max-width: 800px;
	margin: -80px auto 0;
}
.contact_form .main_title h2 {
	/* color: var(--clr_text); */
	color: #333; 
}
.contact_form p {
	font-family: var(--font_Gill);
	letter-spacing: 0.4px;
	color: #888;
	font-size: 17px;
	line-height: 1.5;
}
.fields_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -15px 0;
}
.input_wrap {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	text-align: left;
}
.input_wrap.full,
.note_wrap,
.submit_wrap {
	width: 100%;
}
.fields_wrap label {
	font-family: var(--font_Gill);
	color: #888;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 12px;
}
.fields_wrap input,
.fields_wrap textarea {
	width: 100%;
	border: 2px solid var(--clr_border);
	font-size: 15px;
	line-height: 1;
	padding: 12px 15px;
	outline: none;
	border-radius: 4px;
	letter-spacing: 0.5px;
	color: var(--clr_text);
	font-family: var(--font_Myriad);
}
.fields_wrap textarea {
	height: 140px;
}
.fields_wrap .note_wrap p {
	color: var(--clr_text);
	font-size: 16px;
	margin: -10px 0 28px;
}
.submit_wrap {
	position: relative;
}
.submit_wrap input {
	background-color: #333;
	border: 2px solid #333;
	border-radius: 4px;
	padding: 15px 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: auto;
	cursor: pointer;
	min-width: 130px;
	transition: var(--transition);
}
.submit_wrap input:hover {
	background-color: transparent;
	color: #333;
}
.fields_wrap input.wpcf7-not-valid {
	border-color: #dc3232;
}
.submit_wrap .wpcf7-spinner {
	position: absolute;
	top: 13px;
}
.fields_wrap .wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 1;
	margin-top: 7px;
}
.contact_form .wpcf7-response-output {
	display: none;
	font-size: 16px;
	line-height: 1.5;
	color: #46b450;
	background-color: #f5fbf6;
	padding: 8px 15px !important;
	width: 100%;
	margin: 30px 0 0 !important;
}
.contact_form .sent .wpcf7-response-output {
	display: block;
}
.page-template-contact-page .team_sec{
	padding-bottom:0px;
}



/**** contact end ****/

/**** proprty view start ****/
.property_form_sec .contact_form {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.property_about_sec .about_box {
	margin-bottom: 100px;
	position: relative;
	margin-top: -140px;
}
.property_about_sec .about_box::before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	border: 3px solid #ddd3c7;
	z-index: -1;
}
.property_about_sec .main_title h6 {
	font-size: 26px;
	margin-bottom: 15px;
}
.property_about_sec .main_title h2 {
	font-size: 58px;
	line-height: 1.1;
}
.property_about_sec .comn_btn a {
	letter-spacing: 1px;
	background-color: var(--clr_main);
	color: #fff;
}
.property_about_sec .comn_btn a:hover {
	background-color: transparent;
	color: var(--clr_main);
}
.property_about_sec .about_box_img img {
	margin-bottom: 40px;
}
.property_about_details {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.property_about_details ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.property_about_details li {
	width: 50%;
	text-align: center;
	padding: 25px 30px;
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 0.6px;
	color: var(--clr_text);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.property_about_details li strong {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 3px;
	font-family: var(--font_Alta);
	letter-spacing: 2px;
	color: var(--clr_text);
}
.property_about_details li:nth-child(2n) {
	border-left: 2px solid #fff;
}
/**** proprty view end ****/
/**** proprty listing start ****/
.listing_about_sec .about_box {
	max-width: 600px;
	padding-bottom: 90px;
	margin-bottom: 0 !important;
}
.listing_about_sec .about_box .main_title {
	margin-bottom: 0;
}
.listing_about_sec .about_box .main_title h2 {
	font-size: 70px;
	margin-bottom: 0;
}
.listing_about_sec  .about_box .about_box_img img {
	margin-bottom: 55px;
}
.listing_sale_sec {
	background-color: #ddd3c7;
}
.listing_sale_sec .sale_search {
	margin-bottom: 210px;
}
.listing_sale_sec .sale_listing {
	background-color: #f7f7f7;
	padding-bottom: 220px;
	margin-bottom: -90px;
}
.page-template-properties-listing .site-footer, 
.post-type-archive-property .site-footer {
	padding-top: 0;
}
.listing_sale_sec .comn_btn {
	margin-top: 0;
}
/* .loadmore {
	background-color: #333;
	color: white;
	display: inline; 
	padding: 13px 24px;
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
} */
/**** proprty listing end ****/


.listing_sale_sec .sale_text{
	box-shadow: 1px 1px 40px #c7c7c7;
}

.no-more{
	color:grey;
	display:none;
}

.no-properties{
	margin: 0 auto;
	padding-bottom:30px;
}

.interior_slider_sec .comn_btn{
	margin-top:80px;	
}

.img-list-hidden{
	display:none;
}
.hide-slider{	
	display:none !important;
}

.show-img-list{	
	display:block;
	text-align:center;
}
.show-img-list img{	
	margin-top:40px;
}