@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html,body {
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background: #000;
}

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

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

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

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:#fff;
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
	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: #ffffffb3;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 15px;
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

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

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

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

.section-title h6 {
	color: #d2212f;
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-family: "EB Garamond", serif;
}

.section-title h2 span {
	color: #d2212f;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 0.313vw;
	position: relative;
	display: block;
	font-size: 24px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	text-transform: uppercase;
}

.section-title h2 span::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 60px;
	width: 30px;
	width: max(1.875vw, 20px);
	background-color: #d2212f;
	pointer-events: none;
	right: 0;
	top: 57.5%;
	transform: translateY(-50%);
	z-index: 1;
}

.section-title h2 span::after {
	position: relative;
	content: '';
	display: inline-block;
	bottom: 6px;
	bottom: 0.375vw;
	margin-left: 10px;
	pointer-events: none;
	height: 1px;
	width: 100%;
	background-color: #6b787f;
}

.section-title h2 {
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
	max-width: max-content;
	margin: 0;
}

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

.btn-default {
	position: relative;
	display: inline-block;
	border: 0px;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0px 25px;
	color:#fff;
	background: #d2212f;
	border: 1px solid #d2212f;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	text-align: center;
}

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

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

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

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

/*** SIDEMENU ***/
.menu-btn {
	width: 24px;
	height: 25px;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
	margin-right: 30px;
}

.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: 3px;
	margin: 5px 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) {
}

.side-menu {
	background: #d2212f;
	position:fixed;
	top:0px;
	right: -150%;
	width: 100%;
	-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: 30px 50px;
}

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

.side-menu .logos img {
	max-height: 125px;
	filter: invert(1);
}

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

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

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

.side-menu ul.main-menu.navbar-nav {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	column-gap: 10px;
	flex-direction: row;
}

.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: 48%;
}

.side-menu ul.main-menu>li>a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 30px;
	padding: 7px 0px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
	font-family: "EB Garamond", serif;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	-webkit-background-clip: initial;
	-webkit-text-fill-color: #000;
	background: none;
	color: #000;
}

.side-menu a.CloseBtn {
	float: right;
	color: #fff;
	font-size: 22px;
	margin: 0;
	position: relative;
	z-index: 99;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 40px;
	min-width: 45px;
	min-height: 45px;
	border-radius: 0;
	font-weight: 300;
	border: 1px solid #fff;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	height: 1px;
	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: #000 !important;
border-color: #000;
}

.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;
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: none;
	border: none;
	border-radius: 0;
	padding: 0px 0px !important;
	top: 0 !important;
	pointer-events: all;
}

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

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
	font-size: 13px;
	color: #cccccc;
	font-weight: 300;
	margin: 0;
	padding: 5px 0px !important;
	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;
	-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: 20px 50px 30px 50px;
	background: linear-gradient(90deg, #3f5bab, #d2212f);
	margin-top: auto;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, .35) 30%), url(../img/bg-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.side-menu h4 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
}

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

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

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

section {
	overflow: hidden;
}

.side-menu .left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	position: relative;
}

.side-menu .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	position: relative;
}

.side-menu .contact-list {
	justify-content: center;
	margin: 0 auto;
}

.side-menu .contact-list li a {
	justify-content: center;
	margin: 0 auto;
}


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

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

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

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

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

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

.social-fix  ul li a {
	font-size: 15px;
}

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


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

header.fixed {
	position: fixed;
	background: #000 !important;
	padding: 5px 0px;
}

.navbar {
	padding:0px 0px;
}

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

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

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

.navbar-light .navbar-nav.right>.nav-item {
}

.navbar-light .navbar-nav.right>.nav-item:last-child {
	border-right: none;
}

.navbar-light .navbar-nav.middle {
	display: none;
}

.navbar-light .navbar-nav.middle>.nav-item {
	padding: 5px 15px;
	border-right: none;
}

