/*** GENERIC CSS ***/
@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-Regular.woff2") format("woff2"),
		url("../fonts/CompassSans-Regular.woff") format("woff"),
		url("../fonts/CompassSerif-Regular.ttf") format("ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-Italic.woff2") format("woff2"),
		url("../fonts/CompassSerif-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-SemiBold.woff2") format("woff2"),
		url("../fonts/CompassSerif-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/CompassSerif-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-Bold.woff2") format("woff2"),
		url("../fonts/CompassSerif-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "CompassSerif";
	src: url("../fonts/CompassSerif-BoldItalic.woff2") format("woff2"),
		url("../fonts/CompassSerif-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-Regular.woff2") format("woff2"),
		url("../fonts/CompassSans-Regular.woff") format("woff"),
		url("../fonts/CompassSans-Regular.ttf") format("ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-Italic.woff2") format("woff2"),
		url("../fonts/CompassSans-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-Medium.woff2") format("woff2"),
		url("../fonts/CompassSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-MediumItalic.woff2") format("woff2"),
		url("../fonts/CompassSans-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-Bold.woff2") format("woff2"),
		url("../fonts/CompassSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "CompassSans";
	src: url("../fonts/CompassSans-BoldItalic.woff2") format("woff2"),
		url("../fonts/CompassSans-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}

body {
	font-size: 16px;
	font-family: 'CompassSerif', sans-serif;
	color: #000;
	background: linear-gradient(45deg, #fff, #f1eed9 20%, #f0e1d9 50%, #f9f9eb 80%, #fff)
}

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

a:hover {
	text-decoration: none;
	color: rgba(221, 133, 85, 1);
}

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

h1 {
	font-size:110px;
	line-height: 1;
}

h2 {
	font-size: 56px;
	line-height: 1;
}

h3 {
	font-size:44px;
	line-height: 1;
}

h4 {
	font-size:24px;
	line-height: 1;
}

h5 {
	font-size:22px;
	line-height: 1;
}

h6 {
	font-size: 24px;
}

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

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

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

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

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

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

.section-title h2 span {
	color: rgba(221, 133, 85, 1);
}

p {
	color: rgba(68, 68, 68, 1);
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 15px;
}

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

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

.visible-xs {
	display: none;
}

.btn-default {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	font-size: 18px;
	display: inline-block;
	padding: 0px 30px;
	text-align: center;
	line-height: 50px;
	font-weight: 400;
	text-align: center;
}

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

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

.btn-default:hover {
	color: #fff;
	border: 1px solid #000;
	background: #000;
}

ul.list {
	border-left: 9px solid rgba(221, 133, 85, 1);
	list-style: none;
	padding: 0;
	padding-left: 15px;
}

ul.list li {
	margin:0px 0px 15px 0px;
}

/*** 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 #DD8555;
	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 {
	padding:15px 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.navbar-nav .nav-item {
	margin-right: 25px;
}

.header.fixed {
	position: fixed;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 21.5px -8px rgba(0, 0, 0, 0.25);
}

.header.fixed .navbar-brand img {
	filter: brightness(0) invert(0);
}

.header.fixed .nav-link {
	color: rgba(68, 68, 68, 1);
}

.header.fixed .nav-link:hover {
	color: rgba(221, 133, 85, 1);
}

.navbar-nav {
}

.nav-link:focus, .nav-link:hover, .active>.nav-link {
	color: #e08652;
}

.nav-link {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

/**/

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

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 3%);
	-moz-transform: translate(0, 3%);
	-ms-transform: translate(0, 3%);
	transform: translate(0, 3%);
}

ul.sub-menu {
	right:  0px;
	top: 100%;
	min-width:245px;
	padding:0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	margin: auto;
	margin-top: 0px;
	display: block;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translate(0, calc(0% + -10px));
	-moz-transform: translate(0, calc(0% + -10px));
	-ms-transform: translate(0, calc(0% + -10px));
	transform: translate(0, calc(0% + -10px));
}

ul.sub-menu li {
	width:100%;
	position: relative;
}

ul.sub-menu li a {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	width:100%;
	position:relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 15px 20px;
	color: #000!important;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

ul.sub-menu li:last-child::after {
	display: none;
}

.navbar-nav .nav-item ul.sub-menu li:hover:after {
	background: none;
}

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

@media (min-width: 1681px) {
	.header .container .container {
		max-width: 1480px;
	}
}

.header .container {
	max-width: 100%;
}

.header .navbar-nav {
	width: 35%;
}

.header .navbar-nav.middle  {
	width: 50%;
}

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

.header .middle .logo-agency img {
	max-height: 60px;
}


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

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

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

.banner .pbs {
	padding-bottom: 160px;
}

.banner h6 {
	color: #fff;
	font-size: 16px;
	margin: 15px 0 10px 0;   
	border-bottom:1px solid hsla(0, 0%, 100%, 0.5);
	font-weight:400;
	display: inline-block;
}

.banner h1 {
	color: #fff;
	font-size: 58px;
	margin: 15px 0 10px 0;
}

.banner p {
	color: #fff;
}

.banner .btn-default {
	margin: 10px 10px;
}

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

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

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

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

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

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

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

.propertybox {
	position: relative;
	transition: all .3s;
	margin-bottom: 60px;
}

.propertybox h4 {
	margin-top: 30px;
	margin-bottom: 12px;
}

.propertybox:hover {
	transform: translateY(-10px);
}

.propertybox p {
	font-size: 16px;
	text-transform: uppercase;
}

.propertybox p span {
	padding-right: 15px;
}

.propertybox .img {
	height: 375px;
}

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

/*** ABOUT ***/
.about {
	/* background-color: #f9f8f4; */
	padding: 60px 0px;
}

.about figure {
	margin: 0;
	height: 100%;
	min-height: 350px;
}

/*** WHY WORK ***/
.why-work {
	padding: 70px 0px 250px 0px;
	overflow: hidden;
}

.why-work .slide-img {
	position: absolute;
	top: 72%;
	left: -10%;
	width: 550px;
}

.why-work .slide-img-2 {
	position: absolute;
	top:92%;
	left:40%;
	width: 210px;
}

/*** Neighbourhodd ***/
.neighbourhodd {
	padding: 60px 0px 0px 0px;
}

#ho-slider {
	padding: 80px 0px;
}

.neighborbox {
	padding-bottom: 70%;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.neighborbox .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.neighborbox .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.neighborbox:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.neighborbox:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.neighborbox .text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 70%;
	z-index: 2;
}

.neighborbox .button-wrapper {
	max-height: 0;
	opacity: 0;
	-webkit-transition: all linear 0.4s;
	transition: all linear 0.4s;
}

.neighborbox:hover .button-wrapper {
	max-height: 90px;
	opacity: 1;
}

.neighborbox h3 {
	font-size: 30px;
	letter-spacing: 8px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}


/*** testimonials ***/
.testimonials {
	overflow: hidden;
}


/*** social ***/
.social {
	padding: 150px 0px 100px 0px;
}

.social .imgbox img {
	height: 220px;
	object-fit: cover;
	width: 100%;    
}

.social .mbs>div {
	margin-bottom: 15px;  
}

b, strong {
	font-weight: bold;
}

.social .social-icons {
	font-size: 24px;
	margin-bottom: 5px;
	display: block;
}

.social .imgbox {
	position: relative;
}

.social .play-icon {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	left: 50%;
}

.social .play-icon .fa {
	font-size: 40px;
	color: #fff;
}

.social .social-icons img {
	max-height: 40px;
}


/*** blog ***/
.blog {
	padding: 80px 0px 70px 0px;
	/*background: url(../img/bg-blog.jpg) 50% 50% no-repeat;
	background-size: cover;*/
}

.blogbox {
	margin-bottom: 20px;
}

.blogbox .img {
	object-fit: cover;
	height: 190px;
	overflow: hidden;
	border-radius: 0.35rem;
	width: 100%;
}

.blogbox h3 {
	color: #000;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
}

.blogbox .link {
	color: #000;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.blogbox .link:before {
	content: "line";
	font-size: 0;
	width: 2.5rem;
	height: 2px;
	background-color: currentColor;
	display: inline-block;
	margin-right: 10px;
}

/*** footer ***/
.footer {
	/*background: #ccc;*/
	padding: 70px 20px 0px 0px;
}

.footer .bg {
	/*background: #fff;*/
	padding: 100px 0px 0px 0px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0;
	font-weight: 400;
	line-height: 1.5;
	color: #ababab;
	background-color: #000;
	border: 1px solid #323232;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control {
	background: none;
	border: 0px;
	border-radius: 0px;
	padding: 0px 15px;
	border-bottom: 1px solid #323232;
	color: #000;
	margin-bottom: 25px;
	height: 52px;
	letter-spacing: .1em;
	letter-spacing: .1em;
	outline: 0px;
}

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

.footer .form-control:focus {
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.footer textarea.form-control {
	padding-top: 17px;
	height: 130px;
	border-radius: 0px;
}

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

.contactinfo {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding-bottom: 5px;
}

.contactinfo>.fa {
	min-width: 30px;
	color: #000;
	text-align: left;
}

.contactinfo a {
	display: inline-block;
	vertical-align: middle;
	color: #aca793;
}

.footer .socialinfo {
	display: flex;
	align-items: center;
}

.footer .socialinfo a {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 5px;
}

.footer .explogo {
	max-height: 80px;
}

.footer .copy img {
	width: 150px;
}

.footer .copy p {
	color: #000;
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding: 30px 0px;
}

#a-qr {
	height: 1010px !important;
}

#a-qr-slider-txt {
	left: 100px !important;
	width: 980px !important;
	bottom: -90px !important;
	height: 330px !important;
	height: 768px !important;
}

#a-qr-slider-bg-left-wrap {
	left: 0px !important;
	width: 92.6% !important;
}

