@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syncopate:wght@400;700&display=swap');


@font-face {
	font-family: 'fonnts_comBig_Caslon_CC_Black';
	src: url('../fonts/fonnts_comBig_Caslon_CC_Black.eot');
	src: url('../fonts/fonnts_comBig_Caslon_CC_Black.eot') format('embedded-opentype'),
		url('../fonts/fonnts_comBig_Caslon_CC_Black.woff2') format('woff2'),
		url('../fonts/fonnts_comBig_Caslon_CC_Black.woff') format('woff'),
		url('../fonts/fonnts_comBig_Caslon_CC_Black.ttf') format('truetype'),
		url('../fonts/fonnts_comBig_Caslon_CC_Black.svg#fonnts_comBig_Caslon_CC_Black') format('svg');
}

/*** GENERIC CSS ***/
html,body {
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}


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

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family: 'fonnts_comBig_Caslon_CC_Black';
	font-weight: 400;
}

h1 {
	font-size:54px;
	line-height: 1.5;
}

h2 {
	font-size: 48px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

p {
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: none;
}

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

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

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

.section-title h6 {
	color: #222a51;
	font-size: 15px;
	font-weight: 600;
	font-family: 'fonnts_comBig_Caslon_CC_Black';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.section-title h6 span {
	position: relative;
}

.section-title h2 {
	color: #000;
	font-size: 42px;
	font-weight: 100;
	line-height: 1.1;
	letter-spacing: 1px;
}

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

.btn-default {
	position: relative;
	display: inline-block;
	border: 0px;
	font-size: 15px;
	line-height: 65px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px 35px;
	color:#fff;
	background: #222a51;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	text-align: center;
	border: 2px solid #222a51;
}

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

.btn-default.white-border {
	color:#fff;
	background: none;
	border-color: #fff;
}

.btn-default.white-border:hover {
	color:#fff;
	background: #222a51;
	border-color: #222a51;
}

.btn-default.white {
	color:#000;
	background: #fff;
	border-color: #fff;
}

.btn-default.white:hover {
	color:#fff;
	background: none;
	border-color: #fff;
}

.btn-default.white:before {
	background: rgba(20, 20, 20, 0.98);
	background: rgba(255,255,255,0.98);
}

/*** SOCIAL FIX ***/
.social-fix {
	position: fixed;
	right: 25px;
	top: 50%;
	z-index: 15;
	transform: translate(0, -50%);

	mix-blend-mode: difference;
}

.social-fix ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.social-fix ul li {
	margin: 5px 0;
}

.social-fix  ul li .aios-ai-phone {
	font-size: 14px;
}

.social-fix  ul li a {
	font-size: 20px;
	display: flex;
	width: 36px;
	height: 36px;
	/* background: #ffffff; */
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
	color: #fff;
	border: 1px solid #fff;
}

.social-fix  ul li a:hover {
	background-color: #fff;
	color: #000;
}

/* .social-fix a { color: #000; border-color:#000; }
.social-fix.light-icons ul li a { color: #fff; border-color:#fff; } */

.social-fix  ul li .ai-font-envelope-f {
	font-size: 12px;
}

.social-fix.black ul li a {
	color:#000;
}

/*** SIDEMENU ***/
.menu-btn {
	width: 42px;
	height: 42px;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	/* border: 2px solid #000; */
	background: #222a51;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	border-radius: 50%;
	margin-left: 20px;
}

.menu-btn em {
	font-size: 13px;
	text-align: justify;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .15em;
}

.menu-btn span {
	display: block;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff !important;
	height: 1px;
	margin: 6px 0px;
	border-radius: 0px;
	transition: all .3s;
	margin-left: auto;
}

.menu-btn div {
	position: relative;
	top: 0px;
	vertical-align: middle;
	width: 100%;
}

.menu-btn div span:nth-child(2) {
	width: 50%;
}

.menu-btn div span:nth-child(3) {
	width: 50%;
}

.side-menu {
	background: #fff;
	position:fixed;
	top:0px;
	right: -150%;
	width: 65%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height:100%;
	z-index:9999999;
	padding: 0px 0px;
	overflow:hidden;
	overflow-y:auto;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.side-menu .logos {
	display: flex;
	align-items: center;
	padding: 40px 40px;
	margin-bottom: 20px;
}

.side-menu .logos a {
	margin-right: 20px;
}

.side-menu .logos img {
	max-height: 90px;
}

.side-menu .logos img.logo2 {
	max-height: inherit;
	max-height: 50px;
}

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

.side-menu ul.main-menu {
	padding-left:0px;
	margin-bottom:20px;
	padding: 0px 0px;
}

.side-menu ul.main-menu.navbar-nav {
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
	margin: 0;
	margin-bottom: 10px;
}

.side-menu ul.main-menu.navbar-nav>li {
	width:100%;
}

.side-menu ul.main-menu>li>a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 28px;
	padding: 7px 50px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
	/* border-bottom: 1px solid transparent; */
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background: none;
	color: #222a51;
	border-color: #222a51;
}

.side-menu a.CloseBtn {
	float: right;
	color: #000;
	/* background: #000; */
	font-size: 22px;
	margin: 0;
	position: relative;
	z-index: 99;
	cursor: pointer;
	position: absolute;
	top: 55px;
	right: 11px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 0px 0px 0px 5px;
	font-weight: 300;
}

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

.side-menu 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);
}

