ul.slimmenu li .btn:hover,
ul.slimmenu li .btn:focus{
    color: #4b3d19;
}
ul.slimmenu li .btn.btn-alt:hover,
ul.slimmenu li .btn.btn-alt:focus{
    color: #fff;
}
.temp-pg-lc .steprow .step-no{
  width: 76px;
  height: 76px;
  border: solid 5px #fff;
  margin: -5px auto 30px auto;
  position: relative;   
}
.eq-btns .btn{
    min-width: 232px;
}
.temp-pg-lc .steps-page-row,
.temp-pg-lc .extra-features{
    background: rgba(242,245,247,1);
}
.headcta-for-mob{
    display: none;
}
.color-alt{
    background: rgba(242,245,247,1);
}
.topbar.sticky-head .top-links{
    display: none;
}
.topbar.sticky-head .headcta-for-mob {
  display: block;
}
.temp-pg-lc ul.slimmenu li a {
  font-size: 0.85em;
  padding-left:12px;
    padding-right: 12px;
}
.loc-serv ul{
    display: flex;
    flex-wrap: wrap;
}
.loc-serv ul li{
list-style-type: none;
  position: relative;
  padding: 0 10px 0 20px;
  font-weight: 600;
  color: #000;
  font-size: 0.85em;
  width: 50%;
  margin: 5px 0;
}
.loc-serv ul li:before{
content: "\f3c5";
  font-family: Font Awesome\ 6 Free;
    color: #008643;
    position: absolute;
    left: 0;
    top: 0;
}
ul.slimmenu li.show-on-mobile{
    display: none;
}
.extra-features h3{
    font-size: 1.4em;
}
.extra-features h2{
   margin-bottom: 40px;
}
.extra-features img{
margin-bottom: 20px;
}
.extra-features p:last-child{
margin-bottom: 0;
}
.home-welcome-copy h1 {
  font-size: 2.0em;
  font-weight: 400;
  margin-bottom: 30px;
}
.recognized{
text-align: center;
  background: #008643;
  color: #fff;
  padding: 30px 0;
  float: left;
  width: 100%;
  clear: both;
}
.recognized h3 a{color: #ffda4f;}
.recognized h3 a:hover{color: #fff;}
.recognized h3{
 color: #fff;
  margin: 0;
  font-size: 1.4em;
  position: relative;
  display: inline-block;

}
.recognized h3:before{
   content: "";
  width: 151px;
  height: 131px;
  background: url("img/badge-homeadvisor.png") no-repeat;
  position: absolute;
  left: -170px;
  top: -49px;
}
.gurantee-sec h3{
color: #008643;
  font-weight: 700;
  font-size: 1.6em;
  margin: 0 0 10px 0;
}
.gurantee-sec p{
font-size: 0.85em;
  font-weight: 600;
  line-height: 1.5em;
}
.topbar .fa-solid{
 padding-right: 3px;  
}
.pc-sec03 .psc-holder {
  margin: 0 15px;
}
.pc-sec04{
    background: #f2f2f2;
}
.pc-sec04 h2{
    text-align: center;
    margin-bottom: 60px;
}
.pc-sec03 .pool-serv-tabs {
  padding: 0 0 30px 0;
}
.rotating-pst-3 .pst {
 padding: 20px;
  margin: 0 10px;
  background: #F8F8F8;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-sec03 .slick-list{
    padding: 0 !important;
}
.rotating-pst-3 .slick-track{
    display: flex;
}
.pc-sec05{
    background: url("img/bg1.jpg") no-repeat center center;
    background-size: cover;
}
.pc-sec01 h3{
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5em;
}
.plan-holder{
   background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.plan-body{
    padding: 30px;
}
.plan-body ul{
margin: 0 0 25px 0;
    padding: 0;
    list-style-type: none;
}
.plan-body ul li{
border-bottom: #e0e0e0 dashed 1px;
    padding: 5px 0;
}
.plan-head span{
background: #018C95;
  color: #fff;
  font-size: 0.70em;
  padding: 5px 10px;
  border-radius: 6px;
}
.plan-head{
    background: #F7F8F8;
    padding: 30px 20px;
}
.plan-head h3{
    font-size: 1.25em;
    margin: 0;
}
.plan-head p{
    font-size: 0.75em;
    margin: 0;
    color: #888787;
}
.pc-sec02 h2{
    margin-bottom: 50px;
}
.pc-sec02{
    background: #f2f2f2;
    text-align: center;
}
.author-info p{
    margin: 0;
}
.padd-top-zero{
    padding-top: 0 !important;
}
.padd-bottom-zero{
    padding-bottom: 0 !important;
}
.padd-zero{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.flip-card {
  background-color: transparent;
  height: 320px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    margin-bottom: 10px;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: #000;
    
}
.flip-card-back {
  background-color: #008643;
  color: #fff;
  transform: rotateY(180deg);
    padding: 20px;
    font-size: 0.85em;
}
.flip-card img {
  object-fit: cover;
  height: 100%;
  object-position: top;
  width: 100%;
    transition: all .3s linear;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-back p{
    margin-bottom: 0px;
}
.flip-card-back p:last-child{
    margin-bottom: 0;
}











.page-info{
    background: #F0F0F0;
}
.page-info h4{
font-size: 1.25em;
    font-weight: 600;
    color: #595757;
    line-height: 1.5em;
}
.padd-left-zero{
    padding-left: 0 !important;
}
.review-meta{
    padding-bottom: 10px;
}
.mob-phone{
    display: none;
}
.comp-services h2{
    text-align: center;
    margin-bottom: 60px;
}
.pst{
cursor: pointer;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 0 30px;
  line-height: 1.45em;
}
.pst.slick-current{
    background: #E3EAEC;
    font-weight: 800;
    color: #008643;
}
.pool-serv-tabs{
    padding: 0 100px 40px 100px;
    
}
.pst:hover{
      background: #E3EAEC;
    color: #008643;
}
.psc-holder{
box-shadow: 0 0 15px rgba(194,194,194,0.5);
  padding: 40px;
  border-radius: 25px;
  height: 100%;
}
.psc{
    margin: 15px 0;
}
.psc-holder .btn-holder{
    text-align: right;
}

.comp-services .slick-track{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contentside{
 padding-left: 30px;   
}






.locations-serving{
    text-align: center;
    padding-top: 30px;
}
.locations-serving h2{
font-weight: 500;
    color: #424343;
    font-size: 1.6em;
}
.locations-serving ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}
.footer .locations-serving img {
  margin:0;
}

.footer .foot-row-2 ul li{margin-left:15px;}
.footer .foot-row-2 h3{margin-bottom: 5px;}

.locations-serving ul li a{
text-decoration: none;
    color: #777;
}

.locations-serving ul li a:hover{
    color: #008643;
}
.locations-serving ul li{
position: relative;
   padding: 0;
}


.locations-serving ul li:before{
content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.service-sec{
    background: #F2F4F5;
}
.home-copy-green{
    background: #008643;
    color: #fff;
    background: url("img/green-waves-bg.jpg") no-repeat center center;
    background-size: cover;
}
.home-copy-green h2{
    color: #fff;
}
.home-copy-green .btn{
    background: #137B85;
}
.steps-page-row .testimonial-single {
 border-radius: 20px;
  margin: 50px 40px;
}
.steps-page-row .testimonial-single blockquote{
     border-radius: 20px;
    padding: 40px 70px;
}
.steps-page-row:nth-child(1) .col-lg-5 img,
.steps-page-row:nth-child(3) .col-lg-5 img{
    border-top-left-radius: 100px;
}
.steps-page-row:nth-child(2) .col-lg-5 img,
.steps-page-row:nth-child(5) .col-lg-5 img{
    border-bottom-left-radius: 100px;
}
.steps-page-row:nth-child(6) .col-lg-5 img{
    border-bottom-left-radius: 100px;
      border-top-left-radius: 100px;
}
.testimonial-single cite span{
    display: block;
    font-style: italic;
    font-weight: 500;
}
.steps-page-row:nth-child(1){
    padding-top: 50px;
}
.steps-page-row:last-child{
    padding-bottom: 50px;
}
.steps-page-outer{
border-top: solid 1px #CC8613;
    float: left;
    width: 100%;
}
.team-section{
    text-align: center;
}

.awards{
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
}
.awards-list {
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.awards-list div {
  padding: 0 20px;
  width: 25%;
}
.home-banner-mobile{
    display: none !important;
}
.line-hr{
    width: 100%;
    height: 1px;
    background: rgb(136, 102, 75);
    position: absolute;
    left: 0;
}
.line1{
    top: 196px;
}
.line2{
    top: 501px;
}
.line3{
    top: 802px;
}
.line4{
    top: 1107px;
}
.line5{
    bottom: 0;
}
.stats{
  background: #008643;
  color: #fff;
}
.stats ul{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 40px 0 0 0;
}
.stats ul li{
width: 25%;
    padding: 0 35px;
}
.stats ul li:first-child{
padding-left: 0;
}
.stats ul li:last-child{
padding-right: 0;
}
.stats h2{
   color: #fff;
  font-size: 1.35em;
  font-weight: 800;
  text-transform: uppercase;
}
.stats ul li h3{
color: #fff;
  font-size: 3.6em;
}
.stats ul li h4{
color: #fff;
  font-weight: 400;
  font-size: 1.4em;
  padding: 0 0 0 30px;
  position: relative;
}
.facts-icon{
position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.9em;
}
.stats ul li p{
font-weight: 500;
  font-size: 0.95em;
  margin: 0;
  opacity: 0.70;
}
.values{
   background: rgba(242,245,247,1); 
}
.values h2{
    margin-bottom: 50px;
}
.values ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}


.values ul li{
list-style-type: none;
  background: #fff;
  width: 31%;
  padding: 0;
  margin: 10px 1%;
  display: flex;
  align-items: center;
    border-radius: 8px;
}
.values ul li h3{
   font-size: 1.1em;
  margin: 0 0 0 20px;
}
.values ul li h3:after{
content: "\f0da";
  display: inline-block;
  font-family: Font Awesome\ 6 Free;
  font-size: 0.80em;
  margin: 0 0 0 20px;
}
.values ul li h3 a{
   color: #000;
}
.before-after .btn:after {
  content: "\f16d";
    font-family: Font Awesome\ 6 brands;
    font-weight: 400;
    font-size: 1.4em;
}
.home-blog{
    float: left;
    width: 100%;
    background: #58412E;
    padding: 70px 0;
}
.home-blog h2{
color: #fff;
}
.home-blog .post h2.title a {
  color: #fff;
}
.home-blog .post h2.title a::before {
  background: #000;
  color: #58412E;
}
.home-blog .link-arrow{
   float: right;
    color: #fff;
}
.eb-home .btn{
    float: right;
}
.eb-home .explore-banner-inner {
  padding: 30px 0 20px 50px;
}
.before-after.b-a-home{
    background: #fff;
}
.before-after.b-a-home .btn{
float: right;
  margin-top: 28px;
}
.before-after.b-a-home:before{
display: none;
}

.home-blog .blog-listing {
  padding-bottom: 30px;
    padding-top: 40px;
}
.affiliations{
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: relative;
    background: url("img/affiliations-bg.jpg") no-repeat center center;
    background-size: cover;
}
.logos{
padding: 70px 0 0 0;
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logos div{
     padding: 0 20px;
  width: 20%;
}




.nav-secondary.nav-sec-white ul li a {
  color: #fff;
}
.nav-secondary.nav-sec-white ul > li.current-menu-item a::before {
  background: rgb(255, 255, 255);
}
.nav-secondary.nav-sec-white ul li {
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}
.nav-secondary.nav-sec-white {
  border-top: solid 1px rgba(255,255,255,0.25);
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
.nav-secondary.nav-sec-white ul li a:hover, .nav-secondary.nav-sec-white ul li a:focus {
  color: #CC8613;
}
.service-intro{
    float: left;
    width: 100%;
    background: #F2EFEB;
}
.service-box{
   border: solid 1px #88664B;
  width: 67%;
  margin: -250px auto 0;
  border-radius: 100px 100px 0 0;
  padding: 12px;

}
.service-box-inner{
    width: 100%;
    background: #483B2F;
    color: #fff;
    border-radius: 100px 100px 0 0;
    padding:100px 50px 60px;
    text-align: center;
}
.service-box-inner p:last-child{
    margin: 0;
}
.service-box-inner h2{
    color: #fff;
}
.service-page-banner{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 140px 0 320px 0;
    margin-top: -67px;
    color: #fff;
}
.service-page-banner:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.63);
}
.service-page-banner h2{
    color: #fff;
    font-size: 3.5em;
}
.features{
    background: #008643;
    color: #fff;
}
.features ul{
list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.features ul li{
width: 25%;
  padding: 0 20px;
}
.features ul li img{
    margin-bottom: 20px;
}
.features ul li p{
    margin-bottom: 0;
    font-weight: 600;
}
.features h3{
color: #fff;
  font-size: 1.4em;
  line-height: normal;
  margin: 0;
}
.explore-banner{
    color: #fff;
}
.explore-banner h2{
  color: #fff;
}
.explore-banner .btn.btn-alt{
    border-color: #fff;
    color: #fff;
}
.yellow-color{
    color: rgb(232, 174, 0);
}
.findloc-rightcol{
    background-repeat: no-repeat;
    background-size: cover;
}
.findloc-banner ul{
margin: 0;
    padding: 15px 0 0 0;
}
.findloc-banner ul li:before {
content: "\f058";
font-family: Font Awesome\ 6 Free;
position: absolute;
left: 0;
top: 1px;
font-weight: 400;
color: rgb(233, 174, 0);
}
.findloc-banner ul li{
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.findloc-banner{
    float: left;
    width: 100%;
    position: relative;
    padding:40px;
    color: #fff;
    background: #008643;
}
.findloc-banner h2{
    color: #fff; 
}
.home-slider-container .featurebox{
    position: absolute;
    left: 0;
    top: 0;
}
.findloc-banner .normal-search{
    margin-top: 30px;
}
.slider-beofore-after .slick-dots{
 margin-top: 30px;   
}
.topbar .normal-search{
   max-width: 215px;
  display: inline-block;
  vertical-align: middle;
}
.section{
    float: left;
    width: 100%;
    padding: 70px 0;
    clear: both;
}
.section p:last-child{
margin: 0;
}
.text-center{
    text-align: center;
}

.gallery-photos.sp-gp{
    text-align: center;
    color: #fff;
}
.gallery-photos.sp-gp h2{
    color: #fff;
}
.gallery-photos.sp-gp p{
margin-bottom: 50px;
}
.locations-landing{
     float: left;
  width: 100%;
  clear: both;
  background: url("img/before-after-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 70px 0;
}
.location-single:nth-child(1){
    border-top-left-radius: 100px;
}
.location-single:nth-child(3){
    border-top-right-radius: 100px;
}
.location-single h2{
background: #58412E;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 34px 0;
    font-size: 2.0em;
}
.location-single.coming-soon{
    padding-top: 125px;
}

.for-location .normal-search {
    margin:30px 120px 0 0;
}
.location-content {
  float: left;
  width: 100%;
  clear: both;
}
.locflex {
    display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.location-single {
width: 32%;
  border: solid 1px #58412E;
  padding: 45px;
  line-height: normal;
  margin: 6px 0.5%;
  border-radius: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.location-single h3 {
  font-size: 2em;
}
.location-single h4 {
margin: 0 0 5px 0;
  font-size: 1.375em;
}
.location-single a:not(.link-arrow){
  text-decoration: none;
    color: #3C3C3C;
}

.location-single a.btn{
    color: #fff;
}
.loc-icon{
    position: relative;
}
.loc-icon:before {
   content: "\f3c5";
font-family: Font Awesome\ 6 Free;
font-size: 1.0em;
  font-weight: 700;
  position: absolute;
  left: -20px;
  top: 3px;
  color: #CC8613;
}


.locations-map.featured-blog-thumb::before {
    content: "";
  width: 85%;
  height: 69%;
  border-radius: 100px 0 0 0;
}
.locations-map.featured-blog-thumb::after {
content: "";
  width: 82%;
  height: 29%;
  border-radius: 100px 0 0 0;
  position: absolute;
  right: -2.5%;
  bottom: -3%;
  border: solid 1px #88664B;
}
.locations-map.featured-blog-thumb {
    margin-right: 0;
    float: none;
}
.locations-map.featured-blog-thumb img {
  border-radius: 100px 0 0 0;
}
.blog-landing{
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #F2EFEB;
}
.blog-landing .section-title{
    text-align: center;
    font-size: 2.0em;
    margin-bottom: 50px;
}
.intro-sec{
}
.intro-sec h1{
  font-size: 3.5em;
}

.featured-blog-thumb{
position: relative;
}
.featured-blog-thumb img{
position: relative;
    z-index: 1;
}


.contact-cta{
margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-cta:before{
content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    position: absolute;
    left: 0;
    top: 0;
}
.contact-cta.contact-cta-alt {
background: #58412E;
}
.contact-cta.contact-cta-alt:before {
display: none;
}
.contact-cta.contact-cta-alt li:nth-child(1), .contact-cta.contact-cta-alt li:nth-child(2) {
  border-bottom: none;
}
.contact-cta.contact-cta-alt li{
    display: flex;
    padding: 50px;
}
.contact-cta.contact-cta-alt li .contact-icon{
margin-right: 10px;
}
.contact-cta.contact-cta-alt li a{
color: #fff;
}
.contact-cta li{
width: 50%;
  position: relative;
  font-weight: 600;
  font-size: 1.125em;
  padding: 80px 50px;
}
.contact-cta li .link-arrow{
    display: block;
    
}
.contact-cta li:nth-child(1),
.contact-cta li:nth-child(2){
border-bottom: solid 1px rgba(255,255,255,0.3);
}
.contact-cta li:nth-child(1),
.contact-cta li:nth-child(3){
border-right: solid 1px rgba(255,255,255,0.3);
}
.page-contact{
    float: left;
    width: 100%;
}
.page-404{
text-align: center;
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-404:before{
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(26,24,21,0.63);
}
.number404{
   color: #F2EFEB;
  font-weight: 700;
  font-size: 7.5em;
  line-height: 1;
}
.page-404 h3{
    font-size: 1.688em;
    color: #fff;
    margin: 15px 0 35px 0;
}
.gallery-box1{
padding-bottom: 30px;
}
.gallery-box4{
padding-bottom: 30px;
}
.gallery-box1 img{
    border-radius: 100px 0 0 0;
}
.green-color{
    color: #008643;
}
.gallery-box2 img{
    border-radius:0 0 0 100px;
}
.gallery-box4 img{
    border-radius:0 100px 0 0;
}
.gallery-box5 img{
    border-radius:0 0 100px 0;
}

.gallery-photos{
    float: left;
    width: 100%;
    background: #58412E;
    padding: 80px 0;
}
.before-after img{
margin-bottom: 20px;
}
.before-after a{
font-style: italic;
}
.slider-beofore-after{
    padding-top: 40px;
}
.slider-beofore-after .slick-slide{
   padding: 0 15px; 
}
.before-after .section-title {
  text-align: center;
    margin-bottom: 50px;
}
.before-after .row .col-lg-6:first-child img{
    border-radius: 100px 0 0 0;
}
.before-after .row .col-lg-6:last-child img{
    border-radius: 0 100px 0 0;
}
.before-after h3 {
margin: 25px 0;
}
.page-title{
    text-align: center;
    float: left;
    width: 100%;
    padding: 80px 0;
}
.faq-cta{
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
}
.faq-cta select{
color: #3D3D3D;
  font-weight: 700;
  border: none;
    background: none;
  width: 30%;
}
.page-title h1{
  font-size: 3.5em;
    margin: 0;
}
.rating-box{
   background: #F2EFEB;
  border-radius: 0 0 100px 100px;
  width: 545px;
  margin: 0 auto 0;
  text-align: center;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  clear: both;
  top: -110px;
}
.rating-box:before{
   content: "";
  width: 104%;
  height: 90%;
  border: solid 1px #88664B;
  position: absolute;
  left: -2%;
  top: 15%;
  border-radius: 0 0 100px 100px;
  z-index: -11;
    
}
.rating-box p{
    font-size: 1.25em;
    font-weight: 400;
    color: #414141;
    margin: 0;
}
.rated{
   font-size: 2.563em;
  font-weight: 700;
  color: #3C3C3C;
  padding-bottom: 20px;
}

.rm-quote{
    display: block;
    text-align: right;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
.rm-quote:hover{
   color: #CC8613;
}
.rm-quote:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 6px;
}
.team-page{
    text-align: center;
}
.team{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-single .link-arrow {
  margin-top: 12px;
  display: inline-block;
}
.team-single{
 width: 23%;
  margin: 40px 1%;
}
.team-single:last-child{
    border-bottom: none;
}
.team-single h3{
margin: 0 0 10px;
  font-size: 2.5em;
  color: #CC8613;
}
.team-single h4{
  font-size: 1.25em;
  color: #fff;
    text-transform: uppercase;
}
.team-single p{
font-weight: 400;
}
.team-single .link-arrow .fa-brands{
    font-size: 1.5em;
  vertical-align: middle;
  margin-left: 5px;
}
.team-bio {
  padding: 50px;
}
.getstarted-page{
	text-align: center;
}
.getstarted-page .featurebox{
	background: #560f2d;
  color: #fff;
  border-radius: 50px;
  padding: 60px;
}
.getstarted-page .featurebox input[type="email"], .getstarted-page .featurebox input[type="text"], .getstarted-page .featurebox select, .getstarted-page .featurebox textarea
{
  background: #f8f5f6;
  border: solid 1px rgba(86,15,45,0.10);
  border-radius: 10px;
  font-size: 1.0550em;
}



.steps-page h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 3.684em;
}
.steps-page h4{
	font-weight: 500;
}
.steps-page{
	text-align: center;
}

.step-info{
    padding: 0 50px 0 50px;
}
.steps-page-row{

}
.step-icon{
  position: absolute;
  left: -75px;
  top: 0;
}
.steps-page-row h3{
font-size: 1.4em;
}
.steprow{
    padding: 40px 0 50px;
    position: relative;
}
.steps-page-row .btn{
min-width: 230px;
}
.steps-page-row .btn.btn-alt{
margin-left: 5px;
}
.steprow:before{
content: "";
  width: 76%;
  height: 5px;
  background: #008643;
  position: absolute;
  left: 12%;
  top: 71px;
}
.step-no{
color: #fff;
  font-weight: 700;
  background: #008643;
  width: 66px;
  height: 66px;
  font-size: 1.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
    border: solid 3px #fff;
  margin:0 auto 40px auto;
}
.content-circle-1{
width: 225px;
  height: 450px;
  background: #fdf9f0;
  border-top-left-radius: 450px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -225px 0 0 0;
  z-index: -1;
  border-bottom-left-radius: 450px;
}
.content-circle-2{
width: 100px;
  height: 100px;
  background: #eee7ea;
  border-radius: 100% 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
}
.content-circle-3{
width: 370px;
  height: 370px;
  background: #f6f3f4;
  border-radius: 0 0 100% 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;	
}


.home-intro{
	float: left;
	width: 100%;
	background: #f3eef0;
	padding: 60px 0;
}
.home-steps{
	text-align: center;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-steps-inner {
  float: left;
  width: 100%;
  position: relative;
  padding: 70px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3eef0+30,f3eef0+100&1+30,0.7+100 */
background: linear-gradient(to right,  rgba(243,238,240,1) 30%,rgba(243,238,240,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rounded-shadow{
	border-radius: 20px;
  box-shadow: 0 0 25px rgba(86,15,45,0.2);
}


.intro-circle-1{
width: 225px;
  height: 450px;
  background: #fdf9f0;
  border-bottom-left-radius: 450px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -225px 0 0 0;
  z-index: 0;
  border-top-left-radius: 450px;
}
.intro-circle-2{
width: 100px;
  height: 100px;
  background: #560f2d;
  border-radius: 0 100% 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 0;
}
.intro-circle-3{
width: 370px;
  height: 370px;
  background: #f6f3f4;
  border-radius: 0 0 100% 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin: 0;
	
}








.footer-circle-1{
width: 96px;
  height: 186px;
  background: #560f2d;
  border-bottom-left-radius: 186px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -93px 0 0 0;
  z-index: 0;
  border-top-left-radius: 186px;
}
.footer-circle-2{
width: 490px;
  height: 490px;
  background: #f4ebe0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -350px;
  margin: 0 0 0 -245px;
  z-index: 0;
}
.footer-circle-3{
width: 490px;
  height: 490px;
  background: #ebe3e6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
	margin: -245px 0 0 -245px;
	
}

#subsc-popup{
text-align: center;
  width: 570px;
  border-radius: 20px;
}
#subsc-popup h2{
font-size: 1.25em;
}
#subsc-popup .btn{
margin-bottom: 30px;
}
#subsc-popup p{
font-size: 0.85em;
  line-height: normal;
}
.contact-info{
	background: #f8f8f8;
  position: relative;
  padding: 50px;
  height: 100%;
	overflow: hidden;
}
.contact-info-inner{
	position: relative;
}
.contact-info ul li{
	list-style-type: none;
  border-top: solid 1px rgba(0,0,0,0.1);
  padding: 10px 0;
}
.contact-info ul li a{
	display: block;
	text-decoration: none;
	color: #292929;
}
.contact-info ul li a:hover,
.contact-info ul li a:focus,
.contact-info ul li a:active{
	color: #a2c5b7;
}
.contact-info:before {
 content: "";
  background: url("img/logo-shape.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 410px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
.full-form{
	float: left;
	width: 100%;
	background: #a2c5b7;
	padding: 50px 0;
	position: relative;
}
.full-form:before {
  content: "";

  background: url("img/logo-shape.png") no-repeat top center;

    background-size: auto;

  background-size: cover;

  width: 754px;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  opacity: 0.1;

}

.full-form .featurebox {
  border: solid 1px rgba(255,255,255,0.7);
	background: none;
}
.full-form .featurebox h2{
	font-size: 2.0em;
	font-weight: 800;
}
.faq-outer{
text-align: left;
  float: left;
  width: 100%;
}
.faq-outer h3{
font-size: 1.0em;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  cursor: pointer;
  background: url("img/icon.original.png") no-repeat 30px 18px #fff;
  padding: 25px 35px 25px 80px;
  border: 1px solid #f2f5f7;
  box-shadow: 0 8px 16px -8px rgba(29, 32, 35, .08), 0 12px 18px -6px rgba(29, 32, 35, .06);
  font-weight: 400;
}
.faq-outer h3.active{
    margin: 0;
    box-shadow: none;
}
.faq-outer h3:before {
   content: "\f144";
font-family: Font Awesome\ 6 Free;
font-size: 1.0em;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 26px;
  color: #008643;
  margin-top: 0;
}
.faq-answer ul li{
    list-style-position: inside;
}
.faq-answer{
width: 100%;
  background: #f2f5f7;
  padding: 30px;
  margin-bottom: 18px;
}
.faq-answer p:last-child{
margin:0;	
}
.reviews-page{
float: left;
    width: 100%;
    padding:0 0 80px 0;
}
.testimonials-all{
    display: flex;
    flex-wrap: wrap;
}
.testimonials-all .testimonial-single{
   width: 30%;
  margin: 17px 1.5%;
    padding: 0;
    border: none;
}
.testimonials-all .testimonial-single:nth-child(1) blockquote,
.testimonials-all .testimonial-single:nth-child(6) blockquote,
.testimonials-all .testimonial-single:nth-child(8) blockquote,
.testimonials-all .testimonial-single:nth-child(10) blockquote,
.testimonials-all .testimonial-single:nth-child(15) blockquote,
.testimonials-all .testimonial-single:nth-child(17) blockquote{
   background: #030303;
}
.testimonials-all .testimonial-single:nth-child(2) blockquote,
.testimonials-all .testimonial-single:nth-child(4) blockquote,
.testimonials-all .testimonial-single:nth-child(9) blockquote,
.testimonials-all .testimonial-single:nth-child(12) blockquote,
.testimonials-all .testimonial-single:nth-child(14) blockquote,
.testimonials-all .testimonial-single:nth-child(16) blockquote{
   background: #2B1F17;
}
.testimonials-all .testimonial-single:nth-child(3) blockquote,
.testimonials-all .testimonial-single:nth-child(5) blockquote,
.testimonials-all .testimonial-single:nth-child(7) blockquote,
.testimonials-all .testimonial-single:nth-child(11) blockquote,
.testimonials-all .testimonial-single:nth-child(13) blockquote,
.testimonials-all .testimonial-single:nth-child(18) blockquote{
   background: #58412E;
}

.testimonials-all .testimonial-single:nth-child(1) blockquote{
border-radius: 100px 0 0 0;       
}
.testimonials-all .testimonial-single:nth-child(3) blockquote{
border-radius:0 100px 0 0;    
}
.testimonials-all .testimonial-single:last-child blockquote{
border-radius:0 0 100px 0;    
}
.disc-note{
	border-top: solid 1px rgba(162,193,187,0.4);
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
}
.disc-note p{
margin: 0;
}
.serv-text{

}
.text-right{
	text-align: right;
}
.sticky-head ul.slimmenu li:nth-child(3),
.sticky-head ul.slimmenu li:nth-child(4){
  margin-right: 0;
	margin-left: 0;
}
.home-cta {
    float: left;
    width: 100%;
    position: relative;
}
.home-cta ul {
    margin: 0;
    padding: 38px 0;
    display: flex;
	background:#eaeaed;
    flex-wrap: wrap;
    justify-content: center;
}
.border-sep {
        border-left: solid 1px rgba(255,255,255,0.15);
		 border-right: solid 1px rgba(255,255,255,0.15);
    }
.home-cta ul li:last-child{
border-right:none;	
}
.home-cta ul li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    border-right:solid 1px rgba(0,0,0,0.15);
}
.home-cta ul li a {
    padding: 45px 50px 45px 100px;
    transition: all .5s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
	text-decoration:none;
	color: #292929;
}
.home-cta ul li a:hover,
.home-cta ul li a:focus,
.home-cta ul li a:active {
   box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
}
.cta-icon {
  font-size:1.400em;
position: absolute;
left: 50px;
top: 60px;
}
.home-cta ul li h3 {
    margin: 0;
	line-height:normal;
    font-size: 1.200em;
    text-align: left;
}
.home-cta ul li h3 strong {
    display: block;
    font-weight: 400;
    font-size:0.833em;
}


































.product-item a{
text-decoration:none;	
}


.locations-served-bar {
float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-top: solid 1px rgba(162,193,187,0.4);
}
.loc-served-btn {
color: #292929;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.158em;
}
.loc-served-btn:hover,
.loc-served-btn:focus,
.loc-served-btn:active{
background: #292929;
  color: #fff;
  text-decoration: none;
}
.loc-served-btn:hover:after,
.loc-served-btn:focus:after,
.loc-served-btn:active:after{
  color: #fff;
}
.collapse.show {
    display: block;
}
.collapse {
    display: none;
}
.locations-served-bar ul {
    display: flex;
    flex-wrap: wrap;
}
.locations-served-bar ul li {
width: 23%;
list-style-type: none;
padding: 0;
border-bottom: solid 1px rgba(0,0,0,0.2);
margin: 0 1%;
text-align: left;
line-height: 1;
}
.locations-served-bar ul li a {
 color: #292929;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: block;
  padding: 10px 0;
  font-weight: 500;
}
.locations-served-bar ul li a:hover, .locations-served-bar ul li a:focus, .locations-served-bar ul li a:active {
    color: #a2c5b7;
}
.loc-served-btn.active:after {
    content: "\f106";
}
.loc-served-btn::after {
    content: "\f0d7";
    display: inline-block;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 700;
    margin: 0 0 0 5px;
	color: #717476;
}





























.btn-video{
color: #000;
text-decoration: none;
margin-left: 10px;
padding: 8px 20px;
vertical-align: middle;
}
.btn-video:hover,
.btn-video:focus,
.btn-video:active{
	background:#e6e600;
	color:#000;
}
.contentside.sidebar .form-row {
    margin: 10px 0;
}
.contentside.sidebar .featurebox .btn:hover{
	background:#221f1f;
	color:#fff;
}
.stepicon{
background: #f5e2b2;
  margin: 0 auto 30px;
  box-shadow: 0 0px 45px rgba(0,0,0,0.1);
  border-radius: 100%;
  padding: 12px;
  font-size: 1.579em;
  width: 85px;
  height: 85px;
  display: flex;
  color: #333;
  justify-content: center;
  align-items: center;
}
.step-single h3{
	font-size: 1.158em;
  margin: 0;
}
.stepno{
color: #21409a;
font-size: 5.556em;
position: absolute;
left: 38px;
top: -37px;
}
.step-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 1.667em;
    margin-top: -15px
}

.home-featured-services {
background: rgba(242,245,247,1);
    text-align: center;
}
.home-featured-services ul {
margin:60px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-featured-services ul li {
margin: 0 1%;
  list-style-type: none;
  padding: 25px;
  width: 31%;
  background: #fff;
  border-radius: 8px;
}
.section-title.center{
    text-align: center;
}
.serv-image{
    margin-bottom: 25px;
}
.link-arrow{
    font-weight: 600;
    position: relative;
}
.link-arrow:after{
content: "\f178";
font-family: Font Awesome\ 6 Free;
font-size: 1.0em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.home-featured-services ul li h3 {
  font-size: 1.4em;
}
.service-icon{
font-size: 2.778em;
margin:0 auto 20px;
color: #3fad4e;
display:block;
width: 135px;
height: 135px;
background: #fff;
border-radius: 100%;
box-shadow: 0 0 22px rgba(0,82,161,0.4);
line-height: 135px;
}
.btn.uploadfile-btn{
min-width:200px;
margin-bottom:15px;
}
.separator:before{
content: "\f0d7";
font-family: Font Awesome\ 6 Free;
font-size: 1.667em;
font-weight: 700;
position: absolute;
margin: 0 0 0 -10px;
left: 50%;
top: -14px;
}
.separator {
    display: block;
    border-bottom: dotted 2px #444;
    height: 1px;
    margin-bottom: 30px;
    position: relative;
}
.side-col {
   background: #2a2a2a;
padding: 30px;
color: #fff;
font-size:0.889em;
}
.contentside .side-col ul li::before{
	color:#fff
}
.side-col h3{
color: #fff;
font-size: 1.200em;
}
.side-col ul li {
    margin-bottom: 5px
}
.sec2box .btn:hover,
.sec2box .btn:focus,
.sec2box .btn:active{
	color: #fff;
}
.product-container .sec2con {
  flex-wrap: wrap;
}
.sec2con.product-container{
	margin: 0;
}
.product-container .sec2box{
	background: #e8f0ed;
  width: 31%;
  margin: 15px 1%;
	padding-bottom: 30px;
}
.product-container .sec2box h3{
color: #292929;
  font-size: 1.45em;
  font-weight: 700;
}
.product-item {
width: 31%;
margin: 0 1% 30px;
text-align: center;
color: #fff;
overflow: hidden;
position: relative;
box-shadow: 0 0px 15px rgba(0,82,161,0.30);
}

.product-item-inner {
    transition: all .5s ease 0s;
    color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: end;
    flex-direction: column
}

.product-item img {
    transition: all .5s ease 0s
}

.product-item:hover h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56,105,87,0.95);
}

.product-item h3 {
margin: 0;
font-size: 1.333em;
padding: 20px 20px;
background: rgba(0,0,0,0.75);
color: #fff;
position: absolute;
left: 0;
bottom: 0;
transition: all .5s ease 0s;
width: 100%;
}

.gallery-page {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 80px 0;
}
.gallery-page .faq-cta {
  text-align: left;
}
.gallery-page ul {
   position: relative;
  width: 100%;
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-page ul li {
   border: solid 1px #58412E;
  margin: 10px 1%;
  padding: 0;
  position: relative;
  width: 48%;
  list-style-type: none;
}

.gallery-page ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0
}

.gallery-page ul li:before {
    content: normal!important
}

.gallery-page img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%
}

.gallery-container {
    display: flex;
    padding: 1px;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-item a:active h3,
.gallery-item a:focus h3,
.gallery-item a:hover h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-item {
    width:33.15%;
    margin: 2px 0;
    text-align: center;
    position: relative
}
.gallery-page ul li:nth-child(1),
.gallery-page ul li:nth-child(1) .link-arrow:before{
    border-radius: 100px 0 0 0;
    overflow: hidden;
}
.gallery-page ul li:nth-child(2),
.gallery-page ul li:nth-child(2) .link-arrow:before{
    border-radius: 0 100px 0 0;
    overflow: hidden;
}
.gallery-page ul li .link-arrow{
position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41,37,33,0.82);
  display: flex;
  justify-content: center;
  align-items: center;
    opacity: 0;
    transition: all .5s ease 0s;
}
.gallery-page ul li a:hover .link-arrow{
    opacity: 1;
    color: #CC8613;
}
.gallery-page ul li .link-arrow:before{
content: "";
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  border: solid 1px #F2EFEB;
}
.gallery-item .gallery-item a {
    display: block
}

.gallery-item img {
    width: 100%;
    display: block
}

.gallery-item h3 {
    transition: all .5s ease 0s;
    color: #fff;
    font-size: 1.444em;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#013db5+0,08a01c+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(left, rgba(1,61,181,0.8) 0%, rgba(8,160,28,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(1,61,181,0.8) 0%,rgba(8,160,28,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(1,61,181,0.8) 0%,rgba(8,160,28,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc013db5', endColorstr='#cc08a01c',GradientType=1 ); /* IE6-9 */
}

.intro-right {
    text-align: center
}

.recent-projects {
float: left;
width: 100%;
position: relative;
}
.home-why-choose ol {
margin: 0;
padding: 20px 0 0 0;
}
.home-why-choose .slick-dots{
	margin-top: 50px;
}

.home-why-choose ul li:before {
content: "\f111";
font-family: Font Awesome\ 6 Free;
font-size:0.800em;
position: absolute;
left: 0;
top: 1px;
	  font-weight: 400;
color: #560f2d;
}

.home-why-choose ol li {
  list-style-type: none;
}
.recent-projects h3{
color:#fff;	
}
.recent-projects h3{
text-align:left;	
}
.home-why-choose ol li strong {
font-size: 1.100em;
display: block;
font-weight: 400;
}

.whyicon {
font-size: 3.700em;
  color: #f5e2b2;
  position: relative;
  border: solid 2px #fff;
  border-radius: 100%;
  width: 156px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}
.home-why-choose ol li span{
display:inline-block;
position:relative;	
}
.home-why-choose {
  width: 100%;
  float: left;
    padding: 70px 0;
 position: relative;

}
.home-why-choose ul{
	display: flex;
	flex-wrap: wrap;
}
.process-head{
    padding: 0 0 0 50px;
    position: relative;
}
.process-head:before{
    content: "";
    background: url("img/process-icon.svg") no-repeat;
    width: 96px;
    height: 96px;
    position: absolute;
    left: -80px;
    top: 0;
}
.process-body{
    padding:20px 30px 20px 100px;
}
.process-pic img{
    border-top-right-radius: 100px;
}
.home-why-choose ul li{
list-style-type: none;
  position: relative;
  padding: 0 15px 0 25px;
  width: 50%;
  line-height: 1;
  margin: 0 0 10px 0;
}
.home-intro p:last-child{
	margin-bottom: 0;
}

.home-why-choose .btn{
	margin: 0 10px 0 0;
}

.school-building img{
	border: solid 5px #fff;
  box-shadow: 0 0 20px rgba(86,15,45,0.13);
  border-radius: 30px;
}
.recent-projects ul {
margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.steps{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 50px;
}
.step-single{
	width: 18%;
  background: #fff;
  box-shadow: 0 0 50px rgba(86,15,45,0.25);
  border-radius: 25px;
  margin: 0 1%;
  padding: 30px 20px;
}
.recent-projects ul li {
position: relative;
  list-style-type: none;
  padding: 10px;
  border: solid 1px rgba(0,0,0,0.15);
  border-radius: 20px;
  margin: 4px 1%;
  width: 48%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.recent-projects .slick-track{
	display: flex;
}

.recent-projects .followicon {
    padding: 0 5px;
    display: inline-block
}
.recent-projects a {
    color: #fff
}

.recent-projects a:active,
.recent-projects a:focus,
.recent-projects a:hover {
    color: #ccc
}

.recent-projects .cta-icon {
    font-size: 1.667em;
    display: block;
    margin: 0 0 20px 0
}
.topbar.sticky-head{
position: fixed;
left: 0;
top: 0;
z-index: 5;
background:#fff;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.slick-dots {
text-align: center;
margin: 0 auto;
display: flex;
position: relative;
justify-content: center;
align-items: center;
width: 100%;
z-index: 3;
}

.sidebar .featurebox {
   margin-bottom: 30px;
  border: solid 5px rgba(245,226,178,0.2);
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(86,15,45,0.15);
}

.sidebar .form-full,
.sidebar .form-half {
    width: 100%;
    margin: 0 0 20px 0
}

.wp-pagenavi {
    clear: both;
    margin: 50px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
}

.wp-pagenavi a,
.wp-pagenavi span {
margin: 5px;
  color: #58412E;
  display: inline-block;
  vertical-align: middle;
}

.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.pages {
    color:#CC8613;
		text-decoration: none;
}

.wp-pagenavi a.last,
.wp-pagenavi span.pages {
    padding: 0 10px;
    width: auto
}
.home-featured-services-inner:before{
content:"";
background:url(img/quote-top-bg.png) no-repeat top left;
background-size:cover;
position:absolute;
left:0;
bottom:0;	
height:384px;
width:100%;
}
.quotebox .slick-track{
    display: flex;
}
.quotebox .slick-track .testimonial-single{
    height: auto;
}
.quotebox .rating-stars{
 margin:0;  
    line-height: 1;
}
.date-review{
    color: #999;
    font-size: 0.85em;
}
.quotebox {
    text-align: center;
}
.testimonial-single{
border-radius: 0;
  margin: 0 7px;
  position: relative;
}
.testimonials-rotator{
	padding:60px 0;
}

.quotebox-inner{
float: left;
  width: 100%;
}


.quotebox-inner .slick-dots{
	margin-top:50px;
}
.testimonial-single blockquote {
padding: 20px;
  margin: 0;
  position: relative;
  border: none;
  width: 100%;
  background: #fbfbfb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.rating-stars {
background: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 0 0 30px 0;
  color: #008643;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
}
.rating-stars img{
    vertical-align: middle;
  margin-top: -2px;
}
.testimonial-single p:last-child{
    margin: 0;
}
.testimonial-single cite {
font-style: normal;
  display: block;
  font-weight: 700;
  clear: both;
  line-height: normal;
  font-size: 1.0em;
  margin-bottom: 5px;
}
.home-featured-products {
text-align: center;
  float: left;
  width: 100%;
  position: relative;
}

.home-why-choose-inner:before{
content: "";
  background: url("img/logo-shape.png") no-repeat top right;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.03;
  
}
.homeproducts-top-strip{
    width: 100%;
      height: 469px;
	  position:absolute;
	  left:0;
	  top:-50px;
	  background:url(img/product-bg-strip.png) no-repeat top left;
}
.home-featured-products-inner{
	float:left;
	width:100%;
	position:relative;
	padding: 70px 0;	
}

.sec2con {
margin-top: 20px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec2box a{
text-decoration:none;
display:block;	
	color: #fff;
}
.sec2box a:hover h3,
.sec2box a:focus h3,
.sec2box a:active h3{

}
.sec2box {
text-align: center;
  width: 20%;
}
.sec2box-inner{

}
.sec2box a:active .sec2box-pic:before,
.sec2box a:focus .sec2box-pic:before,
.sec2box a:hover .sec2box-pic:before {
    background: rgba(255, 255, 255, .61);
    border: none;
}

.sec2con .slick-track {
    display: flex
}

.sec2box h3 {
font-size: 1.368em;
  margin: 0;

}
.sec2box h3 strong{
z-index:1;	
position: relative;
}
.sec2box-info {
background: #fff;
    float: left;
    width: 100%;
    padding: 30px 20px;
}

.sec2box a:active h3:after,
.sec2box a:focus h3:after,
.sec2box a:hover h3:after {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0052a1+0,3fad4e+100 */
background: #0052a1; /* Old browsers */
background: -moz-linear-gradient(left, #0052a1 0%, #3fad4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0052a1 0%,#3fad4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0052a1 0%,#3fad4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052a1', endColorstr='#3fad4e',GradientType=1 ); /* IE6-9 */
}

.sec2box-pic {
    overflow: hidden;
    position: relative
}

.sec2box .btn {
display: inline-block;
  color: #292929;
}

.sec2box img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px auto
}

.service-info {
    text-align: left
}

.social-sharing {
    width:57%;
    float: right;
    text-align: right
}

.social-sharing span {
    display: inline-block;
    font-size: 110%
}

.social-sharing span.bottom,
.social-sharing span.top {
    width: 100%
}

.social-sharing span.right {
    display: inline
}

a.button-facebook,
a.button-googleplus,
a.button-linkedin,
a.button-pinterest,
a.button-reddit,
a.button-twitter,
a.button-xing {
    font-size: 1em;
    font-weight: 400;
    margin: 1% 1% 1% 0;
    padding: 5px 1%;
    padding: .5rem 1%;
    text-align: center;
    display: inline-block;
    border: 0
}

a.button-facebook {
    font-size: 100%;
    color: #fff;
    background-color: #2b4170
}

a.button-facebook:active,
a.button-facebook:focus,
a.button-facebook:hover {
    font-size: 100%;
    background-color: #3b5998;
    color: #fff
}

a.button-googleplus {
    font-size: 100%;
    color: #fff;
    background-color: #c33219
}

a.button-googleplus:active,
a.button-googleplus:focus,
a.button-googleplus:hover {
    font-size: 100%;
    background-color: #a82508;
    color: #fff
}

a.button-twitter {
    font-size: 100%;
    color: #fff;
    background-color: #016cac
}

a.button-twitter:active,
a.button-twitter:focus,
a.button-twitter:hover {
    font-size: 100%;
    background-color: #006e97;
    color: #fff
}

a.button-linkedin {
    font-size: 100%;
    color: #fff;
    background-color: #0073b2
}

a.button-linkedin:active,
a.button-linkedin:focus,
a.button-linkedin:hover {
    font-size: 100%;
    background-color: #017cad;
    color: #fff
}

a.button-pinterest {
    font-size: 100%;
    color: #fff;
    background-color: #a0171c
}

a.button-pinterest:active,
a.button-pinterest:focus,
a.button-pinterest:hover {
    font-size: 100%;
    background-color: #cb2027;
    color: #fff
}

.ss-social-sharing a {
    text-indent: -99999px
}

a.ss-button-facebook,
a.ss-button-googleplus,
a.ss-button-linkedin,
a.ss-button-pinterest,
a.ss-button-reddit,
a.ss-button-twitter,
a.ss-button-xing {
    background-image: url(img/socialshare.png);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
	border-radius: 10px;
    margin: 0 1% 1% 0;
    display: inline-block
}

a.ss-button-twitter {
    background-position: 0 -45px
}

a.ss-button-twitter:active,
a.ss-button-twitter:focus,
a.ss-button-twitter:hover {
    background-position: 0 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-googleplus {
    background-position: -45px -45px
}

a.ss-button-googleplus:active,
a.ss-button-googleplus:focus,
a.ss-button-googleplus:hover {
    background-position: -45px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-facebook {
    background-position: -90px -45px
}

a.ss-button-facebook:active,
a.ss-button-facebook:focus,
a.ss-button-facebook:hover {
    background-position: -90px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-linkedin {
    background-position: -135px -45px
}

a.ss-button-linkedin:active,
a.ss-button-linkedin:focus,
a.ss-button-linkedin:hover {
    background-position: -135px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-pinterest {
    background-position: -180px -45px
}

a.ss-button-pinterest:active,
a.ss-button-pinterest:focus,
a.ss-button-pinterest:hover {
    background-position: -180px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

@media (max-width:480px) {
    .social-sharing a {
        text-indent: -99999px
    }
    a.button-facebook,
    a.button-googleplus,
    a.button-linkedin,
    a.button-pinterest,
    a.button-reddit,
    a.button-twitter,
    a.button-xing {
        background-image: url(socialshare.png)!important;
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        padding: 0;
        border: 0
    }
    a.button-twitter {
        background-position: 0 -45px
    }
    a.button-twitter:active,
    a.button-twitter:focus,
    a.button-twitter:hover {
        background-position: 0 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-googleplus {
        background-position: -45px -45px
    }
    a.button-googleplus:active,
    a.button-googleplus:focus,
    a.button-googleplus:hover {
        background-position: -45px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-facebook {
        background-position: -90px -45px
    }
    a.button-facebook:active,
    a.button-facebook:focus,
    a.button-facebook:hover {
        background-position: -90px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-linkedin {
        background-position: -135px -45px
    }
    a.button-linkedin:active,
    a.button-linkedin:focus,
    a.button-linkedin:hover {
        background-position: -135px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-pinterest {
        background-position: -180px -45px
    }
    a.button-pinterest:active,
    a.button-pinterest:focus,
    a.button-pinterest:hover {
        background-position: -180px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
}

.introbox h1{
	margin-bottom: 30px;
}
.home-welcome-copy h1 strong,
.home-featured-services h2 strong{
font-weight: 700;
}

.featurebox p {
  margin: 0;
	text-align: center;
}

.home-welcome-copy h1 strong{
font-size: 0.48em;
  font-weight: 900;
  display: block;
  color: #333;
  padding: 0 0 15px 0;
}
.clear {
    clear: both
}

.box-inner {
   
    float: left;
    width: 100%
}

.sidebox h3 {
position: relative;
  font-size: 1.25em;
  background: #F1F2F3;
  padding: 15px 30px;
    margin: 0;
}

.sidebox.accordion .box-inner h3 {
    margin: 0
}

.sidebox .btn {
    width: 100%
}

.inner-content {
    
}

.clear.hr {
    background-color: #cfcdcd;
    float: left;
    height: 1px;
    margin: 11px 0;
    width: 100%
}

textarea {
    min-height: inherit!important
}

.introbox {
float: left;
width: 100%;
}

.home-welcome-copy .featurebox{
  background: #fff;
  box-shadow: 0 0 0px 8px rgba(245,226,178,0.30);
  border-radius: 30px;
}
.home-welcome-copy .featurebox input[type="email"], .home-welcome-copy .featurebox input[type="text"], .home-welcome-copy .featurebox input[type="tel"], .home-welcome-copy .featurebox select, .home-welcome-copy .featurebox textarea{
	background: #f8f5f6;
  border: solid 1px rgba(86,15,42,0.10);
  border-radius: 10px;
}
.linkbtn {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    color: #092f57;
    padding: 3px 0 1px 0;
    border-bottom: #092f57 solid 1px
}

.linkbtn:active,
.linkbtn:focus,
.linkbtn:hover {
    color: #2a9941;
    border-color: #2a9941
}

.linkbtn:active i,
.linkbtn:focus i,
.linkbtn:hover i {
    color: #2a9941
}

.linkbtn i {
    color: #092f57;
    margin: 0;
    vertical-align: middle
}

table {
    display: block;
    overflow: auto;
    border-collapse: collapse;
    width: 100%;
    clear: both;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-bottom: 30px;
    font-size: .8em;
    text-align: center
}

table th {
    background: #f8f8f8
}

table td,
table th {
    line-height: normal;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    padding: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .08)
}

table p {
    font-size: 1.125em;
    line-height: 30px
}

table p:last-child {
    margin-bottom: 0
}
.foot-row-1,
.foot-row-3{
    text-align: center;
}
.footer {
float: left;
  font-size: 0.938em;
  padding: 70px 0 20px;
  position: relative;
  width: 100%;
}
.footer h3 {
font-size: 1.0em;
  font-weight: 700;
}

.subscribebox input[type=email],
.subscribebox input[type=text] {
   font-size: 1em;
  padding: 12px 20px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  transition: all .5s ease 0s;
  border: solid 1px #7d9b8e;
}

.subscribebox input[type=email]:focus,
.subscribebox input[type=text]:focus {
    border-color: #2a9941
}

.foot-col h4 {
font-size: 2.0em;
  margin: 30px 0 0 0;
  font-weight: 700;
}
.foot-col h4 a {
  display: block;
    color: #008643;
}
.section.features{
    padding-bottom: 120px;
}
.explore-banner.cta-bar{
    padding: 40px 60px;
  border-radius: 10px;
  margin: -130px 0 30px 0;
}
.explore-banner.cta-bar h2{
margin: 0;
  font-weight: 700;
  line-height: normal;
}
.foot-col h4 .fa-solid,
.foot-col h5 .fa-solid{
display: inline-block;
  font-size: 0.85em;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.explore-banner{
    background-repeat: no-repeat;
    background-size: cover;
}
.web-agency{
    background: #F2EFEB;
  float: left;
  font-size: 0.625em;
  padding: 8px 0;
  position: relative;
    font-weight: 700;
  width: 100%;
}
.web-agency p{
    margin: 0;
}
.web-agency img{
vertical-align: middle;
    margin-right: 2px;
}
.footer-copyrights ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
}
.footer-copyrights ul li a{
text-decoration: none;
}
.subscribebox .btn {
   width: 100%;
  border-radius: 10px;
}

.footer-nav li {
   display: block;
  position: relative;
  padding: 0 0 5px 0;
  width: 100%;
}
.footer-nav.hz li{
width: 28%;    
    padding: 0;
}
.footer-nav li:last-child{
    padding-bottom: 0;
}
.foot-col a {
    color: #000
}
.foot-col .social-icons a{
color: #000;
}

.foot-col a:active,
.foot-col a:focus,
.foot-col a:hover {
    color: #008643
}
.footer .social-icons a:hover,
.footer .social-icons a:focus,
.footer .social-icons a:active{
color: #292929;
	text-decoration: none;
}
.foot-row-2{
 padding-top: 30px;
    padding-bottom: 30px;
}
.footer-links.footer-nav li {
padding-bottom: 8px;
float: left;
width: 50%;
}

.footer-nav li a {
    display: block
}

.footer-nav {
   list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav.hz{
  justify-content: space-between;
}
.footer-copyrights p:last-child {
   margin: 0;
}

.footer-copyrights a {
    color: #fff
}

.footer-copyrights a:active,
.footer-copyrights a:focus,
.footer-copyrights a:hover {
    color: #034f54
}
.blog-listing{
display: flex;
    flex-wrap: wrap;
  width: 100%;
    clear: both;
}
.blog-listing .post {
width: 23%;
  margin: 30px 1%;
  overflow: hidden;
}

.blog-listing .post:hover h2.title a:before{
    background: #CC8613;
    color: #fff;
}
.post-inner {
    float: left;
    padding: 20px;
    width: 100%
}

.contentside .sidebox ul {
    margin-bottom: 0
}

.contentside .sidebox ul li {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-size: .889em;
    font-weight: 400;
    line-height: 22px;
    list-style-type: none;
    margin: 0;
    min-height: inherit;
    padding: 15px 0
}

.sidebox ul li:last-child {
    border: none
}

.contentside .sidebox ul li:first-child {
    padding-top: 0
}

.contentside sidebox ul li a:hover {
    color: #fed403
}

.post img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.blog-listing .post img {
 border-radius: 15px;   
}
.contentside .post p {
    margin-bottom: 20px
}

.post_info {
clear: both;
  margin: 15px 0;
  width: 100%;
  font-weight: 400;
}
.post_info span{
    padding-right: 15px;
}
.post_info a:active,
.post_info a:focus,
.post_info a:hover {
    color: #560f2d
}

.post_info a {
    color: #560f2d;
    display: inline-block;
    margin: 0 20px 0 0
}

.post h1.title,
.post h2.title {
font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}
.post h1.title a,
.post h2.title a {
  color: #000;
  position: relative;
}

.post_info .fas {
    margin: 0 2px 0 0;
}

.post h2.title a:hover,
.post h2.title a:focus,
.post h2.title a:active
{
    color: #008643
}

::-webkit-input-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-family: "Open Sans", sans-serif;
  border: #ccc solid 1px;
  box-shadow: none;
  height: auto;
  line-height: normal;
  font-size: 1.0em;
  color: #000;
  padding: 10px 20px;
  width: 100%;
  opacity: 1;
  background: #fff;
}

.sidebox {
float: left;
  margin: 0 0 30px 0;
  width: 100%;
}

.sidebox ul {
    margin: 0
}

.sidebox ul li {
   list-style-type: none;
  position: relative;
  border-bottom: solid 2px #fff;
}
.sidebox ul li.current-menu-item{
    font-weight: 700;
}
/*.sidebox ul li:before {
content: "\f0a9";
font-family: Font Awesome\ 6 Free;
position: absolute;
left: 7px;
top: 3px;
color: #560f2d;
font-weight: 700;
font-size: 0.80em;
}*/

.sidebox ul li a {
display: block;
  padding: 10px 30px;
  color: #333;
  background: #f8f9fa;
}

.sidebox ul li a:active,
.sidebox ul li a:focus,
.sidebox ul li a:hover {
    color: #008643
}

.sharethis {
    float: right;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.sharethis img {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 5px
}

.sidebox.accordion h3 {
    cursor: pointer;
    padding-left: 40px
}

.sidebox.accordion h3:before {
    content: "\f067";
    color: #000;
    font-family: Font Awesome\ 6 Free;
    left: 0;
    position: absolute;
    top: 5px;
    background: #fecc17;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: .8em;
    border-radius: 3px
}

.sidebox.accordion h3.active:before {
    content: "\f068"
}

.sidebox p {
    padding: 0
}

.sidebox.box-light h3 {
    color: #004b8f
}

.sidebox .sidebox-events li span {
    display: block;
    font-size: .722em;
    font-weight: 400
}

.contentside ul li:before {
content: "\f058";
font-family: Font Awesome\ 6 Free;
font-size:0.800em;
position: absolute;
left: 0;
top: 1px;
font-weight: 700;
color: #560f2d;
}

.contentside ul li {
    list-style-type: none;
    padding: 2px 0 2px 1.3em;
    position: relative
}

.contentside ol li {
    counter-increment: step-counter;
    list-style-type: none;
    padding: 2px 0 2px 1.1em;
    position: relative
}

.contentside ol li::before {
color: #560f2d;
content: counter(step-counter, decimal);
display: inline-block;
left: 0;
position: absolute;
top: 1px;
font-weight: 900;
font-size:0.900em;
}

.form-half {
    margin: 0 0 0 2%;
    float: left;
    width: 49%
}

.form-half:first-child {
    margin-left: 0
}

.contentside ol,
.contentside ul {
    margin: 0 0 25px;
    padding: 0
}

.contentside blockquote p:last-child {
    margin-bottom: 0
}

.sidebar .featurebox input[type=email],
.sidebar .featurebox input[type=text],
.sidebar .featurebox select,
.sidebar .featurebox textarea {
    background: #f8f5f6;
  border: solid 1px rgba(86,15,45,0.10);
  border-radius: 10px;
}

.contentside blockquote {
   box-shadow: 0 0 25px rgba(0, 0, 0, .10);
  border-left: 7px solid #e6dfcd;
  border-radius: 20px;
  margin: 0 0 20px;
  font-style: italic;
  padding: 20px 30px;
  width: 100%;
}

.contentside ul ul {
    margin: 0;
    padding: 20px 0 0
}

.contentside ul li:last-child {
    padding-bottom: 0
}

.slider-img {
    float: left;
    width: 54%
}

.home-slider .container {
    position: relative
}

@media screen and (max-width:1600px) {
	.home-why-choose {
  width: 100%;
  margin: 0;
}

	.recent-projects .slick-prev {
  left: -10px;
}
	.recent-projects .slick-next {
  right: -10px;
}
	
	
.homeform .featurebox {
    top: -50px;
}
   


    .form-row textarea {
        height: 68px
    }
}

@media screen and (max-width:1500px) {
     .wrapper {
  width: 90%;
  max-width: 100%;
}
}

@media screen and (max-width:1440px) {
   

}

@media screen and (max-width:1400px) {
    .form-half {
        margin: 0 0 10px 4%;
        width: 48%
    }
    .form-half:first-child {
        margin-left: 0
    }
    .contact-page .form-half,
    .sidebar .form-half {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width:1366px) {
  .temp-pg-lc .header .btn{
    font-size: 0.85em;
    padding-left: 20px;
    padding-right: 20px;
}

	
	
	
}

@media screen and (max-width:1280px) {
    .banner-cta .btn {
  width: auto;
}
    .process-head {
  padding: 0 0 0 100px;
}
    .process-head::before {
  left: -20px;
}
   
    .team-single h3 {
  font-size: 1.3em;
}
	.sec2box h3 {
  font-size: 1.1em;
}

	.slider-text h2 {
    font-size: 2.5em;
}
	.home-featured-services-inner{
	padding-bottom:50px;	
	}
	.home-featured-services-inner::before{
	display:none;	
	}
	.homeproducts-top-strip{
	display:none;	
	}
	.home-featured-products{
	margin:0;	
	}

	.homeform .featurebox{
	width:33%;	
	}
	.homeform .featurebox::after {
	display:none;	
	}
.homeform {
    align-items: center;
}
	.slider-text::before {
   display:none;
}
	

  
    .home-featured-products h2 br {
        display: none
    }
    .banner-inner .featurebox h2 {
        font-size: 1.111em
    }
}

@media screen and (max-width:1200px) {
     .section {
  padding: 60px 0;
}
    ul.slimmenu li a {
  font-size: 1.0em;
}

	


    .header::after {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .hideformob1199{
     display: none;
    }
    .topbar .btn{
        display: none;
    }
    ul.slimmenu li.show-on-mobile{
    display: block;
        margin-bottom: 7px;
}
    .top-links {
  display: none;
}
    .home-slider {
  padding: 0 20px 0 0;
}
    .section.features {
  padding-bottom: 50px;
}
    .footer {
  padding: 40px 0 20px;
}
    .explore-banner.cta-bar {
  padding: 30px 30px;
  margin: 0 0 30px 0;
}
    .recognized h3::before {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin: 0 auto 15px;
}
    .pc-sec03 .pool-serv-tabs {
  padding: 30px 0 10px 0;
}
    .mob-phone{
    display: block;
    position: absolute;
    right: 0;
    top: -28px;
    font-size: 1.3em;
        z-index: 1;
}
    .psc {
  margin: 15px;
}
    .hide1199{
        display: none;
    }
    .pool-serv-tabs {
  padding-left: 0;
        padding-right: 0;
}

    .line1{
    top: 180px;
}
.line2{
    top: 485px;
}
.line3{
    top: 786px;
}
.line4{
    top: 1091px;
}
    .values ul li {
  width: 48%;
}

    .service-page-banner h2 {
  font-size: 2.5em;
}

    .service-page-banner {
  margin-top: 0;
        padding-top: 60px;
}
    
    .location-single h3 {
  font-size: 1.5em;
}
    .featurebox-outer {
  width: 96%;
  margin: 50px 2%;
}
    .overlay-black {
  align-items: center;
  padding: 0;
}
     .rating-box {
  width: 50%;
  margin: 0 auto 50px;
  top: 0;
}
    .nav-hamburger:hover span,
    .nav-hamburger-close:hover span{
        background: #CC8613;
    } 
    .nav-hamburger{
    display: block;
}
    .mobnav-primary{
    background: #fff;
    }
     .mobnav-secondary{
    background: #483B2F;
    }
     .mobnav-secondary,
    .mobnav-primary{
        height: 50%;
         display: flex;
    align-items: center;
         justify-content: center;
        
    }
    .nav-mobile{
position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    display: none;
    z-index: 1;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
    .nav-mobile ul li{
        font-size: 0.875em;
        font-weight: 700;
        list-style-type: none;
    }
    .nav-mobile ul li a{
        text-decoration: none;
    padding: 10px 0;
    display: block;
    }
    .mobnav-secondary ul li a{
        color: #fff;
    }
    .mobnav-primary ul li{
        text-transform: uppercase;
    }
    .nav-mobile ul li a:hover,
    .nav-mobile ul li a:focus{
       color: #CC8613 !important;
    }
    .mobnav-primary ul li a{
       color: #414141;
    }
    .nav-secondary{
        display: none;
    }
   
	.steps-page h2
{
  font-size: 2.5em;
}
	ul.slimmenu li a br{
		display: none;
	}
	.home-steps-inner{
		padding-top: 0 !important;
	}
	.home-why-choose-inner {
  padding: 30px 0;
  border-radius: 0;
}
	ul.slimmenu li::before {
		display: none;
	}
	.sec2con {
  margin-top: 0;
}
	
	.main-nav {
  width: 100%;
		margin: 0;
}
	.topbar.sticky-head{
	position:relative;
	left:auto;
	top:auto;	
	}
	.topbar.sticky-head .logo {
    display: block;
}



	
	.homeform .featurebox::after{
	display:none;	
	}
	.home-cta ul li a {
    padding: 45px 20px 45px 80px;
}
	.home-cta ul li{
	width:33.333333%;
	}
	.v-center {
    align-items: inherit;
}

	.home-featured-products-inner{
	background-size:inherit;	
	}
	.home-welcome-copy .featurebox {
    margin-top: 0;
}
	.header{
	}
	.searchsite{
	display:none;	
	}
	
	
    ul.slimmenu li li .sub-toggle {
       top: 0;
right: -1px;
min-height: inherit;
padding: 3px 14px;
    }
    .service-col {
        background-image: none
    }
    .service-col-inner {
        padding: 20px
    }
    .home-slider .slick-slide::after {
        display: none
    }

    .home-featured-services .row {
        padding-top: 0
    }


	.home-cta ul {
    padding: 20px 20px;
}


    .home-slider .slick-slide::before {
        width: 100%;
        left: 0;
        transform: inherit;
        height: 100%
    }

    .home-slider .slick-arrow {
        margin-top: -30px
    }
    .home-slider .slick-prev {
        left: 5px
    }
    .home-slider .slick-next {
        right: 5px
    }
    
    .homeform .featurebox {
        width: 100%;
        box-shadow: none;
    }
    .sidebar .featurebox h2 br {
        display: none
    }
    
    ul.slimmenu li ul li a,
    ul.slimmenu li:first-child ul li a {
        padding: 5px 15px
    }

    .sec2box h3 .fas {
        right: 10px;
        top: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .homeform {
        margin: 0;
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        float: left;
        height: auto
    }
    .featurebox {
        width: 100%
    }
    .slider-text {
        width: 100%;
    }
    ul.slimmenu li {
        padding-left: 0
    }
    ul.slimmenu li ul {
        border: none;
        box-shadow: none;
        padding: 0;
        border-radius: inherit
    }
    ul.slimmenu li {
        margin-left: 0
    }
    ul.slimmenu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    margin: 0;
    padding: 30px;
    border-radius: 0 0 20px 20px;
        text-align: center;
    }
    ul.slimmenu li a {
padding: 10px 0;
    font-size: 1.0em;
    border: none;
    }
    ul.slimmenu li .sub-toggle {
     right: 0;
    top: 0;
    padding: 4px 15px;
    min-height: 34px;
    display: block;
    background: #eaeaed;
    color: #292929;
    }
    ul.slimmenu li .sub-toggle i {
        color: #292929
    }
    ul.slimmenu li>ul {
        width: 100%
    }
    ul.slimmenu li ul li a {
        padding: 5px 20px 5px 20px
    }
    ul.slimmenu li ul li ul li a {
        padding: 5px 20px 5px 40px
    }
    ul.slimmenu i {
        font-style: normal;
    }

    ul.slimmenu li ul li {
        background: 0 0;
        margin: 0;
        border: none
    }
    ul.slimmenu li ul li:first-child::before {
        content: normal
    }

    .quotebox cite::before {
        content: normal
    }
    .quotebox cite {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0
    }
    
    .test-bg {
        display: none
    }
    .sidebar .featurebox {
        margin-top: 0
    }
    .home-featured-products h2 br {
        display: none
    }
    ul.slimmenu li {
        float: none;
        padding: 0;
    }
    .btn-call {
        float: none;
        display: inline-block;
        margin: 15px 0 0 0
    }
    .box h3 {
        font-size: 1.222em
    }
    .banner-inner h2 {
        font-size: 1.222em
    }
    .featurebox input.input-large[type=text] {
        width: 92%
    }
    .featurebox h3 {
        font-size: 1.111em
    }
    .post h1,
    .post h2 {
        font-size: 1.333em;
    }
    .more {
        display: inline-block
    }
    .intro-pic {
        width: 16%
    }
}

@media screen and (max-width:1024px) {
    .team-single {
  width: 31%;
}
    .sidebtn {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
        clear: both
    }
    .closebtn-icon {
        display: none
    }
    .banner-inner .featurebox {
        width: 100%
    }
    nav ul li a {
        padding: 13px 11px;
        font-size: .778em;
        font-weight: 400
    }
    .slider ul li {
        line-height: 18px!important;
        background-position: left top
    }
}

@media screen and (max-width:991px) {
    .loc-serv img{
        margin: 20px auto 0;
        display: block;
    }
    .temp-pg-lc .steprow .col-lg-4{
        margin-bottom: 25px;
    }
    .temp-pg-lc .steprow .step-no {
margin-bottom: 10px;}
    
.footer h3,
.footer-nav{
  text-align: left;
}
    .gurantee-sec{
        text-align: center;
    }
    .gurantee-sec img{
        margin-bottom: 15px;
    }
    .slider-text h1 {
  font-size: 2.0em;
}
    .home-slider-container {
  padding: 40px 0;
}
     .home-slider {
    padding: 0;
  }
    .home-slider-container .featurebox {
  position: relative;
  left: auto;
  top: auto;
        margin-top: 20px;
}
    .explore-banner.cta-bar h2 {
  margin: 0 0 20px;
  font-size: 1.3em;
}
    .explore-banner{
        text-align: center;
    }
    .normal-content img{
        margin-bottom: 20px;
    }
    .steprow {
  padding: 0 0 30px;
}
    .step-no {
  margin: 25px auto;
}
    .steprow::before {
  display: none;
}
    .extra-features .col-lg-3{
        margin-bottom: 25px;
    }
      .pc-sec03 .psc {
    margin: 15px 0;
  }
    .pc-sec03 .psc-holder {
  margin: 0;
}
    .pc-sec05 p:last-child{
        margin-bottom: 20px;
    }

    .pc-sec04 h2 {
  margin-bottom: 30px;
}
    .pc-sec02 h2 {
  margin-bottom: 20px;
}
    .plan-holder{
        margin: 10px 0;
    }
    .reverse-991{
        flex-direction: column-reverse;
    }
    .banner-inner h1 {
  font-size: 2.0em;
        margin-bottom: 10px;
}
    .banner-inner p {
  font-size: 1.0em;
}
    .contentside {
  padding-left: 0;
}
    .locations-serving ul {
  justify-content: flex-start;
}
    .locations-serving {
  text-align: left;
  padding-top: 0;
}
    .footer img {
  margin: 0 0 10px 0;
}
    .foot-col-1{
        text-align: center;
    }

    .step-info {
  padding: 0;
}
    .team-single .row{
        flex-direction: column-reverse;
}

    .process-pic{
        padding-top: 30px;
    }
    .line-hr{
        display: none;
    }
    .stats ul li {
  width: 50%;
  padding: 15px 15px;
}
    .logos div {
  padding: 10px 20px;
  width: 33.3333%;
}
    .explore-banner.eb-home{
        padding-bottom: 90px;
    }

    .explore-banner.eb-home h2{
        text-align: left;
    }
    .eb-home .explore-banner-inner {
  padding: 20px 0 0 0;
}
    .eb-home .btn {
 float: none;
    position: absolute;
    left: 0;
    bottom: -40px;
}
    .service-box {
  width: 100%;
        
}
    .features h3 {
  font-size: 1.2em;
}
    .features ul li {
width: 49%;
    margin: 15px 0.5%;
}
    .findloc-banner .normal-search {
  margin-top: 0;
}
   
    .explore-banner-inner {
  border-left: none;
  padding: 0;
  margin: 0;
}

      .explore-banner h2 br{
display: none;
}
    .explore-banner{
        padding: 50px 0;
    }
    .location-single:nth-child(3) {
  border-top-right-radius: 0;
}
    .location-single:nth-child(1) {
  border-top-left-radius: 0;
}
    .location-single {
  width: 49%;
}
    .locations-map.featured-blog-thumb img {
  border-radius: 0;
}
    .locations-map.featured-blog-thumb::after {
        display: none;
    }
    .for-location .normal-search {
  margin: 30px 00 0;
}
    .blog-listing .post {
  width: 48%;
}
    .intro-sec h1 {
  font-size: 2.0em;
}
    .featured-blog-thumb img {
  border-radius: 50px;
  margin: 0 auto 30px;
  display: block;
}
    .intro-sec .row{
        flex-direction: column-reverse;
    }
    .featured-blog-thumb::before {
        display: none;
    }
    .page-title h1 {
  font-size: 2.5em;
}
   
    .rm-quote {
  text-align: center;
}
    .testimonials-all .testimonial-single {
  width: 100%;
  margin: 10px 0;
}
    .testimonials-all .testimonial-single:nth-child(1) blockquote,
    .testimonials-all .testimonial-single:nth-child(3) blockquote,
    .testimonials-all .testimonial-single:last-child blockquote{
  border-radius: 0;
}
    .testimonial-single.slick-center + .slick-slide,
.testimonial-single.slick-center + .slick-slide blockquote{
    border-radius:0;
}


    .foot-col {
        margin-bottom: 30px
    }
    .footer {
padding: 40px 0 20px 0;
    text-align: center;
}
 
     .team-bio img{
        margin-bottom: 20px;
    }
	.getstarted-page .featurebox
{
  border-radius: 30px;
  padding: 30px;
}

	.school-building{
		padding-bottom: 20px;
	}
	.recent-projects {
  padding-top: 20px;
}
	.steps {
  padding: 0 0 20px;
}
	.sec2box {
  width: 33.33333%;
  margin: 10px 0;
  padding: 10px 30px;
}
	.step-single {
  width: 31%;
  margin: 10px 1%;
}
	.product-container .sec2box {
  width: 48%;
  margin: 10px 1%;
}

	.foot-col.text-right{
		text-align: center;
	}
	.disc-note {
  margin-top: 20px;
}
	.home-why-choose .slick-dots {
  margin-top: 0;
}

	.serv-image {
min-height: inherit;
    
	}
	
	.home-cta ul li h3 {
  font-size: 1.0em;
}
	
	

	.border-sep{
	border:none;	
	}
	.testimonials-rotator::before {
	left: 30px;
font-size: 2.0em;
	}
	.testimonials-rotator::after {
	right:30px;	
		font-size: 2.0em;
	}

	.home-cta ul li{
	width:100%;
	border-right:none;
	border-bottom:solid 1px rgba(255,255,255,0.15);	
	}
	.home-cta ul li:last-child {
    border-bottom: none;
}
	.home-cta ul li a {
    padding: 15px 15px 15px 60px;
}
.cta-icon {
 top: 21px;
left: 20px;
font-size: 1.2em;
}
	
	

	.locations-served-bar ul li{
	width:31%;	
	}

	
	.overlay-black::after{
	display:none;	
	}
	
	
    .home-featured-services ul li:nth-child(4) .step-arrow {
        display: block
    }

.stepno {
    font-size: 3.0em;
    position: relative;
    left: auto;
    top: auto;
}

    .header img {
        margin-top: 0
    }
    .quotebox::before {
        left: 30px;
        top: 0;
        font-size: 1.8em
    }
    .quotebox::after {
        right: 30px;
        bottom: 0;
        font-size: 1.8em
    }

    .home-why-choose::before {
        display: none
    }
    .product-item h3 {
        font-size: 1em
    }
   

    .home-testimonials::after {
        display: none
    }
    .testimonial h2 {
        margin-bottom: 20px
    }
    .home-welcome-copy img {
        margin-bottom: 20px;
    }
    .gallery-item h3 {
        font-size: 1.3em
    }
    .breadcrumb-bar {
font-size: 0.85em;
    }
   

    
   
   
    .recent-projects ul {
        padding: 0
    }
    .section-title{
        font-size:1.7em;
    }
    
    .overlay-black {
position: relative;
    left: auto;
    top: auto;
    margin: 0;
    background-image: none;
    background-color: #f8f9fa;
    padding: 31px 20px;
    }
    .contact-info {
        min-height: inherit;
        margin-bottom: 10px
    }
    .home-featured-products iframe {
        margin-bottom: 10px
    }
    .sidebar {
        clear: both;
        padding-top: 20px
    }
   
   
    .finance-left,
    .finance-right {
        width: 100%
    }
    nav ul li a {
        font-size: .889em
    }
    nav ul li ul li:hover ul {
        position: relative
    }
    nav ul li ul li ul li a {
        padding-left: 40px
    }
    nav ul {
        text-align: left
    }
    nav ul li {
        border-bottom: 1px solid #504944
    }
    nav ul li ul {
        width: 100%
    }
    nav ul li ul ul {
        left: auto;
        position: relative;
        top: auto;
        margin-bottom: 10px;
        display: block
    }
    .camera_next,
    .camera_prev {
        display: none!important
    }
   
    .accordion h3 span {
        padding-top: 3px
    }
    .tinynav {
        border: none;
        border-radius: 5px;
        display: block;
        padding: 7px 2%;
        width: 70%;
        float: left
    }
}

@media screen and (max-width:900px) {
    .footer-nav li a {
        line-height: 22px
    }
}
@media screen and (max-width:800px) {
    .pc-sec03 .slick-track {
  display: flex;
  flex-wrap: wrap;
}
    .comp-services h2 {
  margin-bottom: 20px;
}
    .pst.slick-current {
  background: #CAE3EC;
}
    .psc-holder .btn-holder {
  text-align: left;
}
    .psc-holder {
  box-shadow: none;
  padding: 0;
  border-radius: inherit;
  height: auto;
}
   .pool-serv-tabs .slick-list,
    .pc-sec03 .slick-list{
        padding: 0 !important;
    }
    .pst,
    .pc-sec03 .pst{
        width: 48% !important;
        margin: 5px 1%;
        background: #E3EAEC;
    }
    .pool-serv-tabs{
        padding-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
      .team-single {
    width: 48%;
  }
    .testimonials-rotator {
  padding: 20px 30px;
}
    
    
    .slider-text-inner {
  width: 100%;
  text-align: center;
}
    .banner-cta {
 text-align: center;
}
        .home-banner-desktop{
     display: none !important;
    }
    .home-banner-mobile{
    display: block !important;
}
    

    .rating-box p {
  font-size: 1.0em;
}
    .rating-box {
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 0;
  }
    .rating-box::before {
        display: none;
    }
	



    .head-email .fa-envelope-o {
        margin: 0 3px 0 0
    }
    .home-featured-products p br {
        display: none
    }
}



@media screen and (max-width:767px) {
    .before-after .col-md-4{
    margin-bottom: 20px;    
    }
    .explore-banner img{
        margin-bottom: 20px;
    }
    .home-copy-green img{
        margin-bottom: 20px;
    }
    .before-after img {
  margin-bottom: 5px;
}
    .section {
    padding: 40px 0;
  }
    .hide767{
        display: none;
    }
    .home-welcome-copy{
    text-align: center;
    }
    .home-welcome-copy .row,
    .home-copy-green .row{
        flex-direction: column-reverse;
    }
     
    .before-after {
text-align: center;
}
    .gallery-page {
  padding: 0 0 40px 0;
}
    .faq-cta {
  padding: 0 0 20px 0;
}

    .steps-page-row .testimonial-single blockquote {
  padding: 30px 20px;
}
    .steps-page-row .testimonial-single {
  margin: 40px 0;
}
    .step-icon {
  left: -85px;
}
    .steps-page-outer {
  padding-left: 20px;
}
    .team-bio {
  padding: 50px 0;
}
    .home-featured-services ul {
  margin: 30px 0 0 0;
}

    .values h2 {
  margin-bottom: 20px;
}
    .logos {
  padding: 0;
}
    .home-blog .blog-listing {
  padding-top: 20px;
}
    .before-after.b-a-home{
        padding: 0 0 40px 0;
    }
    .process-body {
  padding: 20px 0 0px 0;
}
    
    .values ul {
  margin: 0 5%;
}
    .values ul li {
   width: 100%;
    margin: 5px 0;
  }
    .values ul li h3::after {
  margin: 0 0 0 5px;
}
    .values ul li h3 {
  font-size: 1.0em;
  margin: 0 0 0 10px;
}
    .values ul li img{
        max-width: 70px;
    }
    .service-box-inner {
  border-radius: 30px 30px 0 0;
  padding: 40px 30px 40px;
}
    .service-intro {
  padding-top: 40px;
}
    .service-box {
    margin: 0;
        border-radius: 30px 30px 0 0;
  padding: 10px;
  }
     .service-page-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
    .location-single {
    width: 100%;
    margin: 5px 0;
    padding: 35px;
  }
    .contact-cta li {
  font-size: 1.0em;
  padding: 50px 30px;
}
    .contact-cta.contact-cta-alt li {
  padding: 50px 30px;
}
    .page-404 {
  padding: 100px 0;
}
    .gallery-box4 {
  padding-top: 30px;
}
    .gallery-box1 img,
    .gallery-box2 img,
    .gallery-box4 img,
    .gallery-box5 img{
  border-radius: 0;
}
    .page-title {
  padding: 50px 0;
}
    .faq-cta select {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  width: 100%;
  border-radius: 9px;
  margin-bottom: 10px;
}
    .faq-outer h3 .wrapper::before {
  right: 20px;
}
    .faq-outer h3 {
  font-size: 1.0em;
  line-height: normal;
}
    .faq-answer .wrapper {
  padding: 0 20px 30px;
}
    .faq-answer-inner {
  width: 100%;
}
    .faq-outer h3 .wrapper {
  padding: 30px 100px 30px 20px;
}
    .topbar .normal-search {
  margin: 10px 0 0 0;
}
    .headphone{
position: absolute;
    right: 0;
    top: -21px;
    margin: 0;
    font-size: 1.0em;
    }
    .footer-copyrights ul {
  justify-content: flex-start;
}
     .footer-copyrights ul li{
  padding: 0 30px 0 0;
}
	.introbox p {
  border-left: none;
  padding: 0;
}
	.home-why-choose ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
	  .sec2box {
    width: 50%;
  }
	  .step-single {
    width: 48%;
    margin: 7px 1%;
  }
	.footer-copyrights p {
margin:4px 0;  
}
	

	

	.home-featured-services ul li {
        width: 100%;
    margin: 5px 0;
    }
	
	.locations-served-bar ul li{
	width:100%;	
	}
	.contentside.sidebar .form-row {
    margin: 0;
}

.featurebox h2{
font-size:1.2em;	
margin-left:0;
margin-right:0;
}
	.topright {
 text-align: center;
padding: 10px 0;
margin: 0;
}

	.home-why-choose ol{
	padding:0;	
	}
	

	
    

    .home-slider .slick-slide::before {
        display: none
    }
    .product-item {
        width: 48%
    }
    
    .homeform .form-row {
        margin: 0
    }
    .gallery-item {
        width: 49.70%
    }

   


   
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        margin: 0 auto 20px
    }

    .home-slider .slick-slide {
        padding-bottom: 0
    }
    
    .home-slider .slick-dots {
       width: 100%;
position: relative;
left: auto;
bottom: auto;
    }
    .slider-text h3 {
        font-size: 1.111em
    }
    .home-slider {
        border: none
    }

    .sidebox.accordion h3::before {
        top: 0
    }



    .header .wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .introbox h1,
    .introbox h2 {
        margin: 0 0 10px
    }

    .banner-inner h2 {
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
        width: 100%
    }
    .header .col-lg-3 {
        padding-left: 15px
    }
    .head-email {
        padding-top: 0
    }
    .header .col-lg-3 {
        width: 100%
    }
    .featurebox {
        width: 100%
    }
    .sidebar .featurebox {
        margin-top: 0
    }
    .heading {
        font-size: 1.111em;
        padding: 8px 47px 7px 20px;
        display: block;
        clear: both
    }
    .areas-served {
        margin-bottom: 30px
    }
    .accordion h3 span {
        padding-top: 3px
    }

    .cta-btn {
        display: block;
        left: auto;
        margin: 6px auto 0;
        position: relative;
        right: auto;
        top: auto
    }
    .sharethis {
        float: right
    }
    .featurebox input.input-large[type=text] {
        width: 100%
    }
    .camera_next {
        right: 0
    }
    .camera_prev {
        left: 0
    }
    .footer-links.footer-nav li a {
        background: 0 0;
        padding-left: 0
    }
    .footer .span3 {
        background: 0 0
    }
    .featurebox {
        min-height: inherit
    }
}

@media screen and (max-width:640px) {
   


    .home-blog .link-arrow {
  float: none;
  text-align: center;
  display: block;
}
     
    .features ul li {
    width: 100%;
    margin: 5px 0;
  }
      .features h3 {
    font-size: 1.0em;
  }
    .post h1.title a, .post h2.title a {
  min-height: auto;
}

     .blog-listing .post {
    width: 100%;
    margin:15px 0;
  }

	#subsc-popup{
  width: 100%;
		padding: 30px;
}
	 
	
	.home-why-choose ol li a {
  width: 200px;
  height: 200px;
}
   
	

    .product-item img {
        width: 100%
    }
    .product-item {
        width: 100%
    }
    .home-featured-services ul li a::before {
        display: none
    }
    .gallery-page ul li {
       width: 100%;
    margin: 7px 0;
    }
    .service-info {
        position: relative;
        left: auto;
        bottom: auto;
        float: left
    }
    .basic-table td {
        float: left;
        width: 100%;
        padding: 20px
    }
    .header .col-lg-3 {
        padding-left: 15px
    }
    .post h1,
    .post h2 {
        font-size: 1.111em
    }
    .post .btn {
        float: left
    }
    .introtext {
        width: 100%;
        padding: 5px 0 0 0;
        background: 0 0
    }
}

@media screen and (max-width:575px) {
    .slider-text h3 {
    padding: 0;
    margin: 0 0 10px 0;
  }
      .banner-cta {
    flex-direction: column;
  }
      .slider-text h1 {
    font-size: 1.5em;
  }
    .steps-page-row .btn {
  min-width: 100%;
  margin: 3px 0 !important;
}
    .recognized h3 {
  font-size: 1.15em;
}
    .facts-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-right: 10px;
}
    .stats ul li h4{
        padding: 0;
    }
     .section-title {
    font-size:1.4em;
  }
      .team-single {
    width: 100%;
  }
    .stats ul {
  padding: 0;
        margin: 0;
}
    .locations-serving h2 {
  text-align: center;
  line-height: 1;
}
    .service-sec{
        text-align: center;
    }
    .stats{
        text-align: center;
        padding: 50px 0;
    }
    .awards-list div {
  padding: 15px 0;
  width: 100%;
}
    .stats ul li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
    .stats ul li:last-child{
        padding-bottom: 0;
    }

    .logos div {
  padding: 10px 0;
  width: 100%;
}
    .footer-nav.hz {
  justify-content: flex-start;
}
    .footer-nav.hz li {
  width: 50%;
}


	

	.contentside ul li::before
{
  top: 5px;
}
	body
{
  font-size: 100%;
}
	.form-col{
		margin-top: 10px;
	}
	.form-row {
  margin-top: 0;
}
	.home-why-choose .btn {
  margin: 5px;
}
	.full-form .featurebox h2 {
  font-size: 1.3em;
}
	.product-container .sec2box {
	  width: 100%;
	  margin: 10px 0;
}

   .contentside .featurebox input[type="email"], .contentside .featurebox input[type="text"], .contentside .featurebox select, .contentside .featurebox textarea, .contentside .featurebox input[type="tel"]{
	 margin-bottom:10px;  
	 }
	 .contentside .featurebox .form-row{
		 margin:0;
		}
}

@media screen and (max-width:480px) {
    .loc-serv .btn{
        margin-top: 5px;
        margin-bottom: 10px;		
    }
    .promotion-bar {
  padding: 4px 0;
  font-size: 0.80em;
}
    .before-after.b-a-home{
        text-align: center;
    }
    .before-after.b-a-home .btn {
  float: none;
  margin-top: 94px;
}

    .contact-cta.contact-cta-alt li {
    padding: 40px 20px;
    text-align: center;
    justify-content: center;
  }
    .contact-cta li:nth-child(3),
    .contact-cta.contact-cta-alt li:nth-child(1){
  border-bottom: solid 1px rgba(255,255,255,0.3);
}
    .contact-cta li {
  width: 100%;
  padding:40px 20px;
        text-align: center;
}
    .contact-cta li br{
        display: none;
    }

	.getstarted-page .featurebox
{
    padding: 30px 10px;
  }

	.whyicon {
  font-size: 1.500em;
  width: 85px;
  height: 85px;
  margin: 0 auto 15px;
}
	 .sec2box {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
  }
	
	.step-single h3 br,
	.sec2box h3 br{
		display: none;
	}
	.stepicon {
    font-size: 1.0em;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
	  .step-single {
    width: 100%;
    margin: 5px 0;
  }

	.home-featured-services ul li:nth-child(5){
		border-bottom: solid 1px rgba(0,0,0,0.18);
	}
	.service-icon {
    font-size: 2.0em;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

	.gallery-item {
        width: 100%
    }

    .home-slider .slick-slide::before {
        background: 0 0
    }

    .topright .btn {
        display: block;
        width: auto;
        margin: 7px 0 0 0
    }
    .post_info a {
        margin: 0;
        display: block
    }
    .footer h3 {
        font-size: 1.1em
    }
    .sharethis {
        float: left;
        width: 100%
    }
    .post .social-sharing {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        text-align: left
    }
    .topbar p span {
        font-size: .611em
    }
}

@media screen and (max-width:479px) {


    .location-single a.btn {
  font-size: 0.90em;
}
    .c100 {
        float: none;
        margin: 0 auto 10px
    }
    .sec2box-col {
        width: 100%;
        float: left;
        text-align: center
    }
    .sec2box-col:last-child {
        min-width: inherit;
        max-width: inherit;
        padding: 10px 0 0 0
    }
    .slider-text .btn br {
        display: inline-block
    }
    .social-sharing {
        clear: both;
        display: block;
        float: left;
        font-weight: 600;
        margin: 0;
        vertical-align: middle;
        width: 100%
    }
    .post .social-sharing {
        width: 100%
    }
    .featurebox input[type=email],
    .featurebox input[type=text],
    .featurebox select,
    .featurebox textarea {
        font-size: .889em
    }
    .form-full,
    .form-half {
        float: left;
        margin: 0 0 10px 0;
        width: 100%
    }
   
    .form-medium {
        width: 50%
    }
    ul.slimmenu li ul li a {
        padding-left: 10px
    }
    ul.slimmenu li ul li ul li a {
        padding-left: 20px
    }
}
@media screen and (max-width:400px) {

.slider-text .normal-search {
  margin-right: 0;
    margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
}
    }
@media screen and (max-width:320px) {
    .contentside .nav-tabs li {
        width: 100%
    }
    .contentside .nav-tabs li a {
        display: block;
        margin: 0
    }
    .main-nav .btn {
        clear: both;
        display: block;
        width: 100%
    }
}