#a-qr-slider {
	right: 0px !important;
	width:90% !important;
	left:5% !important;
}



/**/
.a-qr-slider-txt-p-wrap p:nth-child(2) {
	padding-left: 0;
}

@media (min-width: 1401px) and (max-width: 5000px) {
	.a-qr-slider-txt-p {
		top: 50%;
		left: 100px;
		right: 90px;
		transform: translate(0%, -59%);
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.a-qr-slider-txt-p {
		top: 50%;
		transform: translate(0%, -59%);
	}
}

.social .social-icons {
	font-size: 64px;
}

.blogbox {
	border: 10px solid #fff;
	display: inline-block;
	width: 100%;   
	padding: 10px 10px 20px 10px;
	border-radius: 20px;
	height:100%;
}

.contactinfo>.fa {
	color: #000;
}


.contactinfo a {
    color: #000;
}

.contactinfo a:hover {
    color: #e08652;
}
.footer .socialinfo a {
	background: #000;
}
.footer .socialinfo a:hover {
	background: #e08652;
}

.social .mbs>div {
	padding: 0px 14px;
}

/*** PAGE BANNER ***/
.page-banner {
	background-size: cover;
	height: 60vh;
	padding-bottom: 25px;
}

.page-banner h1 {
	color: #fff;
	font-size: 68px;
	line-height: 85px;
	font-weight: normal;
}

/*** CALCULATOR PAGES ***/
.newinfo {
	padding: 80px 0px;
	overflow: hidden;
}



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

.spperinfo .bg {
	border-radius: 20px;
	/*box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);*/
	padding: 55px 50px;
	/*background: #f2f2f2;*/
}

.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;
	color: #000;
	background: #fff;
	box-shadow: none;
	border: 1px solid #2b2b2b;
	border-radius: 0;
}

