.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 {
  transition: all 0.3s ease;
}
.features-block-style1 .inner-box {
  position: relative;
  padding: 41px 10px 18px;
  text-align: center;
  z-index: 1;
  width: 190px;
}
.features-block-style1 .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 205px;
  background-image: url(../../../images/current-theme/about5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.features-block-style1 .feature-icon {
  display: grid;
}
.features-block-style1 .feature-icon i {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 50px;
  line-height: 1;
  background: -webkit-gradient(linear, right top, left top, from(#fa0006), color-stop(#fa0006), to(#8b008a));
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-block-style1 .feature-icon .features-title {
  margin-top: 0;
  font-size: 18px;
  margin: 0;
  transition: all 0.3s ease;
}
.features-block-style1:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}
.features-block-style1:hover .inner-box:before {
  background-image: url(../../../images/current-theme/shape3.png);
}
.features-block-style1:hover .features-title {
  color: #fff;
}
.features-block-style1:hover .feature-icon i {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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 {
  background-color: #f5f5f5;
  padding: 69px 50px 67px;
  position: relative;
  border-radius: 30px 30px 100px 30px;
  transition: all 0.3s ease;
  background-image: url(../../../images/current-theme/icon-lines-2.png);
}
.features-block-style2:hover {
  background-color: var(--theme-color1);
  background-image: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}
.features-block-style2 .features-count {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  text-align: center;
}
.features-block-style2 .features-title {
  margin-top: 0;
  margin-bottom: 24px;
}
.features-block-style2 .features-details {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  max-width: 230px;
}
.features-block-style2 .btn-view-details {
  margin-top: 15px;
}

.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 {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #c1c1c1;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.features-block-style3:hover .feature-icon {
  background-color: var(--theme-color1);
}
.features-block-style3 .feature-icon {
  width: 132px;
  height: 132px;
  line-height: 132px;
  background-color: #f1fac3;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
.features-block-style3 .feature-icon i {
  color: #000000;
  font-size: 72px;
}
.features-block-style3 .feature-info {
  max-width: calc(100% - 132px);
  padding-left: 30px;
}
.features-block-style3 .feature-info .features-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.features-block-style3 .feature-info .features-details {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.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-style4 .inner-box {
  padding: 30px 20px 30px;
  text-align: center;
  border: 2px solid var(--theme-color1);
  border-radius: 25px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.features-block-style4 .inner-box .feature-icon {
  margin-bottom: 21px;
}
.features-block-style4 .inner-box .feature-icon img {
  border-radius: 50%;
  transition: all 0.3s ease;
}
.features-block-style4 .inner-box:hover {
  border-color: var(--theme-color1);
  box-shadow: 0px 0px 10px rgba(255, 238, 245, 0.3);
}
.features-block-style4 .inner-box:hover .feature-icon img {
  transform: rotate(-360deg);
}
.features-block-style4 .inner-box .features-title {
  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-style5 {
  transition: 0.5s;
  background: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #edebfd;
}
.features-block-style5:hover {
  box-shadow: 10px 0 60px rgba(81, 56, 238, 0.1);
}
.features-block-style5 .inner-box {
  padding: 35px 30px 30px;
  transition: all 0.3s;
}
.features-block-style5 .inner-box .feature-icon {
  margin-bottom: 15px;
  line-height: 1;
}
.features-block-style5 .inner-box .feature-icon i {
  z-index: 1;
  font-size: 65px;
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
}
.features-block-style5 .inner-box .feature-icon i:before {
  color: var(--theme-color1);
}
.features-block-style5 .inner-box .feature-icon i:after {
  content: "";
  height: 75px;
  width: 75px;
  top: -15px;
  left: -25px;
  z-index: -1;
  position: absolute;
  background-color: #f3f1fe;
  border-radius: 50%;
}
.features-block-style5 .inner-box .details .features-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.features-block-style5 .btn-view-details .btn-plain-text-with-arrow-right {
  padding: 15px 5px;
  color: var(--theme-color1);
  margin-top: 0 !important;
  border-bottom: none !important;
  display: block !important;
}
.features-block-style5 .btn-view-details .btn-plain-text-with-arrow-right:hover {
  background: var(--theme-color1);
  color: #fff !important;
}
.features-block-style5 .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: #fff;
}