.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-theme5 {
  position: relative;
  overflow: hidden;
}
.projects-current-theme5 .inner-box {
  position: relative;
}
.projects-current-theme5 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.projects-current-theme5 .inner-box:hover .image-box .image:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.projects-current-theme5 .inner-box:hover .info-box {
  bottom: -30px;
}
.projects-current-theme5 .inner-box:hover .overlay-content {
  transform: translate(0);
}
.projects-current-theme5 .image-box {
  position: relative;
  padding-right: 20px;
  transition: all 300ms ease;
}
.projects-current-theme5 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.projects-current-theme5 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.projects-current-theme5 .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.projects-current-theme5 .info-box {
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  padding: 25px 20px;
  padding-left: 30px;
  padding-right: 40px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.projects-current-theme5 .info-box .title {
  font-weight: 700;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme5 .info-box .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 22px;
  height: 40px;
  width: 40px;
  background-color: #ecf0f4;
  border-radius: 50%;
  transition: all 300ms ease;
}
.projects-current-theme5 .info-box .read-more:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.projects-current-theme5 .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: translateY(100%);
  transition: all 500ms ease;
}
.projects-current-theme5 .overlay-content .info-box {
  position: relative;
  left: 0;
  bottom: 0 !important;
}
.projects-current-theme5 .overlay-content .info-box .title {
  margin-top: 0;
  margin-bottom: 10px;
}