.side-menu 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 .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:hover>a,
.side-menu .menu-item-has-children.active>a {
	color: #222a51 !important;
	border-color: #222a51;
}

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

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

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

.side-menu ul.navbar-nav>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: #f5f5f5;
	border: none;
	border-radius: 0;
	padding: 20px 55px !important;
	top: 0 !important;
	pointer-events: all;
	display: none;
}

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

.side-menu ul.navbar-nav>li>ul.sub-menu>li {
	margin: 10px 0px;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 3px 0px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.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,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
	color: #000 !important;
	border-color: #000 !important;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: #000;
}

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

.side-menu .contact-down-info {
	display: inline-block;
	width: 100%;
	padding: 0px 50px 30px 50px;
	margin-top: auto;
}

.side-menu h4 {
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

.side-menu .contact-list {
	color: #000;
}

.side-menu .contact-list a i {
	background: #222a51;
	color: #fff;
}

.side-menu .contact-list a {
	color: #000;
}

section {
	overflow: hidden;
}

/*** HEADER ***/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 12px 0px;
	overflow: visible;
}

header.fixed {
	position: fixed;
	background: #222a51 !important;
	padding: 14px 0px;
}

header.fixed .navbar-brand img {
	filter: brightness(0) invert(1);
}

.navbar {
	padding:0px 0px;
}

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

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

.navbar-brand img {
	max-height: 70px;
}

.navbar-light .navbar-nav>.nav-item {
	margin: 0px 15px;
	margin: 0px 11px;
	display:inline-block;
	vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
	color: #fff;
	text-transform: uppercase;
	padding:10px 0px !important;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: .17em;
	position: relative;
	font-weight: 500;
}

