.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-wave-style .tm-sc-projects .isotope-item:nth-child(even) .projects-current-theme1 {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .projects-wave-style .tm-sc-projects .isotope-item:nth-child(even) .projects-current-theme1 {
    margin-top: 0;
  }
}

.tm-sc-projects .projects-current-theme1 {
  position: relative;
  margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme1 .inner-box {
  position: relative;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .info-box::before {
  width: 100%;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .info-box .title {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 200ms;
}
.tm-sc-projects .projects-current-theme1 .image {
  overflow: hidden;
  border-radius: 10px;
}
.tm-sc-projects .projects-current-theme1 .image img {
  transition: all 0.3s ease;
}
.tm-sc-projects .projects-current-theme1 .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
}
.tm-sc-projects .projects-current-theme1 .info-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.8;
  border-radius: 0px 0px 10px 10px;
  width: 0;
  transition: all 300ms ease;
  content: "";
}
.tm-sc-projects .projects-current-theme1 .info-box .icon {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  color: var(--theme-color1);
  margin-right: 20px;
}
.tm-sc-projects .projects-current-theme1 .info-box .title {
  position: relative;
  left: 30px;
  margin-top: 0;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}
.tm-sc-projects .projects-current-theme1 .info-box .title:hover {
  color: var(--theme-color3);
}
.tm-sc-projects .projects-current-theme1 .info-box .title a {
  color: #fff;
}
.tm-sc-projects .projects-current-theme1 .info-box .title a:hover {
  color: var(--theme-color3);
}