﻿/**Leadership top menu start**/
.leaderbody {
    background-color: #f2f2f2;
    font-family: "Roboto",Helvetica,Arial,sans-serif !important;
}

q {
    font-size: 18px !important;
}

h2 {
    margin-top: 0px !important;
}

h3 {
    margin-top: 0px !important;
}

.headingsalider h4 {
    color: white;
    margin-top: 4.7px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 14px;
}
/*#heading-breadcrumbs {
    margin-bottom:0px!important;
}
*/
.leads {
    list-style-type: none !important;
    padding: 0px 10px 0px 5px !important;
}

    .leads li i {
        margin-right: 15px;
        color: #450052;
    }

.headertop {
    border-top: 5px solid #450052;
}

.headersub {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.Leadershipmenu {
    border: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #fff;
}

.navigation {
    padding-top: 14px;
    margin: 0px;
}

.Leadershipmenu ul {
    list-style-type: none;
    padding: 0px 16px 0px 50px;
}

    .Leadershipmenu ul li {
        padding: 0px;
        border: none;
        margin-bottom: 14px;
    }

        .Leadershipmenu ul li a {
            padding: 0px;
            color: #000;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            padding-left: 13px;
            text-decoration: none;
        }

        .Leadershipmenu ul li:hover {
            color: #450052;
        }

        .Leadershipmenu ul li a:hover {
            color: crimson;
            font-size: 14px;
            font-weight: bold;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.actives {
    color: crimson !important;
}

.topmenu {
    padding-top: 20px;
}

    .topmenu ul {
        list-style-type: none;
        padding: 0px 20px 0px 13px;
    }

        .topmenu ul li {
            float: left;
            padding: 0px;
            border: none;
            margin-bottom: 14px;
            padding: 0px 7px 0px 2px;
        }

            .topmenu ul li a:hover {
                color: crimson;
            }

            .topmenu ul li a {
                padding: 0px;
                color: #450052;
                font-size: 15px;
                font-weight: 500;
                position: relative;
                padding-left: 16px;
                text-decoration: none;
            }
/**Leadership top menu End**/
.mainclass {
    background-color: #fff !important;
    padding: 20px;
    border-radius: 0px;
    position: relative;
    border: none;
    margin-bottom: 45px !important;
}

.leadss {
    text-align: justify;
    font-size: 17px !important;
    font-style: normal !important;
}

.subpairagraph {
    background-color: lavender !important;
    padding: 20px;
}

.subpairagraphs {
    padding: 20px;
}

.Name {
    background-color: rgb(239, 239, 239);
    padding: 1px;
}

.saliderdiv {
    height: 4.3vh;
    top: 0px !important;
}

.background_gray {
    background-color: crimson;
}

.admissionborder {
    height: 5vh;
    top: 0px !important;
    border: 2px solid white;
}

#heading-breadcrumbss {
    background-image: url('../../../img/overviewtow.jpg');
    min-height: 450px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.Admissionopentext {
    padding-top: 2px !important;
    font-size: 11.7px !important;
}

.Convocation {
    margin: 0px;
    padding: 0px;
}

.Admissionopentext {
    animation: blinkingText 2s linear infinite;
}

    .Admissionopentext a {
        text-decoration: none;
    }

@keyframes blinkingText {
    0% {
        color: darkorange;
    }

    49% {
        color: yellow;
    }

    60% {
        color: #fff;
    }

    99% {
        color: yellow;
    }

    100% {
        color: #fff;
    }
}
/**Media Query Start**/
@media only screen and (max-width: 300px) {
    .Leadershipmenu {
        border: 1px solid #e5e5e5;
        margin-bottom: 34px;
        background: #fff;
        min-height: 100%;

    }

        .Leadershipmenu ul li {
            float: left;
        }

            .Leadershipmenu ul li i {
                padding: 0px;
                color: #000;
                font-size: 14px;
                font-weight: 500;
                position: relative;
                padding-left: 15px;
                text-decoration: none;
            }

            .Leadershipmenu ul li:hover {
                color: #ff9c00 !important;
            }

        .Leadershipmenu ul {
            list-style-type: none;
            padding: 0px 0px 0px 0px;
        }

    h2 {
        margin-top: 20px !important;
    }

    h3 {
        margin-top: 20px !important;
    }

    .saliderdiv {
        display: none;
    }

    .admissionborder {
        display: none;
    }

    #heading-breadcrumbss {
        background-image: url('../../../img/overviewtow.jpg');
        min-height: 300px;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center center;
    }
}


.navls
{
    padding:15px!important;
}
