.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 {
  margin-bottom: 30px;
}
.service-block-style3 .inner-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box:hover .image-box:before {
  background-color: var(--theme-color2);
}
.service-block-style3 .inner-box:hover .image-box .service-featured-img img {
  transform: scale(1.1);
}
.service-block-style3 .inner-box .image-box {
  position: relative;
}
.service-block-style3 .inner-box .image-box:before {
  background-color: var(--theme-color1);
  clip-path: polygon(0 27.5%, 100% 0, 100% 74%, 0 99%);
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  left: 30px;
  bottom: -26px;
  transform: rotate(0.5deg);
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .image-box .service-featured-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  clip-path: polygon(0 27.5%, 100% 0, 100% 74%, 0 99%);
}
.service-block-style3 .inner-box .image-box .service-featured-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content {
  position: relative;
  text-align: center;
  padding: 46px 30px 0;
}
@media (max-width: 1199.98px) {
  .service-block-style3 .inner-box .content {
    padding: 30px 15px 0;
  }
}
.service-block-style3 .inner-box .content .service-title {
  position: relative;
  color: var(--headings-color);
  margin-bottom: 17px;
  margin-top: 0;
}
.service-block-style3 .inner-box .content .service-title:hover {
  color: var(--headings-color);
}
.service-block-style3 .inner-box .content .service-title a:hover,
.service-block-style3 .inner-box .content .service-title a:focus {
  color: var(--theme-color1);
}
.service-block-style3 .inner-box .content .service-details {
  position: relative;
  margin-bottom: 20px;
}