@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');


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

body {
	font-size: 16px;
	color: #000;
	padding: 15px;
	/* font-family: "Great Vibes", cursive;
	font-family: "Italiana", sans-serif; */
	font-family: "Quicksand", sans-serif;
}

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

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

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: 400;
	text-transform: uppercase;
	font-family: "Italiana", sans-serif;
}

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

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

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

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

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

p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.65px;
	color: #000;
	margin-bottom: 15px;
}

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

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

.btn-default {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 4px;
	color: #fff;
	border: 1px solid #101d2d;
	border-radius: 0px;
	background: #101d2d;
	outline: 0px;
	padding: 20px 30px;
	transition: all .4s ease-in-out;
}

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

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

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

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

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

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

.btn-default.btn-white-black-bordered:hover {
	background: #525252;
	border-color: #525252;
	color: #fff;
}


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

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

.section-title h6 {
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	color:#000000;
	margin-bottom: 0px;
}

.section-title h2 {
	font-family: "Italiana", sans-serif;
	font-size: 75px;
	line-height: 1;
	color:#000000;
	margin-top: 15px;
	margin-bottom: 20px;
}

.section-title h2 span {
	color: #000;
	font-family: "Quicksand", sans-serif;
	margin: 0 0 15px;
	font-size: 16px;
	letter-spacing: 8px;
	font-weight: 600;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1440px;
}

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

ul.bulleted-list li, ul.bulleted-list li a {    
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

/*** Sidemenu ***/
.menu-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 13px;
	background: none !important;
	border-radius: 50%;
	padding-right: 5px;
	cursor: pointer;
}

.menu-btn span {
	width: 26px;
	height: 1px;
	background:#fff;
	display: inline-block;
	margin: 2.5px 0px;
	float: right;
	transition: all .3s;
	border-radius: 3px;
}

.menu-btn div {
	display: inline-block;
}

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

.side-menu {
	position:fixed;
	top: 0;
	right: -100%;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 950;
	overflow: hidden;
	height: 100vh;
	background: #101d2d;
	overflow: hidden;
	overflow-y: scroll;
	max-width: 700px;
	padding: 50px;
}

.side-menu .headbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.side-menu .logo span {
	font-family: "Quicksand", sans-serif;
	font-size: 13px;
	letter-spacing: 8.19px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 8.19px;
}

.side-menu .tel {
	display: flex;
	align-items: center;
	gap: 17px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.8px;
}

.side-menu .tel:hover,
.side-menu .tel:focus {
	background: none !important;
	color: #bfa260 !important;
}

.side-menu .tel i {
	margin-right: 0px;
	margin-top: -7px;
	font-size: 24px;
	vertical-align: middle;
}

.backdrop-sidemenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	z-index: 99;
}

.backdrop-sidemenu.active {
	opacity: 1;
}

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

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

.side-menu .bgblack {
	display: flex;
	justify-content: space-between;
}

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

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

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

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 0px;
	color: #eaeaea;
	font-family: "Italiana", sans-serif;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 4.5px;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
}

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

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
	color: #bfa260;
}

a.CloseBtn {
	float: right;
	color: #fff;
	font-size: 26px;
	margin: 0px 4px 0px 0px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	min-width: 30px;
	min-height: 22px;
}

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

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

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

a.CloseBtn:hover {
	opacity: .6;
}

/* a.menu-btn {
	display: none;
} */

a.menu-btn.active span:nth-child(2) {
	opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
	transform: rotate(-45deg);
	position: relative;
	top: 14px;
}

a.menu-btn.active span:last-child {
	transform: rotate(45deg);
	width: 100%;
	position: relative;
	top: -4px;
}

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

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

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

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

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 34px;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 50%;
	transform: translate(0px, -50%);
	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 li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #f5f5f5;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
	box-shadow: none;
	border: none;
	background: #f5f5f5;
}

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

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

.side-menu ul.main-menu li ul {
	padding: 15px 0;
	padding-left: 20px;
}

.side-menu ul.main-menu li ul li a {
	color: #666;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 2.7px;
	text-transform: uppercase;
	white-space: nowrap;
}

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

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

.side-menu ul.main-menu>li {
	width: 100%;
	padding: 12px 0px;
}

.burgerMenu__socials {
	position: absolute;
	right: 25px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}

.burgerMenu__socials h3 {
	writing-mode: vertical-rl;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 7.5px;
	transform: rotate(180deg);
}

.burgerMenu__socials--links {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.burgerMenu__socials--links a {
	margin: 10.5px 0;
	display: block;
	color: #fff;
}

.burgerMenu__socials--links a:hover {
	color: #bfa260;
}

.burgerMenu__socials:after {
	display: block;
	content: "";
	width: 1px;
	height: 110px;
	background: #fff;
}

/*** HEADER ***/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 70px;
	z-index: 900;
	overflow: visible;
	transition: all .3s;
}

@media only screen and (min-width:992px) {
	.header .navbar-collapse {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
	}
}

.header.fixed {
	position: fixed;
	z-index: 900;
	background: #101d2d;
	padding: 16px 70px;
}

