.sbc-featured-work {
  padding: 100px 0;
}
.sbc-featured-work .fa-external-link{
  margin-left: 5px;
}
.sbc-featured-work .title-cont {
  margin-bottom: 50px;
}
.sbc-featured-work .img-cont{
  position: relative;
}
.sbc-featured-work .footer-box{
  padding: 15px 0;
}
.sbc-featured-work .footer-box .work-title{
  color: #000;
  font-size: 20px;
}
.sbc-featured-work .img-cont .work-logo{
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  padding: 10px;
  background-color: #fff;
}

.sbc-featured-work .single-work {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  min-height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}
.sbc-featured-work .single-work::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sbc-featured-work .single-work .logo-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sbc-featured-work .single-work .logo-cont .work-logo {
  max-height: 50px;
}
.sbc-featured-work .single-work .text-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 0 15px;
  background-color: rgba(193, 32, 51, 0.9);
  border-radius: 0px 0px 16px 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sbc-featured-work .single-work .text-cont .work-title {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
}
.sbc-featured-work .single-work .text-cont .work-desc {
  color: #fff;
  font-size: 14px;
}
.sbc-featured-work .single-work:hover .text-cont {
  opacity: 1;
  visibility: visible;
}
.sbc-featured-work .single-work:hover .logo-cont {
  opacity: 0;
  visibility: hidden;
}
.sbc-featured-work .single-work:hover::after {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 991px) {
  .sbc-featured-work .single-work .text-cont {
    opacity: 1;
    visibility: visible;
  }
  .sbc-featured-work .single-work .logo-cont {
    opacity: 0;
    visibility: hidden;
  }
  .sbc-featured-work .single-work::after {
    opacity: 1;
    visibility: visible;
  }
}

/***************************************************************************************/
/* Full Works  */
.sbc-featured-work.full-works{
  padding: 100px 0;
}
.sbc-featured-work.full-works .work-filters-cont{ 
  position: relative;
  background-color: #F5F5F5;
  padding: 30px 15px;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.sbc-featured-work.full-works .work-list-filters__controls{ 
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sbc-featured-work.full-works .work-list-filters__controls .work-list-filters-control{ 
  margin-right: 15px;
  margin-bottom: 15px;
}
.sbc-featured-work.full-works #work-list-filters{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sbc-featured-work.full-works .work-list-filters__button{ 
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sbc-featured-work.full-works .work-list-filters__button button{
  cursor: pointer;
  margin: 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-featured-work.full-works .work-list-filters__controls label{
  display: block;
  width: 100%;
  color: #231f20;
  font-weight: 300;
}
.sbc-featured-work.full-works .work-list-filters__controls input[type="text"],
.sbc-featured-work.full-works .work-list-filters__controls .ms-options-wrap button{
  border: 1px solid #dedede;
  height: 40px;
  width: 300px;
  border-radius: 6px;
  background-color: #fff;
  padding-left: 10px;
}
.sbc-featured-work.full-works .ms-options-wrap{
  position: relative;
}
.sbc-featured-work.full-works .ms-options-wrap .ms-options label{
  line-height: 1;
}
@media(max-width: 767px){
  .sbc-featured-work.full-works .work-list-filters__controls{
    justify-content: flex-start;
    width: 100%;
  }
  .sbc-featured-work.full-works .work-list-filters__controls input[type="text"], 
  .sbc-featured-work.full-works .work-list-filters__controls .ms-options-wrap button,
  .sbc-featured-work.full-works .work-list-filters__controls .work-list-filters-control{
    width: 100%;
  }
  .sbc-featured-work.full-works .work-list-filters__button{
    justify-content: flex-start;
  }
}
/***************************************************************************************/
/* Full Row View  */
.sbc-featured-work.row-view{
  /* background-color: #EFEFF0; */
  padding-bottom: 0;
}
.sbc-featured-work.row-view .single-work{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sbc-featured-work.row-view .single-work::after{
  display: none;
}
.sbc-featured-work.row-view .work-logo{
  max-width: 150px;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.sbc-featured-work.row-view .img-cont{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
/***************************************************************************************/
/* Gray BG  */
.sbc-featured-work.gray-bg{
  background-color: #EFEFF0;
}
.sbc-featured-work.gray-bg .ysc-blue-underline::after{
  background-color: #EFEFF0;
}
/***************************************************************************************/
/* Carousel Work  */
.sbc-featured-work.carousel-work {
  background-color: #EFEFF0;
}
.sbc-featured-work.carousel-work .inner-work-slider .img-text-cont{
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vw;
  max-height: 300px;
  min-height: 200px;
  margin-bottom: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.sbc-featured-work.carousel-work .inner-work-slider.first-slide .img-text-cont{
  height: calc(50vw + 20px);
  max-height: 620px;
  min-height: 400px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.sbc-featured-work.carousel-work .inner-work-slider .img-cont{
  position: initial;
}
.sbc-featured-work.carousel-work .inner-work-slider .img-cont .bg-img-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sbc-featured-work.carousel-work .inner-work-slider .footer-box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 0;
}
.sbc-featured-work.carousel-work .inner-work-slider .footer-box .work-logo{
  max-width: 100px;
  display: inline-block;
}
.sbc-featured-work.carousel-work .inner-work-slider.first-slide .footer-box .work-logo{
  max-width: 120px;
}
.sbc-featured-work.carousel-work .inner-work-slider .footer-box i{
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #421EF4;
  top: 50%;
  will-change: transform;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-featured-work.carousel-work .inner-work-slider:hover .footer-box i{
  transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
}
.sbc-featured-work.carousel-work .carousel-work-block{
  padding-right: 50px;
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-dots{
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-dots li button:before{
  font-size: 10px;
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-dots li.slick-active button:before{
  color: #421EF4;
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-prev, 
.sbc-featured-work.carousel-work .carousel-work-block .slick-next{
  left: auto;
  right: 5px;
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-prev::before, 
.sbc-featured-work.carousel-work .carousel-work-block .slick-next::before{
  font-family: 'FontAwesome';
  color: #421EF4;
  font-size: 30px;
}
.sbc-featured-work.carousel-work .carousel-work-block .slick-prev::before{
  content: '\f106';
} 
.sbc-featured-work.carousel-work .carousel-work-block .slick-next::before{
  content: '\f107';
}
@media(max-width: 991px){
  .sbc-featured-work.carousel-work .carousel-work-block-xs .inner-work-slider .img-text-cont{
    width: 300px;
    height: 300px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .inner-work-slider.first-slide .img-text-cont{
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-dots{
    bottom: -50px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-dots li button:before{
    font-size: 10px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-dots li.slick-active button:before{
    color: #421EF4;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-prev{
    left: 50px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-next{
    right: 50px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-prev, 
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-next{
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-prev.slick-disabled, 
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-next.slick-disabled{
    opacity: 0;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-prev::before, 
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-next::before{
    font-family: 'FontAwesome';
    color: #421EF4;
    font-size: 30px;
  }
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-prev::before{
    content: '\f104';
  } 
  .sbc-featured-work.carousel-work .carousel-work-block-xs .slick-next::before{
    content: '\f105';
  }
}
