/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
.bannerWrap {
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  min-height: 100vh;
}
.bannerWrap::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerWrap::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerSlide {
  width: 100%;
  display: flex;
  position: relative;
}
.bannerSlide::after {
  content: '';
  position: absolute;
  width: calc( 100% + 160px);
  height: 75px;
  left: -80px;
  bottom: 0;
  background-color: #fff;
}
.bannerSlideIn {
  width: 100%;
  font-size: 22px;
  color: #373A4C;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}
.bannerSlide .bannerSlidePagination {
  width: 100%;
  bottom: 25%;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
  position: absolute;
}
.bannerSlide .bannerSlidePagination span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ADCA9C;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s;
}
.bannerSlide .bannerSlidePagination span.swiper-pagination-bullet-active {
  background-color: #0E8E39;
  width: 20px;
  height: 20px;
}
.bannerSplit {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bannerSplitWrap {
  width: 100%;
  display: flex;
  gap: 50px;
  padding-bottom: 240px;
}
.bannerSplit.first {
  width: 45%;
}
.bannerSplit.second {
  width: 55%;
}
.bannerSplit .btnOne {
  padding: 15px 40px;
  margin-right: auto;
}
.bannerHead {
  width: 100%;
  font-size: 70px;
  color: #18251C;
  line-height: 1em;
  padding-bottom: 30px;
  font-weight: 600;
  position: relative;
}
.bannerHead span {
  font-weight: 700;
}
.bannerHead::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #0E8E39;
  border-radius: 3px;
  left: 0;
  bottom: 0;
}
.bannerImg {
  width: 95%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 25px;
}
.bannerImg::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  right: -25px;
  top: 0;
  background-color: rgba(0, 114, 10, 0.2);
  border-radius: 0 15px 0 0;
  z-index: -1;
}
.bannerImg::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: -5%;
  background-color: #fff;
  height: 67px;
}
.bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.aboutSplit {
  width: 50%;
  float: left;
  position: relative;
  margin-right: 70px;
  margin-bottom: 135px;
}
.aboutImg {
  width: auto;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  width: 500px;
  height: 460px;
}
.aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutImg.first {
  border: 6px solid #fff;
  position: absolute;
  bottom: -110px;
  left: 30px;
  width: 220px;
  height: 190px;
}
.aboutImg.second {
  border: 6px solid #fff;
  position: absolute;
  bottom: -70px;
  left: 285px;
  width: 340px;
  height: 300px;
}
.aboutCont {
  width: 100%;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  color: #373A4C;
  margin-bottom: 30px;
}
.aboutCont p {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  color: #373A4C;
}
.aboutLink {
  width: auto;
  color: #0E8E39;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin-top: 30px;
}
.aboutLink [class^="tl_"] {
  left: 10px;
  font-weight: 600;
  transition: all 0.3s;
}
.aboutLink:hover {
  color: #096026;
}
.aboutLink:hover [class^="tl_"] {
  left: 5px;
}
.populrHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.populrHead .headOne {
  margin-bottom: 0;
}
.populrLink {
  color: #0E8E39;
  margin-left: auto;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
}
.populrLink:hover {
  color: #096026;
}
.populrSlide {
  width: 100%;
  display: flex;
}
.populrSlideIn {
  margin-top: 30px;
  width: 100%;
}
.populrSlideIn .swiper-slide {
  display: flex;
}
.populrSlide .proSing {
  width: calc(( 100% - 100px) / 4) ;
}
.populrSlide .swiper-initialized .proSing {
  width: 100%;
}
.testWrap {
  width: 100%;
  padding: 80px;
}
.testImg {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.testImg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 35, 11, 0.6);
}
.testImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testSing {
  width: 100%;
  display: flex;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  gap: 30px;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #373A4C;
}
.testSing .quoteBlock {
  font-size: 105px;
  color: #0E8E39;
  position: absolute;
  line-height: 75px;
  pointer-events: none;
}
.testSing .contBlock {
  width: 100%;
  margin-top: 40px;
}
.testSing .testPro {
  width: 100%;
  display: flex;
  gap: 15px;
  font-size: 14px;
}
.testSing .testProImg {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
.testSing .testProImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testSing .testProCont {
  width: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  line-height: 1em;
}
.testSing .testProCont .headBlock {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.testSing .testProCont .ratingBlock {
  width: 100%;
}
.testSing .testProCont .ratingBlock .caption {
  display: none;
}
.testSlide {
  width: 100%;
}
.testSlideIn {
  width: 100%;
  padding: 40px 0;
}
.testSlide .swiper-slide {
  display: flex;
}
.testSlide .testSlide-pagination {
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 25px;
}
.testSlide .testSlide-pagination span {
  width: 14px;
  height: 14px;
  background-color: #81B287;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s;
}
.testSlide .testSlide-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.subsWrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.subsWrapOuter {
  background-color: rgba(14, 142, 57, 0.1);
  padding: 45px 80px;
  position: relative;
  overflow: hidden;
}
.subsWrapOuter::before,
.subsWrapOuter::after {
  content: '';
  position: absolute;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: #30A43D;
  border: 30px solid #fff;
  box-shadow: 0 0 0px 20px #30A43D;
  opacity: 0.049;
  z-index: -1;
}
.subsWrapOuter::before {
  left: -70px;
  bottom: -60px;
}
.subsWrapOuter::after {
  right: -70px;
  top: -60px;
}
.subsWrap .btnFive {
  margin-left: auto;
  flex: 0 0 auto;
}
