.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-style2 {
  position: relative;
  margin-bottom: 30px;
}
.features-block-style2 .inner-box {
  position: relative;
  padding: 30px 30px 35px;
  background-color: var(--theme-color-white);
  text-align: center;
}
@media (max-width: 991.98px) {
  .features-block-style2 .inner-box {
    margin-top: 0;
  }
}
.features-block-style2 .inner-box:hover .bg:before {
  height: 0;
}
.features-block-style2 .inner-box:hover .bg:after {
  height: 100%;
}
.features-block-style2 .inner-box:hover .icon {
  color: #fff;
  background-color: var(--theme-color1);
  transform: scale(-1) rotate(180deg);
}
.features-block-style2 .inner-box:hover .icon:after {
  border-top-color: var(--theme-color1);
}
.features-block-style2 .inner-box:hover .features-title {
  color: #fff;
}
.features-block-style2 .inner-box:hover .icon-lines-3 {
  opacity: 0;
}
.features-block-style2 .inner-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color-white);
  background-image: var(--bg-featured-image);
}
.features-block-style2 .inner-box .bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
  content: "";
}
.features-block-style2 .inner-box .bg:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 0;
  background: linear-gradient(to bottom, rgba(24, 40, 56, 0.68) 0%, rgba(24, 40, 56, 0.68) 35%, rgb(255, 109, 46) 100%);
  transition: all 300ms ease;
  content: "";
}
.features-block-style2 .inner-box .icon-lines-3 {
  position: absolute;
  top: 0;
  left: 6px;
  width: 264px;
  height: 273px;
  background-image: url(../../../images/current-theme/icon-lines-3.png);
  transition: all 300ms ease;
}
.features-block-style2 .inner-box .icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 42px;
  color: var(--theme-color1);
  background-color: #ebf1f5;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style2 .inner-box .icon {
  background-color: #1b1b1b;
}
.features-block-style2 .inner-box .icon:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 21px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 12px solid #ebf1f5;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style2 .inner-box .icon:after {
  border-top-color: #1b1b1b;
}
.features-block-style2 .inner-box .features-title {
  position: relative;
  margin-bottom: 20px;
}
.features-block-style2 .inner-box .read-more {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background-color: var(--theme-color1);
}