/*
	Theme Name: manish child
	Author: Manish
	Template: manish
	Text Domain: manish-child
	Version: 1.811
	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.
*/

:root {
	--clr_primary: #cc2936;
	--clr_secondary: #394053;
	--font_primary: 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--font_primary);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #515151;
}
img,
iframe {
	vertical-align: top;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
h1 {
	font-size: 44px;
	line-height: 1.25;
	margin-bottom: 30px;
	font-weight: 500;
	color: #444;
}
h2 {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 15px;
	font-weight: 400;
	color: #444;
}
p {
	margin-bottom: 16px;
}
p:last-child {
	margin-bottom: 0;
}
ul,
ol {
	margin: 0 0 20px;
	padding-left: 20px;
}
li {
	margin-bottom: 8px;
}
li:last-child {
	margin-bottom: 0;
}
li::marker {
	color: var(--clr_primary);
	font-family: var(--font_primary);
}
a {
	transition: all 0.3s 0s ease-in-out;
	text-decoration: none !important;
	outline: none !important;
	color: var(--clr_primary);
	
}
button {
	outline: none !important;
}
label {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	color: #444;
}
input,
select,
textarea {
	width: 100%;
	font-family: var(--font_primary);
	background-color: #f9f9f9;
	border: 1px solid #ddd !important;
	outline: none !important;
	padding: 16px 15px !important;
	font-size: 14px !important;
	line-height: 1 !important;
	border-radius: 0px;
}
textarea {
	height: 120px !important;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.grey_bg {
	background-color: #f9f9f9;
}
.container_lg,
.container {
	width: 100%;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.container_lg {
	max-width: 1500px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.col_6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.col_12 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.col_4 {
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.col_3 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.col_8 {
	width: 66.66666%;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-wrapper{
	text-align:center; 
	width:100%;
	margin-top:70px;
}
.btn {	
	background-color: var(--clr_primary);
	padding: 15px 40px;
	border-radius: 4px;
	color: #fff;
	/* font-size: 14px; */
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font_primary);
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.btn-trsp{	
	background-color: rgb(255,255,255,0);
	color:var(--clr_primary);
	border:2px var(--clr_primary) solid;
}
.btn-small {	
	padding: 10px 25px;
	margin-top:13px;
	display:inline-block;
}
.btn-trsp:hover{	
	background-color: var(--clr_primary);
	color:white;
	border:2px var(--clr_primary) solid;
}
.comn_btn {
	margin-top: 25px;
}
.comn_btn a {
	background-color: var(--clr_primary);
	font-family: var(--font_primary);
	color: #fff;
	/* padding: 16px 30px; */
	padding: 14px 29px;
	display: inline-block;
	/* border-radius: 10px; */
	border-radius: 5px;
	border: 2px solid var(--clr_primary);
	box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	font-size: 15px;
	min-width: 140px;
	text-align: center;
	letter-spacing: 0.5px;
}
.comn_btn a:hover {
	background-color: transparent;
	color: var(--clr_primary);
	font-family: var(--font_primary);
}
.link_btn {
	margin-top: 12px;
	}
.link_btn a {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: var(--clr_primary);
	font-family: var(--font_primary);
	position: relative;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.link_btn a::after {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	width: 100%;
	bottom: 0;
	border-bottom: 3px solid var(--clr_primary);
	font-family: var(--font_primary);
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
}
.link_btn a:hover::after {
	left: auto;
	right: 0;
	width: 0;
}
.main_title {
	text-align: center;
	max-width: 600px;
	margin: -8px auto 50px;
}
.main_title h2 {
	margin-bottom: 20px;
}

.main_intro{
	max-width: 800px;
	text-align: center;
	margin: -8px auto 50px;
	margin-bottom:0px;
}
.main_intro h4{
	font-size:30px;
	max-width: 700px;
	font-weight:300;
	line-height: 1.5;
	margin-left:auto;
	margin-right:auto;
}
.main_intro p{
	font-size:20px;
	font-weight:300;
	line-height: 1.7;
}

}

/**** Header start ****/
.top_bar{
	background-color: #111;
}
.top_bar{
	background-color: #111;
	padding: 7px 0;
	border-bottom:1px #444 solid;
}
.top_bar_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_bar_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_bar_left li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
.top_bar_left li:last-child {
	margin-right: 0;
}
.top_bar_left li a {
	color: #fff;
}
.top_bar_left li a:hover {
	opacity: 0.85;
}
.top_bar_left li a i {
	display: inline-block;
	margin-right: 6px;
}
.top_bar_social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_bar_social li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1;
}
.top_bar_social li:first-child {
	margin-left: 0;
}
.top_bar_social li a {
	color: #fff;
}
.top_bar_social li a:hover {
	opacity: 0.85;
}

@media (max-width: 600px) {
	.top_bar .email-top{
		/* display:none; */
	}
}


.site-header {
	padding: 10px 0;
	/* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12); */
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	transition: 0.3s all ease-in-out;
}
.site-header .header_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.site-header .header_row .site-branding {
	width: 16%;
	text-align:center;
}
.site-header .site-logo img {
	width: 100%;
	height: auto;
	max-width: 110px;
	transition: 0.3s all ease-in-out;
}
.site-header .header_row .primary-navigation {
	width: 42%;
}
.site-header .menu-button-container {
	display: none;
}
.site-header .primary-navigation .menu-wrapper {
	margin: 0;
	padding-left: 0;
	text-align: right;
	list-style: none;
}
.site-header .primary-navigation .menu-wrapper .menu-item {
	display: inline;
	margin-left: 0px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0px 16px;
}
.site-header .primary-navigation .menu-wrapper .menu-item a {
	color: #444;
	position: relative;
	padding-bottom: 3px;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.site-header .primary-navigation .menu-wrapper .menu-item .sub-menu a {
	/* color: var(--clr_primary) !important; */
}
.site-header .primary-navigation .menu-wrapper .menu-item .sub-menu a:hover {
	color: var(--clr_primary);
}
.site-header .primary-navigation .menu-wrapper .menu-item .sub-menu a:focus {
	color: var(--clr_primary);
}
.site-header .primary-navigation .menu-wrapper .menu-item.current-menu-item a,
.site-header .primary-navigation .menu-wrapper .menu-item a:hover {
	color: #444;
	font-family: var(--font_primary);
}
.site-header .primary-navigation .menu-wrapper .menu-item a::after {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	width: 0;
	bottom: 0;
	border-bottom: 2px solid var(--clr_primary);
	font-family: var(--font_primary);
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .menu-item.current-menu-item a:after,
.site-header .primary-navigation .menu-wrapper .menu-item a:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
.site-header .primary-navigation .menu-wrapper .menu-item.close_menu {
	display: none;
}
.site-header.sticky {
	padding: 3px 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.site-header.sticky .site-logo img {
	max-width: 70px;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children {
	position: relative;
}
.site-header .primary-navigation .menu-wrapper .sub-menu {
	display: none;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	width: 240px;
	text-align: left;
	padding: 25px 25px;
	margin-bottom: 0;
	top: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s 0.1s ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item {
	margin: 0 0 20px;
	line-height: 20px;
	font-size: 16px;
	text-transform: none;
	display:block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item:last-child {
	margin-bottom: 0;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a {
	padding-bottom: 0;
	display: block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a:hover {
	padding-bottom: 0;
	display: block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a:after {
	display: none;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s 0s ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children > a {
	padding-right: 20px;
}
.site-header .primary-navigation .sub-menu-toggle .screen-reader-text,
.site-header .primary-navigation .sub-menu-toggle .icon-plus, 
.site-header .primary-navigation .sub-menu-toggle .icon-minus {
	display: none;
}
.site-header .primary-navigation .sub-menu-toggle {
	border: none;
	background: none;
	padding: 0;
	color: #555;
	margin-left: -12px;
	transition: all 0.3s 0s ease-in-out;
}
.site-header .primary-navigation .sub-menu-toggle::before {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}
.site-header .primary-navigation a:hover+.sub-menu-toggle {
	color: var(--clr_primary);
}

#primary-mobile-menu i{
	color:#333;
}

.site-header .nav-1 .menu-wrapper{
	text-align:left;
}

.site-header .nav-1 .menu-wrapper li:nth-child(2)	{
	padding-left:0px;
}

.site-header .nav-2 .menu-wrapper{
	text-align:right;
}
.site-header .nav-2 .menu-wrapper li:last-child{
	padding-right:0px;
}

.site-header .nav-2 .menu-wrapper li:nth-child(1), .site-header .nav-2 .menu-wrapper li:nth-child(2), .site-header .nav-2 .menu-wrapper li:nth-child(3)	{
	display:none;
}

/**** Header end ****/

/**** Footer start ****/

.main_footer {
	color: #d2d2d2;
	background-color: #222;
	padding: 90px 0 60px;
	position: relative;
	word-wrap: break-word;
	font-size: 15px;
	line-height: 25px;
}
.main_footer section {
	padding: 0;
}
.main_footer .widget_first a {
	display: inline-block;
}
.main_footer .widget_first img {
	max-width: 190px;
	margin-bottom: 32px;
}
.main_footer .widget_first figure,
.main_footer .widget_first figure figcaption {
	margin-bottom: 0;
}
.main_footer .widget .footer_social {
	margin-top: 25px;
}
.main_footer .widget .footer_social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	padding-left: 0;
}
.main_footer .widget .footer_social li a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 17px;
	padding-top: 1px;
	background-color: #333;
}
.main_footer .widget .footer_social li a:hover {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary);
	color: #fff;
}
.main_footer .widget h4 {
	font-size: 22px;
	line-height: 32px;
	position: relative;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
}
.main_footer .widget h4::after {
	position: relative;
	content: '';
	width: 50px;
	display: block;
	margin-top: 10px;
	border-bottom: 3px solid #fff;
	border-radius: 4px;
}
.main_footer .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main_footer .widget ul li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 12px;
}
.main_footer .widget ul li a {
	color: #d2d2d2;
}
.main_footer .widget ul li a:hover {
	color: var(--clr_primary);
}
.main_footer .widget_second {
	padding-left: 80px;
}
.main_footer .widget_third {
	padding-left: 50px;
}
.main_footer .widget_second ul li a::before {
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	background-color: #d2d2d2;
	left: 0;
	top: 9px;
	border-radius: 2px;
	transition: 0.3s all ease-in-out;
}
.main_footer .widget_second ul li a:hover:before {
	background-color: var(--clr_primary);
}
.main_footer .widget_third ul li {
	padding-left: 30px;
	margin-bottom: 13px;
}
.main_footer .widget ul li:last-child {
	margin-bottom: 0;
}
.main_footer .widget_third li i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	text-align: center;
}
.footer_bottom {
	background-color: #222;
}
.footer_bottom .copyright {
	margin: 0;
	text-align: center;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 1;
	padding: 22px 0;
	border-top: 1px solid #646464;
}
.footer_bottom .developed-by {
	margin: 0;
	text-align: center;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 22px;
}
.footer_bottom .copyright a {
	color: #d2d2d2;
}
.footer_bottom .copyright a:hover {
	color: var(--clr_primary);
}


/* Side Phone - whastsapp */

.side-icon {
	position: fixed;	
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 50px;
	z-index:30;
	font-weight:600;
	/* display:none; */ 
	text-align:center;
	width:60px;
	height:60px;
	left:0;
	bottom:0;
	
}
.side-facebook {
	bottom:0;
	margin-bottom:75px !important;
}
.side-instagram {
	margin-bottom:140px !important;
}
.side-icon  img{
	padding:12px;
}

.side-icon {	
	background-color: #2ab944;
	margin:0px 4px 10px 10px ;
	box-shadow:1px 1px 2px #999;
}
.side-facebook {	
	background-color: #0866ff;
	margin:0px 4px 10px 10px ;
	box-shadow:1px 1px 2px #999;
}
.side-instagram {	
	background-color: #fdf6f9;
	margin:0px 4px 10px 10px ;
	box-shadow:1px 1px 2px #999;
}
.side-phone a, .side-icon  a, .side-phone a:hover, .side-icon  a:hover {
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
.side-phone p, .side-icon  p{
	font-size: 12px;
	line-height: 0;
}
.side-phone p, .side-phone a{
	color:#333;
}
.side-phone:hover, .side-icon:hover{
	right: 0;
}

.side-phone span, .side-icon span{
	display:inline;
	font-size:27px;
	margin-right:2px;
}
.side-icon  span img{
	width:28px;
}
.side-icon  i{
	font-size:30px;
}	

.bottom-btn-bg{
	position: fixed;
	bottom: 0;
	height: 53px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	display:none;
	z-index:29;
}
.bottom-btn-bg {
	position: fixed;
	bottom: 0;
	height: 53px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	display: none;
	z-index: 29;
}
.footer-whatsapp{
	/* display:none; */
}

/**** Footer end ****/

/**** Home page start ****/

.video_sec {
	background-color: #444;
}
.video_sec video {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	object-fit: cover;
	vertical-align: top;
	pointer-events: none;
}
.video_sec {
	background-color: #444;
	position:relative;
	display:flex;
	align-items: center;
	justify-content:center;
}
.video_sec video {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	object-fit: cover;
	vertical-align: top;
	pointer-events: none;
	
}
.text-on-video{
	position:absolute;
	max-width:1024px;
	margin-left:15px;
	margin-right:15px;
	line-height: 1.1;
	text-align:center;
	
}
.text-on-video h1{
	color:white;
	font-size: 70px;
	font-weight: 500;
}
.text-on-video h2{
	color:white;
	font-size: 60px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000;
}
.text-on-video h3{
	color:white;
	font-size: 50px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000;
}

.video_sec img{
	position:absolute;
	top:0;
    left: 50%;
	bottom:50%;
	width:200px;
	transform: translate(-50%, -50%);
	margin-top:150px;
	
}

@media (max-width: 767px) {
	.video_sec img{
		width:175px;
		margin-top:120px;
	}
}
@media (max-width: 575px) {
	.text-on-video{
		margin-top:60px;
	}
	.video_sec img{
		width:150px;
		margin-top:100px;
		
	}
	
}

.video_sec .comn_btn {
	margin-top: 38px;
	text-align:center;
}
.video_sec .comn_btn a {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	transition:0.5s;
}
.video_sec .comn_btn a:hover {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary);
}


.hero_sec {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 620px;
	background-color: #fff;
}
.hero_slide {
	padding: 80px 0 100px;
	min-height: 620px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
}
.hero_slide::before {
	content: '';
	background-color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.2;
	mix-blend-mode: multiply;
}
.hero_slide .container {
	position: relative;
	z-index: 2;
}
.hero_slide_content {
	text-align: center;
	color: #fff;
	max-width: 760px;
	margin: auto;
}
.hero_slide_content .smaller-f{
	font-size:52px;
}
@media (max-width: 600px) {
	.hero_slide_content .smaller-f{
		font-size:40px;
	}
}

.hero_slide_content h6 {
	font-family: 'Great Vibes', cursive;
	color: #fff;
	font-size: 55px;
	margin-bottom: 12px;
	line-height: 1;
	font-weight: 400;
}
.hero_slide_content h1 {
	color: #fff;
	font-size: 64px;
	margin-bottom: 18px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}
.hero_slide_content p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}
.hero_slide_content .comn_btn {
	margin-top: 38px;
}
.hero_slide_content .comn_btn a {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.hero_slide_content .comn_btn a:hover {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary);
	color: #fff;
}
.hero_slider .owl-dots {
	margin-top: 0;
	text-align: center;
	line-height: 1;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.hero_slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 6px;
	background-color: #ddd;
	transition: 0.3s all ease-in-out;
}
.hero_slider .owl-dots .owl-dot.active {
	background-color: var(--clr_primary);
	width: 20px;
	height: 8px;
}
.owl-carousel .owl-item img{
	display:inline-block;
}
.img-slider img{
	max-width:500px;
}





/*Search*/
.filter_top {
	margin-bottom: 35px;
}
.filter_top_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}
.filter_top_list {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.filter_top_list select {
	width: 100%;
	background-color: transparent;
	border: 2px solid #ececec !important;
	padding: 9px 8px !important;
	color: #4b4b4b;
	font-family: var(--font_primary);
	border-radius: 4px;
}
.filter_top_btn {
	width: 100%;
	border: 2px solid var(--clr_primary);
	background-color: var(--clr_primary);
	padding: 10px 20px 9px;
	/* border-radius: 4px; */
	border-radius: 0px;
	color: #fff;
	/* font-size: 14px; */
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font_primary);
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.filter_top_btn:hover {
	color: var(--clr_primary);
	background-color: transparent;
}
.filter_bottom_title a {
	color: #444;
}
.filter_bottom_title i {
	font-size: 13px;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}
.filter_bottom_title .open i:before {
	content: "\f068";
}
.filter_bottom_lists {
	display: none;
	margin-top: 10px;
}
.filter_bottom_list {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	margin-right: 15px;
	margin-top: 15px;
}
.filter_bottom_list input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: auto;
	pointer-events: none;
}
.filter_bottom_list input[type="checkbox"]+label {
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 0;
}
.filter_bottom_list input[type="checkbox"]+label::before {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid var(--clr_primary);
	transition: 0.3s all ease-in-out;
}
.filter_bottom_list input[type="checkbox"]+label::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 8px;
	font-size: 10px;
	color: #fff;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.filter_bottom_list input[type="checkbox"]:checked+label::before {
	background-color: var(--clr_primary);
}
.filter_bottom_list input[type="checkbox"]:checked+label::after {
	opacity: 1;
	visibility: visible;
}

/*end search*/





.page-template-servicios .why_sec .row {
	margin-bottom: -30px;
}
.page-template-servicios .why_sec .col_4 {
	margin-bottom: 30px;
}
.page-template-servicios .why_box {
	background-color: #fff;
	padding: 30px 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	transition: 0.3s all ease-in-out;
	/* cursor: pointer; */
	height: 100%;
}
.page-template-servicios .why_box:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.page-template-servicios .why_box i {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 26px;
	color: var(--clr_primary);
}
.page-template-servicios .why_box h4 {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.page-template-servicios .why_box p {
	font-size: 15px;
	line-height: 24px;
}
.page-template-servicios .why_sec .features_wrap {
	/* margin-top: 100px; */
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
}
.page-template-servicios .why_sec .features_wrap .row {
	margin: 0;
}
.page-template-servicios .why_sec .features_wrap .col_6 {
	padding-left: 0;
	padding-right: 0;
}
.page-template-servicios .why_sec .features_wrap .row {
	margin: 0;
	align-items: center;
	background-color: #fff;
	flex-direction: row-reverse;
}
.page-template-servicios .why_sec .features_wrap .row:nth-child(2n) {
	flex-direction: row;
}


.page-template-home .why_sec p{
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
	text-align:justify;
}



.feature_img {
	height: 100%;
}
.feature_img img {
	height: 100%;
	object-fit: cover;
	min-height: 550px;
	max-width:640px;
}
.feature_txt {
	padding: 12% 12%;
	height: 100%;
	display: flex;
	align-items: center;
}
.feature_txt_in {
	max-width: 440px;
	margin: auto;
}
.feature_txt .link_btn a {
	color: var(--clr_primary);
	font-family: var(--clr_primary);
}
.feature_txt .link_btn a::after {
	border-bottom: 3px solid var(--clr_primary);
}
.category_sec .row {
	margin: 0 -8px -16px;
}
.category_sec [class*="col_"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

.footer_category a{
	font-size:15px;
	color:#555;
}
.footer_category a:hover{
	color:var(--clr_primary);
}

.category_box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}
.category_box img {
	height: 320px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease-in-out;
	transform: scale(1);
}
.category_box a {
	display: inline-block;
	width: 100%;
	position: relative;
}
.category_box .category_box_txt  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	
}

.category_box a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #5b5b5b;
	opacity: 0.4;
	z-index: 2;
	mix-blend-mode: multiply;
	transition: 0.3s all ease-in-out;
}
.category_box a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid #fff;
	z-index: 3;
	transition: all 0.3s 0s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
}
.category_box a:hover:before {
	opacity: 1;
}
.category_box a:hover:after {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s 0.25s ease-in-out;
}
.category_box a:hover img {
	transform: scale(1.15);
}










.contact_wrap {
	background-color: #fff;
	padding: 65px 70px 70px;
	max-width: 900px;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fields_wrap {
	margin: 0 -5px -16px;
	display: flex;
	flex-wrap: wrap;
}
.field_wrap {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 16px;
}
.field_wrap.half_field {
	width: 50%;
}
.fields_wrap .wpcf7-list-item {
	position: relative;
	padding-left: 20px;
	margin: 0;
	margin-right:19px;
}
.fields_wrap .wpcf7-list-item label {
	margin-bottom: 0;
}
.fields_wrap .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	width: auto;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label {
	cursor: pointer;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label::before {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid var(--clr_primary);
	transition: 0.3s all ease-in-out;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 8px;
	font-size: 10px;
	color: #fff;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.fields_wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	background-color: var(--clr_primary);
}
.fields_wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
	visibility: visible;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-not-valid {
	border-color: red !important;
}
.btn_field .wpcf7-submit {
	background-color: var(--clr_primary);
	font-family: var(--font_primary);
	color: #fff;
	padding: 18px 30px !important;
	display: inline-block;
	border-radius: 7px;
	border: 2px solid var(--clr_primary) !important;
	/* box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.15); */
	text-transform: uppercase;
	line-height: 1 !important;
	font-weight: 500;
	font-size: 13px !important;
	min-width: 140px;
	text-align: center;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.btn_field .wpcf7-submit:disabled {
	background-color: var(--clr_primary);
	color: #fff;
	opacity: 0.7;
}
.wpcf7-form.sent .wpcf7-response-output {
	display: block;
	background-color: #d0eddc;
	margin: 28px 0 0;
	border: 1px solid #65a66a !important;
	color: #047300;
	font-size: 15px;
	line-height: 1.25;
	padding: 10px 14px;
	border-radius: 6px;
}
.btn_field .wpcf7-spinner {
	display: none;
}
.recent_slider>.owl-carousel>.owl-stage-outer {
	padding: 8px 0;
}
.property_wrap {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(61, 61, 225, 0.1);
	overflow: hidden;
	margin-bottom:25px;
}
.property_wrap ul {
	list-style: none;
	padding-left: 0;
	/* margin-bottom: 0; */
	margin-bottom: 14px;
}

/*Slider*/
.property_content .owl-carousel .owl-item img {
	
	height: 448px;
	object-fit: cover;
}
@media (max-width: 600px) {
	.property_content .owl-carousel .owl-item img {	
		height: 348px;
		object-fit: cover;
	}
}

.property_slider {
	position: relative;
}
/* Listing properties image height col_4*/
.property_slider {
	height: 230px;
	overflow: hidden;
}
.property_slider img {
	height: 230px;
	object-fit: cover;
}

/* Listing properties image height col_6*/

.col_6 .property_slider {
	height: 300px;
	overflow: hidden;
}
.col_6 .property_slider img {
	height: 300px;
	object-fit: cover;
}


.property_slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	transition: 0.3s all ease-in-out;
	/* opacity: 0;
	visibility: hidden; */
}
.property_slider .owl-nav button {
	pointer-events: all;
	color: #fff !important;
	font-size: 28px !important;
	line-height: 1 !important;
	
}

.property_slider .owl-nav button.owl-next {
	padding:20px !important;
	
}
.property_slider .owl-nav button.owl-prev {
	padding:20px !important;
}
.property_slider .owl-nav button.owl-prev:hover, .property_slider .owl-nav button.owl-next:hover {
	transform: scale(1.15);
	transition:0.1s;
}
/* .property_wrap:hover .property_slider .owl-nav {
	left: 18px;
	right: 18px;
	opacity: 1;
	visibility: visible;
} */
.property_slider_type {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
	right: 16px;
	display: flex;
	justify-content: space-between;
}
.property_slider_type ul {
	margin: -3px -1px;
}
.property_slider_type li {
	display: inline-block;
	margin: 3px 1px;
	color: #fff;
	background-color: rgba(10, 171, 10, 0.5);
	padding: 4px 7px;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
}
.property_slider_type_right li {
	background-color: var(--clr_primary);
}
.property_slider_bot {
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 16px;
	right: 16px;
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
}
.property_slider_bot_address {
	width: calc(100% - 40px);
}
.property_slider_bot_photo {
	width: 40px;
	text-align: right;
}
.property_slider_bot i {
	display: inline-block;
	margin-right: 2px;
}
.property_info {
	padding: 20px 20px 0;
}
.property_info h4 {
	font-size: 19px;
	line-height: 1.25;
	font-weight: 500;
	color: #444;
	margin-bottom: 14px;
}
.col_6 .property_info h4 {
	font-size: 23px;
	
}

.property_info h4 a {
	color: #444;
}
.property_info h4 a:hover {
	color: var(--clr_primary);
}
.property_info .price, .property_info .small_price{
	display: inline-block;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 13px;
	font-weight: 500;
	color: var(--clr_primary);
}
.property_info .price_big{
	font-size: 26px;
}
.property_info p, .property_info .pblock-desc{
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.property_info span{
	
}
.property_specification li {
	display: inline-block;
	margin-right: 14px;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}
.property_specification li i {
	display: inline-block;
	margin-right: 2px;
}
.property_specification li {
	display: inline-block;
	margin-right: 14px;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}

.property_specification_big li{
	font-size: 16px;
}
.property_specification li i {
	display: inline-block;
	margin-right: 2px;
}
.property_meta {
	margin-top: 20px;
	border-top: 1px solid #ececec;
	/* padding: 10px 0; */
	padding: 7px 0;
	display: flex;
	align-items: center;
}
.property_meta_author {
	width: 50%;
}
.property_meta_options {
	width: 50%;
	text-align: right;
}
.property_meta_author {
	display: flex;
	align-items: center;
}
.property_meta_author img {
	width: 30px !important;
	background-color: #f9f9f9;
	height: 30px !important;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.property_meta_author span {
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
	color: #444;
}
.property_meta_options li {
	display: inline-block;
	margin: 2px;
}
.property_meta_options ul {
	margin: -2px;
}
.property_meta_options li a {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a8a8a8;
}
.property_meta_options li a:hover {
	color: var(--clr_primary);
	border-color: var(--clr_primary);
}
.property_share {
	position: relative;
}
.property_share ul {
	position: absolute;
	bottom: 15px;
	background-color: var(--clr_primary);
	border-radius: 4px;
	padding: 6px 10px;
	margin: 0;
	text-align: center;
	left: -5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
}
.property_share ul:after {
	content: '';
	position: absolute;
	bottom: -6px;
	border-top: 7px solid var(--clr_primary);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
}
.property_share li {
	margin: 0;
}
.property_share li a {
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}
.property_share.open ul {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}
.recent_slider .property_wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.recent_slider>.owl-carousel>.owl-nav {
	position: absolute;
	top: -45px;
	right: 0;
}
.recent_slider>.owl-carousel>.owl-nav button {
	background-color: #f1f1f1;
	color: var(--clr_primary);
	padding: 12px 14px !important;
	margin-left: 4px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
}
.recent_slider>.owl-carousel>.owl-dots {
	line-height: 0;
	text-align: center;
	margin-top: 25px;
	transition: 0.3s all ease-in-out;
}
.recent_slider>.owl-carousel>.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: var(--clr_primary);
	border-radius: 50%;
	margin: 0 8px;
	opacity: 0.25;
}
.recent_slider>.owl-carousel>.owl-dots .owl-dot.active {
	opacity: 1;
}


.latest_sec .main_title {
	margin-bottom: 40px;
}
.tab_btn_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -3px -3px 32px;
}
.tab_btn_wrap .tab_btn {
	font-family: var(--font_primary);
	margin: 3px;
	border: none;
	background-color: rgba(187, 161, 57, 0.07);
	color: var(--clr_primary);
	padding: 14px 30px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tab_btn_wrap .tab_btn i {
	display: inline-block;
	margin-right: 3px;
}
.tab_btn_wrap .tab_btn.active,
.tab_btn_wrap .tab_btn:hover {
	color: #444;
}
.latest_sec .row {
	/* justify-content: center; */
	justify-content: left;
	margin-bottom: -30px;
}
.latest_sec .col_4,
.latest_sec .col_6 {
	/* margin-bottom: 30px; */
}
/**** Home page end ****/

/**** Properties start ****/
.latest_sec {
	/* padding-top:0; */
}

/**** Properties end ****/


/**** Contact start ****/
.inner_ban_sec {
	padding: 120px 0;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-position: 100% 80%;
}
.inner_ban_sec::before {
	content: '';
	background-color: #220d00;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.35;
	mix-blend-mode: multiply;
}
.inner_ban_sec .container {
	position: relative;
	z-index: 2;
}
.inner_ban_cont {
	text-align: center;
}
.inner_ban_cont h1, .inner_ban_cont h2{
	color: #fff;
	margin-bottom: 0;
}
.contact_map_sec {
	position: relative;
	padding: 0;
}
.contact_map_wrap iframe {
	width: 100%;
	height: 600px;
	/* 	filter: grayscale(30%) invert(10%) contrast(100%); */
}
.contact_map_sec .container {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
}
.contact_map_box {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	max-width: 370px;
	pointer-events: all;
}
.contact_map_box h4 {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 14px;
	color: #444;
	font-weight: 500;
}
.contact_map_box ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.contact_map_box li {
	color: #2b2b2b;
	margin-bottom: 6px;
}
.contact_map_box li:last-child {
	margin-bottom: 0;
}

.contact_map_box a{
	color:#333;
}

.contact_map_add {
	margin-bottom: 20px;
}
.contact_map_add li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 25px;
}
.contact_map_add li a {
	display: inline-block;
}
.contact_map_add li a:hover {
	color: var(--clr_primary);
}
.contact_map_add li i {
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	text-align: center;
	color: var(--clr_primary);
	background-color: #fff;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 50%;
}
.contact_map_hrs li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -5px 6px;
}
.contact_map_hrs li span {
	padding: 0 5px;
}
.contect_row {
	display: flex;
	flex-wrap: wrap;
}
.contact_content {
	width: 70%;
	padding-right: 15px;
}
.contact_sidebar {
	width: 30%;
	padding-left: 15px;
}
.contact_content_box {
	background-color: #fff;
	padding: 28px;
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 1.4;
}
.contact_content_box:last-child {
	margin-bottom: 0;
}
.contact_content_box h4 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #444;
	margin-bottom: 15px;
}
.contact_content_info h2 {
	margin-bottom: 18px;
}
.contact_content_info_add {
	font-size: 18px;
	color: #444;
	margin-bottom: 22px;
}
.contact_content_info ul {
	list-style: none;
	padding-left: 0;
}
.contact_content_info_social {
	margin-bottom: 22px;
}
.contact_content_info_social li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 0;
}
.contact_content_info_social li a {
	color: #515151;
	background-color: rgb(242, 242, 242) !important;
	font-size: 15px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_content_info_social li a:hover {
	color: var(--clr_primary);
}
.contact_content_info_contact li span {
	min-width: 65px;
	display: inline-block;
}
.contact_content_info_contact li a {
	color: #444;
}
.contact_content_info_contact li a:hover {
	color: var(--clr_primary);
}
.contact_content_info p {
	font-size: 15px;
	line-height: 24px;
}
.contact_content_info img {
	margin-top: 10px;
}
.contact_content_form .btn_field .wpcf7-submit {
	width: auto;
	padding: 15px 36px !important;
}
.contact_sidebar_form input,
.contact_sidebar_form select {
	margin-bottom: 10px !important;
}
.contact_sidebar_form [type="submit"] {
	background-color: var(--clr_primary) !important;
	font-family: var(--font_primary);
	color: #fff !important;
	padding: 14px 30px !important;
	display: inline-block;
	border-radius: 6px !important;
	border: 2px solid var(--clr_primary) !important;
	box-shadow: 0px 0 6px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	line-height: 1 !important;
	font-weight: 500;
	font-size: 13px !important;
	min-width: 140px;
	text-align: center;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.contact_sidebar_form [type="submit"]:hover {
	background-color: transparent !important;
	color: var(--clr_primary) !important;
}
.contact_sidebar_latest_list {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.contact_sidebar_latest_list:last-child {
	margin-bottom: 0;
}
.contact_sidebar_latest_img {
	width: 35%;
	max-width: 100px;
}
.contact_sidebar_latest_txt {
	width: 65%;
	padding-left: 15px;
}
.contact_sidebar_latest_img img {
	width: 100%;
	border-radius: 6px;
	height: 81px;
	object-fit: cover;
}
.contact_sidebar_latest_txt a {
	font-weight: 500;
	color: #444;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px;
}
.contact_sidebar_latest_txt a:hover {
	color: var(--clr_secondary);
}
.contact_sidebar_latest_txt span {
	display: block;
	font-weight: 500;
	font-size: 13px;
	color: var(--clr_primary);
}
.contact_sidebar_category ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.contact_sidebar_category li {
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_sidebar_category li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.contact_sidebar_category li a:hover {
	color: var(--clr_secondary);
}
/**** Contact end ****/






.error404 .page-header {
	padding: 60px 20px;
	text-align: center;
}
.error404 .error-404 {
	display: none;
}

/**** property start ****/
.property_content_slider .owl-wrapper-outer {
	overflow: hidden;
}
.property_sec {
	padding-top: 40px;
}
.property_breadcrumb {
	/* margin-bottom: 30px; */
}
.property_breadcrumb ul {
	padding-left: 0;
	margin-bottom: 0;
}
.property_breadcrumb li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
	color: #444;
	margin-bottom: 0;
	position: relative;
}
.property_breadcrumb li a {
	color: #515151;
}
.property_breadcrumb li a:hover {
	color: var(--clr_primary);
}
.property_breadcrumb li:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	margin-left: 9px;
}
.property_breadcrumb li:last-child {
	margin-right: 0;
}
.property_breadcrumb li:last-child:after {
	display: none;
}
.property_title {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.property_title_left {
	width: 70%;
	padding-right: 20px;
}
.property_title_right {
	width: 30%;
	text-align: right;
}
.property_title ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_title_left ul {
	margin-bottom: 10px;
}
.property_title_left li {
	display: inline-block;
	margin-right: 1px;
	color: #fff;
	background-color: var(--clr_primary);
	font-size: 13px;
	line-height: 1;
	border-radius: 4px;
	margin-bottom: 0;
}

.property_title_left .extras li {
	display: inline-block;
	margin-right: 1px;
	color: #fff;
	background-color: #aba288;
	font-size: 15px;
	line-height: 1;
	border-radius: 4px;
	margin-bottom: 0;
	margin-bottom:10px;
}
.property_content_feature_lists .property_title_left{
	width:100%;
}
.property_title_left .extras li {
	padding: 8px 16px;
}
.property_title_left li a {
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
}
.property_title_left h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
.property_title_address {
	font-size: 14px;
}
.property_title_address i {
	display: inline-block;
	margin-right: 2px;
}
.property_title_area {
	color: var(--clr_primary);
	font-size: 17px;
	margin-bottom: 3px;
}
.property_title_price {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--clr_primary);
	margin-bottom: 6px;
}
.property_title_price .small_price{
	font-size: 18px;
	display:inline;
}
.property_info .small_price{
	font-size: 14px;
	display:inline;
}
.property_title_meta li {
	display: inline-block;
	margin-right: 8px;
}
.property_title_meta li:last-child {
	margin-right: 0;
}
.property_title_meta li a {
	background-color: #fff;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	padding: 7px 13px;
	font-weight: 500;
	color: #444;
	box-shadow: 0 0 16px 0 rgba(61, 61, 255, 0.1);
	border-radius: 7px;
}
.property_title_meta li a i {
	display: inline-block;
	margin-right: 3px;
}
.property_title_meta li a:hover {
	color: var(--clr_primary);
}
.property_content_row {
	display: flex;
	flex-wrap: wrap;
}
.property_content {
	width: 70%;
	padding-right: 15px;
}
.property_sidebar {
	width: 30%;
	padding-left: 15px;
}
.property_content_slider .owl-buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.property_content_slider .owl-buttons .owl-prev,
.property_content_slider .owl-buttons .owl-next {
	width: 40px;
	height: 40px;
	background-color: rgba(32, 32, 32, 0.7);
	color: #fff;
	border-radius: 5px;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.property_content_slider .owl-buttons .owl-prev:hover,
.property_content_slider .owl-buttons .owl-next:hover {
	background-color: rgba(32, 32, 32, 1);
}
.property_content_slide img {
	border-radius: 8px;
}
.property_content_slider1 {
	margin-bottom: 10px;
}
.property_content_slider2 img {
	border-radius: 6px;
	min-height: 100px;
	height: auto !important;
}
.property_content_slider2 .item {
	cursor: pointer;
	padding: 0 5px;
}
.property_content_slider2 .owl-item:first-child .item {
	padding-left: 0;
}
.property_content_slider2 .owl-item:last-child .item {
	padding-right: 0;
}
.property_content_slider {
	position: relative;
	margin-bottom: 40px;
}
.property_content_slider_type ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_content_slider_type {
	position: absolute;
	z-index: 2;
	right: 20px;
	left: 20px;
	top: 20px;
	text-align: left;
}
.property_content_slider_type li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 7px;
	color: #fff;
	background-color: var(--clr_primary);
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1;
	border-radius: 4px;
}
.property_content_slider_type li:last-child {
	margin-right: 0;
}
.property_content_slider_type li a {
	color: white;
	font-size: 13px;
}
.property_content_box {
	background-color: #fff;
	padding: 28px 28px 18px;
	border-radius: 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 1.4;
}
.property_content_box:last-child {
	margin-bottom: 0;
}
.property_content_box ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_content_box a {
	color: #444;
}
.property_content_box a:hover {
	color: var(--clr_primary);
}
.property_content_box_tittle {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #444;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.property_content_box_content {
	padding-bottom: 10px;
}
.property_content_description p{
	white-space: break-spaces;
}
.property_content_overview ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	margin: -5px;
}
.property_content_overview li {
	color: #444;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	padding: 5px;
	margin-right: 33px;
	margin-bottom: 37px;
}

@media (max-width: 575px) {
	.property_content_overview li{
		
		margin-right: 0px;
	}
}
.property_content_overview li span {
	display: block;
	margin-top: 3px;
}
.property_content_overview li:first-child {
	/* text-align: left; */
}
.property_content_overview li i {
	font-size: 19px;
	line-height: 1;
}
.property_content_box_toggle .property_content_box_content {
	padding-top: 10px;
}
.property_content_document li i {
	font-size: 26px;
	display: inline-block;
	margin-right: 8px;
}
.property_content_document li {
	margin-bottom: 16px;
}
.property_content_document li:last-child {
	margin-bottom: 0;
}
.property_content_box_toggle .property_content_box_tittle {
	cursor: pointer;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.property_content_box_toggle .property_content_box_tittle::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	float: right;
	font-weight: 900;
	margin-left: 15px;
	transition: 0.3s all ease-in-out;
}
.property_content_box_toggle .property_content_box_tittle:hover {
	color: var(--clr_primary);
}
.property_content_box_toggle .property_content_box_tittle.closed::after {
	transform: rotate(180deg);
}
.property_content_feature ul,
.property_content_detail ul,
.property_content_address ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -12px;
}

.property_content_feature li,
.property_content_detail li,
.property_content_address li {
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 12px;
	color: #444;
}

.property_content_feature li span,
.property_content_detail li span,
.property_content_address li span {
	color: #515151;
}
.property_content_address_btn {
	margin-top: 18px;
}
.property_content_address_btn a {
	background-color: rgb(60, 226, 60);
	background-color: var(--clr_primary);
	color: #fff;
	font-size: 13px;
	padding: 4px 14px;
	display: inline-block;
	border-radius: 6px;
}
.property_content_address_btn a:hover {
	background-color: #444;
	color: #fff;
}
.property_content_feature_list {
	margin-bottom: 22px;
}
.property_content_feature_list:last-child {
	margin-bottom: 0;
}
.property_content_feature_list h6 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	color: #444;
	margin-bottom: 18px;
}
.property_content_feature_list li i {
	color: var(--clr_primary);
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	margin-right: 7px;
	min-width: 24px;
	text-align: center;
}
.property_content_video video {
	height: auto;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.property_content_map iframe {
	width: 100%;
	border-radius: 6px;
}
.property_content_virtual img {
	border-radius: 6px;
}
.property_sidebar_contact {
	position: sticky;
	top: 120px;
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	padding: 25px 25px;
	border-radius: 8px;
}
.property_sidebar_contact h6 {
	font-size: 16px;
	line-height: 1.2;
	color: #444;
	margin-bottom: 20px;
	font-weight: 500;
}
.property_sidebar_agent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 18px;
}
.property_sidebar_agent img {
	width: 70px;
	height: 70px;
	/* object-fit: cover; */
	object-fit: contain;
	border-radius: 5px;
}
.property_sidebar_agent_txt {
	width: calc(100% - 70px);
	padding-left: 16px;
}
.property_sidebar_agent_txt h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 4px;
	font-weight: 500;
	color: #444;
}
.property_sidebar_agent_txt p {
	font-size: 14px;
	line-height: 1.25;
}
/*
	.property_sidebar_schedule a.schedule_visit {
	color: #fff;
	padding: 2px 14px;
	display: block;
	border-radius: 6px;
	font-size: 14px;
	background-color: var(--clr_primary);
	}
*/
.property_sidebar_schedule{
	font-size:14px;
}
.property_sidebar_schedule a{
	text-decoration:underline !important;
}
.property_sidebar_schedule .fields_wrap {
	margin-top: 20px;
	margin-bottom: 0;
}
.property_sidebar_schedule .schedule_fields {
	width: 100%;
	display: none;
}
.property_sidebar_schedule .field_wrap {
	margin-bottom: 8px;
}
.property_sidebar_schedule input,
.property_sidebar_schedule select,
.property_sidebar_schedule textarea {
	padding: 14px 15px !important;
}
.property_sidebar_schedule textarea {
	height: 90px !important;
}
.property_sidebar_schedule .btn_field .wpcf7-submit {
	padding: 16px 30px !important;
	background-color: var(--clr_primary);
	border-color: var(--clr_primary) !important;
}
.property_sidebar_schedule .btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.property_sidebar_schedule .wpcf7-form.sent .wpcf7-response-output {
	margin: 8px 0 0;
}
.property_sidebar_contact .comn_btn {
	margin-top: 2px;
	display: flex;
	flex-wrap: wrap;
}
.property_sidebar_contact .comn_btn a {
	width: calc(50% - 5px);
	margin-right: 10px;
	min-width: auto;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 6px;
	background-color: transparent;
	border-color: var(--clr_primary);
	color: var(--clr_primary);
	box-shadow: none;
}
.property_sidebar_contact .comn_btn a i {
	display: inline-block;
	margin-right: 2px;
}
.property_sidebar_contact .comn_btn a:hover {
	background-color: var(--clr_primary);
	color: #fff;
}
.property_sidebar_contact .comn_btn a:last-child {
	margin-right: 0;
}
.property_content_agent_in {
	display: flex;
	flex-wrap: wrap;
}
.property_content_agent_in img {
	width: 30%;
}
.property_content_agent_in ul {
	width: 70%;
	padding-left: 30px;
}
.property_title_meta .property_share ul {
	left: 0;
	bottom: auto;
	top: 30px;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 12px;
	width: 110px;
	border-radius: 4px;
	text-align: left;
}
.property_title_meta .property_share ul li {
	margin: 0;
}
.property_title_meta .property_share ul li a {
	box-shadow: none;
	padding: 0;
}
.property_title_meta .property_share ul li a i {
	width: 15px;
	text-align: center;
	margin-right: 7px;
	font-size: 14px;
}
/**** property end ****/

.print_only {
	display: none;
}
.floating_wrap.open {
	right: 15px;
}
.floating_wrap {
	position: fixed;
	bottom: 15px;
	right: -115px;
	z-index: 9999;
	transition: 0.4s all ease-in-out;
}
.floating_wrap ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.floating_wrap li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0;
}
.floating_wrap li a {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	font-size: 17px;
	line-height: 1;
	color: #444;
}
.floating_wrap li:last-child {
	margin-right: 0;
}
.floating_wrap li a:hover {
	color: var(--clr_primary);
}
.contact_popup {
	width: 300px;
	background-color: #fff;
	padding: 30px 30px;
	position: fixed;
	bottom: 57px;
	right: 40px;
	border-radius: 8px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}
