@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
*{
    font-family: 'Hind Siliguri', sans-serif;
}
body{
    background-color: #ddd;
}
a{
    color: #2f2f2f;
    font-size: 14px
}
a:hover{
    color: #9E5BBA;
    text-decoration: none
}
.color-white{
    color: #fff !important
}
.form-control:focus{
    border-color: #9E5BBA;
    box-shadow: 0 0 0px 2px #9E5BBA;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #9E5BBA;
}
.btn.btn-custom{
    background-color: #9E5BBA;
    color: #fff
}
#app{
    margin-top: 10px;
    background-color: #fff;
    border-top: 10px solid #9E5BBA
}
.header{
    color: #fff;
    margin-bottom: 10px;
}
.header-background{
    background-color: #72bf44;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.website-name{
    display: flex
}
.website-name h1{
    font-size: 25px
}
.notices{
    background-color: #fff;
    color: #2f2f2f;
    padding: 5px 10px;
    font-size: 15px
}
.bx-wrapper{
    border: none;
    margin-bottom: 30px;
}
.bx-wrapper .bx-caption{
    background: none;
}
.bx-wrapper .bx-caption span{
    display: inline-block;
    background-color: rgba(80,80,80,.75);
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.slide-image img{
    height: 335px;
    width: 100%
}
.custom-card{
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 3px 0px #ddd;
    margin-bottom: 30px;
}
.custom-card .card-header{
    padding: 8px 15px;
    color: #fff;
    background-color: #9E5BBA;
}
.custom-card p{
    font-size: 14px
}
.custom-list-group .list-group-item{
    border-left: none;
    border-right: none;
    background-color: transparent;
}
.custom-list-group .list-group-item:first-child{
    border-top:none
}
.custom-list-group .list-group-item:last-child{
    border-bottom:none
}
.custom-card .custom-list-group .list-group-item{
    padding: 6px 0px 6px 0;
}
.notice-list a{
    font-size: 14px
}
.no-padding{
    padding: 0 !important;
}
.notice-list a:hover{
    color: #9E5BBA;
    text-decoration: none
}
.custom-navbar{
    background-color: #72bf44;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0px 3px 3px 0px #ddd
}

.custom-navbar .navbar-nav .nav-link{
    color: #fff;
    padding: 14px 6px;
    transition: background-color 0.6s;
    font-size: 14px
}
.custom-navbar .navbar-nav .dropdown-menu{
    background-color: #9E5BBA;
    color: #fff
}
.custom-navbar .navbar-nav .nav-link:hover, .custom-navbar .navbar-nav .nav-item.show .nav-link {
    background-color: #9E5BBA;
}
.custom-navbar .dropdown-menu .dropdown-item{
    color: #fff
}
.dropdown-menu .dropdown-item{
    transition: 0.6s;
}
.dropdown-menu .dropdown-item:hover{
    background-color: #72bf44;
    color: #fff
}
.navbar-toggler {
    border: 1px solid #9e5bba;
}
.navbar-toggler-icons{
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin: 6px 5px;
}
.footer-background{
    background-color: #72bf44;
    padding: 2em 0;
    color: #fff
}
.video-playlist{
    max-height: 280px;
    overflow: auto
}
.playlist-images{
    cursor: pointer;
}