﻿body {
    /* background-color: #d4cac6;*/
    background-color: var(--white);
    height: 100vh;
    display: flex;
    flex-direction: column;
}

form {
    flex: 1;
}

:root {
    --green: #5f9ea0;
    --light: #0b7d950a;
    --white: white;
    --onactive: #5e7e7e;
    --metorange: #0b7d95;
    --black: black;
    --btnColor: #0b7d951c;
    --active: #0b7d95;
}

* {
    box-sizing: border-box;
}

.cssmenu {
    position: sticky;
    top: 0;
    z-index: 9999999;
}

#footer {
    height: 280px;
    background-color: var(--black)
}

.iframe_map {
    width: 80%;
    height: 60%;
    padding-top: 40px;
}

@media screen and (max-width: 620px) {
    .cssmenu {
        position: static;
        /* top: 0;
        z-index: 9999999;*/
    }

        .cssmenu > nav > h1 {
            margin-bottom: -85px;
        }

        .cssmenu > nav {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            gap: 0px;
            background-color: var(--metorange);
        }

    #pdfFrame {
        display: none;
    }

    /*#footer1 {
        display: none;
    }*/

    #footer {
        height: 610px;
        background-color: var(--black)
    }

    .iframe_map {
        width: 80%;
        height: 60%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .iframe_vl {
        width: 80% !important;
        height: 900px !important;
    }

    .iqac {
        display: flex;
        justify-content: center;
        align-items: center;
        border-right-color: black;
        height: auto !important;
        /*height: 400px;*/
        margin-bottom: 1px;
        padding-left: 1px !important;
    }
}

nav h3 {
    margin-left: 20px;
    color: var(--white);
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 100px;
    background-color: var(--metorange);
}

.alink {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    transition-property: background-color;
    transition-duration: .5s;
}

    .alink :hover {
        color: var(--metorange);
        background-color: var(--white);
        font-size: 14px;
        font-weight: bold;
    }

.menuactive {
    color: var(--metorange);
    background-color: var(--white);
    font-size: 14px;
    font-weight: bold;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 850px) {
    .LargeScreen {
        display: none;
    }
    /* show it on small screens */
    .SmallScreen {
        display: block;
    }

    .myCarouse {
        display: none;
    }
}

.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: 50px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: black;
    padding-top: 16px;
}

    .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;*/
    height: 400px;
    margin-bottom: 1px;
    padding-left: 1px !important;
}

    .iqac > ul > h2, .iqac > ul > h3 {
        margin-top: 0px !important;
    }

    .iqac > ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 0px 0px 0px;
        width: 100%;
        background-color: var(--light);
        height: 100%;
        margin-top: 1px;
    }


        .iqac > ul > li > a {
            display: block;
            color: var(--metorange);
            background-color: var(--btnColor);
            padding: 0px 16px;
            text-decoration: none;
            list-style: none;
            padding: 4px 5px 4px 20px;
        }

    .iqac ul li a:hover {
        display: block;
        color: var(--white);
        background-color: var(--metorange);
        padding: 8px 16px;
        text-decoration: none;
        list-style: none;
        padding: 4px 5px 4px 20px;
    }

._active {
    color: var(--white) !important;
    background-color: var(--metorange) !important;
    /* padding: 8px 16px !important;*/
    text-decoration: none !important;
    list-style: none !important;
    padding: 4px 5px 4px 20px !important;
}

.facultyCss:first-child {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}


