body {
  margin: 0;
}

.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}

.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}

body {
  overflow-x: hidden;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

a:focus,a:hover {
  color: #466d33;
  text-decoration: none;
  outline: 0;
}

a {
  color: #466d33;
  font-family:Poppins-Regular;
}

a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
}

.row {
  margin: 0;
  padding: 0;
}

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: disc;
  font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 300;
  font-family:Poppins-Regular;
}

p strong {
  font-size: 20px;
      font-family: PublicoHeadlineWeb-Bold;
  color: #323232;
}
 b{
	 font-family: PublicoHeadlineWeb-Bold;
 }
h1,h2,h3,h4,h5,h6 {
   font-family:PublicoHeadlineWeb-Bold;
   color: #466d33;
}

.no-margin {
  margin: 0;
}

p,span {
  font-family:Poppins-Regular;
}

.container-fluid {
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}
.item:nth-child(1) .banner_image img {
	transform: translate(0, -300px);
	transition: all .6s ease-in-out
}

.item:nth-child(2) .banner_image img {
	transform: translate(0, -300px);
	transition: all .6s ease-in-out
}

.item:nth-child(3) .banner_image img {
	transform: translate(0, -300px);
	transition: all .6s ease-in-out
}

.item:nth-child(4) .banner_image img {
	transform: translate(0, -300px);
	transition: all .6s ease-in-out
}

.item.slick-slide.slick-current.slick-active .banner_image img {
	transform: translate(0, 0)
}

.banner_image {
	overflow: hidden
}
/*****************************************************Homepage****************************************************/
.header-nav nav {
    width: 100%;
    font-size: 16px;
}
.mobile-top-head {
    display: none;
}

