.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-style10 .inner-box {
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 30px;
  transition: all 300ms ease;
}
.service-block-style10 .inner-box:hover {
  box-shadow: none;
}
.service-block-style10 .inner-box:hover .icon {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  transform: rotate(-360deg);
}
.service-block-style10 .inner-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  font-size: 50px;
  color: var(--theme-color1);
  font-weight: 900;
  line-height: 64px;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 300ms ease;
}
.service-block-style10 .inner-box .service-title {
  margin-bottom: 15px;
}