<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Bold.eot');
	src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Bold.woff2') format('woff2'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
	font-weight: bold;
	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-ExtraBold.eot');
	src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') 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-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;
}
@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;
}
body {
	margin: 0px;
	padding: 0px;
}
:hover {
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-ms-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}
.fixed-header {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #2e73ec;
	padding: 93px 0px 0px;
	box-shadow: 0 0px 5px #808080;
	animation: smoothScroll .6s forwards;
	transition: all ease 0.5s;
	z-index: 9999;
}
/*upper-header*/
.upper-header-media {
	display: flex;
	align-items: flex-start;
}
.upper-header-align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}
.upper-header-media-body {
	flex: 1;
}
.header-right-sec ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-top: 24px;
}
.header-right-sec ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
}
.header-title {
	color: #151515;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
}
.header-txt {
	color: #151515;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-txt a {
	color: #151515;
	font-size: 18px;
	font-weight: 700;
}
.header-txt a:hover {
	color: #005c8d;
	text-decoration: none;
}
.upper-header-media-body img {
	margin-left: 17px;
}
img.ph-icon {
	padding-top: 10px;
}
.nav-item ul {
	padding: 0px;
	margin: 0px;
	margin-left: 49px;
	margin-top: 33px;
}
.nav-item ul li {
	list-style-type: none;
	display: inline-block;
}
.nav-item li a {
	color: #fff;
	font-size: 17px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 6px;
	font-family: 'Muli';
}
.nav-item li a:hover {
	color: #ff0416;
	text-decoration: none;
}
.header-btn {
	margin-top: 35px;
}
.header-btn a {
color: #fff;
    font-size: 17px;
    background-color: #ff0416;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px 12px;
    border-radius: 73px;
}
.header-btn a:hover {
	background-color: #191919;
	text-decoration: none;
}
.pd {
	padding: 0px;
}
.pr {
	padding-right: 0px;
}
.upper-header {
	padding-bottom: 24px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 9;
}
/*header*/
.nav-item {
    margin-top: 23px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 662px;
	position: relative;
	padding-top: 119px;
}
.banner:after {
	background: url(../images/banner-curve.png);
	content: "";
	height: 107px;
	width: 100%;
	bottom: -15px;
	position: absolute;
	left: 0px;
}
.banner-left-sec {
	padding-left: 26px;
	position: relative;
	z-index: 2;
}
.banner-sub-title {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding-top: 77px;
	position: relative;
}
.banner-sub-title:after {
	background: rgb(0 0 0 / 38%);
	content: "";
	height: 390px;
	width: 390px;
	top: 22px;
	position: absolute;
	left: -69px;
	border-radius: 100%;
	z-index: -9;
}
.banner-title {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 35px;
	position: relative;
	font-family: 'Poppins';
	margin-top: 8px;
}
.banner-title:after {
	background: #ffffff;
	content: "";
	height: 4px;
	width: 42px;
	top: 88px;
	position: absolute;
	left: 0px;
}
.banner-txt {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	padding: 32px 10px 26px 0px;
}
.banner-btn a {
	color: #fff;
	font-size: 17px;
	background-color: #ff0416;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 30px 13px 30px;
	line-height: 1;
	border-radius: 73px;
}
.banner-btn a:hover {
	background: #191919;
	color: #fff;
	text-decoration: none;
}
.form-title {
	color: #161616;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 13px;
	font-family: 'Poppins';
}
.banner-right-sec {
	background: #fff;
	margin: 0px 51px 0px 96px;
	padding: 24px 24px 31px;
	border-radius: 5px;
	position: relative;
}
.banner-right-sec:before {
	background: url(../images/shape.png);
	content: "";
	height: 196px;
	width: 99px;
	top: 273px;
	position: absolute;
	left: -29px;
	z-index: -9;
}
.form-section {
    position: absolute;
    bottom: 112px;
    right: 130px;
    width: 37%;
}
/*.................end banner..............*/

/*................start upper-service-section................*/
.upper-service-section {
	padding-top: 44px;
	background: #f1f0ff;
	padding-bottom: 35px;
}
.upper-service-sub-title {
	color: #2975ff;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
}
.upper-service-title {
	text-align: center;
	color: #140c17;
	font-size: 27px;
	font-weight: bold;
	font-family: 'Poppins';
}
.upper-service-title:after {
	background: #140c17;
	content: "";
	height: 1px;
	width: 60px;
	top: 70px;
	position: absolute;
	left: 528px;
}
.upper-service-txt {
	color: #090909;
	font-size: 17px;
	text-align: center;
	padding: 22px 40px 30px;
	font-weight: 500;
	line-height: 28px;
}
.upper-service-btn {
	text-align: center;
}
.read-more-btn, .qoute-btn {
	display: inline-block;
}
.read-more-btn a {
	color: #fff;
	font-size: 17px;
	background-color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 11px 29px;
	border-radius: 73px;
}
.read-more-btn a:hover {
	background-color: #ff0416;
	text-decoration: none;
}
.qoute-btn a {
	color: #fff;
	font-size: 17px;
	background-color: #ff0416;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 11px 24px;
	border-radius: 73px;
}
.qoute-btn a:hover {
	background-color: #2b2b2b;
	text-decoration: none;
}
/*...........end upper-service-section.....................*/

