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

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

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

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

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

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:#000;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
}

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

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

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 {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.6;
	letter-spacing: 0.25px;
}

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

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

.btn-default {
	background: #A2A69F;
	color: #f7f5ee;
	padding: 15px 30px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	transition: all .3s;
	text-align: center;
}

.btn-default.white {
	background: #F2EDE9;
	color: #A68F72;
}

.btn-default.white:hover {
	background: #F2EDE9;
	color: #A68F72;
	opacity: .6;
}


.btn-default:hover {
	background: #F2EDE9;
	color: #A68F72;
}

.btn-bordered {
	border: 2px solid #A2A69F;
}

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

.section-title h6 {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	letter-spacing: 2px;
	font-size:18px;
	margin-bottom: 0px;
}

.section-title h2 {
	text-transform: uppercase;
	font-weight: 600;
	color: #A68F72;
}

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

.imgstyle {
	position: relative;
	border-radius: 50%;
}

/* .imgstyle::before {
	content: '';
	background: #A2A69F;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 50px);
	height: calc(100% + 50px);
} */

.imgstyle img {
	position: relative;
	z-index: 9;
	border: 10px solid #f7f5ee;
	border-radius: 50%;
}
/*** HEADER ***/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all .3s;
	padding: 0px 15px;
}

/* Transition for smooth show/hide */
header {
	transition: transform 0.3s ease-in-out;
}

header .main-nav {
	padding: 15px 0px;
}

header.fixed .main-nav {
	padding: 10px 0px;
}

header.fixed {
	position: fixed;
	background: #fff !important;
	z-index: 999;
}

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

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

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

.navbar-brand img {
	max-height: 100px;
	transition: all .3s;
}

.navbar {
	padding:0px 0px;
}

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

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

.navbar-light .navbar-nav>.nav-item {
	margin-left: 35px;
	display:inline-block;
	vertical-align: top;
}

.navbar-light .navbar-nav>.nav-item>.nav-link.dropdown-toggle:after {
	font-size: 18px;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
	position: relative;
	color: #242424;
	font-size: 15px;
	line-height: 40px;
	padding-bottom: 5px;
	transition: all .3s;
	font-weight: 500;
	padding: 0px 0px !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: "Montserrat", sans-serif;
}

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 2px;
	background: #242424;
	transition: all .3s;
}

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

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

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link::before {
	background: #A2A69F;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu {
	border: none;
	border-radius: 0px !important;
	text-align: left;
	display: block;
	list-style: none;
	margin: 0;
	position: absolute;
	overflow: hidden;
	left: calc(50% - 100px);
	min-width: 180px;
	padding: 0px;
	opacity: 0px;
	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;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	white-space: nowrap;
}

