@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');


@import url("https://p.typekit.net/p.css?s=1&k=zvn4lut&ht=tk&f=1883.1884.1885.1886.12101.12102.12103&a=8790641&app=typekit&e=css");

@font-face {
	font-family:"neuzeit-grotesk";
	src:url("https://use.typekit.net/af/3213e5/000000000000000077359e94/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/3213e5/000000000000000077359e94/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/3213e5/000000000000000077359e94/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
	font-family:"neuzeit-grotesk";
	src:url("https://use.typekit.net/af/341355/000000000000000077359e98/30/l?subset_id=2&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/341355/000000000000000077359e98/30/d?subset_id=2&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/341355/000000000000000077359e98/30/a?subset_id=2&fvd=n4&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
	font-family:"neuzeit-grotesk";
	src:url("https://use.typekit.net/af/4a8a65/000000000000000077359e9c/30/l?subset_id=2&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/4a8a65/000000000000000077359e9c/30/d?subset_id=2&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/4a8a65/000000000000000077359e9c/30/a?subset_id=2&fvd=n7&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

.tk-lemonde-journal { font-family: "lemonde-journal",serif; }
.tk-neuzeit-grotesk { font-family: "neuzeit-grotesk",sans-serif; }

/*** GENERIC CSS ***/
html,body {
	font-family: "Sen", sans-serif;
}

body {
	font-size: 16px;
	color:#0d1321;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#0d1321;
	font-weight: 400;
	line-height: 1.1;
	font-family: "Sen", sans-serif;
}

h1 {
	font-size:54px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size:35px;
}

h4 {
	font-size:27px;
}

h5 {
	font-size:24px;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 1.7;
	font-family: "neuzeit-grotesk",sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.visible-xs {
	display: none;
}

.btn-default {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	background: #000;
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	transition: all .3s ease-in;
	text-align: center;
	vertical-align: middle;
	padding: 15px 30px;
	border: none;
}

.btn-default:hover {
	color: #fff;
	background: #e11b22;
}

.btn-default.red {
	color: #fff;
	background: #e11b22;
}

.btn-default.red:hover {
	color: #000;
	background: #fff;
}

.btn-black {
}

.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#134db8;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

ul.list li {
	margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 2px solid #134db8;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.img-rounded {
	border-radius: 15px;
}

.hover-animate {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hover-animate:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.section-title h6 {
	color: #aa231a;
	font-size: 16px;
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 5px;
	font-weight: 400;
	line-height: 24px;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	font-size: 45px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .02em;
}

.section-title.white h2, .section-title.white h6 {
	color: #fff;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
}

ul.bulleted {
	margin: 15px 0px 30px 15px;
	padding: 0px;
}

ul.bulleted li {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
	font-family: "neuzeit-grotesk", sans-serif;
}

/*** topbar ***/
.topbar {
	background: #000;
	padding: 30px 50px;
}

.topbar .remax img {
	max-height: 80px;
}

.topbar .logo img {
	max-height: 120px;
}

.topbar p {
	color: #ffffff;
	letter-spacing: .04em;
	font-size: 14px;
	margin: 7px 0px;
}

.topbar p a {
	margin-right: 10px;
	display: inline-block;
}

.topbar p a:hover {
	color: #e11b22;
}

.topbar p a i {
	margin-right: 2px;
}

.topbar .rt p a {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 22px;
}

.topbar p.social a {
	font-size: 15px;
}

.topbar p.social a i.fa-mobile {
	font-size: 22px;
	position: relative;
	top: 3px;
}

/*** HEADER ***/
.header {
	width: 100%;
	z-index: 99;
	padding: 0px 0px;
	background: #000;
	border-top: 1px solid #e11b22;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1001;
	padding: 20px 0px;
}

.navbar-nav .nav-link {
	color: #19130b;
	line-height: 17px;
	padding-bottom: 5px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	padding:0px 0px !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 65px;
	text-transform: uppercase;
}

.navbar-brand {
	padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 65px;
	font-weight: 400;
}

.navbar-light .navbar-nav .nav-link i {
	vertical-align: middle;
	margin-right: 10px;
	background: #000;
	border: 1px solid #000;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #19130b;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
	color: #88939e;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color: #e11b22 !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover>.nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active>.nav-link {
	color: #e11b22 !important;
}

.navbar-light .navbar-nav .nav-item.active>a,
.fixed .navbar-light .navbar-nav .nav-item.active>a,
.header.innerheader .menu-btn span {
	color:#e11b22!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
	background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
	margin: 0px 12px;
	display: inline-block;
	vertical-align: top;
}

.navbar-brand img {
	max-height: 100px;
	margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

ul.sub-menu {
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	text-align: left;
	background: none;
	margin-top: 0px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: calc(50% - 100px);
	min-width: 250px;
	padding-top: 2px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
	position: relative;
}

.navbar-nav ul.sub-menu li a.nav-link {
	transition: all .3s;
	display: inline-block;
	clear: both;
	margin: 0px;
	width:100%;
	position:relative;
	line-height: 25px;
	padding: 10px 10px !important;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	background: #000;
	color: #fff!important;
	border: none;
	text-transform: uppercase;
	white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
	color:#fff!important;
	background: #e11b22;
}

.fixed .menu-btn:hover {
	color: #fff !important;
}

.menu-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: .15em;
}

.menu-btn:hover {
	color: #e11b22 !important;
}

.menu-btn:hover div span {
	margin: 5px 0px;
}

.menu-btn div {
	position: relative;
	display: inline-block;
	width: 26px;
	margin-left: 12px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.menu-btn div span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s transform ease;
	margin: 7px 0px;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
	padding: 55px 15px;
	width: 100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	width:100%;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 16px 30px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #171819;
	font-size: 16px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 100;
	text-align: center;
}

.side-menu ul.main-menu li a:hover {
	background:none;
	color:#000;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
	overflow:hidden;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
}
.side-menu ul.main-menu.navbar-nav li.active>a {
	color: #e11b22;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu li.active>a {
	background: #e11b22;
	color: #fff;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
	border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
	color: #000;
	font-weight: 600;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
	padding: 10px 0px;
	font-size: 14px;
	background: #ebebeb;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 51%;
	transform: translate(0px, -50%);
	right: 6px;
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
	content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:none;
	color:#000;
	border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #ccc;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
	background: #000 !important;
	color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
	padding: 0;
}

/*** banner ***/
.banner {
	padding: 0px;
	position: relative;
	overflow: hidden;
	background: url(../img/bg-banner.webp) 50% 50% no-repeat;
	background-size: cover;
	z-index: 2;
}

.banner .item {
	position: relative;
	padding: 250px 0px;
}

.banner .container {
	position: relative;
	z-index: 3;
}

.banner .item::after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .34);
	z-index: 1;
}

.h-100vh {
	height: 100vh;
}

.banner h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	letter-spacing: .02em;
	margin-bottom: 20px;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1170px;
	}
}

.banner .logo-remax {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 50px;
	z-index: 3;
}

.banner .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
}

.banner .owl-nav {
	margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 35%;
	left: 30px;
	color: #fff;
	background: none !important;
}

.owl-theme .owl-nav [class*=owl-] span {
	font-size: 70px;
	color: #fff;
}

.owl-theme .owl-nav [class*=owl-].owl-next {
	top: 35%;
	left: auto;
	right: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #e11b22;
	border-color: #e11b22;
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
}


/*** ctas ***/
.ctas {
	padding: 40px 0px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.cta-box {
	overflow: hidden;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0px;
}

.cta-box:hover .img {
	transform: scale(1.09);
}

.cta-box .img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 300px;
	pointer-events: initial;
	cursor: pointer;
	filter: brightness(.6);
	transition: all .3s;
}

.cta-box:before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	pointer-events: none;
	opacity: .5;
}