.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: 16px;
	text-transform: uppercase;
	color: #2b2b2b;
}

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

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

#stepper.alert span.wpcf7-list-item input {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #2b2b2b !important;
	appearance: auto;
}

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

.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: 400 !important;
	text-align: center !important;
	line-height: 50px !important;
	min-width: 180px !important;
	font-size: 17px !important;
	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 **************/



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

body.page-template-template-buyerandseller .info-small {
	padding:60px 0px 60px 0px;
	background:#000;
}

body.page-template-template-buyerandseller .info-small h2, body.page-template-template-buyerandseller .info-small h6, body.page-template-template-buyerandseller .info-small p {
	color:#fff;
}

.buysellform h4 {
	font-size: 25px;
	margin-bottom: 15px;
}

.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:115px;
	resize: none;
	padding: 20px 15px;
}

.bg-form .select2-container--default .select2-selection--multiple {
    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: auto;
}

.bg-form .select2-container--default .select2-selection--multiple .select2-search__field {
    text-transform: uppercase;
    opacity: 1;
    margin-top: 0;
}

.bg-form .select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: #000!important;
    opacity: 1!important;
}

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

.info-small .btn-default {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
}

.info-small .btn-default:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

.buysellform .btn-default {
	min-width: 150px;
	margin-top: 30px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	transition: all .3s;
}

