@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
body, html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'SolaimanLipi', sans-serif;
    line-height: normal;
    min-height: 1024px;
}
a{
    text-decoration: none!important;
}
.toolbar {
    color: #fff;
    background: #662d91;
}

.topbar-social a{
    color: #FFFFFF;
}

.topbar-social a i{
    font-size: 20px;
}

.header-logo img{
    width:80px;
}

.header-section{
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    padding: 8px 0;
    background: #fff;
}

.menu{
    position: relative;
    top:25%;
}
.menu ul{
    margin: auto;
    list-style-type: none;
    margin-bottom: 0px!important;
}

.menu ul li{
    display: inline-block;
}

.menu ul li a{
    display: inline-block;
    color: #662d91;
    font-size: 18px;
    font-family: SolaimanLipi !important;
    margin-right: 25px!important;
    transition: 0.1s ease-in-out;
}

.menu ul li:hover a{
    color: #8cc63f;
    font-size: 20px;
}

.menu ul li:last-child a {
    margin-right: 0px!important;
    color: #8cc63f !important;
}

.mobile-menu{
    position: relative;
    top:25%;
}

.mobile-menu a{
    color: #662d91;
    font-size: 20px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.mobile-menu a:hover{
    color: #8cc63f;
}

.left-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    padding-top: 60px;
    box-shadow: 5px -1px 5px 0px rgba(107,107,107,0.75);
    -webkit-box-shadow: 5px -1px 5px 0px rgba(107,107,107,0.75);
    -moz-box-shadow: 5px -1px 5px 0px rgba(107,107,107,0.75);
}

.left-sidebar .left-sidebar-logo img{
    width: 80px;
    position: absolute;
    top: 0;
    left: 25px;
    margin-left: 0px;
}
.left-sidebar .close-left-sidebar-btn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.left-sidebar .ul a{
    display: block;
    border-bottom: 1px solid #cccccc7a;
    text-align: center;
    padding: 5px 0px;
}

.left-sidebar .ul a:first-child{
    margin-top: 10px;
    border-top: 1px solid #cccccc7a;
}

.left-sidebar .ul a:last-child{
    color: #8cc63f !important;
}

.notice-board{
    background: #f8f8f8;
    padding: 40px 20px 0 20px;
    border-bottom: 0;
    border-top: 0;
    min-height: 400px;
}

.heading{
    color: #662d91;
}

.notice-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notice-body ul li {
    font-size: 15px;
    line-height: 37px;
    border-bottom: 1px solid #dfdfdf;
}

.notice-body ul li i{
    color: #62626b;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.notice-body ul li:hover i{
    color: #662d91;
}
.notice-body ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #62626b;
    font-weight: 400;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.notice-body ul li a:hover {
    color: #662d91;
    padding-left: 10px;
}

.see-more{
    color: #662d91;
    text-decoration:overline!important;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.see-more:hover{
    color: #8cc63f;
}

.running-exam-section{
    background-color: #8cc63f;
}

.exam-item{
    padding: 10px;
    color: #662d91;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.exam-item-flex{
    display: flex;
    justify-content: space-between;
}

.exam-item-flex-center{
    display: flex;
    justify-content: center;
}

.link-button {
    color: #FFFFFF;
    padding: 3px 10px;
    background-color: #662d91;
    line-height: 30px;
    border-radius: 3px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.link-button:hover {
    color: #FFFFFF;
    background-color: #8cc63f;
}

.upcomming-exam-section{
    background-color: #cccccc00;
}

.upcomming-exam-section .exam-item {
    color: #FFFFFF;
    background: #662d91;
}

.upcomming-exam-section .heading {
    color: #FFFFFF;
}


.upcomming-exam-section .link-button {
    color: #FFFFFF;
    background-color: #8cc63f;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.upcomming-exam-section .link-button:hover {
    color: #FFFFFF;
    background-color: #527a1d;
}
/* RESPONSIVE */
@media (max-width: 1199.33px) { 
    .notice-board{
        min-height: 335px;
    }

    .notice-board ul li:nth-last-child(-n+2) {
        display:none!important;
    }
}

