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

p{
  margin-bottom:0;
}

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

button:focus{
  outline:none;
}

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

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

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#205621;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#46b749;
  color:#fff;
}

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

.common_btn2:hover{
  background:#205621;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  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{
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#205621;
  border-radius:30px;
  padding:10px 20px;
}

.header_contact li a span{
  padding-right:5px;
}

.header_contact li:last-child a{
  background:#46b749;
}

.header_bottom{
  background:rgba(255,255,255,.8);
  padding:15px 0;
}

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

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

}

.home_banner .desc{
  left:0;
  bottom:20%;
}

.banner_bg_title{
  font-family: 'Avigea';
  font-size:60px;
  line-height:68px;
  letter-spacing:.02em;
  padding-bottom:15px;
}

.about_panel{
  padding:60px 0 80px;
}

.about_img{
  background:url(../images/leaf-img01.png) no-repeat right top;
}

.about_img img{
  border-radius:150px 0;
}

.about_bg_title,
.service_bg_title,
.register_bg_title,
.information_bg_title,
.faq_title,
.choose_bg_title,
.testimonial_bg_title,
.h_form_title,
.gallery_bg_title,
.h_cta_title{
  font-family: 'Avigea';
  font-size:50px;
  color:#020202;
  line-height:58px;
  letter-spacing:.02em;
  margin-bottom:20px;
  padding-bottom:12px;
}

.about_bg_title span,
.service_bg_title span,
.register_bg_title span,
.information_bg_title span,
.choose_bg_title span,
.h_form_title span,
.gallery_bg_title span,
.h_cta_title span{
  font-family: 'Building Victory';
  color:#46b749;
}

.about_bg_title:after,
.information_bg_title:after,
.testimonial_bg_title:after,
.h_form_title:after,
.gallery_bg_title:after{
  content:"";
  position:absolute;
  width:90px;
  height:1px;
  background:#205621;
  left:0;
  bottom:0;
}

.mission_panel,
.service_panel,
.gallery_panel{
  padding-bottom:60px;
}

.mission_box{
  background:#c2ffc4;
  border-radius:10px;
  height:100%;
  padding:42px 30px 30px;
}

.mission_panel .col-lg-4:nth-child(2) .mission_box{
  background:#46b749;
}

.mission_box:before{
  content:"";
  position:absolute;
  width:80px;
  height:50px;
  background:url(../images/leaf-img02.png) no-repeat center top;
  background-size:100% !important;
  left:0;
  right:0;
  top:-50px;
  margin:0 auto;
}

.mission_panel .col-lg-4:nth-child(2) .mission_box:before{
  background:url(../images/leaf-img03.png) no-repeat center top;
}

.mission_number{
  font-size:20px;
  color:#030303;
  line-height:45px;
  font-weight:600;
  background:#fff;
  width:45px;
  height:45px;
  text-align:center;
  border-radius:50%;
  position:absolute;
  left:0;
  right:0;
  top:-22px;
  margin:0 auto;
}

.mission_title{
  font-size:24px;
  color:#010101;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:15px;
}

