/**
Theme Name: Business Communication Systems
Theme URI: https://www.bcst.com/
Description: Business Communication Systems custom desigend theme by YellowFin Digital Team.
Author: YellowFin Digital Team
Author URI: https://www.yellowfindigital.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcst
*/

/* FONTS
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* WORDPRESS DEFAULTS
----------------------*/
.alignleft, img.alignleft{ margin-right: 1em; display: inline; float: left; }
.alignright, img.alignright{ margin-left: 1em; display: inline; float: right; }
.aligncenter, img.aligncenter{ margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone{	/* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; max-width: 100%; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }
blockquote p { font-style: italic; font-size: 1.063rem; }
blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }
.gallery{ position:relative; }
.gallery .gallery-item{display: inline-block;text-align: center;vertical-align: top;width: 25%;margin: 0 0 0.7em;}
.gallery.gallery-columns-1 .gallery-item{ width: 100%; }
.gallery.gallery-columns-2 .gallery-item{ width: 50%; }
.gallery.gallery-columns-3 .gallery-item{ width: 33.33%; }
.gallery.gallery-columns-5 .gallery-item{ width: 20%; }
.gallery.gallery-columns-6 .gallery-item{ width: 16.667%; }
.gallery.gallery-columns-7 .gallery-item{ width: 14.285%; }
.gallery.gallery-columns-8 .gallery-item{ width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item{ width: 11.11%; }
.gallery img {
	box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,0.2);
	border-radius: 6px; max-width: 84%; height: auto;
}
.gallery img:hover{background-color: #ffffff;}
.gallery .gallery-caption { color: #999; font-size: 12px; margin: 7px 0 10px; line-height: 1.48; }
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br{ display: none; }
.bypostauthor{ text-transform: none; }
.bypostauthor .media-heading{ color: #d12a5c; }

/* MAIN STYLESHEET
----------------------*/
body,html{ overflow-x: hidden; }
body {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	color: #131313;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lato', sans-serif;
	font-weight: 600 !important;
	color: #0E75BC;
	line-height: 1.3!important;
}
a{ text-decoration: none; }
a:hover{ text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
img{ max-width: 100%; height: auto; }
button:focus{ outline: unset; }
.btn.focus, .btn:focus{ outline: unset; box-shadow: unset; }
.w-100 img{ width: 100%; }
.w-100 > div{ width: 100%; }
.w-100 > div > img{ width: 100%; }
.listing ul{ list-style: none; padding: 0; }
.listing ul li{ padding-left: 20px; margin-bottom: 10px; font-size: 18px; }
.listing ul li::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #F9DD16;
	font-size: 14px;
	width: 20px;
	margin-left: -20px;
	display: inline-block;
}
.image-curve img{ 
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
	border-radius: 28px 28px 28px 28px;
}
.btn-black-transparent{
	color: #212529 !important;
	border: 1px solid #212529;
}
.property-list .service-list-box{
	padding: 45px;
	border-bottom: 1px solid #DFDFDF;
}
.property-list .service-list-box:last-child{ border-bottom: unset; }
.service-shortcode-bg .elementor-background-overlay{ top: -92px !important; }
.service-shortcode-bg {padding-bottom: 90px; margin-bottom: -90px; }
.service-list-box h3{ color:  #212529; font-size: 26px; margin-top: 15px;  }
.service-list-box .col-lg-7{ padding:0 30px;  }
.image-outline > div{ position: relative; }
.image-outline > div:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background: url(images/outline_house.svg);
	background-repeat: no-repeat;
	background-position: top left 40px;
	background-size: auto;
	z-index: -1;
}
.image-mask {
	-webkit-mask-image: url(images/mask_1.svg);
	mask-image: url(images/mask_1.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;;
	mask-size: 100% 100%;
	-webkit-mask-position: center; 
	mask-position: center;
	z-index: 1;
}
.form-row-with-bg{ background-color: #F4F4F4; padding: 40px; padding-bottom: 10px; }
.btn-border{ border: 2px solid #FFFFFF;  outline: #ef4236 solid 2px; }
/* PADDING & MARGINS 
----------------------*/
#main-content{ padding: 70px 0 35px 0; }
.theme-flush-top-space{ margin-top: -70px; }
.theme-flush-bottom-space{ margin-bottom: -35px; }
.top-minus-margin-header{ margin-top: -115px; }
.pt70{ padding-top: 70px!important; }
.pb70{ padding-bottom: 70px!important; }
.ptb70{ padding-top: 70px!important; padding-bottom: 70px!important; }
.pt35{ padding-top: 35px!important; }
.pb35{ padding-bottom: 35px!important; }
.ptb35{ padding-top: 35px!important; padding-bottom: 35px!important; }
.header-title h2{ 
	color: #EF4236 !important;
    font-size: 48px;
    max-width: 480px;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1),-1px 2px 0px rgba(255, 255, 255, 1);
    font-family: 'Lato', sans-serif !important;
}
/* FONT FAMILY
----------------------*/
.font-recoleta{ font-family: 'recoleta', sans-serif; }

/* TEXT SIZE
----------------------*/
.big-text{ font-size: 18px; }

/* BUTTONS 
----------------------*/
.btn{
	position: relative;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	padding: 12px 35px 12px 35px;
	border-radius: 0px;
	letter-spacing: 1px;
}
.btn.btn-theme{ background-color: #e55d25; color: #ffffff; border: 1px solid #e55d25; }
.btn.btn-theme:hover{ background-color: #0063b0; color: #ffffff; border: 1px solid #0063b0; }
.breadcrumbs-section{ 
	background-position-x: 88px !important;
    background-repeat: no-repeat !important;
	top: -95px; 
}
.custom-padding-support{ padding-top: 15px; padding-bottom: 20px;}
.breadcrumbs-section:before{
	background-image: url(images/header-icon-cross.png);
	content: "";
	position: absolute;
	left: 0;
	width: 90px;
	height: 100%;
	background-size: cover;
	top: 0px;
} 

/* FORM FIELD
----------------------*/
input[type="text"], input[type="email"],
input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], select{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 11px !important;
    background-color: transparent;
    border-radius: 0;
    line-height: 1;
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus, .form-control:focus{
	outline: 0;
	background-color: transparent;
	box-shadow: unset;
	border: 1px solid #00E5FF;
}
.footer-form label{ color: white; }
.wpcf7-submit.btn-blue{
	background: #0E75BC;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 11px 45px 12px 45px;
    text-transform: uppercase;
}
.wpcf7-radio label{ display: flex; padding-top: 15px;  }

.wpcf7-radio [type="radio"]{ width: 20px; height: 20px; margin-right:5px;  
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  display: inline-block;
	  width: 25px;
	  height: 25px;
	  padding: 4px;
	  background-clip: content-box;
	  border: 2px solid #00E5FF;
	  background-color: #ffffff;
	  border-radius: 50%;
 }
.text-white{    
	background: #ffffff;
    color: #015697 !important;
    border-radius: 0;
    font-weight: 600;
}
 .wpcf7-radio  input[type="radio"]:checked {
	background-color: #00E5FF;
}
.user_file_label img{    
	background: #E0DDDB;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
	margin-top: 10px;
	margin-bottom: 20px; 
	position: relative;
	z-index: 2;

}
#user_file{
	position: absolute;
    top: -9px;
    left: -93px;
    z-index: 0;
}
.select-input{ position: relative; }
.select-input::after{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    position: absolute;
    right: 27px;
    top: 15px;
}
.wpcf7-list-item.first{ margin: 0 0 0 0em !important; }
.form-control{ background-color: transparent; }
.form-control::-moz-placeholder{ color: #7F8F9B; opacity: 1; }
.form-control:-ms-input-placeholder{ color: #7F8F9B; }
.form-control::-webkit-input-placeholder{ color: #7F8F9B; }
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{ cursor: not-allowed; background-color: transparent; opacity: 1; }
input:-internal-autofill-selected { background-color: transparent; }

.form-group{ margin-bottom: 20px!important; }
.custom-radio{ padding: 10px 15px 10px 15px; }
.custom-radio label{ font-size: 17px; font-weight: 500; color: #7F8F9B; width: 100%; margin-bottom: 5px; }
.custom-radio .wpcf7-list-item{ margin: 0 1em 0 0; }

span.wpcf7-not-valid-tip{ display: none; }
.wpcf7-not-valid{ border-bottom: 2px solid #ff0000!important; }
.wpcf7 form .wpcf7-response-output{ margin: 10px 0 0 0; padding: 5px 15px; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{ background-color: #ffb900; border-color: #ffb900; color: #000000; }
.wpcf7 form.sent .wpcf7-response-output{ background-color: #46b450; border-color: #46b450; color: #ffffff; }

/* 404 PAGE
----------------------*/
body.error404 .error-page-text span{ font-size: 23px; padding: 5px 0; display: block; text-transform: uppercase; }

/* SEARCH FORM
----------------------*/
.search-form label{ position: relative; margin: 0; width: calc( 100% - 45px ); }
.search-form .search-field{ width: 100%; height: 45px; border: 1px solid #dddddd; border-radius: 0; margin-bottom: 0; }
.search-form .search-submit{
	width: 45px; height: 45px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	cursor: pointer;
}
.search-form .search-submit i{ font-size: 18px; }

/* WIDGET COMMON
----------------------*/
aside.sidebar .widget{ margin-bottom: 25px; }
aside.sidebar .widget ul{ margin: 0; padding: 0; list-style-type: none; }
aside.sidebar .widget ul li{ padding: 8px 0; border-bottom: 1px solid #cccccc; }

/* PAGINATION COMMON
----------------------*/
.page-item{ padding: 0 7px; }
.page-item .page-link{
	color: #ffffff;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 40px; height: 40px;
	font-size: 18px;
	padding: 0;
	background-color: transparent;
	border-color: transparent;
	background-image: url('images/pagination.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	opacity: 1;
}
.custom-line-contact h2{ margin-bottom: 35px;  position: relative; }
.custom-line-contact h2::after{
	content: '';
    position: absolute;
    height: 6px;
    width: 90px;
    background-color: #7FD8F7;
    bottom: -25px;
    left: 0;
	right:0;
	margin: 0 auto;
}
.contact-form-page form{
	padding: 30px;
    margin: 30px;
    background: #F8F8F8;
	border: 1px solid #0E75BC;
}
.contact-form-page .wpcf7-submit.btn-blue{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-grid;
    width: fit-content;
    bottom: 9px;
}
.contact-detail a{ color: #6D6E72 }
.page-item:hover .page-link,
.page-item.active .page-link{
	color: #F15D12;
	background-color: transparent;
	border-color: transparent;
	background-image: url('images/pagination-hover.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.page-item .page-link:focus{ box-shadow: unset; }
.page-item .prev.page-link{ width: 20px; color: #F15D12; background-image: unset; }
.page-item .next.page-link{ width: 20px; color: #F15D12; background-image: unset; }

/* HEADER
----------------------*/

.contact-detail .elementor-icon i, .contact-detail .elementor-icon svg{ font-size: 28px;}
.contact-detail h5{ font-size: 17px; }
.contact-detail .elementor-col-33 .elementor-element-populated{ margin: 15px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; padding: 15px !important;  }
.contact-detail .elementor-col-33::after{ border-right: 1px solid #E0DDDB !important; content:' '; margin-top: 15px; margin-bottom: 15px; }
.contact-detail .elementor-col-33:last-child::after{ content:unset;  }
.contact-detail p{ margin-bottom: 0px; }
.contact-detail .elementor-widget-icon{ margin-bottom: 10px !important; }
.admin-bar .fixed-top{ top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .fixed-top{ top: 46px; }
}
.navbar{
	padding: 0px 0 20px 0;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.single-post .navbar{ border-bottom: 5px solid #e55d25; }
.navbar-brand{ padding: 0; margin: 0; }
.navbar-brand img{  max-width: 150px; }
.navbar .navbar-brand img{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.header-padding{ padding-top: 300px; padding-bottom: 50px; }
.header-padding .elementor-widget-container{ font-size: 22px;  }

.navbar-collapse{ justify-content: flex-end; }
.navbar-nav{ align-items: center; }
.navbar-nav > .nav-item{ padding: 0 20px 0 20px; }
.navbar-nav > .nav-item > .nav-link{ font-size: 18px; font-weight: 500; color: #6D6E72; padding: 0;  }
.site-footer h3{ margin-bottom: 35px;  }
.site-footer h4{ font-size: 20px;  }
.site-footer h5{ font-size: 15px; color: #7FD8F7; text-transform: uppercase;   }
.site-footer h5 i{ margin-right: 5px; }
.social-media-footer ul li a{ color: #707070 !important;}
.footer-top .social-media-footer ul{ justify-content: flex-start; }
.footer-top { color: #6D6E72; }
.footer-top .social-media-footer ul li {
    padding: 0 0 10px 0;
    margin-right: 25px;
    padding: 9px 14px;
    background: #E0DDDB;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.service-icons .elementor-col-25 .elementor-element-populated{ background-color: white; padding: 20px !important; margin: 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  }
.navbar-nav .btn-menu .nav-link{
	padding: 15px 40px 15px 40px;
	border-radius: 6px;
	letter-spacing: 1px;
	background-color: #0063b0;
	color: #ffffff!important;
	border: 1px solid #0063b0;
}
.navbar>.container{  background-color: white; padding: 0; }
.navbar-nav li{     
	height: 89px;
    align-items: center;
    display: flex;
    padding: 20px;
}

.current-menu-item{ background-color: #F1F1F1; }
.orange-menu{ background-color: #EF4236; }
.orange-menu a{ color: #ffffff !important; }
.navbar-nav .btn-menu .nav-link:hover{ background-color: #e55d25; color: #ffffff; border: 1px solid #e55d25; }
.social-media li{ padding:0 20px; }
.social-media li a{ color: #E0DDDB; }
.navbar-collapse{ position: relative; }
.social-media ul {
    position: absolute;
    top: -40px;
    display: inline-flex;
    list-style: none;
    font-size: 17px;
    right: -20px;
}
.header-phone{     
	display: flex;
    background-color: #7FD8F7;
    padding: 0 15px;
    align-items: center;
    margin-left: 25px;
}
.header-phone a{ color: #0E75BC; font-size: 20px; }
.header-phone a span{ font-size: 14px; }
.header-phone img{ padding: 12px; }
/* HOME BANNER
----------------------*/
.h-sell{ margin-top: -30px!important; }
.h-banner{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: 95% 100%!important;
	border-radius: 30px;
	overflow: hidden;
}
.h-banner:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 95%; height: 100%;
	margin: 0 auto;
	border-top: 5px solid #e55d25;
	border-radius: 30px;
	z-index: -1;
}
.h-banner:before{
	content: "";
	position: absolute;
	top: 50px; left: 50px;
	width: 40%; height: 85%;
	background-color: #0063B0;
	filter: blur(50px);
	opacity: 0.44;
}
.h-banner .left{ position: relative; padding: 0 50px 0 0!important; z-index: 1; }
.h-banner .left ul{ padding: 0; margin: 0; list-style: none; }
.h-banner .left ul li{
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	color: #ffffff;
	padding: 0 0 0 45px;
	margin-bottom: 20px;
	background-image: url("images/shield.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
.h-banner .left .banner-title h1{ position: relative; font-size: 62px; font-weight: 600; margin-bottom: 30px; line-height: 1.3; color: #ffffff; z-index: 11; }
.h-banner .left .banner-title h1:before{
	content: "";
	position: absolute;
	top: 55px;
	width: 75%; height: 14px;
	background-color: #f15d12;
	z-index: -1;
}
.h-banner .left .banner-btn > div{ display: flex; align-items: center; }
.h-banner .left .banner-btn .call-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px; height: 60px;
	line-height: 60px;
	border-radius: 100px;
	filter: drop-shadow(0px 10px 23px rgba(100,45,11,0.33));
	background-color: #ffffff;
}
.h-banner .left .banner-btn .call-img img{ text-align: center; }
.h-banner .left .banner-btn a{ font-size: 42px;	font-weight: 700; color: #ffffff; margin-left: 25px; }
.h-banner .left .banner-btn a:hover{ color: #e55d25; }

.h-banner .right{ position: relative; padding: 30px; margin-top: 30px; border-radius: 16px; background-color: rgba(255,255,255,0.9); }
.h-banner .right:before{
	content: "";
	position: absolute;
	top: -80px; right: -60px;
	width: 100%; height: 100%;
	background-image: url("images/circle.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
}
.h-banner .right h2{ font-size: 32px; }
.btn-transparent a{ background-color: transparent !important; color: white !important; border: 1px solid white; }
.btn-white a{ background-color: white !important; color: #0E75BC !important; margin-right: 25px;  border: 1px solid white;  }
.elementor-button{ border-radius: 0px !important; border: 1px solid;  }
/* OTHER PAGE BANNER 
----------------------*/
.heading-banner{
	position: relative;
	padding-top: 55px;
	padding-bottom: 50px;
	background-image: url("images/default-bnr.png");
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
}
.heading-banner:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-color: rgba(232,245,255,0.96);
}
.heading-banner-inner{ position: relative; z-index: 111; }
.heading-banner .banner-text h1{ font-size: 46px; font-weight: 600; margin-bottom: 0; line-height: 1.3; }
.heading-banner .graham-breadcrumb{ text-align: right; }

/* BREADCRUMB 
----------------------*/
.graham-breadcrumb{ padding: 0; margin: 0; list-style: none; }
.graham-breadcrumb li{ padding: 0 5px 0 5px; display: inline-block; text-transform: uppercase; }
.graham-breadcrumb li:first-child{ padding: 0 5px 0 0; }
.graham-breadcrumb li:last-child{ padding: 0 0 0 5px; }
.graham-breadcrumb li a{ color: #0063B0; font-weight: bold; text-transform: uppercase; }
.graham-breadcrumb li a:hover{ color: #e55d25; }
.graham-breadcrumb li span{ color: #0063B0; font-size: 18px; font-weight: 500; }
.graham-breadcrumb li.active{ color: #0063B0; }

/* TITLES 
----------------------*/
.theme-sub-title{ margin-bottom: 5px!important; }
.theme-sub-title h6{ font-size: 18px; font-weight: 600!important; color: #e55d25!important; letter-spacing: 2px; }
.theme-sub-title.text-white h6{ color: #ffffff!important; }
.theme-title{ margin-bottom: 25px!important; }
.theme-title h2{ font-size: 44px; font-weight: 600; color: #0063b0; line-height: 1.3; }
.theme-title.text-white h2{ color: #ffffff!important; }

/* HOME
----------------------*/
.h-about{ background-position: top 40px left 150px; }
.h-about .about-left:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background: url("images/key.png");
	background-repeat: no-repeat;
	background-position: bottom -20px right 15px;
	background-size: auto;
	z-index: 1;
}
.h-about .about-left .about-house .elementor-widget-container{ position: relative; }
.h-about .about-left .about-house .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background: url("images/dollar.svg");
	background-repeat: no-repeat;
	background-position: top 50px right -30px;
	background-size: auto;
	z-index: 1;
}
.h-about .about-left .about-house .elementor-widget-container:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background: url(images/outline_house.svg);
	background-repeat: no-repeat;
	background-position: top left 20px;
	background-size: auto;
	z-index: -1;
}
.h-about .about-left .about-house .elementor-widget-container img{
	position: relative;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}

.h-icon-box.elementor-position-left{ margin-bottom: 35px!important; }
.h-icon-box.elementor-position-left:last-child{ margin-bottom: 0!important; }
.h-icon-box.elementor-position-left .elementor-icon-box-icon{ margin-top: 10px; margin-right: 35px!important; }
.h-icon-box.elementor-position-left .elementor-icon-box-icon .elementor-icon{ position: relative; width: 90px; height: 90px; line-height: 93px; }
.h-icon-box.elementor-position-left .elementor-icon-box-icon .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/home-shape.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.h-icon-box.elementor-position-left .elementor-icon-box-icon .elementor-icon svg{ display: inline-block!important; width: auto!important; height: auto!important; }
.h-icon-box.elementor-position-left h4{ font-family: 'recoleta', sans-serif; font-size: 40px; font-weight: 500; }
.h-icon-box.elementor-position-left p{ font-size: 16px; }

.h-exclusively{ background-position: right -350px top 30px; background-size: contain; }
.h-exclusively .icon-box{ margin-bottom: 25px!important; }
.h-exclusively .icon-box .elementor-icon-box-icon{ margin-bottom: 30px!important; }
.h-exclusively .icon-box .elementor-icon-box-icon .elementor-icon{ position: relative; width: 90px; height: 90px; line-height: 90px; }
.h-exclusively .icon-box .elementor-icon-box-icon .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/home-shape.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.h-exclusively .icon-box .elementor-icon-box-icon .elementor-icon svg{ display: inline-block!important; width: auto!important; height: auto!important; }
.h-exclusively .icon-box h4{ font-family: 'recoleta', sans-serif; font-size: 30px; font-weight: 500; margin-bottom: 30px!important; }
.h-exclusively .icon-box p{ font-size: 16px; }

.h-newsletter{ border-radius: 25px; padding: 20px 70px!important; margin-bottom: 80px; }
.h-newsletter .theme-title{ margin-bottom: 10px!important; }
.newsletter-form{ width: 100%; padding: 25px 30px; background-color: #ffffff; border-radius: 15px;  }
.newsletter-form .wpcf7 .wpcf7-spinner{ position: absolute; right: -7px; margin: 10px;}
.wpcf7-spinner{ display: block; }
.sale-house.image-outline > div:after{ background-position: top left 55px; }

/* PROPERTY BOX
----------------------*/
.property-swiper .swiper-wrapper{ padding-top: 20px; }
.property-box{ margin-bottom: 50px; }
.property-box .box-image{ position: relative; z-index: 1; }
.property-box .box-image .image{ /*padding: 0 25px;*/ }
.property-box .box-image .image img{ width: 100%; border-radius: 28px; }

.property-box .box-image .price{ position: absolute; bottom: 5px; right: 40px; font-weight: 700; font-size: 27px; color: #FFFFFF; text-shadow: 0px 0px 16px #000000EF; }
.property-box .box-image .price ins{ text-decoration: none; }
.property-box .box-image .price del{ opacity: 0.7; }

.property-box .box-image .prop-stock{
	position: absolute;
	bottom: 10px; right: 50px;
	padding: 5px 30px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 10px;
}
.property-box .box-image .prop-stock.rented{ background-color: #e55d25; }
.property-box .box-image .prop-stock.sold{ background-color: #e55d25; }

.property-box .box-content{
	position: relative;
	padding: 80px 25px 25px 25px;
	margin-top: -50px;
	background-color: #ffffff;
	box-shadow: 0px 5px 40px #0000001A;
	border-radius: 28px;
	text-align: center;
}
.property-box .box-content a{ color: inherit; }
.property-box .box-content a:hover{ color: #e55d25; }
.property-box .box-content .title h4{ font-size: 21px; font-weight: 700!important; color: #0063B0; margin-bottom: 10px; height: 50px; overflow: hidden; }
.property-box .box-content .meta{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 21px 16px 21px;
	background: #E8F5FF;
	border-radius: 26px;
}
.property-box .box-content .meta .prop-meta{ padding: 0 10px 0 10px; display: flex; align-items: center; color: #5C5C5C; font-weight: 600; border-right: 1px solid #5C5C5C; }
.property-box .box-content .meta .prop-meta:first-child{ padding: 0 10px 0 0; }
.property-box .box-content .meta .prop-meta:last-child{ padding: 0 0 0 10px; border-right: 0; }
.property-box .box-content .meta .prop-meta img{ margin-right: 10px; }
.property-box .box-content .location{ display: flex; align-items: center; justify-content: center; color: #5C5C5C; font-weight: 600; padding-top: 25px; }
.property-box .box-content .location img{ margin-right: 10px; }
.property-swiper .swiper-pagination{ position: relative; }
.property-swiper .swiper-pagination .swiper-pagination-bullet{ width: 11px; height: 11px; background: #E55D25; }

/* PROPERTY FILTER
----------------------*/
.property-filter{ padding: 30px 30px 20px 30px; margin: 10px 0 50px 0; background: #E8F5FF; border-radius: 28px; }
.property-filter .btn{ width: 100%; }

/* PROPERTY SINGLE
------------------------*/
.single-property .navbar{ border-bottom: 5px solid #e55d25; }
.sprop-gallery .with-gallery .prop-featured img{ border-radius: 16px 0px 0px 16px; height: 450px; object-fit: cover; object-position: center; border: 1px solid #ffffff; }
.sprop-gallery .with-gallery .prop-gallery{ width: 100%; display: inline; }
.sprop-gallery .with-gallery .prop-gallery .prop-img{ position: relative; width: 50%; display: inline-block; }
.sprop-gallery .with-gallery .prop-gallery .prop-img img{ width: 100%; height: 225px; object-fit: cover; object-position: center; border: 1px solid #ffffff; }
.sprop-gallery .with-gallery .prop-gallery .prop-img:nth-child(2) img{ border-radius: 0 16px 0 0; }
.sprop-gallery .with-gallery .prop-gallery .prop-img:nth-child(4) img{ border-radius: 0 0 16px 0; }
.sprop-gallery .with-gallery .prop-gallery .prop-img .prop-gallery-img .btn-gallery{ position: relative; display: inline-block; width: 100%; }
.sprop-gallery .with-gallery .prop-gallery .prop-img .prop-gallery-img .btn-gallery .see-all{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0; right: 0;
	width: 100%; height: 100%;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sprop-gallery .with-gallery .prop-gallery .prop-img .prop-gallery-img .btn-gallery .see-all:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.sprop-gallery .without-gallery .prop-featured img{ border-radius: 16px; }

.sprop-breadcrumb{ padding: 18px 0; }
.sprop-info{ padding: 18px 0; }
.sprop-title{ font-size: 34px; font-weight: 600; color: #0063B0; text-align: left; }
.sprop-stock{ position: relative; display: inline-block; float: right; width: 100%; margin-bottom: 10px; }
.sprop-stock-inner{
	position: relative; 
	display: inline-block; 
	float: right; 
	padding: 5px 30px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 100px;
}
.sprop-stock.rented .sprop-stock-inner{ background-color: #e55d25; }
.sprop-stock.sold .sprop-stock-inner{ background-color: #e55d25; }

.sprop-price{ font-size: 27px; font-weight: 700; color: #5C5C5C; text-align: right; }
.sprop-price ins{ text-decoration: none; }
.sprop-price del{ opacity: 0.7; }
.sprop-location{ display: flex; align-items: center; font-size: 13px; font-weight: 600; color: #5C5C5C; }
.sprop-location img{ max-width: 17px; margin-right: 8px; }
.sprop-share{ 
	position: relative; 
	background-color: #E8F5FF; 
	color: #5C5C5C; 
	border-radius: 26px; 
	padding: 8px 25px; 
	display: inline-block; 
	float: right; 
	cursor: pointer; 
}
.sprop-share .share i{ margin-right: 5px; }
.sprop-share:hover .social-share{ display: block; }
.sprop-share .social-share{
	display: none;
	position: absolute;
	top: 0; right: 120px;
	overflow: hidden;
}
.sprop-share .social-share ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sprop-share .social-share ul li{ display: inline-block; }
.sprop-share .social-share ul li a{
	width: 37px; height: 37px;
	line-height: 40px;
	color: #ffffff;
	background-color: #0063b0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
}
.sprop-share .social-share ul li:hover a{ background-color: #e55d25; color: #ffffff; }
.sprop-content{ padding-top: 55px; }
.sprop-single-left{ padding-right: 20px; }
.sprop-single-left .sprop-metaboxes,
.sprop-single-left .description,
.sprop-single-left .amenities,
.sprop-single-left .floor-plan,
.sprop-single-left .leave-message{
	padding: 30px;
	margin-bottom: 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 40px #0000001A;
	border-radius: 16px;
}
.sprop-single-left .description{ padding: 30px 30px 15px 30px; }
.sprop-single-left .description h5,
.sprop-single-left .amenities h5,
.sprop-single-left .floor-plan h5{ margin-bottom: 20px; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner{ display: flex; align-items: center; justify-content: space-between; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .updated h6{ color: #5C5C5C; font-size: 16px; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .updated p{ color: #7F8F9B; font-size: 16px; margin-bottom: 0; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes{
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #E8F5FF;
	border-radius: 26px;
}
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes{ font-weight: 600; color: #5C5C5C; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta{ padding: 0 10px 0 10px; border-right: 1px solid #5C5C5C; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta:first-child{ padding: 0 10px 0 10px; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta:last-child{ padding: 0 10px 0 10px; border-right: 0; }
.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta img{ max-width: 22px; margin-right: 7px; }
.sprop-single-left .amenities ul{ list-style: none; padding: 0; margin: 0; }
.sprop-single-left .amenities ul li{ position: relative; padding-left: 35px; margin-bottom: 15px; }
.sprop-single-left .amenities ul li::before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	display: inline-block;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 20px;
}
.sprop-single-left .leave-message{ position: relative; z-index: 111; }
.sprop-single-left .leave-message:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	display: inline-block;
	background-image: url("images/inbox.svg");
	background-repeat: no-repeat;
	background-position: bottom 5px right 30px;
	background-size: 170px;
	z-index: 1;
}
.sprop-single-left .leave-message .wpcf7{ position: relative; z-index: 111; }

.sprop-sidebar .sidebar-widget{ padding: 25px; background: #E8F5FF; border-radius: 16px; margin-bottom: 30px; }
.sprop-sidebar .widget-title{ font-size: 26px; font-weight: 600; color: #0063B0; text-align: left; margin-bottom: 20px; }
.sprop-sidebar .property-box .box-image .image{ /*padding: 0 20px; */}
.sprop-sidebar .property-box .box-image .price{ font-size: 18px; }
.sprop-sidebar .property-box .box-content{ padding: 60px 15px 15px 15px; margin-top: -40px; }
.sprop-sidebar .property-box .box-content .title h4{ font-size: 16px; }
.sprop-sidebar .property-box .box-content .meta{ padding: 10px 10px 10px 10px; }
.sprop-sidebar .property-box .box-content .meta .prop-meta{ padding: 0 6px 0 6px; font-size: 12px; }
.sprop-sidebar .property-box .box-content .meta .prop-meta:first-child{ padding: 0 6px 0 0; }
.sprop-sidebar .property-box .box-content .meta .prop-meta:last-child{ padding: 0 0 0 6px; }
.sprop-sidebar .property-box .box-content .meta .prop-meta img{ max-width: 14px; margin-right: 6px; }
.sprop-sidebar .property-box .box-content .location{ padding-top: 20px; font-size: 13px; }
.sprop-sidebar .property-box .box-content .location img{ max-width: 13px; margin-right: 7px; }
.sprop-sidebar .property-box{ margin-bottom: 30px; }
.sprop-sidebar .property-box:last-child{ margin-bottom: 10px; }
.sprop-newsletter{
	position: relative;
	border-radius: 25px;
	padding: 30px 70px!important;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #E55D25;
}
.sprop-newsletter:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%; 
	background-image: url("images/real-estate-bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.sprop-newsletter .newsletter-img{ position: absolute; top: 60px; left: 20px; }
.sprop-newsletter .wpcf7{ width: 100%; padding: 25px 30px; background-color: #ffffff; border-radius: 15px; }
.sprop-newsletter .wpcf7-spinner{ position: absolute; margin: 10px; }
.header-title{ 
	height: 400px;
    display: flex;
    align-items: end !important;
	margin-bottom: 80px;  
}

/* SELL A HOUSE
-----------------------*/
.sell-about{ padding-top: 70px; padding-bottom: 100px; }
.home-listing ul{ list-style: none; padding: 0; }
.home-listing ul li{ position: relative; padding-left: 40px; margin-bottom: 15px; font-size: 18px; }
.home-listing ul li::before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	display: inline-block;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
}
.sh-fast-case{ position: relative; padding-bottom: 70px; }
.sh-fast-case:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 80%;
	background-image: url("images/default-bnr.png");
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
}
.sh-fast-case .elementor-background-overlay{ height: 80%!important; background-color: rgba(232,245,255,0.96); }
.sh-fast-case-image{ margin-top: -100px; }
.sh-fast-case-image img{ position: relative; }
.sh-fast-case-content{ margin-top: -80px!important; }
.sh-fast-case-content > div{ padding: 100px 45px 40px 45px; }
.sh-fast-case-content .btn{
	position: absolute;
	bottom: -20px;
	left: 0; right: 0;
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
.ugly-houses{ position: relative; padding-bottom: 70px; }
.ugly-houses:before{
	content: "";
	position: absolute;
	top: 12%; bottom: 12%;
	left: 0; right: 0;
	width: 100%; height: 70%;
	display: inline-block;
	background: #E8F5FF;
	border-radius: 28px;
}
.testimonial-navigation{ 
	position: absolute;
    width: 107px;
    right: -10px;
    top: -50px;
}
.swiper-slide .align-items-center{ background-image: url(images/quote-svgrepo-com.png); background-position: top 20px right; background-repeat: no-repeat; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ background-image: unset !important; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
   font-family: "Font Awesome 5 Free";
   content: "\f30a" !important;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   font-size: 24px;
   color:#42413F;
}
.contact-icons .elementor-col-33{ max-width: 28%; margin: 0 auto; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.contact-icons .elementor-col-33:hover h3{ color: #ffffff; }
.contact-icons .elementor-col-33:hover svg{ filter: brightness(0) invert(1); }
.contact-icons .elementor-col-33:hover p.elementor-icon-box-description{ color: #ffffff; }
.contact-icons a{ color: #42413F; }
.contact-icons svg{ font-size: 30px;  }
.contact-icons h3{ font-size: 24px;  }
.contact-icons .elementor-col-33:hover a{ color: #ffffff; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background-image: unset !important; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
   font-family: "Font Awesome 5 Free";
   content: "\f30b" !important;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   font-size: 24px;
    color:#42413F;
}
.swiper-button-next:hover:after, .swiper-rtl .swiper-button-prev:hover:after, .swiper-button-prev:hover:after, .swiper-rtl .swiper-button-next:hover:after{ color: #EF4236; }
.testimonial_slider  .swiper-slide{
	border: 1px solid #DFDFDF;
	padding: 25px; 
}
.testimonial_slider h3{ color: #131313; font-size: 22px;  }
.testimonial_slider p{ color: #131313; }
.swiper-slide img{ margin-right: 20px; margin-bottom: 20px; }

.ugly-houses-left{ padding-right: 30px; }
.ugly-houses-right{ background-color: #ffffff; padding: 60px 30px 30px 30px!important; border-radius: 28px; box-shadow: 0px 10px 99px #00000029!important; }
.ugly-houses-right .big-text p{ line-height: 1.7!important; }
.our-newsletter{ border-radius: 25px; padding: 20px 70px!important; margin-bottom: 30px; }
.our-newsletter .theme-title{ margin-bottom: 10px!important; }
.h-newsletter{ margin-bottom: 80px; }

/* CONTACT
-----------------------*/
.c-icon .elementor-icon{ box-shadow: 0px 10px 20px #0063B036; }
.contact-form-img{ position: relative; }
.contact-form-img:before{
	content: "";
	position: absolute;
	top: 30%; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 57%;
	background-color: #E8F5FF;
}
.contact-form{ 
	margin: 0 20px 0 0;
	padding: 30px!important;
	background: #FFFFFF;
	box-shadow: 0px 20px 99px #00000029;
	border-radius: 16px;
}
.step-icon-box{ opacity: 0.94; }
.step-icon-box > div{ position: relative; }
.step-icon-box > div:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/logo-icon.svg");
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
	background-size: auto;
}
.step-icon-box .elementor-position-top{ font-size: 15px; color: #ffffff; }
.step-icon-box .elementor-position-top .elementor-icon-box-icon{ }
.step-icon-box .elementor-position-top .elementor-icon-box-icon .elementor-icon{ position: relative; width: 70px; height: 70px; line-height: 70px; }
.step-icon-box .elementor-position-top .elementor-icon-box-icon .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/home-shape.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.step-icon-box .elementor-position-top .elementor-icon-box-icon .elementor-icon svg{ display: inline-block!important; width: auto!important; height: auto!important; }
.step-icon-box .elementor-position-top h4{ font-family: 'recoleta', sans-serif; font-size: 28px; font-weight: 500; color: #ffffff; }
.header-banner-home h1{ padding-top: 120px; font-weight: 400 !important;  }
.header-banner-home h1 strong{ text-transform: uppercase;  font-weight: 800 !important;}
.header-banner-home p{ font-size: 28px; max-width: 600px; }
.header-banner-home{ padding-bottom: 160px !important; }
.h1, h1 { font-size: 46px; }
.elementor-button { font-size: 17px !important; }
.max-width-500{ max-width: 600px; margin: 0 auto; }
.margin-section{ margin-top: -70px; background-position-x: 85px;
    background-repeat: no-repeat;
    background-size: cover; }
.margin-section:before {
    background-image: url(images/header-icon-cross-white.png);
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    height: 80px;
    background-size: cover;
    top: 0px;
}
.breadcum img{ max-width: 17px !important; margin-right: 7px; margin-top: -4px; }
.blue-shaddow .elementor-element-populated{
	box-shadow: rgb(67 161 200 / 20%) 0px 2px 8px 0px;
	padding: 20px !important;
	margin: 30px !important;
}

.purpol-shaddow .elementor-element-populated{
	box-shadow: rgb(121 79 156 / 20%) 0px 2px 8px 0px;
	padding: 20px !important;
	margin: 30px !important; 
	margin-top: 60px !important; 
	margin-bottom: -10px !important; 
}
.green-shaddow .elementor-element-populated{
	box-shadow: rgb(67 172 49 / 20%) 0px 2px 8px 0px;
	padding: 20px !important;
	margin: 30px !important; 
}
.yellow-shaddow .elementor-element-populated{
	box-shadow: rgb(222 151 66 / 20%) 2px 5px 12px 2px;
	padding: 20px !important;
	margin: 30px !important; 
	margin-top: 60px !important; 
	margin-bottom: -10px !important; 
}

.breadcrumbs-section .elementor-container{ z-index: 2; }
.icon-boxis .elementor-col-50  .elementor-element-populated{ padding: 40px !important;  }
.border-outline .elementor-button{ outline: #ef4236 solid 2px; }
.bg-overlay .elementor-background-overlay{  position: absolute !important; top: -80px !important;}
.bg-overlay .elementor-element-populated{ padding: 60px; }

.hire-public-section .elementor-element-populated{
	max-width: 640px;
    background-color: #7FD8F7;
    height: max-content;
    padding: 40px;
    left: -80px;
}
.custom-text-claims{ 
	max-width: 600px;
    margin: 0 auto;
    background: #7FD8F7;
    padding: 50px;
    top: 480px;
    position: absolute !important;
    left: 0;
    right: 0;
}
.custom-text-claims h3{ margin-bottom: 35px; position: relative; } 
.custom-text-claims h3:after{
	content: '';
    position: absolute;
    height: 6px;
    width: 90px;
    background-color: white;
    bottom: -15px;
    left: 0;
	
} 
.custom-text-claims a{ margin-top: 20px; } 
.service-box .elementor-element-populated{
	padding: 20px 30px !important; 
	background-color: white;
	margin: 10px; 
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.service-box h3{ color:#6D6E72; font-size: 20px; margin-bottom: 15px;  }
.hire-public-section h2{ position: relative; margin-bottom: 30px; }
.hire-public-section h2:after{
	    content: '';
    position: absolute;
    height: 6px;
    width: 90px;
    background-color: white;
    bottom: -20px;
    left: 0;
}
/* BLOG LIST
----------------------*/
.blog-search-form{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 570px;
	margin: 50px auto 70px auto;
	padding: 20px 30px;
	background: #FFFFFF;
	box-shadow: 0px 30px 99px #00000029;
	border-radius: 16px;
}
.f-contact-form form{ padding: 25px; background: #F8F8F8; }
.blog-search-form button{ margin-left: 15px; }
.blog-list{ position: relative; margin-bottom: 50px; }
.blog-list .blog-image{ position: relative; }
.blog-list .blog-image img{ border-radius: 28px; }
.blog-list .blog-body .blog-meta{ display: flex; align-items: center; justify-content: space-between; padding: 20px 0 15px; }
.blog-list .blog-body .blog-meta .post-cat ul{ padding: 0; margin: 0; list-style: none; }
.blog-list .blog-body .blog-meta .post-cat ul li{
	background: rgba(229,93,37,0.2);
	border-radius: 6px;
	margin: 0 5px 5px 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.service-icons h3{ color: #6D6E72 !important; font-size: 24px; margin-bottom: 10px;   }
.max-width-content{ max-width: 700px; margin: 0 auto; }
.max-width-text .elementor-widget-container {
    max-width: 500px;
    padding: 15px;
	padding-left: 60px; 
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{ font-size: 19px !important; }
.form_btn-line{
	margin-bottom: 15px !important;
    border-bottom: 1px solid #cccccc !important;
    padding-bottom: 30px !important;
}
.max-width-text a{ text-transform: uppercase; }
.max-width-text h3{ font-weight: 400; }
.max-width-text h2{ position: relative; }
.max-width-text h2:after{
	content:'';
	position:absolute;
	height: 6px; 
	width: 90px; 
	background-color: white;
	bottom: -20px;
	left:0;
}
.gf_progressbar_wrapper{ display: none !important; }
.gform_page_footer { text-align: center; }
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input{
	background-color: #EF4236;
    color: white;
	padding: 13px 29px;
    font-weight: bold;
    margin: 16px 0px 26px;
    border: none;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
    border: 1px solid #cccccc;
}

.blog-list .blog-body .blog-meta .post-cat ul li:hover{ background: rgba(229,93,37); }
.blog-list .blog-body .blog-meta .post-cat ul li a{ font-size: 13px; color: #E55D25; padding: 8px 15px; display: inline-block; }
.blog-list .blog-body .blog-meta .post-cat ul li a:hover{ color: #ffffff; }
.blog-list .blog-body .blog-meta .post-date-count{ display: flex; align-items: center; justify-content: flex-end; }
.blog-list .blog-body .blog-meta .post-date-count > span{ padding: 0 12px 0 12px; font-size: 13px; border-right: 1px solid #0063b0; }
.blog-list .blog-body .blog-meta .post-date-count > span:first-child{ padding: 0 12px 0 0; }
.blog-list .blog-body .blog-meta .post-date-count > span:last-child{ padding: 0 0 0 10px; border-right: 0; }
.blog-list .blog-body .blog-meta .post-date-count img{ max-width: 16px; margin-right: 5px; }
.blog-list .blog-body .blog-meta .post-date-count .post-count{  display: flex; align-items: center; justify-content: flex-end; }
.blog-list .blog-body .blog-title{
	font-size: 22px;
	font-weight: 600;
	color: #0063b0;
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.4!important;
}
.blog-list .blog-body .blog-title a{ color: inherit; }
.blog-list .blog-body .blog-title a:hover{ color: #e55d25; }
.blog-list .blog-body .blog-link{ font-size: 15px; font-weight: 500; color: #0063B0; }
.blog-list .blog-body .blog-link:hover{ color: #e55d25; }
.blog-list .blog-body .blog-link i{ margin-left: 5px; }
.bottom-footer{ padding-top: 45px; padding-bottom: 45px; }
.list-icons-custom h4{ margin-top: 10px; }
.list-icons-custom .elementor-icon-box-description{
	left: -65px;
    position: relative;
    top: 18px;
}
.title-claims h2{
	margin-bottom: 35px;
    position: relative;
}
.title-claims h2:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 90px;
    background-color: #7FD8F7;
    bottom: -25px;
    left: 0;
}
.list-icons-custom .elementor-icon-box-wrapper{ background-color: white; padding: 30px !important; margin: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; min-height: 250px;  }

/* SINGLE BLOG
----------------------*/
.post-bg-curve{
	background-image: url(images/curve-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 200px center;
}
.post-single .post-title{ max-width: 900px; margin: 0 auto; text-align: center; }
.post-single .post-title h1{ font-size: 40px; font-weight: 700; color: #0063B0; padding-bottom: 15px; }
.post-single .post-meta{
	color: #0063B0;
	padding: 13px 0;
	margin-bottom: 40px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
}
.post-single .post-meta a{ color: #0063B0; text-decoration: none; }
.post-single .post-meta a:hover{ color: #e55d25; }
.post-single .post-meta .meta{ display: inline-block; margin: 0 10px; }
.post-single .post-meta .meta i{ margin-right: 5px; }
.post-single .post-meta .meta img{ max-width: 18px; margin-right: 4px; }
.post-single .post-meta .epvc-post-count{ display: inline-block; }
.post-single .post-img{ max-width: 900px; margin: 0 auto 30px auto; text-align: center; }
.post-single .post-img img{ border-radius: 16px; }
.post-single .post-content{ max-width: 900px; margin: 0 auto 40px auto; font-size: 16px; }
.post-single .post-content h2{ margin-bottom: 25px; }
.post-single .post-content h3{ margin-bottom: 20px; }
.post-single .post-content h4{ margin-bottom: 15px; }
.post-single .post-content h5{ color: #0063B0; }
.post-single .post-content h6{ color: #0063B0; }
.post-single .post-content p{ margin-bottom: 25px; }
.post-single .post-content ul li, 
.post-single .post-content ol li{ margin-bottom: 7px; }
.post-single .post-content a{ color: #0063B0; text-decoration: none; }
.post-single .post-content a:hover{ color: #e55d25; }
.post-single .post-content strong{ font-weight: 600; }
.post-single .post-content img{ max-width: 100%; border-radius: 16px; margin-bottom: 10px; }
.post-single .post-share{ padding: 15px; background-color: #F6F9FA; border-radius: 37px; text-align: center; }
.post-single .post-share ul{ padding: 0; margin: 0; list-style: none; }
.post-single .post-share ul li{ margin: 0 2px; display: inline-block; }
.post-single .post-share ul li a{
	width: 33px;
	height: 33px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
	color: #ffffff;
}
.post-single .post-share ul li.s-fb a{ background-color: #3b5998; }
.post-single .post-share ul li.s-tw a{ background-color: #1da1f2; }
.post-single .post-share ul li.s-ld a{ background-color: #0077b5; }
.post-single .post-share ul li a:hover{ background-color: #0063B0; }
.blog-pagination{ padding-top: 35px; padding-bottom: 35px; }
.blog-pagination a{ color: inherit; }
.blog-pagination a:hover{ color: #e55d25; }
.pagging{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 20px rgb(0 62 80 / 15%);
	box-shadow: 0px 3px 20px rgb(0 62 80 / 15%);
	border-radius: 15px;
	overflow: hidden;
}
.pagging{ width: 100%; }
.pagging .pagging-img{ width: 20%; }
.pagging .pagging-img img{ width: 100%; border-radius: 15px; }
.pagging .pagging-title{ width: 80%; }
.pagging .pagging-title .pagging-title-inner{
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcum{ color: white; font-size: 18px; }
.breadcum a{ color: white; font-size: 18px; }

.service-white-bg .elementor-col-25 { background-color: white; padding: 15px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }
.service-white-bg .elementor-col-50{ background-color: white; padding: 25px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.service-white-bg .elementor-col-33{ background-color: white; padding: 25px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.icon-filer{ }
.service-white-bg h4{ font-size: 17px; }

.pagging .pagging-title .pagging-title-inner .icon{ width: 10%; }
.pagging .pagging-title .pagging-title-inner .title{ width: 90%; }
.pagging .pagging-title .pagging-title-inner .icon i{ font-size: 40px; color: #0063b0; }
.pagging .pagging-title .pagging-title-inner .title .ptext{ font-size: 20px; font-weight: 600; color: #0063b0; margin-bottom: 7px; }
.pagging .pagging-title .pagging-title-inner .title .ptitle{ margin-bottom: 0; }
.pagging.previous .pagging-title .pagging-title-inner .icon{ padding: 0 5px 0 5px; text-align: left; }
.pagging.next .pagging-title .pagging-title-inner .icon{ padding: 0 5px 0 5px; text-align: right; }
.pagging.previous .pagging-title .pagging-title-inner .title{ padding-right: 5px; }
.pagging.next .pagging-title .pagging-title-inner .title{ padding-left: 5px; }
.releted-post{ margin-top: 35px; padding-top: 70px; padding-bottom: 20px; background-color: #E8F5FF; }

/* FOOTER
----------------------*/
.site-footer a{ color: inherit; }
.site-footer a:hover{ color: #e55d25; }
.site-footer .widget-title{ font-size: 22px; font-weight: 700; color: #ffffff; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 2px solid #707070; }
.footer-top ul{
	padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
	list-style: none;
	margin-bottom: 15px; 
}
.other-text-banner{ min-height: 600px; }
.footer-top ul li{ padding: 0 0 10px 0; margin-right: 25px;  }
.footer-top ul li a{ font-size: 16px; font-weight: 500;  }
.footer-top .f-contact{ padding-left: 50px; }
.footer-top .footer-logo{ margin-bottom: 30px; }
.footer-top .af-link{ color: #e55d25!important; }
.footer-top .af-link:hover{ color: #0063b0!important; }
.footer-top .f-cinfo .f-phone a{ font-size: 28px; font-weight: 700;	color: #e55d25; letter-spacing: 1px; text-decoration: underline; }
.footer-top .f-cinfo .f-phone a:hover{ color: #ffffff; }
.footer-top .f-cinfo .f-text{ font-size: 18px; font-weight: 500; color: #ffffff; padding-top: 25px; margin-bottom: 0; }
.footer-seprator hr{ margin: 0; }
.footer-bottom{ padding-top: 35px; padding-bottom: 35px; }
.footer-bottom p{ margin-bottom: 0; }
.footer-bottom .powered-by{ text-align: right; }
.footer-call-now span{ font-size: 24px; color: #015697; margin-left: 15px; }
.footer-call-now a{ font-size: 28px; color: #131313; margin-left: 15px; }
.footer-call-now .btn-white-orange{ font-size: 17px; color: #EF4236; border: 1px solid; margin-top: -17px; }
.f-contact-message{ padding: 25px 0; border-top:1px solid #E1DFDF; border-bottom:1px solid #E1DFDF; }
.f-menu .orange-menu{ background-color: unset; color: #131313; }
.f-menu  .current-menu-item{ background-color: unset; }
.current-menu-item a.nav-link{  color: #EF4236 !important; }
.current-menu-item.orange-menu a.nav-link{  color: #ffffff !important; }
.footer-address i{ color: #EF4236;  font-size: 20px; margin-right: 10px; }
.margin-80-m{ margin-top: -85px; }
.other-banner{ min-height: 700px; z-index: 0;  }
.btn-orange{
     background-color: #EF4236;
	color: white;
}


/* HOVER
----------------------*/
a, a:hover, .btn, input[type=submit]{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.support-form hr{
	background-color: #707070 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.support-form p{ padding-top: 20px; }
.support-form  .wpcf7-list-item-label{ font-size: 20px;   }
.support-max-width{ max-width: 800px; margin: 0 auto; }
.support-form input[type=checkbox]{ width: 20px !important; height: 20px !important; margin-right: 15px;  }
#gform_next_button_1_1{ display: block !important; margin: 0 auto; }
.gform_confirmation_message{ text-align: center !important;  font-size: 21px !important; }
img.gform_ajax_spinner{ clear: both; text-align:center; position: absolute; bottom: -15px; left: 0; right:0; margin: 0 auto;   }
/* BACK TO TOP SCROLL
----------------------*/
.cd-top{
	position: fixed;
	bottom: 20px; right: 10px;
	width: 45px; height: 45px;
	line-height: 45px;
	font-size: 20px;
	display: inline-block;
	color: #ffffff;
	background: #0E75BC;
	border: 0;
	border-radius: 10px;
	text-align: center;
	opacity: 0;
	z-index: 11;
	-webkit-transition: opacity .5s 0s, visibility 0s .5s;
	-moz-transition: opacity .5s 0s, visibility 0s .5s;
	transition: opacity .5s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition: opacity .5s 0s, visibility 0s 0s;
	-moz-transition: opacity .5s 0s, visibility 0s 0s;
	transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out{ opacity: 1; }
.no-touch .cd-top:hover, .cd-top:hover{ 
	opacity: 1;
	color: #ffffff;
	background: #0063b0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{ float: unset !important; }
.wpcf7 form.payment-required .wpcf7-response-output{ background-color: #ffb900; border-color: #bf8c08; color: #000000; font-weight: 300; font-size: 17px; }
.wpcf7 form.sent .wpcf7-response-output{ background-color: #46b450; border-color: #2ca136; color: #ffffff; font-weight: 300; font-size: 17px; }
.footer-icons-pos .elementor-icon-box-wrapper{
	position: absolute;
    bottom: 75px;
    left: 35px;
}
.footer-icons-pos h3{ font-size: 23px; }
.footer-icons-pos h3:after{
	content: "\f178";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
    width: 20px;
    margin-left: 4px;
    display: inline-block;
	
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns { min-height: 0px !important; }
form.cf7mls input.wpcf7-form-control.wpcf7-submit{ border-radius: 0px; }
.footer-icons-pos svg{ font-size: 31px; }
.footer-icons-pos img{  filter: brightness(0.7); }
/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1699px ) {
	.h-banner{ padding-top: 90px; padding-bottom: 90px; }
	.h-banner .left .banner-title h1{ font-size: 60px; }
	.h-about{ background-position: top 40px left 0; }
}
@media only screen and ( max-width: 1599px ) {
	.h-banner{ padding-top: 80px; padding-bottom: 80px; }
	.h-about{ background-position: top 40px left -30px; }
}
@media only screen and ( max-width: 1499px ) {
	.navbar .navbar-brand img{ max-width: 300px; }
	
	.h-banner{ padding-top: 70px; padding-bottom: 70px; background-size: 98% 100%!important; }
	.h-banner:after{ width: 98%; }
	.h-banner .left{ padding: 0 150px 0 0!important; }
	.h-banner .left .banner-title h1{ font-size: 52px; }
	.h-banner .left ul li{ font-size: 22px; }
	.h-banner .left .banner-btn a{ font-size: 38px; margin-left: 20px; }
	.h-banner .right{ padding: 20px; }
	.h-banner .right h2{ font-size: 30px; }
	.heading-banner .banner-text h1{ font-size: 42px; }
	.theme-title h2{ font-size: 38px; }
	.h-icon-box.elementor-position-left h4{ font-size: 34px; }
	.property-box .box-content .title h4{ font-size: 20px; }
	.h-exclusively .icon-box h4{ font-size: 26px; }
	.ugly-houses-right{ padding: 40px 30px 30px 30px!important; }
	.post-single .post-title h1{ font-size: 38px; }
	.footer-top{ padding-top: 60px; }
	.footer-bottom{ padding-top: 25px; padding-bottom: 25px; }
}
@media only screen and ( max-width: 1399px ) {
	.navbar .navbar-brand img{ max-width: 260px; }
	
	.navbar-nav > .nav-item{ padding: 0 15px 0 15px; }
	.navbar-nav > .nav-item > .nav-link{ font-size: 16px; }
	.navbar-nav .btn-menu .nav-link{ padding: 11px 25px 11px 25px; }
	.h-banner{ padding-top: 50px; padding-bottom: 50px; }
	.h-banner .left .banner-title h1{ font-size: 44px; margin-bottom: 15px; }
	.h-banner .left .banner-title h1:before{ top: 40px; }
	.h-banner .left ul li{ font-size: 20px; background-size: 21px; padding: 0 0 0 35px; }
	.h-banner .left .banner-btn a{ font-size: 34px; margin-left: 15px; }
	.h-banner .left .banner-btn .call-img{ width: 55px; height: 55px; line-height: 55px; }
	.h-banner .left .banner-btn .call-img img{ max-width: 24px; }
	.h-banner .right{ padding: 15px; margin-top: 15px; }
	.h-banner .right h2{ font-size: 26px; }
	.heading-banner .banner-text h1{ font-size: 38px; }
	.theme-sub-title h6{ font-size: 16px; }
	.theme-title h2{ font-size: 34px; }
	.h-about{ background-position: top 40px left -90px; }
	.h-about .about-left .about-house .elementor-widget-container{ padding: 15px; }
	.h-about .about-left .about-house .elementor-widget-container:after{ background-position: top 15px left 0; background-size: auto 90%; }
	.h-about .about-left .about-house .elementor-widget-container:before{ background-position: top 60px right -55px; }
	.h-icon-box.elementor-position-left h4{ font-size: 30px; }
	.h-icon-box.elementor-position-left .elementor-icon-box-icon{ margin-right: 25px!important; }
	.h-icon-box.elementor-position-left p{ font-size: 15px; }
	.property-box .box-image .price{ font-size: 24px; }
	.property-box .box-content{ padding: 70px 20px 20px 20px; }
	.property-box .box-content .meta{ padding: 11px 15px 13px 15px; }
	.property-box .box-content .meta .prop-meta{ font-size: 14px; }
	.property-box .box-content .location{ font-size: 14px; padding-top: 20px; }
	.sprop-title{ font-size: 30px; }
	.sprop-price{ font-size: 25px; }
	.sprop-content{ padding-top: 50px; }
	.sprop-sidebar .sidebar-widget{ padding: 20px; }
	.sprop-sidebar .widget-title{ font-size: 24px; }
	.h-exclusively .icon-box h4{ font-size: 24px; }
	.sh-fast-case-content > div{ padding: 80px 40px 40px 40px; }
	.ugly-houses-right{ padding: 25px 25px 25px 25px!important; }
	.blog-list .blog-body .blog-title{ font-size: 20px; }
	.blog-list .blog-body .blog-meta .post-cat ul li a{ padding: 8px 10px; }
	.blog-list .blog-body .blog-meta .post-date-count img{ max-width: 12px; margin-right: 2px; }
	.blog-list .blog-body .blog-meta .post-date-count > span:first-child{ padding: 0 8px 0 0; }
	.blog-list .blog-body .blog-meta .post-date-count > span:last-child{ padding: 0 0 0 6px; }
	.post-single .post-title h1{ font-size: 34px; }
	.c-icon h4{ font-size: 20px; }
	.contact-form{ padding: 20px!important; }
	.our-newsletter{ padding: 20px 50px!important; }
	.sale-house.image-outline > div:after{ content: unset; }
	.navbar-nav > .nav-item { padding: 0 8px 0 7px; }
	.navbar-nav li { height: 90px; }
}
@media only screen and ( max-width: 1199px ) {
	#main-content{ padding: 50px 0 35px 0; }
	.theme-flush-top-space{ margin-top: -50px; }
	.theme-flush-bottom-space{ margin-bottom: -35px; }
	.pt70{ padding-top: 50px!important; }
	.pb70{ padding-bottom: 50px!important; }
	.ptb70{ padding-top: 50px!important; padding-bottom: 50px!important; }
	.big-text { font-size: 16px; }
	.btn{ padding: 12px 25px 12px 25px; }
	.navbar .navbar-brand img{ max-width: 240px; }
	.navbar-nav .btn-menu .nav-link{ padding: 10px 20px 10px 20px; }
	.h-banner{ background-size: 100% 100%!important; }
	.h-banner:after{ width: 100%; }
	.h-banner .left{ padding: 0 70px 0 0!important; }
	.h-banner .left .banner-title h1{ font-size: 40px; }
	.h-banner .left ul li{ font-size: 18px; margin-bottom: 15px; }
	.h-banner .left .banner-btn a{ font-size: 30px; }
	.h-banner .right{ padding: 10px; margin-top: 0; }
	.h-banner .right h2{ font-size: 24px; }
	.heading-banner{ padding-top: 45px; padding-bottom: 40px; }
	.heading-banner .banner-text h1{ font-size: 34px; }
	.form-group{ margin-bottom: 15px!important; }
	.elementor-kit-5 button, .elementor-kit-5 input[type="button"], .elementor-kit-5 input[type="submit"], .elementor-kit-5 .elementor-button{ padding: 11px 25px 11px 25px; }
	.theme-title{ margin-bottom: 15px!important; }
	.theme-title h2{ font-size: 30px; }
	.h-about { background-position: top 90px left -160px; }
	.h-icon-box.elementor-position-left h4{ font-size: 28px; }
	.property-box{ margin-bottom: 40px; }
	.property-box .box-image .price{ font-size: 22px; }
	.property-box .box-content{ padding: 70px 15px 15px 15px; }
	.property-box .box-content .title h4{ font-size: 18px; }
	.property-box .box-content .meta{ padding: 11px 10px 13px 10px; }
	.property-box .box-content .meta .prop-meta{ font-size: 13px; padding: 0 7px 0 7px; }
	.property-box .box-content .meta .prop-meta:first-child{ padding: 0 7px 0 0; }
	.property-box .box-content .meta .prop-meta:last-child{ padding: 0 0 0 7px; }
	.property-box .box-content .meta .prop-meta img{ max-width: 15px; margin-right: 7px; }
	.property-filter{ padding: 25px 25px 15px 25px; }
	.sprop-title{ font-size: 26px; }
	.sprop-price{ font-size: 23px; }
	.sprop-content{ padding-top: 40px; }
	.sprop-single-left{ padding-right: 0; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner{ display: inline-block; }
	.sprop-single-left .sprop-metaboxes, 
	.sprop-single-left .description, 
	.sprop-single-left .amenities, 
	.sprop-single-left .floor-plan, 
	.sprop-single-left .leave-message{ padding: 20px; }	
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes{ padding: 12px 15px; font-size: 14px; margin-top: 15px; }
	.sprop-single-left .leave-message:after{ background-size: 150px; }
	.sprop-newsletter{ padding: 20px 30px!important; }
	.sprop-newsletter .wpcf7{ padding: 20px 20px; }
	.sprop-newsletter .newsletter-img{ top: 70px; left: 20px; width: 300px; }
	.sprop-sidebar .widget-title{ font-size: 22px; }
	.h-exclusively .icon-box h4{ font-size: 22px; margin-bottom: 20px!important; }
	.h-exclusively .icon-box p{ font-size: 14px; }
	.h-newsletter{ margin-bottom: 60px; }
	.our-newsletter{ padding: 20px 20px!important; }
	.newsletter-text{ font-size: 13px; }
	.newsletter-form{ padding: 20px 20px; }
	.sell-about{ padding-top: 40px; padding-bottom: 60px; }
	.home-listing ul li{ font-size: 16px; padding-left: 35px; margin-bottom: 10px; }
	.home-listing ul li::before{ background-size: 20px; }
	.sh-fast-case-image{ margin-top: -70px; }
	.sh-fast-case-content > div{ padding: 80px 30px 30px 30px; }
	.sh-fast-case-content .btn{ width: 150px; }
	.sh-fast-case{ padding-bottom: 50px; }
	.ugly-houses{ padding-bottom: 50px; }
	.ugly-houses-left{ padding-right: 10px; }
	.ugly-houses-right{ padding: 20px 15px 20px 15px!important; }
	.step-icon-box .elementor-position-top h4{ font-size: 26px; }
	.blog-search-form{ margin: 50px auto 50px auto; }
	.blog-list .blog-body .blog-title{ font-size: 18px; height: 50px; }
	.blog-list .blog-body .blog-meta{ padding: 20px 0 10px 0; }
	.post-single .post-title h1{ font-size: 30px; padding-bottom: 10px; }
	.post-single .post-meta{ margin-bottom: 30px; }
	.post-single .post-content{ font-size: 15px; }
	.pagging .pagging-title .pagging-title-inner{ padding: 10px; }
	.pagging .pagging-title .pagging-title-inner .icon i{ font-size: 30px; }
	.pagging .pagging-title .pagging-title-inner .title .ptext{ font-size: 18px; margin-bottom: 5px; }
	.pagging .pagging-title .pagging-title-inner .title .ptitle{ font-size: 14px; }
	.releted-post{ padding-top: 50px; }
	.footer-top .f-contact{ padding-left: 30px; }
	.site-footer .widget-title{ font-size: 20px; }
	.footer-top ul li a{ font-size: 15px; }
	.footer-top .f-cinfo .f-phone a{ font-size: 24px; }
	.footer-top .f-cinfo .f-text{ font-size: 15px; padding-top: 20px; }
	.footer-bottom{ padding-top: 15px; padding-bottom: 15px; }
	
}
@media only screen and ( max-width: 991px ) {
	#main-content{ padding: 35px 0 35px 0; }
	.theme-flush-top-space{ margin-top: -35px; }
	.theme-flush-bottom-space{ margin-bottom: -35px; }
	.pt70{ padding-top: 35px!important; }
	.pb70{ padding-bottom: 35px!important; }
	.ptb70{ padding-top: 35px!important; padding-bottom: 35px!important; }
	.navbar{ padding: 10px 0 15px 0; }
	.navbar .navbar-brand img{ max-width: 200px; }
	.navbar-nav > .nav-item{ padding: 0 8px 0 8px; }
	.navbar-nav > .nav-item > .nav-link{ font-size: 14px; }
	.navbar-nav .btn-menu .nav-link{ padding: 8px 15px 8px 15px; font-size: 13px; }
	.h-banner { padding-top: 35px; padding-bottom: 35px; }
	.h-banner .left{ padding: 0 15px 0 0!important; }
	.h-banner .left .banner-title h1{ font-size: 34px; }
	.h-banner .left .banner-title h1:before{ top: 30px; }
	.h-banner .left ul li{ font-size: 16px; margin-bottom: 10px; }
	.h-banner .left .banner-btn a{ font-size: 26px; }
	.h-banner .left .banner-btn .call-img{ width: 50px; height: 50px; line-height: 50px; }
	.h-banner .left .banner-btn .call-img img{ max-width: 20px; }
	.heading-banner{ padding-top: 35px; padding-bottom: 35px; }
	.heading-banner .banner-text h1{ font-size: 28px; }
	.graham-breadcrumb li{ padding: 0 3px 0 3px; }
	.graham-breadcrumb li:first-child{ padding: 0 3px 0 0; }
	.graham-breadcrumb li:last-child{ padding: 0 0 0 3px; }
	.graham-breadcrumb li span{ font-size: 16px; }
	.theme-sub-title h6{ font-size: 14px; }
	.theme-title h2{ font-size: 26px; }
	.h-icon-box.elementor-position-left .elementor-icon-box-icon{ margin-right: 20px!important; }
	.h-icon-box.elementor-position-left h4{ font-size: 24px; }
	.h-icon-box.elementor-position-left .elementor-icon-box-icon .elementor-icon{ width: 80px; height: 80px; line-height: 83px; }
	.h-about .about-left:before{ background-position: bottom -30px right 0; }
	.h-about .about-left .about-house .elementor-widget-container:before{ background-position: top 135px right -50px; }
	.h-about .about-left .about-house .elementor-widget-container:after{ background-position: top 20px left 0; background-size: auto 92%; }
	.h-about .about-left .about-house .elementor-widget-container img{ width: 100%; }
	.h-exclusively { background-position: right -150px top 30px; }
	.exclusively-line{ background-image: unset!important; }
	.h-exclusively .icon-box .elementor-icon-box-icon{ margin-bottom: 20px!important; }
	.h-exclusively .icon-box h4{ margin-bottom: 10px!important; }
	.h-exclusively .icon-box p{ font-size: 15px; }
	.h-newsletter{ margin-bottom: 45px; }
	.our-newsletter{ padding: 10px!important; }
	.newsletter-text{ font-size: 15px; }
	.newsletter-mobile{ position: relative!important; }
	.sell-about{ padding-top: 35px; padding-bottom: 20px; }
	.sh-fast-case{ padding-bottom: 35px; }
	.sh-fast-case-image{ margin-top: 10px; }
	.ugly-houses{ padding-bottom: 35px; }
	.property-filter{ padding: 10px 20px 5px 20px; margin: 10px 0 30px 0; }
	.sprop-gallery .with-gallery .prop-featured img{ height: 400px; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img img{ height: 200px; }
	.sprop-title{ font-size: 24px; }
	.sprop-price{ font-size: 20px; margin-bottom: 5px; }
	.sprop-share{ padding: 8px 15px; }
	.sprop-sidebar{ max-width: 350px; margin: 0 auto; }
	.sprop-newsletter{ padding: 20px 20px!important; margin-top: 10px; margin-bottom: 0; }
	.sprop-newsletter .newsletter-img{ position: relative; top: 0; left: 0; width: 100%; text-align: center; }
	.contact-form{ padding: 10px!important; margin: 0; }
	.step-icon-box > div:before{ content: unset; }
	.post-single .post-title h1{ font-size: 26px; }
	.blog-pagination{ padding-top: 25px; padding-bottom: 15px; }
	.pagging{ margin: 10px 0; }
	.pagging .pagging-title .pagging-title-inner .icon{ width: 7%; }
	.pagging .pagging-title .pagging-title-inner .title{ width: 93%; }
	.releted-post{ padding-top: 35px; padding-bottom: 0; }
	.footer-top .footer-logo{ margin-bottom: 20px; }
	.footer-top .f-contact{ padding-left: 15px; }
	.footer-top .f-cinfo .f-phone{ padding-top: 14px; }
	.footer-top .f-cinfo .f-phone a{ font-size: 22px; }
	.footer-top .f-cinfo .f-text{ font-size: 15px; padding-top: 15px; }
	.footer-bottom{ font-size: 14px; }
	.header-phone {
		position: absolute;
		top: 5px;
		right: 148px;
	}
	.header-phone a{  font-size: 16px; }
	.header-phone img { padding: 7px; }
	.navbar-nav li { height: 50px; }
} 
@media only screen and ( max-width: 768px ) {
	.header-phone{ right: 35px;} 	
}
@media only screen and ( max-width: 767px ) {
	.big-text{ font-size: 15px; }
	.navbar-toggler{
		right: 0!important; 
		padding: 10px 12px!important; 
		color: #FFFFFF;
		background-color: #0E75BC;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #0E75BC;
	    margin-right: -55px;

	}
	.navbar-toggler-icon{ width: auto; height: auto; vertical-align: top; line-height: 0; }
	.navbar-toggler-icon i{ font-size: 20px; }
	.navbar-collapse{
		position: absolute;
		top: 138px; right: 60px!important;
		width: 230px;
		padding: 0;
		background: #0E75BC;
		border: 1px solid #ffffff;
		line-height: 1;
		z-index: 999;
	}
	.social-media{ display: none; }
	.navbar-toggler:focus, .navbar-toggler:hover{ outline: unset; box-shadow: unset!important; }
	.navbar-nav{ align-items: flex-start; }
	.navbar-nav > .nav-item{ width: 100%; padding: 0; }
	.navbar-nav > .nav-item > .nav-link{ padding: 10px 15px; font-size: 16px; color: #ffffff; }
	.navbar-nav > .nav-item > .nav-link:hover, 
	.navbar-nav .btn-menu .nav-link{ border-radius: unset; letter-spacing: unset; background-color: unset; border: unset; }
	.navbar-nav .btn-menu .nav-link:hover{ background-color: unset; border: unset; }
	.h-banner{ padding-top: 15px; background-size: cover!important; }
	.h-banner:before{ top: 0; left: 0; width: 90%; height: 30%; }
	.h-banner .left{ padding: 0!important; }
	.h-banner .left .banner-title h1{ font-size: 30px; margin-bottom: 0; }
	.h-banner .left .banner-title h1:before{ top: 26px; width: 85%; height: 8px; }
	.h-banner .right{ margin-top: 20px; }
	.heading-banner .banner-text{ text-align: center; }
	.heading-banner .banner-text h1{ font-size: 26px; margin-bottom: 5px; }
	.heading-banner .graham-breadcrumb{ text-align: center; }
	.custom-radio label{ font-size: 15px; }
	.theme-title h2{ font-size: 24px; }
	.h-icon-box.elementor-position-left h4{ font-size: 22px; }
	.h-about .about-left .about-house .elementor-widget-container{ padding: 15px 15px 0 15px; }
	.h-about .about-left .about-house .elementor-widget-container:before{ background-position: top 85px right -50px; }
	.property-swiper .swiper-wrapper{ padding-top: 10px; }
	.property-box .box-image .price{ font-size: 18px; bottom: 5px; right: 25px; }
	.property-box .box-content .location{ font-size: 12px; padding-top: 15px; }
	.property-box .box-content .location img{ max-width: 15px; }
	.sprop-gallery .with-gallery .prop-featured img{ height: 100%; border-radius: 16px 16px 0 0; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img img{ height: 150px; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img:nth-child(2) img{ border-radius: 0; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img:nth-child(3) img{ border-radius: 0 0 0 16px; }
	.sprop-breadcrumb{ padding: 15px 0 10px 0; }
	.sprop-info{ padding: 15px 0; }
	.sprop-title{ font-size: 22px; }
	.sprop-price{ margin-top: 10px; margin-bottom: 10px; text-align: left; }
	.sprop-stock{ float: left; margin-top: 10px; }
	.sprop-stock-inner{ float: left; }
	.sprop-share{ float: left; }
	.sprop-share .social-share{ left: 105px; right: unset; }
	.sprop-content{ padding-top: 30px; }
	.sprop-single-left .sprop-metaboxes, .sprop-single-left .description, 
	.sprop-single-left .amenities, .sprop-single-left .floor-plan, .sprop-single-left .leave-message{ padding: 15px; }
	.sprop-single-left .description h5, .sprop-single-left .amenities h5, .sprop-single-left .floor-plan h5{ margin-bottom: 15px; }
	.sprop-single-left .amenities ul li{ margin-bottom: 10px; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .updated p{ font-size: 15px; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes{ padding: 12px 10px; font-size: 12px; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta img{ max-width: 14px; margin-right: 5px; }
	.sprop-single-left .leave-message:after{ background-size: 130px; }
	.sprop-sidebar .sidebar-widget{ padding: 15px;  }
	.sprop-sidebar .widget-title{ margin-bottom: 10px; }
	.sprop-sidebar .property-box .box-image .price{ font-size: 20px; right: 40px; bottom: 10px; }
	.sprop-sidebar .property-box .box-content .title h4{ font-size: 18px; height: auto; margin-bottom: 15px; }
	.blog-search-form{ margin: 30px auto 30px auto; }
	.blog-list{ margin-bottom: 30px; }
	.blog-list .blog-body .blog-meta{ display: inline-block; width: 100%; padding: 15px 0 10px 0; }
	.blog-list .blog-body .blog-meta .post-cat{ display: inline-block; }
	.blog-list .blog-body .blog-meta .post-date-count{ margin-top: 10px; margin-bottom: 0; justify-content: flex-start; }
	.page-item .page-link{ width: 35px; height: 35px; }
	.post-single .post-title h1{ font-size: 24px; }
	.newsletter-form{ padding: 15px; }
	.newsletter-form .wpcf7 .your-email input{ margin-bottom: 15px; }
	.sprop-newsletter .wpcf7 .your-email input{ margin-bottom: 15px; }
	.home-listing ul{ margin-bottom: 0; }
	.home-listing ul li{ font-size: 15px; padding-left: 30px; }
	.sh-fast-case-content > div{ padding: 80px 15px 30px 15px; }
	.ugly-houses-right{ padding: 15px 10px!important; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img .prop-gallery-img .btn-gallery .see-all{ font-size: 14px; }
	.our-newsletter{ margin-bottom: 15px; }
	.footer-bottom{ text-align: center; }
	.footer-bottom .powered-by{ text-align: center; padding-top: 5px; }
	.cd-top{ width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
	.header-phone{  right: 65px; }
	.navbar .navbar-brand img { max-width: 150px; }
	.hire-public-section .elementor-element-populated, .list-icons-custom .elementor-icon-box-description{ left:0; }
	.contact-form-page form{ margin:0; padding: 15px; }
	form label{ font-size: 16px; }
	.navbar { padding: 0px 0 0px 0; }
	.margin-section{  margin-top: 0px;}
	.breadcrumbs-section{ top: 0px; background-position-x: 0 !important; }
	.contact-icons .elementor-col-33{ max-width: unset; margin-bottom: 25px;  }
	.bg-size-cover{
		background-size: cover;
	    background: #005494;
	}
	.blue-shaddow .elementor-element-populated, .purpol-shaddow .elementor-element-populated, .green-shaddow .elementor-element-populated, .yellow-shaddow .elementor-element-populated{  margin: 10px !important; }
	.property-list .service-list-box { padding: 15px; }
	.service-list-box img{ margin: 10px 0; }
	.margin-80-m{ margin-top: 0; }
	.footer-icons-pos{ background-color: #2da0c6; }
	.top-minus-margin-header{ margin-top: 25px; }
	.swiper-slide .align-items-center{ background-position: top 1px right 1px; background-size: 16px; }
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left: 32px; }
	.service-white-bg h4 { font-size: 15px; }
}
@media only screen and ( max-width: 575px ) {
	.navbar-collapse{ right: 12px!important; }
	.h-banner .left .banner-title h1{ font-size: 26px; }
	.h-banner .left .banner-title h1:before{ top: 22px; width: 95%; }
	.h-banner .left ul li{ background-size: 16px; padding: 0 0 0 30px; }
	.h-banner .left .banner-btn a{ font-size: 24px; margin-left: 10px; }
	.h-banner .left .banner-btn .call-img{ width: 45px; height: 45px; line-height: 45px; }
	.h-banner .left .banner-btn .call-img img { max-width: 18px; }
	.h-banner .right{ margin-top: 15px; margin-left: 10px; margin-right: 10px; }
	.heading-banner{ padding-top: 25px; padding-bottom: 25px; }
	.heading-banner .banner-text h1{ font-size: 24px; }
	.theme-title h2{ font-size: 22px; }
	.h-about .about-left:before{ background-position: bottom -65px right 0; }
	.h-about .about-left .about-house .elementor-widget-container:before{ background-position: top 25px right -50px; }
	.property-box{ margin-bottom: 20px; }
	.property-box .box-image .price{ bottom: 10px; right: 35px; }
	.property-box .box-content .title h4{ height: auto; margin-bottom: 15px; }
	.sprop-gallery .with-gallery .prop-gallery .prop-img img{ height: 100px; }
	.graham-breadcrumb{ font-size: 14px; }
	.sprop-title{ font-size: 20px; }
	.sprop-price{ font-size: 18px; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner{ width: 100%; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes{ display: inline-block; width: 100%; border-radius: 15px; font-size: 14px; }
	.sprop-single-left .sprop-metaboxes .sprop-metaboxes-inner .metaboxes .sprop-meta{ margin-bottom: 5px; border-right: 0; }
	.sprop-single-left .leave-message:after{ background-size: 80px; background-position: bottom 5px right 5px; }
	.sprop-newsletter{ padding: 15px!important; }
	.our-newsletter{ padding: 5px!important; }
	.h-icon-box.elementor-position-left .elementor-icon-box-icon{ margin-right: 0!important; }
	.blog-search-form{ display: inline-block; width: 100%; margin: 25px auto 25px auto; padding: 15px; }
	.blog-search-form button{ margin-left: 0; width: 100%; margin-top: 15px; }
	.blog-list .blog-body .blog-title{ height: auto; }
	.post-single .post-title h1{ font-size: 20px; }
	.post-single .post-meta{ margin-bottom: 20px; font-size: 14px; }
	.blog-pagination{ padding-bottom: 0; }
	.pagging .pagging-title{ width: 70%; }
	.pagging .pagging-img{ width: 30%; }
	.pagging .pagging-title .pagging-title-inner .icon{ width: 15%; }
	.pagging .pagging-title .pagging-title-inner .title{ width: 85%; }
	.pagging .pagging-title .pagging-title-inner .title .ptext{ font-size: 14px; margin-bottom: 2px; }
	.pagging .pagging-title .pagging-title-inner .title .ptitle{ font-size: 12px; }
	.navbar-toggler{  margin-right: 10px;  right: 30px; }
	.header-phone { right: 10px; }
	.footer-top ul{
		 -moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	.navbar-collapse{ top: 75px; }
	.header-padding { padding-top: 20px; padding-bottom: 10px; }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{     line-height: 1 !important; }
	.header-padding .elementor-widget-container { font-size: 18px; }
	.max-width-text .elementor-widget-container{ padding-left: 30px; }
	.header-phone img{ max-width: 40px; }
	.f-contact-form form{  padding: 15px; }
	.contact-form-page .wpcf7-submit.btn-blue{ bottom: -24px; }
	.other-text-banner { min-height: 200px; }
	.other-text-banner h1 { padding-top: 130px; }
	.list-icons-custom .elementor-icon-box-wrapper{ padding: 30px 15px !important; }
	.header-banner-home h1{ padding-top: 220px; }
	.h1, h1 { font-size: 26px; }
	.header-banner-home p { font-size: 20px; }
	.bg-overlay .elementor-element-populated { padding: 20px; }
	textarea{ max-height: 150px;  }
	.footer-call-now{ display: grid; }
	.footer-call-now .btn-white-orange{  margin-top: 5px; }
	.footer-top { padding-top: 30px; }
	.f-menu ul{ display: flow-root; }
	.bottom-footer{ padding-bottom: 10px; }
	.other-banner { min-height: 300px; }
	.breadcrumbs-section .h1, .breadcrumbs-section h1 { font-size: 19px; }
	.navbar-nav li { height: 50px; }
	.footer-call-now a { font-size: 22px; }
	.swiper-button-next, .swiper-button-prev{ margin-top: -44px !important; width: 51px !important; }
	.header-title h2{ font-size: 34px;  margin-top: 0px;  padding-left: 15px;  margin-bottom: 0px;  }
	.header-banner-home .elementor-button{ margin-left: 15px; }
}
@media only screen and ( max-width: 425px ) {
	.footer-top ul li{ margin-right: 0px; }
	.footer-top ul li a { font-size: 13px; }
	.footer-top ul{ column-gap: 10px;}
	.user_file_label img{     max-width: 140px !important; }
}
@media (max-width: 1366px){
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1024px !important; }
}
@media (max-width: 1024px){
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 951px !important; }
}
@media (max-width: 880px){
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 700px !important; }
}