@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700&display=swap');

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none !important;
    color: #4b70dd;
}

.color-white {
    color: white;
}

.color-black {
    color: #222;
}

.badge-violet {
    color: #fff;
    background-color: #7443D9;
    float: right;
}

.color-maroon {
    color: #0C133B;
}

.form-error-message {
    color: red !important;
    font-size: 13px;
    display: none;
}

.header {
    background-color: #4b70dd;
    color: #fff;
    padding: 20px;
    width: 100%;
}

.header img {
    width: 80px;
    height: 80px;
}

/*--------------------------------------------------------------------------
  Navbar Style
--------------------------------------------------------------------------*/
.navbar {
    background-color: #0C133B;
    padding: 0 10%;
    width: 100%;
}

.navbar-brand img {
    width: 80px;
    height: 80px;
}

.navbar .navbar-toggler {
    color: #fff;
}

.navbar .nav-link:hover {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 4px;
    color: #0C133B;
}

.navbar h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-left: -10px;
    color: #fff;

}

.navbar h4 {
    font-size: 16px;
    color: #f1f1f1;
    margin-top: 4px;
    margin-left: -10px;
}

.navbar li a {
    color: #fff;
    transition: 0.3s all;
    font-weight: 500;
}

.navbar li a:hover {
    color: #c9e5fa;
}

.navbar .dropdown-item {
    color: #000;
}

.navbar .dropdown-item:hover {
    color: #0067B6;
}

@media only screen and (max-width: 768px) {
    .navbar h3 {
        font-size: 16px;
        margin-top: 5px;
        margin-left: -10px;
        color: #fff;

    }

    .navbar h4 {
        font-size: 14px;
        color: #c9e5fa;
        margin-top: 4px;
        margin-left: -10px;
    }

    .navbar-brand img {
        width: 60px;
        height: 60px;
    }
}

.admin_login_top_bar {
    background-color: #000;
    padding: 8px;
    text-align: right;
    padding-right: 20px;
    color: #fff;
}

.admin_login_top_bar a {
    color: #fff;
}

.admin_login_top_bar a:hover {
    color: #c9e5fa;
}

/*--------------------------------------------------------------------------
  Carousal
--------------------------------------------------------------------------*/
.carousel-item img {
    width: 100%;
}

/* @media only screen and (max-width: 700px) {
    .carousel-item img{
        width: auto;
        height: 200px;
    }
} */
.section-slider {
    width: 100%;
}

.new-addition {
    width: 50% !important;
}

@media only screen and (max-width: 568px) {
    .carousel {
        width: 100% !important;
    }

    .new-addition {
        width: 100% !important;
    }

}

/*--------------------------------------------------------------------------
  News
--------------------------------------------------------------------------*/
.news a {
    color: #000;
}

.news a:hover {
    color: #555;
}

.news .card {
    height: 400px;
    transition: 0.3s all;
}

.news .card:hover {
    transform: scale(1.02);
}

.news .news-image {
    height: 200px;
    overflow: hidden;
}

.news .card-body .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .card-body p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .card-body span {
    font-size: 14px;
}

.latest-news .heading {
    background-color: #0C133B;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.latest-news h6 {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    color: #333;
    transition: 0.3s all;
}

.latest-news h6:hover {
    background-color: #f1f1f1;
    color: #0C133B;
}

/* .navbar {
    background-color: #4b70dd !important;
}
.nav-link {
    color: #dce3f8;
}
.nav-link:hover {
    color: #ffffff;
}
.navbar-toggler i{
    color: #fff;
    margin-left: -10px;
} */
footer {
    background-color: #0C133B;
    color: #fff;
    padding: 25px 10px;
}

.footer h5 {
    margin-top: 100px !important;
}

footer a {
    color: #fff;
    transition: 0.3s all;
    padding: 3px 5px;
}

footer a:hover {
    color: #ffd000;

}

footer p {
    color: #fff;
}

footer hr {
    background-color: #363a57;
    height: 1.5px;
}

footer i {
    font-size: 30px;
    margin-right: 10px;
}

.footer-bottom {
    padding: 5px;
    background-color: #0f1225;
    color: #fff;
    padding: 15px 20px 15px 20px;
}

.developed_by {
    margin-left: 40%;
}

.developed_by button {
    border: none;
    background-color: transparent;
    color: #fff;
}

.developed_by button:hover {
    color: #4b70dd;
}

footer h5 {
    font-size: 20px;
}

footer p {
    font-size: 15px;
}

footer {
    font: 15px;
}

@media only screen and (max-width: 768px) {
    footer h5 {
        font-size: 17px !important;
    }

    footer p {
        font-size: 13px;
    }

    footer a {
        font-size: 13px !important;
    }

    .footer-bottom {
        font-size: 11px;
        text-align: center;
    }

    .developed_by {
        float: left;
        margin-left: 0%;
        margin-top: 10px;

    }
}