.inner_list li{
  font-size:16px;
  color:#030303;
  line-height:24px;
  background:url(../images/right-arrow01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

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

.service_panel .top_panel{
  margin-bottom:35px;
  padding-bottom:16px;
}

.service_panel .top_panel:after{
  content:"";
  position:absolute;
  width:110px;
  height:1px;
  background:#205621;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_box{
  background:#7fda82;
}

.service_img{
  border:1px solid #205621;
}

.service_content{
  padding:25px 25px 0;
}

.service_title{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  min-height:86px;
  padding:15px 0;
}

.service_title:before{
  content:"";
  position:absolute;
  width:75px;
  height:1px;
  background:#205621;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
}

.service_content .text-common{
  min-height:125px;
}

.service_btn{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#fff;
  padding:12px 20px;
}

.service_btn:hover{
  color:#3ea841;
}

.register_panel{
  background:#267728;
}

.register_content{
  width:360px;
}

.register_bg_title span{
  color:#fff;
}

.information_panel,
.choose_panel,
.home_form{
  padding:60px 0;
}

.information_bg_title:after,
.testimonial_bg_title:after,
.h_form_title:after,
.gallery_bg_title:after{
  right:0;
  margin:0 auto;
}

.information_list ul li{
  font-size:26px;
  color:#010101;
  line-height:35px;
  font-weight:500;
  background:url(../images/leaf-img04.png) no-repeat left 6px;
  margin-bottom:20px;
  padding-left:30px;
}

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

.faq_title{
  color:#6bc56d;
  text-decoration:underline;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#379b39;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
    border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.choose_panel{
  background:#d4f8d5;
}

.choose_panel .col-lg-3{
  border-right:2px solid #66b767;
}

.choose_panel .col-lg-3:last-child{
  border-right:none;
}

.testimonial_bg_title{
  color:#3ea740;
}

.testimonial_bg_title:after{
  background:#3ea740;
}

.testimonial_box{
  background:#eef8ee;
  border-radius:0 80px 80px;
  margin-top:65px;
  padding:35px;
  position:relative;
}

.testimonial_box:before{
  content:"";
  position:absolute;
  width:50px;
  height:43px;
  background:url(../images/quote-icon01.png) no-repeat center top;
  left:0;
  right:0;
  top:-65px;
  margin:0 auto;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#020202;
  line-height:28px !important;
  font-weight:500 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Avigea' !important;
  font-size:24px !important;
  color:#46b749 !important;
  line-height:26px !important;
  font-style:italic !important;
  letter-spacing:.02em !important;
}

.h_form_box{
  background:#379b39;
  border-radius:0 30px;
  padding:35px;
}

.h_form_title:after{
  background:#fff;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:color;
  padding:45px 0;
}

.h_cta_title span{
  color:#fff;
}

.h_cta_panel .common_btn{
  background:#fff;
  color:#46b749;
}

.h_cta_panel .common_btn:hover{
  background:#46b749;
  color:#fff;
}

#footer{
  background:#f8f8f8;
}

.home #footer{
  background:#fff;
}

.footer_top{
  padding:50px 0 30px;
}

.footer_title{
  font-family: 'Avigea';
  font-size:25px;
  color:#379b39;
  line-height:28px;
  text-decoration:underline;
  letter-spacing:.02em;
  padding-bottom:16px;
}

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

.footer_link li:last-child,
.footer_link li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_link li{
  font-size:18px;
  color:#020202;
  line-height:20px;
}

.footer_link li a:hover,
.footer_link li a:hover{
  color:#379b39;
}

.footer_link li{
  margin-bottom:12px;
}

.footer_link li span{
  font-weight:600;
}

.footer_link li a{
  color:#020202;
}

.footer_social li img{
  border:1px solid #379b39;
  border-radius:50%;
}

.footer_mid{
  border-top:1px solid rgba(70,183,73,.5);
  border-bottom:1px solid rgba(70,183,73,.5);
  padding:30px 0;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#46b749;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#205621;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#205621;
  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 right top;
  background-size:cover;
  padding:280px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Avigea';
  font-size:52px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  letter-spacing:.02em;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#205621;
  line-height:80px;
  border-radius:0 20px;
  text-align:center;
}

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

.contact-title{
  font-family: 'Avigea';
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  letter-spacing:.04em;
}

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

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

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

.thumb-conatct .form-box{
  background:#379b39;
  border-radius:0 30px;
}

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

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

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

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:2px solid #fff;
  background:none;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center !important;
}

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

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

.contact_form .block .btn{
  display:block;
  width:100%;
  font-size:18px;
  color:#030303;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#fff;
  border:2px solid #205621;
  border-radius:30px;
  text-align:center;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#205621;
  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;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-family: 'Avigea';
  font-size:48px;
  color:#020202;
  line-height:55px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#b46625;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Avigea';
  font-size:44px;
  color:#1c1c1c;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#205621;
  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:#205621;
  padding:15px 20px;
}

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

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

.rl-basicgrid-gallery .rl-gallery-item img{
	width:100%;
}

@media screen and (max-width:1366px){
  .service_content .text-common{
    min-height:150px;
  }



}

@media screen and (max-width:991px){
  .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .home_banner{
    margin-top:80px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:80px !important;
    padding:100px 0 80px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:10%;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
    padding-bottom:12px;
  }

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

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about_panel{
    padding:35px 0 70px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .register_bg_title, 
  .information_bg_title, 
  .faq_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .h_form_title, 
  .gallery_bg_title, 
  .h_cta_title{
    font-size:28px;
    line-height:35px;
  }

  .mission_panel, 
  .service_panel, 
  .gallery_panel{
    padding-bottom:35px;
  }

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

  .mission_box{
    height:auto;
    margin-bottom:70px;
  }

  .mission_panel .col-lg-4:last-child .mission_box{
    margin-bottom:0;
  }

  .inner_list li{
    font-size:14px;
  }

  .service_content{
    padding:25px 20px 0;
  }

  .service_title{
    font-size:18px;
    line-height:24px;
    min-height:102px;
  }

  .service_btn{
    font-size:14px;
    line-height:16px;
  }

  .register_content{
    width:100%;
    padding-bottom:26px;
  }

  .information_panel, 
  .choose_panel, 
  .home_form{
    padding:35px 0;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
    padding:12px 20px;
  }

  .choose_panel .col-lg-3:nth-child(2n){
    border-right:none;
  }

  .testimonial_box,
  .h_form_box{
    padding:25px;
  }

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

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

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

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

  .h_cta_panel{
    padding:30px 0;
  }

  .footer_top{
    padding:30px 0 25xp;
  }

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

  .footer_link li a, 
  .footer_link li{
    font-size:14px;
    line-height:16px;
  }

  .footer_mid{
    padding:25px 0;
  }

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list li{
		font-size:14px;
	}
  
}

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

  .home_banner .desc{
    bottom:7%;
  }

  .banner_content .common_btn,
  .banner_content .common_btn2,
  .h_cta_panel .common_btn,
  .h_cta_panel .common_btn2{
    width:100%;
    text-align:center;
  }

  .about_img img{
    border-radius:80px 0;
  }

  .service_title,
  .service_content .text-common{
    min-height:auto;
  }

  .choose_panel .col-lg-3{
    border-right:none;
  }


  
}
