.service-item-current-style7 .inner-box {
  position: relative;
  height: 100%;
  padding: 30px;
  margin-top: 90px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .inner-box {
    transition: none;
  }
}
.service-item-current-style7 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  content: "";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .inner-box:before {
    transition: none;
  }
}
.service-item-current-style7 .inner-box .service-icon-area {
  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;
  margin-top: -90px;
}
.service-item-current-style7 .inner-box .service-icon-area .icon {
  height: 110px;
  width: 110px;
  font-size: 58px;
  background-color: var(--theme-color2);
  font-weight: 900;
  line-height: 110px;
  color: var(--text-color-bg-theme-color2);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  transition: all 200ms linear;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .inner-box .service-icon-area .icon {
    transition: none;
  }
}
.service-item-current-style7 .inner-box .service-icon-area .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.service-item-current-style7 .inner-box .title {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
.service-item-current-style7 .inner-box .excerpt {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #797582;
  font-weight: 500;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .inner-box .excerpt {
    transition: none;
  }
}
.service-item-current-style7 .inner-box .btn-view-details {
  margin-top: 25px;
  position: relative;
}
.service-item-current-style7:hover .title {
  color: #333;
}
.service-item-current-style7:hover .inner-box {
  transform: translateY(-10px);
}
.service-item-current-style7:hover .inner-box:before {
  height: 0;
}
.service-item-current-style7:hover .inner-box:before .service-icon-area {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.service-item-current-style7:hover .inner-box .service-icon-area .icon:before {
  transform: scaleX(1);
}
.service-item-current-style7:hover .inner-box .excerpt {
  color: #8c8f94;
}