.navbar-light .navbar-nav.right {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 40px;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link {
	padding: 5px 0px !important;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link:before {
	display: none !important;
}

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

.navbar-light .navbar-nav>.nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.active>.nav-link::before {
	width: 100%;
}

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 100%;
	border-bottom: 1px solid #fff;
	transition: all .3s;
}

.navbar-light .navbar-nav>.nav-item.logo>a::before {
	display: none;
}

.navbar-light .navbar-nav>.nav-item.logo img {
	max-height: 100px;
}

.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 {
	min-width:255px;
	width: 100%;
	padding:0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	text-align: left;
	margin: auto;
	background: none;
	margin-top: 0px;
	display: block;
	padding-top: 15px;

	list-style: none;
	margin: 0;
	background: 0 0;
	padding: 0;
	position: absolute;
	left: calc(50% - 100px);
	min-width: 250px;
	padding-top: 15px;
	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>.nav-item>ul.sub-menu li {
	width:100%;
	position: relative;
	margin-bottom: 1px;
}

.navbar-light .navbar-nav>.nav-item>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: rgba(255, 255, 255, 1);
	background: #0000008a;
	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: #222a51;
}

header.home-header .navbar-brand {
	opacity: 0;
	pointer-events: none;
}

header.home-header.fixed .navbar-brand {
	opacity: 1;
	pointer-events: auto;
}

header.home-header .navbar-nav .logo {
	opacity: 0;
	pointer-events: none;
}

header.home-header.fixed .navbar-nav .logo {
	opacity: 1;
	pointer-events: auto;
}

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link {
	color:#fff !important;
}

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


header.fixed .navbar-light .navbar-nav>.nav-item:hover>.nav-link::before,
header.fixed .navbar-light .navbar-nav>.nav-item.active>.nav-link::before {
	border-color: #fff;
}

header .call {
	color: #fff;
	text-transform: uppercase;
	padding:10px 0px !important;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: .17em;
	position: relative;
	font-weight: 400;
}

header .call:hover {
	color:#222a51!important;
	color:#fff!important;
}

header.fixed .call {
	/* color:#000!important; */
}

header.fixed .call:hover {
	color:#222a51!important;
	color:#fff!important;
}

header.fixed .menu-btn {
	background: #fff;
}

header.fixed .menu-btn span {
	background: #222a51 !important;
}

/*** BANNER ***/
.banner {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 0px 0px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.banner h1 {
	color: #fff;
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner h6 {
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}

.banner .logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	filter: invert(1) brightness(5) drop-shadow(5px 5px 5px #222);
	-webkit-filter: invert(1) brightness(5) drop-shadow(5px 5px 5px #222);
}

.banner .logo img {
	max-height: 250px;
}

.banner .remax {
	max-height: 100px;
}

.banner .agency-logo img {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	max-height: 45px;
}

.banner .btn-default {
	min-width: 200px;
	margin: 10px 10px;
}

.banner::before {
	content: '';
	width: 100%;
	position: absolute;
	min-height: 400px;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

/*.banner:after {
content: '';
width: 100%;
position: absolute;
min-height: 100%;
background: #000;
opacity: .5;
top: 0;
left: 0;
z-index: 2;
pointer-events: none;
}*/

.banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/*** ABOUT ***/
.about {
	padding: 80px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

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

.about .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.about .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 7%;
	filter: grayscale(1);
}

.about h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

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

.about p {
	margin-bottom: 30px;
}

.img-style {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.img-style img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-style {
	display: inline-block;
	width: 100%;
}


.about .contact-list {
	color: #000;
}

.about .contact-list a i {
	background: #222a51;
	color: #fff;
}

.about .contact-list a {
	color: #000;
}

.about h6 {
	margin-top: 40px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/*** TEAM ***/
.team {
	padding: 80px 0px;
	overflow: hidden;
	background: #f5f5f5;
	background: #222a51;
}

.team p {
	margin-bottom: 30px;
	color: #fff;
}

.teambox {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
}

.teambox>img {
	height: 100%;
	width: 100%;
	/* aspect-ratio: 1 / 1.4;
	object-fit: cover;
	object-fit: cover;
	object-position: top; */
	object-fit: cover;
}

.teambox::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, #000c 7.58%, #0000 23.14%);
	z-index: 1;
	transition: all .3s;
}

.teambox::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0009;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}

.teambox:hover::after {
	opacity: 1;
}

.teambox .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding-bottom: 20px;
}

.teambox h3 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.team .owl-carousel .owl-stage-outer {
	position: relative;
	width: 100vw;
}

.team .custom-nav {
	margin-top: 35px;
}

.team .custom-nav {
	margin-top: 35px;
}
.team .custom-nav button {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 25px;
	margin-left: 12px;
}

.team .custom-nav button:hover {
	background: #222a51 !important;
}

/*** PROPERTIES ***/
.properties {
	padding: 80px 10px;
	position: relative;
	background: #222a51;
}

.properties .row {
	position: relative;
	z-index: 2;
}

.properties .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.properties .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 7%;
	filter: grayscale(1);
}


.property-box {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.property-box .img {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s;
}

.property-box:hover .img img {
	transform: scale(1.1);
}

.property-box .img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: all .3s;
	aspect-ratio: 1 / .5;
}



.property-box p {
	color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .02em;
	font-family: "Syncopate", sans-serif;
}
.property-box h3 {
	font-size: 22px;
	line-height: 1;
	color: #000;
	color: #fff;
	letter-spacing:1.5px
}
.property-box p{
	font-family: Montserrat, sans-serif;
}
.properties .btn-default {
	margin-top: 30px;
}

/*** WORK WITH ME ***/
.work-with-me {
	/* background: #f5f5f5;
	background: #000; */
	padding: 80px 0px;
}

.work-with-me .bgs {
	background: #fff;
	padding: 12px 12px 25px 12px;
	border-radius:0px;
	margin-bottom: 20px;
}

.work-with-me .bgs .img {
	border-radius: 0px;
	margin: 0;
	overflow: hidden;
}

.work-with-me .bgs .img img {
	margin: 0;
	max-height: 200px;
	min-height: 200px;
	object-fit: cover;
	width: 100%;
}

.work-with-me .bgs .smimg {
	display: inline-block;
	border-radius: 50%;
	position: relative;
	width: 80px;
	height: 80px;
	top: -15px;
	background-color: #f5f5eb;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: -20px;
	display: none;
}

.work-with-me .smimg:before {
	content: '';
	border: 2px solid #000;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	border-radius: 50%;
	z-index: 3;
}

.work-with-me .smimg img {
	position: relative;
	z-index: 2;
}

.work-with-me h3 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 20px;
}

/*** CTAS NEW ***/
.ctas {
	padding: 60px 10px;
	background: #f5f5f5 ;
}

.ctabox {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / .65;
	margin: 15px 0px;
}

.ctabox:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 1;
	opacity: 0.6;
	background-color: #000;
}

.ctabox:hover:before {
	background-color: #222a51;
	opacity: .9;
}

.ctabox img {
	display: inline-block;
	object-fit: cover;
	transition: all .3s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.ctabox h3 {
	transition: all .3s;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 2;
	line-height: 1.3;
}

.ctabox h3 span {
	font-size: 15px;
	letter-spacing: 1px;
}

.ctabox:hover h3 {
	color: #fff;
}

/*** TESTIMONIALS ***/
.testimonials {
	padding: 100px 0px;
	background: #f5f5f5;
	background: url(../img/property-2.jpeg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.testimonials::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	pointer-events: none;
}

.testimonials .row {
	position: relative;
	z-index: 2;
}

.testimonials .section-title {
	margin-bottom: 40px;
}

.testimonials .item {
	padding: 0px 50px;
}

.testimonials .item p {
	color: #fff;
	font-weight: 300;
}

.testimonials .item h6 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 40px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 5px;
	background: none;
	border: 1px solid #fff;
	transition: all .3s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	width: 35px;
	height: 9px;
}

.testimonials .owl-theme .owl-nav {
	margin: 0;
	margin-top: 20px;
}

.testimonials .owl-theme .owl-dots {
	margin-top: 20px;
}

.testimonials .owl-theme .owl-nav button {
	background: none !important;
	color: #fff !important;
	font-size: 50px;
	font-weight: 400;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -90px;
}

.testimonials .owl-theme .owl-nav button.owl-next {
	left: auto;
	right: 0px;
}

.testimonials .btn-default {
	margin-top: 40px;
}

/*** SOLD MAP ***/
.sold-map {
	padding: 80px 0px 0px 0px;
}


/*** BLOGS ***/
.blogs {
	padding: 100px 0px;
}

.blogbox {
	display: inline-block;
	width: 100%;
	/* border: 1px solid #ccc; */
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	text-align: center;
}

.blogbox .img {
	display: inline-block;
	width: 100%;
}

.blogbox .img img {
	display: inline-block;
	width: 100%;
	aspect-ratio: 1 / .6;
	object-fit: cover;
}

.blogbox h3 {
	font-size: 20px;
	font-weight: 500;
}

.blogbox .text {
	display: inline-block;
	width: 100%;
	padding: 25px 20px;
}

.blogbox .text .link {
	display: inline-block;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 400;
}

.blogbox .text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 72px;
	margin-bottom: 15px;
}



/*** SOCIAL MEDIA ***/
.social-media {
	padding: 100px 0px;
	position: relative;
}

.social-media .row {
	position: relative;
	z-index: 2;
}

.social-media .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.social-media .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 7%;
	opacity: 20%;
	filter: grayscale(1);
}

