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

.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-style1 {
  background-image: url(../../../images/current-theme/feature-bg-triangel.png);
  background-color: #fff;
  padding: 40px 40px 30px;
  box-shadow: 0px 10px 60px rgba(85, 88, 89, 0.08);
  background-repeat: no-repeat;
  background-size: cover;
}
.features-block-style1 .inner-box:hover .icon i {
  transform: scale(-1) rotate(180deg);
}
.features-block-style1 .inner-box .icon {
  background-color: var(--theme-color1);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}
.features-block-style1 .inner-box .icon i {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style1 .inner-box .icon i {
    transition: none;
  }
}
.features-block-style1 .inner-box .features-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.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-style2 {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(88, 86, 233, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
  border: none;
}
.features-block-style2:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.features-block-style2:hover .icon i {
  color: #fff;
}
.features-block-style2:hover .details .features-title {
  color: #fff;
}
.features-block-style2:hover .details .features-details {
  color: #fff;
}
.features-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right {
  color: #fff;
  border-bottom-color: #fff !important;
}
.features-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: #fff !important;
}
.features-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: #fff !important;
}
.features-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: #fff;
}
.features-block-style2:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.features-block-style2:after {
  position: absolute;
  content: "";
  bottom: 60px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.features-block-style2 .icon {
  margin-bottom: 10px;
}
.features-block-style2 .icon i {
  font-size: 75px;
  line-height: 1;
  color: var(--theme-color1);
}
.features-block-style2 .details .features-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.features-block-style2 .details .features-details {
  margin-bottom: 10px;
}
.features-block-style2 .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  transform: rotate(0deg) !important;
}