.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-theme2 {
  position: relative;
  margin-bottom: 30px;
}
.projects-current-theme2 .inner-box {
  position: relative;
}
.projects-current-theme2 .inner-box:hover .content-box {
  padding-bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.projects-current-theme2 .inner-box:hover .image-box .image:before {
  height: 100%;
  opacity: 1;
}
.projects-current-theme2 .inner-box:hover .image img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.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 a {
  display: block;
  width: 100%;
}
.projects-current-theme2 .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  opacity: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--theme-color1) 100%);
  pointer-events: none;
  z-index: 2;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .image-box .image::before {
    transition: none;
  }
}
.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 .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 40px 5px;
  transition: all 300ms ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .projects-current-theme2 .content-box {
    padding: 30px 30px 0px;
  }
}
.projects-current-theme2 .content-box .cat-list {
  position: relative;
  display: inline-flex;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .cat-list {
    transition: none;
  }
}
.projects-current-theme2 .content-box .cat-list li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.projects-current-theme2 .content-box .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 250px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .title {
    transition: none;
  }
}
.projects-current-theme2 .content-box .title a:hover, .projects-current-theme2 .content-box .title a:focus {
  color: #ffffff;
}
.projects-current-theme2 .content-box .title a:hover:focus, .projects-current-theme2 .content-box .title a:focus:focus {
  color: #fff;
}
.projects-current-theme2 .content-box .read-more {
  position: absolute;
  right: 30px;
  bottom: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 54px;
  width: 54px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .read-more {
    transition: none;
  }
}
.projects-current-theme2 .content-box .read-more:hover {
  background-color: #ffffff;
  color: var(--theme-color2);
}