.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style5 {
  margin-bottom: 30px;
}
.features-block-style5 .inner-box {
  position: relative;
  margin-top: 40px;
  padding: 0px 35px 28px 35px;
  background-color: #100e0e;
  z-index: 3;
}
.features-block-style5 .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.features-block-style5 .inner-box:hover::before {
  left: 0;
  width: 100%;
}
.features-block-style5 .inner-box:hover .icon i {
  color: var(--theme-color1);
  background-color: #fff;
  transform: scaleX(-1);
}
.features-block-style5 .inner-box:hover .features-details {
  color: #fff;
}
.features-block-style5 .inner-box:hover .read-more span {
  width: 90px;
}
.features-block-style5 .inner-box .icon {
  margin-bottom: 20px;
  margin-top: -40px;
  display: inline-block;
}
.features-block-style5 .inner-box .icon i {
  width: 80px;
  height: 80px;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--theme-color1);
  transition: all 300ms ease;
}
.features-block-style5 .inner-box .features-title {
  position: relative;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 13px;
  margin-top: 0;
}
.features-block-style5 .inner-box .features-title a:hover,
.features-block-style5 .inner-box .features-title a:focus {
  color: #fff;
  text-decoration: none;
}
.features-block-style5 .inner-box .features-details {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 5px;
  transition: all 300ms ease;
}
.features-block-style5 .inner-box .read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.features-block-style5 .inner-box .read-more:hover {
  text-decoration: underline;
}
.features-block-style5 .inner-box .read-more span {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: all 300ms ease;
}