.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 .inner-box {
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 9;
  transition: all 300ms ease;
}
.service-block-style6 .inner-box .thumb-icon {
  display: inline-block;
  height: 142px;
  line-height: 142px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 148px;
  transition: all 500ms ease;
}
.service-block-style6 .inner-box .thumb-icon svg path {
  transition: all 500ms ease;
}
.service-block-style6 .inner-box .thumb-icon .bg {
  height: 98px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 98px;
  z-index: 0;
}
.service-block-style6 .inner-box .service-content .service-title {
  margin-top: 0;
}
.service-block-style6 .inner-box .service-details {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.service-block-style6 .inner-box:hover .thumb-icon .bg {
  filter: brightness(10);
  opacity: 1;
}
.service-block-style6 .inner-box:hover .thumb-icon img {
  filter: brightness(10);
}
.service-block-style6 .inner-box:hover .thumb-icon svg path {
  fill: var(--theme-color1);
}