.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-theme1 {
  position: relative;
  margin-bottom: 40px;
}
.projects-current-theme1 .inner-box {
  position: relative;
  padding-bottom: 50px;
}
.projects-current-theme1 .inner-box:hover .image-box .image:before {
  height: 100%;
}
.projects-current-theme1 .inner-box:hover .image-box .image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme1 .inner-box:hover .icon {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}
.projects-current-theme1 .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box {
    transition: none;
  }
}
.projects-current-theme1 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.projects-current-theme1 .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(transparent, #261c58);
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box .image::before {
    transition: none;
  }
}
.projects-current-theme1 .image-box .image a {
  display: block;
  width: 100%;
}
.projects-current-theme1 .image-box .image img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box .image img {
    transition: none;
  }
}
.projects-current-theme1 .content-box {
  position: absolute;
  right: 0;
  left: 35px;
  bottom: 0;
  padding: 30px 35px 25px;
  background-color: #fff;
  z-index: 3;
  border-bottom: 5px solid var(--theme-color1);
}
@media (max-width: 575.98px) {
  .projects-current-theme1 .content-box {
    left: 0;
  }
}
.projects-current-theme1 .content-box .title {
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme1 .content-box .title a:hover {
  color: var(--theme-color1);
}
.projects-current-theme1 .content-box .cat-list li {
  color: var(--theme-color1);
}
.projects-current-theme1 .content-box .cat-list li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color1);
}
.projects-current-theme1 .content-box .icon {
  position: absolute;
  right: 28px;
  bottom: 0;
  height: 65px;
  width: 65px;
  font-size: 17px;
  color: #fff;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-current-theme1 .content-box .icon i:before {
  position: relative;
  display: block;
  font-weight: 200;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media (max-width: 991.98px) {
  .projects-current-theme1 .content-box .icon {
    right: 10px;
    height: 45px;
    width: 50px;
  }
}

.gallery-carousel .owl-nav,
.gallery-carousel .owl-dots {
  display: none;
}