.navbar-light .navbar-nav>.nav-item: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-light .navbar-nav>.nav-item ul.sub-menu>li {
	width:100%;
	position: relative;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:last-child {
	border: none;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li>.nav-link {
	transition: all .3s;
	display: inline-block;
	clear: both;
	margin: 0px;
	width:100%;
	position:relative;
	line-height: 40px;
	padding: 0px 18px !important;
	font-size: 15px;
	border: none;
	white-space: nowrap;
	color: #242424;
	background-color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: center;
}

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

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

header .logo img {
	max-height: 100px;
}

header .navbar-nav {
	justify-content: space-around;
	width: 100%;
}

header.fixed {
	background: #f7f5ee !important;
}

header.fixed .logo img {
	max-height: 75px;
}

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

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

.banner h1 {
	color: #A68F72;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 80px;
	margin-bottom: 5px;
}

.banner h6 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.5px;
}

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

.banner:before {
	content: '';
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 1;
}

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

.banner .logo-remax {
	position: absolute;
	bottom: 30px;
	right: 30px;
	max-height: 100px;
	z-index: 2;
}

/*** ABOUT SECTION ***/
.about {
	padding: 100px 0px 100px 0px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(255, 255, 255, 0.95)), url(../img/bg-about.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.about .awards {
	display: flex;
	gap: 30px;
	margin: 30px 0px;
}

.about .awards img {
	max-height: 100px;
}

/*** CTA SECTION ***/
.cta {    
	padding: 100px 0px;
	background: linear-gradient(rgba(0, 14, 53, 0.75)), url(../img/bg-about.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.cta * {
	color: #fff;
}

.cta h2 {
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 38px;
	text-transform: uppercase;
}

.cta h4 {
	font-weight: 600;
	line-height: 1.2;
	margin: 30px 0px;
}

.cta .btn-bordered {
	background: none;
	border-color: #f7f5ee;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cta .btn-bordered:hover {
	background: #A68F72;
	border-color: #A68F72;
	color: #f7f5ee;
}

.cta hr {
	background: #fff;
	width: 1.5px;
	height: 100%;
	margin: 0px auto;
	opacity: 1;
	border: 0px;
}

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

.property-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: all .2s ease;
	margin-bottom: 30px;
}

.property-box .img {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	transition: all .3s;
}

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

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

.property-box .text {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background: #f7f7f7;
	padding: 15px 16px 15px 16px;
	transition: all .3s;
}

.property-box .text h3 {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	color: #494539;
	margin-bottom: 0;
}

.property-box .text .property-address {
	flex-grow: 1;
}

.property-box .text .property-address p {
	font-size: 18px;
	font-weight: 500;
	color: #494539;
}

.property-box .text .property-price p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.property-box .text p {
	display: inline-block;
	line-height: 1.3;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin: 0px;
}

.property-box .text p span {
	font-weight: 400;
	font-size: 14px;
	color: #9a9281;
	color: #494539;
	color: #777060;
}

.property-box .prop-specs {
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px rgba(73, 69, 57, 0.2);
	padding-top: 10px;
	margin-top: 10px;
}

.property-box ul {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.property-box ul li {
	font-size: 15px;
	line-height: 1;
}

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

/*** SOLD PROPERTIES ***/
.sold-properties {    
	background: #fff;
}

/*** TESTIMONIALS ***/
.testimonials {
	padding: 100px 0px 100px 0px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(255, 255, 255, 0.85)), url(../img/bg-about.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.testimonials .bg-white {
	padding: 75px 100px;
}

.testimonials .owl-dots {
	margin: 50px 0px !important;
	display: inline-block;
}


/*** SOCIAL MEDIA ***/
.social-media {
	padding: 100px 0px;
	background: #f7f5ee;
}


/*** CONTAcT FORM ***/
.contact-form {
	padding: 100px 0px 100px 0px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(0, 14, 53, 0.85)), url(../img/bg-about.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.contact-form h6, .contact-form p {
	color: #fff;
}

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

.contact-form h2 {
	color: #f7f5ee !important;
}

.contact-form h5 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}

.contact-form .agent-profile {
	display: flex;
	gap:30px;
	align-items: center;
}

.contact-form .agent-profile img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.contact-form .agent-profile h6 {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.contact-form .agent-profile p {
	color: #f7f5ee;
	opacity: 0.6;
}

.form-box .form-control {
	border-radius: 0px;
	background: none;
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	outline: 0;
	box-shadow: none;
	padding: 15px 0px;
}

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

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

.contact-form .form-box .btn-default {
	background:#F2EDE9;
	color: #A2A69F;
	border-color:#F2EDE9;
	margin-top: 50px;
}

.contact-form .form-box .btn-default:hover {
	background: #f7f5ee;
	color: #A68F72;
}

.contact-form .consent-ctn label,
.contact-form .consent-ctn a {
	color: #fff;
}

/*** CONTACT INFO  ***/
.contact-info {
	padding: 75px 0px;
	background: #f7f5ee !important;
}

.contact-info h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
}

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

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

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

.contact-list li a {
	display: flex;
	gap: 10px;
}

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

.contact-info .logo img {
	max-height: 125px;
}

.contact-info .agency-logo {
	margin-left: 25px;
	display: inline-block;
}

.contact-info .agency-logo img {
	max-height: 100px;
}

/*** COPYRIGHTS ***/
.copyrights {
	background: #A2A69F;
	padding: 25px 0px;
}

.copyrights * {
	color: #fff;
}

.copyrights img {
	max-height: 50px;
}





/*** SIDEMENU ***/
.menu-btn {
	min-width: 30px;
	min-height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	margin-left: 40px;
	justify-content: end;
	text-align: right;
}

.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: #A68F72 !important;
	height: 3px;
	margin: 6px 0px;
	border-radius: 0px;
	transition: all .3s;
	margin-left: auto;
}

.menu-btn:hover span {
	width: 100% !important;
}

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

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

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

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

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
	content: '';
	display: block;
	width: 15px;
	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 ul.main-menu {
	padding-left:0px;
	margin-top:30px;
}

.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 li a {
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #A68F72;
	font-size: 17px;
	padding: 7px 0px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
	color:#A68F72;
	font-weight: bold;
}

.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: #A68F72 !important;
	font-weight: bold;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #A68F72;
	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.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: #fff;
	border: none;
	border-radius: 0;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.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: 12px;
	background: #ebebeb;
	color: #A68F72;
	margin: 0;
	padding: 10px 15px !important;
}

.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: #fff !important;
	background: #A68F72 !important;
}

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

.side-menu h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	color: #000;
	margin-top: 25px;
}


/** PAGE BANNER ***/
.page-banner {
	height: 50vh;
	padding-top: 70px;
	position: relative;
}

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

.page-banner .section-title {
	margin: 0;
}

.page-banner:after {
	content: '';
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 1;
}

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

.btn-link:hover {
	color: #A68F72;
}

/*** BUYSELL FORM ***/
.buysellform {
	overflow: hidden;
	padding: 100px 0px;
	background: linear-gradient(rgba(0, 14, 53, 0.75)), url(../img/bg-about.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.buysellform .bg-form {
	padding: 0px 15px;
}

.buysellform h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.buysellform .section-title {
	margin-bottom: 45px;
}

.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-top: 18px;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 2px!important;
	padding: 10px 20px!important;
	box-shadow: none!important;
	resize: none!important;
	outline: none!important;
	height: auto!important;
	font-size: 16px!important;
	color: #000!important;
	font-family: "Montserrat", sans-serif!important;
	background-color: #fff!important;
	border: none!important;
	margin-top: 18px!important;
}

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

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

.buysellform .btn-default {
	min-width: 150px;
	margin-top: 25px;
}

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

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

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

.btn-link:hover {
	color: #5a182a;
}


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

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

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

mw-calc-label {
	color: #fff !important;
	font-weight:500 !important;
}

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

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

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

mw-calc-table {
	background: #A68F72;
}

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

.mw-calc-table > tbody > tr.active > td {
	background: #A2A69F !important;
	border-color: #A2A69F !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: #A2A69F;
}

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

.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;
	margin-left: 0px !important;
	display: inline-block;
}

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

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

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
	background: #fff;
	border-color: #fff;
	color: #A68F72;
	font-weight: 600;
}

