.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .cat-list li a {
    transition: none;
  }
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.projects-current-theme4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 35px 30px;
  padding-left: 130px;
  padding-right: 150px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  min-height: 140px;
}
@media (max-width: 575.98px) {
  .projects-current-theme4 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-bottom: 0;
  }
}
.projects-current-theme4:hover .count {
  color: var(--theme-color1);
}
.projects-current-theme4:hover .icon-box .icon-arrow {
  background-image: url(../../../images/current-theme/icon-arrow-down-right-5.png);
}
.projects-current-theme4:hover .image {
  opacity: 1;
  visibility: visible;
  top: -150px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  transform-origin: right bottom;
}
@media (max-width: 575.98px) {
  .projects-current-theme4:hover .image {
    top: 0;
  }
}
.projects-current-theme4 .count {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  transition: all 300ms ease;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .count {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .projects-current-theme4 .count {
    position: relative;
    top: 0;
    transform: none;
    display: inline-flex;
  }
}
.projects-current-theme4 .title {
  margin-bottom: 0;
  text-transform: uppercase;
  min-width: 280px;
}
.projects-current-theme4 .image {
  position: absolute;
  right: 120px;
  top: -120px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme4 .image {
    transition: none;
  }
}
.projects-current-theme4 .icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
}
.projects-current-theme4 .icon-box .icon-arrow {
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../../../images/current-theme/icon-arrow-down-right-4.png);
}
@media (max-width: 575.98px) {
  .projects-current-theme4 .icon-box {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    display: inline-block;
  }
}