@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  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;
  background:#8ba23d;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#8bbaf8;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#8bbaf8;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#8ba23d;
  color:#fff;
}

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

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

.header-top{
  background:#117840;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.hd-contact li span{
  margin-right:8px;
}

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

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

.header-bottom{
  background:#edebeb;
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header-top{
    margin-top:-53px;
  }

  .navbar-default.navbar-fixed .header-bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:90px;
  }

}

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

.home-banner .ms-slide-info{
  position:absolute !important;
  left:0;
  bottom:18%;
}

.banner-content{
  width:520px;
  max-width:100%;
}

.banner-sm-title{
  font-size:20px;
  color:#f4fcd4;
  line-height:22px;
  font-weight:600;
  padding-bottom:10px;
}

.banner-bg-title{
  font-size:46px;
  line-height:54px;
  padding-bottom:20px;
}

.about-img{
  width:45%;
  left:0;
  z-index:9;
}

.about-img:before{
  content:"";
  position:absolute;
  width:100%;
  height:90%;
  border:2px solid #3b8efb;
  right:-40px;
  top:0;
  bottom:0;
  margin:auto 0;
  z-index:-1;
}

.about-panel,
.service-panel,
.home-form,
.testimonial-panel{
  padding:60px 0;
}

.about-bg-title,
.service-bg-title,
.choose-bg-title,
.home-form-title,
.testimonial-bg-title,
.cta-bg-title{
  font-size:42px;
  color:#2e945c;
  line-height:48px;
  padding-bottom:20px;
}

.about-sm-title{
  font-size:20px;
  color:#0e0e0e;
  line-height:26px;
  font-weight:600;
  padding-bottom:25px;
}

