/* college name  */
#mdc-name {
    color: #e68f23;
}

/* marque scrolling link  */
.scrolling-links {
    color: #b30000;
    text-decoration: none;
}

/* programs lists  */
.program-list-content {
    height: 100px;
    padding-top: 2px;
    background-color: #202652;
    font-size: 16px;
    border-top: 1px solid #ffffff;
}

.program-list-content h2 {
    font-size: 16px;
}

.program-list {
    overflow-x: auto;
    display: flex;
    color: #ffffff;
    text-align: center;
}

.program-list::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.program-name {
    width: 130px;
    margin: 10px 0px 10px 0px;
    background-color: transparent;
    border-left: 0.2px solid #ffffff;
    border-right: 0.2px solid #ffffff;
}

.program-img {
    height: 40px;
    width: 40px;
    margin: 5px 30px 2px 30px;
}

.programs-list-anchor {
    text-decoration: none;
    color: #ffffff;
}

/* services, news,academics  */
.scrolling-bar {
    height: 250px;
    width: 100%;
    background-color: #e6e8f3;
    overflow-y: scroll;
    border: 1px solid #000000;
    padding: 10px;
}

.scroll-box {
    height: 350px;
    width: 90%;
}

.scrolling-heading {
    text-align: center;
    display: block;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    margin: 0%;
}

.newsServiceAcademics-anchor {
    text-decoration: none;
    color: #000000;
    margin-left: 5%;
    margin-bottom: 10px;
}

.newsServiceAcademics-anchor:hover {
    color: #bd0606;
}

/* notices and help  */
.suvidhasection-clicks {
    background-color: #3b3b3b;
    margin: 0;
}

.suvidhasection-box {
    height: 100%;
    width: 100%;
    background-color: #e2e2e2;
}


.shikshavibhag {
    height: 340px;
    width: 90%;
    background-color: #71676996;
}

.suvidhasection-anchor {
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 10px 0px 10px 0px;
}

/* Specific style for the clicked button */
.suvidhasection-anchor.clicked {
    background-color: #e2e2e2;
    color: #000000;
}

.suvidhasection-items {
    text-decoration: none;
    color: #000000;
}

.suvidhasection-items:hover {
    text-decoration: underline;
}

.right-sider-arrow-img {
    width: 15px;
    margin-right: 10px;
}

.shikshavibhag-btn {
    display: inline-block;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    width: 80%;
    font-size: 14px;
}

.shikshavibhag-btn {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 3px 10px;
    margin: 6px 0px 10px 6px;
    width: 75%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 8%;
    margin-top: 8px;
    border-radius: 0%;
    background-color: #f0ad4e;
    color: #ffffff;
    font-weight: bold;
}

.shikshavibhag-btn:hover {
    background-color: #df9a3a;
}

/* jumbotron-start  */
.content {
    position: relative;
    width: 100%;
}

.jumbooverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000e9;

    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.content:hover .jumbooverlay {
    height: 100%;
}

.content:hover {
    border-bottom: 7px solid #004d71;
    height: 183px;
}

.text {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 25%;
    left: 30%;
    width: 75%;
    transform: translate(-30%, -30%);
    text-align: center;
}

.jumbotron-anchor {
    text-decoration: none;
}
/* style end  */