.auth-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 3px 2px 20px 1px #556;
}

.auth-box input {
    height: 30px !important;
    margin-bottom: 20px !important;
    width: 300px !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

.auth-box button {
    width: 200px;
    height: 40px;
    background-color: rgb(86, 9, 158);
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 17px;
    transition: 0.3s all;
    margin-bottom: 30px;
}

.auth-box button:hover {
    background-color: rgb(106, 15, 192);

}

.auth-box img {
    width: 50px;
    height: 50px;
}

.alert-box-error {
    background-color: rgb(255, 146, 146);
    color: rgb(201, 18, 18);
    border-radius: 8px;
    height: 25px;
    padding: 5px;
    padding-top: 10px;
}

.alert-box-success {
    background-color: rgb(26, 218, 154);
    color: rgb(41, 116, 75);
    border-radius: 8px;
    height: 25px;
    padding: 5px;
    padding-top: 10px;
}

.sidebar {
    position: fixed;
    display: inline-block;
    overflow: auto;
    min-height: 100vh;
    max-height: 100vh;
    width: 16%;
    background-color: #4b70dd;
    text-align: left;
    padding: 10px;
}

.sidebar .logo {
    height: 80px;
    padding: 10px;
}

.sidebar .logo img {
    height: 80px;
    padding: 10px;
}

.sidebar .logo a {
    color: #fff;
}

.sidebar .logo a:hover {
    color: blue;
}

.sidebar hr {
    color: #bbb;
    background-color: #bbb;
    width: 80%;
}

.sidebar ul {
    margin-left: -20px;
    width: 100%;
    clear: both;
    list-style: none;
}

.sidebar ul li {
    color: #f1f4fe;
    margin-top: 3px;
    padding: 5px;
    transition: 0.2s all;
}

.sidebar ul li:hover {
    background-color: #95abeb;
    border-radius: 5px;
}

.side-nav-active {
    background-color: #95abeb;
    border-radius: 5px;
    color: #000;
}

.sidebar h6 {
    margin-top: 10px;
    margin-left: 6px;
    color: #95abeb;
}

.main {
    position: relative;
    display: inline-block;
    margin-left: 16%;
    width: 84%;
}

.dashboard-header {
    position: fixed;
    height: 80px;
    box-shadow: 3px 0px 10px 2px #bbb;
    /* border: 1px solid #000; */
    width: 84%;
    text-align: right;
    padding: 5px;
    z-index: 999;
    background-color: #fff;
}

.content {
    margin-top: 120px;
}

.card {
    border: none !important;
}

.book-search-result {
    margin: 10px;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 8px;
}

.issue-book-details {
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: 5px;
}

/* ======================
        Faculty
====================== */
.faculty a {
    color: #222;
}

.faculty-img {
    width: 100px;
    float: left;
    margin-right: 30px;
    height: 150px;
    transition: 0.3s all;
}

.faculty-img img {
    width: 100%;
}

.faculty-img:hover {
    transform: scale(1.1);
}

.faculty faculty-body {
    margin-left: 200px;
}

/* ======================
        Alumni
====================== */
.alumni-card {
    transition: 0.3s all;
    max-height: 150px;
}

.alumni-card:hover {
    transform: scale(1.02);
}

.alumni-card .occupation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alumni a {
    color: #222;
}

.alumni-img {
    width: 100px;
    float: left;
    margin-right: 30px;
    height: 150px;
    transition: 0.3s all;
}

.alumni-img img {
    width: 100%;
}

.alumni alumni-body {
    margin-left: 200px;
}

.alumni-modal img {
    max-width: 200px;
    margin: auto;
}

.alumni-modal p {
    line-height: 2em;
}

.alumniCard {
    text-align: center;
}

.alumniCard img {
    width: 100%;
}

.alumniContent {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.alumniCard .social i {
    margin-left: 10px;
    padding-bottom: 20px;
}

.alumniCard .social a {
    color: #000;
}

.alumniCard .footer {
    background-color: #000;
    height: 35px;
    color: #fff;
    padding: 5px;
}

.alumniCard .footer a {
    color: #fff;
}

.banner {
    padding: 10px;
}

.banner .card {
    border: 1px solid #f1f1f1 !important;
}

.banner a {
    color: #15226b;
    transition: 0.3s all;
}

.banner a:hover {
    transform: scale(0.9);
    color: #2d3fa8;
}

.banner p {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
}

.banner h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .banner p {
        text-align: center;
        padding-top: 0px;
        font-size: 15px;
    }

    .banner h1 {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 40px;
    }
}

.blue-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E7EDFC;
}

.blue-banner .card {
    border-radius: 20px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .introduction h3 {
        font-size: 25px;
    }

    .introduction p {
        font-size: 14px;
    }
}