.contact_popup::after {
	content: '';
	border-top: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: -12px;
	right: 50px;
}
.contact_popup_form label {
	/* display: none; */
}
.contact_popup_close {
	position: absolute;
	top: 0;
	right: 0;
}
.contact_popup_close a {
	width: 30px;
	height: 30px;
	background-color: var(--clr_primary);
	color: #fff;
	display: flex;
	border-radius: 0 8px 0 7px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.contact_popup_title {
	margin-bottom: 12px;
}
.contact_popup_title h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #444;
	margin-bottom: 11px;
}
.contact_popup_title p {
	font-size: 15px;
	line-height: 1;
}
.contact_popup_form input,
.contact_popup_form textarea {
	padding: 11px 14px !important;
}
.contact_popup_form textarea {
	height: 60px !important;
}
.contact_popup_form .fields_wrap {
	margin-bottom: -8px;
}
.contact_popup_form .field_wrap {
	margin-bottom: 8px;
}
.contact_popup_form .btn_field .wpcf7-submit {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary) !important;
	padding: 14px 20px !important;
}
.contact_popup_form .btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.contact_popup_form .wpcf7-form.sent .wpcf7-response-output {
	font-size: 13px;
	padding: 6px 8px;
	margin-top: 8px;
}
.contact_popup.open {
	bottom: 77px;
	visibility: visible;
	opacity: 1;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.property_content_share {
	display: none;
}

/**** Propert page print start ****/
@media print {
	.container {
		max-width: 100% !important;
	}
	.property_content_slider,
	.property_title_meta,
	.property_title_left ul,
	.property_content_address_btn,
	.property_breadcrumb,
	.property_sidebar,
	.property_content_virtual,
	.property_content_map,
	.property_content_video,
	.footer_bottom,
	.main_footer,
	.primary-navigation,
	.top_bar,
	.property_content_share,
	.property_content_document,
	.floating_wrap,
	.property_share_with,
	.gtr,
	.mobile-gtr{
		display: none;
	}
	.property_title_left h1 {
		margin-top:20px;
		margin-bottom:20px;
	}
	.property_title_left .extras {
		display: block;
	}
	.property_sidebar,
	.property_content,
	.property_title_left,
	.property_title_right {
		width: 100%;
	}
	.property_title_right {
		text-align: left;
		margin-top: 0px;
	}
	.site-header {
		box-shadow: none;
		padding: 0;
	}
	.custom-logo-link {
		visibility: hidden;
	}
	.custom-logo-link img {
		visibility: visible;
	}
	.print_only {
		display: block;
	}
	.property_title {
		margin-bottom: 0;
	}
	.print_slider_img img {
		max-height: 400px;
		object-fit:cover;
		width:100%;
	}
	.property_content_agent_in img {
		height: 100px;
		width: auto;
	}
	.property_sec {
		padding-top: 0;
	}
	.p-big-img{
		margin-bottom:20px;
	}
	.p-small-img{
		display:inline-block;		
		margin-bottom:15px;
	}
	.p-small-img img{
		margin:10px 10px;
		width:290px;
		height:auto;
	}
	.property_title_left .extras li {
		background-color: #e5e5e5;
		border:1px #d5d5d5 solid;
		color: #555;
		
	}
	
}

/**** Propert page print end ****/

@media (min-width: 601px) {
	.logged-in.admin-bar .site-header {
		top: 32px;
	}
}

/*** Search ***/

.property-search{
	padding-top:40px;
}

.sale_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 35px -5px -14px;
	justify-content: center;
}
.sale_field {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.sale_field.full {
	width: 100%;
}
.sale_field input,
.sale_field select {
	outline: none;
	width: 100%;
	border: 1px solid var #c4c4c4;
	font-size: 16px;
	line-height: 1;
	padding: 2px 10px 0;
	color: #444;
	/* height: 35px; */
	background-color: #fff;
	font-family: var(--font_Myriad);
	letter-spacing: 0.4px;
	border-radius: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;
}

.sale_field button {
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 1rem;
}
.search-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.emtpy_mobile{
	display:none;
}
@media (max-width: 575px) {
	.sale_fields {
		margin: 25px -5px -10px;
	}
	.sale_field {
		width: 50%;
		margin-bottom: 10px;
	}
	
	.search-details {
		flex-direction: column;
	}
	.order-by {
		margin-top: 2rem;
		text-align: center;
	}
	.search_btn_wrapper{
		width:100%;
	}
	.emtpy_mobile{
		display:block;
	}
	
}
.searh_btn {
	width: 100%;
	border: 2px solid var(--clr_primary);
	background-color: var(--clr_primary);
	padding: 10px 20px 9px;
	border-radius: 4px;
	color: #fff;
	/* font-size: 14px; */
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font_primary);
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	padding:14px 0 !important;
}
.searh_btn:hover {
	color: var(--clr_primary);
	background-color: transparent;
} 