.cta-box h3 {
	color: #fff;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 24px;
	z-index: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .2) !important;
}


/*** about ***/
.about {
	padding: 100px 0px;
	background: url(../img/bg-banner.webp) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.about::after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background: rgba(255,255,255, .85);
	z-index: 1;
}

.about .container {
	position: relative;
	z-index: 2;
}

.imgstyle {
	position: relative;
	z-index: 1;
}

.imgstyle img {
	position: relative;
	z-index: 2;
	object-fit: cover;
}

.imgstyle::after {
	content: "";
	width: 40%;
	height: 70%;
	left: 0px;
	top: 15%;
	position: absolute;
	background: #000;
	z-index: 1;
}

.imgstyle.h-auto img {
	height: auto;
}

.about .btn-default {
	margin-top: 20px;
}

/*** find-home ***/
.find-home {
	background: #000;
	position: relative;
	z-index: 2;
	padding: 80px 0px 60px 0px;
}

.find-home:before {
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	top: -10px;
	background: #000;
	opacity: .75;
}

.find-home:after {
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: -10px;
	background: #000;
	opacity: .75;
}

/* .find-home .select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single {
	height: 40px;
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
}

.select2-container--default .select2-search--inline .select2-search__field {
	color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
} */

/*** properties ***/
.properties {
	padding: 70px 0px;
}

