.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;
  }
}

.projects-current-theme3 {
  margin-bottom: 50px;
}
.projects-current-theme3 .inner-box {
  position: relative;
}
.projects-current-theme3 .inner-box:hover .image img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.projects-current-theme3 .inner-box .image {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
.projects-current-theme3 .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.projects-current-theme3 .inner-box .content-box {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 366px;
  background-color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .projects-current-theme3 .inner-box .content-box {
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.projects-current-theme3 .inner-box .content-box .inner {
  position: relative;
  padding: 20px 20px;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .inner-box .content-box .inner {
    padding: 20px;
  }
}
.projects-current-theme3 .inner-box .content-box .inner .read-more {
  position: absolute;
  top: -29px;
  right: 29px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  display: block;
  color: #fff;
  background-color: var(--theme-color1);
  text-align: center;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .inner-box .content-box .inner .read-more {
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
.projects-current-theme3 .inner-box .content-box .inner .read-more:hover {
  background-color: var(--theme-color2);
}
.projects-current-theme3 .inner-box .content-box .cat-list {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.projects-current-theme3 .inner-box .content-box .cat-list li {
  color: var(--theme-color3);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .inner-box .content-box .cat-list {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
.projects-current-theme3 .inner-box .content-box .title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.projects-current-theme3 .inner-box .content-box .title a:hover,
.projects-current-theme3 .inner-box .content-box .title a:focus {
  color: var(--theme-color3);
}