.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-theme1 {
  margin-bottom: 30px;
}
.projects-current-theme1 .inner-box {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .projects-current-theme1 .inner-box {
    margin-right: 0;
  }
}
.projects-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.projects-current-theme1 .inner-box:hover .content-box {
  bottom: 20px;
}
.projects-current-theme1 .inner-box:hover .content-box .title {
  color: #fff;
}
.projects-current-theme1 .inner-box:hover .content-box:before {
  width: 100%;
}
.projects-current-theme1 .inner-box:hover .content-box .content .read-more {
  background-color: var(--theme-color1);
}
.projects-current-theme1 .inner-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.projects-current-theme1 .inner-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .content-box {
  position: absolute;
  bottom: 50px;
  right: -30px;
  max-width: 310px;
  width: 100%;
  transition: all 300ms ease;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .projects-current-theme1 .inner-box .content-box {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    max-width: 100%;
  }
}
.projects-current-theme1 .inner-box .content-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  content: "";
  z-index: 2;
}
.projects-current-theme1 .inner-box .content-box .content {
  position: relative;
  padding: 18px 60px 18px 28px;
  background: var(--gradient-2);
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .content-box .content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 23px solid rgba(255, 255, 255, 0.2);
  border-right: 43px solid transparent;
}
.projects-current-theme1 .inner-box .content-box .content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 23px solid rgba(255, 255, 255, 0.2);
  border-left: 43px solid transparent;
}
.projects-current-theme1 .inner-box .content-box .title {
  position: relative;
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
}
.projects-current-theme1 .inner-box .content-box .title a:hover {
  color: #fff;
}
.projects-current-theme1 .inner-box .content-box .read-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color-bg-theme-color1);
  z-index: 3;
}
.projects-current-theme1 .inner-box .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 15px;
}
.projects-current-theme1 .inner-box .content-box .inner .excerpt {
  position: relative;
  color: #eee;
  margin-bottom: 0;
  transition: all 300ms ease;
  z-index: 2;
}