.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-style14 {
  position: relative;
}
.features-block-style14 .thumb {
  position: relative;
}
.features-block-style14 .thumb img {
  border-radius: 10px;
}
.features-block-style14 .thumb .info-box {
  text-align: center;
  position: absolute;
  top: 0;
  padding: 30px;
  align-items: center;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.features-block-style14 .thumb .info-box .features-details {
  color: #fff;
}
.features-block-style14 .thumb:after {
  content: "";
  background-color: rgba(25, 25, 25, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s;
}
.features-block-style14 .title-area {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  margin-top: -30px;
  position: relative;
  margin-right: 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .features-block-style14 .title-area {
    border-radius: 0 0 10px 10px;
    margin-right: 0;
  }
}
.features-block-style14 .title-area:after {
  content: "";
  background-color: var(--theme-color1);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 700ms ease;
}
.features-block-style14 .title-area .features-title {
  margin-top: 0;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 30px;
  transition: all 0.5s;
}
.features-block-style14 .title-area .features-title:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -18px;
  width: 4px;
  height: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transition: all 0.5s;
}
.features-block-style14 .title-area .feature-icon {
  padding: 18px;
  background-color: var(--theme-color1);
  z-index: 1;
  min-height: 93px;
  display: flex;
  min-width: 85px;
  align-items: center;
  justify-content: center;
}
.features-block-style14 .title-area .feature-icon .icon {
  color: var(--text-color-bg-theme-color2);
  line-height: 0;
}
.features-block-style14 .title-area .feature-icon .icon i::before {
  font-size: 36px;
  line-height: 36px;
}
.features-block-style14:hover .thumb .info-box {
  opacity: 1;
  transform: translateY(0);
}
.features-block-style14:hover .thumb:after {
  opacity: 0.95;
}
.features-block-style14:hover .features-details:after {
  transform: translateX(0);
  opacity: 1;
}
.features-block-style14:hover .features-details .features-title {
  position: relative;
  z-index: 1;
  color: var(--text-color-bg-theme-color1);
}
.features-block-style14:hover .features-details .features-title:before {
  transform: scaleY(1);
  transition-delay: 600ms;
}