.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;
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.project-skin-current-theme2 {
  position: relative;
  z-index: 9;
  padding: 30px 20px;
  background: linear-gradient(0deg, #0C0C0C 0%, #1C1C1C 98.44%);
  border-radius: 14px;
}
.project-skin-current-theme2 .images-box {
  position: relative;
  overflow: hidden;
}
.project-skin-current-theme2 .images-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
}
.project-skin-current-theme2 .thumb {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.project-skin-current-theme2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 400ms ease;
}
.project-skin-current-theme2 .content-box {
  padding: 40px 10px 10px;
}
.project-skin-current-theme2 .content-box .title {
  font-weight: 500;
  margin: 0;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .project-skin-current-theme2 .content-box .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .project-skin-current-theme2 .content-box .title {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .project-skin-current-theme2 .content-box .title {
    font-size: 20px;
  }
}
.project-skin-current-theme2 .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}
.project-skin-current-theme2 .content-box .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}
.project-skin-current-theme2 .content-box .cat-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color1);
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.project-skin-current-theme2 .content-box .cat-list li:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.project-skin-current-theme2:hover .images-box .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.project-skin-current-theme2:hover .thumb img {
  transform: scale(1.1);
}