.buysellform .btn-default:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}

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


.bloginfo {

}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.pagination ul li {
	display: inline-block;
	margin: 0px 10px;
}

.pagination ul li .prev,
.pagination ul li .next {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #e08652;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

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

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

.lavalcontent .nav-tabs {
	border: none !important;
	justify-content: center;
	margin-bottom: 50px;
}

.lavalcontent .nav-tabs a {
	border: none;
}

.lavalcontent .nav-tabs li {
	margin: 0px 10px;
}

.lavalcontent .nav-tabs li button {
	display: inline-block;
	background: transparent;
	color: #000;
	line-height: 55px;
	padding: 0px 25px;
	font-size: 16px;
	border: solid 1px #000;
	border-radius: 4px;
	min-width: 180px;
	text-align: center;
	transition: all .3s ease;
}

.lavalcontent .nav-tabs li button.active  {
	color: #fff;
	background-color: #000;
}

.lavalcontent .nav-tabs li button:hover {
	color: #fff!important;
	background-color: #000;
} 

.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: #000;
	position: relative;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.lavalcontent h4 {
	color: #000;
}

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


/**/
.a-qr-arrows {
	width: 140px;
	height: 60px;
	background: #0d0d0d;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -51px;
	right: 87px;
	z-index: 99;
}

.a-qr-arrows>div {
	background: #0d0d0d;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

#a-qr-prev {
}

#a-qr-next {
}

.a-qr-arrow img {
	width: 20px;
	opacity: 0.5;
	transition: opacity 0.7s ease;
}

.a-qr-arrow:hover img {
	opacity: 1;
}

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


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;
}
body.blog{
	padding: 00px 0px 00px 0px;
}

.pagination ul li.prev a, .pagination ul li.next a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #e08652;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

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;
	right: 0px;
	top: 100%;
	min-width: 245px;
	padding: 0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	margin: auto;
	margin-top: 0px;
	display: block;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translate(0, calc(0% + -10px));
	-moz-transform: translate(0, calc(0% + -10px));
	-ms-transform: translate(0, calc(0% + -10px));
	transform: translate(0, calc(0% + -10px));
}

.navbar-nav li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 3%);
	-moz-transform: translate(0, 3%);
	-ms-transform: translate(0, 3%);
	transform: translate(0, 3%);
}

.navbar-nav li.menu-item-has-children>a::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

li.menu-item-has-children>ul.sub-menu>li {
	margin: 0;
}

ul.sub-menu li a {
	padding: 15px 20px;
}

.navbar-nav li.menu-item-has-children>a {
	white-space: nowrap;
}

.current_page_item>.nav-link {
	color: #e08652;
}

.current-menu-parent>.nav-link {
	color: #e08652;
}

.sub-menu .current_page_item>.nav-link {
	color: #fff !important;
	background: #000 !important;
}
.header nav.navbar .nav-link {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}


div#a-qr-slider-title-left-top-wrap>div {
	opacity: 0;
	display: block !important;
	transition: all .3s;
}

div#a-qr-slider-title-left-top-wrap>div.active {
	opacity: 1;
}

#a-qr-slider-txt>div {
	opacity: 0;
	display: block !important;
	transition: all .3s;
}

#a-qr-slider-txt>div.active {
	opacity: 1;
}

.buysellform h4 {
	text-align: left;
}

.header nav.navbar ul.sub-menu li a {
	padding: 15px 20px;
	font-size: 14px;
	line-height: 15px;
	padding: 15px 20px;
}

.navbar-nav .nav-item ul.sub-menu li:hover a, .navbar-nav .nav-item ul.sub-menu li.active>a, .navbar-nav .nav-item ul.sub-menu li.current_page_item>a,
ul.sub-menu .current-menu-item>a {
	color: #fff !important;
	background: #000 !important;
}

.nav-link:focus, .nav-link:hover, .active>.nav-link,
.navbar-nav .nav-item.current_page_item>a,
.navbar-nav .nav-item.current-menu-parent>a {
	color: #e08652;
}