/* Properties */

.loop-properties{
	padding-top:50px;
}
.found-properties{
	margin-bottom:30px;
	font-size:18px;
}
.wpi-pagination-wrapper{
	text-align:center;
	width:100%;
}
.wpi-pagination{
	justify-content: center;
	align-items: center;
	margin-top:50px;
	display:flex;
}
.page-numbers{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:var(--clr_primary);
	color:white;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}
/* Sobre nosotros */
.sn-content{
	padding-top: 60px;
}
.page-template-sobre-nosotros .why_sec .features_wrap{
	margin-top:50px;
}
.page-template-sobre-nosotros .why_sec{
	padding-top:0px;
	padding-bottom:150px;
}
.page-template-sobre-nosotros .why_sec p{
	white-space: pre-line;
	font-size: 16px;
	line-height: 2;
	text-align:justify;
	
}

.page-template-sobre-nosotros .why_sec, .page-template-sobre-nosotros .sec-content {
	padding-top:0px;
	padding-bottom:100px;
	margin-bottom:0px;
}
.page-template-sobre-nosotros .sec-content{
	padding-top:0px;
	padding-bottom:0px;
}


.page-template-sobre-nosotros .features_wrap{
	box-shadow: 1px -4px 21px #e4e4e4;
}

.page-template-sobre-nosotros .feature_img img{
	
}

