.service-item-current-style1 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-item-current-style1 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease;
  padding-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .inner-box {
    transition: none;
  }
}
.service-item-current-style1 .inner-box:hover .icon {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}
.service-item-current-style1 .inner-box:hover .icon:after {
  border-top: 14px solid var(--theme-color2-darker);
}
.service-item-current-style1 .inner-box:hover .content-box .inner {
  height: auto;
}
.service-item-current-style1 .image {
  position: relative;
  padding: 30px 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .service-item-current-style1 .image {
    padding: 0;
  }
}
.service-item-current-style1 .image:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 270px;
  background-color: #f8f5f1;
  clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}
.service-item-current-style1 .image img {
  position: relative;
  width: 100%;
}
.service-item-current-style1 .content-box {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 20px;
  padding: 25px 25px 25px 60px;
  margin-left: 27px;
  background-color: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .service-item-current-style1 .content-box {
    left: 10px;
    right: 10px;
  }
}
.service-item-current-style1 .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
}
.service-item-current-style1 .content-box .icon {
  position: absolute;
  left: -87px;
  top: -25px;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 70px;
  color: #ffffff;
  z-index: 2;
  transition: all 200ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .content-box .icon {
    transition: none;
  }
}
.service-item-current-style1 .content-box .icon i {
  font-size: 42px;
  line-height: 1em;
}
.service-item-current-style1 .content-box .icon:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  border-left: 27px solid transparent;
  border-top: 14px solid var(--theme-color1-darker);
  content: "";
}
.service-item-current-style1 .title {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.service-item-current-style1 .title:hover {
  color: var(--theme-color1);
}
.service-item-current-style1 .service-details {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .service-details {
    transition: none;
  }
}
.service-item-current-style1 .read-more {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--headings-color);
  font-weight: 800;
  z-index: 2;
  margin-bottom: 10px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .read-more {
    transition: none;
  }
}
.service-item-current-style1 .read-more:hover {
  color: var(--theme-color2);
}
.service-item-current-style1 .read-more::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 20px;
  border-bottom: 1px solid var(--theme-color1);
  content: "";
}
.service-item-current-style1 .read-more i {
  font-size: 14px;
  margin-left: 10px;
  transform: rotate(45deg);
}