.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-style6 {
  margin-bottom: 30px;
  min-height: 230px;
}
.features-block-style6 .inner-box {
  position: relative;
  padding: 15px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--theme-color-gray);
  background-color: var(--theme-color-white);
  text-align: center;
  transition: all 300ms ease;
}
.features-block-style6 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  content: "";
}
.features-block-style6 .inner-box:hover {
  padding-bottom: 30px;
}
.features-block-style6 .inner-box:hover:before {
  height: 100%;
}
.features-block-style6 .inner-box:hover .features-title,
.features-block-style6 .inner-box:hover .features-details {
  color: #fff;
}
.features-block-style6 .inner-box:hover .read-more {
  opacity: 1;
  transition-delay: 100ms;
}
.features-block-style6 .inner-box:hover .bg-map {
  height: 100%;
  opacity: 1;
}
.features-block-style6 .inner-box .bg-map {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 214px;
  background-image: url(../../../images/current-theme/bg-map.png);
  transition: all 300ms ease;
}
.features-block-style6 .inner-box img {
  position: relative;
  display: block;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #f2edeb;
  margin-bottom: 20px;
  width: auto;
}
.features-block-style6 .inner-box .features-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.features-block-style6 .inner-box .features-details {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  transition: all 300ms ease;
}
.features-block-style6 .inner-box .read-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  background-color: #e20935;
  transition: all 300ms ease;
}