.service-item-current-style9 {
  border-radius: 6px;
  position: relative;
  box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style9 {
    transition: none;
  }
}
.service-item-current-style9 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.service-item-current-style9 .thumb img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style9 .thumb img {
    transition: none;
  }
}
.service-item-current-style9 .content {
  right: 0;
  background-color: rgba(var(--theme-color2-rgb), 0.9);
  padding: 40px 40px 40px 40px;
  position: absolute;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  text-align: center;
  border-bottom: 6px solid transparent;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style9 .content {
    transition: none;
  }
}
.service-item-current-style9 .content .service-icon .icon i {
  background-color: var(--theme-color1);
  text-align: center;
  transition: all 0.4s ease;
  color: #fff;
  font-size: 32px;
  height: 65px;
  display: inline-block;
  width: 65px;
  line-height: 65px;
  margin-bottom: 25px;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style9 .content .service-icon .icon i {
    transition: none;
  }
}
.service-item-current-style9 .content .btn-view-details {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style9 .content .btn-view-details {
    transition: none;
  }
}
.service-item-current-style9 .content .title {
  color: #fff;
  margin-top: 0;
}
.service-item-current-style9 .content .title a:hover,
.service-item-current-style9 .content .title a:focus {
  color: var(--theme-color1);
}
.service-item-current-style9 .content .excerpt {
  color: #f5f5f5;
}
.service-item-current-style9:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-item-current-style9:hover .content {
  background-color: rgba(var(--theme-color2-rgb), 1);
  border-bottom-color: var(--theme-color1);
}