.socialbox {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
}

.socialbox>img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
	aspect-ratio: 1 / .8;
}

.socialbox:hover>img {
	opacity: .5;
}

/*** CONTACT FORM ***/
.contact-form {
	padding: 120px 0px;
	background: #112132;
	background: url(../img/bg-contact.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}

.contact-form .section-title h2 {
	text-align: center;
}

.contact-form::before {
	content: '';
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.contact-form .row {
	position: relative;
	z-index: 2;
}

.contact-form p {
	color:#ddd;
}

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

.contact-form .form-control {
	background: none;
	border-radius: 0px;
	padding: 10px 10px;
	margin-bottom: 10px;
	height: 50px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.contact-form .form-control::placeholder {
	color: #fff;
}

.contact-form .form-check {
	padding-left: 40px;
	color: #fff;
	padding-top: 14px;
}

.contact-form .form-check .form-check-input {
	margin-left: -40px;
	background-color: transparent;
	border-radius: 0px;
	width: 24px;
	height: 24px;
	margin-top: -1px;
}

.contact-form .form-check .form-check-input:checked {
	background-color: #222a51;
	border-color: #222a51;
}

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

.contact-form textarea.form-control {
	height: 120px;
	resize: none;
	padding: 15px 20px;
	border: 1px solid #fff;
	margin-top: 40px;
}

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

/*** FOTOER ***/
.footer {
	background: url(../img/bg-footer.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 78px 75px 0px 60px;
	padding-right: 110px;
}

.footer::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: .7;
}

.footer h6 {
	margin-top: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer .row {
	position: relative;
	z-index: 2;
}

.footer .logo img {
	max-height: 90px;
}

.footer .agency-logo {
	margin-top: 15px;
	display: inline-block;
}

.footer .agency-logo img {
	margin-top: 15px;
	width: 180px;
}

.footer h3 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 500;
}

.footer .contact-list {
	margin-top: 15px;
}

.contact-list {
	margin:15px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.contact-list.d-flex {
	gap: 10px;
}

.contact-list li {
	margin: 0px 0px 15px 0px;
	color: #fff;
}

.contact-list li a {
	display: flex;
	gap: 10px;
	color: #fff;
	max-width: max-content;
}

.contact-list li a:hover {
	opacity: .5;
}

.contact-list li i {
	background: #fff;
	min-width: 30px;
	min-height: 30px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	display: block;
}

footer .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding-left: 40px;
	border-left: solid 1px rgba(255, 255, 255, .4);
	margin-bottom: 40px;
}

footer .links ul li {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

footer .links ul li:last-child {
	margin-bottom: 0px;
}

footer .links ul li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

footer .links ul li a:hover {
	color: #fff;
	border-color: #fff;
}

footer .copyrights {
	border-top: solid 1px rgba(255, 255, 255, .4);
	padding: 20px 0px;
	margin-top: 0px;
}

footer .copyrights p {
	color: #fff;
}

footer .copyrights img {
	max-height: 50px;
	margin-left: 5px;
	filter: invert(1);
}


/** PAGE BANNER ***/
.page-banner {
	height: 60vh;
	padding-top: 50px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 3;
}

.page-banner .row {
	position: relative;
	z-index: 2;
}

.page-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 50px;
	margin: 0;
}

.page-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	opacity: 0.60;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .25) 40%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



.team h6 {
	margin-top: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}



/*** CALC INFO ***/
.calc-info {
	padding: 70px 0px;
	overflow: hidden;
	background: #fff;
}

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

mw-calc-table table > tbody > tr:nth-of-type(odd) {
	background-color: #fff !important;
}

mw-calc-section {
	padding:35px 30px !important;
}

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

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

#calculate_lt {
	color: #fff !important;
	background: #222a51 !important;
}

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

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

.mw-calc-table > tbody > tr.active > td {
	background: #222a51 !important;
	border-color: #222a51 !important;
	color: #fff !important;
}





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

.evaluation-box .section-title h2 {
	line-height: 1;
}

.evaluation-box .bg-form {
	padding:75px 50px;
	background: #222a51;
}

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

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

.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;
	display: inline-block;
}

