/*----------------------------------------*/
/*  7.8 counter css start
/*----------------------------------------*/
.tp-counter__bg {
  background-color: var(--tp-theme-1);
  padding: 45px 20px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: -60px;
  position: relative;
  z-index: 9;
  padding-bottom: 5px;
}
.tp-counter__item {
  position: relative;
  z-index: 9;
}
.tp-counter__item h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  position: relative;
}
.tp-counter__item h5 i {
  font-style: normal;
}
.tp-counter__item h5 span {
  height: 25px;
  width: 25px;
  background-color: var(--tp-theme-2);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 32%;
  z-index: -1;
}
.tp-counter__item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: var(--tp-common-white);
}
.tp-counter__shape-1 {
  position: absolute;
  top: -50px;
  left: 0;
}
.tp-counter__shape-1 img {
  opacity: 0.06;
}
.tp-counter__bdr-right {
  position: relative;
}
.tp-counter__bdr-right::after {
  position: absolute;
  top: 20px;
  right: 0;
  height: 34px;
  width: 2px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}
@media (max-width: 767px) {
  .tp-counter__bdr-right::after {
    display: none;
  }
}
