.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-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  background: #090a09;
  border-radius: 30px;
  padding: 19px 19px 43px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.service-block-style2 .inner-block:hover .image-box img {
  transform: scale(1.1);
}
.service-block-style2 .inner-block:hover .service-title {
  color: var(--theme-color1);
}
.service-block-style2 .inner-block:hover .service-title a {
  color: var(--theme-color1);
}
.service-block-style2 .inner-block .image-box {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 378px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-block-style2 .inner-block .image-box:before {
  background-image: url(../images/icons/shape-1.png);
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .image-box img {
  transition: all 0.3s ease;
}
.service-block-style2 .content {
  padding: 41px 0 0;
  text-align: center;
}
.service-block-style2 .service-title {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.service-block-style2 .service-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-block-style2 .service-title a:hover {
  background-size: 100% 2px;
  background-image: var(--theme-color-black);
}
.service-block-style2 .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  line-height: 1.5;
  max-width: 290px;
  margin: 0 auto;
  transition: all 300ms ease;
}