/* Servicios */
.serv-content{
	margin-bottom:50px;
}

.page-template-servicios .why_box{
	text-align:center;
	cursor: auto;
}
.page-template-servicios .why_box i{
	font-size:50px;
}
.page-template-servicios .why_box p{
	text-align:justify;
	margin-top:15px;
}
.servicios-conclusion{
	margin-top:40px;
	text-align:center;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}


/*Gtranslate*/

a.glink img{
	margin-right:8px !important;
	/* opacity:1 !important; */ 
}

.gtr{
	/* margin-left:40px; */
	width:19%;
	text-align:right;
}
.mobile-gtr{
	text-align:center;
	padding:5px 0px;
	
}
.mobile-gtr{
	display:none;
}
@media (max-width: 1200px) {
	.mobile-gtr{
		display:block;
	}
	.gtr{
		display:none;
	}
}


.gtr-mobile{
	display:none !important;
}

@media (max-width: 991px) {
	.gtr-mobile{
		display:block !important;
	}
	.gtr-desktop{
		display:none !important	;
	}
	
}

a.glink img{
	opacity:1 !important;
}






/* Cookies */
.eu-cookies-bar-cookies-bar-message a{
	display:none;
}
.eu-cookies-bar-cookies-bar-message a.leer-mas{
	display:inline;
}