.evaluation-box .btn-default.bordered span {
	font-size: 12px;
	letter-spacing: .5px;
}

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

.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;
}

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

.evaluation-box .checkbox-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}

.evaluation-box .checkbox-group label {
	flex: 0 1 calc(50% - 10px); 
	margin-bottom: 25px; 
}

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

.evaluation-box .form-control {
	margin-bottom: 18px;
	height: 50px;
	border-radius: 0px;
}


/*** BUYSELL FORM ***/
.buysellform {
	overflow: hidden;
	padding: 100px 0px;
	position: relative;
	background: #222a51;
}

.list {
	color: #000;
	padding-left: 15px;
	font-size: 16px;
}

.list li::marker {
	color: #222a51;
}

.list li {
	margin-bottom: 15px;
}

.buysellform h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
}

.buysellform .form-control {
	border-radius: 2px;
	padding: 10px 20px;
	box-shadow: none;
	resize: none;
	outline: none;
	height: 50px;
	font-size: 16px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	background-color: #fff;
	border: none;
	margin-bottom: 18px;
}

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

.buysellform textarea.form-control {
	height: 120px;
}

.buysellform .btn-default {
	min-width: 150px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 25px;
}

.buysellform select.form-control {
	appearance: auto;
}

/*** INFO SMALL ***/
.info-small {
	padding: 70px 0px;
	background: #fff;
	overflow: hidden;
}