.navbar-light .navbar-nav>.nav-item {
	padding: 5px 35px;
	display:inline-block;
	vertical-align: top;
	position:relative;
	border-right: 1px solid #ffffff;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	padding:0px 0px !important;
	letter-spacing: 0.05em;
	position: relative;
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.active>.nav-link {
	color:#d2212f!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: 1px;
background: #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: 85px;
	filter: invert(1);
}

.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 {
	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;
	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: #d2212f;
}

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-nav.middle {
	display: flex;
}

header.fixed .navbar-light .navbar-nav>.nav-item {
	padding: 5px 20px;
}

header.fixed .navbar-light .navbar-nav:first-child {
	margin-right: auto;
}

header.fixed .navbar-light .navbar-nav.right {
	margin-left: auto;
}

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link {
	font-size: 13px;
}

header.fixed .navbar-light .navbar-nav>.nav-item:last-child {
	border-right: none;
}



header.inner-header .navbar-nav.middle {
	display: flex;
}

header.inner-header .navbar-light .navbar-nav>.nav-item {
	padding: 5px 20px;
}

header.inner-header .navbar-light .navbar-nav:first-child {
	margin-right: auto;
}

header.inner-header .navbar-light .navbar-nav.right {
	margin-left: auto;
}

header.inner-header .navbar-light .navbar-nav>.nav-item>.nav-link {
	font-size: 13px;
}

header.inner-header .navbar-light .navbar-nav>.nav-item:last-child {
	border-right: none;
}


/*** 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 {
	max-height: 300px;
	margin-bottom: 40px;
	filter: invert(1);
}

.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;
	background: rgba(0, 0, 0, 0.4);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.45) 0%,
		rgba(0, 0, 0, 0.45) 100%
	);
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
    min-height: 100vh;
}

.banner:after {
	content: '';
	width: 100%;
	position: absolute;
	min-height: 100%;
	background: #000;
	opacity: 0;
	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 {
	overflow: hidden;
	padding: 100px 0px 0px 0px;
}

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

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

.about .section-title {
	margin-bottom: 10px;
}

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

.about .imgstyle {
	display: inline-block;
	width: 100%;
}

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

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

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

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

/*** CTAS ***/
.ctas {
	padding: 110px 0px;
	position: relative;
}

.ctas .section-title {
	margin-bottom: 60px;
}

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

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

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

.ctabox {
	display: inline-block;
	width: 95%;
	position: relative;
}

.ctabox:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -20px;
	left: -20px;
	pointer-events: none;
	background: #d2212f;
	z-index: -1;
}

.ctabox:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #000000);
	-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: background-color .3s;
	transition: background-color .3s;
	z-index: 1;
	opacity: 0.4;
	background-color: rgba(0, 0, 0, 1);
}

.ctabox:hover:before {
	background-color: #000;
	opacity: 0.6;
}

.ctabox img {
	display: inline-block;
	width: 100%;
	aspect-ratio: 1 / .9;
	object-fit: cover;
	transition: all .3s;
	filter: grayscale(1);
}

.ctas .ctabox:hover img {
	filter: grayscale(0);
}

.ctabox span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 2;
	font-family: "EB Garamond", serif;
}

.ctabox:hover span {
	transform: translateY(-51px);
}

/*** PROPERTIES ***/
.properties {
	padding: 100px 0px;
}

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

.property-box {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

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

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

.property-box .img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to bottom, transparent 0%, #000000 100%);
	opacity: 77%;
	pointer-events: none;
	z-index: 1;
	transition: all .3s;
}

.property-box:hover .img img {
	filter: grayscale(1);
	opacity: 30%;
}

.property-box .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: all .3s;
	padding: 27px 30px;
	z-index: 1;
	transition: all .3s;
}

.property-box .text h3 {
	margin: 0px;
	font-family: "EB Garamond", serif;
	font-size: 20px;
}

.property-box .text p {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.property-box:hover .text {
	opacity: 0;
	pointer-events: none;
}

.property-box .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all .3s;
	padding: 27px 30px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.property-box:hover .overlay {
	opacity: 1;
	pointer-events: all;
}

.property-box .logo img {
	max-height: 100px;
	width: auto;
	filter: invert(1);
}

.properties .right {
	position: relative;
	padding-right: 40px;
}

.properties .right:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0px;
	width: 330px;
	height: 58px;
	z-index: -1;
	background: #d2212f;
}

.properties .right>div {
	padding: 0px 6px;
}

.properties .right>div:last-child {
	position: relative;
	padding-top: 40px;
}

.properties .owl-theme .owl-nav {
	margin: 0;
}

