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

body {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	overflow-x: hidden;
	font-family: 'Cormorant Garamond', serif;
}

@font-face {
	font-family: "Syncopate";
	src: url("../fonts/Syncopate-Regular.ttf") format("TrueType"),
		url("../fonts/Syncopate-Regular.ttf") format("TrueType");
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/CormorantGaramond-Light.ttf") format("TrueType"),
		url("../fonts/CormorantGaramond-Light.ttf") format("TrueType");
	font-weight: 300;
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/CormorantGaramond-Regular.ttf") format("TrueType"),
		url("../fonts/CormorantGaramond-Regular.ttf") format("TrueType");
	font-weight: 400;
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/CormorantGaramond-Medium.ttf") format("TrueType"),
		url("../fonts/CormorantGaramond-Medium.ttf") format("TrueType");
	font-weight: 500;
}

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

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

a {
	transition: all ease .5s;
	color: #fff;
}

button {
	transition: all ease .5s;
}

a:hover {
	color: #fff;
}

a:focus {
	text-decoration: none;
}

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

button:focus {
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Syncopate', sans-serif;
	font-family: "Cinzel", serif;
}

p {
	font-weight: 400;
	font-size: 18px;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
}

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

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

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ptb-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-75 {
	padding-top: 75px
}

.pb-75 {
	padding-bottom: 75px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.video-btn {
	text-align: center;
	text-decoration: none
}

.video-btn i {
	font-size: 24px;
	color: #5e2b76;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50px
}

.video-btn span {
	color: #fff;
	margin-left: 12px
}

.video-btn-animate {
	position: relative;
	z-index: 1
}

.video-btn-animate::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	transition: all ease .5s;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(253, 98, 25, .9)
}

.video-btn-animate.whites::before,
.video-btn-animate.whites::after {
	background-color: rgba(255, 255, 255, .9)
}

