@font-face {
    font-family: 'SolaimanLipi';
    src: url('/fonts/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: SolaimanLipi, Roboto;
    font-size: 22px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wdt {
    max-width: 1140px;
    margin: auto;
}

.navbar-brand {
    color: rgba(0, 0, 0, .9);
    font-size: 42px;
    font-weight: 900;
}

.newsarea {
    background: #202c45;
    transition: all 3s ease 0s;
}

.newscontent {
    height: 40px;
}

.newstab {
    background: #337AB7;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    z-index: 1;
    margin-left: 0px;
}

.newscontent marquee {}

.newscontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.newscontent ul li {
    padding: 2px 10px 0;
    display: inline-block;
    margin-left: 10px;
    padding-left: 60px;
    overflow: hidden;
}

.newscontent li {
    min-height: 0px;
}

.newscontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.newscontent ul li a {
    text-decoration: none;
    color: #fff;
}

.datenews {
    font-family: 'Roboto-Bold';
    display: inline-block;
    color: #FFEB3B;
}

.navbar {
    max-width: 1140px;
    margin: auto;
}

.navbar {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    /* border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 100px 25px;
}

.carousel-inner {
    position: relative;
    max-width: 1140px;
    overflow: hidden;
    margin: auto;
}

.container {
    padding: 60px 30px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.menu-items {
    list-style: none;
    padding: 0;
    max-width: 1140px;
    margin: auto;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.menu-items li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    /* Adjust spacing between menu items */
}

.menu-items li:last-child {
    margin-right: 0;
    /* Remove margin for the last menu item */
}

.teacher-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.teacher-card img {
    max-width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.achievement {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.achievement img {
    max-width: 100%;
    margin-bottom: 10px;
}


footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: auto;
}

footer p {
    margin-bottom: 0;    
}