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;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

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

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 90px;
}
.fixed-header .menu ul li a{
	padding: 36px 0;
}
.logo img{
	width: 105px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right: 18px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	padding: 45px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#e6750b;
}
.call{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	padding-left: 40px;
	margin-left: 22px;
}
.call img{
	position: absolute;
	top: 7px;
	left: 0;
	width: 28px;
}
.call strong{
	display: block;
	color: #000;
	font-weight: 600;
}
.call strong a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.call strong a:hover {
	color: #f49f0e;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient( 58deg, rgb(231,117,13) 0%, rgb(246,167,14) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 22px;
	margin-left: 20px;
	line-height: 1.2;
	box-shadow: 0px 13px 24px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(231, 117, 13);
	border-radius: 3px;
	transition: ease 0.8s all 0s;
}
.get-btn:hover{
	background: #174f6c;
}
.banner{
	margin-top: 111px;
	position: relative;
	overflow: hidden;
}
.banner:before{
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 37%);
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.ms-slide-info{
	position: absolute !important;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
	min-height: auto !important;
}
.banner-part{
	max-width: 552px;
	background: #fff;
	padding: 40px 30px;
	border-radius: 7px;
}
.banner-title{
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #000;
	text-transform: uppercase;
}
.banner-text{
	font-size: 15px;
	color: #000;
	margin-top: 12px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background-image: linear-gradient( 58deg, rgb(231,117,13) 0%, rgb(246,167,14) 100%);
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 26px 13px;
	margin: 28px 5px 0 0;
	line-height: 1.2;
	box-shadow: 0px 13px 24px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(231, 117, 13);
	border-radius: 3px;
	transition: ease 0.8s all 0s !important;
}
.banner-btn a img{
	width: auto !important;
	transform:translate(8px, 0px);
}
.banner-btn a:hover{
	background: #174f6c;
	color: #fff;
}
.banner-btn a:last-child{
	background: transparent;
	padding: 15px 21px 13px;
}
.banner-btn a:last-child:hover{
	background: #e97a0d;
}
.service-sec{
	background:url(../images/serv-bg.png) no-repeat center top;
	padding: 50px 0 30px;
	background-size: cover;
}
.small-title{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: linear-gradient(90deg,rgba(231, 117, 13, 1) 39%, rgba(246, 167, 14, 1) 100%);
	color: transparent;
	background-clip: text;
}
.serv-title{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: #050505;
	line-height: 35px;
}
#service-slider {
	margin-top: 30px;
}
#service-slider .item{
	margin: 10px 18px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-stage-outer{
	padding-bottom:22px;  
}
#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	left: -45px;
}
#service-slider .owl-next{
	right:-45px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 54px;
	line-height: 42px;
	width: 46px;
	height: 46px;
	display: block;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background: #ed880e;
	transition: ease 0.5s all 0s;
}
#service-slider .owl-dots{
	display: none;
}
.serv-img{
	position: relative;
}
.serv-img img{
	width: 100%;
}
#service-slider .item:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 31%, rgba(0, 0, 0, 0.92) 82%);
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}
.serv-content{
	position: absolute;
	width: 100%;
	bottom: 32px;
	padding: 0 25px;
	z-index: 1;  
}
.s-title{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
}
.learn-btn{
	display: inline-block;
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 9px 30px;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	transition: ease 0.8s all 0s;
	line-height: 1.3;
}
.learn-btn:hover{
	background: #fff;
	color: #ee8b0d;
}
.about-sec{
	padding: 60px 0;
}
.about-left{
	padding-right: 15%;
}
.about-text{
	font-size: 14px;
	color: #2a2a2a;
	margin-top: 10px;
}
.box1-top{
	margin-top: 17px;
}
.box1{
	display: flex;
	align-items: center;
	gap: 13px;
	background: #ffede4;
	font-size: 15px;
	font-weight: 600;
	color: #1c1c1c;
	padding: 10px 10px;
	line-height: 1.3;
	border-radius: 6px;
}
.box1 img{
	width: 49px;
}
.about-right{
	position: relative;
	padding-left: 35px;
}
.about-img img{
	border-radius: 5px;
}
.operater{
	display: inline-flex;
	align-items: center;
	background: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	gap: 15px;
	position: absolute;
	left: -43px;
	top: 50%;
	padding: 12px 20px 12px 10px;
	border-radius: 4px;
	line-height: 1.3;
}
.operater img{
	width: 56px;
}
.satisfied-top{
	margin-top: 34px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #00000029;
	position: absolute;
	top: 0;
	right: 15px;
	content: "";
}
.satisfied{
	font-size: 14px;
	font-weight: 500;
	color: #2a2a2a;
	text-align: left;
}
.satisfied strong{
	display: block;
	font-size: 45px;
	font-weight: 600;
	color: #f6a70e;
	line-height: 41px;
	margin-bottom: 5px;
}
.line2{
	width: 100%;
	height: 1px;
	background: #f6a70e4f;
}
.our-work-sec{
	padding: 50px 0;
	overflow:hidden;
}
.gallery-sec{
	margin-top: 20px;
}
.twentytwenty-horizontal {
	border-radius: 8px;
	overflow: hidden;
}
.cleaning-expert-sec{
	background: #ffede4;
	position: relative;
}
.center-part{
	padding: 105px 0;
	text-align: center;
}
.center-part .serv-title{
	font-size: 32px;
	line-height: 34px;
}
.left-part {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 380px;
}
.right-part {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 311px;
}
.center-part .banner-btn a{
	margin: 35px 5px 0;
}
.choose-us-sec{
	padding: 55px 0 70px;
}
.box2-top{
	margin-top: 35px;
}
.box2{
	background:linear-gradient( 58deg, rgb(255,219,187) 0%, rgb(255,252,245) 100%);
	box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: 30px 15px;
	border-radius: 7px;
	min-height: 100%;
}
.box2-title{
	font-size: 18px;
	font-weight: 600;
	color: #1d1d1d;
	margin-top: 15px;
}
.box2-text{
	font-size: 14px;
	color: #1d1d1d;
	margin-top: 8px;
}
.estimate-sec{
	background: url(../images/estimate-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
.estimate-part{
	background: #fff;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0px 8px 16.02px 1.98px rgba(0, 0, 0, 0.07);
}
.estimate-left img{
	border-radius: 8px;
}
.estimate-form .serv-title{
	font-size: 30px;
	line-height: 32px;
}
.estimate-form-part{
	margin-top: 12px;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:1px solid #e7750d !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff !important;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:1px solid #e7750d !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:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:1px solid #e7750d !important;
	resize:none;
}
.send_btn input {
	border: 1px solid rgb(231, 117, 13) !important;
	display: block;
	border-radius: 5px !important;
	color: #000 !important;
	padding: 10px 25px 8px !important;
	background: linear-gradient( 58deg, rgb(231,117,13) 0%, rgb(246,167,14) 100%) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.review-sec{
	padding: 50px 0 35px;
}
.review-part{
	margin-top: 25px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
	margin-bottom:80px !important;
}
.sp-testimonial-free{
	background:linear-gradient( 58deg, rgb(255,219,187) 0%, rgb(255,252,245) 100%) !important;
	margin: 10px;
	padding:60px 17px 28px;
	border-radius: 15px !important;
	position: relative;
	text-align:left !important;
	box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1) !important;
}
.swiper-slide-next .sp-testimonial-free{
	background:#183b4a !important;
}
.sp-testimonial-free:after{
	background: url(../images/star.png) no-repeat;
	width: 95px;
	height: 16px;
	position: absolute;
	top: 33px;
	left: 18px;
	content: "";
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #3e3e3e !important;
	line-height: 23px !important;
	margin-bottom: 1px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 69px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.swiper-slide-next .sp-testimonial-client-testimonial p{
	color: #fff !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 17px !important;
	font-weight:500 !important;
	margin-bottom: 0 !important;
	background:linear-gradient(90deg,rgba(231, 117, 13, 1) 16%, rgba(246, 167, 14, 1) 100%) !important;
	color:transparent !important;
	background-clip: text !important;
}
.footer{
	background: #071c25;
	padding: 45px 0 0;
}
.foot_title{
	font-size:18px;
	background: linear-gradient(90deg,rgba(231, 117, 13, 1) 39%, rgba(246, 167, 14, 1) 100%);
	color: transparent;
	background-clip: text;
	font-weight: 600;
	margin-bottom: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.foot_small_title{    
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 7px;
	color: #f6a70e;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#f39c0e;
}
.foot1.second li{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 10px;
	text-transform: none;
}
.aboriginal-part {
	margin-top: 35px;
}
.aboriginal-part img{
	width: 100%;
}
.acknowledge-part{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 15px 0;
}
.copyright{
	background: #030d12;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.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;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 147px 0 !important;
	margin: 111px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.5);
	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 {
	text-align: center;
	color: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #000 !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #000 !important;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title.dup{
	font-size: 20px;
	font-weight: 600;
	color: #eb830d;
	margin-top: 16px;
}
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check.png) no-repeat;
	background-position: top 4px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 20px;
}
.inner-sec {
	background:#4e1a8f0d;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:linear-gradient( 58deg, rgb(231,117,13) 0%, rgb(246,167,14) 100%);
	border-radius: 5px;
	text-align:center;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
}
.inr-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #000;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 24px 8px;
	margin: 20px 3px 0;
	border-radius: 3px;
}
.inr-box1-top{
	margin-top:20px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	background: #fff;
	border-radius: 50%;
	width: 69px;
	box-shadow: 0 0 3px #777;
	padding: 8px;
}
.inr-box1-title{
	font-size: 18px;
	font-weight: 600;
	color: #ea7f0d;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box2-top{
	margin-top:20px;
}
.inr-box2{
	background: #fff;
	border: 1px solid rgb(231, 117, 13);
	min-height: 100%;
	padding: 25px 20px;
	border-radius: 10px;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2-title{
	font-size: 20px;
	font-weight: 600;
	color: #135373;
	line-height: 1.2;
	margin-bottom: 10px;
}
.inr-box2-text {
	font-size: 16px;
	color: #000;
}
.inr-box2-text ul{
	margin:0;
	margin-left:12px;
	padding:0;
}
.inr-box2-text ul li{
	list-style:disclosure-closed;
	margin-top:3px;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.testi-inner .sp-testimonial-free{
	min-height:100%;
	padding: 60px 17px 5px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#114b68;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#ea7f0d;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform:uppercase;
	font-size: 15px;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform:uppercase;
	font-size: 15px;
}
.back-btn a {
	background: linear-gradient( 58deg, rgb(231,117,13) 0%, rgb(246,167,14) 100%);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius:3px;
	padding: 11px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}




/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.ms-view, .ms-slide {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:8px 0;
	}
	.get-btn, .call, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 70px;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
		margin-top: 82px;
	}
	.banner-part {
		max-width: 85%;
		padding: 24px 15px;
		margin-left: 0 !important;
	}
	.banner-title {
		font-size: 24px;
		line-height: 26px;
	}
	.banner-text {
		margin-top: 7px;
	}	
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding: 30px 0 15px;
	}
	.small-title{
		font-size: 13px;
		margin-bottom: 8px;
	}
	.serv-title, .estimate-form .serv-title{
		font-size: 22px;
		line-height: 25px;
	}
	#service-slider {
		margin-top: 20px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.serv-content {
		padding: 0 20px;
	}
	.s-title {
		font-size: 20px;
		line-height: 1.2;
	}
	.learn-btn {
		margin-top: 15px;
	}
	.about-sec {
		padding: 20px 0 30px;
	}
	.about-left {
		padding-right: 0;
	}
	.about-right {
		padding-left: 0;
		margin-top: 25px;
	}
	.box1-top {
		margin-top: 12px;
	}
	.about-img img {
	  border-radius: 5px;
	  width: 100%;
	}
	.operater {
		position: relative;
		font-size: 14px;
		gap: 10px;
		left: 0;
		top: 0;
		padding: 12px 20px 12px 10px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.operater img {
	  width: 48px;
	}
	.satisfied strong {
	  font-size: 30px;
	  line-height: 30px;
	}
	.line1::after{
		display:none;
	}
	.satisfied-top {
	  	margin-top: 15px;
		width: 50%;
	}
	.our-work-sec {
		padding: 30px 0 28px;
	}
	.gallery-sec {
		margin-top: 10px;
	}
	.center-part {
		padding: 35px 0;
	}
	.center-part .serv-title {
		font-size: 25px;
		line-height: 30px;
	}
	.center-part .banner-btn a {
		margin: 19px 1px 0;
		padding: 10px 16px 11px;
		font-size: 12px;
	}	
	.left-part, .right-part{
		display:none;
	}
	.choose-us-sec {
		padding: 35px 0 20px;
	}
	.box2-top {
		margin-top: 20px;
	}
	.box2 {
		padding: 22px 10px;
	}
	.box2 img{
		max-height:45px;
	}
	.estimate-sec {
		padding: 30px 0;
	}
	.estimate-part {
		padding: 20px 15px 0;
	}
	.estimate-form {
		margin-top: 30px;
	}
	.review-sec {
		padding: 30px 0 25px;
	}
	.review-part {
		margin-top: 20px;
	}
	.footer {
		padding: 25px 0 0;
	}
	.foot_title {
		margin-bottom: 12px;
		margin-top: 10px;
	}
	.aboriginal-part {
		margin-top: 20px;
	}
	.aboriginal-part img{
		height:55px;
		object-fit:cover;
	}
	.acknowledge-part {
		padding: 15px 0;
	}
	.copyright {
		padding: 15px 0 60px;
		font-size: 13px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 !important;
		margin: 82px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.breadcrumb-container {
		font-size: 15px !important;
	}
	.abt-title {
		font-size: 20px;
	}
	.abt-title.dup {
		font-size: 18px;
	}
	.inr-box1-top {
		margin-top: 15px;
	}
	.inr-box1 img {
		width: 64px;
	}
	.inr-box1-title {
		font-size: 17px;
		margin-top: 16px;
	}
	.bottom-sec {
		padding: 30px 10px;
		margin-top: 35px;
	}
	.bottom-sec .ab-inner-text {
		font-size: 18px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box2-top {
		margin-top: 15px;
	}
	.inr-box2 {
		padding: 20px 15px;
	}
	.inr-box2-title {
		font-size: 18px;
	}
	.inr-box2-text ul li {
		font-size: 15px;
	}
	.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) {
	.get-btn {
		top: 19px !important;
		right: 85px !important;
	}
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.banner .banner-part {
		max-width: 90% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.s-title {
		font-size: 18px !important;
	}
	.box1-top, .box2-top, .inr-box1-top, .inr-box2-top{
		width: 50%;
	}
	.operater {
		position: relative !important;
		font-size: 15px !important;
		left: 0 !important;
		top: 0 !important;
		margin-bottom: 15px !important;
	}
	.satisfied {
		font-size: 15px !important;
	}
	.center-part .banner-btn a {
		padding: 12px 16px 11px !important;
		font-size: 14px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 18px;
		right: 90px;
	}
	.banner-part {
		max-width: 64%;
		margin-left: auto !important;
		margin-right: 9%;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 13px 26px 12px;
		margin: 20px 2px 0 0;
	}
	#service-slider .item {
		margin: 10px 12px;
	}
	.satisfied-top {
		width: 33%;
	}
	.operater {
		position: absolute;
		font-size: 13px;
		left: -22px;
		top: 40%;
		padding: 12px 20px 12px 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.satisfied strong {
		font-size: 26px;
		line-height: 26px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn {
		font-size: 14px;
		padding: 10px 16px;
		margin-left: 10px;
	}
	.call {
		font-size: 13px;
		padding-left: 30px;
		margin-left:8px;
	}
	.call img {
		width: 22px;
		top: 8px;
	}
	.menu ul li {
		margin-right:6px;
	}
	.banner-part{
		max-width: 488px;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.s-title {
		font-size: 20px;
	}
	.learn-btn {
		margin-top: 15px;
	}
	.about-left {
		padding-right: 5%;
	}
	.operater{
		top: 45%;
	}
	.satisfied {
		font-size: 12px;
	}
	.satisfied strong {
		font-size: 34px;
		line-height: 33px;
	}
	.left-part {
		left: 0;
		width: 264px;
	}
	.right-part {
		right: 0;
		width: 256px;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.center-part .serv-title {
		font-size: 24px;
		line-height: 30px;
	}
	.serv-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box1{
		gap: 12px;
		font-size: 14px;
	}
	.box2-title {
		font-size: 16px;
	}
	.about-right {
		padding-left: 25px;
	}
	.inr-box1-title{
		font-size: 17px;
	}
	.inr-box1-text {
		font-size: 14px;
	}	
}

/* 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) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 22px;
		right: 90px;
	}
	.banner-part {
		max-width: 64%;
		margin-left: auto !important;
		margin-right: 0;
	}
	.banner-title {
		font-size: 24px;
		line-height: 26px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 13px 26px 12px;
		margin: 20px 2px 0 0;
	}
	.serv-title, .estimate-form .serv-title {
		font-size: 22px;
		line-height: 25px;
	}
	#service-slider .item {
		margin: 10px 12px;
	}
	.satisfied-top {
		width: 33%;
	}
	.operater {
		position: absolute;
		font-size: 13px;
		left: -22px;
		top: 40%;
		padding: 12px 20px 12px 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.satisfied strong {
		font-size: 26px;
		line-height: 26px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn {
		font-size: 14px;
		padding: 10px 16px;
		margin-left: 10px;
	}
	.call {
		font-size: 13px;
		padding-left: 30px;
		margin-left:8px;
	}
	.call img {
		width: 22px;
		top: 8px;
	}
	.menu ul li {
		margin-right:6px;
	}
	.banner-part{
		max-width: 488px;
		margin-right: 6%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.s-title {
		font-size: 20px;
	}
	.learn-btn {
		margin-top: 15px;
	}
	.about-left {
		padding-right: 5%;
	}
	.operater{
		top: 45%;
	}
	.satisfied {
		font-size: 12px;
	}
	.satisfied strong {
		font-size: 34px;
		line-height: 33px;
	}
	.left-part {
		left: 0;
		width: 264px;
	}
	.right-part {
		right: 0;
		width: 256px;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.center-part .serv-title {
		font-size: 24px;
		line-height: 30px;
	}
	.serv-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box1{
		gap: 12px;
		font-size: 14px;
	}
	.box2-title {
		font-size: 16px;
	}
	.about-right {
		padding-left: 25px;
	}
	.inr-box1-title{
		font-size: 17px;
	}
	.inr-box1-text {
		font-size: 14px;
	}
}

/* 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) {
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 10px 16px;
		margin-left: 10px;
	}
	.call {
		font-size: 13px;
		padding-left: 30px;
		margin-left:8px;
	}
	.call img {
		width: 22px;
		top: 8px;
	}
	.menu ul li {
		margin-right:6px;
	}
	.banner-part{
		max-width: 488px;
		margin-right: 6%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.s-title {
		font-size: 20px;
	}
	.learn-btn {
		margin-top: 15px;
	}
	.about-left {
		padding-right: 5%;
	}
	.operater{
		top: 45%;
	}
	.satisfied {
		font-size: 12px;
	}
	.satisfied strong {
		font-size: 34px;
		line-height: 33px;
	}
	.left-part {
		left: 0;
		width: 264px;
	}
	.right-part {
		right: 0;
		width: 256px;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.center-part .serv-title {
		font-size: 24px;
		line-height: 30px;
	}
	.serv-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box1{
		gap: 12px;
		font-size: 14px;
	}
	.box2-title {
		font-size: 16px;
	}
	.about-right {
		padding-left: 25px;
	}
	.inr-box1-title{
		font-size: 17px;
	}
	.inr-box1-text {
		font-size: 14px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}    