input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 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;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output,  {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.otgs-development-site-front-end{
	display:none;
}



/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
	margin-bottom: 5px;
	opacity: 1 !important;
	outline: 0px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: visible;
	width: max-content;
	color: #000 !important;
	border: none;
	font-family: "Montserrat", sans-serif;
	background: #fff;
	outline: 0px;
	padding: 0px 35px !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 55px !important;
	border-radius: 100px;
	transition: all .3s ease-in;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: inherit;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
	background: #fff !important;
	color: #000 !important;
	border-color: #000 !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
	margin-left: auto;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
	flex: 0 1 calc(50% - 10px);
	margin: 0px;
	color: #000;
	margin-bottom: 25px !important;
	font-size: 16px;
	font-weight: 500;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
	margin: 0;
}

.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
	margin-left: auto;
}

input[type="submit"], button[type="submit"] {
	transition: all .3s;
}

.evaluation-box input[type="checkbox"] {
	margin-right: 7px;
}

span.wpcf7-list-item {
	margin: 0px;
	color:#000;
}

/**/
.modal-backdrop {
	z-index: 99999;
}

.modal {
	z-index: 999999;
	padding: 0px !important;
}

.modal.guide .modal-body {
	padding: 70px 30px 70px 30px;
	background: #eeeeee;
}

.modal.guide button.btn-close {
	font-size: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
}

.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
	opacity: 0;
}

.modal.guide .modal-dialog {
	max-width: 600px !important;
}

.modal.guide .modal-body .form-control {
	margin-bottom:15px;
	background:none;
	border:0px;
	border-radius:0px;
	border-bottom:1px solid #000;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link {
	color: #fff !important;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link::before {
	width: 100%;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.current-menu-item>a {
	color: #fff !important;
	background: #000 !important;
}

.side-menu ul.main-menu>li.current-menu-parent>a {
	background: none !important;
	color: #000 !important;
	border-color: #000 !important;
}

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

.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button, .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
	border-radius: 0px !important;
	border: 1px solid #000;
}

.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
	background: #fff !important;
	color: #000 !important;
	border-color: #000 !important;
}

.evaluation-box .form-control {
	margin-bottom: 18px;
	border-radius: 0px;
	border-color: #ccc;
}

.evaluation-box .navigate-btns .btn-default:before {
	z-index: -1;
}

.modal.guide .btn-default {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

.modal.guide .modal-body .form-control {
	height: 50px;
}

.modal.guide .section-title {
	display: inline-block;
	width: 100%;
	text-align: center;
}

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

.side-menu ul.main-menu>li.current-menu-parent>a {
	background: none !important;
	color: #222a51 !important;
	border-color: #222a51 !important;
}

.side-menu ul.main-menu>li.current-menu-parent:hover>a {
	background: none !important;
	color: #222a51 !important;
	border-color: #222a51 !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.current-menu-item>a {
	color: #fff !important;
	background: #222a51 !important;
}

.contact-form .form-check {
	padding-left: 0px;
}

.contact-form .form-check .form-check-input {
	margin-left: 0px;
	background-color: transparent;
	border-radius: 0px;
	width: auto;
	height: auto;
	margin-top: -1px;
	border: none;
	padding-left: 40px;
	position: relative;
}

.contact-form .form-check .form-check-input input[type="checkbox"] {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -1px;
	left: 0;
}

.contact-form .form-check span.wpcf7-list-item {
	color: #fff;
}
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button, .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
	color: #000 !important;
	background: #fff !important;
	border: 2px solid #fff !important;
	font-size: 15px;
	line-height: 65px !important;
	letter-spacing: 2px;
	font-weight: 500;
	padding: 0px 35px !important;
}

.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
	color: #fff !important;
	background: none !important;
	border-color: #fff !important;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
	color: #fff;
}

.modal.guide .btn-default:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.modal.guide .btn-default {
	border: 2px solid #222a51;
	background: #222a51;
	color: #fff;
}

