.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-skin-current-theme1 {
  margin-bottom: 50px;
}
.projects-skin-current-theme1 .inner-box {
  position: relative;
}
.projects-skin-current-theme1 .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 51%;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  transition: all 500ms linear;
  z-index: 1;
}
.projects-skin-current-theme1 .inner-box:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 600ms linear;
}
.projects-skin-current-theme1 .inner-box:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}
.projects-skin-current-theme1 .inner-box:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 600ms linear;
}
.projects-skin-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.projects-skin-current-theme1 .inner-box:hover .content-box:before {
  width: 100%;
}
.projects-skin-current-theme1 .inner-box:hover .content-box .title,
.projects-skin-current-theme1 .inner-box:hover .content-box .cat {
  color: #fff;
}
.projects-skin-current-theme1 .inner-box .image {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
.projects-skin-current-theme1 .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.projects-skin-current-theme1 .inner-box .content-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  max-width: 329px;
  background-color: var(--theme-color-white);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .projects-skin-current-theme1 .inner-box .content-box {
    bottom: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
.projects-skin-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: "";
}
.projects-skin-current-theme1 .inner-box .content-box:after {
  position: absolute;
  top: -8px;
  right: 0;
  width: 280px;
  height: 8px;
  background-color: var(--theme-color1);
  content: "";
}
.projects-skin-current-theme1 .inner-box .content-box .shape-3 {
  width: 330px;
  height: 95px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../../../images/current-theme/shape-3.png);
}
.projects-skin-current-theme1 .inner-box .content-box .inner {
  position: relative;
  padding: 20px 30px 15px;
}
@media (max-width: 575.98px) {
  .projects-skin-current-theme1 .inner-box .content-box .inner {
    padding: 20px;
  }
}
.projects-skin-current-theme1 .inner-box .content-box .inner .read-more {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: block;
  color: #fff;
  text-align: center;
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .projects-skin-current-theme1 .inner-box .content-box .inner .read-more {
    right: 0;
  }
}
.projects-skin-current-theme1 .inner-box .content-box .inner .read-more:hover {
  color: var(--theme-color2);
}
.projects-skin-current-theme1 .inner-box .content-box .title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.projects-skin-current-theme1 .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.projects-skin-current-theme1 .inner-box .content-box .cat {
  position: relative;
  font-weight: 400;
  transition: all 0.3s ease;
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.projects-skin-current-theme1 .inner-box .content-box .cat li:last-child span {
  display: none;
}