@keyframes ripple {

	0%,
	35% {
		transform: scale(0);
		opacity: 1
	}

	50% {
		transform: scale(1.5);
		opacity: .8
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

.main-btn {
	background-color: #5fb9c1;
	color: #fff;
	padding: 15.5px 25px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
	transition: all ease .5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section-title {
	display: inline-block;
}

.section-title h6 {
	color: #636363;

	color: #000;
	color: #A8A39D;
	font-size: 13px;
	letter-spacing: 3px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}

.section-title.white h6:after {
	background: #fff;
}

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

.section-title .divider {
	border-top: 2px solid #f2e6de;
	border-top: 2px solid #866d66;
	border-color: #E8DCCB;
	height: 2px;
	width: 35px;
	margin-top: 12px;
	margin-bottom: 15px;
	opacity: 1;
	display: inline-block;
}

.section-title h2 {
	color: #7A8F5C;
	font-size: 42px;
	line-height: 1.2;
	margin: 0px;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 0;
}

.section-title.style1 h2 {
	margin-bottom: 0;
	line-height: .9;
}

.section-title.style1 h6 {
	float: right;
	left: auto;
	right: -30px;
}

.section-title.white-title h2 {
	color: #fff;
	line-height: 1.3;
}

.section-title.center {
	padding: 0px;
}

.section-title.center h6 {
	left: 0;
}

.navbar-brand {
	position: relative;
	transition: all .3s cubic-bezier(.4,0,.2,1);
}

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

/**.navbar-brand .logo img {
	filter: brightness(0) invert(1);
}**/

.navbar-brand .agency-logo {
	margin-left: 10px;
}

.navbar-brand .agency-logo img {
	max-height: 40px;
}

.navbar-area {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px
}

.navbar-area.is-sticky {
	top: -1px;
	left: 0;
	width: 100%;
	z-index: 999;
	position: sticky;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	background-color: #5e2b76 !important
}

.navbar-area .mobile-nav {
	display: none
}


@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}


.menu-btn {
	display:inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	padding: 10px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-btn span {
	height: 2px;
	width: 25px;
	background:#7A8F5C;
	display: inline-block;
	margin: 2px 0px;
	float: right;
	transition: all .3s;
}

.menu-btn div {
	display: inline-block;
	min-width: 25px;
}

.menu-btn span:last-child {
	width: 50%;
}

.menu-btn:hover span {
	width: 50%;
}

.menu-btn:hover span:last-child {
	width: 100%;
}


.side-menu {
	position:fixed;
	top: -130%;
	left:0%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:999999;
	overflow: hidden;
	overflow-y: scroll;
}

.side-menu .bgblack {
	height: 100vh;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.side-menu .img {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.side-menu.intro .img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
	transition: opacity 0.6s, transform 0.8s;
}

.side-menu .img img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.side-menu.intro {
	top:0;
	margin-top:0%;
}

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

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

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

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 16px 12px 16px 70px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
	color: #000;
	transition: 0.2s all;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	position: relative;
	transition-property: transform, opacity, color;
	transition-duration: 0.55s, 0.55s, 0.3s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
	border-bottom: 1px solid #0000001a;
}

.side-menu ul.main-menu>li>a:hover,
.side-menu ul.main-menu>li.active>a {
	color: #7A8F5C;
}

a.CloseBtn {
	float:right;
	font-size: 30px;
	font-weight: 300;
	z-index: 5;
	width: 34px;
	height: 34px;
	top: 30px;
	right: 30px;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	position: absolute;
}

a.CloseBtn:hover {
	color: #000;
}

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

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

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

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	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: 27px;
	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 li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

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

.side-menu ul.main-menu .sub-menu li {
	margin-bottom: 0;
}

.side-menu ul.main-menu .sub-menu li a {
	font-size: 14px;
	padding: 16px 12px 16px 70px;
	line-height: 30px;
}

.side-menu ul.main-menu .sub-menu li a:hover,
.side-menu ul.main-menu .sub-menu li.active>a {
	background: #7A8F5C;
	color: #fff;
}



/**/
.main-nav {
	position: relative;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 0;
}

.main-nav .navbar {
	transition: all ease .5s;
	z-index: 2;
	position: unset;
	padding: 0
}

.main-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
	justify-content: center;
	align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 10px;
	font-size: 14px;
	font-family: 'Syncopate', sans-serif;
	position: relative;
	color: #fff;
	transition: .3s linear;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	transition: .3s linear;
	bottom: 0;
	left: 0;
	background: #BEB09E;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
	padding-right: 20px
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
	content: "";
	font-family: IcoFont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	line-height: 1;
	font-size: 17px;    
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	border: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
	color: #fff;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
	margin-left: 0
}

.main-nav .nav-right-options .social {
	margin-right: 15px;
	z-index: 1;
	color: #fff;
	text-decoration: none;
}

.main-nav .nav-right-options .social i {
	text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
	border-radius: 0;
	background: #7c4296;
	padding: 20.5px 25px;
	background-color: #ffbe17 !important;
	color: #1e1e1e !important;
	padding: 10px 28px !important;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .15em;
	font-weight: 400;
}

.btn-default {
	max-width: 100%;
	font-size: 14px;
	line-height: 1.3;
	padding: 14px 22px;
	font-weight: 500;
	border: 2px solid #7A8F5C;
	color: #7A8F5C;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: 0.4s all ease;
	text-align: center;
	background: transparent;
	display: inline-block;

	font-size: 12px;
	font-weight: 500;

	font-family: "Montserrat", sans-serif;
}

.btn-default:hover,
.btn-default.active {
	color: #fff;
	background: #7A8F5C;
	border-color: #7A8F5C;
}

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

.btn-default.red {
	color: #fff;
	background: #7A8F5C;
	border-color: #7A8F5C;
}

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

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

.btn-link {
	color: #000;
	text-decoration: underline;
}

.btn-link:hover {
	color:#7a8f5c;
}

.main-nav .nav-right-options .main-btn:hover {
	background: #fff !important;
	color: #000!important;
}

.mobility-single-item {
	background-color: #fcfcfc;
	padding: 30px 40px;
	margin-bottom: 25px
}

.mobility-single-item h3 {
	margin-bottom: 0;
	margin-left: 30px;
	font-size: 22px
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

section {
	overflow: hidden;
}

.header.fixed {
	position: fixed;
	background: #7A8F5C;
	z-index: 999;
}

.header.fixed .navbar-brand {
	bottom: 0px;
}

/**.header.fixed .navbar-brand img {
	max-height: 52px;
	filter:brightness(0) invert(1);
}**/

.header.fixed .navbar-brand .agency-logo img {
	filter: none;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
	width: 100%;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header.fixed .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
}

.header.fixed .menu-btn {
	background: #7A8F5C;
	background: #A8A39D;
	background: #E8DCCB;
	background: #F5F3EF;
}

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

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px 0px;
	z-index: 9;
	overflow: visible;
}

a, .fa {
	text-decoration: none;
	cursor: pointer;
}


.navbar-expand-lg .navbar-nav>.nav-item {
	position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu {
	opacity: 1;
	transform: translate(0%, 100%) scaleY(1);
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu {
	position: absolute;
	bottom: 0;
	right: 0%;
	left: auto;
	transform-origin: top center;
	transform: translate(0, 100%) scaleY(0.01);
	opacity: 0;
	background-color: #000;
	padding: 5px 0;
	transition: transform .4s;
	display: block;
	border: none;
	border-radius: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link {
	display: inline-block;
	width: 100%;
	color: #fff !important;
	white-space: nowrap;
	font-weight: 500;
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration: none !important;
	padding: 10px 15px;
	display: block;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a {
	color: #fff !important;
	background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu .active>a.nav-link {
	background: #7A8F5C !important;
	color: #fff !important;
}

.home-header .navbar-brand {
	display: none;
}

.home-header.fixed .navbar-brand {
	display: inline-block;
}

/*** banner ***/
.banner {
	padding: 0px 0px 00px 0px;
	position: relative;
	height: 100vh;
	z-index: 8;
	overflow: hidden;
}

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

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

.banner .pbs {
	padding-top: 100px;
}

.banner .logo {
	height: 150px;
	margin-bottom: 50px;
}

.banner .btn-default {
	margin: 0px 5px;
}

.banner h1 {
	color: #fff;
	margin-bottom: 50px;
	font-family: 'Syncopate', sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.banner h2 {
	color: #fff;
	font-size: 68px;
	line-height: 85px;
	font-family: 'Syncopate', sans-serif;
}

.banner p {
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	opacity: .8;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.video-btn {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(20%, -50%);
	color: #fff;
	border-color: #fff;
}

.video-btn:hover img {
	transform: scale(1.2);
	opacity: .5;
}

.video-btn img {
	max-width: 50px;
	filter: invert(1);
	max-width: 100px;
	transition: all .3s ease-in-out;
}

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

#myVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;	
	right: 0;
}

#myVideo2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;	
	right: 0;
}

.modal-body {
	position:relative;
	padding:0px;
	border: none;
}

.modal-content {
	border: none;
	padding: 0;
}

.btn-close {
	position: absolute;
	right: -35px;
	top: -16px;
	color: #fff;
	font-weight: 300;
	opacity: 1;
	font-size: 36px;
	background: none;
	padding: 0;
}

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

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

.about:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: calc(80% - 230px);
	content: "";
	position: absolute;
	background: #E8DCCB url(../images/bg-about.webp) center / cover no-repeat;
}

.about.right:before {
	right: auto;
	left: calc(80% - 230px);
	right:0;
}

.about .section-title h2 {
	margin-bottom: 0;
}

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

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

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

.imgabout {
	position: relative;
}

.imgabout img {
	position: relative;
	z-index: 3;
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
}

.imgabout::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #E8DCCB;
	position: absolute;
	top: 25px;
	left: 25px;
}

.imgabout.right::before {
	left: auto;
	right: 25px;
}

.contact-info {

}

.contact-info a, .contact-info span {
	color: #000;
}

.contact-info a:hover, .contact-info span {
	color: #7A8F5C;
}

.contact-info div, .contact-info a {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	width: max-content;
	font-family: "Montserrat", sans-serif;
}

.contact-info .icon {
	margin-top: 3px;
	margin-right: 12px;
	color: #fff;
	font-size: 10px;
	background: #7A8F5C;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	justify-content: center;
}

.contact-info i {
	color: #fff;
	font-size: 15px;
}

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

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

.ctasbox {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ctasbox .inner {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ctasbox .img {
	position: relative;
	transition: 400ms all ease;
	overflow: hidden;
}

.ctasbox .img::before {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000);
	opacity: 0.4;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	transition: 400ms all ease;
	z-index: 1;
}

.ctasbox .img::after {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 13px;
	right: 13px;
	left: 13px;
	bottom: 13px;
}

.ctasbox .img img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease;
}

.ctasbox .inner .text {
	top: 50%;
	position: absolute;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 2;
}

.ctasbox .inner .text h2 {
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	letter-spacing: 3px;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	transition: 0.4s all ease;
}

.ctasbox:hover .img::before {
	background-color: #000;
}

.ctasbox:hover .img img {
	transform: scale(1.05);
}

.ctasbox:hover .text h2 {
	/* transform: translateY(-50px); */
}

/*** Properties ***/
.properties {
	padding: 80px 0px;
	/* background: #F5F2ED;
	background: #A8A39D;
	background: #F5F3EF;
	background: #7A8F5C; */
	background: #E8DCCB;
}


.bigtext {
	font-size: 340px;
	color: #f1f1f1;
	font-weight: 300;
	position: absolute;
	left: 0;
	text-align: center;
	font-family: "Cinzel", serif;
	text-transform: uppercase;
	line-height: .4;
	opacity: 0.3;
	white-space: nowrap;
}

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

.properties .section-title p {
	font-size: 16px;
	color: #636363;
	font-family: "Montserrat", sans-serif;
}

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

.properties .item {
	padding: 0px 20px;
}

.listingbox {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #939598;
	position: relative;
	transition: all .3s;
	margin-bottom: 20px;
}

.listingbox:hover  {
	background-color:#fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.center .listingbox {
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); */
	transform: scale(1.05);
}

.center .listingbox .img img {
	height: 290px;
}

.center .listingbox h4 {
	font-size: 28px;
}

.listingbox {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #939598;
	background: #F5F3EF;
}

.listingbox .img {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.listingbox .img .label {
	border-radius: 0;
	padding: 7px 10px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	box-shadow: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin-top: 10px;
	background-color: #000;
	color: #fff;
}

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

.listingbox .text {
	padding: 0px 20px;
}

.listingbox h4 {
	color: #636363;
	margin: 0 0 10px;
	font-size: 24px;
	text-transform: unset;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listingbox h5 {
	color: #636363;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.listingbox p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #636363;
}

.listingbox p span {
	color: #636363;
}

.listingbox:hover .list-icons {
	color: #fff;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

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

.properties .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	top: 50%;
	left: -12px;
	transform: translate(0px, -50%);
	width: 80px;
	height: 60px;
	background: #7A8F5C url(../images/arrow-prev.webp) 50% 50% no-repeat;
	background-size: 32px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-radius:0;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -12px;
	background: #7A8F5C url(../images/arrow-next.webp) 50% 50% no-repeat;
	background-size: 32px;
}

.properties .mts {
	margin-top: 90px;
}

.properties .link {
	display: block;
	font-size: 16px;
	color: #939598;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 20px;
	border-top: 1px solid #636363;
	position: relative;
}

.properties .lts .link {
	border-left: 1px solid #636363;
	border-right: none;
}

.properties .link:hover {
	background-color: #000;
	color: #fff;
}

.properties .divider {
	border-color: #F5F3EF;
	border-color: #7A8F5C;
	border-color: #E8DCCB;
	border-color: #A8A39D;
}


/*** PROGRAMS REMAX ***/
.program-remax {
	background: linear-gradient(rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%), url(../images/remax-bg.webp) 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0px;
}

.program-box {
	display: flex;
	border: none;
	border-radius: 7px;
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, .15);
	height: inherit;
	margin: 0px;
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
}

.program-box .img {
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.program-box .img img {
	width: 70%;
}

.program-box .text {
	padding: 15px 18px 25px 18px;
}

.program-box h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.program-box p {
	margin-bottom: 20px;
	font-size: 18px;
}

/*** NEIGHBORHOOD ***/
.neighborhood {
	padding: 80px 0px;
}

.naighborbox {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.link {
	display: inline-block;
	color: #7A8F5C;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Syncopate', sans-serif;
}

.link:hover {
	font-weight: bold !important;
	color: #7A8F5C;
}

.naighborbox .img {
	overflow: hidden;
	background: #000;
}

.naighborbox .img img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease;
}

.naighborbox:hover .img img {
	transform: scale(1.05);
	opacity: .7;
}

.naighborbox h4 {
	color: #A8A39D;
	font-size: 20px;
	margin-top: 10px;
}


/*** TESTIMONIALS ***/
.testimonials {
	padding: 80px 0px;
	background: #F5F3EF;
}

.testimonials h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	margin: 35px 0 0;
	text-transform: uppercase;
}

.testimonials .owl-theme .owl-nav [class*=owl-] img {
	max-width: 40px;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	background: none;
	border-radius: 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-prev {
	left: -90px;
	right: auto;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
	right: -90px;
	left: auto;
}

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

.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	background: none !important;
	border: 1px solid #000;
	margin: 0px 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000 !important;
}

/*** Social-media ***/
.social-media {
	padding: 80px 0px;
}


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

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

.contact-form h6 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-family: "Montserrat", sans-serif;
	margin-top: 40px;
}

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

.contact-form .logo {
	max-height: 80px;
	filter: brightness(0) invert(1);
}

.form-control {
	background: #fff;
	border: 0px;
	border-radius: 0px;
	padding: 10px 16px;
	margin-bottom: 18px;
	height: 50px;
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	font-family: "Montserrat", sans-serif;
}

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

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

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

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

.contact-form h5 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0px 0 15px;
}

.contact-form .fill-btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/*** FOTOER ***/
.footer {
	padding: 75px 0px;
	background: #7a8f5c;
}

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

.footer .contact-list li.map {
}

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

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

.contact-list li {
	margin: 0px 0px 15px 0px;
	color: #F5F3EF;
	font-size: 20px;
}

.contact-list li span {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
}

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

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

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

.contact-list li i {
	min-width: 17px;
	text-align: center;
	color: #fff;
	display: block;
}

.contact-list li i.fa-mobile {
	font-size: 24px;
}

.contact-list li.map a {
	align-items: start;
}

.contact-list li.map i {
	margin-top: 5px;
}

.footer .logo {
	color: #fff;
	font-size: 50px;
	line-height: 1.1;
	margin: 0px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Playfair Display", serif;
}

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

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

.footer .agency-logo img {
	max-height: 80px;
	margin-top: 15px;
}

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

.copyrights * {
	color: #fff;
}

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



/*** PAGE BANNER ***/
.page-banner {
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

.page-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

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

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

/*** PROPERTIES INNER ***/
.properties.inner {
	padding: 50px 0px 10px 0px;
}

.properties.inner .listingbox {
	margin-bottom: 40px;
}


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

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

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

#calculate_lt {
	color: #000 !important;
	background: #E8DCCB !important;
}

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

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

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



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

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

.evaluation-box .section-title .divider {
	border-color: #A8A39D;
}

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

.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: #E8DCCB;
	border-color: #E8DCCB;
	color: #7a8f5c;
	color: #000;
}

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

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

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

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

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

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

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


/*** BUYSELL FORM ***/
.buysellform {
	padding: 80px 0px;
	background: #7a8f5c;
}

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

.buysellform .section-title .divider {
	border-color: #A8A39D;
}

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

select.form-control {
	appearance: auto;
}

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

/*** INFO SMALL ***/
.info-small {
	padding: 80px 0px;
}

.info-small p {
	margin-bottom: 20px;
}

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


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;
}
.navbar-expand-lg .navbar-nav>.nav-item:hover .sub-menu {
	opacity: 1;
	transform: translate(0%, 100%) scaleY(1);
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
	position: absolute;
	bottom: 0;
	right: 0%;
	left: auto;
	transform-origin: top center;
	transform: translate(0, 100%) scaleY(0.01);
	opacity: 0;
	background-color: #000;
	padding: 5px 0;
	transition: transform .4s;
	display: block;
	border: none;
	border-radius: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu a.nav-link {
	display: inline-block;
	width: 100%;
	color: #fff !important;
	white-space: nowrap;
	font-weight: 500;
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration: none !important;
	padding: 10px 15px;
	display: block;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu>.nav-item {
	padding: 0;
	margin: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu a {
	color: #fff !important;
	background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link, .navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.current_page_item>a.nav-link {
	background: #7A8F5C !important;
	color: #fff !important;
}

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

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

.modal.guide .modal-content {
	border-radius: 0px;
}

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

.modal.guide .form-control {
	background: none;
	border-radius: 0px;
	padding: 0px 15px;
	margin-bottom: 18px;
	height: 55px;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	border: 1px solid #000;
	font-weight: 300;
	outline: none !important;
	box-shadow: none !important;
}

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

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

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

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

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

@media only screen and (max-width:767px) {
	.modal.guide .modal-body {
		padding: 70px 20px;
	}

}



/**/
.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: "Montserrat", sans-serif;
	background: none;
	outline: 0px;
	padding: 14px 22px !important;
	font-size: 12px;
	line-height: 1.3 !important;
	border-radius: 0px;
	transition: all .3s ease-in;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
	background: #fff !important;
	border-color: #fff !important;
	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: #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;
}

.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 {
	border-width:2px;
}

.header.fixed {
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/*** Communities page ***/
.lavalcontent {
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #f1f1f1;
}
 
.lavalcontent .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
}
 
.lavalcontent .nav-tabs a {
    border: none;
}
 
.lavalcontent .nav-tabs li {
    margin: 0px 10px;
}
 
.lavalcontent .nav-tabs li button {
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 55px;
    padding: 0px 25px;
    font-size: 16px;
    border-radius: 4px;
    min-width: 180px;
    text-align: center;
    text-transform: capitalize;
    border: none;
}
 
.lavalcontent .nav-tabs li button.active  {
    color: #fff;
    background: #7A8F5C;
}
 
.lavalcontent .table {
    background: #fff;
    padding: 40px;
}
 
.lavalcontent .table tr:first-child td {
    border: none;
}
 
.lavalcontent .table tr td:nth-child(even) {
    text-align: right;
}
 
.lavalcontent .table tr td {
    font-size: 17px;
    color:#000;
    padding: 20px 20px;
}
 
.lavalcontent .table tr td b {
    font-weight: bold;
}
 
.lavalcontent .tp {
    margin-bottom: 40px;
}
 
.lavalcontent .bgs {
    background: #fff;
    padding: 40px 40px;
    border-radius: 15px;
}
 
.lavalcontent .bgs h3 {
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 17px;
    letter-spacing: 1px;
}
 
.pop_graphs img {
    width:100%;
}
 
.links-content ul {
    padding-left:15px;
}
 
.links-content ul li {
    color:#000;
    font-size: 15px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}
 
.links-content ul li a {
    color:#000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
 
.links-content ul li::marker {
    color: #7A8F5C;
}
 
.program-box .img img {
    width: 75%;
}
 
.links-content ul li a:hover {
    color: #7A8F5C;
}
 
 .side-menu {
    overflow: hidden;
    background: #fff;
}
 
.side-menu .img {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
 
.side-menu .bgblack.full {
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
 
 .side-menu .contact-list li i {
    color: #7A8F5C;
}
 
 .side-menu .contact-list li span {
    color: #7A8F5C;
}
 
.side-menu .text {
    display: inline-block;
    width: 100%;
    padding-left: 70px;
}
 .side-menu .bgblack.full {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: auto;
}
  
.side-menu .bgblack {
    align-items: start;
    justify-content: start;
}
 