/* Owl Carousel Bootstrap Custom CSS */
@media (min-width: 1280px) {
  #owl-example-section .owl-carousel {
    width: calc(100vw + 240px);
    margin-left: calc(-50vw + 50% - 120px);
    margin-right: calc(-50vw + 50% - 120px);
  }

        
    
}
/* Demo Slides */
#owl-example-section { margin-bottom: 15px; margin-top: 15px; padding-bottom: 15px; padding-top: 15px; background-position: center; background-repeat: no-repeat; background-size: cover; background-color:var(--light-colour-bg);}
#owl-example-section .span12 {}
#owl-example .item{ background: var(--white-color); padding: 30px; margin: 15px; border-radius: var(--border-radius);}
#owl-example .item .review_text {color:var(--black-color); font-size:14px; line-height:20px; margin-bottom:15px; margin-top:0; padding:0; font-weight:var(--font-weight-400); letter-spacing: var(--letter-spacing-05);}
#owl-example .item .review_name {color:var(--primary-color); font-size:16px; line-height:20px; margin-bottom:0; margin-top:0; padding:0; font-weight:var(--font-weight-600); letter-spacing: var(--letter-spacing-05);}
#owl-example .item .review_review { margin-top: 15px; font-size:13px; line-height:20px; color: var(--bs-yellow)}
.empty-stars span i{font-size:15px;}