/*...................start service-section.............*/

.service-section {
	padding-bottom: 168px;
	background-color: #f1f0ff;
	position: relative;
}
.service-section:after {
	background: url(../images/service-curve.png);
	content: "";
	height: 107px;
	width: 100%;
	bottom: -21px;
	position: absolute;
	left: 0px;
}
.service-title {
	color: #140c17;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 13px;
	font-family: 'Poppins';
	padding-bottom: 25px;
}
.service-box {
	position: relative;
}
.service-box-img1 {
	position: absolute;
	top: 28px;
	left: 20px;
	background: #2975ff;
	width: 57px;
	height: 57px;
	border-radius: 50px;
	text-align: center;
	line-height: 49px;
}
.service-box-title {
	color: #3122f8;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding-top: 21px;
}
.service-box-txt {
	color: #090909;
	font-size: 15px;
	line-height: 22px;
	padding: 5px 23px 14px;
	text-align: center;
	font-weight: 500;
}
.service-box-btn a {
	background-color: #232324;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	display: block;
	margin: 0 auto;
	width: 33%;
	padding: 8px;
	border-radius: 50px;
}
.service-box-btn a:hover {
	background-color: #ff0416;
	text-decoration: none;
}
.service-img img {
	width: 100%;
}
.service-cont-box {
	padding-bottom: 22px;
	background-color: #fff;
}
.service-cont-box:hover {
	background-color: #2975ff;
	color: #fff;
}
.service-cont-box:hover .service-box-title {
	color: #fff;
}
.service-cont-box:hover .service-box-txt {
	color: #fff;
}
.service-cont-box:hover .service-box-img1 {
	position: absolute;
	top: 28px;
	left: 20px;
	background: #ff0416;
	width: 57px;
	height: 57px;
	border-radius: 50px;
	text-align: center;
	line-height: 49px;
}
/*...................end service-section.............*/

/*...................start expert-section..............*/
.expert-section {
	padding-bottom: 64px;
}
.expert-sec-title {
	color: #121212;
	font-size: 27px;
	font-weight: bold;
	padding-top: 29px;
	font-family: 'Poppins';
}
.expert-sec-txt {
	color: #040404;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0px 45px;
}
.expert-media {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.expert-align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
	background: #2975ff;
	width: 84px;
	height: 84px;
	border-radius: 53px;
	border: 6px solid rgba(208, 219, 251, 100%);
	text-align: center;
	line-height: 63px;
}
.or-20 {
	background: #ee171f;
	width: 84px;
	height: 84px;
	border-radius: 53px;
	border: 6px solid rgba(255, 146, 153, 100%);
	text-align: center;
	line-height: 64px;
}
.expert-media-body {
	flex: 1;
}
.expert-title {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.expert-title span {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Poppins';
}
.expert-title {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 13px;
	line-height: 25px;
	padding-left: 15px;
}
.ex-2 {
	margin-top: 28px;
}
.pl {
	padding-left: 0px;
}
.ex-bdr:after {
	background: #e0e0e0;
	content: "";
	height: 62px;
	width: 1px;
	top: 12px;
	position: absolute;
	right: 40px;
}
.expert-img {
	margin-top: -60px;
	box-shadow: -21px -19px 0px 0px rgb(232, 231, 254, 70%);
}
/*...................start expert-section..............*/

/*...................start cleaning-section............*/
.cleaning-section {
	background-image: url("../images/cleaning-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 230px;
}
.cleaning-title {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	padding-top: 28px;
	color: #fff;
	padding-bottom: 29px;
}
.cleaning-media {
	display: flex;
	align-items: flex-start;
}
.cleaning-align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
	background: #fff;
	width: 72px;
	height: 72px;
	border-radius: 50px;
	text-align: center;
	line-height: 66px;
	margin-right: 17px;
}
.cleaning-media-body {
	flex: 1;
}
.cleaning-title1 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: -4px;
}
.cleaning-txt {
	color: #fff;
	font-size: 13px;
}
.cl-2 {
	margin-left: 66px;
}
.cl-3 {
	margin-left: 31px;
}
.cleaning-bdr:after {
	background: #9ebdf4;
	content: "";
	height: 82px;
	width: 2px;
	top: 2px;
	position: absolute;
	right: -10px;
}
.cleaning-bdr1:after {
	background: #9ebdf4;
	content: "";
	height: 82px;
	width: 2px;
	top: 2px;
	position: absolute;
	right: 18px;
}
/*...................end cleaning-section...............*/

/*..................start gallery-section..............*/
.gallery-section {
	padding-bottom: 56px;
}
.gallery-title {
	color: #121212;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	padding: 36px 0px 25px;
}
/*..................end gallery-section..............*/