/** Category section start **/
.category_sec .row {
	margin: 0 -8px -16px;
}
.category_sec [class*="col_"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}
.category_box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
	position:relative;
}
.category_box img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease-in-out;
	transform: scale(1);
}

.why-sec-2 .category_box img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease-in-out;
	transform: scale(1);
}


.category_box a {
	display: inline-block;
	width: 100%;
	position: relative;
}
.category_box_txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	padding: 20px 20px 35px;
}
.category_box h4 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
}
.category_box span {
	background-color: rgba(61, 61, 255, 0.8);
	display: inline-block;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 1;
	border-radius: 5px;
	color: #fff;
}
.category_box a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #5b5b5b;
	opacity: 0.4;
	z-index: 2;
	mix-blend-mode: multiply;
	transition: 0.3s all ease-in-out;
}
.category_box a:hover:before {
	opacity: 1;
}
.category_box a:hover img {
	transform: scale(1.1);
}
.category_boxs_left .col_6 img, 
.category_boxs_left .col_12 img {
	height: 242px;
}

.categories_top .cat{
	text-align:center;
}

.categories_top h4{
	font-size:28px;
	margin-bottom:0px;
}

.categories_top span{
	background-color:rgb(255,255,255,0);
	color:white;
	font-size:18px;
}

