.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-style4 {
  background-color: var(--theme-color-white);
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-block-style4 {
    margin-bottom: 40px !important;
  }
}
.service-block-style4:hover .service-icon {
  background-color: var(--theme-color3);
}
.service-block-style4:hover .service-icon i {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style4: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-style4 .service-icon {
  background-color: var(--theme-color1);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  right: 16px;
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style4 .service-icon:before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 27px;
  background-color: var(--theme-color1-darker);
  content: "";
  clip-path: polygon(0% 0, 5% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.service-block-style4 .service-icon i {
  color: var(--theme-color-white);
  font-size: 50px;
  transition: all 300ms ease;
}
.service-block-style4 .content {
  padding: 13px 15px 25px;
}
.service-block-style4 .content .service-title {
  margin-bottom: 25px;
  margin-right: 91px;
}
.service-block-style4 .service-featured-img {
  width: 100%;
  overflow: hidden;
}
.service-block-style4 .service-featured-img img {
  width: 100%;
  transition: all 300ms ease;
}