.header.fixed .navbar-brand .logo a {
	display: block;
	font-family: "Great Vibes", cursive;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: .7;
	margin-top: 5%;
}

.header.fixed .navbar-brand .logo a span {
	font-family: "Quicksand", sans-serif;
	font-size: 13px;
	--logo-small-tracking: 8.19px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 8.19px;
}

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

.navbar-nav.logo img {
	width: 165px;
	filter: brightness(0) invert(1);
}

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

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

.main-nav .navbar .navbar-nav.middle {
	padding-left: 5px;
}

.main-nav .navbar .navbar-nav.logo .nav-item {
	padding: 0;
}

.main-nav .navbar .navbar-nav.logo .nav-item .nav-link {
	color: #fff;
	font-family: "Great Vibes", cursive !important;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: .4 !important;
	padding: 0;
	text-transform: inherit;
	letter-spacing: -0.1px;
}

.main-nav .navbar .navbar-nav.logo .nav-item .nav-link span {
	font-family: "Quicksand", sans-serif !important;
	font-size: 13px;
	letter-spacing: 8.19px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 8.19px;
}

.main-nav .navbar .navbar-nav.logo .nav-item:hover .nav-link {
	background: none !important;
	color: #fff !important;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	letter-spacing: .65px;
	font-weight: 500;
	line-height: 1.4;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before,
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after,
.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
	display: none;
}

.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: 16px;    
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	transition: all .3s;
}

.main-nav .navbar .navbar-nav .nav-item:hover>.nav-link.dropdown-toggle::before {
	transform: rotate(180deg);
	margin-top: -3px;
}

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

.main-nav .navbar .navbar-nav .nav-item.active>.nav-link.dropdown-toggle::before {
	transform: rotate(180deg);
	margin-top: -3px;
}

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

.navbar-brand {
	margin-left: 20px;
}

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

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

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

.header.fixed .main-nav .navbar .navbar-nav .nav-item:hover .sub-menu li .nav-link {
	color: #000 !important;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link, .header.fixed .main-nav .navbar .navbar-nav .nav-item:hover .sub-menu li:hover .nav-link {
	color: #fff !important;
}

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

.navbar-expand-md .navbar-nav>.nav-item:hover .dropdown-menu,
.navbar-expand-md .navbar-nav>.nav-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translate(-50%);
	border-radius: 0;
}

.navbar-expand-md .navbar-nav>.nav-item .dropdown-menu,
.navbar-expand-md .navbar-nav>.nav-item .sub-menu {
	padding: 11px 0 0;
	list-style: none outside none;
	margin: 0;
	position: absolute;
	left: 50%;
	width: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 30px);
	transition: transform .3s, opacity .3s, visibility, .3s;
	display: block;
	min-width: 200px;
	background: none;
	border: none;
}

.navbar-expand-md .navbar-nav>.nav-item .sub-menu li {
	background: #fff !important;
	text-align: center;
}

.navbar-expand-md .navbar-nav>.nav-item .sub-menu li>a.nav-link {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-transform: inherit;
	letter-spacing: .65px;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none !important;
	padding: 9px 14px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #000 !important;
	background: none !important;
	background: #fff;
}

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

.header .navbar-nav.rt>.nav-item.tel .nav-link {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1.7px;
}

.header .navbar-nav.rt>.nav-item.tel:hover .nav-link,
.header .navbar-nav.rt>.nav-item.tel:focus .nav-link {
	background: none !important;
	color: #fff !important;
}

.header .navbar-nav.rt>.nav-item.tel .nav-link i {
	margin-right: 0px;
	margin-top: -7px;
	font-size: 24px;
	vertical-align: middle;
}

.header .navbar-nav.rt>.nav-item:last-child {
	margin-left: 20px;
}

.header .navbar-nav.rt>.nav-item.logo-agency {
	margin-left: 10px;
}

.header .navbar-nav.rt>.nav-item.logo-agency img {
	height: 35px;
}

/*** HERO ***/
.hero {
	position: relative;
	overflow: hidden;
	height: 87vh;
}

.hero-favicon {
	position: absolute;
	bottom:30px;
	right:30px;
	z-index: 9;
}

.hero-favicon img {
	height: 70vh;
	object-fit: cover;
	opacity: 0.5;
}

.hero-content {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	bottom: 55px;
	left: 0;
}

.hero-content h1 {
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 1;
}

.hero-content h1, .hero-content h6 {
	color: #fff;
}

