.tm-info-box-skin7 {
  position: relative;
  margin-bottom: 30px;
}
.tm-info-box-skin7 .info-box-wrapper {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(22, 32, 60, 0.08);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-info-box-skin7 .info-box-wrapper {
    transition: none;
  }
}
.tm-info-box-skin7 .info-box-wrapper .top-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 170px;
  background: rgba(240, 240, 240, 0.45);
  opacity: 0.9;
  transform: translate(60%, 60%);
  z-index: 0;
  border-radius: 50%;
  transition: all 0.8s ease 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-info-box-skin7 .info-box-wrapper .top-circle {
    transition: none;
  }
}
.tm-info-box-skin7 .info-box-wrapper .bottom-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 170px;
  background: rgba(240, 240, 240, 0.45);
  opacity: 0.9;
  transform: translate(70%, 70%);
  z-index: 0;
  border-radius: 50%;
  transition: all 0.9s ease 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-info-box-skin7 .info-box-wrapper .bottom-circle {
    transition: none;
  }
}
.tm-info-box-skin7 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-info-box-skin7 .info-box-wrapper .icon-wrapper {
    transition: none;
  }
}
.tm-info-box-skin7 .info-box-wrapper:hover {
  background: var(--theme-color2);
}
.tm-info-box-skin7 .info-box-wrapper:hover .top-circle {
  transform: translate(45%, 45%);
  background: rgba(250, 250, 250, 0.1);
}
.tm-info-box-skin7 .info-box-wrapper:hover .bottom-circle {
  transform: translate(60%, 60%);
  background: rgba(250, 250, 250, 0.1);
}
.tm-info-box-skin7 .info-box-wrapper:hover .icon-wrapper {
  color: #fff;
}
.tm-info-box-skin7 .info-box-wrapper:hover .title {
  color: #ffffff;
}
.tm-info-box-skin7 .info-box-wrapper:hover .title a {
  color: #ffffff;
}
.tm-info-box-skin7 .info-box-wrapper:hover .text {
  color: #fff;
}
.tm-info-box-skin7 .text {
  position: relative;
  display: block;
  z-index: 1;
}
.tm-info-box-skin7 .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.tm-info-box-skin7 .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
}