.counter-item {
  position: relative;
  margin-bottom: 50px;
}
.counter-item:last-child .inner::before {
  display: none;
}
.counter-item .inner {
  position: relative;
  transition: all 300ms ease;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .counter-item .inner {
    transition: none;
  }
}
.counter-item .inner::before {
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  width: 1px;
  height: 165px;
  background-color: #e1e1e1;
}
.counter-item .inner:hover .content .icon-flower-2 {
  top: -70px;
}
.counter-item .inner:hover .count-box {
  color: var(--theme-color1);
}
.counter-item .inner:hover .count-box .counter {
  color: var(--theme-color1);
}
.counter-item .content {
  position: relative;
}
.counter-item .content .icon-flower-2 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  width: 121px;
  height: 186px;
  background-image: url(../../../images/current-theme/icon-flower-2.png);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-item .content .icon-flower-2 {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .counter-item .content .icon-flower-2 {
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.counter-item .count-box {
  font-size: 60px;
  line-height: 54px;
  color: var(--theme-color2);
  margin-bottom: 5px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-item .count-box {
    transition: none;
  }
}
.counter-item .count-box .counter {
  font-size: 60px;
  line-height: 54px;
  color: var(--theme-color2);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-item .count-box .counter {
    transition: none;
  }
}
.counter-item .title {
  margin-bottom: 0;
}

.counter-block-two {
  position: relative;
  margin-bottom: 30px;
}
.counter-block-two:last-child .inner {
  margin-right: 0;
}
.counter-block-two:last-child .inner::before {
  display: none;
}
.counter-block-two .inner {
  position: relative;
  padding-left: 124px;
  padding-top: 10px;
  min-height: 104px;
  border-radius: 10px;
  margin-right: 6px;
  height: 100%;
  transition: all 300ms ease;
}
.counter-block-two .inner:hover .counter-icon i {
  transform: scale(-1) rotate(180deg);
}
@media (max-width: 1199.98px) {
  .counter-block-two .inner {
    padding-left: 93px;
    padding-top: 0;
  }
}
.counter-block-two .counter-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 104px;
  line-height: 135px;
  margin: 0 0 6px;
  text-align: center;
  background-color: #111111;
}
@media (max-width: 1199.98px) {
  .counter-block-two .counter-icon {
    width: 81px;
    height: 81px;
    line-height: 111px;
  }
}
.counter-block-two .counter-icon i {
  display: inline-block;
  color: var(--theme-color1);
  font-size: 62px;
  line-height: 1em;
  transition: all 300ms ease;
}
.counter-block-two .counter {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1.92px;
}
.counter-block-two .counter .animate-number {
  font-size: 40px;
  line-height: 58px;
  font-weight: 400;
  color: #fff;
}
.counter-block-two .title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: -9px;
  letter-spacing: 2px;
}

.counter-block-three {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-three .inner {
  position: relative;
  padding: 0 15px 15px;
  transition: all 300ms ease;
}
.counter-block-three .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #fff, transparent);
  top: auto;
  bottom: 0;
  content: "";
  transition: all 300ms ease;
}
.counter-block-three .inner:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 0;
  background: linear-gradient(to top, var(--theme-color1), transparent);
  content: "";
  transition: all 300ms ease;
}
.counter-block-three .inner:hover::before {
  height: 0;
}
.counter-block-three .inner:hover:after {
  height: 100%;
}
.counter-block-three .content {
  position: relative;
  width: 100%;
  transition: all 300ms ease;
  background-color: #ffffff;
  padding: 65px 20px 25px;
  text-align: center;
  margin: 77px auto 0;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.counter-block-three .content:hover .counter-icon {
  transform: scale(-1) rotate(180deg);
}
.counter-block-three .counter-icon {
  position: absolute;
  top: -77px;
  left: 50%;
  margin-left: -58px;
  height: 116px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color1);
  color: #ffffff;
  border-radius: 50%;
  font-size: 62px;
  z-index: 1;
  transition: all 300ms ease;
}
.counter-block-three .counter-icon i {
  display: inline-flex;
  line-height: 0;
}
.counter-block-three .count-box {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--theme-color2);
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}
.counter-block-three .count-box .counter {
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0;
}
.counter-block-three .title {
  display: block;
  margin-bottom: 0;
  letter-spacing: 0;
}