.hero-content h6 {
	color: #fff;
	letter-spacing: 9px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.hero-content .btn-default {
	background: #101d2d;
	border-color: #101d2d;
	margin: 0px 5px;
}

.hero-content .btn-default.btn-active, .hero-content .btn-default:hover {
	background:#bfa260;
	color:#fff;
	border-color: #bfa260;
}

.hero-content  .btn-white-bordered {
	color: #fff;
	border-color: #fff;
	background: none;
}

.banner-swiper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.banner-img-ctn {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner-img-ctn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(180deg,#000c,#0000 15.13%),linear-gradient(180deg,#0000 46.88%,#0009);
	z-index: 4;
}

.banner-img-ctn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-swiper .swiper-pagination {
	padding-bottom: 30px;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgb(206, 206, 206);
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

/*** About ***/
.about {
	padding: 15px 0 0;
}

.about .section-title h2 span {
	letter-spacing:1px;
	width:100%;
	display:inline-block;
}

.about .section-title br {
	display:none;
}

.about .imgbox {
	position: relative;
	max-width: 560px;
	padding: 40px 0 0 41.11px;
	margin: 50px 0px 0 0;
}

.about .imgbox:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 61px);
	height: calc(100% - 57px);
	background: url(../img/about-overlay.jpg) 50% 50% no-repeat;
	background-size: cover;
	z-index: 1;
}

.about .imgbox img {
	position: relative;
	width: 100%;
	z-index: 10;
}

.about .container {
	padding: 40px 70px;
}

.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.about p {
	color: #000;
	margin-bottom: 25px;
}

.about ul li {
	margin-right: 35.78px;
	padding: 5px 0;
	color: #000;
}

.about ul li img {
	margin-right: 3px;
}

.about ul li a {
	color: #000;
	border-bottom: 1px solid transparent;
	line-height: 1.6;
	font-weight: 500;
}

.about ul li a:hover {
	color: #000000;
	border-color: #000000;
}

/*** numbers ***/
.numbers .container {
	padding: 40px 60px;
}

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

.numbers h3 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.numbers p {
	font-size: 18px;
	letter-spacing: .7px;
	margin: 14px 0 0;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	color: #000000;
}

.numbers .bright {
	padding: 27px 0;
	border-right: 1px solid #d9d9d9;
}

.numbers .bright:last-child {
	border-right: 1px solid transparent;
}

.numbers .space {
	padding: 0 60px;
}

/*** meet-team ***/
.meet-team {
	padding: 54px 95px 40px 95px;
	position: relative;
}

.meet-team:before {
	content: '';
	background: url(../img/bg-team.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: calc(100% - 339px);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

.meet-team .section-title {
	margin-bottom: 80px;
}

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

.teambox .img {
	margin-bottom: 30px;
}

.teambox:hover .img img {
	filter: grayscale(1);
}

.teambox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.4;
	transition: all .3s;
}

.teambox .text {
	margin-bottom: 30px;
}

.teambox .text h3 {
	color: #000000;
	text-align: center;
	font-size: 25px;
	letter-spacing: 1.25px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.teambox .text p {
	color: #000000;
	text-align: center;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 1.95px;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
}

.meet-team .owl-theme .owl-nav {
	margin: 0;
}

.meet-team .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	background: none !important;
	position: absolute;
	top: 35%;
	left: -60px;
}

.meet-team .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -60px;
}

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

/*** properties ***/
.properties {
	position: relative;
	margin-top: 40px;
	padding: 40px 0;
}

.properties .container {
	padding: 90px 70px 0;
	z-index: 4;
	position: relative;
}

.properties .bg {
	background: url(../img/propertiesBg.webp) 50% 50% no-repeat;
	background-size: cover;
	height: calc(100% - 396px);
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	transform: translate(-50%);
	max-width: 1233px;
	z-index: 1;
}

.properties .space {
	padding: 0 106px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.properties .right .propertybox:first-child {
	margin-top: 50px;
}

.propertybox {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.propertybox .img {
	position: relative;
}

.propertybox:hover .img img {
	filter: grayscale(1);
}

.propertybox .img img {
	height: 445px;
	object-fit: cover;
	width: 100%;
	transition: all .3s;
}

.propertybox .label {
	font-size: 18px;
	width: 159px;
	padding: 8px 33px;
	top: 20px;
	right: 20px;
	position: absolute;
	color: #fff;
	z-index: 7;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .5px;
	background: #bfa260b3;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.propertybox .text {
	max-width: 375px;
	padding: 16px 24px;
	left: 38.69px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	background: #fff;
	width: 100%;
}

.propertybox .text h3 {
	font-family: "Quicksand", sans-serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
}

.propertybox .text h3 small {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .67px;
	color: #000;
}

.propertybox .text p {
	font-size: 25px;
	padding: 16px 0 0;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}

.propertybox .text p small {
	display: inline-block;
	font-size: 15px;
}

/*** search-listings ***/
.search-listings {
	padding: 40px calc(11.6875rem - 15px);
}

.search-listings p {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1.8px;
	margin: 10px 0 0;
}

.search-listings .bootstrap-select>.dropdown-toggle {
	background: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	border: none !important;
	padding: 12px 0px;
}

.bootstrap-select>.dropdown-toggle:after {
	display: none;
}

.search-listings .bootstrap-select {
	border: none;
	padding: 0;
	color: #000 !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAYAAABxeg0vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTEyLTE4VDA3OjMyOjI3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0xMi0xOFQwNzo0Nzo1NiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0xMi0xOFQwNzo0Nzo1NiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk4NzYwMy0yMWJhLWYyNDMtYTliMy0yNDJjNmVhNTcwOWQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5ODc2MDMtMjFiYS1mMjQzLWE5YjMtMjQyYzZlYTU3MDlkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzM5ODc2MDMtMjFiYS1mMjQzLWE5YjMtMjQyYzZlYTU3MDlkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk4NzYwMy0yMWJhLWYyNDMtYTliMy0yNDJjNmVhNTcwOWQiIHN0RXZ0OndoZW49IjIwMjQtMTItMThUMDc6MzI6MjcrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wsrHxAAAAd0lEQVQImXWLPQqDQBhEnyH2KVOofM1CSq+UEyyewCNsPJI3SJ9mGyG9jRh3P4sgiD8D08y8h5HMchIjhVVV1r3AtTWSuwP4BaHd7sn/lDIh1CP9E26kBAex+fjurap7AeAhd4mkLgITv8r7rwc4FRZpABb4SJgB8D8z+vE1/uUAAAAASUVORK5CYII=) !important;
	background-repeat: no-repeat;
	background-position: right center;
	min-width: 100%;
	width: 100% !important;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
	outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
	color: #000 !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle .filter-option {
	color: #000 !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
}

.search-listings .btn-default {
	line-height: 50px;
	margin-top: 50px;
}


/*** testimonials ***/
.testimonials {
	position: relative;
	margin: 40px 0;
	padding: 111px 132px 0;
}

.testimonials .bg {
	position: absolute;
	background: url(../img/bg-testi.jpg) 50% 50% no-repeat;
	height: calc(100% - 8px);
	z-index: 2;
	right: 0;
	top: 0;
	width: 100%;
	background-size: cover;
}

.testimonials .container {
	position: relative;
	z-index: 4;
	padding: 70px 180px;
	background: #fff;
}

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

.testimonial-swiper .testimonial-ctn {
	width: 85%;
	margin: 0 auto;
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
	color: #101d2d;
}

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

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


/*** video-testimonials ***/
.video-testimonials {
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 0;
}

.video-testimonials .section-title {
	text-align: left;
	display: inline-block;
	margin-bottom: 30px;
}

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

.videobox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s;
	pointer-events: none;
	opacity: 0;
	background: #000;
	z-index: 2;
}

.videobox .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80px;
	z-index: 3;
	width: auto;
}

.video-testimonials .name {
	font-size: 16px;
	line-height: 1.125;
	letter-spacing: 2.24px;
	margin-top: 32px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 50px;
}

.video-testimonials .owl-carousel .owl-stage-outer {
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
	z-index: 5;
}

.video-testimonials .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.video-testimonials .owl-carousel .owl-stage .item {
	transform: scale(0.85);
}

.video-testimonials .owl-carousel .owl-stage .center .item {
	transform: scale(1);
}

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

.videomodal .modal-body {
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
}

.videobox:hover:before {
	opacity: .6;
}

.videomodal .btn-close {
	position: absolute;
	top: -25px;
	right: 0px;
	color: #fff;
	opacity: 1;
	z-index: 9999;
	filter: invert(1);
	font-size: 14px;
}

.video-testimonials .owl-theme .owl-nav {
	margin: 0;
	width: 100%;
	max-width: 996px;
	float: none;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -15px;
}

.video-testimonials .owl-theme .owl-nav [class*=owl-] {
	background: none !important;
	margin: 0 !important;
}


/*** social ***/
.social {
	padding: 40px 134px;
}

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

.social h3 {
	font-family: "Quicksand", sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 9px;
	margin: 30px 0px 30px 0px;
}

.social .text {
	padding: 0 30px;
	text-align: center;
}

.social p {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}

.social a {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.social .right {
	padding-left: 50px;
}

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

.social .right p {
	font-family: "Italiana", sans-serif;
	color: #000;
	font-size: 25px;
	letter-spacing: 1.25px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.social .insta-post .cols img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

/*** work-together ***/
.work-together {
	padding: 40px 5px 73px;
	padding-bottom: 130px;
}

.work-together .space {
	padding: 30px 0;
}

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

.work-together .btns a {
	height: 172px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0 7px 29px #64646f26;
	background: #fff;
	transition: all .4s ease-in-out;
	padding: 0 0 0 22px;
}

.work-together .btns a:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg-black.jpg) 50% 50% no-repeat;
	background-size: cover;
	transition: all .4s ease-in-out;
	opacity: 0;
	z-index: 1;
}

.work-together .btns a span {
	left: -22px;
	white-space: nowrap;
	padding-right: 5px;
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1.25px;
	font-family: "Italiana", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 10px;
	transition: all .4s ease-in-out;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	white-space: nowrap
}

.work-together .btns a span:after {
	width: 72px;
	display: block;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	transition: all .6s ease-in-out;
}

.work-together .btns a:hover {
	margin-left: 10px;
}

.work-together .btns a:hover:after {
	opacity: 1;
}

.work-together .btns a:hover span {
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.work-together .btns a:hover span:after {
	width: 100%;
	background: #fff;
}


/*** footer ***/
.footer {
	position: relative;
}

.footer .container {
	padding: 0 121px;
	position: relative;
	padding-top: 60px;
}

.footer .bg {
	background: url(../img/footer-bg.webp) 50% 50% no-repeat;
	background-size: cover;
	top: 0px;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.footer .container {
	position: relative;
	z-index: 4;
}

.footer .tp {
	padding-top:86px;
}

.footer .logo img {
	height: 150px;
	margin-bottom: 30px;
}

.footer .agency-logo img {
	height: 50px;
	margin-bottom: 30px;
}

.footer .copyright-ctn p {
	font-size: 16px;
    color: #000000;
    font-weight: 500;
    letter-spacing: .65px;
    line-height: 1.5;
}

.footer .copyright-ctn img {
	width: 145px;
}

.contact-info {
	display: flex;
	align-items: start;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	letter-spacing: .65px;
	line-height: 1.5;
	padding: 6px 0;
}

.contact-info .img {
	margin-right: 8px;
	min-width: 16px;
	margin-top: 2px;
}

.contact-info .img img {
	max-width: 16px;
}

.footer .social-items {
	margin-top: 20px;
}

.footer .social-items a {
	font-size: 21px;
	margin-right: 15px;
	color: #000000;
	transition: all .4s ease-in-out;
}

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

.footer .links ul li {
	display: inline-block;
	width: 49.25%;
}

.footer .links ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .65px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	transition: all .4s ease-in-out;
	margin-bottom: 25px;
}

.footer .links ul li a:hover {
	text-decoration-color: #000000;
}

.newsletter {
	background: #ffffffbf;
	box-shadow: 0 7px 29px #00000040;
	padding: 36px 20px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
}

.newsletter .form-control {
	width: 100%;
	display: inline-block;
	border-radius: 0;
	height: 47px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #828282;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-bottom: 1px solid #999;
	background: transparent;
	background: #fff url(../img/submit-arrow.svg) 100% 50% no-repeat;
	background-size: 27px auto;
	padding: 0px 40px 0px 0px;
	box-shadow: none !important;
	outline: none !important;
}

.footer .copy {
	margin-top: 50px;
}

/*** ABOUT PAGE ***/
.page-banner {
	height: 450px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: end;
	margin-bottom: 60px;
}

.page-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(180deg, #000c, #0000 45%), linear-gradient(180deg, #0000 45%, #0009)
}

.page-banner .container {
	padding: 0px 70px;
}

.page-banner .breadcrumbs {
	background: #fff;
	display: inline-block;
	padding: 30px 40px;
	position: relative;
	z-index:2;
	bottom: -90px;
}

.page-banner h1 {
	font-size: 90px;
	line-height: 1;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

.page-banner .breadcrumbs ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.page-banner .breadcrumbs ul li {
	display: inline-block;
	margin: 0px 5px;
	text-transform: uppercase;
}

.page-banner .breadcrumbs ul li:first-child {
	margin-left: 0px;
}

.page-banner .breadcrumbs ul li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.2px;
}

.page-banner .breadcrumbs ul li:hover a {
	opacity: 0.8;
	color: #000;
}

.about-inner p {
	color: #000;
}

.about-inner .imgbox {
	margin: 0px;
}

.about-inner .imgbox:before {
	width: 87%;
	height: calc(100% - 160px);
}

.about-inner .imgbox img {
	position: relative;
	width: 100%;
	z-index: 10;
}

.about-inner .contact-card {
	padding: 0px 80px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}

.about-inner ul li {
	width: 100%;
}

.about-inner ul li img {
	width:35px;
	height: 35px;
	filter: brightness(0);
}

.about-inner ul li, .about-inner ul li a {
	color: #000;
}

.about-inner .social-items {
	margin-bottom: 40px;
}

.about-inner .social-items a {
	font-size: 21px;
	margin-right: 15px;
	color: #000000;
	transition: all .4s ease-in-out;
}

/*** TEAM PAGE ***/
.team-inner::before {
	background: #fff;
}

.team-inner h2 {
	line-height: 1.1;
}

.team-inner p {
	color: #000;
}

.lh-04 {
	line-height: 0.4 !important;
}

.team-inner .teambox .img img {
	aspect-ratio: 1 / 1;
}

/*** CONTACT ***/
.contact {
	padding: 80px 0px;
}

.contact h2 {
	line-height: 1;
}

.contact .form-box {
	background-color: #101d2d;
	padding: 50px;
}

.form-box .form-control {
	display: inline-block;
	width: 100%;
	height: 47px;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #000;
	border: solid 1px #000;
	border-radius: 0;
	background: #fff;
	outline: none;
	padding: 12px 15px;
	margin-bottom: 15px;
}

.form-box .form-control:focus {
	outline: none;
	border: 1px solid #000;
	border-radius: 2px;
}

.form-box textarea.form-control {
	padding: 15px 15px;
	height: 100px;
	border: 1px solid #000;
}

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

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

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

.form-box .btn-default.btn-white-bordered:hover {
	color: #fff;
    border-color: #bfa260;
    background: #bfa260;
}

/*** BLOG ***/
.blog-list .container {
	padding: 40px 70px;
}

.blog-list .form-control {
	border-radius: 0px;
	padding: 12px;
	height: 57px;
	border: 1px solid #AAAAAA;
	color: #aaa;
	font-size: 15px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.blog-list .form-control:focus {
	border:1px solid #000;
	box-shadow:0 0 0 1px rgba(0,0,0,1);
}

.blog-list form .btn-default {
	padding:0px;
	width: 95%;
	height: 57px;
	line-height: 57px;
	margin-left: 5%;
}

.blog-post {    
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	float: none !important;
	width: 100% !important;
	padding: 16px !important;
	margin: 0 !important;
	border: 0 !important;
}

.blog-post * {
	color: #000;
}

.blog-post .blog-img {
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	object-position: center;
}

.blog-post h3 {    
	font-size: 20px;
	letter-spacing: .05em;
	margin-bottom: 0px;    
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	--number-lines: 2;
	-webkit-line-clamp:2;
	min-height: 60px;
}

.blog-post .blog-excerpt {    
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	--number-lines: 3;
	-webkit-line-clamp:3;
}

.blog-post .btn-default {
	color: #fff;
}

.blog-list .blog-post .post-stats {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.blog-list .blog-post .post-stats p {
	font-size: 20px;
	font-weight: 400;
}

/*** BUYERS ***/
.buyer-box .container {
	padding:40px 70px;
}

.buyer-box h3 {
	font-size: 40px;
	color: #000;
}

.buyer-box p {
	color: #000;
}

.buyer-box .btn-default {
	line-height: 57px;
}

.buyer-box .buyer-steps {
	padding: 22px 70px 22px 0px;
}

.buyer-box .buyer-steps li {
	list-style: none;
	margin: 0px 0px 22px 0px;
}

.buyer-box .buyer-steps a {    
	padding: 12px 16px;
	display: flex;
	color: #595959;
	letter-spacing: 1.68px;
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	height: 42px;
	align-items: center;
	font-size: 15px;
}

.buyer-box .buyer-steps span {    
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #f1f1f1;
	transition:all .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-weight: 400;
	font-size: 14px;
}

.buyer-box .buyer-steps li.active a, .buyer-box .buyer-steps li:hover a {
	font-weight: 700;
	color: #000;
}

.buyer-box .buyer-steps li.active span, .buyer-box .buyer-steps li:hover span {
	background: #000;
	color: #fff;
}

/*** SOCIAL MEDIA ***/
.social-box .container {
	padding: 40px 70px;
}

.social-box .social-items  {
	display: flex;
	gap: 15px;
}

.social-box .social-items a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	color: var(--smw-icon, #000);
	width: 80px;
	height: 80px;
	border: 1px solid #333333;
	border-color: var(--smw-icon, #AAAAAA);
	transition: var(--transition, all 150ms linear);
}

.social-box .social-items a:hover {
	border-color: #000;
}

.social-box .btn-default.btn-white-black-bordered {
	margin: 5px 0px 2.5px 0px;
}

/*** TESTIMONIALS ***/
.inner-testimonial {
	margin: 0px;
	padding: 40px 0px;
}

.inner-testimonial .container {
	padding: 20px 70px;
}

.testimonial-box {
	border: 1px solid #AAA;
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.testimonial-box p {
	color: #000;
	line-height: 1.8;
	margin-bottom: 10px;
}

.testimonial-box h5 {
	font-family: "Quicksand", sans-serif;
	letter-spacing: 2px;
	letter-spacing: .5em;
	font-size: 18px;
	text-shadow: 0px 4px 44px rgba(0,0,0,.29);
}

/*** PROPERTIES ***/
.search-properties .container {
	padding: 40px 70px;
}

.search-properties .danger {
	color: red;
	font-size: 16px;
	font-weight: 600;
}

.prop-box {    
	position: relative;
	overflow: hidden;
}

.prop-box figure {
	position: relative;
	aspect-ratio: 1 / 0.65;
	margin-bottom: 0px;
}

.prop-box figure::after {
	background: linear-gradient(180deg, #00000080, #0000 49.5%, #00000080);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prop-box figure img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.prop-box .prop-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.prop-box .prop-top .top-details {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	padding:15px;
	z-index: 2;
}

.prop-box .prop-top .top-details>div {
	padding: 8px;
}

.prop-box .prop-top .top-details * {
	color: #fff;
}

.prop-box .prop-top .top-details h5 {
	font-family: "Quicksand", sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin: 0px;
}

.prop-box .prop-top .top-details .prop-address {
	font-size: 20px;
	text-transform: uppercase;
}

.prop-box .prop-top .bottom-details {
	position: absolute;
	bottom: 0;
	left: 0;
	padding:15px;
	z-index: 2;
	width: 100%;
	background: rgba(0, 0, 0, .4);
}

.prop-box .bottom-details h2 {
	color: #fff;
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}

.prop-box .bottom-details small {
	display: inline-block;
}

.prop-box .prop-specs {    
	position: relative;
	padding: 0;
	list-style: none;
}

.prop-box .prop-specs li {
	display: inline-block;
	padding: 0 10px;
	border-right: solid 1px #fff;
}

.prop-box .prop-specs li:last-child {
	border-right: none;
}

.prop-box .prop-specs span {
	color: #fff;
	text-shadow: 0px 4px 14px rgba(177, 179, 199, .25), 13px 24px 24px rgba(177, 179, 199, .25);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
}

.prop-box .prop-specs li.last {    
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.property-details {
	margin-bottom: 30px;
	display: inline-block;
}

.property-details .prop-bottom {    
	position: relative;
	display: block;
	background:#f6f6f6;
	color:#000;
	padding:24px;
	transition:all .2s ease-in-out;
	flex-grow: 1;
}

.property-details .prop-bottom p {
	color: #000;
	text-transform: uppercase;
}

.property-details:hover .prop-bottom {
	background:#101d2d;
}

.property-details:hover .prop-bottom p {
	color: #fff;
}


/*** COMMUNITIES ***/
.communities {
	margin: 0px -15px;
	position: relative;
	z-index: 6;
	overflow: hidden;
}

.communities .container>.row {
	margin-left: -15px;
	margin-right: -15px;
}

.communities .container {
	padding: 40px 0px;
}

.communities .comm-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 0.55;
}

.communities .comm-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.communities .comm-box::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 100%);
	height: 100%;
	z-index:2;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.communities .comm-box:hover::after {
	opacity: 0.8;
}

.communities .comm-box h3 {
	line-height: 1.6;
	position: absolute;
	width: 100%;
	padding:15px 0px;
	text-align: center;
	color: #fff;
	z-index: 3;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom:0;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1.25px;
	padding: 6px 10px;
	text-transform: uppercase;
	transform:none;
	transition: all .4s ease-in-out;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 100%);
	margin-bottom: 0px;
}

.communities .comm-box:hover h3 {
	bottom: 50%;    
	transform:translateY(50%);
	background:transparent;
}

.communities .row>* {
	margin-top: -7px !important;
}

.community-details .container {
	padding: 40px 70px;
}

.img-fill {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

small {
	font-size: 12px;
	margin: 10px 0px;
	display: block;
}



/*** free-home page css ***/
.free-home {
	min-height: 565px;
	padding: 178px 0 62px;
	background: url(../img/homevaluation-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.free-home:after {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0.3;
	z-index: 1;
}

.free-home .container {
	position: relative;
	z-index: 2;
	padding: 0px 193px;
}

.free-home .head h2 {
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: initial;
	padding: 0 35px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.free-home .head p {
	color: #fff;
	letter-spacing: .7px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.free-home .bgbar {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}

.free-home .bgbar .icon-location {
	font-size: 23px;
	top: 18px;
	left: 20px;
	position: absolute;
}

.free-home .form-control {
	padding: 16px 24px;
	height: 54px;
	color: #aaa;
	border: none;
	border-bottom: 1px solid #AAA;
	font-size: 13px;
	border-radius: 0px;
	width: 100%;
	box-shadow: none !important;
	outline: none !important;
}

.free-home .bgbar .form-control.first {
	max-width: 332px;
	padding: 16px 24px 16px 52px;
	border-right: solid 1px #AAAAAA;
}

.free-home .bgbar .form-control.second {
	max-width: 420px;
}

.free-home .btn-default {
	line-height: 54px;
	min-width: 112px;
	padding: 0px 15px;
	text-align: center;
	vertical-align: top;
}

.free-home .stepsbar {
	padding-top: 30px;
}

.free-home .stepsbar .row>div {
	position: relative;
}

.free-home .stepsbar .arrow-right {
	position: absolute;
	top: 20px;
	right: -10px;
}

.free-home .stepsbar .icon i {
	display: none;
}

.free-home .stepsbar .icon {
	border: 1px solid #fff;
	width: 62px;
	height: 62px;
	position: relative;
	border-radius: 50%;
	font-size: 28px;
	text-align: center;
	color: #fff;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.free-home .stepsbar h3 {
	font-family: "Quicksand", sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: .9px;
	text-transform: uppercase;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, .29);
	margin: 0;
	margin-top: 10px;
}

.free-home .stepsbar p {
	font-family: "Quicksand", sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 0;
	letter-spacing: .7px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 300;
}

.free-home .stepsbar .active .icon {
	background: #fff;
	color: #000;
}

.free-home .stepsbar .active .icon img {
	filter: invert(1);
}

.free-home .stepsbar .active h3,
.free-home .stepsbar .active p {
	font-weight: 700;
}


.free-home .space {
	padding: 0px 25px;
}

.free-home h3 {
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.free-home p {
	color: #fff;
	letter-spacing: .7px;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-bottom: 15px;
}

.free-home #step2 .form-control {
	margin-bottom: 15px;
}

.free-home select.form-control {
	background: url(../img/arrow.png) no-repeat 94% center rgb(255, 255, 255);
}

.free-home .bg {
	padding: 40px 64px;
	background: linear-gradient(153deg,#fffc,#f5f3f333);
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px);
	border-radius: 16px;
}

.free-home .bg .section-title h2 {
	font-size: 50px;
	margin: 15px 0px 0px 0px;
}

.free-home .bg .section-title h2 span {
	color: #000;
	padding: 0;
	font-weight: 400;
	letter-spacing: 7.5px;
	font-size: 15px;
	display: inline-block;
	padding-top: 35px;
}

.free-home .bg p {
	margin: 0 0 30px;
	font-size: 18px;
	color: #5c5c5c;
	line-height: 1.7;
	font-weight: 500;
	opacity: 1;
}

.free-home .bg h5 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}

.free-home .bg .btns {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.free-home .bg .btn-default {
	padding: 0px 26px;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 1;
	line-height: 48px;
	width: 100%;
}

.free-home .bg .btn-default.ft {
	max-width: 179px;
}

.cta-dropdown {
	display: none;
}

/*** Buysell page ***/
.buy-sell {
	padding:0px 0px 0px 0px;
	position: relative;
}

.buy-sell .btn-default {
	margin-bottom: 15px;
}

.buy-sell .btn-link {
	color: #000;
	font-weight: bold;
}

.buy-sell .btn-link:hover {
	color: #000;
}

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

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

.info-small h2 {
	font-size: 68px;
}

/************* buysellform ********************/
.buysellform {
	padding:0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.buysellform h4 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #fff;
	letter-spacing: 1px;
	text-align:left;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.buysellform .bg-forms {
	border-radius: 0px;
	background: #101d2d;
	padding: 80px 50px;
}

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

.buysellform .form-control::placeholder{
	color: #000;
}

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

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

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

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

.buysellform .btn-white-bordered {
	background: none;
	border:1px solid #fff;
}

.buysellform .btn-white-bordered:hover {
	background: #bfa260;
	border-color: #bfa260;
}

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

.select2-container .select2-search--inline .select2-search__field::placeholder {
	text-transform: uppercase;
	color: #000;
	margin-top: 0;
}

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

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

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

.evaluation-box .bg-form  h2 {
	font-size: 68px;
	line-height: 1.1;
}

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

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

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

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

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

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

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


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

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

.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 {
	background: #fff;
	border: 0px;
	border-radius: 0px;
	padding: 10px 16px;
	margin-bottom: 18px;
	height: 50px;
	color: #000 !important;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

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

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

.evaluation-box .btn-default {
	border-color: #fff !important;
}

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

mw-calc-panel-body, mw-calc-section {
	background:#101d2d !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 35px 15px !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: #fff !important;
}

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

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

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

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

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
	display: inline-block;
	margin-left: 4px;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	font-size: 14px;
}

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

.header.fixed .navbar-light .navbar-nav .nav-item.current_page_item>.nav-link,
.header.fixed .navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link {
	background: #bfa260 !important;
	color: #fff !important;
}

.header.fixed .main-nav .navbar .navbar-nav .nav-item:hover .sub-menu li.current-menu-item>.nav-link {
	color: #fff !important;
}

.navbar-expand-md .navbar-nav>.nav-item .sub-menu li.current-menu-item>a.nav-link {
	background: #101d2d !important;
	color: #fff !important;
}

.side-menu ul.main-menu>li.current-menu-item>a,
.side-menu ul.main-menu>li.current-menu-parent>a {
	color: #bfa260;
}

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

.side-menu ul.main-menu li a {
	width: 100%;
	text-align: left;
}

.side-menu ul li.current ul.sub-menu {
	background: none;
}

.side-menu ul.main-menu li ul li a {
	text-align: left;
	padding: 0px 10px;
}

.side-menu ul.main-menu li ul.sub-menu li:hover a, .side-menu ul.main-menu li ul.sub-menu li.current_page_item>a, .side-menu ul.main-menu li ul.sub-menu li.active>a {
	background: #bfa260 !important;
	color: #fff !important;
}

.side-menu .menu-item-has-children>a:before {
	right: 3px;
}

.side-menu .menu-item-has-children>a:after {
	right: 0;
}

.about ul {
	align-items: center;
}

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


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;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.side-menu .menu-item-has-children>a:after, .side-menu .menu-item-has-children>a:before {
	opacity: 0 !important;
}

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

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item>a,
.side-menu ul.main-menu li ul.sub-menu li.active>a {
	background: none !important;
	color: #bfa260 !important;
}

.side-menu li.menu-item-has-children ul.sub-menu {
	display: block !important;
	background: none !important;
	pointer-events: auto !important;
}

section.contact .wpcf7-list-item {
    margin: 0;
}

.info-small .section-title h2 {
    line-height: 0.9;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mw-listings-grid {
	column-count: 2;
}

.mw-home-grid {
	break-inside: avoid;
}

.mw-home-grid:nth-child(4) {
	padding-top: 50px;
}

.mw-home-grid .prop-label {
	position: absolute;
	top: 40px;
	right: 40px;
}
