.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;
}
.tm-sc-projects .cat-list li a {
  color: #aaa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .cat-list li a {
    transition: none;
  }
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.projects-current-theme4 {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px !important;
}
.projects-current-theme4 .inner-box {
  position: relative;
}
.projects-current-theme4 .inner-box:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #121212 100%);
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  z-index: 1;
}
.projects-current-theme4 .inner-box .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .inner-box .image-box {
    transition: none;
  }
}
.projects-current-theme4 .inner-box .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .inner-box .image-box .image img {
    transition: none;
  }
}
.projects-current-theme4 .inner-box .overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 50px 40px;
  z-index: 1;
}
.projects-current-theme4 .inner-box .overlay-box .title {
  color: #fff;
  margin-bottom: 0;
}
.projects-current-theme4 .inner-box .overlay-box .title:hover a {
  color: #ffffff;
}
.projects-current-theme4 .inner-box .overlay-box .cat-list {
  display: block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-top: 5px;
}
.projects-current-theme4 .inner-box .overlay-box .cat-list li {
  color: var(--theme-color2);
}
.projects-current-theme4 .inner-box .overlay-box .cat-list li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-color-bg-theme-color2);
}
.projects-current-theme4 .inner-box .arrow {
  font-family: var(--heading-font-family);
  position: absolute;
  bottom: 45px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  opacity: 0;
}
.projects-current-theme4 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme4 .inner-box:hover .overlay-box .title {
  top: 0;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .inner-box:hover .overlay-box .title {
    transition: none;
  }
}
.projects-current-theme4 .inner-box:hover .overlay-box .cat-list {
  top: 0;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .inner-box:hover .overlay-box .cat-list {
    transition: none;
  }
}
.projects-current-theme4 .inner-box:hover .arrow {
  opacity: 1;
}