/*..................start testimonial-section............*/
.testimonial-section {
	background-color: #2975ff;
	position: relative;
	z-index: 9;
	padding-bottom: 50px;
}
.testimonial-section:after {
	background: url(../images/test-curve.png);
	content: "";
	height: 387px;
	width: 100%;
	top: -1px;
	position: absolute;
	left: 0px;
	z-index: -9;
}
.testimonial-sub-title {
	color: #0099dd;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 41px;
	letter-spacing: 1px;
	font-family: 'Muli';
}
.testimonial-title {
	color: #050c13;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Poppins';
}
.test-media {
	display: flex;
	align-items: flex-start;
}
.test-align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
	margin-right: 15px;
}
.test-media-body {
	flex: 1;
}
.quote img {
	width: 20% !important;
	position: absolute;
	top: 37px;
	left: 20px;
}
.testimonial-slide {
	margin-top: 23px;
}
.test-cont {
	font-size: 15px;
	color: #050c13;
	font-weight: 400;
}
img.star {
	width: 29% !important;
	padding: 18px 0px 22px;
}
.bottmcont {
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 60px 30px 41px;
	height: 336px;
	box-shadow: -3px 3px 5px 1px rgb(0 0 0 / 9%);
}
.test-title1 {
	color: #0099dd;
	font-size: 19px;
	font-family: 'Muli';
}
.test-txt {
	color: #171717;
	font-size: 16px;
	font-family: 'Muli';
}
/*..................end testimonial-section............*/

