.service-item-current-style2 {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.service-item-current-style2 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .inner-box {
    transition: none;
  }
}
.service-item-current-style2 .inner-box:hover .image::before {
  visibility: hidden;
  height: 0;
}
.service-item-current-style2 .inner-box:hover .icon {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}
.service-item-current-style2 .inner-box:hover .content-box .service-details,
.service-item-current-style2 .inner-box:hover .content-box .title {
  color: #fff;
}
.service-item-current-style2 .inner-box:hover .content-box .count {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.service-item-current-style2 .image {
  position: relative;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  margin-bottom: 0px;
  background-image: url(../../../images/current-theme/service-bg.jpg);
}
.service-item-current-style2 .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid var(--theme-color1);
  z-index: 2;
  content: "";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .image:before {
    transition: none;
  }
}
.service-item-current-style2 .image img {
  position: relative;
  width: 100%;
  opacity: 0.3;
  height: 290px;
  object-fit: cover;
}
.service-item-current-style2 .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 60px 20px;
}
.service-item-current-style2 .content-box .count {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 90px;
  line-height: 1em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .service-item-current-style2 .content-box .count {
    right: 40px;
    font-size: 64px;
  }
}
.service-item-current-style2 .content-box .icon {
  position: relative;
  left: -35px;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 111px;
  color: var(--theme-color1);
  background-color: #f9f9f9;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: 2;
  margin-bottom: 45px;
  transition: all 200ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .content-box .icon {
    transition: none;
  }
}
.service-item-current-style2 .content-box .icon i {
  font-size: 54px;
  line-height: 1em;
}
.service-item-current-style2 .title {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.service-item-current-style2 .title a:hover {
  color: var(--theme-color3);
}
.service-item-current-style2 .service-details {
  position: relative;
  z-index: 2;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .service-details {
    transition: none;
  }
}