.spperinfo.alert label {
	font-weight: 700;
}

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

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



.header.inner {
	padding: 5px 0px;
	position: relative;
}

.page-banner {
	height: 50vh;
}

.header.inner .navbar {
	padding: 0px 0px;
}

.header.inner nav.navbar .nav-link {
	color: #000;
}

.header.inner .middle img {
	filter:invert(1) brightness(0);
}

.header.inner .middle .logo-agency img {
	filter:none;
}

.header.inner .nav-link:focus,
.header.inner .nav-link:hover,
.header.inner .current-menu-item>.nav-link {
	color: #e08652 !important;
}

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

button {
	transition: all .3s;
}

.buysellform .bgs {
	background:none;
	box-shadow:none;
	padding: 40px 15px;
	border-radius: 0px;
}


/*** blog slider ***/
.blog .owl-theme .owl-nav {
    margin: 0;
}

.blog .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.blog .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.blog .owl-carousel .owl-nav button.owl-prev,
.blog .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 50px;
    background: none !important;
    color: #000 !important;
}


.single-post .page-banner h1 {
    font-size: 50px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single-post .about h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.single-post .about ul {
    padding-left: 17px;
}

.single-post .about ul li {
    margin-bottom: 9px;
}

.single-post .about h2 {
    font-size: 40px;
    margin-top: 30px;
}

.single-post .about ol {
    padding-left: 30px;
}

.single-post .about ol li {
    margin-bottom: 10px;
}

button#calculate_lt {
    background: #e08652 !important;
}

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

.mw-calc-table > tbody > tr.active td {
    background: #e08652 !important;
}

#stepper.alert span.wpcf7-list-item {
    margin-bottom: 25px;
}

.nav-link:focus, .nav-link:hover, .active>.nav-link, .navbar-nav .nav-item.current_page_item>a, .navbar-nav .nav-item.current-menu-parent>a {
    color: #e08652 !important;
}

.nav-link:focus, .nav-link:hover, .active>.nav-link, .navbar-nav .nav-item.current_page_item>a, .navbar-nav .nav-item.current-menu-parent>a {
    color: #b6b6b6 !important;
}

.header.inner .nav-link:focus, .header.inner .nav-link:hover, .header.inner .current-menu-item>.nav-link {
    color: #b6b6b6 !important;
}

.header nav.navbar li ul.sub-menu .current-menu-item>a {
    color: #fff !important;
}

.navbar-nav>.nav-item>a {
    white-space:nowrap;
}

.navbar-nav>.nav-item>a {
    white-space:nowrap;
}
.sidebar {
	padding-left:30px;
	margin-bottom:40px;
}

.sidebar h6{
	padding-bottom:10px;
	border-bottom:1px solid #000;
}

.sidebar ul#Genre-List{
	padding:0;
	margin-bottom:40px;
}

.sidebar ul#Genre-List li{
	list-style:none;
	margin:8px 0px;
}

img.b-logo {
    max-width: 52%;
    clear: both;
    display: block;
    margin: 0 auto;
}

.lavalcontent .blog .section-title{
	text-align:left;
}

#alertModal .modal-body {
    padding: 0px 0px;
	background-color:#ffecd6;
}

#alertModal button.btn-close {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    background: none !important;
    color: #e63636;
    opacity: 1;
}

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

.modal .big-form {
  background:#ffecd6;
}

.modal-content {
    border-radius: 16px;
}


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

#alertModal .section-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 70px;
	line-height:50px;
}

#alertModal .section-title {
    text-align: center;
    padding: 50px 40px;
}

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

#alertModal button.btn-close {
    color: #000;
    font-size: 30px;
}


