@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

/*** GENERIC CSS ***/
html,body {
	height: 100%;
}

body {
	font-size: 14px;
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Cinzel', serif;
	font-family: 'Compass';
	font-family: 'Compass Serif';
	font-family: 'Montserrat', sans-serif;
}

@font-face {
	font-family: 'Arthur Dale';
	src: url('../fonts/ArthurDaleRegular.woff2') format('woff2'),
		url('../fonts/ArthurDaleRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Compass';
	src: url('../fonts/CompassSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Compass Serif';
	src: url('../fonts/CompassSerif-Regular.woff2') format('woff2'),
		url('../fonts/CompassSerif-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Compass Serif';
	src: url('../fonts/CompassSerif-Bold.woff2') format('woff2'),
		url('../fonts/CompassSerif-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Compass Serif';
	src: url('../fonts/CompassSerif-BoldItalic.woff2') format('woff2'),
		url('../fonts/CompassSerif-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Compass Serif';
	src: url('../fonts/CompassSerif-Italic.woff2') format('woff2'),
		url('../fonts/CompassSerif-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


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

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

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 {
	font-family: 'Compass Serif';
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-weight: 400;
}

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

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

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

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

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

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

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

p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 1.666rem;
	letter-spacing: 1px;
}


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

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

.visible-xs {
	display: none;
}

.btn-default {
	border: 1px solid #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .1em;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	min-width: 150px;
	line-height: 42px;
	padding: 0px 30px;
}

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

.btn-default.lg {
	font-weight: bold;
	padding: 16px 20px;
	min-width: 270px;
}

.btn-default span {
	position: relative;
	z-index: 1;
}

.btn-default.black {
	color:#000;
	border-color:#000;
}

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

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

.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#134db8;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

.section-title {

	padding-left: 30px;
}

.section-title h6 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #878787;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}

.section-title h6:after {
	content: '';
	content: '';
	position: absolute;    
	left: -50px;
	top: 26px;
	margin: auto;
	width: 70px;
	height: 22px;
	background: rgb(235,29,54);
	background: -moz-linear-gradient(90deg, rgba(235,29,54,1) 0%, rgba(73,73,73,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(235,29,54,1) 0%, rgba(73,73,73,1) 100%);
	background: linear-gradient(90deg, rgba(235,29,54,1) 0%, rgba(73,73,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb1d36",endColorstr="#494949",GradientType=1);
	margin-top: 0px;
	background: url(../img/icon-key.png) left top no-repeat;
	background-size: 100% auto;
	-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);
}

.section-title.no-key h6:after {
	display: none;
}

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

.section-title.white h6 {
	color: #878787;
}

.section-title.white hr {
	border-color: #fff;
}

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

.section-title hr {
	width: 50px;
	height: 0.5px;
	border-color: #000;
	margin-top: 35px;
	margin-bottom: 30px;
	display: inline-block;
}

.section-title h2 {
	font-weight: 400;
	line-height: 1.3;
	font-size: 54px;
	color: #000;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Cinzel', serif;
	margin-bottom: 45px;
	text-transform: capitalize;
}

.section-title p {
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin-bottom:0px;
	color: #000;
	color: #484b4e;
}

.container {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

/*** PRELOADER ***/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 2px solid #134db8;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.img-rounded {
	border-radius: 15px;
}

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

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

/*** HEADER ***/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.header .container {
	max-width: 1920px;
}

.navbar {
	padding:0px 0px;
}

.header .navbar-nav .nav-item {
	padding:12px 13px;
}

.header.scrolled .navbar-nav .nav-link {
	color:#fff;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #EA563D !important;
}

.navbar-light .navbar-nav .dropdown .active>a {
	background: #fff !important;
	color: #000 !important;
}

.header .navbar-nav .nav-link {
	padding: 0px 0px;
	color: inherit;
	position: relative;
	color:#000;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Compass';
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.header .navbar-nav .nav-item:hover .nav-link{
	color: #EA563D !important;
}

.navbar-light .navbar-brand {
	position: relative;
	padding: 16px 0 18px 5.25vw;
}

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

.navbar-brand:before {
	width: 26.563vw;
}

.navbar-brand:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #000;
	height: 100%;
	width: 425px;
	transition: all .3s ease;
	width: 26.563vw;
	z-index: -1;
}

.navbar-brand img {
	max-height: 100px;
	margin-left: 0px;
}

.nav-item:hover .nav-link {
	color:#fff !important;
}

.dropdown-toggle::after {
	display:none;
}


.dropdown-menu {
	border:none;
	padding:5px 2px;
	background:#c29b40;
	border-radius:0px;
	margin:0px;
	left:1px;
	background-color: rgba(26, 26, 26, .75);
	/* max-width: 300px; */
	list-style: none outside none;
	margin: 0;
	background: rgba(0,0,0,0.9);
	padding: 0;
	position: absolute;
	width: 100%;
	min-width: 240px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	text-align: center;
	transition: all .3s ease;
}

.dropdown:hover .dropdown-menu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.dropdown-menu a {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding: 15px 13px !important;
	letter-spacing: 1.5px;
	padding: 0;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.dropdown-menu a:hover {
	background:none;
	color:#fff;
}

.nav-item.dropdown:hover .dropdown-menu.sub-menu {
	display:block;
}

a:hover, button:hover {
	cursor: pointer;
}

.menu-btn {
	border-radius:100%;
	display:inline-block;
	padding: 12px 9px;
	line-height: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	height: 100%;
	height:94px;
	width: 80px;
	margin-left: 20px;
}

.menu-btn div:last-child {
	max-width: 46px;
}

.menu-btn .text {
	color:#fff;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.15em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.menu-btn:hover {
}

.menu-btn:hover span {
	background:#fff;
}

.menu-btn span {
	height: 4px;
	background: #fff;
	display: inline-block;
	margin: 3px 0px;
	width: 40px;
}

.menu-btn span:first-child {
	width: 35px;
}

.menu-btn span:last-child {
	width: 21px;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
	width: 440px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:99999;
	overflow: hidden;
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 50px;
}

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

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

.side-menu ul.main-menu li {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	text-align: center;
	margin-bottom: 0;
}

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

.side-menu ul.main-menu li a {
	display: block;
	color: #000;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	padding: 13px 0;
	border-bottom: 1px solid #e7e5e5;
}

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

ul.SubMenu {
	padding-left:0px !important;
	display:none;
}

ul.SubMenu li a {
	font-size:14px !important;
	padding:8px 35px!important;
	border:none!important;
}

ul.SubMenu.active {
	display:block;
}

.side-menu ul.social {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.side-menu ul.social li {
	display: inline-block;
	margin: 5px;
}

.side-menu ul.social li a {
	width: 55px;
	height: 55px;
	font-size: 18px;
	border-radius: 100%;
	border-color: transparent;
	background-color: #fff;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:1px solid #000000;
}

.side-menu ul.social li a:hover {
	color:#fff;
	background: #EA563D;
	border-color: #EA563D;
}



/**/
#menu-div.intro {
	opacity: 1;
	right: 0;
}

#menu-div {
	position: fixed;
	z-index: 125;
	top: 0;
	right: 0;
	height: 100vh;
	width: 700px;
	max-width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .90);

	background: linear-gradient(0deg, rgba(0,0,0,.7) 100%, rgba(0,0,0,.7) 100%), url(../img/bg-menu.jpg) 50% 50% no-repeat;
	background-size: cover;
	font-size: 0;
	opacity: 0;
	right: -100%;
	z-index: 99999;
	padding: 45px 60px 25px 60px;
	overflow-y: scroll;
	width: 100%;
	width: 50%;
	z-index: 9999999999;
	transition: all .5s ease-in-out;
}

#menu-div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

#menu-div #close {
	font-size: 30px;
	font-weight: 300;
	z-index: 5;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
}


#menu-div ul.head {
	list-style: none;
	padding: 0;
}

#menu-div ul.head>li {
	margin-bottom: 30px;
}

#menu-div .head ul {
	padding-left: 0px;
}

#menu-div .head h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#menu-div .head ul li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
}

#menu-div .head ul li a {
	display: inline-block;
	font-size: 14px;
	color: #f2f2f2;
	transition: all 0.3s linear;
	letter-spacing: .2px;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
}

#menu-div ul li a:after {
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	opacity: 0;
	width: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

#menu-div ul li a:hover {
	color: #fff;
}

