.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 {
  position: relative;
  padding: 15px 15px;
}
.service-block-style2 .inner-box {
  position: relative;
  padding: 10px 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  background-image: url(../../../images/current-theme/service-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-block-style2 .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  background: var(--theme-color1);
  transition: all 400ms ease;
  content: "";
}
.service-block-style2 .inner-box::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  background-image: url(../../../images/current-theme/service-bg-hover.png);
  content: "";
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:hover:before, .service-block-style2 .inner-box:hover:after {
  height: 100%;
}
.service-block-style2 .inner-box:hover .info-box .icon-box::before {
  transform: scale(1);
}
.service-block-style2 .inner-box:hover .info-box .icon {
  background: var(--theme-color1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-block-style2 .inner-box:hover .info-box .service-details,
.service-block-style2 .inner-box:hover .info-box .service-title {
  color: #ffffff;
}
.service-block-style2 .inner-box:hover .info-box .service-details a,
.service-block-style2 .inner-box:hover .info-box .service-title a {
  color: #fff;
}
.service-block-style2 .inner-box:hover .info-box .service-details a:hover,
.service-block-style2 .inner-box:hover .info-box .service-title a:hover {
  color: #fff;
}
.service-block-style2 .inner-box:hover .image img {
  opacity: 0.9;
  transform: scale(1.1);
}
.service-block-style2 .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #ffffff;
  z-index: 2;
}
.service-block-style2 .image img {
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style2 .info-box {
  position: relative;
  padding: 25px 10px 30px;
  padding-left: 115px;
  transition: all 300ms ease;
  min-height: 125px;
  z-index: 1;
}
.service-block-style2 .info-box .icon-box {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 75px;
  width: 75px;
  background: var(--theme-color1);
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.service-block-style2 .info-box .icon-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  content: "";
  transition: all 300ms ease;
}
.service-block-style2 .info-box .icon {
  font-size: 28px;
  color: #ffffff;
}
.service-block-style2 .info-box .service-title {
  margin-top: 0;
  margin-bottom: 5px;
  transition: all 200ms ease;
}
.service-block-style2 .info-box .service-title a:hover {
  color: #fff;
}
.service-block-style2 .info-box .service-details {
  transition: all 300ms ease;
}