.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-theme3 {
  position: relative;
}
.projects-current-theme3 .inner-box {
  position: relative;
}
.projects-current-theme3 .inner-box:hover .content-box {
  padding-bottom: 0;
}
.projects-current-theme3 .inner-box:hover .content-box .title {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.projects-current-theme3 .inner-box:hover .image-box .image:before {
  height: 100%;
  opacity: 1;
}
.projects-current-theme3 .inner-box:hover .image-box .image:after {
  height: 20px;
  opacity: 1;
}
.projects-current-theme3 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(1);
}
.projects-current-theme3 .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
.projects-current-theme3 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.projects-current-theme3 .image-box .image a {
  display: block;
  width: 100%;
}
.projects-current-theme3 .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  opacity: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--theme-color1) 100%);
  pointer-events: none;
  z-index: 2;
  transition: all 500ms ease;
}
.projects-current-theme3 .image-box .image::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  pointer-events: none;
  z-index: 2;
  transition: all 500ms ease;
}
.projects-current-theme3 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.projects-current-theme3 .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  transition: all 300ms ease;
  z-index: 9;
}
.projects-current-theme3 .content-box .cat-list {
  position: relative;
  display: inline-flex;
  padding: 5px 40px;
  justify-content: left;
  background: var(--theme-color1);
  transition: all 300ms ease;
}
.projects-current-theme3 .content-box .cat-list li {
  margin-right: 5px;
}
.projects-current-theme3 .content-box .cat-list li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}
.projects-current-theme3 .content-box .title {
  display: block;
  padding: 24px 40px;
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 270px;
  transition: all 300ms ease;
}
.projects-current-theme3 .content-box .title:hover {
  color: var(--theme-color3);
}