#menu-div ul li a:hover:after {
	opacity: 1;
	width: 100%;
}

#menu-div .social ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#menu-div .social ul li {
	display: inline-block;
	padding: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#menu-div .social {
	margin-top: 20px;
	padding-left: 30px;
}

#menu-div .social a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
	margin-right: 20px;
}

#menu-div .social ul li a:hover {
	color: #fff;
}

#menu-div .contact a {
	display: block;
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	margin-top: 15px;
}

#menu-div .contact p i {
	font-size: 18px;
	min-width: 35px;
}

#menu-div .contact a i {
	margin-right: 3px;
}


a.CloseBtn {
	float: right;
	color: #000;
	font-size: 26px;
	margin: 25px 26px 5px 15px;
	position: absolute;
	top: 57px;
	right: 60px;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	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);
}

.navbar-nav {
	height: 70px;
	align-items: center;
}

.header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #000;
	margin-top: 0;
	padding: 0px 20px 4px;
}

.icon-btn-arrow {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url(../img/icon-btn-arrow.png) center/contain no-repeat;
	top: -2px;
	top: 0px;
	position: relative;
	margin-left: 13px;
}


.banner:after {
	content: '';
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.banner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .5;
	transition-property: opacity;
	transition-timing-function: linear;
	z-index: 1;
}

.banner .item {
	height: 100vh;
}

