.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-style3 .inner-box {
  background-color: var(--theme-color-white);
  padding: 26px 25px 24px 25px;
  box-shadow: 0 0 35px 8px rgba(0, 0, 0, 0.03);
}
.service-block-style3 .inner-box:hover .image-box .image .service-featured-img:first-child img {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.service-block-style3 .inner-box:hover .image-box .image .service-featured-img:nth-child(2) img {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.service-block-style3 .inner-box .image-box {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.service-block-style3 .inner-box .image-box .service-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--theme-color1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  font-size: 34px;
  z-index: 1;
  color: var(--text-color-bg-theme-color1);
}
.service-block-style3 .inner-box .image-box .image .service-featured-img img {
  border-radius: 0;
  width: 100%;
  transition: all 500ms ease;
}
.service-block-style3 .inner-box .image-box .image .service-featured-img:first-child img {
  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-style3 .inner-box .content-box .service-title {
  margin-bottom: 10px;
}
.service-block-style3 .inner-box .content-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style3 .inner-box .content-box .service-subtitle {
  color: #54595f;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.84px;
  margin-top: 0;
}
body.tm-dark-layout .service-block-style3 .inner-box .content-box .service-subtitle {
  color: #fff;
}
.service-block-style3 .inner-box .content-box .list-style {
  margin-top: 1px;
}
.service-block-style3 .inner-box .content-box .list-style li {
  color: var(--theme-color2);
  position: relative;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
}
body.tm-dark-layout .service-block-style3 .inner-box .content-box .list-style li {
  color: #fff;
}
body.tm-dark-layout .service-block-style3 .inner-box .content-box .list-style li {
  border-color: #1d1d1d;
}
.service-block-style3 .inner-box .content-box .list-style li:last-child {
  border-bottom: none;
}
.service-block-style3 .inner-box .content-box .list-style li span {
  color: #54595f;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  right: 0;
}
body.tm-dark-layout .service-block-style3 .inner-box .content-box .list-style li span {
  color: #fff;
}

.tm-service-carousel .service-block-style3 .inner-box {
  box-shadow: none;
  border: 1px solid #eee;
}
body.tm-dark-layout .tm-service-carousel .service-block-style3 .inner-box {
  border-color: #1d1d1d;
}