.notice-board .color-black:hover {
    color: #0C133B !important;
}

.notice-board a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: -27px;
}

.notice-board span {
    font-size: 14px;
    font-style: italic;
}

.notice-board h3 {
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .notice-board {
        height: 367px !important;
    }

    .course-board {
        height: 275px !important;
    }

    .blue-banner {
        padding: 20px;

    }

    .banner h1 {
        float: none;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .blue-banner .card {
        height: 650px;
    }
}

.banner-courses {
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-courses h2 {
    margin-bottom: 50px;
}

.banner-courses .card {
    width: 100%;
    margin: auto;
    text-align: center;
    border-left: 8px solid #0C133B !important;
    margin-bottom: 30px;
    color: #0C133B;
}

.banner-courses .card .short-form {
    display: none;
}

.banner-courses .card a {
    color: #0C133B;
}

.banner-courses .card a .card-body:hover {
    background-color: #0C133B;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .banner-courses .card .card-title {
        font-size: 9px;
    }

    .banner-courses h1 {
        font-size: 25px;
    }

    .banner-courses .card .short-form {
        display: block;
        font-size: 12px;
    }

    .banner-courses .card h5 {
        display: none;
    }
}


.latest-notifications {
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 10px;
    padding: 10px;
    height: 60px;
}

.latest-notifications button {
    float: right;
}

.notification_iframe {
    width: 100%;
    height: 700px;
}

@media only screen and (max-width: 768px) {
    .notification_iframe {
        width: 100%;
        height: 500px;
    }
}

.siksha-chora-card {
    width: 70%;
    text-align: center;
    margin: auto;
}

.siksha-chora-card .card-body {
    padding: 20px 3px;
}

@media only screen and (max-width: 768px) {
    .siksha-chora-card {
        width: 100%;
        height: 185px;
    }

    .siksha-chora-card .card-title {
        font-size: 10px;
    }

    .siksha-chora-card p {
        font-size: 10px;
    }

    .siksha-chora-table th,
    td {
        font-size: 10px !important;
    }
}

.scholar-year {
    width: 100%;
    margin: 10px 0px;
}

.scholar-year .year {
    display: inline-block;
    width: 5%;
    padding: 5px 10px;
    font-weight: bold;
    box-shadow: 1px 1px 4px 1px #aaa;
    color: #0C133B;
}

.scholar-year .line {
    display: inline-block;
    width: 94%;
    height: 5px;
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .scholar-year .year {
        width: 17%;
    }

    .scholar-year .line {
        width: 77%;
    }
}

.downloads h5 a {
    color: #0C133B;
    font-size: 17px;
}

/* ======================
        Buttons
====================== */
.logout {
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 20px;
    border: none;
    background-color: #0C133B;
    color: #fff;
    border-radius: 5px;
    width: 80px;
    height: 40px;
    box-shadow: 2px 4px 8px 1px #aaa;
    cursor: pointer;
    transition: 0.3s all;
}

.logout:hover {
    transform: scale(0.9);
}

.btn-primary {
    background-color: #7443D9 !important;
    border: none !important;
    box-shadow: 2px 4px 8px 1px #aaa !important;
    min-width: 70px !important;
    transition: 0.3s all !important;
    min-height: 40px !important;
}

.btn-primary:hover {
    transform: scale(0.95) !important;
}

.btn-danger {
    background-color: #E6425E !important;
    border: none !important;
    box-shadow: 2px 4px 8px 1px #aaa !important;
    min-width: 70px !important;
    transition: 0.3s all !important;
    min-height: 40px !important;
}

.btn-danger:hover {
    transform: scale(0.95) !important;
}

.btn-success {
    background-color: #04AF9E !important;
    border: none !important;
    box-shadow: 2px 4px 8px 1px #aaa !important;
    min-width: 70px !important;
    transition: 0.3s all !important;
    min-height: 40px !important;
}

.btn-success:hover {
    transform: scale(0.95) !important;
}

.button-curved {
    border: 2px solid #0C133B;
    background-color: #fff;
    padding: 5px 10px;
    color: #0C133B;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s all;
}

.button-curved:hover {
    border-radius: 15px;
    background-color: #1e2e8a;
    color: #fff;
}

/* 
=================================
        Images 
================================= */
.img-empty {
    margin: auto;
    margin-top: 100px;
}

.img-empty img {
    width: 300px;
}

.img-empty .caption {
    text-align: center;
}


/*======================
    404 page
=======================*/


.page_404 {
    padding: 40px 0;
    background: #fff;
    margin: auto;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {

    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}


.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}

.back_to_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    background: #ffd000;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.back_to_top:hover {
    background: #e9ebec;
}

.back_to_top-show {
    display: block;
}

.courses-link a {
    color: #0C133B;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.9em;
}

.courses-link a:hover {
    color: #2338ad !important;
}