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

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;
}

@font-face {
  font-family: 'Segoe Print';
  src: url('../fonts/SegoePrint-Bold.eot');
  src: url('../fonts/SegoePrint-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SegoePrint-Bold.woff2') format('woff2'),
      url('../fonts/SegoePrint-Bold.woff') format('woff'),
      url('../fonts/SegoePrint-Bold.ttf') format('truetype'),
      url('../fonts/SegoePrint-Bold.svg#SegoePrint-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.button1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#0e8944;
  border:4px solid #afd38a;
  border-radius:30px;
  padding:14px 20px;
}

.button1:hover{
  background:#afd38a;
  color:#030303;
}

.button2{
  font-size:16px;
  color:#030303;
  line-height:18px;
  letter-spacing:.02em;
  background:#afd38a;
  border:4px solid #0e8944;
  border-radius:30px;
  padding:14px 20px;
}

.button2:hover{
  background:#0e8944;
  color:#fff;
}

.paragraph{
  font-size:17px;
  color:#050505;
  line-height:27px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

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

.upper_header{
  border-bottom:1px solid #cfe3be;
  padding:10px 0;
  transition:all 500ms ease-in-out;
}

.upper_header .lt_side ul li{
  font-size:16px;
  color:#030303;
  line-height:18px;
  letter-spacing:.02em;
}

.upper_header .lt_side ul li a{
  color:#030303;
}

.upper_header .lt_side ul li a:hover{
  color:#3ead4f;
}

.lower_header{
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.logo_block{
  width:172px;
}

.lower_header .ph_button{
  background:url(../images/ph-icon01.png) no-repeat left center;
  padding-left:45px;
}

.lower_header .ph_button a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:600;
  letter-spacing:.02em;
}

.lower_header .ph_button h6{
  font-size:15px;
  color:#030303;
  line-height:17px;
}

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

  .navbar-default.navbar-fixed .lower_header{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

}

.banner_panel{
  background:linear-gradient(to bottom, #fff, #cbe2b7);
  margin-top:150px;
  padding:60px 0;
}

.banner_content h1{
  font-size:50px;
  color:#16341b;
  line-height:56px;
  letter-spacing:-.03em;
  margin-bottom:20px;
}

.banner_review img{
  margin-top:-118px;
}

.home_cta_panel{
  background:url(../images/home-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:20px 0;
}

.home_cta_panel .col-lg-5{
  border-right:1px solid #b7ce33;
}

.home_cta_panel .cta_content h3{
  font-size:40px;
  line-height:46px;
  letter-spacing:-.02em;
}

.home_cta_panel .cta_button .icon{
  display:inline-block;
  width:70px;
  height:70px;
  line-height:70px;
  background:#05a868;
  border-radius:8px;
  text-align:center;
}

.home_cta_panel .cta_button .content{
  display:inline-block;
  vertical-align:middle;
  padding-left:15px;
}

.home_cta_panel .cta_button .content a{
  font-size:30px;
  color:#fff;
  line-height:32px;
  font-weight:700;
  letter-spacing:.03em;
}

.home_cta_panel .cta_button .content a:hover{
  color:#b7ce33;
}

.home_cta_panel .cta_button .content h6{
  font-size:22px;
  line-height:24px;
  font-weight:300;
  letter-spacing:.02em;
}

.service_panel,
.review_block,
.blog_panel{
  padding:65px 0;
}

.service_panel .left_side h4,
.about_content h4,
.review_block .upper_block h4,
.project_content h4,
.blog_panel .top_panel h4{
  font-family: 'Segoe Print';
  font-size:20px;
  color:#75a76f;
  line-height:22px;
  letter-spacing:.03em;
  margin-bottom:10px;
}

.service_panel .left_side h2,
.about_content h2,
.choose_panel .rt_block h2,
.review_block .upper_block h2,
.project_content h2,
.book_panel .right_side .upper h2,
.blog_panel .top_panel h2{
  font-size:45px;
  color:#16341b;
  line-height:50px;
  letter-spacing:-.03em;
  margin-bottom:20px;
}

.service_box{
  background:#f0f5eb;
  border-radius:10px;
  padding:15px;
}

.service_box img.big{
  clip-path:polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.service_box:hover{
  background:#b7ce33;
}

.service_icon{
  position:absolute;
  width:65px;
  height:65px;
  line-height:65px;
  background:#32a948;
  text-align:center;
  border-radius:0 30px 30px 30px;
  right:12px;
  bottom:-20px;
}

.service_content{
  padding-top:45px;
}

.service_content h5{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:700;
  margin-bottom:12px;
}

.service_box:hover h5,
.service_box:hover p{
  color:#fff;
}

.service_content a{
  position:absolute;
  width:40px;
  right:-30px;
  bottom:-50px;
}

.video_panel,
.about_panel,
.project_panel{
  padding-bottom:65px;
}

.video_panel .bottom_panel{
  margin-top:-100px;
}

.video_panel .bottom_panel .box{
  border-radius:20px;
  height:100%;
  padding:25px;
}

.video_panel .bottom_panel .box.first{
  background:url(../images/video-btm-img01.png) no-repeat right 15px bottom 20px, linear-gradient(to bottom right, #68b864, #0f8944);
  background-size:100px, auto;
  padding:25px 100px 25px 25px;
}

.video_panel .bottom_panel .box.first h3{
  font-size:26px;
  line-height:30px;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.video_panel .bottom_panel .box.first h3 span{
  font-size:38px;
  line-height:42px;
}

.video_panel .bottom_panel .box.second{
  background:#0d6533;
}

.video_panel .bottom_panel .box.second h4{
  font-size:25px;
  line-height:30px;
  background:url(../images/commitment-icon01.png) no-repeat left center;
  background-size:20px;
  margin-bottom:12px;
  padding-left:30px;
}

.video_panel .bottom_panel .box.third{
  background:#31a949;
}

.video_panel .bottom_panel .box.third h5{
  font-size:18px;
  line-height:24px;
  letter-spacing:.02em;
  position:absolute;
  width:100px;
  left:50px;
  top:40px;
}

.video_panel .bottom_panel .box.third h5 span{
  font-size:28px;
  line-height:32px;
  font-weight:700;
}

.about_content .middle .image{
  width:30%;
}

.about_content .middle .image img{
  border-radius:15px;
}

.about_content .middle .content{
  width:70%;
}

.about_content .middle .content ul li{
  font-size:17px;
  color:#020202;
  line-height:22px;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  background-size:16px;
  margin-bottom:10px;
  padding-left:26px;
}

.about_content .middle .content ul li:last-child{
  margin-bottom:0;
}

.choose_panel:before,
.choose_panel:after{
  content:"";
  position:absolute;
  width:50%;
  height:100%;
  background:#75a76f;
  left:0;
  top:0;
  z-index:-1;
}

.choose_panel:after{
  background:#b7ce33;
  left:auto;
  right:0;
  z-index:-1;
}

.choose_panel .thumb_block{
  background:url(../images/skip-bins-img04.png) no-repeat center bottom;
  background-size:500px;
}

.choose_panel .lt_block{
  padding:50px 150px 50px 0;
}

.choose_panel .rt_block{
  height:100%;
  padding:50px 0 50px 60px;
}

.choose_panel .lt_block .box{
  background:linear-gradient(to right, #75bf88 , #a6cf88);
  border:1px solid #fff;
  border-radius:15px;
  position:relative;
  padding:20px;
  z-index:999;
}

.choose_panel .lt_block .box h3{
  font-size:32px;
  line-height:34px;
  font-weight:700;
  margin-bottom:10px;
}

.choose_panel .lt_block .box h6{
  font-size:18px;
  line-height:22px;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.choose_panel .rt_block ul:before{
  content:"";
  position:absolute;
  width:75%;
  height:1px;
  background:#fff;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.review_block .lower_block .image_box img{
  border-radius:20px 0 0 20px;
}

.review_block .lower_block .content_box{
  background:#31a949;
  border-radius:0 20px 20px 0;
  height:100%;
  padding:20px;
}

.sp-testimonial-item{
  margin:0 !important;
}

.sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
  font-weight:500 !important;
  letter-spacing:.02em !important;
  border-bottom:1px solid rgba(0,0,0,.2);
  text-align:left !important;
  padding:0 0 20px !important;
}

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#fff !important;
  line-height:26px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  font-style:italic !important;
  text-align:left !important;
}

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

.project_image .content{
  position:absolute;
  width:70%;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  padding:20px;
}

.project_image .content h5{
  font-size:18px;
  color:#030303;
  line-height:22px;
  font-weight:600;
  margin-bottom:10px;
}

.project_image .content ul li{
  font-size:15px;
  color:#050505;
  line-height:22px;
  margin-bottom:10px;
}

.project_image .content ul li:last-child{
  margin-bottom:0;
}

.book_panel{
  background:#0d6533;
}

.book_panel .left_side:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom, rgba(120,167,114,.0), #78a772);
  left:0;
  top:0;
}

.book_panel .left_side .content{
  position:absolute;
  left:0;
  bottom:0;
  padding:0 30px 30px;
}

.book_panel .left_side .content h3{
  font-size:30px;
  color:#020202;
  line-height:35px;
  margin-bottom:10px;
}

.book_panel .right_side{
  width:800px;
}

.book_panel .right_side .upper{
  border-bottom:1px solid #b7ce33;
  margin-bottom:20px;
  padding-bottom:15px;
}

.blog_box .blog_img h6{
  font-size:15px;
  color:#020202;
  line-height:18px;
  background:#bee0ce;
  border-radius:30px;
  padding:10px 20px;
  position:absolute;
  left:20px;
  bottom:20px;
}

.blog_content h5{
  font-size:20px;
  color:#030303;
  line-height:25px;
  font-weight:600;
  border-bottom:1px solid #75bf88;
  margin-bottom:20px;
  padding:20px 0;
}

.blog_content a{
  font-size:17px;
  color:#b7ce33;
  line-height:20px;
  font-weight:600;
  background:url(../images/right-arrow02.png) no-repeat 96% center;
  padding-right:25px;
}

.blog_content a:hover{
  background-position:100% center;
}

#footer{
  background:linear-gradient(to bottom, #cee2bd, #1a703f);
  padding:50px 0 30px;
}

.footer_top{
  border-bottom:1px solid #b7ce33;
  margin-bottom:25px;
  padding-bottom:20px;
}

.footer_top .rt_side .section .icon{
  display:inline-block;
}

.footer_top .rt_side .section .content{
  display:inline-block;
  vertical-align:middle;
  padding-left:10px;
}

.footer_top .rt_side .section .content h5{
  font-size:15px;
  color:#050505;
  line-height:18px;
  letter-spacing:.03em;
  margin-bottom:4px;
}

.footer_top .rt_side .section .content h6{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
}

.footer_top .rt_side .section .content a{
  color:#030303;
}

.footer_top .rt_side .section .content a:hover{
  color:#fff;
}

.footer_mid{
  padding-bottom:40px;
}

.footer_mid .block h4{
  font-size:24px;
  color:#0d6533;
  line-height:26px;
  font-weight:600;
  margin-bottom:20px;
}

.footer_mid .block ul li{
  line-height:0;
  margin-bottom:10px;
}

.footer_mid .block ul li a{
  font-size:16px;
  color:#030303;
  line-height:18px;
}

.footer_mid .block ul li a:hover{
  color:#0d6533;
}

.footer_mid .block h5{
  font-size:22px;
  color:#030303;
  line-height:24px;
  font-weight:600;
}

.footer_bottom p span,
.footer_bottom p a{
  color:#fff;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#0e8944;
  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:linear-gradient(to bottom, #fff, #cbe2b7);
  margin-top:150px !important;
  padding:120px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#030303;
  line-height:56px;
  font-weight:700;
  letter-spacing:.02em;
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#533925;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.inner_cont_sec .form_block{
  background:#a38153;
  border-radius:20px;
}

.contact_form .block{
  margin-bottom:10px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:none;
  background:#cfe3be;
  font-size:16px;
  color:#030303;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#030303;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#030303;
}

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

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, rgba(255,255,255,.4) !important;
}

.contact_form .block select option{
  color:#000;
}

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

.contact_form .block .btn{
  width:100%;
  font-size:17px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#31a949;
  border-radius:30px;
  text-transform:inherit;
  border:none;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#afd38a;
  color:#030303;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.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;
  letter-spacing:.02em;
  background:#0e8944;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#afd38a;
  color:#030303;
}

@media screen and (max-width:1366px){
  .book_panel .right_side{
    width:660px;
  }


}

@media screen and (max-width:991px){
  .lower_header{
    box-shadow:0 4px 6px rgba(0,0,0,.15) !important;
  }

  .logo_block{
    width:140px;
  }

  .banner_panel{
    margin-top:85px;
  }

  .choose_panel .lt_block{
    padding:50px 60px 50px 0;
  }

  .book_panel .right_side{
    width:420px;
  }

  #footer{
    padding-bottom:75px;
  }

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

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


}

@media screen and (max-width:767px){
  .banner_panel{
    padding:40px 0 30px;
  }

  .banner_content h1,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
    margin-bottom:14px;
  }

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

  .button1,
  .button2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    border-width:2px;
    padding:12px 18px;
  }

  .home_cta_panel .col-lg-5{
    border-right:none;
  }

  .home_cta_panel .cta_content h3{
    font-size:26px;
    line-height:32px;
  }

  .home_cta_panel .cta_button .icon{
    width:60px;
    height:60px;
    line-height:60px;
  }

  .home_cta_panel .cta_button .content a{
    font-size:25px;
    line-height:28px;
  }

  .home_cta_panel .cta_button .content h6{
    font-size:16px;
    line-height:18px;
  }

  .service_panel, 
  .review_block, 
  .blog_panel{
    padding:35px 0;
  }

  .service_panel .left_side h2, 
  .about_content h2, 
  .choose_panel .rt_block h2, 
  .review_block .upper_block h2, 
  .project_content h2, 
  .book_panel .right_side .upper h2, 
  .blog_panel .top_panel h2{
    font-size:28px;
    line-height:34px;
  }

  .service_content h5{
    font-size:20px;
    line-height:26px;
  }

  .video_panel, 
  .about_panel, 
  .project_panel{
    padding-bottom:35px;
  }

  .video_panel .bottom_panel{
    margin-top:25px;
  }

  .video_panel .bottom_panel .box{
    height:auto;
  }

  .video_panel .bottom_panel .box.first h3,
  .video_panel .bottom_panel .box.second h4{
    font-size:22px;
    line-height:28px;
  }

  .video_panel .bottom_panel .box.first h3 span{
    font-size:30px;
    line-height:32px;
  }

  .about_content .middle .content ul li{
    font-size:15px;
  }

  .choose_panel:before, 
  .choose_panel:after{
    display:none;
  }

  .choose_panel .thumb_block{
    background:none;
  }

  .choose_panel .lt_block,
  .choose_panel .rt_block{
    background:#75a76f;
    padding:30px;
  }

  .choose_panel .rt_block{
    background:#b7ce33;
    height:auto;
  }

  .choose_panel .lt_block .box{
    padding:15px;
  }

  .choose_panel .lt_block .box h3,
  .book_panel .left_side .content h3{
    font-size:24px;
    line-height:26px;
  }

  .review_block .lower_block .image_box img{
    border-radius:20px 20px 0 0;
  }

  .review_block .lower_block .content_box{
    border-radius:0 0 20px 20px;
  }

  .sp-testimonial-content p{
    font-size:16px !important;
    line-height:24px !important;
  }

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

  .project_image .content{
    width:90%;
  }

  .book_panel .right_side{
    width:100%;
  }

  .contact_form .block .form-control{
    font-size:14px;
    height:45px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .blog_content a{
    font-size:15px;
    line-height:18px;
  }

  #footer{
    padding-top:35px;
  }

  .footer_mid .block h4{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_mid .block ul li a{
    font-size:15px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

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

  
}

@media screen and (max-width:575px){
  .video_panel .bottom_panel .box{
    padding:20px;
  }

  .about_content .middle .image,
  .about_content .middle .content{
    width:100%;
  }

  .choose_panel .lt_block, 
  .choose_panel .rt_block{
    padding:20px;
  }

  .choose_panel .rt_block ul:before{
    width:60%;
  }

  .project_image .content{
    position:inherit;
    margin-top:-70px;
  }

  .book_panel .left_side .content{
    padding:0 20px 20px;
  }

  
}
