.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;
}

.project-skin-style3 {
  position: relative;
  overflow: hidden;
}
.project-skin-style3 .thumb {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3 .tm-project-content-wrapper {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
  background-color: rgba(var(--theme-color2-rgb), 0.9);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
  display: block;
  padding: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  vertical-align: middle;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
    padding: 30px;
  }
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials {
  bottom: 0;
  position: absolute;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .category a {
  color: var(--theme-color1);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title a:hover {
  color: #ddd;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li {
  color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a {
  color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a:hover {
  color: var(--hover-theme-color);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .title, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .styled-icons {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  will-change: transform, opacity;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner {
  top: 0;
  overflow: hidden;
  position: absolute;
  right: -4px;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
  background-color: var(--theme-color1);
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  height: 73px;
  line-height: 70px;
  text-align: center;
  width: 75px;
}
@media (max-width: 767.98px) {
  .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
}
.project-skin-style3:hover .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .cat-list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .styled-icons {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
}