@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  background:#47b756;
  border-radius:5px;
  padding:14px 20px;
}

.common_btn:hover{
  background:#629339;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  background:#629339;
  border-radius:5px;
  padding:14px 20px;
}

.common_btn2:hover{
  background:#47b756;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#666666;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:42px;
  background:#629339;
  right:0;
  top:0;
}

.header-logo{
  width:212px;
  transition:all 600ms ease-in-out; 
}

.header-top{
  background:#629339;
  padding:8px 0 8px 20px;
  position:relative;
  z-index:999;
}

.hd-contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.hd-contact li a:hover{
  color:#000;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed .header-logo{
    width:160px;
  }

  .navbar-default.navbar-fixed .header-link li a{
    padding-top:16px;
    padding-bottom:16px;
  }

  .navbar-default.navbar-fixed .primary-navigation ul ul{
    top:55px !important;
  }

}

.home-banner{
  margin-top:112px;
}

.home-banner .desc{
  left:0;
  bottom:30%;
}

.home-banner .text-block{
  width:610px;
}

.banner-bg-title{
  font-size:48px;
  line-height:52px;
  font-weight:600;
  padding-bottom:15px;
}

.home-banner .inner-list li{
  color:#fff;
}

.book-service-title{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  background:#47b756;
  border-radius:5px;
  padding:14px 20px;
}

.book-service-panel{
  margin-top:-46px;
}

.about-panel{
  padding:80px 0;
}

.about-sm-title{
  font-size:18px;
  color:#47b756;
  line-height:20px;
  font-weight:600;
}

.about-bg-title{
  font-size:36px;
  color:#223645;
  line-height:42px;
  padding-bottom:20px;
}

.about-md-title{
  font-size:20px;
  color:#223645;
  line-height:24px;
  font-weight:600;
}

.about-content .lower{
  border-top:1px solid #b7b7b7;
  padding-top:25px;
}

.about-content .lower .block{
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  padding-left:44px;
}

.about-img{
  z-index:999;
}

.about-img img{
  border-radius:50%;
}

.about-img:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#47b756;
  border-radius:50%;
  left:10px;
  bottom:-35px;
  z-index:-1;
}

.offer-panel{
  background:url(../images/offer-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:85px 0;
}

.offer-title{
  font-size:36px;
  line-height:48px;
  padding:0 12% 30px;
}

.offer-panel ul li.phone a{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:700;
}

.offer-panel ul li.phone a:hover{
  color:#47b756;
}

.service-panel{
  padding:60px 0;
}

.service-sm-title,
.testimonial-sm-title{
  font-size:18px;
  color:#47b756;
  line-height:20px;
  font-weight:600;
}

.service-bg-title,
.testimonial-bg-title{
  font-size:36px;
  color:#223645;
  line-height:40px;
  padding-bottom:32px;
}

.service-box{
  border:1px solid #e1e1e1;
  border-radius:8px;
}

.service-box img{
  border-radius:8px;
}

.service-box .service-content{
  padding:20px 20px 25px;
}

.service-title{
  font-size:22px;
  color:#223645;
  line-height:26px;
}

.choose-panel{
  background:url(../images/choose-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0;
}

.choose-sm-title{
  font-size:18px;
  line-height:20px;
  font-weight:600;
}

.choose-bg-title{
  font-size:36px;
  line-height:40px;
  padding-bottom:25px;
}

.choose-panel .inner-list li{
  color:#fff;
  background:url(../images/tick-icon03.png) no-repeat left 5px;
}

.choose-rt-content .block{
  border-radius:10px;
  padding:20px;
}

.choose-rt-content .block .icon{
  width:75px;
  height:75px;
  line-height:75px;
  background:#47b756;
  border-radius:50%;
}

.choose-rt-content .block .text{
  width:80%;
  padding-left:10px;
}

.choose-title{
  font-size:22px;
  color:#222222;
  line-height:26px;
  font-weight:500;
}

.testimonial-panel{
  background:url(../images/testimonial-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0;
}

.testimonial-box .sp-testimonial-free{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.1) !important;
  border-radius:6px !important;
  min-height:440px;
  padding:25px;
}

.testimonial-box .sp-testimonial-content p{
  font-size:17px !important;
  color:#4b4b4b;
  line-height:24px !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#1c1c27 !important;
  line-height:26px !important;
  font-weight:600 !important;
}

#footer{
  background:url(../images/footer-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0 20px;
}

.footer-top{
  border-bottom:1px solid rgba(255,255,255,.5);
  margin-bottom:20px;
  padding-bottom:28px;
}

.footer-top .col-lg-3{
  border-left:1px solid rgba(255,255,255,.5);
  border-right:1px solid rgba(255,255,255,.5);
}

.footer-title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
}

.ft-link li{
  margin-bottom:20px;
  line-height:0;
}

.ft-link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:url(../images/right-arrow02.png) no-repeat left center;
  padding-left:22px;
}

.ft-link li a:hover,
.ft-contact li a:hover{
  color:#629339;
}

.ft-contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  margin-bottom:20px;
}

.ft-contact li a{
  color:#fff;
}

.ft-contact li span{
  width:22px;
  margin-right:8px;
}

