*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  margin: 20px 0;
}

.work [tabindex="-1"]:focus {
  outline: 0 !important;
}

.work abbr[title],
.work abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

.work a {
  text-decoration: none;
  background-color: transparent;
}

.work a:hover {
  text-decoration: underline;
}

.work a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.work a:not([href]):not([tabindex]):hover,
.work a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.work a:not([href]):not([tabindex]):focus {
  outline: 0;
}


.work .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: #b063c5;
}

.owl-carousel .owl-nav .owl-prev {
  right: 0;
  margin-right: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: left;
  margin-top: -10px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
  width: 100%;
}

.work .img {
  width: 100%;
  height: 280px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  z-index: 0;
}

.work .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  opacity: .351;
}

.work .text {
  text-align: left;
  padding: 15px 10px 10px;
  padding-top: 0;
  float: left;
  width: 100%;
}

.work .text h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  height: 40px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.work .text h3 a,
.work .text h3 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.work .text .cat {
  font-size: 16px;
  color: #b063c5;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  padding: 1px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 6px;
}

.work .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.work .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}


.work .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}


.work .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

@media (max-width: 991px) {
  .work .img {
    height: 220px;
  }
  
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    margin: 10px 0 0;
  }

}