.property-box {
	position: relative;
	margin-bottom: 30px;
	transition: all .3s ease;
	height: calc(100% - 30px);
}

.property-box:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	background-color: #fff;
	transform: scale(1.02);
}

.property-box .img {
	height: 175px;
	width: 100%;
	overflow: hidden;
}

.property-box .img img {
	height: 175px;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

.property-box .text {
	padding: 10px;
}

.property-box .text h3 {
	font-size: 1.1em;
	color: #000;
	margin-top: 10px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.property-box .text .price {
	font-size: 1.1em;
	color: #000;
	margin-top: 10px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

.property-box p {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 14px;
}

/*** testimonials ***/
.testimonials {
	background: url(../img/bg-testi.webp) 50% 50% no-repeat;
	background-size: cover;
	padding: 80px 0px;
}

.testimonials p {
	color: #fff;
	line-height: 1.7em;
	font-size: 22px;
	margin: 0;
	font-weight: 300;
}

.testimonials h6 {
	color: #fff;
	line-height: 1.7em;
	font-size: 20px;
	margin-top: 10px;
	font-style: italic;
	font-weight: 300;
}

/*** blog ***/
.blog {
	padding: 80px 0px;
}

.blog-box {
	margin-bottom: 30px;
}

.blog-box h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7em;
	color: #000;
}

.blog-box .date {
	font-size: 16px;
	color: #888;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: inline-block;
}

.blog-box .img img {
	width: 100%;
	margin-bottom: 20px;
}

.link {
	color: #e11b22;
	display: inline-block;
	text-transform: uppercase;
}

.link:hover {
	color: #000;
}

.blogpage .blog-box {
	margin-bottom: 80px;
}

/*** footer ***/
.footer {
	padding: 50px 0px;
	background: #f3f3f3;
}

.footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer h4 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-info {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact-info svg {
	color: #e11b22;
	margin-right: 5px;
}

.contact-info a:hover {
	color: #e11b22;
}

.sociallinks a {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 22px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sociallinks a:hover {
	background: #e11b22;
	color: #fff;
}

.footer .remax img {
	max-height: 80px;
}


/*** COPYRIGHT ***/
.copyright {
	background: #000;
	padding: 15px 0px;
}

.copyright p {
	color: #fff;
}

.copyright img {
	max-width: 150px;
}

/*** PAGE BANNER ***/
.page-banner {
	height: 40vh;
}

.page-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/*** ABOUT PAGE ***/
.team {
	background: #000;
	padding: 70px 0px;
}

.team h5, .team h2 {
	color: #fff;
}

.team .team-box {
	/* aspect-ratio: 1 / 1.35; */
	margin-bottom: 30px;
}

.team .team-box img {
	height: 100%;
	width: 100%;
	object-fit:cover;
	margin-bottom: 20px;
}

.team .team-box h3 {
	text-transform: uppercase;
	font-size: 24px;
}

.team .team-box h3, .team .team-box a, .team .team-box p {
	color: #fff;
}

.team .team-box a {
	margin-right: 15px;
}

.team .team-box a:hover {
	color: #e11b22;
}

/*** contactpage-title ***/
.contactpage-title {
	padding: 70px 0px;
}

/*** contactpage-info ***/
.contactpage-info {
	padding: 100px 0px;
	background: url(../img/bg-contactpage.webp) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.contactpage-info::after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background-color: #000;
	opacity: .75;
}

.contactpage-info .container {
	position: relative;
	z-index: 2;
}

.contactpage-info h3 {
	font-size: 18px;
	color: #e11b22;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 600;
	margin-bottom: 20px;
}

.contactpage-info h4 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
	margin-bottom: 10px;
}

.contactpage-info .contact-info {
	color: #fff;
}

.contactpage-info .bg {
	overflow: hidden;
}

.contactpage-info h5 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
	letter-spacing: 1px;
}

.form-control {
	background: none;
	border: 0px;
	border-radius: 0px;
	padding: 10px 16px;
	margin-bottom: 18px;
	height: 50px;
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8c691;
	background: #fff;
}

.form-control::placeholder {
	color: #555;
}

.form-control:focus {
	color: #000;
	outline: 0;
	box-shadow: none;
	background: #fff;
	border-color: #bea670;
}

textarea {
	height: 100px;
	resize: none;
}

textarea.form-control {
	height: 118px;
	resize: none;
}

.contactpage-info .consent-ctn {
	color: #fff;
}

.contactpage-info .consent-ctn a {
	text-decoration: underline;
}

/*** map ***/
.map iframe {
	float: left ;
}

/*** testiinfo ***/
.testiinfo {
	padding: 50px 0px;
}

.testibox {
	display: inline-block;
	width: 100%;
	border-left: 15px solid #e11b22;
	padding: 40px 20px;
	margin: 40px 0px;
	font-size: 17.5px;
	padding-left: 30px;
}

.testibox h6 {
	font-weight: bold;
	font-size: 16px;
}

.testibox .icon {
	color: #e11b22;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	margin-right: 10px;
}

.testibox .icon:before {

}


/*** Calculator info ***/
.calc-info {
	padding: 70px 0px;
	overflow: hidden;
}

mw-calc-panel-body, mw-calc-section {
	background:#f0f7ff !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 35px 10px !important;
}

mw-calc-label {
	color: #000 !important;
	font-weight: 300 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
	background: #e11b22 !important;
}

#calculate_lt:hover {
	color: #fff !important;
	background: #e11b22 !important;
}

.mw-calc-table > tbody > tr.active > td {
	background: #e11b22 !important;
}

.mw-calc-table > tbody > tr.active {
	border-color: #e11b22 !important;
}

mw-calc-panel-body, mw-calc-section {
	background: #1e2225 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 35px 10px !important;
}

mw-calc-section .mw-calc-search-label {
	color: #fff !important;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
	padding: 75px 0px;
	position: relative;
}

.evaluation-box .bg-form {
	padding:75px 50px;
	background: #1e2225;
	background: #383c3e;
}

.evaluation-box h2 {
	color: #fff;
}

.evaluation-box label {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
}

.evaluation-box .btn-default.bordered {
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 25px 0px;
	font-weight: 400;
	background: none;
}

.evaluation-box .btn-default.bordered span {
	font-size: 13px;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
	background: #e11b22;
	border-color: #e11b22;
	color: #fff;
}

.evaluation-box .btn-default.active {
	background: #e11b22;
	border-color: #e11b22;
	color: #fff;
}

.evaluation-box .btn-default.bordered:before, .evaluation-box .btn-default.bordered:after {
	display: none;
}


.evaluation-box fieldset.active {
	display: block;
}

.evaluation-box .navigate-btns {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.evaluation-box p {
	color: #fff;
}

fieldset#StepOne .navigate-btns {
	justify-content: end;
}

.evaluation-box .checkbox-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
	flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
	margin-bottom: 25px; /* Adds spacing between rows */
}

