@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.woff') format('woff'),
        url('../fonts/SolaimanLipi.ttf') format('truetype'),
        url('../fonts/SolaimanLipi.svg#SolaimanLipi') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: SolaimanLipi;
}
.page_featured img {
    max-height: 200px;
    width: auto;
}
.page_featured {
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}
h1.heading-title {
    font-size: 22px;
}

.notice-board-bg {
    background: #051939;
    padding: 20px;
    margin: 30px 0;
}

.notice-board-title-h2 {
    color: #fff;
    font-size: 35px;
    font-family: SolaimanLipi;
}

#notice-board-ticker .list_style a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
}

a.custom-notice.btn.right {
    background: #fff;
}
.tab-pane.fade.show.active {
    opacity: 1;
}
.info-date {
    color: #fff;
}
.information-area::before {
    opacity: 0.8;
}