/*
Theme Name: Boldlab Child
Theme URI: https://boldlab.qodeinteractive.com
Description: A child theme of Boldlab Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: boldlab
Template: boldlab
*/

.swiper-slide .qodef-m-item-title {
  color: #FB6B14;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}