.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-style3 .inner-block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 21px;
  padding: 39px 39px 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.features-block-style3 .inner-block:before {
  background-color: var(--theme-color1);
  border-radius: 21px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.features-block-style3 .inner-block:hover:before {
  height: 100%;
}
.features-block-style3 .inner-block:hover .icon-box .shape-1 i,
.features-block-style3 .inner-block:hover .icon-box .shape-1 img {
  filter: none;
  transform: scaleX(-1);
}
.features-block-style3 .inner-block:hover .icon-box .icon {
  background-color: #090a09;
  color: var(--theme-color1);
}
.features-block-style3 .inner-block:hover .icon-box .icon i,
.features-block-style3 .inner-block:hover .icon-box .icon img {
  transform: scaleX(-1);
  filter: none;
}
.features-block-style3 .inner-block:hover .features-title,
.features-block-style3 .inner-block:hover .text {
  color: #090a09;
}
.features-block-style3 .icon-box .shape-1 {
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  right: -20px;
  top: -25px;
  font-size: 78px;
  line-height: 1;
  transition: all 300ms ease;
}
.features-block-style3 .icon-box .shape-1 i,
.features-block-style3 .icon-box .shape-1 img {
  filter: brightness(0) invert(1);
  transition: all 300ms ease;
}
.features-block-style3 .icon-box .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 25px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
  width: 50px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-block-style3 .icon-box .icon i,
.features-block-style3 .icon-box .icon img {
  line-height: unset;
  font-size: unset;
  filter: brightness(0);
  transition: all 300ms ease;
}
.features-block-style3 .features-title {
  color: #fff;
  margin-bottom: 4px;
  margin-top: 0;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.features-block-style3 .features-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.features-block-style3 .features-title a:hover {
  background-size: 100% 2px;
  background-image: var(--headings-color);
}
.features-block-style3 .text {
  color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
}