﻿body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

form {
    flex: 1;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 850px) {
    .LargeScreen {
        display: none;
    }
    /* show it on small screens */
    .SmallScreen {
        display: block;
    }
}

.h6format {
    font-size: 15px;
    color: white;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

.h6format:hover {
    font-size: 15px;
    color: cadetblue;
}

a {
    text-decoration: none !important;
}

@media (min-width: 850px) {
    .SmallScreen {
        display: none;
    }
    /*show it on small screens */
}

@media (min-width: 992px) {
    ._dropdown_menu {
        position: absolute;
        top: 26px;
        left: 50px;
    }
    /*show it on small screens */
}

._dropdown_menu {
    position: absolute;
    top: 26px;
    left: 254px;
}


.myclass {
    border-radius: 8px 8px 8px 8px;
    /*box-shadow: 8px 12px 25px 2px rgb(0, 0, 0);*/
    box-shadow: 9px 12px 9px -12px rgb(0 0 0);
}

.youtube {
    color: red;
    font-size: 18px;
}

    .youtube:hover {
        color: white;
        font-size: 18px;
    }

.facebook {
    color: Highlight;
    font-size: 18px;
}

    .facebook:hover {
        color: white;
        font-size: 18px;
    }

.LargeLogo {
    margin-top: 27px;
}

.SmallLogo {
    margin-top: 17px;
}

.blinking {
    padding: 12px 1px 1px 13px;
    font-size: 20px;
    animation: blinkingText 1.2s infinite;
    font-weight: bold;
}

@keyframes blinkingText {
    0% {
        color: #D50000;
    }

    20% {
        color: #311B92;
    }

    49% {
        color: #33691E;
    }

    60% {
        color: #311B92;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.marquee {
    height: 37px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: black;
    padding-top: 10px;
}

    .marquee p {
        color: black;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 2s linear infinite;
        -webkit-animation: scroll-left 2s linear infinite;
        animation: scroll-left 20s linear infinite;
    }

.iqac {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right-color: black;
    height: auto;
    margin-bottom: 25px;
}

    .iqac > ul > h2, .iqac > ul > h3 {
        margin-top: 0px !important;
    }

    .iqac > ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 0px 0px 5px;
        width: 100%;
        background-color: white;
        height: 100%;
        margin-top: 25px;
    }


        .iqac > ul > li > a {
            display: block;
            color: black;
            background-color: white;
            padding: 0px 16px;
            text-decoration: none;
            list-style: none;
            padding: 4px 5px 4px 5px;
        }

    .iqac ul li a:hover {
        display: block;
        color: black;
        background-color: bisque;
        padding: 8px 16px;
        text-decoration: none;
        list-style: none;
        padding: 4px 5px 4px 5px;
    }

._active {
    color: black !important;
    background-color: #0d77c54a !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    list-style: none !important;
    padding: 4px 5px 4px 5px !important;
}

.facultyCss:first-child {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.masterContainer {
    height: auto;
    border: 1px solid #b9d8ee;
    box-shadow: 0px 0px 50px 6px #b9d8ee;
}
