.service-item-current-style7 {
  overflow: visible;
  position: relative;
  margin-top: 60px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  margin-right: 50px;
}
.service-item-current-style7 .service-header {
  position: relative;
}
.service-item-current-style7 .service-header .thumb {
  position: relative;
  overflow: hidden;
  margin-right: -70px;
}
.service-item-current-style7 .service-header .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .service-header .thumb img {
    transition: none;
  }
}
.service-item-current-style7 .details {
  padding: 25px 0 30px;
  position: relative;
  transition: all 0.4s linear;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .details {
    transition: none;
  }
}
.service-item-current-style7 .details .link a {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 58px;
  height: 58px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.service-item-current-style7 .details .link a i {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  transition: all 500ms ease;
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .details .link a i {
    transition: none;
  }
}
.service-item-current-style7 .details .link a:hover {
  background: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.service-item-current-style7 .details .overlay-inner {
  right: -70px;
  position: absolute;
  top: -70px;
  transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .details .overlay-inner {
    transition: none;
  }
}
.service-item-current-style7 .details .overlay-inner .icon {
  background-color: var(--theme-color2);
  height: 90px;
  text-align: center;
  width: 90px;
}
.service-item-current-style7 .details .overlay-inner .icon i {
  font-size: 50px;
  line-height: 90px;
  color: var(--text-color-bg-theme-color2);
}
.service-item-current-style7 .details .excerpt {
  margin-bottom: 0;
}
.service-item-current-style7 .details .title {
  margin-top: 0;
}
.service-item-current-style7 .details .cat-list {
  margin-bottom: 15px;
}
.service-item-current-style7 .details .cat-list li a {
  color: #999 !important;
}
.service-item-current-style7 .details .symbol-icon {
  position: absolute;
  left: 30px;
  top: -40px;
  background: #3c3434;
  width: 64px;
  padding: 15px;
  border-radius: 3px;
  transition: all 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style7 .details .symbol-icon {
    transition: none;
  }
}
.service-item-current-style7:hover .service-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}