.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 {
  display: flex;
  counter-increment: my-awesome-counter;
  position: relative;
  border-bottom: 1px solid #dbe8e8;
  align-items: center;
  padding: 40px 0 40px 200px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .projects-current-theme1 .inner-box {
    align-items: normal;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .projects-current-theme1 .inner-box {
    padding: 30px 0 40px 0;
    margin-bottom: 24px;
  }
}
.projects-current-theme1 .inner-box:last-child {
  margin-bottom: 0;
}
.projects-current-theme1 .inner-box:hover:before, .projects-current-theme1 .inner-box.active:before {
  color: var(--theme-color1);
  -webkit-text-stroke-color: transparent;
}
.projects-current-theme1 .inner-box:hover .image, .projects-current-theme1 .inner-box.active .image {
  opacity: 1;
  visibility: visible;
  transform: rotate(7deg);
  z-index: 2;
}
.projects-current-theme1 .inner-box:hover .view-btn a, .projects-current-theme1 .inner-box.active .view-btn a {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.projects-current-theme1 .inner-box:hover .title-box .title, .projects-current-theme1 .inner-box.active .title-box .title {
  color: var(--theme-color1);
}
.projects-current-theme1 .inner-box:before {
  color: transparent;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  font-size: 68px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(22, 22, 22, 0.4);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .projects-current-theme1 .inner-box:before {
    top: 0;
  }
}
.projects-current-theme1 .inner-box .title-box {
  position: relative;
  width: 31%;
  line-height: 1;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .projects-current-theme1 .inner-box .title-box {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .projects-current-theme1 .inner-box .title-box {
    width: 100%;
  }
}
.projects-current-theme1 .inner-box .title-box:before {
  position: absolute;
  content: "";
  background-color: #c8dada;
  width: 80px;
  height: 1px;
  left: -105px;
  bottom: 35px;
  transform: rotate(-73deg);
}
.projects-current-theme1 .inner-box .title-box:after {
  position: absolute;
  content: "";
  background-color: #c8dada;
  width: 80px;
  height: 1px;
  left: -100px;
  bottom: 35px;
  transform: rotate(-73deg);
}
.projects-current-theme1 .inner-box .title-box .excerpt {
  color: var(--theme-color1);
  font-size: 12px;
  position: relative;
  top: 11px;
  text-transform: uppercase;
}
.projects-current-theme1 .inner-box .title-box .title {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .projects-current-theme1 .inner-box .title-box .title {
    font-size: 28px;
  }
}
.projects-current-theme1 .inner-box .title-box .title span {
  text-transform: uppercase;
}
.projects-current-theme1 .inner-box .excerpt {
  margin-bottom: -15px;
  flex: 1 0 0;
}
@media (max-width: 1199.98px) {
  .projects-current-theme1 .inner-box .excerpt br {
    display: none;
  }
}
.projects-current-theme1 .inner-box .image-box {
  position: relative;
}
@media (max-width: 991.98px) {
  .projects-current-theme1 .inner-box .image-box {
    display: none;
  }
}
.projects-current-theme1 .inner-box .image {
  position: absolute;
  right: 0;
  top: -125px;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  height: 280px;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .projects-current-theme1 .inner-box .image {
    right: 0;
  }
}
.projects-current-theme1 .inner-box .view-btn a {
  border: 6px solid #fff;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  width: 100px;
  height: 100px;
  line-height: 93px;
  text-align: center;
  position: absolute;
  bottom: -255px;
  left: -40px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .projects-current-theme1 .inner-box .view-btn a {
    bottom: -288px;
    left: -109px;
  }
}