@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
}
a {
	text-decoration: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none !important;
	outline-offset: 0px;
	border: none !important;
	box-shadow: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue-Regular.eot');
	src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
		url('../fonts/BebasNeue-Regular.woff') format('woff'),
		url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
		url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	padding: 0;
	margin: 0;
}
a {
	transition: 0.5s;
	text-decoration: none;
}
.card, .card-body, .card-footer, .card-image {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
}
.p-80 {
	padding: 80px 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	height: 60px;
	border-radius: 15px;
	border: 1px solid #f4f2f2;
	background-color: #f4f2f2;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #484848;
}
.form-control:focus {
	box-shadow: none;
	border-color: #f4f2f2;
	background-color: #f4f2f2;
}
.form-control::placeholder {
	font-size: 15px;
	font-weight: 400;
	color: #484848;
}
textarea.form-control {
	resize: none;
	height: 140px;
	padding: 20px;
}
.btn {
	padding: 12px 25px 9px;
	font-size: 18px;
	font-weight: 300;
	font-family: "Bebas Neue", sans-serif;
	border: none;
	transition: 0.5s;
	outline: none;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-primary {
	border-color: #3fa7df;
	background-color: #3fa7df;
	color: #ffffff;
}
.btn-primary:hover {
	border-color: #06151c;
	background-color: #06151c;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*-- header area start --*/
.header-menu-area {
	background-color: #ffffff;
	box-shadow: 0 5px 30px rgb(43 43 43 / 15%);
	position: relative;
	z-index: 99;
}
.header-menu-body-area .logo {
	max-width: 160px;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #ffffff;
	padding: 15px;
	margin: 0 auto;
	border-radius: 100%;
	transition: ease 0.5s all 0s;
}
.header-menu-body-area .logo img {
	width: 100%;
	object-fit: cover;
	transition: ease 0.5s all 0s;
}
.menu-right {
	width: 100%;
}
.header-social {
  width: 16%;
}
.menu-right .header-social ul{
	margin:0;
	padding:0;
}
.menu-right .header-social ul li {
	display: inline-block;
	margin-right: 7px;
}
.menu-right .header-social ul li:last-child {
	margin-right: 0;
}
.menu-right .header-social ul li a {
	color: #3fa8df;
	font-size: 17px;
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	padding: 0;
	list-style-type: none;
	position: relative;
	vertical-align: middle;
	margin-right: 55px;
}
.menu ul li:nth-child(2) {
	margin-right: 255px;
}
.menu ul li.active {
	position: relative;
}
.menu ul li.active::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	max-width: 50px;
	height: 50px;
}
.headarea.innerheader .menu ul li a {
	color: #000;
}
.menu ul li:last-child {
	margin-right: 0;
}
.menu ul li a {
	color: #171717;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	padding: 30px 0px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu ul li:last-child a {
	margin-right: 0;
}
.menu ul li a:hover, .menu ul li.active a {
	color: #3fa8df;
}
.header-contact .mobile-ligin-dropdown {
	display: none;
}
.header-menu-body-area {
	position: relative;
}
.header-area.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 991;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.header-area.fix .menu ul li a {
	padding: 22px 0px;
}
.header-area.fix .header-menu-body-area .logo {
	max-width: 125px;
	top: -9px;
	padding: 10px;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner {
	position: relative;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,0.9248074229691877) 7%, rgba(0,0,0,0) 49%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner img {
	width: 100%;
}
.banner .banner-main-contain-area {
	position: absolute;
	top: 50%;
	transform:translatey(-50%);
	width: 100%;
}
.banner-main-contain-area .banner-contain {
	max-width: 565px;
	color: #191919;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.banner-main-contain-area .banner-contain .tagline {
	color: #191919;
	font-size: 35px;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 34px;
}
.banner-main-contain-area .banner-contain .headline {
	color: #3fa8df;
	font-size: 52px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 54px;
	margin: 0 0 12px;
}
.banner-main-contain-area .banner-contain .headline strong {
	color: #191919;
	font-weight: 500;
}
.banner-main-contain-area .banner-contain .btn-box {
	padding-top: 25px;
}
.banner-main-contain-area .banner-contain .btn {
	margin-right: 10px;
}
/*-- banner area stop --*/
/*-- cleaning list area start --*/
.cleaning-list-box {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.cleaning-list-box img {
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.cleaning-list-box .contain-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(63 167 223 / 70%);
	z-index: 1;
	padding: 20px 5px;
}
.cleaning-list-box .contain-box .headingtext {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.cleaning-list-box .contain-box .iconbox {
	width: 100%;
	max-width: 90px;
	height: 90px;
	border: 2px solid transparent;
	border-radius: 100%;
	margin: 0 auto 15px;
	transition: 0.5s;
}
.cleaning-list-box .contain-box .iconbox .icon {
	width: 100%;
	max-width: 80px;
	height: 80px;
	border-radius: 100%;
	padding: 22px;
	background-color: #3fa7e1;
}
.cleaning-list-box .contain-box .iconbox .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cleaning-main-list-box:nth-of-type(2n) .cleaning-list-box .contain-box {
	background-color: #f5f5f5;
}
.cleaning-main-list-box:nth-of-type(2n) .cleaning-list-box .contain-box .headingtext {
	color: #3fa7e2;
}
.cleaning-main-list-box:nth-of-type(2n) .cleaning-list-box:hover .contain-box .iconbox {
	border-color: #3fa7e1;
}
/*-- cleaning list area stop --*/
/*-- about area start --*/
.about-area .about-img1 {
	height: 523px;
	overflow: hidden;
}
.about-area .about-img1 img {
	width: 100%;
	object-fit: cover;
}
.about-area .about-img2 {
	height: 500px;
}
.about-area .about-img2 img {
	width: 100%;
	object-fit: cover;
}
.about-contain {
	padding-top: 100px;
	color: #090909;
	font-size: 15px;
	font-weight: 500;
}
.about-contain .tagline {
	text-transform: uppercase;
	color: #3fa7e2;
	font-size: 20px;
	font-family: "Bebas Neue", sans-serif;
	margin: 0 0 0;
	letter-spacing: 1px;
}
.about-contain .headline {
	text-transform: uppercase;
	color: #090909;
	font-size: 48px;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 5px;
}
.about-contain-area {
	position: relative;
	z-index: 1;
	margin-top:-60px;
	padding-right: 50px;
}
/*-- about area stop --*/
/*-- cleaningservice area start --*/
.cleaningservice-img {
	overflow: hidden;
}
.cleaning-service-contain {
	padding: 45px 30px;
	text-align: center;
	background-color: #f5f5f5;
	color: #090909;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.cleaning-service-contain .tagline {
	color: #3fa7e2;
	font-size: 20px;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cleaning-service-contain .headline {
	text-transform: uppercase;
	color: #090909;
	font-size: 45px;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 12px;
	line-height: 48px;
}
/*-- cleaningservice area stop --*/
/*-- heading start --*/
.heading .tagline {
	font-family: "Bebas Neue", sans-serif;
	color: #3fa7e2;
	font-size: 20px;
	margin: 0 0 8px;
	line-height: 30px;
}
.heading .headline {
	color: #090909;
	text-transform: uppercase;
	font-size: 48px;
	font-family: "Bebas Neue", sans-serif;
	margin: 0 0 5px;
	line-height: 52px;
}
.heading {
	color: #090909;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0;
}
/*-- heading stop --*/
/*-- services area start --*/
.services-area .heading {
	margin-bottom: 40px;
    text-align: center;
}
.card.service-card .card-image {
	overflow: hidden;
	height: 242px;
}
.card.service-card .card-image img {
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.card.service-card:hover .card-image img {
	transform: scale(1.05);
}
.card.service-card .card-body {
	padding-top: 20px;
	color: #090909;
	font-size: 16px;
	font-weight: 500;
}
.card.service-card .card-body .headline {
	text-transform: uppercase;
	color: #090909;
	font-size: 33px;
	font-family: "Bebas Neue", sans-serif;
	margin: 0 0 0;
	margin-bottom: 2px;
}
.card.service-card .card-body .btn {
	display: inline-block;
	margin-top: 15px;
}
/*-- services area stop --*/
/*-- whychooseus area start --*/
.whychooseus-area {
	background: url(../images/whychooseus-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.whychooseus-media {
	padding: 25px 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.whychooseus-media .media-icon {
	width: 100%;
	max-width: 71px;
	height: 71px;
	border-radius: 100%;
	background-color: #3fa7e1;
	padding: 17px;
}
.whychooseus-media .media-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.whychooseus-media .media-body {
	padding-left: 20px;
	color: #090909;
	font-size: 15px;
	font-weight: 500;
}
.whychooseus-media .media-body .heading {
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
	line-height: normal;
}
.whychooseus-area .heading {
	margin-bottom: 35px;
}
/*-- whychooseus area stop --*/
/*-- pricing area start --*/
.pricing-area {
	background-color: #f5f5f5;
}
.pricing-box {
	background-color: #ffffff;
	padding: 40px 30px;
	box-shadow: 0 0 20px rgb(43 43 43 / 10%);
	text-align: center;
	color: #090909;
	font-size: 16px;
	font-weight: 400;
	min-height: 100%;
}
.pricing-box .headline {
	color: #090909;
	font-size: 36px;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	margin: 0 0 0;
}
.pricing-box .price-text {
	color: #3fa7e2;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 15px;
}
.pricing-box .price-text span {
	display: block;
	color: #090909;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.pricing-box .btn {
	display: inline-block;
	margin-top: 15px;
}
/* .pricing-box.active-price {
	padding: 65px 30px;
} */
/*-- pricing area stop --*/
/*-- opening area start --*/
.opening-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.opening-body-area {
	background-color: rgb(63 167 223 / 80%);
}
.opening-box {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	padding: 35px 20px;
	transition: 0.5s;
}
.opening-box a{
	color: #ffffff;
	transition: 0.5s;
}
.opening-box:hover a{
	color: #000;
}
.opening-box .icon {
	width: 100%;
	max-width: 79px;
	height: 79px;
	border-radius: 100%;
	background-color: #3fa7e1;
	margin-bottom: 8px;
	padding: 15px;
}
.opening-box .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.opening-box .headline {
	transition: 0.5s;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 40px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 1px;
	transition: 0.5s;
}
.opening-box:hover {
	background-color: #ffffff;
	color: #191919;
}
.opening-box:hover .headline {
	color: #191919;
}
/*-- opening area stop --*/
/*-- footer area start --*/
.footer-area {
	background-color: #06141c;
}
.footer-area .copyright {
	padding: 20px 0;
	border-top: 1px solid #ffffff;
}
.copyright-text {
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer-area .copyright .copyright-text a {
	color: #ffffff;
	transition: 0.5s;
}
.footer-area .copyright .copyright-text a:hover {
	color: #3fa7e1;
}
.footer-body-area {
	padding: 50px 0 25px;
}
.footer-social{
	text-align:center;
}
.footer-social ul{
	margin:0;
	padding:0;
}
.footer-social ul li {
	display: inline-block;
	margin-right: 75px;
}
.footer-social ul li:last-child {
	margin-right: 0;
}
.footer-social ul li .icon {
	width: 100%;
	min-width: 58px;
	max-width: 58px;
	height: 58px;
	border-radius: 100%;
	padding: 10px;
	color: #ffffff;
	font-size: 22px;
	background-color: #3fa7e1;
	margin: 0 auto 10px;
	transition: 0.5s;
}
.footer-social ul li a {
	font-family: "Bebas Neue", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
}
.footer-social ul li a:hover .icon {
	background-color: #ffffff;
	color: #3fa7e1;
}
/*-- footer area stop --*/
.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 0.2em;
	background: #23a7fb;
	z-index: 1;
	width: 100%;
	max-width: 57px;
	height: 57px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}
.back-to-top:hover {
	cursor: pointer;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat !important;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 160px 0 !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
}
.abt-title strong{
	font-weight: bold;
	color:#3fa7df;
}
/* .abt-title.dup{
	margin-top: 15px;
	font-size: 20px;
	color:#2d2d2d;
} */
.ab-inner-text {
	color: #090909;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 0px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 6px;
	color: #090909;
	background-size: 22px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#3fa7df;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #2e2e2d;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 8px 32px !important;
	background: #3fa7df !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.cleaningservice-img img{
	width:100%;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#2299d9;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #2a2b2a;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.back-btn a {
	background: #3fa7df;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
	padding: 12px 28px 10px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 2px;
}
.error_container {
	align-items: center;
	padding: 0 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header-area{
		background:#fff;
		position:fixed;
		top:0;
		width:100%;
		padding:5px 0;
		z-index:999;
	}
	.header-area.fix{
		animation-name: none;
		box-shadow: 0 0 3px #a8a6a6;
	}
	.header-menu-area {
		background-color: transparent;
		box-shadow: none;
	}
	.header-menu-body-area .logo, .header-area.fix .header-menu-body-area .logo {
		max-width: 100%;
		position: relative;
		top: 0;
		background-color: transparent;
		padding: 0;
	}
	.header-menu-body-area .logo img{
		width: 102px;
	}
	.header-social, .header-contact-btn a, .menu{
		display:none;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner-area{
		margin-top:89px;
	}
	.banner::before{
		background:rgba(255,255,255,0.4);
	}
	.banner-main-contain-area .banner-contain{
		max-width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
	.banner-main-contain-area .banner-contain .tagline{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.banner-main-contain-area .banner-contain .headline {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 2px;
	}
	.banner-main-contain-area .banner-contain .headline br{
		display:none;
	}	
	.banner-main-contain-area .banner-contain .btn-box{
		padding-top: 15px;
	}
	.banner-main-contain-area .banner-contain .btn {
		margin-right: 4px;
		padding: 10px 25px 8px;
		font-size: 17px;
	}
	.cleaning-list-area{
		padding:20px 0;
	}
	.cleaning-main-list-box{
		margin-top:15px;
	}
	.cleaning-list-box .contain-box{
		padding: 8px 5px;
	}
	.cleaning-list-box .contain-box .iconbox{
		width: 80px;
		max-width: 80px;
		height: 80px;
		margin: 0 auto 3px;
	}
	.cleaning-list-box .contain-box .iconbox .icon{
		width: 65px;
		max-width: 65px;
		height: 65px;
		padding: 16px;
	}
	.cleaning-list-box .contain-box .headingtext {
		font-size: 16px;
		line-height: 22px;
	}
	.about-area.p-80{
		padding: 15px 0 30px;
	}
	.about-contain-area {
		margin-top: 0;
		padding-right: 0;
	}
	.about-contain{
		padding-top: 30px;
	}
	.about-contain .headline, .cleaning-service-contain .headline, .heading .headline{
		font-size: 26px;
		margin-bottom: 5px;
		line-height: 35px
	}
	.about-contain .btn{
		font-size: 16px;
	}
	.about-img2{
		margin-top:25px;
	}
	.cleaning-service-contain {
		padding: 30px 15px;
		font-size: 15px;
		line-height: 24px;
	}
	.cleaningservice-img img{
		width:100%;
	}
	.p-80 {
		padding: 30px 0;
	}
	.services-area .heading{
		margin-bottom: 0;
	}
	.service-card{
		margin-top:25px;
	}
	.card.service-card .card-body .headline{
		font-size: 22px;
	}
	.card.service-card .card-body{
		font-size: 14px;
	}
	.card.service-card .card-body .btn{
		margin-top: 10px;
		font-size: 16px;
		padding: 10px 28px 6px;
	}
	.whychooseus-area .heading {
		margin-bottom: 20px;
	}
	.whychooseus-media{
		padding: 20px 12px;
		margin-bottom: 15px;
	}
	.whychooseus-media .media-icon {
		max-width: 62px;
		height: 62px;
		padding: 14px;
	}
	.whychooseus-media .media-body{
		padding-left: 14px;
		font-size: 14px;
	}
	.whychooseus-media .media-body .heading{
		font-size: 20px;
	}
	.ttr{
		margin-top:25px;
	}
	.pricing-box{
		padding: 25px 15px;
	}
	.pricing-box .headline{
		font-size: 24px;
	}
	.pricing-box .price-text {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 30px;
		margin-top: 8px;
	}
	.btn{
		font-size: 16px;
	}
	.opening-box {
		padding: 0 15px;
		font-size: 16px;
	}
	.ttr2{
		margin-bottom:20px;
	}
	.opening-box .icon {
		max-width: 68px;
		height: 68px;
		padding: 14px;
	}
	.opening-box .headline {
		font-size: 22px;
	}
	.footer-body-area {
		padding: 25px 0;
	}
	.footer-social ul li{
		margin-right: 8px;
	}
	.footer-social ul li .icon {
		min-width: 54px;
		max-width: 54px;
		height: 54px;
		padding: 3px;
		font-size: 22px;
	}
	.footer-social ul li a{
		font-size: 15px;
	}
	.footer-area .copyright {
		padding: 15px 0 60px;
		border-top: 1px solid #ffffff;
	}
	.copyright-text{
		font-size: 14px;
	}
	.back-to-top{
		bottom: 52px;
		max-width: 50px;
		height: 50px;
	}
	.page .entry-header, .blog_page_header{
		padding: 70px 0 !important;
		margin: 89px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:12px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 30px 15px;
		margin-top: 30px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-main-contain-area .banner-contain {
		max-width: 100% !important;
		font-size: 15px !important;
	}
	.banner-main-contain-area .banner-contain .tagline {
		font-size: 22px !important;
		line-height: 24px !important;
	}
	.banner-main-contain-area .banner-contain .headline {
		font-size: 28px !important;
		line-height: 30px !important;
	}
	.banner-main-contain-area .banner-contain .headline br {
		display: none !important;
	}
	.ttr, .abc, .ttr2{
		width: 50%;
	}
	.ttr2{
		margin-bottom: 10px !important;
	}
	.opening-box{
		font-size: 16px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header-contact-btn a{
		display: inline-block;
		position: fixed;
		top: 27px;
		right: 68px;
	}
	.banner-main-contain-area .banner-contain {
		max-width: 450px;
		font-size: 16px;
	}
	.banner-main-contain-area .banner-contain .tagline {
		font-size: 26px;
		line-height: 28px;
	}
	.banner-main-contain-area .banner-contain .headline{
		font-size: 38px;
		line-height: 42px;
	}
	.banner-main-contain-area .banner-contain .headline br{
		display:inline-block;
	}
	.cleaning-service-contain .headline{
		font-size: 22px;
		line-height: 26px;
	}
	.cleaning-service-contain {
		padding: 25px 10px;
		font-size: 13px;
		line-height: 21px;
	}	
	.opening-box {
		padding: 0;
		font-size: 14px;
	}
	.ttr2 {
		margin-bottom: 0;
	}
	.opening-box .icon{
		padding: 18px;
	}
	.footer-social ul li {
		margin-right: 24px;
	}
	.footer-social ul li a {
		font-size: 18px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.cleaning-list-box .contain-box .headingtext{
		font-size: 16px;
	}
	.opening-box .headline{
		font-size: 30px;
	}
	.menu ul li{
		margin-right: 26px;
	}
	.opening-box{
		font-size: 16px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.header-contact-btn a{
		display: inline-block;
		position: fixed;
		top: 27px;
		right: 68px;
	}
	.banner-main-contain-area .banner-contain {
		max-width: 450px;
		font-size: 16px;
	}
	.banner-main-contain-area .banner-contain .tagline {
		font-size: 26px;
		line-height: 28px;
	}
	.banner-main-contain-area .banner-contain .headline{
		font-size: 38px;
		line-height: 42px;
	}
	.banner-main-contain-area .banner-contain .headline br{
		display:inline-block;
	}
	.cleaning-service-contain .headline{
		font-size: 22px;
		line-height: 26px;
	}
	.cleaning-list-box .contain-box .headingtext {
		font-size: 19px;
	}
	.cleaning-service-contain {
		padding: 25px 10px;
		font-size: 13px;
		line-height: 21px;
	}	
	.opening-box {
		padding: 0;
		font-size: 14px;
	}
	.ttr2 {
		margin-bottom: 0;
	}
	.opening-box .icon{
		padding: 18px;
	}
	.footer-social ul li {
		margin-right: 24px;
	}
	.footer-social ul li a {
		font-size: 18px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.menu ul li{
		margin-right: 26px;
	}
	.card.service-card .card-body .headline{
		font-size: 28px;
		line-height: 32px;
	}
	.card.service-card .card-body{
		font-size: 15px;
	}
	.opening-box{
		padding: 35px 0;
		font-size: 17px;
	}
	.opening-box .headline{
		font-size: 30px;
		line-height: 34px;
	}
	.opening-box .icon {
		max-width: 70px;
		height: 70px;
		padding: 17px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 26px;
	}
	.card.service-card .card-body .headline{
		font-size: 28px;
		line-height: 32px;
	}
	.card.service-card .card-body{
		font-size: 15px;
	}
	.opening-box{
		padding: 35px 0;
		font-size: 17px;
	}
	.opening-box .headline{
		font-size: 30px;
		line-height: 34px;
	}
	.opening-box .icon {
		max-width: 70px;
		height: 70px;
		padding: 17px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-contact-btn a {
		position: relative;
		top: 0;
		right: 0;
	}
	.cleaning-list-box .contain-box .headingtext{
		font-size: 16px;
	}
	.opening-box .headline{
		font-size: 30px;
	}
	.menu ul li{
		margin-right: 26px;
	}
	.card.service-card .card-body .headline{
		font-size: 26px;
	}
	.opening-box{
		font-size: 16px;
	}
}

@media screen and (min-width: 1424px) {
	.cleaning-service-contain{
		padding: 12% 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 180px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.cleaning-service-contain{
		padding: 15% 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 210px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.cleaning-service-contain{
		padding: 24% 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 245px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.cleaning-service-contain{
		padding: 26% 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 260px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.cleaning-service-contain{
		padding: 30% 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 300px 0 !important;
	}
}    
