.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 {
  position: relative;
  z-index: 0;
}
.features-block-style3 .inner-box {
  background-color: var(--theme-color-white);
  border-radius: 10px;
  position: relative;
  padding: 25px 12px;
  text-align: center;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box {
    margin-bottom: 60px;
  }
}
.features-block-style3 .inner-box:hover {
  background-color: var(--theme-color3);
}
.features-block-style3 .inner-box:hover:before {
  border-color: var(--theme-color1);
}
.features-block-style3 .inner-box:hover .features-title {
  color: var(--text-color-bg-theme-color1);
}
.features-block-style3 .inner-box:hover .icon-box:before {
  background-color: #27323a;
}
.features-block-style3 .inner-box:hover .icon-box i {
  transform: scaleX(-1);
}
.features-block-style3 .inner-box:before {
  border: 1px solid #b6b6b6;
  content: "";
  width: 85px;
  height: 230px;
  position: absolute;
  right: 1px;
  bottom: calc(50% - 115px);
  -webkit-transform: translateX(-50%) skew(-15deg, 0deg);
  -moz-transform: translateX(-50%) skew(-15deg, 0deg);
  -ms-transform: translateX(-50%) skew(-15deg, 0deg);
  transform: translateX(-50%) skew(-15deg, 0deg);
  z-index: -1;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style3 .inner-box:before {
  border-color: #222;
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box:before {
    right: calc(50% - 85px);
  }
}
.features-block-style3 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box .icon-box:before {
  content: "";
  position: absolute;
  background-color: #e9dcdd;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  right: 9px;
  top: 5px;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style3 .inner-box .icon-box:before {
  background-color: #1d1d1d;
}
.features-block-style3 .inner-box .icon-box i {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 42px;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box .features-title {
  transition: all 300ms ease;
  margin-top: 10px;
  margin-bottom: 0;
}
.features-block-style3 .inner-box .features-details {
  margin-top: 15px;
}