.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;
}

.projects-current-theme4:hover .project__image::after {
  opacity: 0.3;
}
.projects-current-theme4:hover .project__image .link_button {
  transform: translateY(-35px);
  opacity: 1;
  z-index: 1;
}
.projects-current-theme4 .project__image {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projects-current-theme4 .project__image::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
}
.projects-current-theme4 .project__image .link_button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  transform: translateY(-20px);
  transition: 400ms;
  opacity: 0;
}
.projects-current-theme4 .project__image .link_button a {
  background: var(--theme-color1);
  color: #fff;
  height: 70px;
  width: 70px;
  font-size: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 300ms ease;
}
.projects-current-theme4 .project__image .link_button a:hover {
  transform: rotate(0deg);
}
.projects-current-theme4 .project__image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projects-current-theme4 .project__image:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}
.projects-current-theme4 .project__image:hover img {
  transform: scale(1.05);
}
.projects-current-theme4 .project__content {
  margin-top: 25px;
}
.projects-current-theme4 .project__content .title {
  margin: 0px;
}
.projects-current-theme4 .project__content .title a {
  color: var(--theme-color2);
  text-transform: uppercase;
}
body.tm-dark-layout .projects-current-theme4 .project__content .title a {
  color: var(--text-color-bg-theme-color1);
}
.projects-current-theme4 .project__content .title a:hover {
  color: var(--theme-color1);
}
.projects-current-theme4 .project__content .cat-list li {
  display: inline-block;
  color: #666666;
  position: relative;
}
.projects-current-theme4 .project__content .cat-list li:first-child:before {
  content: none;
}
.projects-current-theme4 .project__content .cat-list li:before {
  content: "/";
  position: absolute;
  color: #666666;
  left: -10px;
}
.projects-current-theme4 .project__content .cat-list li span {
  opacity: 0;
}