.categories_top .category_box img{
	height:450px;
}

/** Category section end **/


/** why section home **/
.page-template-home .why_box {
	margin-bottom: 50px;
}
.page-template-home .why_box:last-child {
	margin-bottom: 0;
}
.page-template-home .why_box i {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 26px;
	color: var(--clr_primary);
}
.page-template-home .why_box h4 {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: capitalize;
	color: #444;
	margin-bottom: 12px;
}
.page-template-home .why_box p {
	font-size: 15px;
	line-height: 24px;
}
.page-template-home .why_boxes {
	max-width: 300px;
	margin: auto;
}
.page-template-home .why_box_left {
	text-align: right;
}
.page-template-home .why_img {
	text-align: center;
}
.page-template-home .why_sec .row {
	align-items: center;
}


.why_sec .features_wrap .col_6 {
	padding-left: 0;
	padding-right: 0;
}
.why_sec .features_wrap .row {
	margin: 0;
	align-items: center;
	background-color: #fff;
	flex-direction: row-reverse;
}
.why_sec .features_wrap .row:nth-child(2n) {
	/* flex-direction: row; */
}

/** why section end**/


.page-template-vende-con-nosotros .main_intro p, .page-template-compra-con-nosotros .main_intro p{
	white-space:pre-line;
	text-align:justify;
}


