<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

.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;
  width: 99%;
}
.projects-current-theme1 .inner-box {
  position: relative;
}
.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(--theme-color2);
}
.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: 376px;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box .image img {
    transition: none;
  }
}
.projects-current-theme1 .content-box {
  position: relative;
  padding: 15px 0 0;
}
.projects-current-theme1 .content-box .title {
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme1 .content-box .title:hover {
  color: var(--theme-color1);
}
.projects-current-theme1 .content-box .cat-list li a {
  font-size: 18px;
  color: var(--theme-color1);
}
.projects-current-theme1 .content-box .cat-list .year {
  color: var(--theme-color1);
  font-weight: 900;
  margin-left: 10px;
}

.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;
}

/* Portfolio Style two */
.tm-sc-projects .projects-current-theme2 {
  margin-bottom: 75px;
}
.tm-sc-projects .projects-current-theme2 .inner-box {
  position: relative;
  padding-top: 69px;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .image-box .image {
  -webkit-transform: translateY(-69px);
  -moz-transform: translateY(-69px);
  -ms-transform: translateY(-69px);
  transform: translateY(-69px);
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .info-box {
  opacity: 1;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .info-box .inner {
  opacity: 1;
  transform: translate(0);
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .info-box .inner .title {
  opacity: 1;
  transform: translate(0);
  transition-delay: 300ms;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .info-box .inner .cat-list {
  opacity: 1;
  transform: translate(0);
  transition-delay: 200ms;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .info-box .inner .read-more {
  transform: translate(0);
  opacity: 1;
  transition-delay: 100ms;
}
.tm-sc-projects .projects-current-theme2 .inner-box .image-box .image {
  margin-bottom: 0;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .projects-current-theme2 .inner-box .image-box .image {
    transition: none;
  }
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 400ms ease;
  z-index: 3;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner {
  position: relative;
  min-width: 340px;
  min-height: 160px;
  padding: 36px 34px 30px;
  opacity: 0;
  background-color: #fff;
  border: 2px solid var(--theme-color2);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner {
    min-width: 260px;
    min-height: 150px;
  }
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .title {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .title {
    transition: none;
  }
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .title a:hover {
  color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .cat-list {
  margin-bottom: 15px;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .cat-list {
    transition: none;
  }
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .cat-list span {
  margin-left: 10px;
  font-weight: 900;
  color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 900;
  color: var(--theme-color2);
  opacity: 0;
  transform: translateY(-10px);
  text-transform: uppercase;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .read-more i {
  font-size: 18px;
  margin-left: 15px;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .read-more:hover {
  color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .inner .read-more img {
  width: auto;
  margin-left: 10px;
  object-fit: none;
}

.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-theme3 {
  margin-bottom: 50px;
}
.projects-current-theme3 .inner-box {
  position: relative;
}
.projects-current-theme3 .inner-box:hover .image img {
  transform: scale(1.1);
}
.projects-current-theme3 .inner-box .image-box {
  position: relative;
  margin-bottom: 20px;
}
.projects-current-theme3 .inner-box .image-box .image {
  overflow: hidden;
}
.projects-current-theme3 .inner-box .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.projects-current-theme3 .inner-box .image-box .read-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: var(--theme-color3);
  text-align: center;
  transition: all 300ms ease;
}
.projects-current-theme3 .inner-box .image-box .read-more:hover {
  color: #fff;
  background-color: var(--theme-color1);
}
.projects-current-theme3 .inner-box .image-box .read-more i {
  font-size: 25px;
  line-height: 55px;
  font-weight: 300;
  transform: rotate(-41deg);
  display: inline-block;
}
.projects-current-theme3 .inner-box .content-box .title {
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme3 .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.projects-current-theme3 .inner-box .content-box .cat-list span {
  font-size: 18px;
  font-weight: 900;
  margin-left: 9px;
  color: var(--theme-color1);
}

.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-layout {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1700px) {
  .project-layout {
    margin: 0 -50px;
    padding: 0 10px;
  }
}
@media (max-width: 1399.98px) {
  .project-layout {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .project-layout {
    flex-wrap: wrap;
    padding: 0;
  }
}
.project-layout .projects-current-theme4 {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
  position: relative;
  margin-bottom: 30px;
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
.project-layout .projects-current-theme4:hover, .project-layout .projects-current-theme4.active {
  flex: 2;
}
@media (max-width: 991.98px) {
  .project-layout .projects-current-theme4 {
    width: 50%;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .project-layout .projects-current-theme4 {
    width: 100%;
    flex: 0 0 100% !important;
  }
}
.project-layout .projects-current-theme4 .active .image-box .image:before {
  opacity: 0.3;
  transform: scale(1);
}
.project-layout .projects-current-theme4 .active .icon {
  background-color: #fff;
  color: var(--theme-color2);
}
.project-layout .projects-current-theme4 .active .content-box .float-text {
  opacity: 1;
}
.project-layout .projects-current-theme4 .active .content-box .cat-list {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 600ms;
}
.project-layout .projects-current-theme4 .active .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 900ms;
}
.project-layout .projects-current-theme4 .active .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: 1200ms;
}
.project-layout .projects-current-theme4 .active .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
  -moz-transform: translateY(100);
  -ms-transform: translateY(100);
  transform: translateY(100);
  transition-delay: 200ms;
}
.project-layout .projects-current-theme4 .inner-box {
  position: relative;
  overflow: hidden;
}
.project-layout .projects-current-theme4 .inner-box:hover .image-box .image:before {
  opacity: 0.3;
  transform: scale(1);
}
.project-layout .projects-current-theme4 .inner-box:hover .icon {
  background-color: #fff;
  color: var(--theme-color2);
}
.project-layout .projects-current-theme4 .inner-box:hover .content-box .float-text {
  opacity: 1;
}
.project-layout .projects-current-theme4 .inner-box:hover .content-box .cat-list {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 600ms;
}
.project-layout .projects-current-theme4 .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 900ms;
}
.project-layout .projects-current-theme4 .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: 1200ms;
}
.project-layout .projects-current-theme4 .inner-box:hover .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
  -moz-transform: translateY(100);
  -ms-transform: translateY(100);
  transform: translateY(100);
  transition-delay: 200ms;
}
.project-layout .projects-current-theme4 .image-box {
  position: relative;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .image-box {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.project-layout .projects-current-theme4 .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .image-box .image::before {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .image-box .image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(29, 29, 41, 0) 0%, rgba(29, 29, 41, 0.75) 75%);
  transition: all 300ms ease;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .image-box .image::after {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .image-box .image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .image-box .image img {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 30px 30px;
}
.project-layout .projects-current-theme4 .content-box-hover .title {
  color: #fff;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 0;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .content-box-hover .title {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  padding: 30px 30px;
}
.project-layout .projects-current-theme4 .content-box .float-text {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 110px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.02em;
  margin-top: -30px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(159, 159, 159, 0.4117647059);
  opacity: 0;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .content-box .float-text {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .content-box .cat-list {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .content-box .cat-list {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .content-box .cat-list li a {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color3);
  text-transform: uppercase;
}
.project-layout .projects-current-theme4 .content-box .title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 18px;
  color: #fff;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  margin-bottom: 13px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .content-box .title {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .project-layout .projects-current-theme4 .content-box .title {
    font-size: 30px;
  }
}
.project-layout .projects-current-theme4 .content-box .read-more {
  position: relative;
  width: 51px;
  height: 51px;
  opacity: 0;
  margin-bottom: 18px;
  border-radius: 50%;
  display: inline-block;
  color: var(--theme-color1);
  background-color: #fff;
  text-align: center;
  transform: scale(0);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-layout .projects-current-theme4 .content-box .read-more {
    transition: none;
  }
}
.project-layout .projects-current-theme4 .content-box .read-more i {
  font-size: 20px;
  line-height: 51px;
}

.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-style1 {
  padding-top: 98px;
  text-align: center;
}
.project-skin-style1 .project-block {
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .project-skin-style1 .project-block {
    padding: 0 30px;
  }
}
.project-skin-style1 .project-block .thumb {
  max-width: 220px;
  margin: 0 auto 24px;
}
.project-skin-style1 .project-block .thumb img {
  border: 12px solid #fff;
  border-radius: 50%;
  margin-top: -98px;
  position: relative;
  z-index: 1;
}
.project-skin-style1 .project-block .content {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style1 .project-block .content {
    transition: none;
  }
}
.project-skin-style1 .project-block .content .cat-list li a {
  text-transform: capitalize;
}
.project-skin-style1 .project-block .content .cat-list li a:hover {
  color: var(--hover-theme-color);
}
.project-skin-style1 .project-block .content .title {
  margin-bottom: 20px;
  margin-top: 0;
}
.project-skin-style1 .project-block .content .title a {
  color: #202426;
}
.project-skin-style1 .project-block .content .excerpt {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .project-skin-style1 .project-block .content p {
    margin-bottom: 50px;
  }
}
.project-skin-style1 .project-block .content .btn-link {
  background-color: #f5f5f4;
  border-radius: 35px 35px 0 0;
  color: #303035;
  display: inline-block;
  font-size: 20px;
  padding: 11px 25.25px 3px;
}
.project-skin-style1 .project-block .content .btn-link .shape-circle {
  bottom: 0;
  filter: brightness(0.1);
  left: 50%;
  opacity: 0.2;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style1 .project-block .content .btn-link .shape-circle {
    transition: none;
  }
}
.project-skin-style1 .project-block:hover .title a {
  color: var(--theme-color1);
}
.project-skin-style1 .project-block:hover .content .btn-link {
  background-color: var(--theme-color2);
  color: #fff;
}
.project-skin-style1 .project-block:hover .content .btn-link .shape-circle {
  filter: none;
  opacity: 1;
}

.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-style2 {
  position: relative;
}
.project-skin-style2 .thumb {
  overflow: hidden;
  position: relative;
}
.project-skin-style2 .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style2 .thumb img {
    transition: none;
  }
}
.project-skin-style2 .thumb .overlay {
  background-color: rgba(29, 29, 35, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style2 .thumb .overlay {
    transition: none;
  }
}
.project-skin-style2 .thumb .overlay .icon {
  font-size: 24px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  margin: 0 auto;
}
.project-skin-style2 .details {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  background: rgba(var(--theme-color1-rgb), 0.9);
  padding: 30px;
}
.project-skin-style2 .details .cat-list li {
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .cat-list li a {
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .cat-list li a:hover {
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .title {
  color: var(--text-color-bg-theme-color1);
  margin-bottom: 0;
  margin-top: 0;
}
.project-skin-style2 .details .title a:hover, .project-skin-style2 .details .title a:focus {
  color: #f1f1f1;
}
.project-skin-style2:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-skin-style2:hover .thumb .overlay {
  opacity: 1;
}
.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;
}

.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-style4 {
  position: relative;
}
.project-skin-style4 .project-thumb img {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style4 .project-thumb img {
    transition: none;
  }
}
.project-skin-style4 .project-content {
  text-align: center;
  background: var(--theme-color2);
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 300ms;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style4 .project-content {
    transition: none;
  }
}
.project-skin-style4 .project-content:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px 30px;
  border-color: transparent transparent var(--theme-color2) transparent;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style4 .project-content:after {
    transition: none;
  }
}
.project-skin-style4 .project-content .cat-list li {
  color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .cat-list li a {
  color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .cat-list li a:hover {
  color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .title {
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .title a:hover,
.project-skin-style4 .project-content .title a:focus {
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style4 .project-content .excerpt {
  color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content &gt; :first-child {
  margin-top: 0;
}
.project-skin-style4:hover .project-content {
  background: var(--theme-color1);
}
.project-skin-style4:hover .project-content:after {
  border-color: transparent transparent var(--theme-color1) transparent;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-style4:hover .project-content:after {
    transition: none;
  }
}
.project-skin-style4:hover .project-content .title {
  margin-bottom: 5px;
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style4:hover .project-content .excerpt {
  color: var(--text-color-bg-theme-color1);
}
.project-skin-style4:hover .project-content .cat-list li a {
  color: var(--text-color-bg-theme-color1);
}

.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-flat {
  position: relative;
}
.project-skin-flat .thumb {
  overflow: hidden;
  position: relative;
}
.project-skin-flat .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.18, 0.71, 0.58, 1);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .project-skin-flat .thumb img {
    transition: none;
  }
}
.project-skin-flat .details {
  padding: 20px 30px 30px 0;
}
.project-skin-flat .details .title {
  margin-top: 0;
}
.project-skin-flat:hover .thumb img {
  -webkit-transform: scale(1.1) translateX(12px);
  -moz-transform: scale(1.1) translateX(12px);
  -ms-transform: scale(1.1) translateX(12px);
  transform: scale(1.1) translateX(12px);
}

.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-mouse-follow-floating-info .thumb {
  position: relative;
}
.projects-mouse-follow-floating-info .thumb img {
  border-radius: 5px;
}
.projects-mouse-follow-floating-info .thumb .details {
  position: absolute;
  left: 30px;
  bottom: 30px;
  transition: all 0.5s;
  transform: translateY(20px);
  opacity: 0;
  z-index: 1;
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .projects-mouse-follow-floating-info .thumb .details {
    transition: none;
  }
}
.projects-mouse-follow-floating-info .thumb .details .title {
  color: #fff;
  padding-right: 60px;
  line-height: 36px;
  margin: 0;
  position: relative;
}
.projects-mouse-follow-floating-info .thumb .btn-view-details {
  position: absolute;
  bottom: -15px;
  right: 40px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .projects-mouse-follow-floating-info .thumb .btn-view-details {
    transition: none;
  }
}
.projects-mouse-follow-floating-info .thumb .btn-view-details a {
  font-size: 14px;
  padding: 8px 16px;
  text-transform: capitalize;
}
.projects-mouse-follow-floating-info .thumb:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s;
  border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .projects-mouse-follow-floating-info .thumb:after {
    transition: none;
  }
}
.projects-mouse-follow-floating-info:hover .thumb .details {
  transform: translateY(0);
  opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb .btn-view-details {
  right: 20px;
  opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb:after {
  opacity: 1;
  height: 100%;
  background: linear-gradient(0deg, #081B2C, transparent);
}</pre></body></html>