.tm-sc-projects .cat-list {
  list-style: none;
  margin: 0;
}
.tm-sc-projects .cat-list li {
  display: inline;
  color: #aaa;
  margin-right: 7px;
  font-size: 13px;
  color: #aaa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .cat-list li {
    transition: none;
  }
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.projects-current-theme2 {
  position: relative;
}
.projects-current-theme2 .inner-box {
  position: relative;
}
.projects-current-theme2 .inner-box:hover .image-box .image:after {
  height: 100%;
}
.projects-current-theme2 .inner-box:hover .image-box .icon {
  right: 40px;
  top: 40px;
  opacity: 1;
  transition-delay: 300ms;
}
.projects-current-theme2 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme2 .inner-box:hover .image:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .inner-box:hover .image:after {
    transition: none;
  }
}
.projects-current-theme2 .inner-box:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.projects-current-theme2 .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .image-box {
    transition: none;
  }
}
.projects-current-theme2 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.projects-current-theme2 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .image-box .image img {
    transition: none;
  }
}
.projects-current-theme2 .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.projects-current-theme2 .content-box {
  position: relative;
  padding: 30px 30px 25px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.projects-current-theme2 .content-box .title {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.projects-current-theme2 .content-box .title:hover {
  color: var(--theme-color2);
}
.projects-current-theme2 .content-box .cat-list {
  position: relative;
  letter-spacing: 0.1em;
  transition: all 300ms ease;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .cat-list {
    transition: none;
  }
}
.projects-current-theme2 .content-box .cat-list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.projects-current-theme2 .content-box .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color2);
  background-color: #f4f5f8;
  font-size: 16px;
  z-index: 2;
  margin-top: -22px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .icon {
    transition: none;
  }
}