.evaluation-box input[type="checkbox"] {    
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
}

.evaluation-box button[type="submit"] {
	margin: 0;
}

.evaluation-box .form-control {
	background-color: #fff;
}


/*** Buysell page css ***/
.buysellform {
	padding:100px 0px;
	overflow: hidden;
	background: #1e2225;
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/bg-buysellform.webp) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}

.buysellform h4 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-align:left;
}

.buysellform .bgs {
	border-radius: 20px;
	background: #f2f2f2;
	box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
	padding: 80px 50px;
}

.buysellform .form-control {
	appearance: auto;
	color: #000;
	background: #fff;
	border: none;
}

.buysellform .select2-container--default .select2-selection--multiple {
    height: auto;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
	border: none;
	border-radius: 0px;
    border-bottom: 1px solid #d8c691;
    background: #fff;
    padding: 10px 16px;
    margin-bottom: 18px;
}

.buysellform .select2-container--default .select2-selection--multiple input::placeholder {
	font-size: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
    color: #000;
}

.buysellform .consent-ctn {
	color: #fff;
}

.buysellform .consent-ctn a {
	text-decoration: underline;
}

.info-small {
	overflow: hidden;
	padding: 80px 0px;
}

.about p a {
	color: #aa231a;
}

.about p a:hover {
	color: #000;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}
body.blog{
	padding:0 !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #e11b22;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #000;
}

.wpcf7 form .wpcf7-response-output{
	color:#fff;
}

.blog-box .img img {
	height: 205px;
	object-fit: cover;
}
.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:before {
	content: '';
	content: "";
	font-family: IcoFont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	line-height: 1;
	font-size: 16px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link {
	padding-right: 17px !important;
}

.navbar-nav li.current-menu-parent>a,
.navbar-nav li.current_page_item>a {
	color: #e11b22 !important;
}

.navbar-nav li.menu-item-has-children:hover>ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.navbar-nav li.menu-item-has-children ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	width: 100%;
	position: relative;
	line-height: 25px;
	padding: 10px 10px !important;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #000 !important;
	color: #fff !important;
	border: none;
	text-transform: uppercase;
	white-space: break-spaces;
}

.navbar-nav li.menu-item-has-children:hover ul.sub-menu li:hover>a.nav-link,
.navbar-nav li.menu-item-has-children ul.sub-menu li.current_page_item>a.nav-link {
	color: #fff !important;
	background: #e11b22 !important;
	font-weight: 400 !important;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	background: #000;
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	line-height: 53px !important;
	transition: all .3s ease-in;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px !important;
	padding: 0px 30px  !important;
	border: none;
}

.cf7mls-btns .cf7mls_next.action-button:hover, .cf7mls-btns .cf7mls_back.action-button:hover {
	color: #fff !important;
	background: #e11b22 !important;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0px;
}

.evaluation-box .checkbox-group label {
	margin-bottom: 0px;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	margin-bottom: 25px;
	font-size: 18px;
	width: 50%;
}

.evaluation-box .navigate-btns.text-end {
	justify-content: end;
}

.header {
	z-index: 99;
	position: relative;
}

.navbar-nav li.current-menu-parent>a, .navbar-nav li.current_page_item>a {
	color: #e11b22 !important;
}

body.single.single-team-members .about .imgstyle::after {
	width: 80%;
	height: 95%;
	left: 25px;
	top: -8%;
}

body.single.single-team-members .about a svg {
	margin-right: 10px;
}
.team .team-box .details a {
    padding-top: 7px;
}
.team .team-box .details a {
    width: auto;
}
.team .team-box a {
    margin-right: 15px;
    display: inline-block;
    width: 100%;
}