
.bgnone {
    background-color: #fff0;
    padding: 0;
}
.bsaii {
    padding-top: 200px;
}
.bsaii h1 {
    color: #fff;
}
.bsaii .h5 {
    color: #fff;
}
.carousel-caption h5 {
    text-align: left;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.carousel-caption {
    bottom: 8px;
    left: 22%;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.left{
    text-align: left;
}
@media screen and (max-width: 768px) {
    .carousel-item .mobile img {
        height: 55vh;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .carousel-caption {
        bottom: 34vh;
        left: 5%;
        right: 5%;
    }
    .carousel-caption h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4rem;
        padding: 0;
        margin: 0;
    }
    .carousel-caption p {
        font-size: 10px;
        font-weight: 400;
        line-height: 1.4rem;
        padding: 0;
        margin: 0;
    }
}

