.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-style5 {
  position: relative;
  margin-bottom: 40px;
}
.service-block-style5: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-style5:hover .content {
  background-color: var(--theme-color3);
}
.service-block-style5:hover .content .pattern-12 {
  opacity: 15%;
}
.service-block-style5:hover .content .service-icon i {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style5:hover .content .service-title {
  color: var(--text-color-bg-theme-color1);
}
.service-block-style5 .service-featured-img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.service-block-style5 .service-featured-img img {
  border-radius: 10px;
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style5 .content {
  background-color: var(--theme-color-white);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -41px;
  margin-left: 19px;
  margin-right: 19px;
  padding: 0 0 20px 0;
  text-align: center;
  transition: all 300ms ease;
}
.service-block-style5 .content .pattern-12 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 80px;
  background-image: url(../../../images/current-theme/pattern-12.png);
  pointer-events: none;
  transition: all 300ms ease;
}
.service-block-style5 .content .service-icon i {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  border: 1px dashed var(--theme-color1);
  color: var(--theme-color1);
  display: inline-block;
  font-size: 36px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  margin-bottom: 7px;
  margin-top: -29px;
  text-align: center;
  transition: all 300ms ease;
}
body.tm-dark-layout .service-block-style5 .content .service-icon i {
  color: #fff;
}
.service-block-style5 .content .service-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .service-block-style5 .content .service-title {
    font-size: 20px;
  }
}