.menu-btn {
	width: 46px;
	height: 36px;
	font-size: 12px;
	font-weight: 500;
	background: #222a51;
	padding: 0px 10px;
	border-radius: 0;
	margin-left: 20px;
}

.menu-btn span {
	background: #fff !important;
	height: 2px;
	margin: 3px 0px;
}

/*** short-info ***/
.short-info {
	padding: 80px 0px;
	position: relative;
	background: #222a51;
}

.short-info .section-title {
	margin-bottom: 0px;
}

.short-info .section-title h6 {
	font-size: 20px;
	font-weight: 400;
}

.properties {
	background: none;
}

.properties .section-title {
	margin-bottom: 40px;
}

.property-box {
	margin-bottom: 60px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.property-box .img {
	margin-bottom: 0px;
	float: left;
}

.property-box .text {
	float: left;
	width: 100%;
	padding: 20px 20px;
	position: relative;
	transition: all .3s;
}

.property-box:hover h3,
.property-box:hover p {
	color: #fff;
}

.property-box:hover .arrow-right {
	color: #fff;
}

.property-box .img img {
	aspect-ratio: 1 / .65;
}

.property-box .link {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 23px 30px;
	position: relative;
	color: #222a51;
	transition: all .3s;
	letter-spacing: 0;
	font-weight: 500;
}

.property-box:hover .text {
	background: #222a51;
}

.property-box .arrow-right {
	position: absolute;
	top: 50%;
	color: #222a51;
	margin-top: -20px;
	right: 27px;
	font-size: 32px;
	transition: all .3s;
}

.property-box h3, .property-box p {
	color: #222a51;
}

.property-box p {
	color: #222a51;
	margin-bottom: 0;
}

.property-box:hover .link {
	background: #222a51;
	color: #fff;
}

.properties .btn-default {
	margin-top: 10px;
}

.page-banner {
	padding-top: 120px;
}


/**/
.btn-default {
	position: relative;
	display: inline-block;
	border: 0px;
	font-size: 15px;
	line-height: 54px;
	letter-spacing: 4px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px 35px;
	color: #fff;
	background: #222a51;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	text-align: center;
	border: 2px solid #222a51;
}

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

/**/
.section-title h6 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.section-title h6 span {
	position: relative;
}

.section-title h2 {
	color: #222a51;
	font-size: 48px;
	font-weight: 100;
	line-height: 1.1;
	letter-spacing: 1px;
}

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

/**/
.header {
	padding: 25px 0px;
	background: #fff;
}

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

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
	border-color: #222a51;
}

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

.navbar-light .navbar-nav>.nav-item {
	margin: 0px 11px;
}

.banner:before {
	width: 100%;
	height: 100%;
	position: absolute;
	min-height: 400px;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.6);
	display:none;
}

.banner h1 {
	color: #fff;
	font-size: 85px;
	line-height: 1.1;
	margin-bottom: 50px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: inherit;
}

.banner h6 {
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}

.menu-btn div span:nth-child(2) {
	width: 74%;
}

.menu-btn div span:nth-child(3) {
	width: 74%;
}
img.author-img{
	margin-top:70px;
}

.footer .agency-logo-footer{
	margin-top:25px;
}


.property-box h3 {
	font-size: 22px;
	letter-spacing:1.5px !important;
}
.property-box p{
	font-family: Montserrat, sans-serif !important;
}
section.about ul li {
	margin-bottom:10px;
}

.team .teambox>img {
    min-height: 475px;
}


header .accordion-item {
    position: relative;
}
 
.header .accordion-button {
    padding: 10px 15px 10px 10px;
    font-size: 14px;
    min-width: 215px;
}
 
.header .accordion-button:after {
    margin-left: 10px;
    width: 17px;
    background-size: contain;
    top: 12px;
    position: absolute;
    right: 6px;
}
 
header .accordion-item:hover .accordion-collapse {
    display: block !important;
}
 
header .accordion-item .accordion-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none !important;
    z-index: 9;
    background: #fff;
}
 
header .accordion-body {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    z-index: 9;
    background: #fff;
    border-radius: 0px 0px 10px 10px !important;
}
 
header .accordion-body .contact-list li i {
    background: #021e63;
    color: #fff;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
}
 
header .accordion-body .contact-list li a {
    font-size: 13px;
    color: #000;
    align-items: center;
}