.about-listing li,
.inner-list li{
  display:inline-block;
  width:49%;
  font-size:16px;
  color:#5f5e5e;
  line-height:26px;
  vertical-align:top;
  background:url(../images/right-arrow01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

.about-content .icon{
  display:inline-block;
}

.about-content .text{
  display:inline-block;
  vertical-align:middle;
  padding-left:10px;
}

.call-title{
  font-size:17px;
  color:#4f4f4f;
  line-height:19px;
  font-weight:500;
  padding-bottom:6px;
}

.call-main a{
  font-size:22px;
  color:#020202;
  line-height:24px;
  font-weight:600;
}

.call-main a:hover{
  color:#8bbaf8;
}

.service-panel{
  background:#f6f5f5;
}

.service-bg-title{
  color:#3364a4;
  border-bottom:2px solid #3364a4;
  padding-bottom:6px;
  margin-bottom:35px;
}

.service-box{
  background:#9bab63;
  border-radius:15px;
  min-height:502px;
  padding:25px;
}

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

.service-title{
  font-size:22px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding:20px 0 15px;
}

.service-box a{
  font-size:16px;
  color:#040000 !important;
  line-height:18px;
  background:#fff;
  border-radius:10px;
  padding:10px 20px;
}

.service-box a:hover{
  background:#8bcbf8;
}

.service-panel .owl-item:nth-child(2n) .service-box{
  background:#4a8163;
}

.choose-panel{
  margin-bottom:60px;
}

.choose-top{
  background:url(../images/choose-bg.png) no-repeat center center, #8bcbf8;
  padding:60px 0 120px;
}

.choose-box{
  background:#fff;
  border-bottom:5px solid #b4b2b2;
  border-radius:15px;
  padding:40px 20px;
}

.choose-icon{
  background:#fff;
  width:60px;
  height:60px;
  line-height:60px;
  border-radius:50%;
  text-align:center;
  box-shadow:0 4px 15px rgba(186,252,192,.9);
  margin:0 auto;
}

.choose-title{
  font-size:18px;
  color:#010000;
  line-height:22px;
  font-weight:600;
  padding-top:20px;
}

.choose-bottom{
  margin-top:-100px;
}

.home-form{
  background:#88cfa8;
}

.home-form-title,
.testimonial-bg-title{
  color:#000;
}

.testimonial-sm-title{
  font-size:22px;
  color:#178f07;
  line-height:24px;
  font-weight:600;
  padding-bottom:10px;
}

.testimonial-box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial-box .sp-testimonial-free{
  background:#f1efef !important;
  padding:100px 30px 30px;
}

.testimonial-box .sp-testimonial-content p{
  text-align:left !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:22px !important;
  color:#000 !important;
  line-height:24px !important;
  font-weight:600 !important;
  position:absolute;
  top:30px;
}

.testimonial-box .sp-testimonial-client-rating{
  position:absolute;
  top:65px;
}

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

.cta-btn .common_btn{
  font-size:20px;
  line-height:22px;
  padding:20px 35px;
}

.footer-top{
  background:#000;
  padding:50px 0 30px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.footer-link li{
  line-height:0;
  margin-bottom:10px;
}

..footer-link li:last-child,
.ft-contact li:last-child{
  margin-bottom:0;
}

.footer-link li a,
.ft-contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer-link li a:hover,
.ft-contact li a:hover,
.footer-bottom .text-common a{
  color:#8ba23d;
}

.ft-contact li{
  display:flex;
  line-height:22px;
  margin-bottom:15px;
}

.ft-contact li span{
  display:inline-block;
  width:24px;
  text-align:center;
  margin-right:10px;
}

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

.footer-bottom{
  padding:20px 0;
}

#back-button {
  display:inline-block;
  background-color:#8ba23d;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  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;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:182px !important;
  padding:140px 0 120px !important;
}

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

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

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

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

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

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

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

.thumb-conatct .form-box{
  background:#88cfa8;
}

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

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

.contact-form .block label{
  font-size:16px;
  color:#323232;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:48px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

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

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

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

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

.contact-form .block select{
  background:url(../images/down-arrow01.png) no-repeat 96% center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#8bbaf8;
  border-radius:10px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#fff;
  color:#1c1c1c;
}

.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;
  color:#000;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

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

.inner-title strong,
.cta-title strong{
  color:#8ba23d;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  display:block;
  width:100%;
}

.inner-list li:last-child{
  margin-bottom:0;
}

.bg-color{
  background:#f7f7f7;
}

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

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

.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:#8ba23d;
  padding:15px 20px;
}

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

.wpb_row .master-slider-parent *, 
.master-slider-parent *{
	box-sizing:inherit !important;
}

@media screen and (max-width:991px){
  .navbar-default{
    position:inherit;
  }

  .header-bottom{
    padding:10px 0;
  }

  .hd-logo{
    width:90px;
  }

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

  .home-banner .ms-slide-info{
    bottom:10%;
  }

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

  .footer-bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

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

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



}

@media screen and (max-width:767px){
  .banner-content{
    width:400px;
  }

  .home-banner .ms-slide-info{
    bottom:7%;
  }

  .banner-sm-title{
    font-size:15px;
    line-height:20px;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:12px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .common_btn,
  .common_btn2,
  .contact-form .block .btn,
  .cta-btn .common_btn,
  .service-box a{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about-panel, 
  .service-panel, 
  .home-form, 
  .testimonial-panel{
    padding:35px 0;
  }

  .about-img{
    position:inherit !important;
    width:100%;
  }

  .about-img:before{
    display:none;
  }

  .about-bg-title, 
  .service-bg-title, 
  .choose-bg-title, 
  .home-form-title, 
  .testimonial-bg-title, 
  .cta-bg-title,
  .inner-title,
  .cta-title{
    font-size:25px;
    line-height:30px;
    padding-bottom:16px;
  }

  .about-sm-title{
    font-size:16px;
    line-height:22px;
    padding-bottom:16px;
  }

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

  .call-main a{
    font-size:18px;
    line-height:20px;
  }
	
	.service-box{
		min-height:470px;
	}

  .service-title{
    font-size:18px;
    line-height:22px;
  }

  .service-box a{
    padding:10px 15px;
  }

  .choose-panel{
    margin-bottom:35px;
  }

  .choose-top{
    padding:35px 0 110px;
  }

  .choose-title{
    font-size:15px;
    line-height:18px;
  }

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

  .contact-form .block textarea.form-control{
    height:85px;
  }

  .testimonial-sm-title{
    font-size:16px;
    line-height:18px;
  }

  .testimonial-box .sp-testimonial-free{
    padding:100px 20px 20px;
  }

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

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

  .footer-top{
    padding-top:35px;
  }

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

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

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

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

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

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

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


  
}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:330px !important;
  }
	
  .home-banner .ms-view img{
	object-fit:cover;
  }

  .contact-main{
    word-break:break-all;
  }

	.service-box{
		min-height:0;
	}
  
}
