﻿        .dropdown > a:after {
            content: "\f0d7";
            margin-left: 6px;
        }

        .home > a::after {
            content: "\f015";
            font-size: 15px;
        }

        .other-menu .navbar-nav, .top-main-menu .navbar-nav {
            margin-left: 27%;
        }

        .main-menu {
            position: relative;
            width: 100%;
            margin: 0 auto;
            z-index: 100;
        }

        .menu2wrap .navbar, .navbar-inverse {
            margin-bottom: 0;
        }

        .navbar {
            min-height: 39px;
            border-radius: 0;
        }

        .dropdown-menu .has-submenu:after {
            content: "\f0da";
            position: absolute;
            right: 8px;
        }

        .navbar-inverse, .secondmenu > li > a {
            font-family: Noto Sans;
           
        }

        .navbar-inverse {
            background-color:orangered!important;
            border-color: orangered!important;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.14), 0 1px 6px 0 rgba(0,0,0,.14) !important;
        }

            .navbar-inverse .navbar-nav > li > a {
                 border-right:1px solid #c0c0c0!important;
                padding: 15px 14px;
                transition-duration: .2s;
                transition-duration: .8s;
                font-size: 15px;
                padding: 15px 19px 15px 16px;
                color:white!important;
            }

        .top-main-menu .navbar-inverse .navbar-nav > .active > a, .top-main-menu .navbar-inverse .navbar-nav > .active > a:focus, .top-main-menu .navbar-inverse .navbar-nav > .active > a:hover, .top-main-menu .navbar-inverse .navbar-nav > .open > a, .top-main-menu .navbar-inverse .navbar-nav > .open > a:focus, .top-main-menu .navbar-inverse .navbar-nav > .open > a:hover, .top-main-menu .navbar-inverse .navbar-nav > li > a:focus, .top-main-menu .navbar-inverse .navbar-nav > li > a:hover {
            color:white!important;
            background-color: #eee;
        }

        .navbar-nav > li > a {
            padding: 15px 17px;
        }

        .top-main-menu .navbar-nav > li:last-child .dropdown-menu {
            left: -110px !important;
        }

        .top-main-menu .navbar .dropdown-menu {
            width: 200px !important;
            border-radius: 0;
            background-color: rgba(255,255,255,1);
            padding: 0;
            border-bottom: 3px solid #03356E;
            z-index: 500;
            transition-duration: .3s;
            opacity: 0;
            -webkit-transform: scale(.2);
            transform: scale(.2);
        }

        .top-main-menu .open .dropdown-menu {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .navbar .dropdown-menu li {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .top-main-menu .navbar .dropdown-menu > li > a {
            color: #000;
            font-size: .85;
            padding: 5px 10px;
            transition-duration: .2s;
            -webkit-transform: scale(1);
            transform: scale(1);
            font-weight: 500;
        }

            .top-main-menu .dropdown-menu > li > a:hover, .top-main-menu .navbar .dropdown-menu > li > a:focus {
                background-color: #eee;
                color: #03356E;
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
                text-decoration: none;
                box-shadow: 0 0 8px rgba(0,0,0,.2);
            }

        .menu2wrap {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 93;
            background: rgba(0,0,0,.4);
        }

        .probg1, .probg2, .welcome {
            background-size: 100% 100%;
        }

        .secondmenu {
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .otherlink li a, .secondmenu > li > a {
                padding: 15px 0;
                text-transform: uppercase;
                text-decoration: none;
            }

            .secondmenu > li {
                width: 20%;
                float: left;
            }

                .secondmenu > li > a {
                    display: block;
                    color: #fff;
                    text-align: center;
                    transition-duration: .3s;
                    font-weight: 600;
                    font-size: 1.05em;
                }

                    .secondmenu > .active > a, .secondmenu > .active > a:focus, .secondmenu > .active > a:hover, .secondmenu > .open > a, .secondmenu > .open > a:focus, .secondmenu > .open > a:hover, .secondmenu > li > a:focus, .secondmenu > li > a:hover {
                        color: #F3D455;
                        background-color: rgba(3,53,110,.84);
                    }

                    .secondmenu > li > a:before {
                        content: "";
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        padding: 12px;
                        box-sizing: border-box;
                        display: block;
                        margin: 0 auto 10px;
                        font-family: simple-line-icons;
                        font-size: 20px;
                        transition-duration: .2s;
                        background-color: rgba(0,0,0,.7);
                        color: #fff;
                        border: 2px solid #e5e5e5;
                        font-weight: 400;
                    }

            .secondmenu li > a:hover::before {
                color: #F3D455;
                border-color: #F3D455;
            }

            .secondmenu .studentservice:before {
                content: "\e001";
            }

            .secondmenu .faculty:before {
                content: "\e005";
            }

            .secondmenu .college-service:before {
                content: "\e056";
            }

            .secondmenu .alumani:before {
                content: "\e027";
            }

            .secondmenu .otherservice:before {
                content: "\e09a";
            }

            .secondmenu .facilities:before {
                content: "\e034";
            }

            .secondmenu .result:before {
                content: "\e019";
            }

            .secondmenu .dropdown > a::after {
                content: normal;
            }

            .secondmenu .mega-dropdown-menu {
                min-width: 100% !important;
                max-width: 100% !important;
                left: 0 !important;
                right: 0 !important;
                margin: 0 auto !important;
                border: 0;
                box-shadow: none;
                padding: 15px 10%;
                background-color: rgba(3,53,110,.91);
                bottom: 100%;
                top: inherit;
                column-count: 4;
                transition-duration: .3s;
            }

        .brand-item img, .glance img, .otherlink li img, .thumbimag img {
            max-width: 100%;
        }

        .home-content, .profile {
            box-shadow: 0 0 6px rgba(0,0,0,.2);
        }

        .secondmenu .mega-dropdown {
            position: static !important;
        }

        .navbar .mega-dropdown-menu > li {
            position: relative;
        }

        .mega-dropdown-menu > li > a {
            padding: 10px 0 !important;
            color: #fff !important;
            font-size: 1em;
            z-index: 0;
            border-bottom: 1px dashed rgba(255,255,255,.5);
        }

            .mega-dropdown-menu > li > a:before {
                content: "";
                height: 1px;
                width: 0;
                left: 0;
                bottom: 0;
                background-color: #F3D455;
                z-index: 5;
                position: absolute;
                transition-duration: .8s;
            }

            .mega-dropdown-menu > li > a:hover::before {
                width: 100%;
            }

            .mega-dropdown-menu > li > a:hover {
                background-color: rgba(0,0,0,0);
                color: #F3D455 !important;
            }

        .mega-dropdown-menu ul {
            display: none !important;
        }

            .mega-dropdown-menu ul li a {
                display: block;
                padding: 7px 10px;
                color: #fff;
            }
            @media(max-width:468px){
                 .navbar-inverse .navbar-nav > li > a {
                 border-right:1px solid #c0c0c0!important;
                transition-duration: .2s;
                transition-duration: .8s;
                font-size: 15px;
                padding:5px 15px 5px 15px;
                color:white!important;
            }
            }