.sbc-carousel-chef-gallery{
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
.sbc-carousel-chef-gallery::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: rgba(198, 198, 198, 0.2);
}
.sbc-carousel-chef-gallery .bottom-icon-img{
  position: absolute;
  bottom: 0;
  right: -80px;
  max-width: 120px;
}
.sbc-carousel-chef-gallery .top-title{
  position: relative;
  z-index: 1;
}
.sbc-carousel-chef-gallery .top-title .title-color{
  font-family: 'futura-pt', sans-serif;
  font-size: 42px;
  line-height: 1;
}
.sbc-carousel-chef-gallery .top-title .title-color .green-title{
  color: #6DB341;
}
.sbc-carousel-chef-gallery .top-title .title-color .gray-title{
  color: #000;
}
.sbc-carousel-chef-gallery .top-title .cta-btn{
  color: #000;
  font-family: 'futura-pt',sans-serif;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 50px;
  text-decoration: none !important;
}
.sbc-carousel-chef-gallery .top-title .cta-btn::before{
  position: absolute;
  top: 50%;
  right: 25px;
  content: '\f35a';
  color: #6DB341;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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-carousel-chef-gallery .top-title .cta-btn:hover::before{
  right: 20px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel{
  margin-top: -60px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel .text-cont{
  padding-top: 60px;
  padding-bottom: 50px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel .title{
  font-size: 32px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 20px;
  color: #000;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator{
  top: -50px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .inner-chef-gallery-indicator{
  margin: 3px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-next, 
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-prev{
  z-index: 1;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-next{
  right: -30px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-prev{
  left: -35px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-prev::before, 
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-next::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6DB341;
  font-size: 25px;
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-prev::before{
  content: '\f359';
}
.sbc-carousel-chef-gallery .chef-gallery-carousel-indicator .slick-next::before{
  content: '\f35a';
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/


@media (max-width: 991px){
  .sbc-carousel-chef-gallery .bottom-icon-img{
    bottom: 15vw;
  }
  .sbc-carousel-chef-gallery::before{
    display: none;
  }
  .sbc-carousel-chef-gallery .chef-gallery-carousel{
    margin-top: 0;
  }
  .sbc-carousel-chef-gallery .chef-gallery-carousel .text-cont{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sbc-carousel-chef-gallery .chef-gallery-carousel-indicator{
    top: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px){
  
}
@media (max-width: 576px){
  
}