/*Compra y vende con nosotros*/
.page-template-compra-con-nosotros h1, .page-template-vende-con-nosotros h1{
	font-weight:400;
}

.page-template-compra-con-nosotros h3, .page-template-vende-con-nosotros h3{
	text-align:left;
	font-size:21px;
}


/*Tabs form*/

/*
	CSS for the main interaction
*/
.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
}

/*
	Styling
*/


.tabset > label {
	position: relative;
	display: inline-block;
	padding: 15px 15px 25px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
}

.tabset > label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 22px;
	height: 4px;
	background: #8d8d8d;
}

input:focus-visible + label {
	outline: 2px solid rgba(0,102,204,1);
	border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
	color: var(--clr_primary);
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: var(--clr_primary);
}

.tabset > input:checked + label {
	/* border-color: #ccc; */
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.tab-panel {
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

/*
	Demo purposes only
*/
*,
*:before,
*:after {
	box-sizing: border-box;
}



.tabset {
	max-width: 65em;
}




/*------------------------------------*\
	Blog
\*------------------------------------*/


.blog-wpi .col_4{
	margin-bottom:4rem;
}
.blog-wpi .cell img{
	display: block;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	height: 27vh;
	
}
.blog-wpi p.date{
	font-size:0.8rem;
	color:#777;
	margin-top:1rem;
	margin-bottom:0rem;
	text-align:left;
}
.blog-wpi p.date i{
	font-size:0.8rem;
	margin-right:0.2rem;
}
.blog-wpi p.blog-author-grid{
	font-size:1rem;
	margin-top:0rem;
	margin-bottom:0rem;
	text-align:left;
	color:#777;
}

.wpi-article p.blog-author{
	margin-top:0rem;
}
.blog-wpi .article-title{
	text-align:left;
}
.blog-wpi .article-title a{
	color:#444;
	font-weight:500;
	font-size: 1.2rem;
	margin-top:1rem;
}
.type-post .alignnone{
	display:inline;
}

#group1 h1{
	text-transform:uppercase;
	text-shadow: 1px 1px 2px #000;
	background-color: rgb(0,0,0,0.2);
	margin-left: -37px;
	padding-left: 37px;
}


#group2 h3{
	font-size:70px;
}
#group3 h3{
	font-size:40px;
}
#group3 h2{
	font-size:55px;
}

.show-form{
	
	padding:20px 40px !important;
	color:white;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	border:none;
	cursor: pointer;
	/* box-shadow: 1px 1px 8px #333; */
	border-radius:15px;
	width:auto;
	
}
.show-form:hover{
	background-color:var(--clr_secondary);
	color:white;
}
.que-deseas{
	margin-bottom:30px;
}
.que-deseas .wpcf7-list-item-label{
	font-size:21px;
}

.pages-solo-traspasos h3{
	font-size:21px;
}
.pages-solo-traspasos p{
	white-space: pre-wrap;
}
.pages-solo-traspasos h3, .pages-solo-traspasos p{
	
	text-align:left;
	
	
}



.main_footer .widget_third li i.fa-whatsapp{
	margin-left:20px;
	}			

.loop-properties .sale_fields{
	margin:0;
}
.loop-properties .sale_field{
	width:50%; 
}
.properties-h{
	margin-bottom:3rem;
}

.properties-h .found-properties{
		margin-bottom:0rem;
}