.footer-bottom .text-common a{
	color:#47b756;
}

#back-button {
  display:inline-block;
  background-color:#47b756;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:4px;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.contact-form .block{
  margin-bottom:10px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:18px;
  color:#000;
  line-height:20px;
  font-weight:600;
  margin-bottom:8px;
}

.contact-form .block .form-control{
  height:47px;
  border-radius:6px;
  border:1px solid rgba(75,75,75,.5);
  background:none;
  font-size:16px;
  color:#898989;
  line-height:20px;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#898989;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#898989;
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, rgba(255,255,255,.1) !important;
}

.contact-form .block .btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  text-transform:capitalize;
  background:#47b756;
  border-radius:6px;
  width:100%;
  text-align:center;
  padding:15px 30px;
}

.contact-form .block .btn:hover{
  background:#629339;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/home-banner01.jpg) no-repeat left center;
  background-size:cover;
  margin-top:112px !important;
  padding:150px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#47b756;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:22px;
  color:#629339;
  line-height:24px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#000;
  font-weight:500;
}

.contact-main a:hover{
  color:#629339;
}

.thumb-conatct .form-box{
  background:#fff;
  box-shadow:0 4px 16px rgba(0,0,0,.1);
}

.inner-title{
  font-size:35px;
  color:#223645;
  line-height:40px;
  font-weight:700;
}

.inner-title strong{
  color:#47b756;
}

.inner-sm-title{
  font-size:22px;
  line-height:26px;
  font-weight:700;
  padding-bottom:15px;
}

.inner-list li{
  font-size:16px;
  color:#231f20;
  line-height:22px;
  font-weight:500;
  background:url(../images/tick-icon02.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.cta-title{
  font-size:30px;
  color:#223645;
  line-height:35px;
}

.cta-title strong{
  color:#47b756;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#629339;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.bg-color{
  background:#f7f7f7;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#47b756;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#629339;
}

@media screen and (max-width:1199px){
  .primary-navigation li{
    margin-right:25px !important;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    position:relative;
    padding:10px 0;
  }

  .navbar-default:after{
    display:none;
  }

  .header-logo{
    width:150px;
  }

  .home-banner{
    margin-top:0;
  }

  .banner-bg-title{
    font-size:35px;
    line-height:40px;
  }

  .offer-title{
    padding:0 0 30px;
  }

  .choose-rt-content .block .text{
    width:72%;
  }

  #footer{
    padding-bottom:65px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:0 !important;
    padding:100px 0 80px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:32px;
    line-height:36px;
  }

  .inner-title{
    font-size:28px;
    line-height:34px;
  }

  .thumb-conatct .section .text{
    width:72%;
  }

  
}

@media screen and (max-width:767px){
  .home-banner .desc{
    bottom:12%;
  }

  .home-banner .text-block{
    width:100%;
  }

  .banner-bg-title{
    font-size:26px;
    line-height:32px;
  }

  .common_btn,
  .common_btn2,
  .book-service-title{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .inner-list li{
    font-size:14px;
  }

  .book-service-panel{
    margin-top:0;
  }

  .contact-form .block label{
    font-size:15px;
    line-height:17px;
  }

  .contact-form .block .form-control{
    height:42px;
    font-size:14px;
    padding:10px 15px;
  }

  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about-panel{
    padding:40px 0;
  }

  .about-bg-title,
  .offer-title,
  .service-bg-title, 
  .testimonial-bg-title,
  .choose-bg-title,
  .inner-title,
  .cta-title{
    font-size:24px;
    line-height:30px;
    padding-bottom:15px;
  }

  .text-common{
    font-size:15px;
    line-height:23px;
  }

  .about-md-title{
    font-size:18px;
  }

  .offer-panel,
  .choose-panel,
  .testimonial-panel{
    padding:35px 0;
  }

  .offer-title,
  .service-bg-title, 
  .testimonial-bg-title{
    padding-bottom:22px;
  }

  .offer-panel ul li.phone a{
    font-size:20px;
  }

  .service-panel{
    padding:40px 0;
  }

  .choose-title{
    font-size:18px;
    line-height:24px; 
  }
	
	.testimonial-box .sp-testimonial-free{
		min-height:auto;
	}

  .testimonial-box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .testimonial-box .sp-testimonial-client-name{
    font-size:18px !important;
    line-height:20px !important;
  }

  #footer{
    padding-top:35px;
  }

  .footer-social{
    justify-content:center;
  }

  .footer-logo{
    width:160px;
  }

  .footer-top .col-lg-3{
    border-left:none;
  }

  .footer-title{
    font-size:20px;
    line-height:22px;
  }

  .ft-link li{
    margin-bottom:12px;
  }

  .ft-contact li{
    margin-bottom:15px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:30px;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:18px;
    line-height:20px;
  }

  .contact-main{
    font-size:15px;
    line-height:20px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }

  
}

@media screen and (max-width:575px){
  .home-banner img.big{
    height:260px;
  }

  .ft-link li a{
    font-size:14px;
    line-height:16px;
  }

  .ft-contact li{
    display:flex;
    font-size:13px;
    line-height:18px;
  }

  
}