.properties .owl-theme .owl-nav {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.properties .owl-theme .owl-nav button {
	background: none !important;
	border-radius: 0;
	color: #fff !important;
	font-size: 15px;
	margin: 0 10px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: .2s;
	white-space: nowrap;
	padding: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.properties .owl-theme .owl-nav button img {
	margin: 0px 3px;
}


/*** TESTIMONIALS ***/
.testimonials {
	padding: 100px 0px;
	position: relative;
}

.testimonials::before {
	position: absolute;
	content: "";
	width: 25%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 100%;
	background: #d2212f;
	z-index: 1;
}

.testimonials .bg-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 72%;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 100%;
	background: linear-gradient(to top, transparent 0%, #000000 100%);
	z-index: 1;
}

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

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

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

.testimonials .bg {
	background: #000;
	padding: 80px 50px;
	overflow: hidden;
}

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

.testimonials .item {
	padding-top: 40px;
	padding-left: 80px;
}

.testimonials p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.testimonials h5 {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	text-align: right;
}

.testimonials h5 i {
	margin-right: 5px;
}

.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 #000;
	transition: all .3s;
}

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

.testimonials .item .stars {
	color: #d2212f;
	font-size: 14px;
	margin-bottom: 30px;
}

.testimonials .item .stars i {
	margin-right: 8px;
}

.testimonials .left {
	padding-top: 200px;
	padding-left: 80px;
}

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

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

.testimonials .owl-theme .owl-nav {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials .owl-theme .owl-nav button {
	background: none !important;
	border-radius: 0;
	color: #fff !important;
	font-size: 15px;
	margin: 0 10px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: .2s;
	white-space: nowrap;
	padding: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.testimonials .owl-theme .owl-nav button img {
	margin: 0px 3px;
}

/* 
.testimonials .owl-theme .owl-nav [class*=owl-] {
margin: 0;
background: none !important;
position: absolute;
top: 30%;
left: -120px;
}

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


/*** SOLD MAP ***/
.sold-map {
	padding: 100px 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;
	background: #121212;
}

.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: 94px;
	margin-bottom: 15px;
}



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

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

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

.social-media .bg-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 1) 100%);
	z-index: 2;
	opacity: 1;
}

.social-media .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.2;
}

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

.social-media .row>div:nth-child(even) .socialbox {
	margin-top: 40px;
}

.socialbox {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	background-color: #000000;
	box-shadow: 0px 0px 32px 0px rgba(107, 120, 127, 0.26);
	position: relative;
}

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

.socialbox span {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
	font-size: 18px;
}

.socialbox:hover span {
	opacity: 1;
}

.socialbox:hover>img {
	filter: grayscale(1);
	opacity: 50%;
}

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

.contact-form .section-title {
	text-align: left;
	display: inline-block
}

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

.contact-form .section-title h6 span i {
	top: -6px;
}

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

.contact-form .bg-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
}

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

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

.contact-form .section-title h2 {
	color: #000;
}

.contact-form .bg {
	color:#ddd;
	background-color: #ffffffe6;
	padding: 80px 60px;
}

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

.contact-form .form-control {
	background: none;
	border-radius: 0px;
	padding: 10px 20px;
	margin-bottom: 18px;
	height: 55px;
	color: #000000;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

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

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

.contact-form textarea.form-control {
	height: 120px;
	resize: none;
	padding: 15px 20px;
}

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

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


/*** FOTOER ***/
.footer {
	padding: 75px 0px;
	background: #3f5bab;
	background: #000;
	overflow: hidden;
}

.footer h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	color: #fff;
}

.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;
	align-items: center;
}

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

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

.footer .logo img {
	max-height: 175px;
	filter: invert(1);
}

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

.footer .agency-logo img {
	margin-top: 0px;
	max-height: 120px;
}

footer .contact-list {
	margin-top: 40px;
	margin-bottom: 10px;
}

.footer .contact-list li {
	display: inline-block;
	margin: 0px 40px;
}

.footer .contact-list.socials li {
	margin: 0px 20px;
}

.footer .contact-list.socials li i {
	font-size: 20px;
}

.footer .contact-list li i {
	display: inline-block;
	text-align: center;
	background: none;
	color: #d2212f;
	font-size: 17px;
	transition: all .3s;
}

.footer .contact-list a:hover {
	opacity: 1;
	color: #fff;
}

.footer .contact-list a:hover i {
	opacity: 1;
	color: #fff;
}

.footer .contact-list a {
	flex-wrap: wrap;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
}

footer .logo,
footer .agency-logo {
	margin: 0px 15px;
}

footer .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding-top: 55px;
}

footer .links ul li {
	margin: 0px 40px;
	display: inline-block;
}

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

footer .links ul li a:hover {
	color: #d2212f;
}

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


/*** COPYRIGHTS ***/
.copyrights {
	background: #0e0d0d;
	padding: 20px 0px;
}

.copyrights * {
	color: #fff;
}

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


/** PAGE BANNER ***/
.page-banner {
	height: 60vh;
	padding-top: 60px;
	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;
}

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

/*** PROPETIES PAGE ***/
.properties.inner {
	padding: 50px 0px;
}

.properties.inner .right>div:last-child {
	position: relative;
	padding-top: 0px;
}

.properties.inner .property-box {
	margin-top: 18px;
}

.properties.inner .right {
	padding-top: 18px;
}

.properties.inner .right>div {
	padding: 0px 12px;
}

