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;
	top: 0;
	left: 0;
	width: 100%;
	background: #262626;
	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 {
	box-shadow: 0 0 4px #ffffff5c;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.top-bar{
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
	font-size: 15px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #000;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-left: 0;
	border-right: none;
}
.social{
	display: inline-flex;
	gap: 10px;
}
.menu-part{

}
.logo img{
	width: 261px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 25px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	padding: 32px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #7abb42;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff;
	padding: 8px 18px 6px 15px;
	border-radius: 50px;
	margin-left: 35px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: linear-gradient(270deg,rgba(122, 187, 66, 1) 31%, rgba(47, 171, 36, 1) 82%);
}
.call-btn img{
	width: 38px;
	transform: translate(-7px, -1px);
}
.banner{
	margin-top: 133px;
	position: relative;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}
.banner::before{
	width: 100%;
	height: 100%;
	background: #00000014;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: -24px;
	text-align: center;
}
.banner-part{
	padding: 0 6%;
}
.banner-big-title{
	font-size: 180px;
	line-height: 180px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #0000000a;
	color: transparent;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	margin-bottom: -120px;
}
.banner-title{
	font-size: 55px;
	font-weight: bold;
	color: #051725;
	text-transform: uppercase;
	line-height: 60px;
	position: relative;
	z-index: 1;
}
.banner-text{
	font-size: 16px;
	color: #051725;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background:linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff;
	padding:12px 34px;
	border-radius:50px;
	margin:20px 3px 0;
	transition:ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: linear-gradient(270deg,rgba(122, 187, 66, 1) 31%, rgba(47, 171, 36, 1) 82%);
}
.black-part{
	background: #262626;
	margin-top: -20px;
}
.choose-us-sec{
	padding: 64px 0 30px;
}
.w-title{
	font-size: 32px;
	font-weight: bold;
	color: #4dac4a;
	text-transform: uppercase;
	line-height: 35px;
}
.box1-top{
	margin-top: 30px;
}
.box1{
	text-align: center;
}
.box1 img{
	border-radius: 50%;
}
.box1-title{
	font-size: 17px;
	font-weight: bold;
	color: #4dac4a;
	margin-top: 20px;
	line-height: 1.3;
}
.about-sec{
	padding:40px 0 130px;
	position: relative;
}
.about-sec:after{
	background: url(../images/ghas.png) no-repeat;
	width: 100%;
	height: 226px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.about-left {
	position: relative;
	z-index: 1;
}
.about-text{
	color: #fff;
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background:linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff;
	padding:12px 34px;
	border-radius:50px;
	margin-top:20px ;
	transition:ease 0.5s all 0s;
}
.read-btn:hover{
	background: linear-gradient(270deg,rgba(122, 187, 66, 1) 31%, rgba(47, 171, 36, 1) 82%);
}
.about-right{
	position: relative;
}
.exp{
	background:linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	width: 192px;
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 29px 27px;
	border-radius: 20px;
}
.exp strong{
	font-size: 30px;
}
.exp img{
	width: auto !important;
}
.ex{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.service-sec{
	padding: 50px 0 50px;
}
.box2-top{
	margin-top: 18px;
	padding: 0 8px;
}
.box2{
	background:#f6ffee;
	min-height: 100%;
	border-radius:18px;
	border: 1px solid #fff;
	overflow:hidden;
	position: relative;
}
.service-img{
	opacity: 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.box2:hover .service-img{
	opacity: 1;
}
.service-img::before{
	width: 100%;
	height: 100%;
	background: #00000038;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.service-img img{
	width: 100%;
}
.num{
	background: #49ab4a;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 19px 0 19px 0;
	padding: 10px 15px;
}
.box2-content {
	position: absolute;
	top:55%;
	transform: translateY(-50%);
	padding: 0 18px;
}
.icon img{
	transition: ease 0.5s all 0s;
}
.box2:hover .icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(2147%) hue-rotate(169deg) brightness(107%) contrast(100%);
}
.box2-title{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-top: 12px;
	line-height: 1.2;
	transition: ease 0.5s all 0s;
}
.box2:hover .box2-title, .box2:hover .box2-text, .box2:hover a{
	color: #fff;
}
.box2-text{
	color: #000;
	margin-top: 5px;
	font-size: 14px;
	transition: ease 0.5s all 0s;
}
.box2 a{
	display: inline-block;
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);;
	color: transparent;
	background-clip: text;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 10px;
	transition: ease 0.5s all 0s;
}
.box2 a img{
	transform: translateX(3px);
	transition: ease 0.5s all 0s;
}
.google-rating-sec{
	padding: 20px 0 40px;
}
.rating-part{
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	padding:30px 4%;
	border-radius:105px;
}
.box3{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.box3 strong{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 10px;
}
.review-sec{
	position: relative;
	padding: 20px 0 132px;
}
.review-sec:after{
	background: url(../images/ghas.png) no-repeat;
	width: 100%;
	height: 226px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}
#review-slider{
	margin-top: 30px;
}
#review-slider .item{
	display: flex;
	align-items: start;   
	margin: 10px; 
	gap: 10px;
}
.r-white{
	background: #fff;
	padding:20px 20px;
	border-radius:10px;
}
.testi-content{
	font-size: 14px;
	color: #404040;  
	margin-top: 6px;
	padding-right: 10px;
	max-height: 126px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #51ad48 #000;
}
.client-name{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	margin-top: 6px;  
}
#review-slider  .owl-stage{
	display: flex;
}
#review-slider  .owl-stage-outer{
	padding-bottom: 30px;  
	margin: 0 3px;
}
#review-slider  .owl-prev, #review-slider  .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#review-slider .owl-prev{
	background: url(../images/prev.png) no-repeat;
	left:-54px;
}
#review-slider .owl-next{
	background: url(../images/next.png) no-repeat;
	right:-54px;
}
#review-slider .owl-prev span, #review-slider .owl-next span{
	font-size: 0;
	line-height: 33px;
	width: 54px;
	height: 54px;
	display: block;
	padding: 0px;
}
#review-slider  .owl-dots{
	display: none;
}
.contact-sec {
	padding:50px 0;
}
.contact-left{
	margin-top:35px;
}
.loc ul{
	margin: 24px 0 0;
	padding: 0;
}
.loc ul li{
	display: inline-block;
	vertical-align: middle;
}
.loc ul li a{
	display: block;
	background:#fff;
	font-size: 14px;
	padding:12px 25px;
	margin:0 7px 15px 0;
	border-radius:50px;
	color: #051725;
	transition: ease 0.5s all 0s;
}
.loc ul li a:hover{
	background: #51ad4869;
	color: #fff;
}
.loc ul li img{
	transform: translate(-6px, -2px);
}
.call-title{
	display: inline-flex;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	color: #fff;
	align-items: center;
	gap:10px;
}
.call-title a{
	color: #79bb42;
	transition: ease 0.5s all 0s;
}
.call-title a:hover {
	color: #68d70d;
}
.call-title img{
	width: 34px;
	margin-right:5px;
}
.contact-right{
	background: #fff;
	padding: 34px 30px 4px;
	border-radius: 18px;
}
.cont-part{
	margin-top: 10px;
}
.frm_fld input {
	width: 100%;
	padding:14px 24px;
	background:#fff;
	border:1px solid #acaaaa !important;
	margin-top: 14px;
	border-radius:50px;
	color: #000;
}
/* .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:12px 30px 11px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
	background:#fff;
} */
.frm_fld textarea {
	width: 100%;
	height: 110px;
	padding: 15px 24px;
	background: #fff;
	color: #000;
	margin-top: 14px;
	border-radius: 34px;
	border:1px solid #acaaaa !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	border-radius: 50px !important;
	display: block;
	padding: 10px 30px !important;
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin-top:20px;
	text-transform:none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.footer{
	background: #011d01;
	padding: 40px 0 223px;
	position: relative;
}
.footer:after{
	background: url(../images/ghas.png) no-repeat;
	width: 100%;
	height: 226px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}
.foot_title{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li img{
	background: #79bb42;
	border-radius: 50%;
}
.foot1 li a:hover {
	color: #79bb42;
}
.foot1.second li{
	font-size: 14px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 600;
}
.copyright{
	border-top: 1px solid #ffffff29;
	margin-top: 30px;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.copyright a{
	color: #ffffff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: -10%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 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 bottom !important;
	max-width: 100% !important;
	padding:130px 0 !important;
	margin:133px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(14, 14, 14, 0.61);
	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: #fff;
	width: 100%;
	font-size:32px;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	margin-bottom: 10px !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color:#fff !important;
}
.abt-title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
.abt-title strong{
	font-weight: bold;
	color:#95e343;
}
.abt-title.dup{
	font-size: 20px;
	color: #58af47;
	margin-top: 10px;
	font-weight: 500;
}
.ab-inner-text {
	color: #fff;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/right-arw2.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 6px;
	color: #fff;
	background-size: 20px;
}
.innr-sec{
	margin-top: 40px;
	padding:60px 0;
	background-size: cover !important;
	background-attachment: fixed !important;
	position: relative;
	z-index: 1;
}
.innr-sec:before{
	width: 100%;
	height: 100%;
	background:#000000c2;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#51ad4859;
	border-radius: 5px;
}
.bottom-sec .abt-title, .bottom-sec .ab-inner-text{
	color:#fff;
}
.flush-btn a{
	display: inline-block;
	margin-top:25px;
	font-size: 16px;
	font-weight: bold;
	background:linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff;
	padding: 10px 22px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.flush-btn a:hover{
	background: linear-gradient(270deg,rgba(122, 187, 66, 1) 31%, rgba(47, 171, 36, 1) 82%);
}
.flush-btn a img{
	transform: translate(-3px, -1px);
}
.pix1{
	background:url(../images/turf-installation-bg.jpg) no-repeat center top;
}
.pix2{
	background:url(../images/artificial-turf-bg.jpg) no-repeat center top;
}
.pix3{
	background:url(../images/lawn-maintenance-bg.jpg) no-repeat center top;
}
.pix4{
	background:url(../images/lawn-repair-bg.jpg) no-repeat center top;
}
.pix5{
	background:url(../images/basketball-court-bg.jpg) no-repeat center top;
}
.pix6{
	background:url(../images/tennis-court-installation-bg.jpg) no-repeat center top;
}
.pix7{
	background:url(../images/cricket-pitch-bg.jpg) no-repeat center top;
}
.pix8{
	background:url(../images/pressure-washing-bg.jpg) no-repeat center top;
}
.pix9{
	background:url(../images/landscape-bg.jpg) no-repeat center top;
}
.pix10{
	background:url(../images/retaining-wall-bg.jpg) no-repeat center top;
}
.pix11{
	background:url(../images/putting-green-bg.jpg) no-repeat center top;
}
.pix12{
	background:url(/wp-content/uploads/2025/07/pavers-masonry-bg.jpg) no-repeat center top;
}
.pix13{
	background:url(/wp-content/uploads/2025/07/fencing-installation-bg.jpg) no-repeat center top;
}
.pix14{
	background:url(/wp-content/uploads/2025/07/pergola-veranda-bg.jpg) no-repeat center top;
}

.contact-left2 {
	height: 100%;
	padding: 35px 25px 25px 40px;
}
.info-text {
	color: #7abb42;
	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;
	color: #fff;
}
.contact_top_number img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact_top_number a {
	color: #fff;
}
.contact-right2 {
	padding: 35px 40px 0;
	background: #000;
}
.contact-right2 .frm_fld input, .contact-right2 .frm_fld textarea{
	background:transparent !important;
	border:1px solid #1d8114 !important;
	border-radius: 5px;
	padding: 12px 12px;
	color:#fff;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#5db146;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.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: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.thankyou-text{
	color:#fff;
}
.back-btn a {
	background: linear-gradient(90deg, rgba(122,187,66,1) 30%, rgba(81,173,72,1) 73%);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 12px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.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) {
	.top-bar, .call-btn, .menu{
		display:none;
	}
	.header{
		background: #101010;
		padding:10px 0;
	}
	.logo img{
		width: 156px;
	}
	.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: 65px;
	}
	.banner::before{
		background: #f6f6f64d;
	}
	.banner-part {
		padding:0;
	}
	.banner-content{
		top: 50%;
		transform: translateY(-50%);
	}
	.banner-big-title {
		display:none;
	}
	.banner-title {
		font-size: 24px;
		line-height: 28px;
	}
	.banner-text {
		font-size: 15px;
		margin-top: 7px;
	}
	.banner-btn a {
		font-size: 15px;
		padding:10px 22px;
		margin:10px 2px 0;
	}
	.choose-us-sec {
		padding:50px 0 25px;
	}
	.w-title {
		font-size: 24px;
		line-height: 28px;
	}
	.box1-top {
		margin-top: 25px;
	}
	.box1 img {
		width: 100%;
	}
	.about-sec {
		padding:15px 0 40px;
	}
	.about-text{
		font-size: 15px;
	}
	.read-btn {
		font-size: 15px;
		padding:10px 28px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.exp {
		width: 150px;
		top: 0;
		right: 0;
		font-size: 13px;
		padding:10px 10px;
	}
	.exp strong {
		font-size: 25px;
	}
	.about-sec::after, .review-sec::after{
		background-size: 100%;
		background-position: center bottom;
		height: 57px;
	}
	.service-sec {
		padding:30px 0 15px;
	}
	.box2-top {
		margin-top: 15px;
		padding:0 12px;
	}
	.box2-content{
		top: 50%;
	}
	.google-rating-sec {
		padding:20px 0 20px;
	}
	.rating-part {
		padding:5px 1% 25px;
		border-radius:5px;
	}
	.box3-top{
		margin-top:20px;
	}
	.box3 strong {
		font-size: 24px;
		line-height: 28px;
	}
	.review-sec{
		padding: 20px 0 30px;
	}
	#review-slider .item{
		margin: 2px;
	}
	#review-slider .item img{
		min-width:100px;
	}
	.r-white {
		padding:15px 15px;
	}
	#review-slider .owl-prev, #review-slider .owl-next{
		display:none;
	}
	.contact-sec {
		padding:30px 0 40px;
	}
	.contact-left {
		margin-top: 0;
	}
	.loc ul li{
		width: 49%;
	}	
	.loc ul li a{		
		font-size: 14px;
		padding:11px 13px;
		margin:0 5px 9px 0;
	}
	.call-title {
		font-size: 22px;
		margin-top: 16px;
		gap:6px;
	}
	.call-title img {
		width: 25px;
	}
	.contact-right {
		padding:28px 15px 4px;
		margin-top: 25px;
	}
	.footer{
		padding:25px 0 60px;
	}
	.footer::after{
		display:none;
	}
	.foot_title{
		font-size: 17px;
		margin-top: 15px;
	}
	.copyright{
		margin-top: 24px;
		padding-top: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding:70px 0 !important;
		margin:65px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
		margin-bottom: 0 !important;
	}
	.abt-title {
		font-size: 22px;
		line-height: 24px;
	}
	.innr-sec {
		margin-top: 30px;
		padding:35px 0;
	}
	.ab-iner-img{
		margin-top:25px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding:30px 15px;
		margin-top: 30px;
	}
	.flush-btn a{
		margin-top: 20px;
		font-size: 15px;
		padding: 8px 18px;
	}
	.post .entry-title a{
		color: #fff;
	}
	.contact-left2{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right2 {
		padding:20px 16px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-big-title {
		font-size: 62px !important;
		line-height: 67px !important;
		margin-bottom: -36px !important;
	}
	.banner-title {
		font-size: 32px !important;
		line-height: 35px !important;
	}
	.exp {
		width: 162px !important;
		right: 23px !important;
		padding:18px 10px !important;
	}
	.box2-top{
		width: 50%;
	}
	.box2-content {
		top: 58% !important;
	}
	.icon img {
		max-height: 55px !important;
	}
	.box3-top{
		width:50%;
	}
	#review-slider .item img {
		min-width: 173px !important;
	}
	#review-slider .item .star img{
		min-width:auto !important;
	}
	.loc ul li a {
		font-size: 14px !important;
		padding:11px 18px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-big-title {
		display: flex;
		font-size: 120px;
		line-height: 120px;
		margin-bottom: -56px;
	}
	.exp{
		width: 138px;
	}
	.about-sec::after, .review-sec::after{
		height: 96px;
	}
	.service-img img {
		height: 360px;
		object-fit: cover;
	}
	.box3{
		font-size: 15px;
	}
	.loc ul li {
		width: 32%;
	}
	.post .entry-title a {
		color: #000;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.call-btn{
		font-size: 15px;
		margin-left: 12px;
	}
	.call-btn img {
		width: 30px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.exp{
		width: 170px;
		padding: 14px 18px;
		right: 18px;
	}
	#review-slider .owl-next{
		right: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev{
		left: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev span, #review-slider .owl-next span{
		width: 34px;
		height: 34px;
	}
	.foot_title{
		font-size: 16px;
	}
	.foot1.second li{
		font-size: 12px;
	}
	.box2-content{
		padding: 0 10px;
	}
	.box2-title {
		font-size: 16px;
		margin-top: 10px;
	}
	.icon img{
		max-height: 50px;
	}
	.num{
		font-size: 15px;
	}
	.rating-part{
		padding: 30px 3%;
	}
	.box3{
		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) {
	.banner-big-title {
		display: flex;
		font-size: 120px;
		line-height: 120px;
		margin-bottom: -56px;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.exp{
		width: 138px;
		right: 10px;
	}
	.about-sec::after, .review-sec::after{
		height: 96px;
	}
	.service-img img {
		height: 360px;
		object-fit: cover;
	}
	.box3{
		font-size: 14px;
	}
	.rating-part {
		padding:30px 1%;
	}
	.loc ul li {
		width: 32%;
	}
	.loc ul li a{
		font-size: 15px;
		padding:11px 24px;
	}
	.post .entry-title a {
		color: #000;
	}
}

@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) {
	.call-btn{
		font-size: 15px;
		margin-left: 12px;
	}
	.call-btn img {
		width: 30px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.exp{
		width: 170px;
		padding: 14px 18px;
		right: 18px;
	}
	#review-slider .owl-next{
		right: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev{
		left: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev span, #review-slider .owl-next span{
		width: 34px;
		height: 34px;
	}
	.foot_title{
		font-size: 16px;
	}
	.foot1.second li{
		font-size: 12px;
	}
	.box2-content{
		padding: 0 10px;
	}
	.box2-title {
		font-size: 16px;
		margin-top: 10px;
	}
	.icon img{
		max-height: 50px;
	}
	.num{
		font-size: 15px;
	}
	.rating-part{
		padding: 30px 3%;
	}
	.box3{
		font-size: 16px;
	}
	.about-sec::after, .review-sec::after {
		height: 122px;
	}
	.loc ul li {
		width: auto;
	}
}

/* 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) {
	.call-btn{
		font-size: 15px;
		margin-left: 12px;
	}
	.call-btn img {
		width: 30px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.exp{
		width: 170px;
		padding: 14px 18px;
		right: 18px;
	}
	#review-slider .owl-next{
		right: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev{
		left: -38px;
		background-size: 34px;
	}
	#review-slider .owl-prev span, #review-slider .owl-next span{
		width: 34px;
		height: 34px;
	}
	.foot_title{
		font-size: 16px;
	}
	.foot1.second li{
		font-size: 12px;
	}
	.box2-content{
		padding: 0 10px;
	}
	.box2-title {
		font-size: 16px;
		margin-top: 10px;
	}
	.icon img{
		max-height: 50px;
	}
	.num{
		font-size: 15px;
	}
	.rating-part{
		padding: 30px 3%;
	}
	.box3{
		font-size: 16px;
	}
	.about-sec::after, .review-sec::after {
		height: 122px;
	}
	.loc ul li {
		width: auto;
	}
}

@media screen and (min-width: 1424px) {
	.about-sec .container, .review-sec .container{
		max-width: 1140px;
	}
}

@media screen and (min-width: 1624px) {
	.page .entry-header, .blog_page_header{
		padding: 158px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-content{
		top: 30px;
	}
	.page .entry-header, .blog_page_header{
		padding: 200px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header {
		padding: 250px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-content {
		top: 70px;
	}
	.page .entry-header, .blog_page_header {
		padding: 285px 0 !important;
	}
}    
