.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 .inner-box {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 70px;
  position: relative;
  z-index: 9;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .projects-current-theme1 .inner-box {
    width: 100%;
  }
}
.projects-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme1 .inner-box:hover .content .arrow-icon {
  background-color: var(--theme-color1);
}
.projects-current-theme1 .inner-box:hover .content .arrow-icon i {
  rotate: 0deg;
}
.projects-current-theme1 .inner-box:nth-child(3) {
  margin-bottom: 0;
}
.projects-current-theme1 .inner-box .image {
  width: 100%;
  height: 505px;
  overflow: hidden;
  border-radius: 40px;
  height: 450px;
}
.projects-current-theme1 .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .projects-current-theme1 .inner-box .image {
    height: 500px;
  }
}
.projects-current-theme1 .inner-box .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.projects-current-theme1 .inner-box .content .title {
  padding: 30px 0 10px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.projects-current-theme1 .inner-box .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.projects-current-theme1 .inner-box .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.projects-current-theme1 .inner-box .content .cat-list {
  color: var(--theme-color-white);
}
.projects-current-theme1 .inner-box .content .arrow-icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: inherit;
  transition: all 0.4s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer !important;
  width: 56px;
  height: 56px;
  background-color: #fff;
  color: var(--theme-color2);
}
.projects-current-theme1 .inner-box .content .arrow-icon i {
  transition: all 0.2s ease-in-out;
  rotate: -45deg;
}