/*--
/*  4.4 - Work CSS
/*----------------------------------------*/
.work-tabs-menu {
  padding-bottom: 2px;
}

.work-tabs-menu .nav {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 575px) {
  .work-tabs-menu .nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.work-tabs-menu .nav li {
  padding: 0 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .work-tabs-menu .nav li {
    padding: 0 10px;
  }
}

.work-tabs-menu .nav li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
  .work-tabs-menu .nav li a {
    font-size: 14px;
  }
}

.work-tabs-menu .nav li a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.work-tabs-menu .nav li a:hover, .work-tabs-menu .nav li a.active {
  color: #fff;
}

.work-tabs-menu .nav li a:hover::before, .work-tabs-menu .nav li a.active::before {
  opacity: 1;
  visibility: visible;
}

.work-tab-content {
  padding-top: 68px;
}

.tab-carousel {
  background-image: url('/wp-content/uploads/2022/02/TH_DSC9831.jpg');
  background-size: cover;

}

.single-project-slide {
  position: relative;
  margin-bottom: -1px;
}

.single-project-slide .thumb a {
  height: 65vh;
  display: block;
  position: relative;
}

.single-project-slide .thumb a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
}

.single-project-slide .thumb a img {
  width: 100%;
}

.single-project-slide .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-project-slide .content {
    padding: 30px 30px;
  }
}

.single-project-slide .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #ececf5;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-project-slide .content .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.single-project-slide .content .title {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-project-slide .content .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .single-project-slide .content .title {
    font-size: 22px;
  }
}

.single-project-slide .content .title a {
  color: #fff;
}

.single-project-slide:hover .content::before {
  height: 100%;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.single-project-slide:hover .content .subtitle {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 9;
}

.single-project-slide:hover .content .title {
  position: relative;
  z-index: 9;
}

.single-project-slide:hover .content .title a {
  color: #101075;
}

.tab-carousel {
  position: relative;
}

.tab-carousel .tab-carousel-prev,
.tab-carousel .tab-carousel-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab-carousel .tab-carousel-prev:focus,
.tab-carousel .tab-carousel-next:focus {
  border: 0px;
  outline: 0px;
}

.tab-carousel .tab-carousel-prev:after,
.tab-carousel .tab-carousel-next:after {
  display: none;
}

.tab-carousel .tab-carousel-prev i,
.tab-carousel .tab-carousel-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 40px;
  color: #101075;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  width: 50px;
  height: 50px;
}

.tab-carousel .tab-carousel-prev i:hover,
.tab-carousel .tab-carousel-next i:hover {
  color: #fff;
  background: #89715b !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tab-carousel:hover .tab-carousel-prev i,
.tab-carousel:hover .tab-carousel-next i {
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab-carousel:hover .tab-carousel-prev {
  left: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-carousel:hover .tab-carousel-prev {
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-carousel:hover .tab-carousel-prev {
    left: 20px;
  }
}

.tab-carousel:hover .tab-carousel-next {
  right: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-carousel:hover .tab-carousel-next {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-carousel:hover .tab-carousel-next {
    right: 20px;
  }
}