.feature-current-item-style1 {
  position: relative;
  margin-bottom: 40px;
}
.feature-current-item-style1:last-child .image-box:before {
  display: none;
}
.feature-current-item-style1 .inner-box {
  position: relative;
}
.feature-current-item-style1 .inner-box .icon-box {
  position: relative;
  padding-top: 60px;
}
.feature-current-item-style1 .inner-box .icon-box::before {
  position: absolute;
  left: 60px;
  top: 0;
  width: 190px;
  height: 146px;
  transition: all 300ms linear;
  background-image: url(../../../images/current-theme/process-arrow.png);
  content: "";
}
.feature-current-item-style1 .inner-box .icon-box .icon {
  position: relative;
}
.feature-current-item-style1 .inner-box .icon-box .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 155px;
  width: 155px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  content: "";
}
.feature-current-item-style1 .inner-box .icon-box .icon i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 135px;
  width: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  color: var(--text-color-bg-theme-color1);
  font-size: 72px;
  background-color: var(--theme-color1);
  transition: all 300ms linear;
}
.feature-current-item-style1 .inner-box .icon-box .count {
  position: absolute;
  top: -30px;
  left: 140px;
  margin-top: -30px;
  font-size: 7rem;
  font-family: var(--font-current-theme2);
  font-weight: 800;
  color: #e3e7f1;
  opacity: 0.3;
  z-index: -1;
  transition: all 300ms linear;
}
.feature-current-item-style1 .inner-box .feature-title {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 20px;
}
.feature-current-item-style1 .inner-box:hover .icon-box .icon::after {
  height: 135px;
  width: 135px;
}
.feature-current-item-style1 .inner-box:hover .icon-box .icon i {
  color: var(--theme-color1);
  background-color: var(--text-color-bg-theme-color1);
}