.swiper-container.nav-color .swiper-button.swiper-button-disabled, .swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
    background: #136feeb3 !important;
}
    .swiper-container.nav-color .swiper-button, .swiper-container.nav-color .swiper-slide figure .item-link {
    background: #136feee6 !important;
    color: #ffffff !important;
}
    .swiper-container.nav-color .swiper-button:hover, .swiper-container.nav-color .swiper-slide figure .item-link:hover {
    background: #136fee !important;
}
        .navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background: #136fee !important;
    border-color: #136fee !important;
    color: #ffffff !important;
}
    .accordion-wrapper .card-header button{
      color: #136fee;
    }
      @media (min-width: 992px){
      .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
          color: #136fee;
      }
      }
      @media (max-width: 991.98px){
      .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
        color: #ffffff !important;
      }
  }