.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style8 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  text-align: center;
}
.service-block-style8 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px;
  transition: all 300ms ease;
}
.service-block-style8 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #f1f1f1;
  content: "";
  transition: all 300ms linear;
  z-index: -1;
}
.service-block-style8 .inner-box:hover:before {
  height: 100%;
}
.service-block-style8 .inner-box:hover .icon {
  color: var(--theme-color2);
  transform: rotate(-360deg);
}
.service-block-style8 .service-icon {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
}
.service-block-style8 .service-icon:before {
  position: absolute;
  right: -20px;
  top: 0;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: #f8f8f8;
  content: "";
  transition: all 300ms linear;
  z-index: -1;
}
.service-block-style8 i {
  position: relative;
  color: var(--theme-color1);
  font-size: 60px;
  font-weight: 900;
  transition: all 300ms ease;
}
.service-block-style8 .service-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.service-block-style8 .service-details {
  margin-bottom: 15px;
  position: relative;
  transition: all 300ms ease;
}
.service-block-style8 .read-more {
  font-size: 12px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 100ms linear;
  margin-top: 15px;
}
.service-block-style8 .read-more i {
  margin-left: 10px;
  color: var(--theme-color1);
  font-size: 16px;
  transition: all 100ms linear;
  line-height: 1.3;
}
.service-block-style8 .read-more:hover {
  color: var(--theme-color1);
}
.service-block-style8 .read-more:hover i {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}