.tm-info-box-skin8 {
  position: relative;
  margin-bottom: 30px;
  filter: drop-shadow(10px 0 60px rgba(42, 45, 59, 0.1));
}
.tm-info-box-skin8 .info-box-wrapper {
  background-color: #fff;
  padding: 60px 45px;
  position: relative;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
  position: relative;
  transition: all 0.5s ease-in-out;
}
.tm-info-box-skin8 .info-box-wrapper .bottom-circle {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 95px;
  border-radius: 8px;
  background: #ffffff;
  opacity: 0.1;
  z-index: 0;
  transition: all 0.5s ease 0.2s;
  transform: skewY(10deg);
}
.tm-info-box-skin8 .info-box-wrapper .icon-wrapper {
  position: relative;
  color: var(--theme-color1);
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tm-info-box-skin8 .info-box-wrapper::after {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background: #a1a1a1;
  border-radius: 50%;
  top: 37px;
  left: 64px;
  opacity: 0.12;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.tm-info-box-skin8 .info-box-wrapper:before {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background: #a1a1a1;
  opacity: 0.08;
  top: 62px;
  left: 80px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease 0.2s;
}
.tm-info-box-skin8 .info-box-wrapper:hover {
  background: var(--theme-color1);
}
.tm-info-box-skin8 .info-box-wrapper:hover:after {
  background: #fff;
  transform: scaleX(-1);
}
.tm-info-box-skin8 .info-box-wrapper:hover:before {
  background: #fff;
  transform: scaleX(-1);
}
.tm-info-box-skin8 .info-box-wrapper:hover .bottom-circle {
  width: 100%;
  bottom: -60px;
}
.tm-info-box-skin8 .info-box-wrapper:hover .icon-wrapper {
  color: #fff;
}
.tm-info-box-skin8 .info-box-wrapper:hover .title {
  color: #ffffff;
}
.tm-info-box-skin8 .info-box-wrapper:hover .title a {
  color: #ffffff;
}
.tm-info-box-skin8 .info-box-wrapper:hover .text {
  color: #fff;
}
.tm-info-box-skin8 .text {
  position: relative;
  display: block;
  z-index: 1;
}
.tm-info-box-skin8 .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.tm-info-box-skin8 .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
}