.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;
}

.features-block-style3 {
  position: relative;
  margin-bottom: 30px;
}
.features-block-style3 .inner-box {
  position: relative;
  padding: 50px 30px 75px;
  text-align: center;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 33px;
  background-color: #ffffff;
  transition: all 300ms ease;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style3 .inner-box {
    transition: none;
  }
}
.features-block-style3 .inner-box:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  width: 444px;
  height: 444px;
  background-image: url(../../../images/current-theme/shadow-1.png);
  opacity: 0.8;
  transform: scale(0);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease;
  content: "";
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style3 .inner-box:before {
    transition: none;
  }
}
.features-block-style3 .inner-box:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.features-block-style3 .inner-box:hover .icon-box {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features-block-style3 .inner-box:hover .btn-circle-arrow {
  color: var(--theme-color1);
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.features-block-style3 .inner-box:hover .btn-circle-arrow:after {
  color: var(--theme-color1);
}
.features-block-style3 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
  margin-bottom: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style3 .inner-box .icon-box {
    transition: none;
  }
}
.features-block-style3 .inner-box .icon-box i {
  font-size: 60px;
}
.features-block-style3 .inner-box .features-title {
  margin-bottom: 23px;
}
.features-block-style3 .inner-box .features-details {
  position: relative;
  margin-bottom: 0px;
}
.features-block-style3 .inner-box .btn-circle-arrow {
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 20px;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style3 .inner-box .btn-circle-arrow {
    transition: none;
  }
}
.features-block-style3 .inner-box .btn-circle-arrow:after {
  color: #fff;
}