.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-style7 {
  margin-bottom: 30px;
}
.service-block-style7 .inner-box {
  position: relative;
}
.service-block-style7 .inner-box:hover .image .service-featured-img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.service-block-style7 .inner-box:hover .image .service-featured-img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.service-block-style7 .inner-box:hover .content {
  border: 2px solid var(--theme-color1);
}
.service-block-style7 .inner-box .image {
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-style7 .inner-box .image .service-featured-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.service-block-style7 .inner-box .image .service-featured-img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.service-block-style7 .inner-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: inherit;
  margin-bottom: 15px;
}
.service-block-style7 .inner-box .icon-box .service-title {
  position: relative;
  margin-top: 0;
}
.service-block-style7 .inner-box .icon-box .service-title a:hover {
  color: var(--theme-color1);
}
.service-block-style7 .inner-box .icon-box .service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color1);
  transition: all 300ms ease;
  margin-right: 15px;
}
.service-block-style7 .inner-box .icon-box .service-icon i {
  display: flex;
  font-size: 54px;
}
.service-block-style7 .inner-box .content {
  position: relative;
  padding: 20px 25px 20px;
  margin: 0 20px;
  margin-top: -30px;
  background: #fff;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 500ms ease;
}
.service-block-style7 .inner-box .content .service-details {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 20px;
  border-bottom: 1.2px solid rgba(22, 23, 26, 0.1);
}
@media (max-width: 1199.98px) {
  .service-block-style7 .inner-box .content .service-details {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.service-block-style7 .inner-box .content .read-more {
  position: relative;
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 700;
}
.service-block-style7 .inner-box .content .read-more:hover {
  text-decoration: underline;
}