.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-style4 .feature-content:hover .head .icon-box {
  background-color: #121c27;
  color: #fff;
}
.features-block-style4 .feature-content:hover .head .icon-box svg {
  transform: rotateY(360deg);
}
.features-block-style4 .feature-content:hover .head .icon-box svg path {
  fill: #fff;
}
.features-block-style4 .feature-content:hover .head::after {
  width: 100%;
}
.features-block-style4 .feature-content:hover .head .features-title {
  color: var(--heading-color);
}
.features-block-style4 .feature-content:hover .image img {
  transform: scale(1.1);
}
.features-block-style4 .feature-content:hover .content {
  background-color: #f5f5f5;
}
body.tm-dark-layout .features-block-style4 .feature-content:hover .content {
  background-color: #171e27;
}
.features-block-style4 .feature-content:hover .content .features-details {
  color: #4b535d;
}
body.tm-dark-layout .features-block-style4 .feature-content:hover .content .features-details {
  color: #fff;
}
.features-block-style4 .feature-content:hover .content .btn-more {
  color: #121c27;
}
body.tm-dark-layout .features-block-style4 .feature-content:hover .content .btn-more {
  color: #fff;
}
.features-block-style4 .feature-content .head {
  background-color: #121c27;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.features-block-style4 .feature-content .head::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #fff;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style4 .feature-content .head::after {
  background-color: #131b24;
}
.features-block-style4 .feature-content .head .icon-box {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  transition: all 300ms ease;
  width: 85px;
  height: 85px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tm-dark-layout .features-block-style4 .feature-content .head .icon-box {
  background-color: #16202b;
}
.features-block-style4 .feature-content .head .icon-box svg {
  transition: 0.9s;
}
.features-block-style4 .feature-content .head .features-title {
  color: #fff;
  margin: 0;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style4 .feature-content .head .features-title a:hover,
body.tm-dark-layout .features-block-style4 .feature-content .head .features-title a:focus {
  color: #fff;
}
.features-block-style4 .feature-content .image {
  overflow: hidden;
}
.features-block-style4 .feature-content .image img {
  transition: 0.7s;
}
.features-block-style4 .feature-content .content {
  transition: all 300ms ease;
  padding: 30px;
  background-color: #121c27;
}
body.tm-dark-layout .features-block-style4 .feature-content .content {
  background-color: #16202b;
}
.features-block-style4 .feature-content .content .features-details {
  color: #b8bfc5;
  margin-bottom: 15px;
}
.features-block-style4 .feature-content .content .btn-more {
  color: #fff;
}