.service-item-current-style3 {
  position: relative;
  z-index: 1;
}
.service-item-current-style3 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .inner-box {
    transition: none;
  }
}
.service-item-current-style3 .inner-box:hover .content-box .inner {
  height: auto;
}
.service-item-current-style3 .image {
  position: relative;
  background-color: #000;
  margin-bottom: 0;
}
.service-item-current-style3 .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  content: "";
  opacity: 0.7;
}
.service-item-current-style3 .image img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}
.service-item-current-style3 .content-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 30px 50px 20px;
}
.service-item-current-style3 .content-box .icon-box {
  z-index: 1;
}
@media (max-width: 575.98px) {
  .service-item-current-style3 .content-box {
    padding: 30px 30px 20px;
  }
}
.service-item-current-style3 .content-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 315px;
  width: 120%;
  margin-top: -10px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: var(--theme-color1);
  opacity: 0.6;
  content: "";
}
.service-item-current-style3 .content-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 315px;
  width: 120%;
  margin-top: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: var(--theme-color1);
  content: "";
}
.service-item-current-style3 .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
}
.service-item-current-style3 .content-box .icon {
  position: relative;
  color: var(--theme-color1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 70px;
  z-index: 2;
  margin-bottom: 15px;
  transition: all 200ms ease;
}
.service-item-current-style3 .content-box .icon i {
  font-size: 42px;
  line-height: 1em;
}
.service-item-current-style3 .title {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 15px;
}
.service-item-current-style3 .title a {
  color: #fff;
}
.service-item-current-style3 .title a:hover {
  color: var(--theme-color2);
}
.service-item-current-style3 .title:hover {
  color: var(--theme-color2);
}
.service-item-current-style3 .service-details {
  position: relative;
  color: #fff;
  z-index: 2;
  margin-bottom: 15px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .service-details {
    transition: none;
  }
}