.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.header-nav nav ul li {
    color: #fff;
    list-style: none;

    display: inline-block;
    margin: 0;
	
}
.header_wrapper {
    position: relative;
    z-index: 2;
}
ul.megamenu {
    padding: 1em 1em;
    float: left;
    box-shadow: 3px 3px 19px 5px #0000006e;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    left: -4em;
    right: 0;
    top: 87%;
    width: 75%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    transform: translate(0,20px);
	border-top: 5px solid #466d33;
    border-bottom: 5px solid #466d33;
}
.header-nav nav ul li:hover ul.megamenu  {
	display:block;
	opacity: 1;
    visibility: visible;
	    transition: .5s;
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.header-nav nav ul.megamenu li {
    display: block;
    text-align: center;
	width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #466d33;
    float: left;
    margin: 0 5px;
}

ul.megamenu  li a {
    display: block;
    color: #466d33;
	font-size:18px;
    padding: 0px 5px;
	font-weight:600;
}
ul.megamenu  li:hover {
	background-color:#466d33;
	transition:0.5s;
}
ul.megamenu  li:hover a{
	color:#fff;
	transition:0.5s;
}

.header-nav nav>ul>li>a {
    padding: 22px 24px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-family:Poppins-Regular;
    text-align: center;
  
}

.header-nav nav>ul>li>a:hover{
   animation:slidebg 5s linear infinite;
   background: linear-gradient(90deg, #fff 0%, #fff 49%, #361b00 80%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.header-nav nav>ul>li>:first-child {
    padding-left: 0;
}	
.header-nav nav ul li:last-child a {
    padding-right: 0;
}
.header-nav nav>ul>li.active>a {
    color: #fff;
}
.header-nav nav>ul>li.active:after {
    content: "";
    display: block;
    width: 58px;
    height: 15px;
    background: url(../images/home/active.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
header{
	float:left;
	width:100%;
	 background-color: #fff;
}
.header-nav {
    float: right;
    width: 85%;
}
.top_offer p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 15px;
}


span.phone-icon {
    display: inline-block;
    margin-right: 15px;
	animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes slidebg {
	to {
		background-position: 20vw
	}
}

.header-logo {
    width: 174px;
    height: 156px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
}
.logo-image img {
    max-width: 174px;
    border-radius: 50%;
    height: 156px;
	padding: 15px;
}

.header-bottom {
    padding: 15px 0 15px;
	filter: drop-shadow(2.5px 4.33px 31px rgba(0,0,0,0.07));
	background-color: #466d33;
}

.right_call {
    float: right;
    display: inline-block;
    width: 34%;
    padding-top: 18px;
}
.right_call a {
    font-size: 46px;
    line-height: 18px;
    color: #466d33;
    font-weight: bold;
    font-family: PublicoHeadlineWeb-Bold;
}

.right_call span {
    width: 71px;
    height: 71px;
    border-radius: 35px;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.17));
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 71px;
    margin-right: 16px;
}
.right_call a:before {
    content: "\f095";
	font: normal normal normal 14px/1 FontAwesome;
	display:block;
	  width: 71px;
    height: 71px;
    border-radius: 35px;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.17));
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 71px;
    margin-right: 16px;
	font-size: 46px;
	
}
.right_call a:hover{
	color:#361b00;
	transition:0.5s;
}
.right_call:hover span {
    background-color: #466d33;
    color: #fff;
    transition: 0.5s;
}
.right_call a:hover:before {
	background-color: #466d33;
    color: #fff;
    transition: 0.5s;
}
.estitmate {
    float: right;
    width: 20.4%;
    padding-top: 25px;
}
.estitmate_right a {
    width: 257px;
    height: 50px;
    border-radius: 25px;
    background-color: #361b00;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
    font-family: PublicoHeadlineWeb-Bold;
	position: relative;
	
}
.estitmate_right a:hover {
    background-color: #466d33;
	transition:0.5s;
}
.estitmate_right a:after {
    content: "";
    display: inline-block;
    border-right: 5px solid #361b00;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    right: -8px;
}
.estitmate_right a:before {
    content: "";
    display: inline-block;
    border-left: 5px solid #361b00;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    left: -8px;
}
.banner {
    float: left;
    width: 100%;
    margin-top: -2px;
    position: relative;
}
.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}
.banner-slider {
    -webkit-clip-path: url(#banner_svg);
    clip-path: url(#banner_svg);
}
.banner_image{
	position:relative;
	z-index:9;
}
.banner_image img{
	 -webkit-clip-path: url(#banner_svg);
	clip-path: url(#banner_svg);
	height: 723px;
    object-fit: cover;
    object-position: center;
	width: 100%;
}
.banner-content {
    width: 55%;
    background-color: rgb(54 27 0 / 65%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    -webkit-clip-path: url(#banner_title_svg);
    clip-path: url(#banner_title_svg);
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
	top:-40px;
}
.detail-con {
    padding: 32px 40px;
    max-width: 94%;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: -20px;
}
.detail-con h2{
	font-size: 50px;
	color:#fff;
	margin: 0;
}
.detail-con h1{
	font-size: 50px;
	color:#fff;
	margin: 0;
}
.detail-con h3{
	font-size: 50px;
	color:#fff;
	margin: 0;
}
.detail-con p{
	color: #ffffff;
	font-size: 20px;
	padding-top: 15px;
}
/*****homeabout***/
.home_about_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.home_about_wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 78%;
    background: url(../images/home/abt.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10em;
    z-index: -1;
}
.left_about_image {
    width: 40vw;
    height: 45vw;
    background: url(../images/home/tree_layer_abt_sec.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 35px;
}
.abt_image_svg {
    width: 85%;
}
.abt_image_svg img {
    border-radius: 50%;
    height: auto;
    width: 100%;
}
.home_abt_wrapper h1 {
    font-size: 80px;
    margin-top: 2em;
}
.home_abt_wrapper p {
    font-size: 18px;
    line-height: 34px;
    padding: 0 15px;
}
.home_abt_wrapper {
    padding-right: 45px;
}
.shape_button {
	background: url(../images/home/button_style.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width:276px;
	height:175px;
}
.abt_learnmore.shape_button {
    margin-top: 2.5em;
}
.shape_button:hover {
    color: #fff;
}
.shape_button {
    background: url(../images/home/button_style.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 275px;
    height: 123px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 123px;
}
.shape_button:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/********home_service*****/
.home_service_wrapper {
    float: left;
    width: 100%;
    margin: 60px 0 60px;
    text-align: center;
}
.home_service_wrapper .slick-track {
    display: inline-block;
}
.our_title h4 {
    font-size: 80px;
    line-height: 48px;
    margin-bottom: 30px;
}
.hm_service_type {
    margin: 50px 13px;
    width: 47%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.shape_content h3 a {
    font-size: 30px;
    font-family: PublicoHeadlineWeb-Bold;
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    z-index: 9;
}
.shape_content h3 a:hover {
    color: #466d33;
    transition: 0.5s;
}
.hm_ser_content {
    background: url(../images/home/title.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 259px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5em;
}
.hm_service_type:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/service_shape.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 1;
}

.hm_ser_image img {
    width: 100%;
    height: 43vw;
    object-fit: cover;
}
.hm_service_type:hover .hm_ser_image img{
	transform:scale(1.1);
	transition:0.5s;
}
.hm_viewmore {
    margin-top: 40px;
}
/********home_why_choose********/
.home_whychoose_wrapper {
    float: left;
    width: 100%;
	filter: drop-shadow(0px -5px 31px rgba(0,0,0,0.06));
	margin:60px 0 60px
}
.why_choose_right_box {
    float: right;
    width: 70%;
}
.why_choose_box {
    width: 33%;
}
.why_choose_svg {
    height: 870px;
    background-color: #ffffff;
	-webkit-clip-path: url(#why_choose_hm);
  clip-path: url(#why_choose_hm);
	
}
.why_choose_svg:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/background2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
	top:0;
    z-index: -1;
}
.ser_title {
    height: 450px;
    background: url(../images/home/brown.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_choose_box:nth-child(2) .ser_title{
    height: 640px;
}
.ser_title h4 {
    font-size: 38px;
    line-height: 43px;
    color: #633d18;
    padding: 0 50px;
}
.green_circel {
    width: 293px;
    height: 293px;
    border-radius: 147px;
    background-color: #466d33;
    position: absolute;
    bottom: -12em;
    padding: 15px;
}
span.why_ionc {
    display: block;
    position: relative;
    top: -4em;
}
span.why_ionc img {
    height: auto;
    width: auto;
}
.why_choose_box:hover span.why_ionc img {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
    transition: .9s;
}
@keyframes toRightFromLeft{
49% {
    transform: translate(100%);
}
50% {
    opacity: 0;
    transform: translate(-100%);
}
51% {
    opacity: 1;
}
}
.green_circel p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 31px;
    color: #ffffff;
    margin-top: -1em;
}
.why_choose_title {
    padding-top: 10em;
}
.whychoose_title h4 {
    font-size: 80px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 35px;
}
.whychoose_title p {
    font-size: 18px;
	line-height: 34px;
}
/****************************home-review-section***********************/
.home_review_block {
    float: left;
    width: 100%;
    position: relative;
}
.review_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.review_shape img {
    height: auto;
    width: auto;
}
.review_slider_home .hm_review_box {
	display: flex !important;
}
.hm_review_box {
    width: 46%;
    height: 658px !important;
    background: url(../images/home/review_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(2.5px 4.33px 13.5px rgba(0,0,0,0.12));
    margin: 45px 20px;
    
    align-items: center;
    justify-content: center;
}
.review_slider_left {
    width: 82%;
	float:left;
}
.rev_content_wrapper {
    max-width: 350px;
    margin: 0 auto;
    float: none;
    padding-left: 2em;
}
span.fa.fa-star.checked {
    color: #ad712d;
    font-size: 16px;
    margin-bottom: 15px;
}
.rev_content_wrapper p{
	font-size: 20px;
	line-height: 32px;
	color: #222222;
}

.review_star_rating h4 {
    font-size: 26px;
    line-height: 32px;
    color: #276130;
	margin-top: 20px;
}
.slider_arrow {
    float: right;
    width: 18%;
    margin-bottom: -2em;
	position:relative;
	z-index:9;
}
.slider_arrow span{cursor:pointer;}
span.right_arrow {
    display: inline-block;
    margin-left: 20px;

}
/****************************home-blog-section***********************/
.home_blogs {
    margin: 7em 0 0px;
    float: left;
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: -5em;
}
.blog_image img {
    height: 21vw;
    object-fit: cover;
    object-position: center;
	transition:0.5s ease-in-out;
}
.blog_types:hover .blog_image img{
	transform: scale(1.1);
	transition:0.5s ease-in-out;
}
.blog_content {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
}
.blog_content h4 {
    float: left;
    margin-top: 0;
    min-height: 108px;
    width: 100%;
	
}
.blog_content h4 a {
	font-size: 30px;
    line-height: 36px;
    color: #276130;
    font-weight: 600;
    font-family: FrankRuhlLibre-Medium;
    
}
.blog_content h4 a:hover {
    color: #71b145;
    transition: 0.5s;
}
.blog_content p {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    min-height: 80px;
    float: left;
    width: 100%;
}
.readmore {
    display: inline-block;
    border-radius: 50px 0px 79px 50px;
    background-color: #fff;
    font-size: 20px;
    line-height: 32px;
    color: #276130;
    font-weight: 400;
    filter: drop-shadow(-4.455px 2.27px 16px rgba(0,0,0,0.14));
    padding: 19px 50px;
    margin-top: -2em;
    float: right;
    margin-right: 10px;
	transition:0.5s ease-in-out;
}
.readmore:hover{
	background-color: #71b145;
}
.readmore_btn {
    margin-bottom: 20px;
}
.readmore:after {
    content: "";
    display: block;
    width: 100%;
    height: 94%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 50px 0px 79px 50px;
    z-index: -1;
}
.blog_types {
    margin: 30px 13px 30px;
    width: 31.2%;
}
.readmore:hover {
    color: #276130;
}
.blog_image {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
	text-align:center;
}

span.grass_line {
    display: block;
    position: absolute;
    bottom: -1px;
}
span.grass_line img {
    height: 22px;
}
.date_time p {
    font-size: 16px;
    line-height: 32px;
    color: #276130;
    font-weight: 900;
    font-family: FrankRuhlLibre-Medium;
    min-height: auto;
}

.date_time p span {
    display: inline-block;
    margin-right: 10px;
}
.blog_btn {
    text-align: center;

    margin-top: 60px;
}
.home_blogs:before {
    content: "";
    display: block;
    width: 100%;
    height: 69%;
    background: url(../images/home/background2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -74px;
    z-index: -1;
}
/* .home_blogs:after {
    content: "";
    display: block;
    width: 73%;
    height: 63%;
    background: url(../images/home/blog_bg_shape.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -6em;
    z-index: -1;
} */
.blog_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.blog_shape img {
    width: 100%;
    height: auto;
}
/****Footer Block****/
.footer-wrap {
    float: left;
    width: 100%;
   
    height: auto;
    position: relative;
    z-index: 9;

}
.footer-top {
    padding-top: 12em;
    max-width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-right {
    padding-top: 1em;
}

.footer-wrap:after {
    content: "";
    display: block;
    background-color: #b19d8a;
    -webkit-clip-path: url(#footer_svg_green);
    clip-path: url(#footer_svg_green);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.footer-wrap:before {
    content: "";
    display: block;
    background: url(../images/home/grass.webp);
    width: 100%;
    height: 150px;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-list{	
	float: left;
    width: 100%;
	 filter: drop-shadow(0px 3px 16px rgba(0,0,0,0.06));
}
.footer-svg {
    background-color: #361b00;
     -webkit-clip-path: url(#footer_svg);
     clip-path: url(#footer_svg);
}

.foot_about {
    width: 50%;
}	
.foot-list h3 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
	
.foot-list ul {
    padding-left: 0px;
    margin: 0;
   
}
.foot-list.foot-links {
    width: 27%;
    padding-top: 7em;
}
.foot-list.footer_address {
    width: 22%;
    float: right;
	 padding-top: 7em;
}
.foot-list.location2 {
    width: 33%;
}
.foot-list ul li {
    list-style-type: none;
	
}
.address {
    color: #fff;
    font-weight: 400;
    font-family: Poppins-Regular;
    margin-bottom: 14px;
    font-size: 18px;
    float: left;
    width: 100%;
    padding-left: 3em;
}
.footer-bottom {
    float: left;
    width: 100%;
    padding: 45px 0 20px;
}
.iboost-logo {
    text-align: center;
    float: right;
    width: 30%;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.copy-write p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    margin: 0;
}	
.footer-logo {
    width: 100%;
    margin-bottom: 30px;
}
.footer-logo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
}


.foot-list.foot_about p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    max-width: 494px;
}
.foot-list.foot_about h2 {
    color: #fff;
}
.iboost-logo img {
    max-width: 150px;
    height: auto;
}
.foot-list ul li{
	list-style-type:none;
}
.foot-list ul li a {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #fff;
	font-family:Poppins-Regular;
	-webkit-transition: all 0.5s ease-in-out;
    transition:0.3s ease-in-out;
}	

.foot-list ul li a:hover{
   color: #b19d8a;
    transition: 0.5s;
}

.footer-call {
    display: block;
}	

.footer_address ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    float: left;
}
li.add_location {
   color: #2b2b2b;
 font-family:Poppins-Regular;
 
}
span.foot_icons {
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-right: 15px;
    margin-top: 5px;
    position: absolute;
    left: 0;
}
.foot-list h4 {
    font-size: 26px;
    color: #fff;
    float: left;
    padding-left: 2em;
}
a.footer_call_icon {
    float: left;
    width: 100%;
    padding-left: 3em;
}
/******blog-page*****/
.innerpage_banner {
    float: left;
    width: 100%;
    position: relative;
}
.innerban {
    width: auto;
    float: right;
    right: 0;
    background-color: #361b00;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to left, #361b00 0%, #ffffff00 79%);
    background: linear-gradient(to left, #361b00cc 70%, #ffffff00 100%);
    padding: 6em 2em 7em;
}
.innerpage_banner:after{
	content:"";
	display:block;
	width:100%;
	height:50px;
	background: url(../images/pages/banner_border-white.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
	    top: auto;
    z-index: 1;
    position: absolute;
     bottom: -1px;
}

.innerpage_banner img {
    height: 520px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.innerban h2 {
    color: #fff;
    text-align: center;
    margin: 0;
	font-size: 60px;
}
.inner_banner_slider .innerban div {
    color: #fff;
    text-align: center;
    margin: 0;
	font-size: 60px;
    font-family:PublicoHeadlineWeb-Bold;
}
.innerban.blog_detail_banner div {
    font-size: 40px;
}
.innerban.blog_detail_banner {
    width: 50%;
}
.blog_page {
    margin: 90px 0 90px;
    float: left;
    width: 100%;
}
.blog{
	display:none;
}
/*********review-page********/
.home_review_block.review_page_wrapper {
    margin: 90px 0 0px;
}
.page_review_box {
    width: 30.9%;
    margin: 30px 15px;
    height: 535px !important;
    display: none;
}

.hm_review_box.page_review_box .rev_content_wrapper p {
    font-size: 16px;
}
.hm_review_box.page_review_box .rev_content_wrapper {
    max-width: 325px;
    padding-top: 8em;
}
.hm_review_box.page_review_box .rev_content_wrapper p {
    font-size: 16px;
    height: 224px;
    overflow-y: scroll;
}
.hm_review_box.page_review_box .review_star_rating h4 {
    font-size: 22px;
}
/* width */
.hm_review_box.page_review_box .rev_content_wrapper p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hm_review_box.page_review_box .rev_content_wrapper p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 10px;
}
 
/* Handle */
.hm_review_box.page_review_box .rev_content_wrapper p::-webkit-scrollbar-thumb {
  background: #466d33; 
  border-radius: 10px;
}

/* Handle on hover */
.hm_review_box.page_review_box .rev_content_wrapper p::-webkit-scrollbar-thumb:hover {
  background: #361b00; 
}
.text-center.hm_reviewmore {
    margin-top: 80px;
	float:left;
	width:100%;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 520px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 520px;
    width: 100%;
}
/*******contact-page*******/
.contact_page {
    float: left;
    width: 100%;
    margin: 90px 0 90px;
}
.contact_map {
    width: 61%;
    position: absolute;
    right: 0;
    z-index: 9;
}
.contact_top_content {
    width: 43%;
    height: 625px;
    background: url(../images/contact/shape.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_content {
    max-width: 75%;
    padding-top: 5em;
    margin: 0 auto;
}
.contact_map:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #466d33;
    position: absolute;
    top: -15px;
    z-index: -1;
    -webkit-clip-path: url(#map_svg);
    clip-path: url(#map_svg);
    left: -15px;
}
.mapouter{
-webkit-clip-path: url(#map_svg);
  clip-path: url(#map_svg);
}
.contact_top_content h4 {
    font-size: 50px;
    line-height: 27px;
    color: #276130;
	margin-bottom:30px;
	font-weight:bold;
}
.contact_top_content h1 {
    font-size: 50px;
    line-height: 27px;
    color: #276130;
	margin-bottom:30px;
	font-weight:bold;
}
.contact_top_content p {
    font-size: 16px;
    line-height: 27px;
    color: #222222;
}
.con_form {
    padding: 50px;
    -webkit-clip-path: url(#form_svg);
    clip-path: url(#form_svg);
    background-color: #ffffff;
    padding-left: 100px;
    height: auto;
}
.recaptche_contact {
    margin-top: 24px;
}
.contact_from {
	float: right;
	width: 66%;
}
.get_touch{
	
    filter: drop-shadow(-26.668px 4.224px 78px rgba(0,0,0,0.07));
  
}
.contact_address {
    width: 29%;
    float: left;
    margin-top: 9em;
}
.cont-loc {
    filter: drop-shadow(-26.668px 4.224px 78px rgba(0,0,0,0.07));
    margin-bottom: 40px;
}
.contact_box {
    width: 91%;
    height: 172px;
    filter: drop-shadow(-26.668px 4.224px 78px rgba(0,0,0,0.07));
    background-color: #ffffff;
    float: right;
    padding: 30px;
    -webkit-clip-path: url(#form_svg);
    clip-path: url(#form_svg);
    padding-left: 60px;
}
.cont-loc .gr_circle {
    width: 53px;
    height: 53px;
    border-radius: 26px;
    background-color: #466d33;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 53px;
    float: left;
    position: absolute;
    top: 5px;
}
.contact_box h5 {
    font-size: 22px;
    color: #070707;
    font-weight: 600;
    font-family: Poppins-Regular;
    margin-top: 0;
    line-height: 32px;
}
.contact_box a p {
    font-size: 17px;
    color: #070707;
}
.contact_box a {
    font-size: 18px;
    color: #070707;
}
.contact_from h4 {
    font-size: 50px;
    line-height: 27px;
    color: #276130;
    margin-bottom: 30px;
    font-weight: 600;
}
.form_section .form-control {
    border: 0;
    box-shadow: unset;
    font-size: 16px;
    color: #070707;
    border-bottom: 1px solid #466d33;
    border-radius: 0;
    height: 54px;
    margin: 18px 0 18px;
    float: left;
    padding-left: 0;
}
.form_section .form-control::placeholder {
    color: #070707;
    font-family: Poppins-Regular;
	
}
.text_area .form-control::placeholder {
    color: #070707;
    font-family: Poppins-Regular;
}
.text_area .form-control {
    border: 0;
    box-shadow: unset;
    font-size: 16px;
    color: #070707;
    border-bottom: 1px solid #466d33;
    border-radius: 0;
    resize: unset;
    height: 119px;
    padding-left: 0;
    padding-top: 40px;
}
.form_section input#phone {
    width: 98%;
    float: right;
}
.form_section input#name {
    width: 98%;
}
.checkbox_btn p {
    font-size: 22px;
    line-height: 72px;
    color: #070707;
    margin-top: 14px;
}
.check_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-right: 40px;
    /* vertical-align: baseline; */
    font-family: Poppins-Regular;
    color: #070707;
    font-weight: 100;
}

/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #fff;
    width: 22px;
    height: 22px;
    border: 2px solid #235347;
}

/* On mouse-over, add a grey background color */
.check_box:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check_box input:checked ~ .checkmark {
    background-color: #235347;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_box input:checked ~ .checkmark:after {
  display: block;
}
.check_box .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}
.submit_button {
    width: 210px;
    height: 87px;
    border: 0;
    background: none;
    outline: 0;
    font-size: 22px;
    color: #fff;
    line-height: 87px;
    background: url(../images/contact/form_button.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-top: 1em;
}
.submit_button:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

/*******fileupload-style********/
.logoContainer img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
	max-width:100%;
}
.upload_image {
    margin-top: 10px;
}
.logoContainer{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background-color: #235347;
	text-align: center;
	line-height: 120px;
	float: left;
}

.upload_box {
    background: #ccc;
    width: 244px;
    height: 65px;
    position: relative;
    font-size: 16px;
    line-height: 65px;
    color: #434343;
    padding: 0px 20px 0 20px;
    cursor: pointer !important;
    float: left;
    border-radius: 26px;
    background-color: #ebebeb;
    font-size: 22px;
    color: #070707;
    font-family: Poppins-Regular;
    margin-top: 20px;
    margin-left: 20px;
}

.upload_box span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer !important;
}
.upload_box span:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}
.upload_box input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}
/*********about-page*********/
.about_wrapper {
    float: left;
    width: 100%;
    margin: 60px 0 60px;
}
.left_about_square {
    float: right;
    margin-left: 5em;
    width: 37%;
}
.left_about_square.add_block_image img {
    height: 40vw;
}
.about_wrapper .add_block_image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
.box_img_abt img {
    width: 100%;
    height: 49vw;
    object-fit: cover;
    object-position: center;
}

.left_about_square img {
    height: 50vw;
    object-fit: cover;
    object-position: center;
}
.about_page_wrapper h1 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 34px;
    font-weight: 600;
    font-family: Adelon-Bold;
}
.center_content h2 {
    font-family: Adelon-Bold;
    font-size: 44px;
}
.inner_box_content h2 {
    font-family: Adelon-Bold;
    color: #ffff;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 0;
}
.about_page_wrapper h2 {
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 34px;
    font-weight: 600;
    font-family: Adelon-Bold;
}
.about_page_wrapper p {
	 font-size: 18px;
	 line-height: 32px;
	 color: #222222;
}
.about_extra_block_wrap h4 {
    font-size: 49px;
    line-height: 50px;
    color: #466d33;
    margin-bottom: 40px;
    font-family: Poppins-Regular;
    font-weight: 600;
}
.about_extra_block_wrap p {
	font-size: 18px;
	 line-height: 32px;
	 color: #222222;
}
.inner_box_content {
    background-color: rgb(9 14 10 / 52%);
    width: 100%;
    max-width: 89%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 30px;
    margin-top: 80px;
    margin-bottom: 50px;
}
.inner_box_content h4 {
    color: #fff;
    font-family: Poppins-Regular;
    font-weight: 600;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.inner_box_content p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.right_box {

}
.about_extra_block_wrap {
    float: left;
    width: 100%;
    margin: 60px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extra_block.extra_block_third {
    float: right;
    background: url(../images/pages/green.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vw;
    width: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extra_block_third .box_img_abt {
    width: 96%;
    float: right;
    margin-right: -2em;
    margin-top: 3em;
}
.extra_block_third .box_img_abt img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
    -webkit-clip-path: url(#about_third_svg);
    clip-path: url(#about_third_svg);
}
/**********commercial-page*******/
.top_commercial_service {
    margin: 60px 0 0px;
}
.commer_image_image {
    float: right;
}
.commer_warp_top h1 {
    font-size: 50px;
    line-height: 60px;
}
.commer_warp_top h5{
    font-size: 30px;
    line-height: 60px;
}
.commer_warp_top p{
	font-size: 18px;
	line-height: 34px;
	color: #222222;
}
.commer_image_image {
    float: right;
    margin-left: 20px;
    width: 49%;
    -webkit-clip-path: url(#cutter_svg);
    clip-path: url(#cutter_svg);
    background-color: #466d33;
    padding: 4px;
}
.commer_img_two {
    padding: 10px;
    -webkit-clip-path: url(#cutter_svg);
    clip-path: url(#cutter_svg);
    background-color: #fff;
}
.second_left_svg {
    float: left;
    width: 17%;
    position: absolute;
    top: -3em;
    z-index: 9;
}
.commer_second_wrapper {
    margin: 0px 0 60px;
    float: left;
    width: 100%;
}
.commer_img_two img {
    width: 100%;
    -webkit-clip-path: url(#cutter_svg);
    clip-path: url(#cutter_svg);
    height: 43vw;
    object-fit: cover;
    object-position: center;
}
.second_left_svg img {
    object-fit: cover;
    width: 100%;
    -webkit-clip-path: url(#pngkey);
    clip-path: url(#pngkey);
    height: 56vw;
}
.second_content {
    background-color: #c7d3c1;
	-webkit-clip-path: url(#wave_svg);
    clip-path: url(#wave_svg);
}

.inner_second_content {
    max-width: 60%;
    margin: 0 auto;
    padding: 9em 0 8em;
}
.inner_second_content h2 {
    font-size: 50px;
    line-height: 60px;
    color: #466d33;
}
.inner_second_content h3 {
    font-size: 40px;
    line-height: 52px;
    color: #466d33;
}
.inner_second_content p {
	font-size: 18px;
	line-height: 34px;
}
.second_content:after {
    content: "";
    display: block;
    width: 450px;
    height: 377px;
    background: url(../images/commercial/dead-tree.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.commer_extra_block {
    width: 100%;
    height: 430px;
    background: url(../images/commercial/green_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -12em;
}
.commer_extra_block:after {
    content: "";
    display: block;
    width: 350px;
    height: 320px;
    background: url(../images/commercial/stump.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 20px;
}
.inner_left_content h5 {
    font-size: 50px;
    line-height: 59px;
    color: #ffffff;
}
.inner_left_content p {
    font-size: 50px;
    line-height: 59px;
    color: #ffffff;
}
.commer_call {
    margin-top: 25px;
    position: relative;
    z-index: 99;
}
.commer_call a {
    font-size: 46px;
    font-family: PublicoHeadlineWeb-Bold;
    color: #fff;
}
.commer_call span {
    display: inline-block;
    width: 126px;
    height: 128px;
	line-height: 128px;
	margin-right: 30px;
}
.commer_call span:after{
	content:"";
	display:block;
	width: 126px;
    height: 128px;
	background: url(../images/commercial/saw_wheel.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
    top: 0;
	z-index: -1;
}
.inner_left_content {
    max-width: 65%;
}
.commer_call:hover span:after{
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
} 
/*********measuring-page********/
.measuring_page {
    float: left;
    width: 100%;
    margin: 60px 0 0px;
}
.measure_top_content {
    max-width: 82%;
    margin: 0 auto;
}
.measure_top_content h1 {
    font-size: 60px;
    line-height: 70px;
}

.measure_top_content p {
    font-size: 20px;
    line-height: 34px;
    color: #323232;
    margin-bottom: 0;
    margin: 25px 0 25px;
}

.measure_image {
    margin: 25px 0 25px;
}
.measure_circle img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.tree_remove {
    margin: 65px 0 0px;
    padding-left: 45px;
}
.remove_svg {
    float: right;
    margin-left: 30px;
    width: 27%;
    margin-top: -10em;
}
.remove_svg img{
	-webkit-clip-path: url(#curve_shape);
    clip-path: url(#curve_shape);
	width:100%;
	object-fit:cover;
	height: 50vw;
}
.tree_remove h5 {
    font-size: 30px;
    line-height: 34px;
}
.tree_remove p {
	font-size: 18px;
	line-height: 34px;
	color: #323232;
}
.tree_remove ul {
    margin-top: 25px;
    position: relative;
    margin-left: 65px;
}
.tree_remove ul li {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    list-style-type: none;
    margin: 13px 0 13px;
}
.tree_remove ul li:before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../images/measure/tick.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    position: absolute;
    left: 0;
    margin-top: 10px;
}
/*********gallery**********/
.gallery_page_wrapper {
}
.gallery_page {
    margin-bottom: 8em;
}
.image_gallery {
    padding: 5px;
}
.image_gallery img {
    height: 48vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.gallery_1 {
    width: 55%;
	float:left;
}
.row_one {
    height: 48.8vw;
}
.row_two {
    height: 70vw;
}
.image_gallery.gallery_2 {
    width: 49%;
    float: left;
    position: absolute;
    right: 0;
}
.image_gallery.gallery_3{
    width: 59.6%;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}
.gallery_title h2 {
    font-size: 80px;
    line-height: 72px;
    color: #466d33;
    margin: 60px 0 60px;
}
.image_gallery.gallery_1 img {
	-webkit-clip-path:polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path:polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}
.image_gallery.gallery_2 img {
    height: 23.5vw;
	-webkit-clip-path:polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.image_gallery.gallery_3 img {
    height: 23.5vw;
	-webkit-clip-path:polygon(18% 0, 100% 0%, 100% 100%, 10% 100%);
	clip-path: polygon(18% 0, 100% 0%, 100% 100%, 10% 100%);
}
.image_gallery.gallery_4 {
    width: 51%;
	float:left;
}
.image_gallery.gallery_5 {
    width: 53.6%;
    position: absolute;
    right: 0;
	float:left;
}
.image_gallery.gallery_6 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
	float:left;
}
.image_gallery.gallery_7 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46.5%;
	float:left;
}
.image_gallery.gallery_4 img {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    height: 32.4vw;
}
.image_gallery.gallery_5 img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 13% 100%);
    height: 42vw;
}
.image_gallery.gallery_6 img {
    height: 36vw;
    clip-path: polygon(0 0, 78% 0%, 88% 100%, 0% 100%);
}
.image_gallery.gallery_7 img {
    height: 26.3vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
/********residencial-page**********/
.residencial_wrap {
    margin: 5em 0 0em;
}
.residencial_first_block {
    float: left;
    width: 100%;
    margin: 35px 0 35px;
    position: relative;
}
.res_content_inner {
    padding: 5em;
    padding-left: 10em;
}
.res_first_img {
    position: absolute;
    z-index: 9;
    top: 2.5em;
}
.res_first_img img {
    height: 40vw;
    object-fit: cover;
    width: 100%;
}
.res_first_content {
    background-color: #466d33;
    width: 57%;
    float: right;
}
.res_content_inner h1 {
    font-size: 60px;
    line-height: 83px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.5em;
}
.res_content_inner p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}
.residencial_services {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
}
.resden_staic_block {
    float: left;
    width: 100%;
    margin: 3em 0 3em;
}
.top_res_tile h4 {
    font-size: 80px;
    line-height: 106px;
    color: #276130;
}
.res_image_right {
    float: right;
    margin-left: 3em;
    width: 47%;
}
.res_image_right img {
    -webkit-clip-path: url(#shape_one);
    clip-path: url(#shape_one);
    height: 44vw;
    object-fit: cover;
    object-position: center;
}
.resden_staic_block h5 {
    font-size: 66px;
    line-height: 106px;
    color: #276130;
    margin-top: 0;
}
.resden_staic_block h2 {
    font-size: 66px;
  line-height: 80px;
    color: #276130;
    margin-top: 0;
}
.resden_staic_block p{
    font-size: 18px;
	line-height: 32px;
	color: #222222;
}
.res_image_left{
    margin-right: 3em;
    width: 47%;
}
.res_image_left img {
    -webkit-clip-path: url(#shape_two);
    clip-path: url(#shape_two);
    height: 44vw;
    object-fit: cover;
    object-position: center;
}
/*******stumtree-service********/
.service_image {
    position: relative;
    z-index: 9;
    margin-right: 3em;
    transform: skew(0deg, 10deg);
}
.stumbtree_services {
    padding-right: 4em;
    float: left;
    width: 100%;
    position: relative;
    margin: 3em 0 4em;
}
.service_image:after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/home/service_shape.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100.2%;

}
.stumbtree_services:nth-child(2n+2) .service_image{
	float:right;
	margin-right:0;
	margin-left:3em;
	 transform: skew(0deg, -10deg);
}
.stumbtree_services:nth-child(2n+2){
	padding-right:0;
	padding-left: 4em;
}
.service_image img {
    position: relative;
    height: 43vw;
    object-fit: cover;
}
.read_more {
    margin-top: 3em;
}
.read_more a {
    font-size: 20px;
    color: #466d33;
}
.read_more span {
    display: inline-block;
    margin-right: 15px;
}

.inner_ser_image img {
    height: 43vw;
    object-fit: cover;
    object-position: center;
}
.stumbtree_services h3 {
    font-size: 50px;
    line-height: 60px;
    color: #361b00;
    margin: 1.5em 0 0.5em;
}
.stumbtree_services p {
    font-size: 18px;
	line-height: 34px;
	color: #222222;
}
.stumb_service h1{
	font-size: 70px;
	line-height: 70px;
	color: #466d33;
}
.stumb_service {
    padding: 3em 0 3em;
}
.tree_service_wrap {
    margin-bottom: 8em;
}
.service_area_page h4 {
    font-size: 60px;
    line-height: 70px;
    color: #466d33;
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
}
/**********service-area**********/
.service_area_page {
    margin-bottom: -12em;
    margin-top: 10em;
}
.service_map .mapouter{
	height:1230px;
}
.service_map .gmap_canvas{
	height:1230px;
	 -webkit-clip-path: url(#service_area_svg);
	clip-path: url(#service_area_svg);
	
}
.service_areas {
    padding-right: 15px;
    padding-left: 45px;
}
.service_area_list ul {
    padding-left: 0;
}

.service_area_list ul li {
    list-style-type: none;
    margin-bottom: 22px;
    background: url(../images/pages/Whitebox.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
	transition:0.5s;
	position:relative;
}
.service_area_list ul li:hover {
	background:none;
	transition:0.5s;
}
.service_area_list ul li a:hover {
	color:#fff;
	transition:0.5s;   
}
.service_area_list ul li:hover:after {
    content: "";
    display: block;
    list-style-type: none;
    margin-bottom: 22px;
    background: url(../images/pages/greenbox.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: -1;
	transition:0.5s;
    /* left: 0; */
}
.service_area_list ul li a:after {
    content: "";
    display: block;
    width: 76px;
    height: 77px;
    background: url(../images/pages/location.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}
.service_area_list ul li a:hover:after{
	 content: "";
     display: block;
	 width: 76px;
     height: 77px;
     background: url(../images/pages/locwhite.png);
	transition:0.5s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
    top: 10px;
    left: 0;
}
.service_area_list ul li a {
    line-height: 88px;
    color: #466d33;
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.service_map:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #466d33;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-clip-path: url(#service_area_svg);
    clip-path: url(#service_area_svg);
    transform: skew(0deg, -4deg);
    right: 0;
}
.service_area_list ul {
    height: 1076px;
    overflow-y: scroll;
}
/* width */
.service_area_list ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.service_area_list ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.service_area_list ul::-webkit-scrollbar-thumb {
  background: #466d33; 
  border-radius: 10px;
}

/* Handle on hover */
.service_area_list ul::-webkit-scrollbar-thumb:hover {
  background: #466d33; 
}

/*******blog-detail**********/
.blog_detail_wrapper {
    margin: 6em 0 0em;
}
.faq_wrapper h1 {
    text-align: center;
    font-size: 99px;
    color: #466d33;
}
.detail_banner img {
    height: 39vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
span.detail_date {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    font-size: 23px;
    line-height: 36px;
    color: #080808;
    font-weight: bold;
    font-family: PublicoHeadlineWeb-Bold;
    position: absolute;
    top: 40px;
    left: 20px;
    padding: 10px 16px;
    text-align: center;
}
.blog_right_sidebar {
    width: 31%;
    float: right;
}
.left_blog_detail h1 {
    font-size: 60px;
    line-height: 70px;
    color: #466d33;
   
    font-weight: 600;
    margin-bottom: 0.5em;
}
.left_blog_detail h4 {
	font-size: 33px;
	line-height: 70px;
	color: #633d18;
}
.detail_banner {
    margin-bottom: 4em;
    border-top: 3px solid #466d33;
}

.left_blog_detail p {
    font-size: 18px;
    line-height: 32px;
    color: #222222;
}
.left_blog_detail h2 {
    font-size: 40px;
    color: #361b00;
}
.left_blog_detail ul li {
    font-size: 18px;
    line-height: 32px;
    color: #222222;
}
.blog_right_sidebar .right_box {
    filter: drop-shadow(-3.907px 11.346px 17.5px rgba(0,0,0,0.35));
    background-color: #f7f7f7;
    padding: 3em 3em;
    margin-bottom: 3em;
    border-left: 2px solid #466d33;
}
.top_title_sidebar h5 {
    font-size: 33px;
    line-height: 60px;
    color: #466d33;
    margin-top: 0;
}
.recent_blogs {
    float: left;
    width: 100%;
    margin: 6px 0 6px;
}
.recent_image {
    float: left;
    margin-right: 10px;
}

.recent_image img {
    height: 96px;
    width: 96px;
    object-fit: cover;
    object-position: center;
}
.recent_content h5 {
    font-size: 23px;
    color: #222222;
}
.recent_content span {
    font-size: 17px;
    color: #466d33;
}
.recent_content span:before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}
.review_star_rating h4 {
    font-size: 20px;
    color: #222222;
    font-family: Poppins-Regular;
    font-weight: 600;
}
.sidebar_review_box p {
    color: #222222;
    font-size: 13px;
    line-height: 30px;
}
span.close_btn {
    display: none;
}
.search_box .input-group input {
    height: 69px;
    background-color: #ffffff;
    border: 0;
    box-shadow: unset;
	font-family: Poppins-Regular;
	font-size:18px;
	color: #222222;
	    padding-right: 58px;
}
span#basic-text1 button {
    border: 0;
    background: transparent;
    padding: 0;
}
span#basic-text1 i {
    font-size: 29px;
    color: #466d33;
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
}
/*******accordian-style****/
.faq_wrapper {
    margin-top: 3em;
}
.accordion-container {
    filter: drop-shadow(-3.907px 11.346px 17.5px rgba(0,0,0,0.35));
    background-color: #f7f7f7;
    float: left;
    width: 100%;
    margin: 4em 0 5em;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0px 0 5px;
}
.set > a {
    display: block;
    padding: 25px 50px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 25px;
    color: #222222;
	font-family:PublicoHeadlineWeb-Bold;
}
.set > a i {
    float: right;
    margin-top: 10px;
    color: #466d33;
}
.set > a.active{
  background-color:#466d33;
  color: #fff;
}
.content {
    background-color: #fff;
    border-bottom: 0;
    display: none;
    height: auto;
    font-size: 17px;
    color: #222222;
    background-color: #f7f7f7;
    padding: 2em;
}
.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    line-height: 30px;
}
.accordion-container a.active i {
    color: #fff;
}
/******service-detail-page*********/
.service_detail_wrapper {
    float: left;
    width: 100%;
    margin: 7em 0 0em;
}


.inner_ser_detail img {
    height: 46vw;
    object-fit: cover;
	/* -webkit-clip-path:polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    object-position: center; */
	-webkit-clip-path: url(#serdetatil_clip);
    clip-path: url(#serdetatil_clip);
	    width: 100%;
	/* 	border-bottom-left-radius: 26%;
    border-top-left-radius: 26%; */
}
.ser_detail_banner {
    width: 49%;
    margin-right: 4em;
    margin-bottom: 5em;
    /* filter: drop-shadow(-0.977px 2.837px 3.5px rgba(0,0,0,0.35)); */
    margin-left: -5em;
    -webkit-clip-path: url(#serdetatil_clip);
    clip-path: url(#serdetatil_clip);
    /* border-bottom-left-radius: 24%;
    border-top-left-radius: 26%; */
    padding: 10px 16px 35px 0px;
    padding-left: 0;
    background-color: #d5ddd0;
}

.service_detail_content h1 {
    font-size: 60px;
    line-height: 70px;
    color: #466d33;
    font-weight: bold;
    
    margin-bottom: 1em;
	text-transform: capitalize;
}
.service_detail_content h2 {
    font-size: 50px;
    line-height: 70px;
    color: #361b00;
    font-weight: bold;
    font-family: Poppins-Regular;
	margin-bottom: 0.5em;
}
.service_detail_content h3 {
    font-size: 50px;
    line-height: 70px;
    color: #361b00;
    font-weight: bold;
    font-family: Poppins-Regular;
	margin-bottom: 0.5em;
}
.service_detail_content h3 {
    font-size: 50px;
    line-height: 70px;
    color: #361b00;
    font-weight: bold;
    font-family: PublicoHeadlineWeb-Bold;
    margin-bottom: 0.5em;
}
.service_detail_content h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: bold;
    font-family: PublicoHeadlineWeb-Bold;
    margin-bottom: 0.5em;
}
.service_detail_content p {
    font-size: 17px;
    line-height: 32px;
    color: #222222;

}
.service_detail_content p strong{
	font-size: 30px;
	line-height: 70px;
	color: #466d33;

}
.service_detail_page .ser_detail_banner:nth-child(2n+2){
	margin-left:4em;
	margin-right:0;
	float:right;
	margin-left:0;
	margin-right: -4em;
	-webkit-clip-path: url(#abt_svg);
    clip-path: url(#abt_svg);
	/* border-radius:0;
	border-bottom-right-radius: 26%;
    border-top-right-radius: 26%; */
	padding-right: 0;
	margin-top: 3em;
}

.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail img{
	    -webkit-clip-path: url(#abt_svg);
    clip-path: url(#abt_svg);
/* 	border-bottom-left-radius: 0%;
    border-top-left-radius: 0;
	border-bottom-right-radius: 26%;
    border-top-right-radius: 26%; */
}
.inner_ser_detail1 img{
	
}
/* .inner_ser_detail {
    margin-left: 15px;
} */
/* .inner_ser_detail:after {
    content: "";
    display: block;
    width: 80%;
    height: 40vw;
    background-color: #f1f8ed;
    border: 1px solid #466d33;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    float: left;
    position: absolute;
    bottom: -45px;
    z-index: -1;
    left: 0;
}
.inner_ser_detail:before {
    content: "";
    display: block;
    width: 71.3%;
    height: 35vw;
    background-color: #466d33;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    float: left;
    position: absolute;
    top: 3em;
    z-index: -1;
    left: -3em;
} */
.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail:before{
	right:0;
	left:auto;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail:after{
	right:0;
	left:auto;
}
.service_detail_content ul{
	margin-top:35px;
}
.service_detail_content ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 32px;
    color: #222222;
	margin:11px 0 11px
}

.service_detail_content ul li:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/blog/tick.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}
.home_service_wrapper.commer_ser_wrapper{
	display:none;
}
/*******new-service-design******/
.shape_content h3 a:hover{
animation: slidebg 5s linear infinite;
    background: linear-gradient(
90deg, #fff 0%, #fff 49%, #361b00 80%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}
.hm_service_type {
    width: 47.9%;
    z-index: 9;
    overflow: hidden;
	filter: drop-shadow(2.5px 4.33px 13.5px rgba(0,0,0,0.12));
	background-color: #466d33;
}
.hm_ser_image {
    overflow: hidden;
}
.hm_ser_content {
    background: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 0;
    padding: 20px;
    text-align: left;
    border-top: 5px solid #633d18;
}
.shape_content {
    display: block;
    height: auto;
}
.shape_content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.shape_content h3 a {
    font-size: 30px;
    color: #fff;
    margin-bottom: 19px;
	text-align: left;
}
.hm_ser_image img {
    height: 27vw;
}
.hm_service_type:after{
	display:none;
}
.social_icons a {
    color: #466d33;
    font-size: 28px;
    margin-right: 20px;
    /* padding-top: 15px; */
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    line-height: 53px;
}
.social_icons {
    margin-top: 15px;
    float: left;
}
.search_blog {
    width: 50%;
    margin: 10px 0px;
    padding: 10px;
}
/********************************************responsive**********************************************/
@media only screen and (min-width:1400px) {
.left_about_square img {
    height: 38vw;
}
.remove_svg img {
    height: 40vw;
}	
.commer_img_two img {
    height: 34vw;
}
.service_detail_wrapper .container {
    max-width: 95%;
}
.inner_ser_detail img {
    height: 47vw;
}

}
@media only screen and (min-width:1600px) {
ul.megamenu{
	left: -4em;
}	
.banner-content {
    width: 48%;
	}	
.detail-con h2 {
    font-size: 60px	
}
.detail-con p{
	font-size:24px;
}	
.detail-con{
	max-width:90%;
}
.banner_image img {
    height: 900px;
}
.hm_ser_image img {
    height: 22vw;
}
.innerpage_banner:after {
    height: 77px;
}
.commer_img_two img {
    height: 30vw;
}
.second_left_svg img {
    height: 42vw;
}
.res_image_left img {
    height: 36vw;
}
.res_image_right img{
	 height: 36vw;
}	
.res_first_img img {
    height: 31.5vw;
}
.service_image img {
    height: 35vw;
}
.stumbtree_services h3 {
    margin: 3em 0 1em;
}
.inner_ser_detail img {
    height: 44vw;
}

}
@media only screen and (min-width:1920px) {
.blog_image img {
    height: 16vw;
}
.left_about_square img {
    height: 33vw;
}
.commer_img_two img {
    height: 28vw;
}
.second_left_svg img {
    height: 34vw;
}
.res_first_img img {
    height: 26vw;
}
.res_image_right img {
    height: 29vw;
}
.res_image_left img {
     height: 29vw;
}
.innerpage_banner img {
    height: 500px;
}
.inner_ser_detail img {
    height: 37vw;
}
.ser_detail_banner {
    width: 43%;
}




	
}
@media only screen and (max-width:1300px) {
.header-nav nav ul.megamenu li {
   
}
.container{padding:0 15px;}	
.estitmate_right a {
    width: auto;
}
.header-nav nav>ul>li>a {
    padding: 22px 16px;
    font-size: 17px;
}
.hm_service_type {
    margin: 50px 12px;
}
.ser_title {
	width:272px;
}
.home_abt_wrapper {
    padding-right: 0;
}
.green_circel {
    width: 271px;
    height: 271px;
}
.green_circel {
    bottom: -10em;
}
.blog_types {
        margin: 30px 12px 30px;
}
.blog_btn {
    margin-top: 25px;
}
/*******review-page******/
.page_review_box {
    margin: 30px 14px;
}
/*******commercial-page******/
.inner_second_content {
    padding: 9em 0 4em;
}
.inner_second_content p {
    font-size: 16px;
    line-height: 32px;
}
/*******residencial-page**********/
.res_content_inner h1 {
    font-size: 80px;
    text-align: left;
    margin-bottom: 0.1em;
}
/*************************service-area***********************/
.service_map {
    width: 60%;
    float: right;
}
.service_areas {
    padding-left: 15px;
    width: 40%;
}
.service_area_list ul li {
   
    height: 90px;
}
.service_area_list ul li {
    height: 90px;
    transition: 0.5s;
}
.service_area_page h4{
	position:relative;
}
.service_area_page {
    margin-top: 2em;
}

/**************stumb_griding******************/
.stumbtree_services h3 {
    font-size: 36px;
    line-height: 44px;
}
.stumbtree_services p {
    font-size: 16px;
    line-height: 30px;
}

/**************service_detail-page******************/
.ser_detail_banner {
    margin-left: -1em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {
    margin-left: 0;
    margin-right: -1em;
}
.extra_block .inner_box_content p {
    height: 259px;
    overflow-y: scroll;
}
.extra_block .inner_box_content p::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.extra_block .inner_box_content p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.extra_block .inner_box_content p::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
.extra_block .inner_box_content p::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.upload_image {
    width: 100%;
}
.recaptche_contact {
    width: auto;
}
.form_submit_btn {
    float: right;
}



}

@media only screen and (max-width:1200px) {
ul.megamenu {
    padding: 1em 0.5em;
}	
.estitmate {
    width: 25%;
}
.estitmate_right a {
    padding: 0 10px;
}
.right_call {
    width: 40%;
}
.header-nav nav>ul>li>a {
    padding: 22px 9px;
    font-size: 15px;
}
.detail-con h2 {
    font-size: 40px;
}
a.abt_learnmore.shape_button {
    margin: 0 auto;
    display: inherit;
    margin-top: 30px;
}
.shape_content h3 a {
    font-size: 26px;
}
.hm_service_type {
    margin: 50px 10px;
}
.whychoose_title h4 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 15px;
}
.whychoose_title p {
    font-size: 16px;
    line-height: 28px;
}
.why_choose_right_box {
    width: 74%;
}
.green_circel p {
    font-size: 16px;
    line-height: 28px;
	margin-top:-2em;
}
.ser_title {
    width: 236px;
}
.green_circel {
    width: 237px;
    height: 237px;
	
}
.green_circel {
    bottom: -9em;
}
.slider_arrow span {
    display: inline-block;
    width: 50px;
}
.slider_arrow span img {
    height: auto;
}
.rev_content_wrapper p{
	font-size:18px;
}
.blog_types {
    margin: 30px 10px 30px;
}
.blog_content h4 a {
    font-size: 26px;
    line-height: 32px;
}
span.why_ionc img {
    width: 70px;
}
/*******review-page******/
.page_review_box {
    margin: 30px 11px;
}
.hm_review_box.page_review_box .rev_content_wrapper {
    padding-left: 0;
}
.hm_review_box.page_review_box .rev_content_wrapper p {
    padding: 0 15px;
}
/*******contact-page******/
.contact_top_content h4 {
    font-size: 40px;
	margin-bottom: 15px;
}
.contact_top_content h1 {
    font-size: 40px;
	margin-bottom: 15px;
}
.contact_top_content {
    height: 490px;
}
.contact_bottom {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.center_content {
    max-width: 58%;
    padding-top: 5em;
}
.contact_top_content p {
    font-size: 14px;
    line-height: 24px;
}
.con_form {
    padding: 50px 30px;
    padding-left: 70px;
    height: auto;
}
.contact_address {
    width: 34%;
}	
.upload_image {
    width: 100%;
}
.form_submit_btn {
    width: 100%;
    text-align: center;
}
.submit_button {
    float: none;
    margin-top: 1em;
}
/**********about-page*********/

.center_content {
    max-width: 90%;
	padding-top: 0;
}
.inner_box_content h4 {
    color: #fff;
    padding-bottom: 0;
    font-size: 36px;
	    margin-bottom: 15px;
}
.inner_box_content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.inner_box_content{
	padding: 20px 30px;
}
.about_extra_block_wrap h4 {
    font-size: 40px;
    margin-bottom: 20px;
}
/********measurepage**********/
.remove_svg {
    margin-top: -8em;
}
/*******commercial-page******/
.inner_left_content h5 {
    font-size: 42px;
}
.second_left_svg{
	display:none;
}
.inner_second_content {
    max-width: 90%;
}
.inner_second_content {
    padding: 7em 0 6em;
}
.commer_second_wrapper {
    margin: 0px 0 20px;
}
.inner_left_content {
    max-width: 95%;
}
.commer_warp_top h5 {
    font-size: 26px;
    line-height: 40px;
}
.top_commercial_service {
    margin: 30px 0 20px;
}
/*******residencial-page**********/
.res_content_inner h1 {
   font-size: 60px;
}
.res_content_inner {
    padding: 3em;
    padding-left: 7em;
}
.res_content_inner p {
    font-size: 16px;
    line-height: 30px;
}
.top_res_tile h4 {
    font-size: 66px;
    line-height: 70px;
}
.resden_staic_block h5 {
    font-size: 54px;
    line-height: 64px;
}
/*************************service-area***********************/
.service_areas {
    padding-left: 15px;
    width: 60%;
    max-width: 460px;
    margin: 0 auto;
    float: none;
}
.service_area_page h4 {
    margin-bottom: 0.5em;
}
.service_map {
    width: 100%;
}
/*************blog-detail***************/
.right_box {
    padding: 2em 1.5em;
}
.left_blog_detail h1 {
    font-size: 46px;
    line-height: 56px;
}
.detail_banner {
    margin-bottom: 2em;
}
.recent_content h5 {
    font-size: 20px;
}
.recaptche_contact {
    width: 100%;
    float: left;
    text-align: center;
}
.g-recaptcha {
    display: inline-block;
}
.upload_image {
    width: 100%;
}



}

@media only screen and (max-width:992px) {
.header-nav nav ul.megamenu li {
    width: 31.9%;
}	
.innerban {
    padding: 3em 1em 5em;
}
.mobile-header button.navbar-toggle {
    position: unset;
}	
.header-nav nav>ul>li>a{
	font-size:14px;
}
.header-bottom
.header-nav {
    width: 100%;
}
.logo-image img {
    max-width: 140px;
    height: 130px;
}
.header-logo {
    width: 140px;
    height: 130px;
}
.right_call a {
    font-size: 30px;
}
.right_call span {
    width: 55px;
    height: 55px;
    line-height: 60px;
}
.right_call a:before{
	 width: 55px;
    height: 55px;
    line-height: 60px;
	font-size: 30px;
}
.logo-image img {
    max-width: 125px;
    height: 120px;
}
.header-logo {
    width: 125px;
    height: 120px;
	margin-bottom: -20px;
}
.estitmate {
    width: 32%;
}
.banner_image img{
	height:500px;
}
.detail-con h2{
	font-size:28px;
}
.detail-con p{
	font-size:18px;
}
.home_abt_wrapper h1 {
    font-size: 60px;
    margin-top: 0.5em;
}
.shape_button {
    width: 200px;
    height: 90px;
    font-size: 18px;
    line-height: 96px;
}
.our_title h4 {
    font-size: 60px;
}
.home_service_wrapper {
    margin: 20px 0 20px;
}
.hm_service_type {
    margin: 30px 7px;
    float: left;
}
.home_whychoose_wrapper {
    margin: 20px 0 20px;
}
.why_choose_right_box {
    width: 100%;
}
.why_choose_title {
    width: 100%;
}
.whychoose_title h4 {
    font-size: 50px;
	text-align: center;
}
.whychoose_title p {
    text-align: center;
}
.why_choose_svg {
    height: auto;
    padding-bottom: 11em;
}
.review_slider_left {
    width: 100%;
}
.readmore {
    padding: 10px 30px;
    margin-top: -1em;
	margin-right:0;
}
.blog_content h4 a {
    font-size: 22px;
    line-height: 28px;
}
.blog_content p {
    font-size: 16px;
    line-height: 26px;
}
.blog_types {
    margin: 30px 7px 30px;
}
.search_blog {
    margin: 10px 0;
}
.home_blogs {
    margin: 2em 0 0px;
}
.foot-list h3 {
    font-size: 24px;
}
.footer-wrap:before {
    height: 166px;
}
.footer-logo img {
    width: 150px;
    height: 150px;
}
.foot_about {
    width: 48%;
}
.foot-list.foot-links {
    width: 26%;
}
.foot-list.footer_address {
    width: 26%;
}
.foot-list.foot_about p {
    font-size: 16px;
    line-height: 30px;
    max-width: 350px;
}
.copy-write p {
    font-size: 12px;
}
.foot-list h4 {
    padding-left: 1.3em;
}
.address {
    padding-left: 2em;
}
a.footer_call_icon {
    padding-left: 2em;
}
.rev_content_wrapper {
    max-width: 100%;
    float: left;
    padding: 0 1em;
}
.hm_review_box{
	margin:35px 15px;
}
/*******review-page******/
.page_review_box {
    margin: 15px 6px;
    width: 31.7%;
}
.hm_review_box.page_review_box .rev_content_wrapper p {
    font-size: 14px;
    line-height: 26px;
}
/*******contact-page******/
.contact_top_content h4 {
    font-size: 32px;
    margin-bottom: 10px;
}
.contact_top_content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.center_content {
    max-width: 81%;
    padding-right: 15px;
}
.contact_from {
    width: 100%;
    margin-bottom: 2em;
}
.checkbox_btn p {
    font-size: 16px;
    line-height: 60px;
}
.contact_box h5 {
    font-size: 18px;
}
.contact_address {
    width: 50%;
    max-width: 370px;
    margin: 0 auto;
    float: none;
}
.contact_page {
    margin: 90px 0 0px;
}
/**********about-page*********/
.about_page_wrapper h2 {
    font-size: 44px;
    line-height: 42px;
    margin-bottom: 15px;
}
.about_wrapper {
    margin: 60px 0 20px;
}	
.about_extra_block_wrap {
    margin: 20px 0 20px;
}	
.left_about_square {
    margin-left: 1em;
    width: 37%;
    margin-bottom: 10px;
}	
.inner_box_content {
    margin-top: 35px;
    margin-bottom: 35px;
}	
.center_content {
    max-width: 90%;
}
.about_extra_block_wrap h4 {
    font-size: 30px;
    line-height: 32px;
}
.inner_box_content h4 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 28px;
}	
/*******commercial-page******/
.commer_warp_top h1 {
    font-size: 40px;
    line-height: 44px;
}
.second_content {
    float: left;
    width: 100%;
}
.inner_second_content {
    padding: 7em 1em 8em;
	max-width: 100%;
}
.inner_second_content h3 {
    font-size: 34px;
    line-height: 42px;
}
.inner_second_content h2 {
    font-size: 46px;
    line-height: 52px;
}
.commer_extra_block {
    margin-top: 40px;
}
.commer_extra_block {
    height: 350px;
}
.inner_left_content h5 {
    font-size: 40px;
    line-height: 44px;
}
/********measurepage**********/
.measure_top_content {
    max-width: 100%;
}
.tree_remove {
    padding-left: 15px;
	margin: 30px 0 0px;
}
.tree_remove ul {
    margin-left: 20px;
}
.remove_svg {
    margin-left: 15px;
    width: 35%;
	margin-top: -4em;
}
.tree_remove p {
    padding-right: 15px;
}
.tree_remove ul {
    padding-right: 15px;
}
.innerban h2 {
    font-size: 45px;
}	
.inner_banner_slider .innerban div{
	font-size: 45px;
}
.measure_top_content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
}	
/*******residencial-page**********/	
.res_first_img {
    position: unset;
    z-index: 1;
    top: 0;
    width: 100%;
}
.res_first_content {
    width: 50%;
}	
.res_content_inner {
    padding: 2em;
}
.res_content_inner h1 {
    font-size: 46px;
}
.res_first_img img {
    height: 64vw;
}
.res_first_content {
    width: 100%;
}
.residencial_first_block {
    margin: 35px 0 15px;
}
.residencial_services {
    margin: 15px 0 25px;
}
.top_res_tile h4 {
    font-size: 56px;
    line-height: 62px;
}
.resden_staic_block h5 {
    font-size: 42px;
    line-height: 52px;
}
.resden_staic_block h2 {
    font-size: 42px;
    line-height: 52px;
}
.resden_staic_block {
    margin: 1em 0 1em;
}

/*************************service-area***********************/
.service_areas {
    width: 88%;
    max-width: 425px;
}
.service_map .gmap_canvas {
    height: 500px;
    -webkit-clip-path: unset;
    clip-path: unset;
}
.service_map .mapouter {
    height: 500px;
}
/**************stumb_griding******************/
.stumbtree_services {
    padding-right: 1em;
}
.stumb_service {
    padding: 1em 0 1em;
}
.stumb_service h1 {
    font-size: 50px;
    line-height: 56px;
    color: #466d33;
}
.stumbtree_services h3 {
    font-size: 36px;
    line-height: 44px;
}
.service_image {
    margin-right: 1.5em;
    transform: skew(
0deg, 
10deg);
    margin-bottom: 3em;
}
.stumbtree_services p {
    padding-left: 0;
}
.stumbtree_services {
    margin: 2em 0 2em;
}
.stumbtree_services:nth-child(2n+2) {
    padding-left: 1em;
}
.read_more {
    text-align: center;
}
.stumbtree_services:nth-child(2n+2) .service_image {
    margin-left: 1em;
}
/*************blog-detail***************/
.left_blog_detail {
    width: 100%;
}
.blog_right_sidebar {
    width: 46%;
    float: left;
    background-color: #fff;
    /* position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, 0px);
    transition: 0.5s;
    z-index: 99;
    height: 600px;
    overflow-y: scroll; */
}
.blog_right_sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.blog_right_sidebar::-webkit-scrollbar-track {
  background: #466d33; 
}
 
/* Handle */
.blog_right_sidebar::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
.blog_right_sidebar::-webkit-scrollbar-thumb:hover {
  background: #466d33; 
}
.filter.hidden {
   
    background-color: #466d33;
    padding: 10px;
    color: #fff;
    font-family: Poppins-Regular;
    font-family: PublicoHeadlineWeb-Bold;
    font-size: 18px;
    padding-bottom: 6px;
    border-radius: 5px;
    margin-bottom: 8px;
	cursor:pointer;
}
.filter.hidden i.fa.fa-filter {
    margin-right: 5px;
}
.blog_right_sidebar.open{
	opacity: 1;
    visibility: visible;
    transform: translate(0%, 0px);
}
/**************service_detail-page******************/
.inner_ser_detail img {
    height: 44vw;
}
.ser_detail_banner {
    width: 49%;
    margin-right: 2em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {
    margin-left: 2em;
}
.service_detail_content h1 {
    font-size: 46px;
    line-height: 56px;
}
.service_detail_content h2 {
    font-size: 38px;
	line-height: 56px;
}
.service_detail_content h3 {
    font-size: 38px;
    line-height: 50px;
}
.inner_banner_slider .innerban div {
    font-size: 30px;
}
.service_detail_content p strong {
    line-height: 38px;
}
.center_content h2 {
    font-size: 36px;
    line-height: 46px;
}
.inner_box_content h2 {
    font-size: 36px;
    line-height: 46px;
}
.about_page_wrapper h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
}
.extra_block .inner_box_content p {
    height: 151px;
}
/******homenew_serivice******/
.hm_service_type {
    width: 48.1%;
}
.hm_ser_image {
    width: 100%;
}
.hm_ser_content {
    width: 100%;
    float: left;
	display: block;
}
	
}

@media only screen and (max-width: 767px) {
.mobile-top-head {
    display: block;
}
.header-bottom{
	display:none;
}
.header-logo {
    margin-bottom: 0;
    float: left;
}
.logo-image {
    float: left;
    width: 100%;
}
.estitmate {
    width: 42%;
}
	/***Mobile Menu Open***/	
	.mobile-header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile-header {
		display: block;
		float: right;
	}
	.mobile-header button.navbar-toggle {
		
		margin-left: 5px;
		color: #fff;
		float: right;
		display: block;
		margin-left: 5px;
		position: unset;
		top: 70px;
		right: 0;
		z-index: 999;
		background-color: #361b00;
		margin-top: 19px;
	}
.mobile-logo {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
}
	.mobile-header .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.mob_navi {
		position: fixed;
		top: 0;
		z-index: 9;
		background-color: #fff;
		width: 350px;
		height: 100%;
		padding-top: 10px;
		overflow-x: hidden;
		overflow-y: hidden;
		transform: translate(-100%, 0px);
		opacity:0;
		z-index: 999999;
		background-color: #fff;
		filter: drop-shadow(2.5px 4.33px 13.5px rgba(0,0,0,0.12));
		transition: .5s;
	}
	.mob_navi.menu_open {
		transform: translate(0%, 0px);
		transition: .5s;
		opacity:1;
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s
	}
	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.mob_sub_navigate i {
		width: 48%;
		padding-right: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		text-align: right;
		cursor: pointer;
		color: #466d33;
		float: right;
	}
	#mob_menu {
		margin: 0;
		padding: 0;
		background-color: #fff;
		float: left;
		width: 100%;
		padding: 5px 0 20px;
		border-top: 1px solid #466d33;
		margin-top: 15px;
	}
	#mob_menu li {
    list-style-type: none;
    line-height: 20px;
}
	#mob_menu li a {
    text-decoration: none;
    color: #466d33;
    display: block;
    padding: 10px 15px;
    text-transform: inherit;
    font-size: 18px;
}
span.caret_icon{
	display:none;
}	
.mobile-logo img {
    width: 200px;
}
	#mob_menu li a:hover {
		color:#a8dadc;
		transition:0.5s
	}
	#mob_menu li a:hover{
		color:#361b00;
		transition:0.5s;
	}	
	.mob_navi.submenu_open {
		overflow-y: hidden
	}
	.mob_sub_link span {
		font-size: 16px;
		display: inline-block;
		width: 10px;
		text-align: center;
		right: 10px;
		line-height: 10px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		color: #466d33;
		position: relative;
		top: -27px;
	}
	.mob_navi.submenu_open .mob_sub_navigate span {
		opacity: 1
	}
	.mob_sub_menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(100%, 0px);
    transition: .5s;
    padding: 15px 0 15px;
    padding-left: 0;
    background-color: #fff;
}
	.mob_sub_link span {
		font-size: 16px;
		display: inline-block;
		width: 10px;
		text-align: center;
		right: 10px;
		line-height: 10px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		    color: #466d33;
		position: relative;
		top: -27px
	}
	.mobile.header {
		background-color: #222;
		color: #fff;
		padding: 10px;
		padding-left: 15px;
		float: left;
		width: 100%
	}
	.submenu_open #mob_menu {
		transform: translate(-100%, 0px);
		transition: .5s
	}
	ul.mob_sub_menu.submenu_open {
		background-color: #222;
		transform: translate(0%, 0px);
		transition: .5s;
		height: 100%
	}
	.mobile.header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile.mobile-one {
		display: block
	}
.header-drain {
    padding-bottom: 15px;
}
.estitmate {
    width: 55%;
    margin-right: 15px;
	padding-top: 13px;
}
.right_call {
    width: 56%;
    text-align: right;
}
.logo-image img {
    max-width: 105px;
    height: 97px;
    padding: 0;
}
.header-logo {
    width: 108px;
	height: auto;
	text-align: center;
    margin-top: 6px;
}
.banner_image img {
    height: 250px;
}
.detail-con h2 {
    font-size: 15px;
}
.detail-con h1 {
    font-size: 15px;
}
.detail-con h3 {
    font-size: 15px;
}
.detail-con p {
    font-size: 10px;
    padding-top: 8px;
}
.detail-con{
	top:0;
	padding: 32px 20px;
}
.banner-content{
	width:50%;
}
.home_abt_wrapper h1 {
    font-size: 44px;
}
.home_about_wrapper:after{
	top:0;
}
.home_about_wrapper {
    margin-bottom: 20px;
}
.our_title h4 {
    font-size: 50px;
    margin-bottom: 10px;
}
.why_choose_title {
    padding-top: 0em;
}
.why_choose_svg {
   padding:3em 0 3em;
    -webkit-clip-path: unset;
    clip-path: unset;
}
.green_circel {
    position: unset;
}
.ser_title {
    width: auto;
    background: none;
    height: auto;
    display: block;
}
.why_choose_box:nth-child(2) .ser_title {
    height: auto;
}
.why_choose_box {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
span.why_ionc {
    top: 0em;
}
span.why_ionc img {
    width: 50px;
}
.green_circel p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 1em;
}
.green_circel {
    width: 222px;
    height: 222px;
}
.ser_title h4 {
    font-size: 30px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.slider_arrow {
    width: 28%;
    margin-bottom: 0;
    margin-top: -4em;
}
.hm_review_box {
    margin: 30px 5px;
    background: none;
    background-color: #fff;
    border-radius: 30px;
    height: auto !important;
    padding: 30px 3px 30px;
}
.rev_content_wrapper p {
    font-size: 16px;
    line-height: 30px;
}
.blog_image img {
    height: 32vw;
	
}	
.readmore_btn {
    float: left;
    width: 100%;
	margin-bottom:5px;
}	
.footer-svg {
    background-color: #361b00;
    -webkit-clip-path: unset;
    clip-path: unset;
}	
.footer-wrap:after{
	display:none;
}	
.footer-top {
    padding-top: 2em;
    max-width: 100%;
}
.foot_about {
    width: 100%;
    text-align: center;
}
.foot-list.foot_about p {
    max-width: 100%;
}
.foot-list.foot-links {
    width: 100%;
    padding-top: 1em;
}
.foot-list.footer_address {
    width: 100%;
    padding-top: 2em;
}
.footer_address ul li {
    width: 100%;
}
.footer-bottom {
    padding: 12px 0 20px;
}
.iboost-logo {
    width: 100%;
    padding-top: 15px;
}
.copy-write p {
    font-size: 14px;
    text-align: center;
}
.footer-wrap:before {
    height: 58px;
    top: -55px;
}
.mobile-logo img {
    max-width: 110px;
    height: auto;
}
.blog {
    float: left;
    width: 46.8%;
}
.blog:nth-child(2n+2) {
    float: left;
}
.search_blog {
    width: 50%;
}
.blog_content h4 {
    font-size: 33px;
    line-height: 36px;
    color: #633d18;
}
.hm_viewmore {
    margin-top: 40px;
    float: left;
    width: 100%;
}
/*******review-page******/
.page_review_box {
    float: left;
    width: 47.7%;
	margin: 15px 5px;

}
.inner_banner_slider {
    float: left;
    width: 100%;
}
.innerpage_banner img {
    height: 250px;
}
.hm_review_box.page_review_box .rev_content_wrapper {
    padding: 0 15px;
}
.hm_review_box.page_review_box .rev_content_wrapper p {
    padding: 0;
	margin: 0;
}
.hm_review_box.page_review_box .review_star_rating h4 {
    margin-top: 0;
}
.home_review_block.review_page_wrapper {
    margin: 40px 0 0px;
}
.home_review_block.review_page_wrapper {
    margin: 40px 0 70px;
}
.text-center.hm_reviewmore {
    margin-top: 40px;
}
/*******contact-page******/
.contact_top_content {
    width: 100%;
    height: 525px;
    max-width: 451px;
    margin: 0 auto;
    float: none;
    margin-bottom: 2em;
}
.contact_map {
    width: 100%;
    position: unset;
    right: 0;
    z-index: 9;
    float: left;
    position: relative;
}
.cont-loc {
    float: left;
    width: 100%;
}
.contact_address {
    width: 100%;
    max-width: 370px;
}
.contact_page {
    margin: 90px 0 60px;
}
.form_submit_btn {
    float: left;
}
.con_form {
    float: left;
    width: 100%;
	padding: 50px 30px;
    padding-left: 60px;
}
.logoContainer img {
    width: 85px;
    height: 85px;
}
.logoContainer {
    width: 85px;
    height: 85px;
    float: left;
    line-height: initial;
}
.upload_box {
    width: 230px;
}
.checkbox_btn p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 20px;
}
.text_area {
    float: left;
    width: 100%;
}
.checkbox_btn {
    float: left;
    width: 100%;
}
.form_section .form-control {
    height: 50px;
    margin: 8px 0 0px;
}
.form_section input#name {
    width: 100%;
}
.form_section input#phone {
    width: 100%;
}
.text_area .form-control {
    height: 99px;
}
.upload_box {
    width: 215px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin-top: 15px;
}
/**********about-page*********/
.about_extra_block_wrap {
    display: block;
}
.box_img_abt img {
    height: auto;
}
.inner_box_content {
    margin-top: 15px;
    margin-bottom: 15px;
}
.box_img_abt {
    margin-bottom: 25px;
}
.center_content {
    max-width: 100%;
    padding: 0 15px;
}
.extra_block.extra_block_third {
    background: none;
    width: 100%;
    height: auto;
}
.extra_block_third .box_img_abt {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 5em;
}
.extra_block_third .box_img_abt img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    -webkit-clip-path: unset;
    clip-path: unset;
}
.extra_block.extra_block_third {
    background: none;
    width: 100%;
    height: auto;
    display: block;
}
/*******commercial-page******/
.commer_img_two img {
    height: 36vw;
}
.commer_warp_top h1 {
    font-size: 35px;
}
.commer_warp_top h5 {
    font-size: 22px;
    line-height: 32px;
}
.second_content {
    -webkit-clip-path: unset;
    clip-path: unset;
}
.inner_second_content {
    padding: 2em 1em 1em;
}
.commer_extra_block {
    height: auto;
    margin-bottom: 0;
    padding: 2em 0 2em;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.inner_left_content h5 {
    font-size: 32px;
    line-height: 41px;
}
.commer_call span {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin-right: 30px;
}
.commer_call span:after {
    display: block;
    width: 90px;
    height: 90px;
}
.commer_call a {
    font-size: 36px;
}
.commer_ser_wrapper .hm_viewmore {
    margin-top: 4px;
}
/*********measure-page*******/
.innerban h2 {
    font-size: 32px;
}
.inner_banner_slider .innerban div{
	    font-size: 32px;
}
.measure_top_content h1 {
    font-size: 40px;
}
.measure_top_content p {
    margin: 15px 0 25px;
}
.measure_circle {
    width: 50%;
    float: left;
}
.measure_image {
    margin: 10px 0 25px;
    float: left;
    width: 100%;
}
.tree_remove {
    margin: 30px 0 65px;
}
.measuring_page {
    margin: 30px 0 0px;
}
/*********gallery-page**********/
.row_one {
    height: 50vw;
}
.row_two {
    height: 72vw;
}
.gallery_title h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 30px 0 30px;
}
/*******residencial-page**********/
.residencial_wrap {
    margin: 2em 0 2em;
    float: left;
    width: 100%;
}
.top_res_tile h4 {
    font-size: 40px;
    line-height: 62px;
    margin-top: 0;
}
.resden_staic_block h5 {
    font-size: 32px;
    line-height: 44px;
}
.resden_staic_block h2 {
    font-size: 32px;
    line-height: 44px;
}
.res_image_right {
    margin-left: 1em;
}
.res_image_left {
    margin-right: 1em;
    float: left;
}
/**************stumb_griding******************/
.stumb_service h1 {
    font-size: 38px;
	line-height: 42px;
}
.service_image {
 
    width: 40%;
    float: left;
}
.stumbtree_services h3 {
    margin: 0.5em 0 0.5em;
}
.stumbtree_services h3 {
    font-size: 26px;
    line-height: 44px;
}
.stumbtree_services p {
    padding-left: 15px;
}
.stumbtree_services p:nth-child(2n+2) {
	padding-left:0;
}
.service_image {
    margin-bottom: 2em;
}
.service_image img {
    height: 35vw;
}
.stumbtree_services:nth-child(2n+2) p{
	padding-left:0;
}
.tree_service_wrap {
    margin-bottom: 1em;
}
/*************blog-detail***************/
.blog_right_sidebar {
    width: 80%;
}
.search_box .input-group[class*=col-] {
    width: 100%;
}
.right_box {
    float: left;
    width: 100%;
}
.left_blog_detail h1 {
    font-size: 36px;
    line-height: 52px;
}
.blog_detail_wrapper {
    margin: 3em 0 6em;
    float: left;
    width: 100%;
}
/************faq***************/
.set > a {
    padding: 15px 20px;
	font-size: 20px;
}
.set > a i {
    margin-top: 6px;
}
.content {

    padding: 0.5em;
}
.faq_wrapper {
    margin-top: 2em;
}
.faq_wrapper h1 {
    font-size: 50px;
}
.accordion-container {
    margin: 2em 0 6em;
}
/***********service-detail-page*********/
.service_detail_wrapper {
    margin: 2em 0 0em;
}
.ser_detail_banner {
    width: 50%;
    margin-right: 1em;
    float: left;
	margin-bottom: 3em;
}
.inner_ser_detail:after {
    bottom: -20px;
}
.service_detail_content h1 {
    font-size: 38px;
    line-height: 50px;
}
.service_detail_content h2 {
    font-size: 36px;
    line-height: 44px;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {
    margin-left: 1em;
}
.service_detail_content h3 {
    font-size: 34px;
    line-height: 42px;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail:before {
    right: -25px;
    left: auto;
    top: 0em;
}
.innerban.blog_detail_banner {
    width: 75%;
}
.inner_banner_slider .innerban div {
    font-size: 28px;
}
.contact_box {
    padding-left: 40px;
}
.ser_detail_banner{
	    padding: 3px 9px 10px 0px;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {

    margin-right: -2em;
}
.item:nth-child(1) .banner_image img {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.item:nth-child(2) .banner_image img {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.item:nth-child(3) .banner_image img {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.item:nth-child(4) .banner_image img {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.item.slick-slide.slick-current.slick-active .banner_image img {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.service_image {
    z-index: 1;
}
.about_page_wrapper h2 {
    font-size: 32px;
}
.hm_service_type {
    width: 46.8%;
}
.hm_ser_image img {
    height: 36vw;
}
.social_icons {
    width: 100%;
    margin-bottom: 25px;
}




}
/**********************end***********/
@media only screen and (max-width: 480px) {
.extra_block .inner_box_content p {
    height: auto;
    overflow-y: hidden;
}
	
.stumbtree_services p:nth-child(2n+2) {
    padding-left: 15px;
}	
.banner-slider {
	-webkit-clip-path:unset;
	clip-path:unset;
    height: auto;;
}
.banner_image img{
	-webkit-clip-path:unset;
	clip-path:unset;
}
.banner_image{
	-webkit-clip-path: url(#banner_svg); 
     clip-path: url(#banner_svg);
}

.right_call a {
    font-size: 26px;
}
.innerpage_banner img {
    height: 200px;
}	
.mobile-header {
    position: absolute;
    right: 0;
    top: 6em;
}
.logo-image img {
    max-width: 80px;
    height: 80px;
}
.header-logo {
    width: 82px;
}
.estitmate {
    width: 55%;
    margin-right: 0px;
    padding-top: 25px;
}
.estitmate_right a {
    height: 40px;
    line-height: 42px;
    font-size: 16px;
}
.right_call span {
    width: 44px;
    height: 45px;
    line-height: 50px;
	
}
.right_call a:before {
    width: 44px;
    height: 45px;
    line-height: 50px;
    color: #466d33;
    vertical-align: sub;
}
.mobile-header .navbar-toggle .icon-bar {
    background-color: #466d33;
}
.mobile-header button.navbar-toggle {
    background-color: #fff;
    margin-top: 24px;
}
.right_call {
    width: 78%;
    float: left;
	padding-top:10px;
	text-align:left;
}
.banner_image img {
    height: 200px;
}

.detail-con {
	top:-6px;
    padding: 10px 30px;
    padding-right: 5px;
}
.home_abt_wrapper h1 {
    font-size: 32px;
    padding-right: 10px;
}
.left_about_image{
	margin-right:10px;
}
.our_title h4 {
    font-size: 40px;
}
.shape_content h3 a {
    font-size: 28px;
}
.shape_content h3 {
    margin-top: 10px;
}

.hm_service_type {
    margin: 15px 0px;
    float: left;
    width: 100%;
}
.hm_ser_image img {
    height: 55vw;
}
.hm_ser_content {
    height: auto;
}
.whychoose_title h4 {
    font-size: 40px;
}
.why_choose_box {
    width: 100%;
    text-align: center;
}
.green_circel {
    margin: 0 auto;
}
.slider_arrow {
    width: 43%;
    text-align: right;
}
.rev_content_wrapper {
    padding: 0 0.5em;
}
.rev_content_wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.blog_content h4 a {
    font-size: 20px;
    line-height: 25px;
}
.readmore {
    padding: 1px 15px;
    font-size: 13px;
}
.blog_image img {
    height: 40vw;
}
.blog {
    float: left;
    width: 100%;
    margin: 15px 0px 15px;
}
/*******review-page******/
.hm_review_box.page_review_box .rev_content_wrapper {
    width: 100%;
	
}
.page_review_box {
    width: 100%;
    margin: 10px 0px;
    padding: 30px 0px 30px;
}
.hm_review_box.page_review_box .rev_content_wrapper p {
    height: auto;
    overflow-y: hidden;
}
/*******contact-page******/
.contact_page {
    margin: 40px 0 60px;
}
.contact_top_content {
    width: 100%;
    height: auto;
    max-width: 100%;
    background: none;
}
.contact_from h4 {
    font-size: 40px;
}
.contact_top_content h4 {
    font-size: 38px;
    margin-bottom: 25px;
    text-align: center;
}
.contact_top_content h1 {
    font-size: 38px;
    margin-bottom: 25px;
    text-align: center;
}
.contact_top_content p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.contact_box {
    padding-left: 35px;
}
.center_content {
    max-width: 100%;
    padding: 0;
}
.mapouter {
    -webkit-clip-path: unset;
    clip-path: unset;
}
.contact_map:after {
    -webkit-clip-path: unset;
    clip-path: unset;
}
.con_form {
    -webkit-clip-path: unset;
    clip-path: unset;
    padding: 30px 20px;
    border-radius: 10px;
}
.logoContainer {
    width: 65px;
    height: 65px;
}
.logoContainer img {
    width: 65px;
    height: 65px;
}
.upload_box {
	width: 215px;
    line-height: 50px;
    margin-top: 15px;
    margin-left: 10px;
}
.upload_image {
    width: 100%;
    float: left;
}
.submit_button {
    width: 140px;
    height: 57px;
    font-size: 18px;
    line-height: 57px;
}
.contact_address {
    max-width: 380px;
}
/*******about-page*********/
.right_box {
    padding: 0 15px;
}
.about_extra_block {
    float: left;
    width: 100%;
}
.left_about_square {
    margin-left: 0em;
    width: 100%;
    margin-bottom: 25px;
}
.about_page_wrapper h2 {
    font-size: 40px;
}
.inner_box_content {
    position: unset;
    background-color: #466d33;
}
.inner_box_content h4 {
    margin-bottom: 15px;
}
.third_extra_block {
    display: grid;
}
.third_extra_block .right_box {
    order: 2;
    margin-bottom: 3em;
}
.extra_block.extra_block_third {
    order: 1;
}
.extra_block_third .box_img_abt {
    margin-bottom: 2em;
}
.about_wrapper {
    margin: 20px 0 20px;
}
/*******commercial-page******/
.commer_image_image {
    margin-left: 10px;
}
.commer_warp_top h1 {
    font-size: 33px;
    line-height: 41px;
}
.commer_warp_top h5 {
    font-size: 22px;
    line-height: 32px;
}
.commer_call span {
    margin-right: 12px;
}

/*********measure-page*******/
.innerban h2 {
    font-size: 26px;
}
.inner_banner_slider .innerban div{
	font-size: 26px;
}
.inner_banner_slider .innerban div {
    font-size: 16px;
}
.measure_top_content h1 {
    font-size: 34px;
    line-height: 36px;
}
.tree_remove {
    margin: 10px 0 65px;
}
.remove_svg {
    margin-top: -3em;
}
.tree_remove ul {
    margin-left: 5px;
}
.tree_remove ul li {
    font-size: 18px;
    line-height: 34px;
    margin: 8px 0 8px;
}
.measure_circle img {
    padding: 5px;
}
.measure_top_content p {
    font-size: 18px;
}
/*********gallery-page**********/
.row_one {
    height: 51vw;
}
.row_two {
    height: 73vw;
}
/*******residencial-page**********/
.res_content_inner h1 {
    font-size: 40px;
    margin-top: 0;
    line-height: 50px;
}
.top_res_tile h4 {
    font-size: 34px;
    line-height: 46px;
}
.resden_staic_block h5 {
    font-size: 30px;
    line-height: 38px;
}
.resden_staic_block h2 {
    font-size: 30px;
    line-height: 38px;
}
/************responsive-page**********/
.service_area_list ul li {
    background-color: #fff;
    height: auto;
    border-radius: 8px;
    filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.13));
    display: inline-block;
}
.service_areas {
    width: 98%;
    max-width: 100%;
}
.service_area_page h4 {
    font-size: 38px;
}
.service_area_list ul li a {
    font-size: 16px;
}
.service_area_list ul li a:after {
    width: 40px;
    height: 40px;
    top: 14px;
    left: 0;
}
.service_area_list ul li a:hover:after {
    width: 40px;
    height: 40px;
    top: 13px;
}
.service_area_list ul li:hover:after{
	display:none;
}
.service_area_list ul li {
    background: none;
    background-color: #fff;
    padding: 0 6px;
}
.service_area_list ul li:hover{

	background-color: #466d33;
}
.service_area_list ul li {
    background: none;
	background-color: #fff;
}
.service_area_list ul li a {
    line-height: 66px;
}
.service_area_list ul {
    height: auto;
    overflow-y: auto;
	filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.13));
}
/**************stumb_griding******************/	
.stumbtree_services h3 {
    font-size: 28px;
    line-height: 34px;
}	
.service_image {
    margin-right: 1em;
}	
.service_image {
    margin-bottom: 1em;
}
.read_more {
    margin-top: 2em;
}
.stumbtree_services {
    margin: 1em 0 1em;
}
/*************blog-detail***************/
.detail_banner img {
    height: 50vw;
}
span.detail_date {
    width: 60px;
    height: 60px;
    line-height: 20px;
    top: 10px;
    left: 10px;
	    font-size: 16px;
}
.blog_right_sidebar {
    width: 100%;
}
.blog_right_sidebar .right_box{
	    padding: 15px 15px;
}
.top_title_sidebar h5 {
    line-height: 40px;
}

.left_blog_detail h1 {
    font-size: 36px;
    line-height: 46px;
}

.set > a {
    padding: 15px 15px;
    font-size: 16px;
}
.content p {
    padding: 0px 0px;
}
.content {
    padding: 1em;
}
.content p {
    line-height: 34px;
}
/***********service-detail-page*********/
.inner_ser_detail img {
    height: 40vw;
}
.ser_detail_banner {
    width: 50%;
	display: none;
}
.service_detail_content h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0.5em;
}
.inner_ser_detail:before {
    top: 1em;
    left: -1em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail:before {
    right: -1em;
    left: auto;
    top: 0em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) .inner_ser_detail {
    margin-left: 0;
    margin-right: 0em;
}
.service_detail_content h3 {
    font-size: 24px;
    line-height: 36px;
}
.ser_detail_banner {
   margin-left: -2em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {
    margin-right: -1em;
	display:block;
}
.left_blog_detail {
    display: grid;
}
.ser-det-first-block {
    order: 3;
}
.ser-det-second-block {
    order: 4;
}	
.detail_banner {
    order: 2;
}
.home_abt_wrapper {
    padding-bottom: 1em;
}
.home_about_wrapper:after {
    height: 885px;
	top: -12em;
}
.ser_detail_banner {
    margin-bottom: 0em;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2){
	margin-top:0;
}
.social_icons a {
    font-size: 26px;
    margin-right: 18px;
    width: 50px;
    height: 50px;
    line-height: 55px;
}
.banner-content {
    width: 100%;
    position: unset;
    background-color: rgb(54 27 0);
    padding: 2em 1em;
    -webkit-clip-path: unset;
    clip-path: unset;
    margin-top: -3em;
    padding-top: 4em;
    -webkit-clip-path: url(#banner_svg);
    clip-path: url(#banner_svg);
    float: left;
}
.detail-con {
    padding: 0;
    max-width: 100%;
    padding-bottom: 2em;
}
.detail-con h2 {
    font-size: 25px;
    line-height: 34px;
}
.detail-con p {
    font-size: 14px;
    padding-top: 8px;
    line-height: 23px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.home_about_wrapper {
    margin-top: 3em;
}
p strong {
    font-size: 16px;
}
b {
    font-size: 16px;
}
.logo-image {
    margin-bottom: 5px;
}
.header-drain {
    padding-bottom: 10px;
}
.header-drain:after {
    content: "";
    display: block;
    width: 100%;
    height: 63px;
    background-color: #466d33;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.right_call a {
    color: #fff
}
.right_call a:hover:before {
    background-color: #dae2d6;
    color: #466d33;
    transition: 0.5s;
}
.right_call a:hover {
    color: #dae2d6;
    transition: 0.5s;
}

	
}
@media screen and (max-width:480px) and (min-width:360px) {
.mobile-header {
    top: 5.8em;
	z-index: 9;
}
.right_call {
    width: 100%;
}
.banner-content {
    width: 60%;
}

.page_review_box {
    width: 49%;
}
.page_review_box:nth-child(2n+2) {
    float: right;
}
.hm_review_box.page_review_box .review_star_rating h4 {
    font-size: 16px;
}
.upload_box {
    margin-top: 8px;
}
.service_detail_content h1 {
    font-size: 40px;
    line-height: 50px;
}
.service_detail_content h3 {
    font-size: 28px;
}
.service_detail_content h2 {
    font-size: 32px;
    line-height: 42px;
}

.service_detail_content p strong {
    font-size: 22px;
    line-height: 32px;
}
.banner-content {
    width: 100%;
}
.detail-con p {
    font-size: 14px;
    padding-top: 6px;
	line-height:26px;
}
.banner-content {
    border-bottom-right-radius: 64px;
}
.inner_banner_slider .innerban div {
    font-size: 20px;
}
.green_circel {
    width: 250px;
    height: 250px;
}
.inner_ser_detail img {
    height: 68vw;
}
.service_detail_page .ser_detail_banner:nth-child(2n+2) {
    margin-top: 0;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
}
.home_about_wrapper:after {
    height: 856px;
    top: -13em;
}
.mobile-header button.navbar-toggle {
    margin-top: 27px;
}

}