.tm-info-box-skin4 {
  position: relative;
  margin-bottom: 30px;
}
.tm-info-box-skin4 .info-box-wrapper {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px 0px rgba(22, 32, 60, 0.08);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.tm-info-box-skin4 .info-box-wrapper .top-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.45);
  opacity: 0.9;
  transform: translate(70%, -70%);
  z-index: 0;
  border-radius: 10px;
  transition: all 0.6s ease 0.2s;
}
.tm-info-box-skin4 .info-box-wrapper .bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.45);
  opacity: 0.9;
  transform: translate(-70%, 70%);
  z-index: 0;
  border-radius: 10px;
  transition: all 0.6s ease 0.2s;
}
.tm-info-box-skin4 .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-skin4 .info-box-wrapper:hover {
  background: var(--theme-color1);
}
.tm-info-box-skin4 .info-box-wrapper:hover .top-shape {
  transform: translate(0%, 0%);
  background: rgba(250, 250, 250, 0.01);
}
.tm-info-box-skin4 .info-box-wrapper:hover .bottom-shape {
  transform: translate(0%, 0%);
  background: rgba(250, 250, 250, 0.01);
}
.tm-info-box-skin4 .info-box-wrapper:hover .icon-wrapper {
  color: #fff;
}
.tm-info-box-skin4 .info-box-wrapper:hover .title {
  color: #ffffff;
}
.tm-info-box-skin4 .info-box-wrapper:hover .title a {
  color: #ffffff;
}
.tm-info-box-skin4 .info-box-wrapper:hover .text {
  color: #fff;
}
.tm-info-box-skin4 .text {
  position: relative;
  display: block;
  z-index: 1;
}
.tm-info-box-skin4 .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.tm-info-box-skin4 .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
}
.tm-info-box-skin4:after {
  content: "";
  background: blue;
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  right: 0;
  transition: 600ms;
}