/*------------------- 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;
}
.headerWrap {
  width: 100%;
  display: flex;
  padding: 20px 80px;
  font-size: 14px;
  font-weight: 500;
  color: #18251C;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
}
.headerWrap.isScrolling {
  box-shadow: 0 0 7px 3px #00000014;
  padding: 10px 80px;
  background-color: #fff;
}
.headerWrap.isScrolling .headerLogo {
  height: 50px;
}
.headerWrap.isScrolling .headerLogo img {
  width: 50px;
  height: 50px;
  left: 0;
}
.headerWrap.isScrolling .headerLogo span {
  width: auto;
  position: absolute;
  left: 60px;
  bottom: 8px;
}
.headerWrap.isScrolling .headerR {
  gap: 15px;
}
.headerWrap.isScrolling::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00970d;
  background: -moz-linear-gradient(90deg, rgba(0, 151, 13, 0.24973739) 0%, #ffffff 35%, #ffffff 65%, rgba(255, 210, 153, 0.25253852) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 151, 13, 0.24973739) 0%, #ffffff 35%, #ffffff 65%, rgba(255, 210, 153, 0.25253852) 100%);
  background: linear-gradient(90deg, rgba(0, 151, 13, 0.24973739) 0%, #ffffff 35%, #ffffff 65%, rgba(255, 210, 153, 0.25253852) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00970d", endColorstr="#ffd299", GradientType=1);
  z-index: -1;
}
.headerLogo {
  width: 165px;
  height: 90px;
  transition: all 0.3s;
  font-family: 'chunkFive', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0E8E39;
  position: relative;
}
.headerLogo img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  transition: all 0.3s;
}
.headerLogo span {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 2px;
  transition: all 0.3s;
}
.headerR {
  width: auto;
  margin-left: auto;
  display: flex;
  gap: 25px;
  flex-direction: column;
  transition: all 0.3s;
}
.headerRTop {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.headerRTopIn {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.headerRTopIn li {
  border-right: 1px solid #B2C5B8;
  padding: 0 10px;
}
.headerRTopIn li:first-child {
  padding-left: 0;
}
.headerRTopIn li:last-child {
  border-right: 0;
  padding-right: 0;
}
.headerRTopIn li a {
  transition: all 0.3s;
}
.headerRTopIn li a:hover {
  color: #0E8E39;
}
.headerRBottom {
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerRBottom > * {
  border-right: 1px solid #B2C5B8;
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.headerRBottom > *:last-child {
  border-right: 0;
  padding-right: 0;
}
.headerRBottom [class^="tl_"] {
  color: #0E8E39;
  font-size: 19px;
}
.headerNav {
  width: auto;
  display: flex;
  gap: 30px;
}
.headerNav li.isActive > a {
  color: #0E8E39;
}
.headerNav li.isActive > a::after {
  width: 100%;
}
.headerNav a {
  transition: all 0.3s;
  position: relative;
}
.headerNav a::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0E8E39;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.3s;
  position: absolute;
  bottom: -6px;
}
.headerNav a:hover {
  color: #0E8E39;
}
.headerNav a:hover::after {
  width: 100%;
}
.headerNavOption .dropDHead {
  z-index: 1;
}
.headerNavOption:hover .dropDHead {
  color: #0E8E39;
}
.headerNavOption a::after {
  opacity: 0;
}
.headerNavOption .dropDBody {
  width: 265px;
}
.headerNavOption .dropDBodyIn {
  padding: 10px;
  gap: 1px;
}
.headerNavOption .dropDBodyIn li {
  width: 100%;
  display: flex;
}
.headerNavOption .dropDBodyIn a {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1C311E;
  font-weight: 400;
  border-radius: 10px;
  gap: 10px;
  line-height: 1.5em;
}
.headerNavOption .dropDBodyIn a [class^="tl"] {
  font-size: 16px;
  color: #1C311E;
}
.headerNavOption .dropDBodyIn a:hover {
  background-color: #ECFAF0;
  color: #0E8E39;
}
.headerNavUsr .dropDBody {
  left: auto;
  right: 0;
}
.headerNavUsr .proBlock {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1C311E;
  font-weight: 500;
  gap: 15px;
  border-bottom: 1px solid #DDE9DF;
}
.headerNavUsr .proBlockIn {
  width: 45px;
  height: 45px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0E8E39;
  color: #0E8E39;
}
.headerNavUsr .proBlockIn [class^="tl_"] {
  font-size: 26px;
  padding: 5px;
}
.headerNavUsr .proBlockIn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerNavUsr .proLink {
  width: 100%;
  gap: 1px;
  padding: 15px;
}
.headerNavUsr .proLink li {
  width: 100%;
  display: flex;
}
.headerNavUsr .proLink li a {
  width: 100%;
  display: flex;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #1C311E;
  font-weight: 500;
}
.headerNavUsr .proLink li a:hover {
  background-color: #ECFAF0;
  color: #0E8E39;
}
.headerArnge {
  padding-top: 160px;
}
.headerArngeIn {
  padding-top: 130px;
}
.hamburger {
  width: 30px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hamburger span {
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #0E8E39;
  left: 0;
  top: auto;
}
.hamburger span::after,
.hamburger span::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #0E8E39;
}
.hamburger span::after {
  width: 70%;
  left: 0;
  top: -5px;
}
.hamburger span::before {
  width: 80%;
  left: 0;
  top: 5px;
}
.dropBtn {
  display: none;
}
