.topbar {
    background-color: rgb(14, 6, 105);
}

.topbar ul li {
    display: inline;
    padding-right: 25px;
}
.bg-img{
    background: url('5.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
.topbar ul {
    margin: 0px;
    padding: 10px 0px;
}

a {
    text-decoration: none;
}

.topbar ul li a {
    color: #fff;
    font-weight: 500
}

.topbar button {
    float: right;
    background-color: #f6f697;
    border: none;
    padding: 12px 0px;
    width: 190px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.title span {
    color: red
}

p {
    text-align: justify;
    line-height: 29px;
}

.bg-gray {
    background-color: #f5f5f5ed;
}

.courses h5 {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0px;
    background-color: #fff;
}

img {
    max-width: 100%;
}

.bx-shadow {
    box-shadow: 2px 3px 5px 4px #8d8d8d;
    margin-bottom: 25px;
}

.breabanner {
    background-image: url(../images/kashi.jpg);
    background-size: 100%;
    padding: 40px 0px;
}

.breabanner h3 {
    text-align: center;
    color: #f6f697
}

footer {
    background-color: rgb(14, 6, 105);
    padding: 30px 0px;
}

footer p {
    color: #fff;
    margin-bottom: 0px;
}
.gallery img {
    width: 100%;
    height: 300px
}

.admingallery img {
    width: 100px;
    height: 100px
}
@media(max-width:650px) {
    .topbar button {
        display: none;
    }

    .breabanner {
        background-size: cover;
    }

    .courses img {
        width: 100%;
    }

    .courses .bx-shadow {
        width: 320px;
        margin: auto;
        display: block;
        margin-bottom: 25px;
    }

    .topbar ul {
        text-align: center;
    }

}