.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;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-style2 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 34px 34px 93px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  position: absolute;
  line-height: 1;
  right: 20px;
  top: 20px;
  font-family: var(--heading-font-family);
  font-size: 100px;
  font-weight: 600;
  color: var(--theme-color-white);
  transition: all 300ms ease;
  z-index: 1;
  opacity: 10%;
}
.service-block-style2 .inner-box:hover .icon-box {
  background-color: var(--theme-color1);
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.service-block-style2 .inner-box:hover .icon-box-arrow {
  background-color: var(--theme-color1);
}
.service-block-style2 .inner-box:hover .icon-box-arrow i {
  transform: none;
}
.service-block-style2 .icon-box {
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  width: 86px;
  height: 86px;
  line-height: 100px;
  text-align: center;
  transition: all 300ms ease;
}
.service-block-style2 .icon-box i {
  color: var(--theme-color-white);
  position: relative;
  font-size: 50px;
  line-height: 1.9;
  transition: all 300ms ease;
}
.service-block-style2 .icon-box i:before {
  line-height: 1;
}
.service-block-style2 .service-title {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.service-block-style2 .service-details {
  color: var(--theme-color-white);
  margin-right: -6px;
}
.service-block-style2 .icon-box-arrow {
  background-color: transparent;
  border-radius: 5px;
  width: 44px;
  height: 42px;
  line-height: 48px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  position: absolute;
  text-align: center;
  transition: all 300ms ease;
}
.service-block-style2 .icon-box-arrow i {
  color: var(--theme-color-white);
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 300ms ease;
}