.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;
  }
}

/* Portfolio Style two */
.projects-current-theme2 {
  position: relative;
  margin-bottom: 50px;
}
.projects-current-theme2 .inner-box {
  position: relative;
  overflow: hidden;
}
.projects-current-theme2 .inner-box:hover .image-box .image::before {
  z-index: 2;
  opacity: 0.5;
}
.projects-current-theme2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.projects-current-theme2 .inner-box:hover .read-more {
  background-color: var(--theme-color1);
  color: #fff;
}
.projects-current-theme2 .image-box {
  position: relative;
  transition: all 300ms ease;
}
.projects-current-theme2 .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.projects-current-theme2 .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  transition: all 300ms ease;
  opacity: 0;
  transform: scale(1);
}
.projects-current-theme2 .image-box .image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(29, 29, 41, 0) 0%, rgba(29, 29, 41, 0.75) 75%);
  transition: all 300ms ease;
  z-index: 2;
}
.projects-current-theme2 .image-box .image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: all 300ms ease;
}
.projects-current-theme2 .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  padding: 30px 30px;
}
.projects-current-theme2 .content-box .float-text {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 110px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  letter-spacing: 0.02em;
  margin-top: -30px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(159, 159, 159, 0.4117647059);
}
.projects-current-theme2 .content-box .cat-list {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
}
.projects-current-theme2 .content-box .cat-list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color3);
  text-transform: uppercase;
}
.projects-current-theme2 .content-box .title {
  position: relative;
  margin-bottom: 0;
  padding: 0px 18px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .projects-current-theme2 .content-box .title {
    font-size: 30px;
  }
}
.projects-current-theme2 .content-box .read-more {
  position: relative;
  width: 51px;
  height: 51px;
  margin-bottom: 0;
  border-radius: 50%;
  display: inline-block;
  color: var(--theme-color1);
  background-color: #fff;
  text-align: center;
  transition: all 300ms ease;
}
.projects-current-theme2 .content-box .read-more i {
  font-size: 20px;
  line-height: 51px;
}