.property-box .overlay .logo {
	display: block;
	margin: 0 auto;
}

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

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

.buysellform .form-control {
	border-radius: 0px;
	padding: 10px 20px;
	box-shadow: none;
	resize: none;
	outline: none;
	height: 55px;
	font-size: 12px;
	color: #000;
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	border: none;
	margin-bottom: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

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

.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;
	overflow: hidden;
	background: #0c0c0c;
}



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

mw-calc-panel-body, mw-calc-section {
	background:#141414 !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: #fff !important;
	font-weight: 400 !important;
}

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

#calculate_lt {
	color: #fff !important;
	background: #d2212f !important;
}

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

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

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

mw-calc-table {
	background: #100f0f !important;
}

.mw-calc-table tbody tr td[rowspan],mw-calc-table table > tbody > tr:nth-of-type(odd) {
	background: #100f0f !important;
}

.calc-info .mw-calc-table tbody tr td[rowspan] {
	background: #100f0f !important;
}




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

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

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

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

.evaluation-box label {
	font-size: 18px;
	font-weight: 400;
	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: #d2212f;
	border-color: #d2212f;
	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;
}

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 {
	border-radius: 0px;
	padding: 10px 20px;
	box-shadow: none;
	resize: none;
	outline: none;
	height: 55px;
	font-size: 12px;
	color: #000;
	font-family: "EB Garamond", serif;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	border: none;
	margin-bottom: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

.evaluation-box .form-control::-webkit-input-placeholder {
	color: #00000066;
}

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

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

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;
}
.side-menu ul.main-menu.navbar-nav>li .dropdown-toggle::after {
	font-size: 18px;
	margin-left: 10px;
	top: 1px;
	position: relative;
}

.navbar-light .navbar-nav.right>.nav-item .dropdown-toggle::after {
	margin-left: 8px;
}


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

.about .imgstyle {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.about .container>.row {
	align-items: start !important;
}


.about .imgstyle {
	margin-top: 0px;
}

.about .container>.row {
	align-items: end !important;
}

.about .text {
	padding-bottom: 30px;
}

.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;
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: visible;
	width: max-content;
	color: #fff !important;
	font-family: "Roboto", sans-serif;
	background: #d2212f;
	outline: 0px;
	padding: 0px 25px !important;
	font-size: 14px;
	line-height: 50px !important;
	border-radius: 0px;
	transition: all .3s ease-in;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d2212f;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
	background: #fff !important;
	color: #d2212f !important;
	border-color: #d2212f !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: #fff;
	margin-bottom: 25px !important;
	font-size: 16px;
	font-weight: 400;
}

.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;
}
/**/
.modal-backdrop {
	z-index: 99999;
}

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

.modal.guide button.btn-close {
	font-size: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	filter: invert(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-content {
	border-radius: 0px;
}

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

.modal.guide .form-control {
	border-radius: 0px;
	padding: 0px 15px;
	margin-bottom: 18px;
	height: 55px;
	color: #000;
	font-size: 12px;
	background: #fff;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

.modal.guide .form-control::-webkit-input-placeholder {
	color: #00000066;
}

.modal.guide .section-title h2 {
	font-size: 50px;
	margin-bottom: 10px;
}

.modal.guide .section-title {
	margin-bottom: 10px;
}

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

.form-page span.wpcf7-list-item {
	margin: 5px 0px;
	width:100%;
	display:inline-block
}

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

section.evaluation-box.form-page ul li{
	color: #ffffffb3;
	letter-spacing: 0.02em;
	font-size: 18px;
	line-height: 1.875;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin-bottom: 7px;
}


section.evaluation-box.form-page ul {
	padding-left:15px;
}

.select2-container--default .select2-selection--multiple {
	min-height: 48px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 5px;
	color:#000;
}

.select2-results__option, .select2-container, .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	color:#000 !important;
}

.buysellform h4{
	text-align:left;
}

.select2-container {
	width: 100% !important;
}

section.buysellform .select2-container--default .select2-selection--multiple {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	height:55px;
}

section.buysellform .select2-container--default .select2-selection--multiple .select2-search__field {
	margin-top: 0 !important;
	height: 55px !important;
	padding:15px 0px;
}

section.buysellform .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 0;
}

section.buysellform .select2-dropdown {
	border: none;
}

section.buysellform .select2-container{
	border-radius: 0px;
	outline: none;
	font-family: "Roboto", sans-serif;
	border: none;
	font-weight: 400;
}

section.buysellform .select2-container--default {
    border: solid black 1px;
    outline: 0;
    border-radius: 0;
    height: 55px;
    margin-bottom: 15px;
}

body.page-id-264 .buysellform textarea.form-control{
	height:55px;
}