.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-style6 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-style6 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px 25px 25px;
  background-color: var(--theme-color1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 280px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
  border-top: 3px solid var(--theme-color1);
}
.service-block-style6 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-white);
  content: "";
  bottom: 0;
  top: auto;
  transition: all 300ms linear;
}
.service-block-style6 .inner-box:hover {
  transform: translateY(-10px);
}
.service-block-style6 .inner-box:hover:before {
  height: 0;
}
.service-block-style6 .inner-box:hover .service-icon {
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  transition-delay: 150ms;
  transform: rotate(-360deg);
}
.service-block-style6 .inner-box:hover .service-title {
  color: var(--theme-color-white);
}
.service-block-style6 .inner-box:hover .service-details {
  color: var(--theme-color-white);
}
.service-block-style6 .service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  font-size: 60px;
  color: var(--theme-color-white);
  font-weight: 900;
  line-height: 60px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  margin: 0 auto 15px;
  transition: all 200ms linear;
}
.service-block-style6 .service-title {
  margin-bottom: 10px;
  position: relative;
}
.service-block-style6 .service-title a:hover,
.service-block-style6 .service-title a:focus {
  color: #fff;
}
.service-block-style6 .service-details {
  position: relative;
  transition: all 200ms linear;
}