.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 {
  padding: 40px 60px;
  position: relative;
  z-index: 1;
}
.features-block-style3 .icon {
  transition: 0.7s;
}
.features-block-style3 .features-title {
  line-height: 30px;
}
.features-block-style3 .features-title a:hover, .features-block-style3 .features-title a:focus {
  color: #fff;
}
.features-block-style3 .features-details {
  margin-bottom: 30px;
}
.features-block-style3 .icon {
  font-size: 48px;
}
.features-block-style3 .readMore-btn {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
body.tm-dark-layout .features-block-style3 .readMore-btn {
  color: #fff;
}
.features-block-style3 .readMore-btn i {
  font-size: 13px;
  transition: all 300ms ease;
}
.features-block-style3 .readMore-btn:hover i {
  margin-left: 5px;
}
.features-block-style3 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  height: 259px;
  width: 186px;
  visibility: hidden;
  background-image: url(../../../images/current-theme/feature-five-item-shape.png);
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style3 {
    padding: 20px 30px;
  }
}
.features-block-style3::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -2;
  content: "";
  transition: all 300ms ease;
  background-color: #000;
}
.features-block-style3.active .shape {
  opacity: 1;
  visibility: visible;
}
.features-block-style3.active .icon {
  transform: rotateY(360deg);
  color: #fff;
}
.features-block-style3.active .features-title {
  color: #fff;
}
.features-block-style3.active .features-details {
  color: #fff;
}
.features-block-style3.active .readMore-btn {
  color: #fff;
}
.features-block-style3.active::after {
  width: 100%;
  left: 0;
  right: unset;
}