body {
	font-family: 'Poppins', sans-serif;
}
.bg-none{
	background: none !important;
}
p{
	text-align: justify;
  	text-justify: inter-word;
	font-size: 16px;
	font-weight: 300;
}
a{
	text-decoration: none;
}
.form-control:focus{
	box-shadow: none;
	border-color: #2C82C9 !important;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
.navbar-nav {
	margin-left: 20px;
}
p{
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.navbar-nav .nav-item .nav-link{
	font-size: 16px;
	color: #333;
	padding: 0 20px;
}
.navbar-nav .nav-item .nav-link.active{
	color: #bf4970;
}

.banner{
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: 50% 28%;
    background-repeat: no-repeat;
	position: relative;
	max-height:650px;
	padding: 100px 0;
}
.inner-page-banner{
    background-position: 50% 50%;
    background-repeat: no-repeat;
	position: relative;
	max-height: 200px;
	margin-top: 120px;
	padding: 100px 0;
    -webkit-filter: grayscale(.7);
	filter: grayscale(.7);
	background-size: cover;
}
.inner-page-banner::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,.7) 15%,transparent 50%);
}
.banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(55deg,rgba(255,255,255,.85) 18%,transparent 36%);
}
.banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(55deg,rgba(120,131,131,.9) 0,rgba(120,131,131,.9) 12%,rgba(153,154,156,.8) 12.0001%,rgba(153,154,156,.8) 24%,rgba(196,201,195,.75) 24.0001%,rgba(196,201,195,.75) 36%,transparent 36.0001%);
}
.banner .banner-details {
    position: relative;
    z-index: 5;
	padding: 35px 30px 20px 30px;
    margin-bottom: 3rem;
    background-color: rgba(17,17,17,.9);
    border-radius: 3px;
}
.banner .banner-details h1{
	text-transform: uppercase;
	font-size: 26px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
}
.banner .banner-details p{
	font-size: 17px;
	line-height: 22px;
	color: #999A9C;
	margin-top: 8px;
}
.banner .banner-details h5{
	color: #bf4970;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.banner .banner-details a{
	font-size: 27px;
	color: #fff;
	font-weight: bold;
}
.banner-content{
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.banner-content h2{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.experience-wrapper{
	background-color: #bf4970;
	background-image: linear-gradient(to right,#bf4970,#000,#bf4970);
	z-index: -10;
}
.years-experience {
    background-color: #bf4970;
	position: relative;
	z-index: 5;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	border-left: 5px solid #bf4970;
	border-right: 5px solid #bf4970;
	padding: 35px 25px;
	text-align: center;
	margin-top: -80px;
}
.years-experience p {
	color: #788383;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.icon-block{
	transition: all .3s linear;
}
.icon-block h6 {
    font-size: 18px;
    line-height: 22px;
	font-weight: bold;
	margin: 15px 0;
	color: #111;
}
.icon-block p {
    font-size: 15px;
    line-height: 22px;
    color: #788383;
    font-weight: 400;
}
.icon-wrap{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color:#bf4970;
	color: #111;
	font-size: 27px;
	border-radius: 3px;
	margin: 0 auto;
}
.icon-block:hover i {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    background: #bf4970;
}
.jacksonville{
	padding: 70px 0;
}
.cleaning-section{
	padding: 70px 0;
}
.cleaning-section h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #bf4970;
}
.cleaning-section-image {
	width: 100%;
	height: 100%;
}
.cleaning-section-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.absolute-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.cleaning-section ul{
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-top: 30px;
}
.cleaning-section ul li{
	position: relative;
	padding-left: 20px;
}
.cleaning-section ul li:before{
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	display: block;
	border-radius: 50%;
	background-color: #bf4970;
	color: #fff;
	width: 15px;
	height: 15px;
}
.cleaning-section ul li{
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.get-quote-form{
	padding: 30px;
	background-color: #fff;
	height: 100%;
}
.get-quote-form h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #bf4970;
	text-align: center;
}
.get-quote-form form .form-control{
	height: 35px;
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.get-quote-form form .form-control::placeholder{
	font-size: 15px;
	color: #999;
}
.get-quote-form form .btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #bf4970;
	padding: 10px 20px;
	border-radius: 0px;
	margin-top: 35px !important;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.get-free-quote{
	padding: 70px 0;
	background-color: #bf4970;
}
footer{
	padding: 15px 0;
	background-color: #333;
}
footer small{
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
}