.imgborder {
	padding: 20px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to top left, #bac8d4 0, #f0e1d9);
	border-image-slice: 1;
	display: inline-block;
	width: 100%;
	border-width: 3px;
	border-style: solid;
	border-image: linear-gradient(to top left, #bac8d4 0, #f0e1d9);
	border-image-slice: 1;
}
.navbar-nav .nav-item.nav-item.main-logo {
    opacity: 0;
    display: none;
}
 
.header.fixed .navbar-nav .nav-item.nav-item.main-logo {
    opacity: 1;
    display: block;
}
 
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(45deg, #fff, #f1eed9 20%, #f0e1d9 50%, #f9f9eb 80%, #fff);
}
.header.fixed {
    background: black;
    padding: 0px 0px;
}
 
.header.fixed nav.navbar .nav-link {
    color: #fff !important;
}
 
.header.fixed  nav.navbar  .nav-link:focus, .header.fixed nav.navbar  .nav-link:hover, .header.fixed nav.navbar  .current-menu-item>.nav-link {
    color: #f0e3da !important;
}
 
.header.fixed .navbar-nav .nav-item.nav-item.main-logo img {
    filter: invert(0) brightness(1);
}
.header.fixed nav.navbar .sub-menu .nav-link {
    color: #000 !important;
}
 
.header.fixed nav.navbar .nav-item ul.sub-menu li:hover a,
.header.fixed nav.navbar .nav-item ul.sub-menu li.active>a,
.header.fixed nav.navbar .nav-item ul.sub-menu li.current_page_item>a,
.header.fixed nav.navbar ul.sub-menu .current-menu-item>a {
    color: #fff !important;
    background: #000 !important;
}
.a-qr-slider-share-icon {
    margin-left: 9px;
}
section {
    position: relative;
    overflow: hidden;
}
 
section .container,
section .container-fluid {
    position: relative;
    z-index: 99;
}
 
@font-face {
    font-family: 'Baskerville-Old';
    src: url('../fonts/modernandmain.com/Baskerville%20Old.ttf');
}
 
.heading_title:before {
    font-family: 'Baskerville-Old';
    text-transform: uppercase;
    font-size: 22vw;
    line-height: 0.85;
    color: #e6e7e8;
    opacity: 0.35;
    top: 20px;
    width: 100%;
    text-align: center;
    letter-spacing: 50px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
 
.header.fixed {
    overflow: visible;
    z-index: 99999;
}
 
.header {
    overflow: visible;
}
 
.properties-text:before {
    content: 'Properties';
}
 
.about-text:before {
    content: 'About';
}
 
.start-text:before {
    content: 'START';
}
 
.neighborhoods-text:before {
    content: 'NEIGHBORHOODS';
}
 
.clients-text:before {
    content: 'CLIENTS';
}
 
.socials-text:before {
    content: 'SOCIALS';
}
 
.blogs-text:before {
    content: 'BLOGS';
}
 .heading_title:before {
    font-size: 11vw;
    color: #000000;
    opacity: 0.04;
    left: 51%;
    white-space: nowrap;
}

section.social .heading_title:before {
	top:150px;
}


.why-work .heading_title:before {
	top:100px;
}


section.properties .heading_title:before{
    top: 60px;
}

.testimonials-text:before {
    content: 'Testimonials';
}
 
.why-work-latest {
    padding: 120px 0px;
    overflow: hidden;
}
 
.why-work-latest .section-title {
    margin-bottom: 20px;
}
 
.why-work-latest .owl-item {
    position: relative;
    transition: all .3s;
    transform: scale(.8);
    padding: 80px 0px;
}
 
.why-work-latest .center.owl-item {
    transform: scale(1);
}
 
.workbox {
    position: relative;
    height: 36vw;
    transition: all 0.4s ease-out;
    overflow: visible;
}
 
.workbox .main-img {
    position: relative;
    height: 100%;
    width: 85%;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 0.8s ease;
}
 
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
 
.workbox .text {
    padding: 4%;
    width: 45%;
    background: #fff;
    margin: 0 0 0 auto;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
 
.workbox h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 34px;
}
 
.workbox .num {
    position: absolute;
    top: -5vw;
    left: -3vw;
    width: 10vw;
    height: 8vw;
    color: #000;
    font-size: 140px;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-prev {
    left: 10vw;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border: 1px solid #0d0d0d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    margin-top: -30px;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
    right: 10vw;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-] img {
    max-width: 20px;
    filter: invert(1) brightness(1);
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-]:hover {
    background: #0d0d0d !important;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-]:hover img {
    filter: none!important;
}
section.testimonials{
	padding-top:80px;
}

section.testimonials .heading_title:before{
	top:60px;
}

.header.inner .navbar-nav .nav-item.nav-item.main-logo {
	opacity: 1;
	display: block;
}

.why-work-latest {
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0.98) 0%, rgba(15, 15, 15, 0.8) 100%), url(../img/bg-worklatest.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 160px 0px 90px 0px;
}
 
.workbox .num {
    color: #d09061;
    font-weight: 300;
}
 
.why-work-latest .heading_title:before {
    color: #e6e7e8;
    opacity: 0.04;
    top: 20px;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #d09061;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-] img {
    filter: none;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-]:hover {
    background: #0d0d0d !important;
}
 
.workbox .main-img {
    transition: all 0.8s ease;
}
 
.workbox:hover .main-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

section.neighbourhodd .heading_title:before{
	top:50px;
}

.testimonials-latest {
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0.8) 0%, rgba(15, 15, 15, 0.8) 100%), url(../img/bg-testi.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px 100px 0px;
}
 
.testimonials-latest .section-title {
    margin-bottom: 80px;
}
 
.testimonials-latest .section-title h2,
.testimonials-latest .section-title h6 {
    color: #fff;
}
 
.testimonials-latest .heading_title:before {
    color: #e6e7e8;
    opacity: 0.04;
    top: -20px;
}
 
.testimonials-latest h3 {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 40px;
}
 
.testimonials-latest p {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}
 
.testimonials-latest .item h6 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}
 
