body {}

.topbar {
    background-color: rgb(14, 6, 105);
}

.topbar ul li {
    display: inline;
    padding-right: 25px;
}

.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/breadcrumb.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;
}

.admin .bx-shadow {
    background-image: url(../images/form.jpg);
}

.gallery img {
    width: 100%;
    height: 300px
}

.admingallery img {
    width: 100px;
    height: 100px
}

.admin ul {
    list-style: none;
}

.admin ul li {
    background-color: #b5f5f5;
    padding: 10px 7px;
    margin-bottom: 5px;

}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-collapse {
        display: block !important;
        /* flex-basis: auto; */
        width: 100% !important;
    }
}

.admin ul li:hover {
    background: linear-gradient(#f6f697, #a9a93e);
    padding: 10px 0px;
    padding-left: 10px;
}

.admin ul li:hover a {
    color: #000 !important
}

div.dt-container .dt-length {
    display: none;
}

@media(max-width:650px) {
    body {
        background-image: url(../images/form.jpeg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .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;
    }


    .dropdown {
        position: fixed;
        top: 20px;
        right: 20px;
      }
    
      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
    
      /* Links inside the dropdown */
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
    
      /* Change color of dropdown links on hover */
      .dropdown-content a:hover {
        background-color: #ddd;
      }
    
      /* Show the dropdown menu on hover */
      .dropdown:hover .dropdown-content {
        display: block;
      }
    
      /* Change the background color of the dropdown button when the dropdown content is shown */
      .dropdown:hover .dropbtn {
        background-color: #3e8e41;
      }
}