.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 {
  position: relative;
}
@media (max-width: 1199.98px) {
  .features-block-style4 {
    margin-bottom: 80px !important;
  }
}
.features-block-style4:hover .inner-box .icon-box {
  background-color: #1b1f23;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features-block-style4:hover .inner-box .icon-box:before {
  background-color: #1b1f23;
}
.features-block-style4:hover .number {
  background-color: var(--theme-color1);
}
.features-block-style4:last-child .inner-box:before {
  display: none;
}
.features-block-style4.style-two .inner-box {
  margin: 0 50px;
}
@media (max-width: 1199.98px) {
  .features-block-style4.style-two .inner-box {
    margin: 0;
  }
}
.features-block-style4 .inner-box {
  background-color: var(--theme-color2);
  padding: 0 30px 38px 30px;
  text-align: center;
  position: relative;
}
.features-block-style4 .inner-box:before {
  content: "";
  position: absolute;
  right: -72px;
  top: 68px;
  width: 86px;
  height: 84px;
  background-image: url(../../../images/current-theme/pattern-16.png);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .features-block-style4 .inner-box:before {
    display: none;
  }
}
.features-block-style4 .number {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: absolute;
  top: -65px;
  left: calc(50% - 52.5px);
  outline: 1px dashed var(--theme-color-white);
  outline-offset: 10px;
  transition: all 300ms ease;
}
.features-block-style4 .number:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  position: absolute;
  line-height: 1;
  right: calc(50% - 13.5px);
  top: 29px;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 500;
  color: var(--text-color-bg-theme-color1);
  transition: all 300ms ease;
  z-index: 1;
}
.features-block-style4 .icon-box {
  background-color: var(--theme-color1);
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 300ms ease;
}
.features-block-style4 .icon-box:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  width: 32px;
  height: 20px;
  bottom: -19px;
  left: calc(50% - 16px);
  clip-path: polygon(0% 0, 100% 0, 50% 100%, 0 0%);
  transition: all 300ms ease;
}
.features-block-style4 .icon-box i {
  display: inline-block;
  color: var(--text-color-bg-theme-color1);
  font-size: 50px;
  transition: all 300ms ease;
  line-height: 82px;
}
.features-block-style4 .content-box {
  margin-top: 32px;
}
.features-block-style4 .content-box .features-title {
  color: var(--text-color-bg-theme-color1);
  margin-bottom: 5px;
}
.features-block-style4 .content-box .features-details {
  color: var(--text-color-bg-theme-color1);
}