#notificationPanel {
    font-size: 10px;
    scroll-behavior: smooth;
}

#notificationPanel {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

#notificationPanel .card {
    text-align: center;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    height: 100%;
}

#notificationPanel .card * {
    color: #fff;
}

#notificationPanel .card .cardImg {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    margin: 0 auto;
    background: #fff;
}

#notificationPanel .card .cardImg img {
    max-width: 3rem;
}

#notificationPanel .card .card-title {
    margin-top: 1rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: .87;
    text-align: center;
}

#notificationPanel .card .card-text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: .87;
}

#notificationPanel .card:hover {
    cursor: pointer;
}

#notificationPanel .card:hover .cardImg img {
    transition: all 1.2s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

#notificationPanel .col:first-child .card {
    background: #C95042;
}

#notificationPanel .col:nth-child(2) .card {
    background: #F1C14F;
}

#notificationPanel .col:nth-child(3) .card {
    background: #B5D46D;
}

#notificationPanel .col:nth-child(4) .card {
    background: #E96F65;
}

#notificationPanel .col:last-child .card {
    background: #D1282E;
}

#notificationPanel .card *:hover {
    background: #917979 !important;
}

.welheading {
    font-size: 44px;
    color: #061e3e;
    line-height: 48px;
    text-align: center;
    font-family: Anton;
    font-weight: 400;
    font-style: normal;
}

.LatestBlog {
    font-size: 14px !important;
}

.navbar .navbar-toggler .icon-bar {

    background-color: #ffffff;

}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.important-links .main-box .my-heading {
    padding-left: 50px;
}

.my-heading {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
}

.slider {
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.important-links .main-box .boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.important-links .main-box .boxes .box {
    background: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 280px;
    height: 130px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.important-links .main-box .boxes .box img {
    width: 100%;
    mix-blend-mode: multiply;
}

.cu-desig .pri-name {
    font-size: 20px;
}

.about-part {
    position: relative;

}

.imp_title {
    font-size: 18px !important;
}

.icon-box.iconbox-border {
    border: 1px solid #dcdcdc;
}

.icon-box {
    transition: all 0.1s ease-in-out;
}

.p-15 {
    padding: 15px !important;
}

.icon {
    width: 100%;
}

.icon-box {
    margin-bottom: 30px;
}

.icon-box:hover {
    background: #660000 !important;
    color: white !important;
}

.icon-box:hover .text-theme-colored2 {
    color: #fff !important;
}

.icon-box:hover>img {
    filter: invert(1) !important;
}

.icon-box:hover .fas {
    color: #fff !important;
}

.iconbox-border .fas {
    color: #d50f25 !important;
    font-size: 40px !important;
}

.kk-bold {
    font-weight: bold !important;
    font-size: 14px !important;
}

.text-theme-colored2 {
    color: #660000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.icon-card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.icon-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

#notificationPanel .icon-card * {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

#notificationPanel .col:first-child .icon-card {
    background: #C95042;
}

#notificationPanel .col:nth-child(2) .icon-card {
    background: #F1C14F;
}

#notificationPanel .col:nth-child(3) .icon-card {
    background: #B5D46D;
}

#notificationPanel .col:nth-child(4) .icon-card {
    background: #E96F65;
}

#notificationPanel .col:last-child .icon-card {
    background: #D1282E;
}

#notificationPanel .icon .cardImg img {
    max-width: 3rem;
}

#notificationPanel .icon .icon-box img {
    max-width: 3rem;
}

#notificationPanel .icon .cardImg {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    margin: 0 auto;
    background: #fff;
}

#notificationPanel .icon:hover .icon-box .fas {
    transition: all 1.2s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

#notificationPanel .icon-card:hover .cardImg img {
    transition: all 1.2s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top strong {
        font-size: 11px !important;
    }

    .top span {
        font-size: 9px !important;
    }


}

@media (max-width: 767.98px) {

    body {
        font-size: 11px;
    }

    .logo {
        width: 72px;
        height: 72px;
    }

    .top strong {
        font-size: 11px !important;
    }

    .top span {
        font-size: 9px !important;
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-top: var(--bs-gutter-y);
    }

    .row-cols-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .cardImg {
        width: 50px;
        height: 50px;
    }

    #notificationPanel .card .cardImg {
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        line-height: 5rem;
        margin: 0 auto;
        background: #fff;
    }

    #notificationPanel .card .cardImg img {
        max-width: 2rem;
    }

    #notificationPanel .card .card-title {
        font-size: 11px !important;
    }

    .center-stu {
        padding: 35px 0 35px;
    }

    .center-stu.text-center h1 {

        font-size: 18px;

    }

    .services-title-border {
        margin-left: 0px !important;
    }

    .section-title h5 {
        font-size: 16px;
    }

    .navbar .navbar-toggler {

        margin: 5px 0;


    }

    .navigation .navbar .navbar-nav li a {
        font-size: 12px;
    }

    .welheading {
        font-size: 24px !important;
    }

    .cu-desig .pri-name {
        font-size: 18px !important;
    }
}

@media (max-width: 560px) {
    .infraPanelBox ul {
        grid-template-columns: repeat(1, 1fr);
    }
}