.counter-block-four {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-four:nth-child(even) .counter-icon {
  color: var(--theme-color2);
}
.counter-block-four .inner:hover .counter-icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.counter-block-four .count-box {
  position: relative;
  padding: 60px 30px 30px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border-radius: 10px;
}
.counter-block-four .counter-icon {
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: -40px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1em;
  color: var(--theme-color1);
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
  transition: all 300ms ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-four .counter-icon {
    transition: none;
  }
}
.counter-block-four .counter {
  font-size: 48px;
  line-height: 1;
  color: var(--theme-color2);
  margin-bottom: 0px;
}

.counter-block-five {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.counter-block-five:nth-child(even) .inner .count-box .counter-icon {
  background-color: var(--theme-color2);
}
.counter-block-five .inner {
  position: relative;
  padding-left: 32px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .counter-block-five .inner {
    padding-left: 0;
  }
}
.counter-block-five .inner:hover .counter-icon {
  background-color: #ffffff;
  color: var(--theme-color1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.counter-block-five .count-box {
  position: relative;
  padding: 20px 30px;
  padding-left: 65px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .counter-block-five .count-box {
    padding-left: 30px;
    padding-top: 50px;
    margin-top: 32px;
    text-align: center;
  }
}
.counter-block-five .counter-icon {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1em;
  border-radius: 50px;
  color: #ffffff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-five .counter-icon {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .counter-block-five .counter-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -32px;
  }
}
.counter-block-five .count-box .counter {
  font-size: 48px;
  line-height: 1em;
  color: var(--theme-color2);
  margin-bottom: 7px;
}

.counter-block-six {
  position: relative;
  margin-bottom: 30px;
}
.counter-block-six .inner {
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px;
  height: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-six .inner {
    transition: none;
  }
}
.counter-block-six .inner::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-color2);
  opacity: 0.05;
  border-radius: 10px;
  content: "";
  transition: all 300ms ease;
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-six .inner::before {
    transition: none;
  }
}
.counter-block-six .inner:hover::before {
  opacity: 1;
}
.counter-block-six .inner:hover .counter-icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.counter-block-six .inner:hover .counter,
.counter-block-six .inner:hover .counter-icon,
.counter-block-six .inner:hover .title {
  color: #ffffff;
}
.counter-block-six .counter-icon {
  display: inline-block;
  font-size: 60px;
  line-height: 1em;
  transition: all 300ms ease;
  margin-bottom: 18px;
  color: var(--headings-color);
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-six .counter-icon {
    transition: none;
  }
}
.counter-block-six .count-box .counter {
  font-size: 48px;
  margin-top: 0;
}

.counter-block-saven {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-saven .inner {
  position: relative;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-saven .inner {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .counter-block-saven .inner {
    text-align: center;
  }
}
.counter-block-saven .inner:hover .counter-icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.counter-block-saven .counter-icon {
  display: inline-block;
  font-size: 60px;
  line-height: 1em;
  transition: all 300ms ease;
  margin-bottom: 25px;
  color: var(--headings-color);
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-saven .counter-icon {
    transition: none;
  }
}
.counter-block-saven .count-box .counter {
  font-size: 48px;
  line-height: 58px;
  margin-top: 0;
}

.counter-block-eight {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-eight .inner {
  position: relative;
  transition: all 300ms ease;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 30px 30px;
  max-width: 230px;
  margin: 30px auto 0;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-eight .inner {
    transition: none;
  }
}
.counter-block-eight .inner:hover .counter-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #ffffff;
  background-color: var(--theme-color2);
}
.counter-block-eight .counter-icon {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color1);
  color: #ffffff;
  font-size: 36px;
  border-radius: 10px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-eight .counter-icon {
    transition: none;
  }
}
.counter-block-eight .count-box .counter {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px;
  color: var(--theme-color2);
}
.counter-block-eight .title {
  margin-bottom: 0;
}

.counter-block-nine {
  position: relative;
  margin-bottom: 30px;
}
.counter-block-nine .inner {
  position: relative;
  transition: all 300ms ease;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-nine .inner {
    transition: none;
  }
}
.counter-block-nine .inner:hover .counter-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #ffffff;
  background-color: var(--theme-color1);
}
.counter-block-nine .counter-icon {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  background-color: var(--theme-color2);
  color: #ffffff;
  font-size: 50px;
  border-radius: 100px;
  transition: all 300ms ease;
  margin-bottom: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .counter-block-nine .counter-icon {
    transition: none;
  }
}
.counter-block-nine .count-box .counter {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--theme-color2);
}
.counter-block-nine .title {
  margin: 0;
}