.testimonials-latest .owl-theme .owl-dots .owl-dot.active span,
.testimonials-latest .owl-theme .owl-dots .owl-dot:hover span {
    background: #E6E7E8;
}
 
.testimonials-latest .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 4px;
    border: 1px solid rgba(230, 231, 232, 0.5);
    background: none;
    border-radius: 0px;
}

.imgborder:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -30px;
    right: -30px;
    bottom: unset;
    left: unset;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    top: -30px;
    left: -30px;
    bottom: unset;
    right: unset;
    border: 1px solid #bac8d4;
    padding: 20px;
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to top left, #bac8d4 0, #f0e1d9);
    border-image-slice: 1;
}
 
.imgborder {
    border: none;
    padding: 0;
    position: relative;
    transition: all .3s;
}

.why-work-latest .section-title h2, .why-work-latest .section-title h6 {
    color: #fff;
}
 
.why-work-latest {
    padding-top: 105px;
}
 
.why-work-latest .heading_title:before {
    top: 60px;
}

.workbox .main-img {
    transition: all 0.8s ease;
    width: 100% !important;
    object-fit: cover;
}
 
.testimonials-latest .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border: 1px solid #d09061;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    margin-top: -96px;
}
 
.testimonials-latest .owl-carousel .owl-nav button.owl-next {
    right: -100px;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-] img {
    max-width: 20px;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-]:hover {
    background: #0d0d0d !important;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-]:hover img {
    filter: none!important;
}



/*** Testimonials ***/

.testimonials-list {
	position: relative;
	overflow: visible;
	z-index:0;
}


.testimonial-box {
	padding: 70px 0px;
}

.quote-box {
	padding:50px 50px;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 999;
	height: 100%;
	border:3px solid #a1a1a1;
}

.quote-box .stars {
	color: #ffab00;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 20px;
	display: inline-block;
}

.quote-box p, ul.list li {
	color: #000;
	font-size: 18px;
}
section.contact-form img.round {
	border-radius: 50%;
	max-width:230px;
	border: 3px solid #bea670;
	margin-bottom: 20px;
}

section.testimonials-list  .form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #000;
	border: 1px solid #000;
	background: none;
	font-weight: 400;
	height: 55px;
	outline: 0;
	line-height: 1.5;
	padding: 10px 15px;
	border-radius: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	box-shadow: none;
	outline: none;
}

.testimonials-list  .text-left {
	text-align: left !important;
}

.testimonials-list  label {
	margin-bottom:10px;
}

.testimonials-list textarea.form-control {
	height: 150px;
	resize: none;
	padding: 10px 15px;
}

.testimonials-list .wpcf7 form .wpcf7-response-output{
	color:#000 !important;
}

section.testimonials-list .form-control {
    margin-bottom: 30px;
}
 
section.testimonials-list .section-title h2 {
    margin-bottom: 40px;
    text-align: center;
}

.quote-box {
    padding: 30px 15px;
}
 
.quote-box p, ul.list li {
    font-size: 16px;
}
   
.testimonial-box {
    padding: 50px 0px;
}
 .testimonials-latest .btn-default {
    margin-top: 40px;
}