@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:#4f6808;
  border-radius:15px;
  padding:15px 30px;
}

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

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

.common_btn2:hover{
  background:#4f6808;
  color:#fff;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:url(../images/header-bg.jpg) no-repeat right center; 
  background-size:cover;
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.navbar-default:before{
  content:"";
  position:absolute;
  width:17%;
  height:100%;
  background:#fff;
  left:0;
  bottom:0;
}

.hd-logo{
  width:190px;
  background:#fff;
  padding:15px 0;
  position:relative;
  transition:all 600ms ease-in-out;
}

.hd-logo:after{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:174px 90px 0 0;
  border-color:#fff transparent transparent transparent;
  transform:rotate(0deg);
  right:-90px;
  top:0;
  transition:all 600ms ease-in-out; 
}

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

  .navbar-default.navbar-fixed .hd-logo{
    width:130px;
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo:after{
    border-width:118px 90px 0 0;
  }

}

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

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

.banner-content{
  width:650px;
  background:rgba(0,0,0,.4);
  max-width:100%;
  margin:0 auto;
  padding:30px;
}

.banner-bg-title{
  font-size:48px;
  line-height:56px;
  padding-bottom:8px;
}

.banner-sm-title{
  font-size:32px;
  line-height:40px;
  font-weight:600;
  padding-bottom:20px;
}

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

.service-bg-title,
.h-cta-title,
.about-bg-title,
.choose-bg-title,
.project-bg-title,
.home-form-title,
.testimonial-bg-title,
.testimonial-title{
  font-size:40px;
  color:#040303;
  line-height:48px;
  padding-bottom:25px;
}

.service-bg-title strong,
.about-bg-title strong,
.choose-bg-title strong,
.project-bg-title strong,
.testimonial-title strong{
  color:#b9cb26;
  font-weight:700;
}

.service-box{
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.service-icon{
  background:#fff;
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  position:absolute;
  left:0;
  right:0;
  bottom:-34px;
  margin:0 auto;
}

.service-content{
  min-height:345px;
  padding:50px 25px 30px;
}

.service-title{
  font-size:26px;
  color:#b9cb26;
  line-height:32px;
  font-weight:600;
  padding-bottom:15px;
}

.service-content .common_btn{
  padding:12px 20px;
}

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

.h-cta-panel a{
  font-size:20px;
  line-height:22px;
  padding:18px 35px;
}

.about-sm-title,
.choose-sm-title{
  font-size:22px;
  color:#4f6808;
  line-height:24px;
  font-weight:500;
  border-bottom:2px solid #4f6808;
  margin-bottom:10px;
  padding-bottom:5px;
}

.about-panel{
  background:url(../images/about-bg.jpg) no-repeat center center;
  background-size:cover;
  padding-bottom:90px;
}

.bg-white{
  box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.choose-panel{
  margin-top:-40px;
}

.choose-content{
  padding:35px;
}

.choose-icon{
  display:inline-block;
  width:55px;
  height:55px;
  line-height:55px;
  background:#030303;
  text-align:center;
}

.choose-title{
  display:inline-block;
  width:72%;
  vertical-align:middle;
  font-size:20px;
  color:#040404;
  line-height:26px;
  font-weight:500;
  padding-left:10px;
}

.project-gallery img{
  width:100%;
}

.home-form{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
}

.home-form .lt-block{
  background:rgba(56,148,58,.15);
  border:5px solid rgba(0,0,0,.1);
  border-radius:0 100px 0 0;
  padding:30px;
}

.home-form-title strong,
.testimonial-bg-title strong{
  color:#4f6808;
  font-weight:700;
}

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

.testimonial-bg-title{
  border-bottom:2px solid #4f6808;
  margin-bottom:35px;
  padding-bottom:6px;
}

.testimonial-title{
  margin-bottom:25px;
  padding-bottom:20px;
}

.testimonial-title:after{
  content:"";
  position:absolute;
  width:70px;
  height:3px;
  background:#b9cb26;
  left:0;
  bottom:0;
}

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

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

.testimonial-box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#4f6808 !important;
  line-height:26px !important;
  font-style:italic !important;
  text-align:left !important;
}

.testimonial-box .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.inner-sec .testimonial-box .sp-testimonial-free{
  border:1px solid #4f6808 !important;
  border-radius:10px !important;
  padding:30px;
}

.footer-top{
  background:#2a2d14;
  padding:50px 0 35px;
}

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

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

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

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

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

.ft-contact li span{
	display:inline-block;
	width:30px;
}

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

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

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

#back-button {
  display:inline-block;
  background-color:#4f6808;
  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:160px !important;
  padding:150px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  display:inline-block;
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  margin-bottom:0;
  padding:0;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#4f6808;
  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:16px;
  color:#000;
  line-height:24px;
}

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

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

.thumb-conatct .form-box{
  background:#4f6808;
}

.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:#b9cb26;
  border-radius:15px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#4f6808;
  color:#fff;
}

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

.thumb-conatct .form-box .btn:hover{
  background:#fff;
  color:#4f6808;
}

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

.inner-title strong,
.cta-title strong{
  color:#4f6808;
}

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

.inner-sm-title strong{
  color:#ff8ea3;
}

.inner-list li{
  font-size:16px;
  color:#000;
  line-height:24px;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

.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:#bcce29;
  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:#4f6808;
  padding:15px 20px;
}

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

@media screen and (max-width:991px){
  .navbar-default{
    position:relative;
    background:#fff;
  }

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

  .hd-logo{
    width:120px;
    padding:10px 0;
  }

  .hd-logo:after{
    display:none;
  }

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

  .home-banner .desc{
    bottom:16%;
  }

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

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

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

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


}

@media screen and (max-width:767px){
  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:30px;
  }

  .banner-sm-title{
    font-size:20px;
    line-height:26px;
    padding-bottom:12px;
  }

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

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

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

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

  .inner-sm-title{
    font-size:18px;
    line-height:23px;
  }

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

  .service-content{
    min-height:auto;
  }

  .service-title{
    font-size:20px;
    line-height:25px;
  }

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

  .about-panel{
    padding-bottom:65px;
  }

  .choose-title{
    width:70%;
    font-size:15px;
    line-height:20px;
  }

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

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

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

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

  .footer-top{
    padding:30px 0 25px;
  }

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

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

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

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

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

  .contact-main{
    font-size:14px;
    line-height:18px;
    word-break:break-all;
  }

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

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

  
}

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

  .home-banner .desc{
    bottom:13%;
  }
	
	.banner-content{
		padding:20px;
	}

  .choose-content{
    padding:25px;
  }

  .choose-icon{
    width:45px;
    height:45px;
    line-height:45px;
  }

  .home-form .lt-block{
    padding:20px;
  }

  .home-form .rt-block img{
    width:200px;
  }

  .ft-contact li{
    word-break:break-all;
  }

  
}