/*............. Start footer section...............*/
.footer-section {
	padding: 35px 0px 24px 0px;
	background-color: #2975ff;
	position: relative;
}
.footer-section:after {
	background: #87b2ff;
	content: "";
	height: 1px;
	width: 83%;
	top: 1px;
	position: absolute;
	left: 111px;
}
.footer-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 19px;
	font-family: 'Poppins';
}
.call-dtl a {
	color: #ffffff;
	font-size: 18px;
	margin-left: 14px;
	font-weight: 500;
}
.mail-dtl {
	padding: 5px 0px;
}
.mail-dtl a {
	color: #ffffff;
	font-size: 16px;
	margin-left: 14px;
	font-weight: 500;
}
.location-dtl {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
}
.location-dtl img {
	margin-right: 14px;
}
.ql {
	margin-left: 30px;
}
ul.footer-list {
	padding: 0px;
	margin: 0px;
}
ul.footer-list li {
	list-style-type: none;
	display: block;
}
ul.footer-list li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
	font-weight: 600;
}
.footer-list li a:hover {
	color: #000;
}
.srv {
	margin-left: 27px;
}
ul.list1 {
	padding-top: 50px !important;
}
ul.list1 li a {
	font-size: 16px;
	margin-left: 0px;
}
ul.social-media-list {
	padding: 0px;
	margin: 0px;
}
ul.social-media-list li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.footer-section a:hover {
	color: #000;
	text-decoration: none;
}
.lower-txt {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.lower-txt a {
	color: #fff;
}
.lower-txt a:hover {
	color: #2975ff;
	text-decoration: none;
}
.lower-footer {
	padding: 15px 0px;
	background-color: #1a1b1b;
}
#back2Top {
	width: 57px;
	height: 58px;
	line-height: 28px;
	overflow: hidden;
	z-index: 999;
	padding-top: 11px;
	cursor: pointer;
	transform: rotate( 0deg);
	position: fixed;
	bottom: 54px;
	right: 30px;
	color: #fff;
	background: #1a1b1b;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: uppercase;
}
/*..............end footer.........*/
.page .entry-header, .blog_page_banner {
    height:300px;
    text-align: center;
    background:url(../images/banner.jpg) !important;
	margin-bottom: 50px !important;
	background-size:cover;
}
.blog_page_title, .page .entry-title {
    padding: 180px 0 43px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
}
.frm_fld textarea {
    height: 100px;
}
.frm_fld input, .frm_fld select, .frm_fld textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    font-size: 14px;
    margin-bottom: 7px;
}
.send_btn input {
    background: #000 !important;
    font-size: 14px !important;
    border-radius: 50px !important;
    padding: 7px 24px 8px !important;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #ee171f;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background:#0048ff !important;
}
.covid_n {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 0;
}
.expert-sec-txt ul {
    margin: 0;
}
.expert-sec-txt ul li {
    list-style-type: none;
    padding: 0 0 9px 30px;
    background-image: url(../images/tick.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 22px;
}
.expert-sec-txt strong {
    text-transform: uppercase;
    color: #2e73ec;
}
.promise_you {
    text-align: center;
    background: #2e73ec;
    padding: 30px;
    color: #fff;
}
.promise_you strong {
    font-size: 23px;
    text-transform: uppercase;
}
.list_side li {
    display: inline-block;
    width: 31%;
}
.form_contact {
    padding: 30px;
    border: 1px solid #ccc;
}
.contact_deta strong {
    font-size: 23px;
    color: #2e73ec;
}
.contact_deta ul {
    margin: 0;
}
.contact_deta ul li {
    font-size: 18px;
    list-style-type: none;
    padding-bottom: 2px;
}
.contact_deta a {
    color: #2e73ec;
}
.thankyou-btn a {
    display: inline-block;
    background: #000;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}

@media only screen and (max-width : 320px) {
	.logo {
		padding-top: 0;
	}
	.nav-item li a {
		font-size: 14px;
	}
	#primary-menu {
		height: 330px;
	overflow: scroll;
	}
	.upper-service-title:after,.banner-sub-title:after, .footer-section:after, .header-btn, .banner-title:after, .banner:after, .banner-right-sec:before, .service-section:after {
		display:none;
	}
	.expert-img img {
		width: 100%;
	}
	.nav-item {
		margin-top: 0;
	}
	.banner-right-sec {
          margin: -20px 0 0;
    	padding: 15px 20px 20px;
	}
	.form-section {
		position: static;
       margin-top: 50px
	}
	.upper-header {
		padding:12px 0 15px;
		position: static;
		width: 100%;
		background: #0048ff;
	}
	.fixed-header {
		padding: 0px 0 0;
	}
	.banner {
   	   min-height: 224px;
		    padding-top: 0;
    	text-align: center;
	}
	.banner-left-sec {
		padding-left: 0;
	}
	.banner-title {
		font-size: 19px;
		line-height: 24px;
		margin-top: 2px;
	}
	.banner-txt {
		display: none;
	}
	.banner-btn {
		margin-top: 22px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 11px 20px;
	}
	.banner-sub-title {
		padding-top: 29px;
	}
	.col.foot_cus {
		min-width: 100%;
	}
	.upper-service-section {
		padding-top: 18px;
		padding-bottom: 0;
	}
	.upper-service-title {
		font-size: 20px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.upper-service-txt {
		font-size: 15px;
		padding: 6px 0 0;
		line-height: 23px;
	}
	.read-more-btn a {
		font-size: 13px;
		padding: 8px 20px;
	}
	.upper-service-btn {
		text-align: center;
		margin: 15px 0;
	}
	.qoute-btn a {
		font-size: 14px;
		padding: 7px 20px;
	}
	.service-title {
		font-size: 24px;
		padding-top: 11px;
		padding-bottom: 14px;
	}
	.service-cont-box {
		margin-bottom: 20px;
	}
	.service-box-txt {
		font-size: 14px;
		line-height: 21px;
		padding: 5px 18px 14px;
	}
	.service-section {
		padding-bottom: 15px;
	}
	.expert-media {
		margin-top: 10px;
	}
	.expert-sec-title {
		font-size: 19px;
		padding-top: 20px;
	}
	.expert-sec-txt {
		font-size: 14px;
		line-height: 22px;
		padding: 4px 0px 25px;
	}
	.pr {
		padding-right: 15px;
	}
	.pl {
		padding-left: 15px;
	}
	.ex-2 {
    	margin-top: 8px;
	}
	.expert-img {
		margin-top: 0;
	}
	.expert-img {
		margin-top: 20px;
		box-shadow: none;
	}
	.ex-bdr:after, .cleaning-bdr:after, .cleaning-bdr1:after{
		display:none;
	}
	.expert-title span {
		font-size: 20px;
	}
	.expert-title {
		font-size: 14px;
	}
	.expert-section {
    	padding-bottom: 30px;
	}
	.cleaning-title {
		font-size: 20px;
		padding-top: 18px;
		padding-bottom: 25px;
		line-height: 1.3;
	}
	.cl-2, .cl-3 {
		margin-left: 0;
	}
	.cleaning-media {
		border-bottom: 1px solid #Fff;
		padding: 0px 0 15px;
		margin-bottom: 15px;
	}
	.gallery-title {
		font-size: 21px;
		padding: 15px 0px 15px;
	}
	.testimonial-section:after{display:none;}
	
	.testimonial-sub-title {
		font-size: 15px;
		padding-top: 20px;
	}
	.testimonial-title {
		color: #ffffff;
		font-size: 22px;
	}
	.testimonial-section {
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.ql {
		margin-left: 0;
	}
	.footer-section {
    	padding: 10px 0px 24px 0px;
	}
	.footer-title {
		font-size: 20px;
		margin-top: 10px;
		padding-bottom: 5px;
	}
	ul.footer-list li a {
		font-size: 15px;
		margin-left: 0;
	}
	.srv {
		margin-left: 0;
	}
	.pd {
		padding: 0 15px;
	}
	ul.list1 {
		padding-top: 5px !important;
	}
	.lower-footer {
		padding: 15px 0px 50px;
	}
	.nav-item ul li {
		display: block;
	}
	
	.page .entry-header, .blog_page_banner {
		height: 130px;
		margin-bottom: 30px !important;
	}
	.blog_page_title, .page .entry-title {
		padding: 56px 0 40px;
		font-size: 16px;
		letter-spacing: 0px;
	}
	.promise_you {
		padding: 15px;
	}
	.promise_you strong {
		font-size: 20px;
	}
	.expert-sec-txt {
		padding: 4px 0px 0;
	}
	.list_side li {
		width: 100%;
	}
	.form_contact {
		padding: 10px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.logo {
		padding-top: 0;
	}
		#primary-menu {
		height: 330px;
	overflow: scroll;
	}
	.nav-item ul li {
		display: block;
	}
	.nav-item li a {
		font-size: 14px;
	}
	.upper-service-title:after,.banner-sub-title:after, .footer-section:after, .header-btn, .banner-title:after, .banner:after, .banner-right-sec:before, .service-section:after {
		display:none;
	}
	.expert-img img {
		width: 100%;
	}
	.nav-item {
		margin-top: 0;
	}
	.banner-right-sec {
          margin: -20px 0 0;
    	padding: 15px 20px 20px;
	}
	.form-section {
		position: static;
		margin-top: 50px;
		width: 100%;
	}
	.upper-header {
		padding:12px 0 15px;
		position: static;
		width: 100%;
		background: #0048ff;
	}
	.fixed-header {
		padding: 0px 0 0;
	}
	.banner {
   	   min-height: 224px;
		    padding-top: 0;
    	text-align: center;
	}
	.banner-left-sec {
		padding-left: 0;
	}
	.banner-title {
		font-size: 21px;
		line-height: 27px;
		margin-top: 2px;
	}
	.banner-txt {
		display: none;
	}
	.banner-btn {
		margin-top: 22px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 11px 20px;
	}
	.banner-sub-title {
		padding-top: 29px;
	}
	.col.foot_cus {
		min-width: 100%;
	}
	.upper-service-section {
		padding-top: 18px;
		padding-bottom: 0;
	}
	.upper-service-title {
		font-size: 21px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.upper-service-txt {
		font-size: 15px;
		padding: 6px 0 0;
		line-height: 23px;
	}
	.read-more-btn a {
		font-size: 13px;
		padding: 8px 20px;
	}
	.upper-service-btn {
		text-align: center;
		margin: 15px 0;
	}
	.qoute-btn a {
		font-size: 14px;
		padding: 7px 20px;
	}
	.service-title {
		font-size: 24px;
		padding-top: 11px;
		padding-bottom: 14px;
	}
	.service-cont-box {
		margin-bottom: 20px;
	}
	.service-box-txt {
		font-size: 14px;
		line-height: 21px;
		padding: 5px 28px 14px;
	}
	.service-section {
		padding-bottom: 15px;
	}
	.expert-media {
		margin-top: 10px;
	}
	.expert-sec-title {
		font-size: 19px;
		padding-top: 20px;
	}
	.expert-sec-txt {
		font-size: 14px;
		line-height: 22px;
		padding: 4px 0px 25px;
	}
	.pr {
		padding-right: 15px;
	}
	.pl {
		padding-left: 15px;
	}
	.ex-2 {
    	margin-top: 8px;
	}
	.expert-img {
		margin-top: 0;
	}
	.expert-img {
		margin-top: 20px;
		box-shadow: none;
	}
	.ex-bdr:after, .cleaning-bdr:after, .cleaning-bdr1:after{
		display:none;
	}
	.expert-title span {
		font-size: 20px;
	}
	.expert-title {
		font-size: 14px;
	}
	.expert-section {
    	padding-bottom: 30px;
	}
	.cleaning-title {
		font-size: 20px;
		padding-top: 18px;
		padding-bottom: 25px;
		line-height: 1.3;
	}
	.cl-2, .cl-3 {
		margin-left: 0;
	}
	.cleaning-media {
		border-bottom: 1px solid #Fff;
		padding: 0px 0 15px;
		margin-bottom: 15px;
	}
	.gallery-title {
		font-size: 21px;
		padding: 15px 0px 15px;
		color: #fff;
	}
	.testimonial-section:after{display:none;}
	
	.testimonial-sub-title {
		font-size: 15px;
		padding-top: 20px;
		color: #fff;
	}
	.testimonial-title {
		color: #ffffff;
		font-size: 22px;
	}
	.testimonial-section {
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.ql {
		margin-left: 0;
	}
	.footer-section {
    	padding: 10px 0px 24px 0px;
	}
	.footer-title {
		font-size: 20px;
		margin-top: 10px;
		padding-bottom: 5px;
	}
	ul.footer-list li a {
		font-size: 15px;
		margin-left: 0;
	}
	.srv {
		margin-left: 0;
	}
	.pd {
		padding: 0 15px;
	}
	ul.list1 {
		padding-top: 5px !important;
	}
	.lower-footer {
		padding: 15px 0px 50px;
	}
	
	.page .entry-header, .blog_page_banner {
		height: 130px;
		margin-bottom: 30px !important;
	}
	.blog_page_title, .page .entry-title {
		padding: 56px 0 40px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	.promise_you {
		padding: 15px;
	}
	.promise_you strong {
		font-size: 20px;
	}
	.expert-sec-txt {
		padding: 4px 0px 0;
	}
	.list_side li {
		width: 100%;
	}
	.form_contact {
		padding: 10px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.logo {
		padding-top: 0;
	}
		#primary-menu {
		height: 330px;
	overflow: scroll;
	}
	.nav-item ul li {
		display: block;
	}
	.nav-item li a {
		font-size: 14px;
	}
	.upper-service-title:after,.banner-sub-title:after, .footer-section:after, .header-btn, .banner-title:after, .banner:after, .banner-right-sec:before, .service-section:after {
		display:none;
	}
	.expert-img img {
		width: 100%;
	}
	.nav-item {
		margin-top: 0;
	}
	.banner-right-sec {
          margin: -20px 0 0;
    	padding: 15px 20px 20px;
	}
	.form-section {
		position: static;
		margin-top: 50px;
		width: 100%;
	}
	.upper-header {
		padding:12px 0 15px;
		position: static;
		width: 100%;
		background: #0048ff;
	}
	.fixed-header {
		padding: 0px 0 0;
	}
	.banner {
   	   min-height: 224px;
		    padding-top: 0;
    	text-align: center;
	}
	.banner-left-sec {
		padding-left: 0;
	}
	.banner-title {
		font-size: 21px;
		line-height: 27px;
		margin-top: 2px;
	}
	.banner-txt {
		display: none;
	}
	.banner-btn {
		margin-top: 22px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 11px 20px;
	}
	.banner-sub-title {
		padding-top: 29px;
	}
	.col.foot_cus {
		min-width: 100%;
	}
	.upper-service-section {
		padding-top: 18px;
		padding-bottom: 0;
	}
	.upper-service-title {
		font-size: 21px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.upper-service-txt {
		font-size: 15px;
		padding: 6px 0 0;
		line-height: 23px;
	}
	.read-more-btn a {
		font-size: 13px;
		padding: 8px 20px;
	}
	.upper-service-btn {
		text-align: center;
		margin: 15px 0;
	}
	.qoute-btn a {
		font-size: 14px;
		padding: 7px 20px;
	}
	.service-title {
		font-size: 24px;
		padding-top: 11px;
		padding-bottom: 14px;
	}
	.service-cont-box {
		margin-bottom: 20px;
	}
	.service-box-txt {
		font-size: 14px;
		line-height: 21px;
		padding: 5px 28px 14px;
	}
	.service-section {
		padding-bottom: 15px;
	}
	.expert-media {
		margin-top: 10px;
	}
	.expert-sec-title {
		font-size: 19px;
		padding-top: 20px;
	}
	.expert-sec-txt {
		font-size: 14px;
		line-height: 22px;
		padding: 4px 0px 25px;
	}
	.pr {
		padding-right: 15px;
	}
	.pl {
		padding-left: 15px;
	}
	.ex-2 {
    	margin-top: 8px;
	}
	.expert-img {
		margin-top: 0;
	}
	.expert-img {
		margin-top: 20px;
		box-shadow: none;
	}
	.ex-bdr:after, .cleaning-bdr:after, .cleaning-bdr1:after{
		display:none;
	}
	.expert-title span {
		font-size: 20px;
	}
	.expert-title {
		font-size: 14px;
	}
	.expert-section {
    	padding-bottom: 30px;
	}
	.cleaning-title {
		font-size: 20px;
		padding-top: 18px;
		padding-bottom: 25px;
		line-height: 1.3;
	}
	.cl-2, .cl-3 {
		margin-left: 0;
	}
	.cleaning-media {
		border-bottom: 1px solid #Fff;
		padding: 0px 0 15px;
		margin-bottom: 15px;
	}
	.gallery-title {
		font-size: 21px;
		padding: 15px 0px 15px;
		color: #fff;
	}
	.testimonial-section:after{display:none;}
	
	.testimonial-sub-title {
		font-size: 15px;
		padding-top: 20px;
		color: #fff;
	}
	.testimonial-title {
		color: #ffffff;
		font-size: 22px;
	}
	.testimonial-section {
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.ql {
		margin-left: 0;
	}
	.footer-section {
    	padding: 10px 0px 24px 0px;
	}
	.footer-title {
		font-size: 20px;
		margin-top: 10px;
		padding-bottom: 5px;
	}
	ul.footer-list li a {
		font-size: 15px;
		margin-left: 0;
	}
	.srv {
		margin-left: 0;
	}
	.pd {
		padding: 0 15px;
	}
	ul.list1 {
		padding-top: 5px !important;
	}
	.lower-footer {
		padding: 15px 0px 50px;
	}
	
	.page .entry-header, .blog_page_banner {
		height: 130px;
		margin-bottom: 30px !important;
	}
	.blog_page_title, .page .entry-title {
		padding: 56px 0 40px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	.promise_you {
		padding: 15px;
    	margin-top: 20px;
	}
	.promise_you strong {
		font-size: 20px;
	}
	.expert-sec-txt {
		padding: 4px 0px 0;
	}
	.list_side li {
		width: 100%;
	}
	.form_contact {
		padding: 10px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.logo {
		padding-top: 0;
	}
		#primary-menu {
		height: 330px;
	overflow: scroll;
	}
	.nav-item ul li {
		display: block;
	}
	.nav-item li a {
		font-size: 14px;
	}
	.upper-service-title:after,.banner-sub-title:after, .footer-section:after, .header-btn, .banner-title:after, .banner:after, .banner-right-sec:before, .service-section:after {
		display:none;
	}
	.expert-img img {
		width: 100%;
	}
	.nav-item {
		margin-top: 0;
	}
	.banner-right-sec {
          margin: -20px 100px 0;
    	padding: 15px 20px 20px;
	}
	.form-section {
		position: static;
		margin-top: 60px;
		width: 100%;
	}
	.upper-header {
		padding:12px 0 15px;
		position: static;
		width: 100%;
		background: #0048ff;
	}
	.fixed-header {
		padding: 0px 0 0;
	}
	.banner {
   	   min-height: 295px;
		 padding-top: 0;
    	text-align: center;
	}
	.banner-left-sec {
		padding-left: 0;
	}
	.banner-title {
		font-size: 21px;
		line-height: 27px;
		margin-top: 2px;
	}
	.banner-txt {
		padding: 3px 100px 0px 100px;
	}
	.banner-btn {
		margin-top: 22px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 11px 20px;
	}
	.banner-sub-title {
		padding-top: 60px;
	}
	.col.foot_cus {
		min-width: 100%;
	}
	.upper-service-section {
		padding-top: 18px;
		padding-bottom: 0;
	}
	.upper-service-title {
		font-size: 21px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.upper-service-txt {
		font-size: 15px;
		padding: 6px 0 0;
		line-height: 23px;
	}
	.read-more-btn a {
		font-size: 13px;
		padding: 8px 20px;
	}
	.upper-service-btn {
		text-align: center;
		margin: 15px 0;
	}
	.qoute-btn a {
		font-size: 14px;
		padding: 7px 20px;
	}
	.service-title {
		font-size: 24px;
		padding-top: 11px;
		padding-bottom: 14px;
	}
	.service-cont-box {
		margin-bottom: 20px;
	}
	.service-box-title {
		font-size: 18px;
		padding-top: 12px;
	}
	.service-box-txt {
		font-size: 13px;
		line-height: 17px;
		padding: 5px 8px 14px;
	}
	.service-section {
		padding-bottom: 15px;
	}
	.service-box-btn a {
		width: 55%;
	}
	.expert-media {
		margin-top: 10px;
	}
	.expert-sec-title {
		font-size: 19px;
		padding-top: 20px;
	}
	.expert-sec-txt {
		font-size: 14px;
		line-height: 22px;
		padding: 4px 0px 25px;
	}
	.pr {
		padding-right: 15px;
	}
	.pl {
		padding-left: 15px;
	}
	.ex-2 {
    	margin-top: 8px;
	}
	.expert-img {
		margin-top: 0;
	}
	.expert-img {
		margin-top: 20px;
		box-shadow: none;
	}
	.ex-bdr:after, .cleaning-bdr:after, .cleaning-bdr1:after{
		display:none;
	}
	.expert-title span {
		font-size: 20px;
	}
	.expert-title {
		font-size: 14px;
	}
	.expert-section {
    	padding-bottom: 30px;
	}
	.cleaning-title {
		font-size: 20px;
		padding-top: 18px;
		padding-bottom: 25px;
		line-height: 1.3;
	}
	.cl-2, .cl-3 {
		margin-left: 0;
	}
	.cleaning-media {
		border-bottom: 1px solid #Fff;
		padding: 0px 0 15px;
		margin-bottom: 15px;
	}
	.gallery-title {
		font-size: 21px;
		padding: 15px 0px 15px;
		color: #fff;
	}
	.testimonial-section:after{display:none;}
	
	.testimonial-sub-title {
		font-size: 15px;
		padding-top: 20px;
		color: #fff;
	}
	.testimonial-title {
		color: #ffffff;
		font-size: 22px;
	}
	.testimonial-section {
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.ql {
		margin-left: 0;
	}
	.footer-section {
    	padding: 10px 0px 24px 0px;
	}
	.footer-title {
		font-size: 20px;
		margin-top: 10px;
		padding-bottom: 5px;
	}
	ul.footer-list li a {
		font-size: 15px;
		margin-left: 0;
	}
	.srv {
		margin-left: 0;
	}
	.pd {
		padding: 0 15px;
	}
	ul.list1 {
		padding-top: 5px !important;
	}
	.lower-footer {
		padding: 15px 0px 50px;
	}
	
	.page .entry-header, .blog_page_banner {
		height: 130px;
		margin-bottom: 30px !important;
	}
	.blog_page_title, .page .entry-title {
		padding: 56px 0 40px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	.promise_you {
		padding: 15px;
	}
	.promise_you strong {
		font-size: 20px;
	}
	.expert-sec-txt {
		padding: 4px 0px 0;
	}
	.list_side li {
		width: 49%;
	}
	.form_contact {
		padding: 10px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.nav-item li a {
		font-size: 15px;
	}
	.primary-navigation a {
		padding:7px 6px !important;
	}
	.header-btn a {
		font-size: 14px;
		padding: 10px 16px 12px;
	}
	.primary-navigation .menu-item-has-children &gt; a:after, .primary-navigation .page_item_has_children &gt; a:after {
		right: -5px !important;
		top: 32px  !important;
	}
	.nav-item {
		margin-top: 15px;
	}
	.expert-sec-txt ul li {
		font-size: 15px;
	}
	.banner-right-sec {
		margin: 0px 0px 0px 15px;
		padding: 24px 24px 31px;
	}
	.banner:after {
		height: 93px;
		background-size: contain;
	}
	.form-section {
		bottom: 222px;
		right: 40px;
	}
	
	.expert-img img {
		width: 100%;
	}
	.cl-2 {
		margin-left: 0;
	}
	.cl-3 {
		margin-left: 0px;
	}
	.cleaning-bdr:after {
		right: 0px;
	}
	.cleaning-bdr1:after {
		right: 1px;
	}
	.footer-title {
		font-size: 20px;
	}

}
@media only screen and (min-width: 810px) and (orientation: portrait) { 
	
}
@media only screen and (min-width: 1080px) and (orientation: landscape) { 
	.nav-item li a {
		font-size: 14px;
	}
	.header-btn a {
		font-size: 14px;
	}
	.banner::after {
		bottom: -26px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.banner-right-sec {
		margin: 0px 0 0px 96px;
	}
	.expert-img img {
		width: 100%;
	}
	.cl-2 {
		margin-left: 0;
	}
	.cl-3 {
		margin-left: 0;
	}
	.cleaning-bdr1::after {
		right: 5px;
	}
	.cleaning-bdr::after {
		right: 0px;
	}
}
/* 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) {
	#primary-menu {
		height: auto;
		overflow: inherit;
	}
	.logo {
		padding-top: 17px;
	}
	
	.nav-item ul li {
		display: inline-block;
	}
	.form-section {
		bottom: 822px;
	}
	.nav-item li a {
		font-size: 15px;
	}
	.header-btn {
		display: block;
		margin: 14px 0;
	}
	.header-btn a {
		font-size: 14px;
		padding: 10px 16px 12px;
	}
	.primary-navigation .menu-item-has-children &gt; a:after, .primary-navigation .page_item_has_children &gt; a:after {
		right: 8px !important;
		top: 22px !important;
	}
	.nav-item {
		margin-top: 5px;
	}
	.nav-item li a {
		padding-left: 0px;
	}
	.banner {
		min-height: 500px;
		padding-top: 60px;
	}
	.banner-title {
		text-align: left;
	}
	.banner-sub-title {
		padding-top: 60px;
		text-align: left;
	}
	.banner-txt {
		padding: 3px 0px 0px 0px;
		text-align: left;
		line-height: 1.3;
	}
	.banner-btn {
		margin-top: 22px;
		text-align: left;
	}
	.form-section {
		bottom: 38px;
		right: 30px;
		position: absolute;
		width: 40%;
	}
	.expert-sec-txt ul li {
		font-size: 15px;
	}
	.banner-right-sec {
		margin: 0px 0px 0px 15px;
		padding: 24px 24px 31px;
	}
	.banner:after {
		height: 93px;
		background-size: contain;
	}
	.expert-img img {
		width: 100%;
	}
	.cl-2 {
		margin-left: 0;
	}
	.cl-3 {
		margin-left: 0px;
	}
	.cleaning-bdr:after {
		right: 0px;
	}
	.cleaning-bdr1:after {
		right: 1px;
	}
	.footer-title {
		font-size: 20px;
	}
	.testimonial-section {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1424px) {
	.banner {
		min-height: 750px;
		padding-top: 170px;
	}
	.banner:after {
		height: 105px;
		background-size: cover;
	}
	.banner-right-sec {
		margin: 0px 70px 0px 106px;
	}
	.form-section {
		bottom: 4px;
	}
	.testimonial-section:after {
		height: 405px;
		background-size: cover;
	}
}

@media screen and (min-width: 1624px) {
	.banner {
		min-height: 750px;
		padding-top: 170px;
	}
	.banner:after {
		height: 125px;
		background-size: cover;
	}
	.banner-right-sec {
		margin: 0px 160px 0px 66px;
	}
	.form-section {
		bottom: 4px;
	}
	.testimonial-section:after {
		height: 467px;
		background-size: cover;
	}
	
}

@media screen and (min-width: 1920px) {
	.banner {
		min-height: 1010px;
		padding-top: 315px;
	}
	.banner:after {
		height: 155px;
		background-size: cover;
	}
	.form-section {
		bottom: -128px;
	}
	.banner-right-sec {
		margin: 0px 300px 0px 40px;
	}
	.service-section:after {
		height: 143px;
		background-size: cover;
	}
	.testimonial-section:after {
		height: 580px;
		background-size: cover;
	}
}

@media screen and (min-width: 2048px) {
	.banner {
		min-height: 1010px;
		padding-top: 315px;
	}
	.banner:after {
		height: 155px;
		background-size: cover;
	}
	.form-section {
		bottom: -128px;
	}
	.banner-right-sec {
		margin: 0px 360px 0px 0;
	}
	.service-section:after {
		height: 160px;
		background-size: cover;
	}
	.testimonial-section:after {
		height: 580px;
		background-size: cover;
	}
}

@media screen and (min-width: 2550px) {
	.banner {
		min-height: 1010px;
		padding-top: 315px;
	}
	.banner:after {
		height: 185px;
		background-size: cover;
	}
	.form-section {
		bottom: -128px;
	}
	.banner-right-sec {
		margin: 0px 611px 0px 0;
	}
	.service-section:after {
		height: 170px;
		background-size: cover;
	}
	.testimonial-section:after {
		height: 725px;
		background-size: cover;
	}
}  </pre></body></html>