.banner .accent-line-y {
	background: #EA563D;
	background: -moz-linear-gradient(0deg, #EA563D 0%, rgba(73,73,73,1) 100%);
	background: -webkit-linear-gradient(0deg, #EA563D 0%, rgba(73,73,73,1) 100%);
	background: linear-gradient(0deg, #EA563D 0%, rgba(73,73,73,1) 100%);
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.banner .owl-nav {
	position: absolute;
	bottom:75px;
	left:15.313vw;
}

.banner .owl-carousel .owl-nav button.owl-next, .banner .owl-carousel .owl-nav button.owl-prev, .banner .owl-carousel button.owl-dot {
	background: #fff;
	padding: 0px 0px !important;
	border-radius: 42px;
	width: 42px;
	height: 42px;
	line-height: 42px;
}

.banner .owl-carousel .owl-nav button.owl-next span, .banner .owl-carousel .owl-nav button.owl-prev span {
	font-size: 30px;
	padding: 0px;
	line-height:36px;
}

.banner .owl-carousel .owl-nav button.owl-next:hover, .banner .owl-carousel .owl-nav button.owl-prev:hover {
	background:#EA563D;
}

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

.banner h5 {
	line-height: 1.2;
	margin: 0 0 5px 0;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}

.banner h6 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
	text-transform: uppercase;
	outline: none;
	margin-bottom: 1.8em;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.banner h2 {
	color:#fff;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	outline: none;
	margin: 0px 0px;
	margin-bottom: 50px;
	padding-left: 35px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.banner p {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 1.43;
	letter-spacing: 1px;
	white-space: pre-line;
	color:#fff;
	font-style: italic;
}

.banner .mid {

}

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

.banner .item {
	height: 100vh;
	align-items: center;
	padding: 2.188vw 7.063vw 0;
	display: flex;
	justify-content: start;
	overflow: hidden;
}

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

.banner .btn-default {
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.375vw;
	height: 4.938vw;
	font-size: 14px;
	background: rgb(55,55,55);
	background: -moz-linear-gradient(302deg, rgba(55,55,55,1) 0%, rgba(79,78,78,1) 59%, rgba(59,59,59,1) 100%);
	background: -webkit-linear-gradient(302deg, rgba(55,55,55,1) 0%, rgba(79,78,78,1) 59%, rgba(59,59,59,1) 100%);
	background: linear-gradient(302deg, rgba(55,55,55,1) 0%, rgba(79,78,78,1) 59%, rgba(59,59,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#373737",endColorstr="#3b3b3b",GradientType=1);
	border: none;
	font-weight: 500;
}

.banner .slide-btn {
	display: inline-block;
	position: relative;
	margin-left: 7.313vw;
	margin-top: 3.313vw;
}

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

.banner .logo {
	position: absolute;
	opacity: 0.15;
	pointer-events: none;
	width: 28.563vw;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: auto;
	z-index: 99;
	left: 60px;
	bottom: 0px;
}

.slide-btn:before {
	bottom: 100%;
}

.slide-btn:before, .slide-btn:after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100vh;
	right: 100%;
	background: #000;
	z-index: -1;
}

.slide-btn:after {
	top: 100%;
}

/*** TESTIMONIALS ***/
.testimonials {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	padding:200px 0px 70px 0px;
	overflow: hidden;
}

.testi-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 676px;
	background: url(../img/testi-bg.webp) no-repeat top center/ cover;
	z-index: 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.testi-lbg {
	position: absolute;
	left: 0;
	top: 0;
	height: 767px;
	width: 43.0625%;
	background: url(../img/bg-testi.jpg) 24% 14% no-repeat;
	background-size: cover;
	z-index: 1;
}

.testi-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
}

.testimonials .bg {
	padding:100px 30px;
	background: url(../img/testi-box.webp) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
}

.testimonials .icon {
	color: #000;
	font-size: 30px;
}

.testimonials p {
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
}

.testimonials .item h6 {
	color: #EA563D;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 50px;
}

.testimonials .item h6 span {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.testimonials .btn-default:hover, .commercial .btn-default:hover, .contact-form .btn-default:hover {
}

.testimonials .icon {
	color: #EA563D;
	font-size: 44px;
	margin-bottom: 40px;
}

.testimonials .highlight {
	font-style: italic;
	font-weight: 600;
}

.testimonials .owl-theme.normal-text {
	margin-top:70px;
}

.normal-text.owl-theme .owl-nav {
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.normal-text.owl-theme .owl-nav button {
	background: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	color: #889596;
	font-style: normal;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	margin: 0 10px;
}

.normal-text.owl-theme .owl-nav button:hover {
	background: none;
}


.normal-text.owl-theme .owl-nav button .fa {
	color: #EA563D;
	font-size: 24px;
	margin: 5px 10px;
	vertical-align: middle;
}

.btn-default {
	position: relative;
	z-index: 1;
	line-height: 1.15;
	font-weight: 600;
	border-radius: 0px;
	text-decoration: none;
	cursor: pointer;
	padding: 20px 50px;
	color: #fff;
	background: none;
	transition: all .5s;
	border: 1px solid #fff;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
}

.custom-nav .btn-default {
	margin: 0px 40px;
}

.container.normal {
	max-width: 1170px;
}


.cta {

}

.cta .spr>div {
	padding: 0;
}

.cta-item {
	display: block;
	position: relative;
	width: 100%;
}

.cta-img {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cta-img canvas {
	width: 100%;
	display: block;
}

.cta-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background: url(../img/cta-overlay.png) no-repeat bottom center/ cover;
}

.cta-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	object-fit: cover;
}

.cta-item:hover .cta-img img {
	filter: none;
}

.cta-item:hover .cta-img:after {
	opacity: 0;
}

.cta-img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cta-desc {
	position: absolute;
	right: 12.46882793017456%;
	bottom: 6.165228113440197%;
	z-index: 10;
	transform: rotate(-90deg) translate(100%, 0);
	transform-origin: right bottom;
}

.cta-desc h3 {
	font-size: min(3.84vw, 50px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color:#e5e5e5;
	white-space: nowrap;
	position: relative;
	padding-left: 35px;
}

.cta-desc h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 70px;
	content: '';
	background: #EA563D;
}

.social-media {
	padding: 70px 0px;
}

.social-media .spr>div {
	padding: 0px 8px;
}

.social-media .mts {
	margin-top: -70px;
}

.social-box {
	display: flex;
	text-align: center;
	background: -webkit-linear-gradient(340.4deg, rgba(0, 0, 0, 1) 11.2%, #3f3d3d 78.9%);
	background: linear-gradient(109.6deg, rgba(0, 0, 0, 1) 11.2%, #3f3d3d 78.9%);
	position: relative;
	padding: 120px 20px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.social-box:hover {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.social-box img {
	max-width: 80px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	display: inline-block;
}

.social-box:hover img {
	-webkit-filter: none;
	filter: none;
}

.imgstyle {
	height: 100%;
	width: 100%;
	margin: 0;
	min-height: 300px;
}

/**/
.newsletter {
	background: #000;
	padding: 50px 30px;
}

.newsletter .section-title {
	margin-top: 30px;
}

.newsletter .section-title h2 {
	margin: 0;
}

.newsletter .bg {
	border: 1px solid #EA563D;
	padding: 30px 20px 50px 30px;
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #0f0f0f;
	color: #fff;
	border: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: none;
	height: 45px;
	outline: 0;
	line-height: 1.5;
	padding: 0 0;
	border-radius: 0px;
	margin-bottom: 30px;
	background: none;
}

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


textarea.form-control {
	margin-bottom: 0;
}


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

.properties {
	padding: 80px 0px;
	position: relative;
}

.properties:after {
	content: '';
	position: absolute;
	background: #100d0c;
	width: 100%;
	height: 40%;
	top: unset;
	bottom: 0;
	left: 0;
	right: unset;
	z-index: -1;
}

.cbw-slider-listing {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #100d0c;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.properties .cbw-slider__inner:before {
	content: "";
	position: absolute;
	top: 0;
	pointer-events: none;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	right: 5px;
	width: 420px;
	height: 100%;
	background-image: url(../img/icon-key.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	-webkit-transform: translate(-80px, 0);
	-ms-transform: translate(-80px, 0);
	transform: translate(-80px, 0);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: 0;
}

.cbw-slider-listing__cover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 1;
	height: 100%;
	background-image: -webkit-linear-gradient(bottom, rgba(16, 13, 12, 1) 0%, rgba(16, 13, 12, 0) 20%);
	background-image: linear-gradient(to top, rgba(16, 13, 12, 1) 0%, rgba(16, 13, 12, 0) 20%);
}


.cbw-slider-listing__cover {
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 70%;
	display: block;
	background-color: #ccc;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	top: 0;
	padding-bottom: 400px;
}

.cbw-slider-listing__details {
	font-size: 16px;
	padding: 16px;
	display: block;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	position: relative;
	top: 0;
	z-index: 9;
}

.cbw-slider-listing__street .div {
	font-weight: 500;
}

.cbw-slider-listing__specs {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

.cbw-slider-listing__spec {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
	padding: 12px 4px;
	font-weight: 700;
	font-size: 16px;
}


.cbw-slider-listing__spec span {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.75;
	display: block;
	font-weight: 400;
	margin-top: 7px;
}

.cbw-slider-listing:hover .cbw-slider-listing__specs {
	top: calc(100% - 60px);
}

.cbw-slider-listing:hover .cbw-slider-listing__details {
	top: -60px;
}

.properties a:hover {
	color:#fff;
}

.cbw-slider-listing__price {
	position: absolute;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	z-index: 2;
	font-size: 24px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 35px;
}

.cbw-slider-listing:hover .cbw-slider-listing__cover {
	top: -60px;
}

.cbw-slider-listing__price:before {
	content: "";
	position: absolute;
	top: unset;
	bottom: 80px;
	left: 16px;
	right: unset;
	pointer-events: none;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	width: 70px;
	height: 70px;
	background-image: url(../img/white-key.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: 0.8;
}

.cbw-slider-listing__price:after {
	content: "";
	position: absolute;
	bottom: calc(100% + 80px);
	left: 50px;
	width: 1px;
	height: 100vw;
	background-color: #fff;
	pointer-events: none;
	opacity: 0.5;
}

.cbw-slider__slide:hover .cbw-slider-listing__price:after,
.cbw-slider__slide:hover .cbw-slider-listing__price:before {
	opacity: 0;
}

.cbw-slider__slide:hover .cbw-slider__inner:before {
	opacity: 0.4;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cbw-slider__slide .cbw-slider__inner:before {
	content: "";
	position: absolute;
	top: 0;
	pointer-events: none;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	right: 5px;
	width: 420px;
	background-image: url(../img/white-key.png);
	background-size: auto 50%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
	-webkit-transform: translate(-80px, 0);
	-ms-transform: translate(-80px, 0);
	transform: translate(-80px, 0);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: 0;
}

.properties .owl-theme .owl-nav {
	position: absolute;
	top: 20%;
	left: -15%;
	width: 70px;
}

.properties .owl-theme .owl-nav [class*=owl-] {
	width: 70px;
	height: 70px;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #000;
	color: #000;
	margin: 40px 0px;
	font-size: 52px;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
	border-color: #fff;
	color:#fff;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-prev span {
	position: relative;
	top: -9px;
	left: -1px;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next span {
	position: relative;
	top: -9px;
	right: -1px;
}

.interview {
	padding: 100px 0px;
	position: relative;
}

.interview:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56.8664%;
	background-position: center;
	background-size: cover;
	filter: grayscale(1);
	opacity: 0.22;
	z-index: 0;
	background-image: url(../img/bg-fv.jpg);
}

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

.fv-main-slider {
	width: 100%;
	padding: 0;
	margin: 0px 0 0;
}

.fv-video {
	position: relative;
}

.fv-video canvas {
	display: block;
	width: 100%;
}

.fv-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fv-video-wrap video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}



/**/
.footer {
	padding: 70px 80px 100px 80px;
	background: #000;
}

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

.footer h3 {
	margin-bottom: 10px;
	min-height: 23px;
	font-size: 22px;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#EA563D;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer ul li:nth-child(2n) {
	width: 25%;
}

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

.footer ul li a {
	font-size: 13px;
	line-height: 30px;
	color:#fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer h4 {
	font-size: 14px;
	line-height: 30px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
}

.footer p {
	font-size: 14px;
	line-height: 30px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.footer .social p {
	color:#fff;
}

.footer .social p i {
	color:#EA563D;
	font-size: 18px;
	min-width: 35px;
}

.footer .social p a {
	color:#fff;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.footer a:hover {
	color: #EA563D !important;
}

.footer .small p {
	color:#e5e5e5;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.footer .small p a {
	color:#fff;
}

.footer .small p.footer-copyright {
	text-transform: uppercase;
	margin-top: 10px;
}

.slogo {
	max-height: 51px;
}

.footer .copy p {
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-top: 50px;
}

.footer .copy p img {
	width: 130px;
	padding-left: 10px;
	/* filter: brightness(0) invert(1); */
}

.video-container {
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.video-control {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	line-height:78px;
	text-align: left;
	border-radius: 50%;
	color:#fff;
	background: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	transform: translate(-50%,-50%);
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
	display: none;
}

.video-control-symbol
{
	font: 1.75em/0 Apple Color Emoji;
	vertical-align: -0.15em;
}

.communities {
	background: url(../img/bg-sectors.jpg) 50% 50% no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.7);
	padding: 100px 0px;
}

.commubox {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

/*.commubox:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #1d1d1d;
opacity: .30;
z-index: 1;
-webkit-transition: background .3s, opacity .3s;
-o-transition: background .3s, opacity .3s;
transition: background .3s, opacity .3s;
}*/

.commubox img {
	display: block;
	width: 100%;
	height: 20rem;
	object-fit: cover;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*.commubox .sector-holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}

.commubox .sector-holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/

.commubox .sector-holder {
	background:linear-gradient(331deg, rgba(55,55,55,1) 0%, rgba(79,78,78,1) 59%, rgba(59,59,59,1) 100%);    
	height: 100px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	position: relative;
}

.commubox .sector-holder::before {
	content:'';
	background: url(../img/white-key.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: -35px;
	left:calc(50% - 15px);
	width: 30px;
	height: 50px;
}

.commubox:hover .sector-holder {
	background:linear-gradient(331deg, rgba(234, 86, 61,1) 0%, rgba(234, 86, 61,1) 59%, rgba(59,59,59,1) 100%);
}

.commubox .sector-details {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

.commubox .sector-details h3 {
	letter-spacing: 2.8px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin: 0;
}

/*.commubox:hover:before {
background: #3E4C5E;
opacity: .45;
}

.commubox:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #1d1d1d;
opacity: .30;
z-index: 1;
-webkit-transition: background .3s, opacity .3s;
-o-transition: background .3s, opacity .3s;
transition: background .3s, opacity .3s;
}*/



.communities .owl-nav {
	width: 100%;
	text-align: center;
}

.communities .owl-carousel .owl-nav button.owl-next, .communities .owl-carousel .owl-nav button.owl-prev, .banner .owl-carousel button.owl-dot {
	background: #fff;
	padding: 0px 0px !important;
	border-radius: 42px;
	width: 42px;
	height: 42px;
	line-height: 42px;
}

.communities .owl-carousel .owl-nav button.owl-next span, .communities .owl-carousel .owl-nav button.owl-prev span {
	font-size: 30px;
	padding: 0px;
	line-height:36px;
}

.communities .owl-carousel .owl-nav button.owl-next:hover, .communities .owl-carousel .owl-nav button.owl-prev:hover {
	background:#EA563D;
}


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

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

/*** ***/
.page-banner {
	background: #000;
	padding: 240px 0px 130px 0px;
}

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


/*** ***/
.info {
	padding: 60px 0px;
}

.info .imgstyle {
	min-height: 450px;
	height: inherit;
}


/*** ***/
.newinfo {
	padding: 60px 0px;
	overflow: hidden;
}


/************* Free Estimation Page CSS Start **************/
.spperinfo {
	padding: 80px 0px;
	margin: 0;
}

.spperinfo .bg {
	border-radius: 0px;
	padding: 0px 15px;
	background: none;
}

.spperinfo.freehome .bg {
	border-radius: 0px;
	box-shadow: none;
	padding: 0px 15px;
	background: none;
}

.spperinfo .bottom-btn {
	margin-top: 30px;
	margin-bottom: 10px;
}

.spperinfo .btn-info {
	border: none;
	width: 100%;
	margin-top: 15px;
	pointer-events: none;
	min-height: 106px;
	font-size: 18px;
	padding: 24px 0px;
}

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

.spperinfo .section-title h2 {
	line-height: 1.2;
	margin: 0;
	/* font-size: 38px; */
	margin-top: 0px;
}

.spperinfo .btn-info span {
	font-size: 16px;
}

.spperinfo .btn-info {
	color: #2b2b2b;
	border: 1px solid #2b2b2b;
	background: none;
	border-radius: 0px;
}

.spperinfo .btn-info.active {
	background: #000  !important;
	border-color: #000 !important;
	color: #fff!important;
}

.spperinfo p label {
	font-size: 20px;
	font-weight: 700;
	color: #2b2b2b;
	margin-bottom: 20px;
}

.spperinfo input {
	width: 100%;
	height: 60px;
	padding: 0;
	padding-left: 15px;
	font-size: 14px;
	color: #000 !important;
	background: #fff;
	box-shadow: none;
	border: 1px solid #2b2b2b !important;
	border-radius: 0;
	letter-spacing: 0px;
}

.spperinfo input::-webkit-input-placeholder {
	color: #000 !important;
}

.spperinfo input:focus {
	box-shadow: none !important;
	outline: none !important;
}

.fieldset-cf7mls .cf7mls_next {
	float: right;
}

.spperinfo.alert input {
	color:#000;
}

.spperinfo input:focus {
	background: #fff;
	color:#000;
}

.spperinfo.alert input:focus {
	background: none;
	color:#000;
}

.spperinfo input::-webkit-input-placeholder {
	color:#000;
}

.spperinfo.alert input::-webkit-input-placeholder {
	color:#000;
}

.cf7mls-btns  {
	margin-top: 50px;
}

.cf7mls-btns .action-button {
	margin: 25px 0px 26px;
	position: relative;
}

.cf7mls-btns .action-button:hover {
	background-color: #2b2b2b !important;
	border-color: #2b2b2b;
	color: #fff;
}

#stepper #StepTwo input {
	border: 1px solid #2b2b2b;
	margin-bottom: 20px;
}

#StepThree p {
	color: #2b2b2b;
	font-weight: 600;
	text-transform: uppercase;
}


#StepOne.active,#StepTwo.active, #StepThree.active {
	display: block !important;
}

.spperinfo.alert h4 {
	font-size: 26px;
	line-height: 1.5;
	color: #2b2b2b;
	font-weight: 600;
}

.spperinfo.alert label {
	font-size: 14px;
	text-transform: uppercase;
	color: #2b2b2b;
	display: flex;
	align-items: center;
}

#stepper.alert span.wpcf7-list-item input {
	width: 25px;
	min-width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
}

#stepper.alert span.wpcf7-list-item {
	display: inline-block;
	width: 33%;
	text-align: left;
}

.spperinfo.alert input {
	background: none !important;
	border: none!important;
	border-bottom: 1px solid #2b2b2b!important;
}

.spperinfo P {
	white-space: inherit;
	color: #000;
}

#stepper.alert #StepTwo input {
	margin-bottom: 0px;
}

#stepper.alert input:focus {
	box-shadow: none !important;
	outline: none !important;
}

div#StepThree .white-box {
	padding: 15px 15px;
}

.spperinfo .section-title h2:after {
	opacity: 0;
}

/**/
.spperinfo input.wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	height: 61px!important;
	width: auto!important;
	margin-top: 15px!important;
	background: #2b2b2b !important;
	border: 1px solid transparent !important;
	height: 55px !important;
}

.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
	background: #000 !important;
	border: 0 none !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	padding: 0px 15px !important;
	border-radius: 0px !important;
	font-weight: 600 !important;
	text-align: center !important;
	line-height: 50px !important;
	min-width: 180px !important;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	border: 1px solid #000!important;
	transition: all .3s;
}

.cf7mls_next.action-button:hover, .cf7mls_next.active,
.cf7mls_next:hover,.spperinfo input.wpcf7-submit:hover {
	color: #000 !important;
	background: none  !important;
	border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button,.cf7mls_back {
	color: #000 !important;
	background: none  !important;
	border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button:hover,.cf7mls_back:hover {
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
	opacity: 1 !important;
}

/************* Free Estimation Page CSS End **************/

.properties.inner .spr>div  {
	margin-bottom: 30px;
}

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

.contactinfo {
	padding: 60px 0px;
}

.contactinfo p {
	font-size: 14px;
	line-height: 30px;
	color:#000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.contactinfo .social p {
	color:#fff;
}

.contactinfo .social p i {
	font-size: 18px;
	min-width: 35px;
	background: #EA563D;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2px;
}

.contactinfo .social p a {
	color:#000;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contactinfo .social p a:hover {
	color: #EA563D !important;
}

.contactinfo .form-control {
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #0f0f0f;
	padding: 15px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 13px;
	letter-spacing: 1px;
	resize: none;
}

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

.contactinfo textarea.form-control {
	height: 150px;
}

.btn-default.orange {
	background: #EA563D;
	color: #fff;
	border-color: #EA563D;
}

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



/*** Buyers sellers Css Stars ***/
.buysellform {
	padding:80px 0px;
}

.buysellform h4 {
	font-size: 30px;
	margin-bottom: 10px;
}

.buysellform .bgs {
	border-radius: 20px;
	background: #f2f2f2;
	box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
	padding: 80px 50px;
}

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

.bg-form .form-control {
	background: none;
	border: 0px;
	border-radius: 0px;
	padding: 0px 3px;
	border-bottom: 1px solid #000 !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	height: 60px;
	font-size: 16px;
	outline: 0px;
	color: #000 !important;
	border: 1px solid #000;
	padding: 15px 15px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	height: 50px;
}

.bg-form .form-control::-webkit-input-placeholder {
	color: #000 !important;
}

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

.bg-form .form-control:focus {
	box-shadow: none;
}

.info-small {
	background:#fff;
	margin-bottom: 80px;
}

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

.buysellform h4 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
}


/************* Buyers sellers Css End **************/

.manageinfo {
	background: linear-gradient(0deg, rgba(255,255,255,.8) 100%, rgba(255,255,255,.8) 100%), url(../img/img-sellers.jpg) 50% 50% no-repeat;
	padding: 80px 0px;
}

.manageinfo hr {
	margin: 60px 0px;
	border-color: #cfcfcf;
}

.commubox .sector-holder {
	background: linear-gradient(331deg, rgba(55, 55, 55, .8) 0%, rgba(79, 78, 78, .8) 59%, rgba(59, 59, 59, .8) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.commubox img {
	height: 27rem;
}

.buysellinfo {
	background: #000;
	padding: 60px 0px;
}

.buysellinfo p {
	color: #fff;
}

.buysellform {
	background: linear-gradient(0deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 100%), url(../img/banner-slide-2.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}

.buysellform .bgpic {
	background: linear-gradient(0deg, rgba(0, 0, 0, .89) 0%, rgba(0, 0, 0, .89) 100%), url(../img/cta-1.jpg) 20% 50% no-repeat;
	width: 37.5%;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

.buysellform .bgs {
	background: none;
	padding: 0px 15px;
}

.buysellform .sicon {
	max-height: 310px;
	margin-top: -35px;
}

.info-small {
	margin: 80px 0px;
}

/**/
.aboutnew {
	padding: 60px 0px;
	background-size: cover;
	position: relative;
}

.aboutnew p {
	color: #fff;
}

.aboutnew .cta-desc {
	bottom: 0;
}

.aboutnew .cta-desc h3 {
	color: #7c7c7c;
	font-size: 45px;
	padding-left: 16px;
}

.aboutnew .cta-desc h3:before {
	left: 0;
	bottom: 2px;
	width: 2px;
	height: 64px;
}

.aboutnew .logo {
	max-height: 80px;
	margin-bottom: 60px;
}

.aboutnew .cta-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutnew .cta-img:before {
	background: url(../img/cta-overlay.png) no-repeat bottom center / cover;
	opacity: .9;
	background-size: 100% 100%;
}

.about .social {
	display: inline-block;
	vertical-align: middle;
}

.about .btn-default {
	margin-right: 18px;
}

.about .social a {
	display: inline-block;
	color: #EA563D;
	font-size: 20px;
	margin-right: 15px;
	margin-top: 5px;
}

.about .social a:hover {
	color: #000;
}

.page-banner .logo {
	max-height: 80px;
	margin-bottom: 10px;
}

.aboutnew.aboutpage {
	padding-top: 60px;
}

.page-banner.aboutpage {
	position: relative;
	background: none;
}

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

.parallax-mirror:first-child {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/**/
.lavalcontent {
	padding: 70px 0px 70px 0px;
	overflow: hidden;
	background: #f1f1f1;
}

.lavalcontent {
	padding: 70px 0px 70px 0px;
	overflow: hidden;
	background: #f1f1f1;
}

.lavalcontent .bgwhite {
	background: #fff;
	padding: 20px 20px;
}

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

.lavalcontent .nav-tabs li a.active  {
	color: #fff;
	background-color: #676767;
}

.lavalcontent .table {
	background: #fff;
	padding: 40px;
}

.lavalcontent .table tr:first-child td {
	border: none;
}

.lavalcontent .table tr td {
	font-size: 15px;
	color:#000;
	padding: 20px 20px;
}

.lavalcontent h3 {
	color: #676767;
	position: relative;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.lavalcontent h4 {
	color: #676767;
}

.lavalcontent .tp {
	margin-bottom: 40px;
}

.lavalcontent .bgs {
	background: #fff;
	padding: 40px 40px;
	border-radius: 15px;
}

.lavalcontent .bgs h3 {
	font-size: 22px;
}

.lavalcontent #tabi-3 .bgs h3 {
	font-size: 18px;
	padding: 0;
	color: #000;
	font-weight: 600;
}

.lavalcontent #tabi-3 .bgs ul {
	padding-left: 15px;
}

.lavalcontent .section-title {
	display: inline-block;
	text-align: center;
}

section .properties.inner .spr>div {
	padding: 0px 15px;
}

li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
li.menu-item-has-children>ul.sub-menu>li{
	position:relative;
}

li.menu-item-has-children>ul.sub-menu>li>ul.sub-menu {
	display: none !important;
	position:absolute;
	top:0;
	left:100%;
}

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}
ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	float: none;
	position: absolute;
	top: 70px;
	padding: 0px;
	box-shadow: 0px 1px 2px 2px #f2f2f2;
	border: none;
}

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

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

ul.sub-menu {
	border: none;
	padding: 5px 2px;
	background: #c29b40;
	border-radius: 0px;
	margin: 0px;
	left: 1px;
	background-color: rgba(26, 26, 26, .75);
	/ max-width: 300px; /
	list-style: none outside none;
	margin: 0;
	background: rgba(0, 0, 0, 0.9);
	padding: 0;
	position: absolute;
	width: 100%;
	min-width: 240px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	text-align: center;
	transition: all .3s ease;
	box-shadow: none;
	top: 100%;
}

.nav-item.menu-item-has-children:hover .sub-menu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	display: block;
}

.header .navbar-nav .nav-item  .sub-menu .nav-link  {
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding: 15px 13px !important;
	letter-spacing: 1.5px;
	padding: 0;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.header .navbar-nav .nav-item .sub-menu li {
	padding: 0;
	text-align: left;
}

.header .navbar-nav .nav-item.current_page_item>.nav-link,
.header .navbar-nav .nav-item.current-menu-parent>.nav-link,
.header .navbar-nav .nav-item.current-menu-ancestor>.nav-link {
	color: #EA563D !important;
}

.header .navbar-nav .nav-item.current-menu-ancestor .current-menu-item>.nav-link,
.header .navbar-nav .nav-item .nav-link:hover {
	color: #EA563D !important;
}

#menu-div h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}


#menu-div .head>li>a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#menu-div ul.head>li {
	margin-bottom: 40px;
}

#menu-div .head ul {
	padding-left: 0px;
	position: relative;
	display: inline-block;
	width: 100%;
	opacity: 1;
	visibility: visible;
	top: 0;
	text-align: left;
	background: none;
}

#menu-div .head ul li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
}

#menu-div ul.head li li a {
	display: inline-block;
	font-size: 14px;
	color: #f2f2f2;
	transition: all 0.3s linear;
	letter-spacing: .2px;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}

#menu-div .head ul {
	padding-left: 0px;
	position: relative;
	display: inline-block;
	width: 100%;
	opacity: 1;
	visibility: visible;
	top: 0;
	text-align: left;
	background: none;
	transform: translateY(0px);
	margin-top: 10px;
}
.newsletter textarea.form-control {
	margin-bottom: 0;
	height: 37px;
}




.footer .small p.footer-copyright img {
	filter: invert(1);
	max-height: 50px;
}
.buysellform h4 {
	text-align: left;
}

.spperinfo.alert label {
	font-weight: 700;
	margin-bottom: 20px;
}

#stepper.alert span.wpcf7-list-item {
	margin: 0;
}

#menu-div .head ul {
	pointer-events: all;
}

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

.footer .wpcf7-response-output{
	color:#fff;
}
