*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  margin: 0;
}
.work [tabindex="-1"]:focus {
  outline: 0 !important;
}
.work abbr[title], .work abbr[data-original-title] {
  text-decoration: none;
  -webkit-text-decoration: none dotted;
  text-decoration: none dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.work a {
  text-decoration: none;
  background-color: transparent;
}
.work a:hover {
  text-decoration: none;
}
.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: center;
  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;
  padding: 0px 1px 15px;
}
.work {
  width: 100%;
}
.work .img {
  width: 100%;
  height: 178px;
  position: relative;
  margin: 10px 0 !important;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  text-transform: none;
  margin-bottom: 0;
  height: 36px;
  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 h3 a, .work h3 {
  color: #333;
  max-height: 40px;
  padding: 0 6px;
}
.work h3 a:hover {
  text-decoration: none !important;
}
.work .cat {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 12px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  letter-spacing: .521px;
  padding: 3px 8px;
  --webkit-font-smoothing: auto;
}
.work .text .cat svg {
height: 16px;
width: 16px;
margin: 2px 4px;
}
.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;
  background-size: contain;
}
@media (max-width: 991px) {
  .work .img {
      height: 172px;
 }
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
      margin: 10px 0 0;
 }
}
