.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-style2 .inner-box {
  background-color: var(--theme-color2);
  position: relative;
}
@media (max-width: 767.98px) {
  .service-block-style2 .inner-box {
    margin-bottom: 80px;
  }
}
.service-block-style2 .inner-box:hover .service-icon i {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style2 .inner-box:hover .service-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-style2 .inner-box .service-icon i {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  display: inline-block;
  font-size: 40px;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  position: absolute;
  left: 21px;
  top: -50px;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content {
  padding: 45px 22px 35px;
}
.service-block-style2 .inner-box .content .service-title {
  color: var(--text-color-bg-theme-color1);
  margin-bottom: 10px;
}
.service-block-style2 .inner-box .content .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style2 .inner-box .content .service-details {
  color: #b2b2b2;
}
.service-block-style2 .inner-box .service-featured-img {
  overflow: hidden;
}
.service-block-style2 .inner-box .service-featured-img img {
  width: 100%;
  transition: all 300ms ease;
}

.tm-sc-service .service-item:nth-child(2) .service-block-style2 .inner-box {
  background-color: #15232e;
}