.evaluation-box .btn-default.active {
}

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

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

.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: 50px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: none;
	margin-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

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

.modal.guide .btn-default:hover {
	color: #fff;
	border: 2px solid #050a30;
	background: #050a30;
}

.modal.guide .section-title h2 {
	font-size: 45px;
}

.modal.guide .form-control {
	width: 100%;
	height: 51px;
	border: none;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #000;
	margin: 10px 0px;
	padding: 0 15px;
	border-radius: 0px;
	outline: 0;
	box-shadow: none;
}

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

.modal.guide textarea.form-control {
	height: 100px;
	resize: none;
	margin-top: 30px;
}


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

body.blog{
	padding:0px;
}

.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: transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	color:#000;
	padding: 0.75rem;
	border:2px solid #223b4d;
}

.navigation li a:hover,
.navigation li.active a {
	color:#fff;
	background-color: #223b4d;
}

/**/
.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;
	text-align: center;
	color: #fff !important;
	border: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	background: none;
	outline: 0px;
	padding: 0px 30px !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px !important;
	border-radius: 0px;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: inherit;
	font-weight: 400;
	text-align: center;
}

.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: #fff !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: 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;
}


/*** WORDPRESS ADJUSTMENT ***/
.navbar-light .navbar-nav>.nav-item:hover>a,
.navbar-light .navbar-nav>.nav-item.active>a,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
	color: #242424;
}

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

.navbar-light .navbar-nav>.nav-item: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-light .navbar-nav>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.current-menu-item>a {
	color: #fff !important;
	background: #A2A69F !important;
}

/**/
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu ul.main-menu li.current_page_item>a,
.side-menu ul.main-menu li.current-menu-parent>a {
	background: none !important;
	color: #A68F72 !important;
	font-weight: bold !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 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	background: #f7f5ee !important;
	color: #A68F72 !important;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
	background: #f7f5ee !important;
	color: #A68F72 !important;
	opacity: .6 !important;
}


.testimonial-page {
	padding: 100px 0px;
}

.testibox {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding: 40px 0px;
	padding-left: 80px;
	padding-right: 20px;
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.testibox .icon {
	position: absolute;
	top: 43px;
	left: 0px;
	font-size: 40px;
	opacity: .2;
	color: #A68F72;
}

.testibox p {
	min-height: 100px;
}

.testibox h6 {
	color: #A68F72;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}    

section.banner .logo img{
	max-width:550px;
	width: 100%;
}