/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #fdc800;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #002147;
}

#desktop-nav ul li .active {
    background-color: #1A3B61;
    color: #fdc800;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu-area .logo-area {
        margin: 0px 0;
    }
}

.main-menu-area .logo-area {
    margin: 0px 0;
}

.btn-clr {
    background-color: #fdc800;
    color: #000000;
}

.imgS {
    max-width: 176%;
}

.gallery-area1 {
    padding: 25px 0 0px !important;
}

.students-say-area {
    padding: 25px 0 0px !important;
}

.gallery-box img {
    height: 260px;
}

.students-say-area .profile-img-wrapper a img {
    height: 90px;
    width: 90px;
}