﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

html {
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    position: relative;
}

body {
    font-size: 14px;
    line-height: 10px; /* font-family:'OpenSans-Regular'; */
    color: #d2d2d2;
    padding-bottom: 0px;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

a, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

    a, a:hover, .close, .close:hover {
        color: #3b9eec;
        text-decoration: none;
    }

button {
    border: 0;
    cursor: pointer;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

h2 {
    font-weight: 400;
    text-align: center;
    margin: 25px 0;
    font-size: 40px;
}

    h2:after {
        content: "";
        max-width: 100px;
        margin: 10px auto 0;
        height: 3px;
        background: #ffa500;
        display: block;
    }

h3 {
    margin: 20px 0 15px;
    font-size: 22px;
    text-transform: capitalize;
}

p {
    line-height: 20px;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('ttf'), url('../fonts/OpenSans-Regular.svg') format('svg'), url('../fonts/OpenSans-Regular.eot') format('eot'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #000000;
}

#headercontainer .headerRight1 {
    color: #1f1f1f;
    margin-right: 10px;
    overflow: hidden;
    text-align: right;
}

.skipLink {
    display: inline;
    font-size: 100%;
    position: relative;
}

a.skipLink_text {
    color: #000000;
    padding-right: 3px;
    text-decoration: underline;
}

.textChange {
    display: inline;
}

    .textChange .imgGroup1 {
        display: inline;
        padding-left: 5px;
    }

.logo-outer {
    margin: 10px 0px;
    height: auto;
}

.top-header {
    background: #112236;
}

.btm-header {
    background: #04306f;
    border-bottom: 4px solid #ffa500;
}

.top-header .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.87);
    padding: 3px 8px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent !important;
}

.btm-header .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

    .btm-header .navbar-nav > li > a:hover {
        color: #fff;
        background: rgb(51, 122, 183);
    }

.btm-header .nav > li > a {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
}

    .btm-header .nav > li > a > i {
        font-weight: 400;
        font-size: 11px;
        margin-left: 5px;
    }

.navbar {
    position: relative;
    min-height: 47px;
}

.serach-wrapper {
    margin-top: 15px;
}

    .serach-wrapper span {
        background: #04306f;
        color: white;
    }

    .serach-wrapper .form-control {
        border-radius: 0px 0 0 0px;
    }

    .serach-wrapper .input-group-addon {
        border-radius: 0 0px 0px 0;
        padding: 5px 15px;
    }

.navbar-collapse {
    padding-left: 0;
}

div#topnavber {
    padding: 5px 0;
}

.p-0 {
    padding: 0px !important;
}

.navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
}

.google-lang {
    margin-top: 2px;
}

.headerbottombar {
    /*display: none;*/
    position: relative;
    z-index: 999; /* ensure it’s above other elements */
}

.dropdown-search {
    position: relative;
}

    .dropdown-search .searchSelect3 {
        position: relative;
        color: #000;
        margin: 16px 10px;
        /*font-size: 16px;*/
    }

    .dropdown-search .searchSelect3_Input {
        height: 38px;
        width: 100%;
        background: #fcfcfc;
        border-width: 0px 0px 1px 0px;
        border-color: #1f2349;
        border-radius: 6px;
        text-indent: 10px;
        padding-right: 10px;
        outline: none;
        background: url(../images/system/search-icon.png) no-repeat 5px center;
        padding-left: 35px;
        box-shadow: 0 0 3px 2px #0000001c;
    }

    .dropdown-search .searchSelect3_Caret_Down {
        position: absolute;
        top: 10px;
        left: 180px;
        cursor: pointer;
    }

    .dropdown-search .searchSelect3_Times {
        position: absolute;
        top: 8px;
        /* left: 10%; */
        right: 3%;
        cursor: pointer;
        display: none;
        color: #083d89;
    }

    .dropdown-search .searchSelect3_List {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        height: 13em;
        width: 100%;
        position: absolute;
        /*box-shadow: 0px 0px 5px 2px #00000042;*/
    }

        .dropdown-search .searchSelect3_List li {
            list-style-type: none;
            background: #ffffff;
            color: #000000;
            border-width: 0px 1px 1px 1px;
            border-color: #e7e7e7;
            border-style: solid;
            line-height: 18px;
        }

            .dropdown-search .searchSelect3_List li:hover {
                cursor: pointer;
                background: #04306f;
                color: #ffffff;
            }

            .dropdown-search .searchSelect3_List li label {
                padding: 0.5em;
                cursor: pointer;
            }

            .dropdown-search .searchSelect3_List li:hover label {
                color: #ffffff;
            }

    .dropdown-search .searchSelect3_Input::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    .dropdown-search .searchSelect3_Input::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    .dropdown-search .searchSelect3_Input::-webkit-search-decoration,
    .dropdown-search .searchSelect3_Input::-webkit-search-cancel-button,
    .dropdown-search .searchSelect3_Input::-webkit-search-results-button,
    .dropdown-search .searchSelect3_Input::-webkit-search-results-decoration {
        display: none;
    }

    .dropdown-search .dropdown-list {
        position: relative;
        overflow: auto;
        z-index: 9;
        top: 0;
        left: 0;
        width: 250px;
        max-height: 250px;
        padding: 8px;
        border-radius: 7px;
        background: #fff;
        border: 1px solid #e9e9e9;
        box-shadow: 0 1px 2px #cccccc;
    }

.not-found {
    cursor: default;
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
    width: 100%;
    margin-top: 8px;
}

    .tg-socialicons li {
        float: none !important;
        padding: 0 4px;
        line-height: inherit;
        list-style-type: none;
        display: inline-block;
    }

        .tg-socialicons li a {
            width: 40px;
            height: 40px;
            color: #fff;
            display: block;
            /*background: #000;*/
            overflow: hidden;
            line-height: 30px;
            position: relative;
            text-align: center;
            border-radius: 30px;
            text-transform: capitalize;
        }

.tg-checkbox.tg-googleplus, li.tg-googleplus a {
    background: #dd4b39;
}

li.tg-googleplus a,
li.tg-rss a,
li.tg-facebook a,
li.tg-twitter a {
    line-height: 46px;
}

    li.tg-googleplus a i,
    li.tg-rss a i,
    li.tg-facebook a i,
    li.tg-twitter a i {
        font-size: 21px;
    }

.tg-checkbox.tg-rss, li.tg-rss a {
    background: #ff6600;
}

.tg-checkbox.tg-facebook, li.tg-facebook a {
    background: #3b5999;
}

.tg-checkbox.tg-twitter, li.tg-twitter a {
    background: #55acee;
}

/*header {background:#f1c40f;}*/
.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    position: relative;
}

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
        color: #1a1a1a;
        width: 100%;
        font-weight: bold;
    }

    .navbar-default .navbar-brand {
        font-size: 30px;
        padding: 0;
    }

        .navbar-default .navbar-brand a {
            color: #1a1a1a;
        }

            .navbar-default .navbar-brand a span {
                display: block;
                text-transform: uppercase;
                margin: 10px 0 0;
                font-size: 15px;
            }

    .navbar-default .navbar-nav > li > a { /*color:#fff;*/
        border-bottom: 2px solid transparent;
        font-size: 14px;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-header
    nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        border-color: #AA8800;
        color: #1a1a1a;
        background: none;
    }

ul.dropdown-menu {
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    top: 85% !important;
    opacity: 0;
    visibility: hidden;
    /*left: 0 !important;*/
    padding: 0;
    margin: 0;
    border: 1px solid #ededed;
    box-shadow: none;
    -webkit-box-shadow: 0;
}

    ul.dropdown-menu ul.dropdown-menu {
        left: 95%;
        top: 0 !important;
    }

.dropdown-menu .dropdown:hover .dropdown-menu {
    top: 0 !important;
}

li.has-popup li.has-popup a i {
    float: right;
    top: 8px;
    position: absolute;
    right: auto;
    left: auto;
    margin-left: 5px;
}

.news-box .myTicker, .news-box .myTicker2 {
    margin-top: 35px;
    height: 330px !important;
}

.dropdown:hover > .dropdown-menu {
    top: 100% !important;
    opacity: 1;
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #ededed;
}

ul.dropdown-menu > li > a {
    color: #2a2a2a;
    border-top: none;
    font-size: 12px;
    line-height: 11px;
    padding: 9px 20px;
    text-transform: uppercase;
}

    ul.dropdown-menu > li > a:hover {
        color: #fff;
        border-top: none;
        background: rgb(51, 122, 183);
    }
.dropdown-reverse {
    left: auto !important;
    right: 100% !important;
}

.touch-device .dropdown:hover .dropdown-menu {
    top: 85% !important;
    visibility: hidden;
    opacity: 0;
}

.touch-device .dropdown.open > .dropdown-menu {
    top: 100% !important;
    visibility: visible;
    opacity: 1;
}

.touch-device .navbar-default .navbar-nav > li:hover > a {
    border-color: transparent;
    color: #fff;
}

.touch-device .navbar-default .navbar-nav > li.open > a {
    border-color: #AA8800;
    color: #1a1a1a;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #222;
    top: 0;
    right: 0;
    background: #fff;
}

.navbar-toggle {
    margin-right: 0;
}

    .navbar-toggle.collapsed {
        background-color: #000 !important;
    }

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}

.carousel-indicators {
    z-index: 0;
}

.carousel-control {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    text-shadow: none;
    background-color: transparent;
}

    .carousel-control.right, .carousel-control.left {
        background-image: none;
        top: 50%;
        margin: -19px 0 0;
        background: #f1c40f;
    }

.carousel-inner > .item > img {
    margin: 0 auto;
    width: 100%;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 0;
}

.panel-primary.panel-login {
    border: 1px solid #ccc;
}

.panel-login .panel-heading {
    background: #ffa500;
}

.panel-login .form-group {
    margin-bottom: 20px;
}

.about-us-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

.quick-links {
    margin-top: 15px;
}

    .quick-links .panel-body {
        padding: 0;
    }

    .quick-links .panel-header {
        background: #faa41a;
        padding: 8px 10px;
    }

        .quick-links .panel-header h5 {
            font-size: 20px;
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 0;
        }

    .quick-links ul {
    }

    .quick-links li a {
        font-size: 14px;
        color: #161616;
    }

    .quick-links li {
        border-bottom: 1px solid #ccc;
        line-height: 30px;
        padding-left: 10px;
    }

.about-content {
    margin-top: 15px;
}

    .about-content h2 {
        font-size: 28px;
        color: #262961;
        text-align: left;
        font-weight: 500;
        display: inline-block;
    }

        .about-content h2:after {
            content: "";
            width: 100%;
            height: 3px;
            background: #faa41a;
            text-align: left;
            margin: 0 0 0 0;
            max-width: 100%;
        }

    .about-content p {
        text-align: justify;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-content ol {
        list-style-type: decimal;
        padding-left: 15px;
    }

        .about-content ol li {
            line-height: 25px;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .about-content ul li {
        line-height: 25px;
        font-size: 14px;
        margin-bottom: 10px;
    }

.about-content {
}

.internal-footer {
    background: #ddd;
}

.grid-cont {
    margin-top: 10px;
}

.menu-list {
    border: 1px solid #ccc;
}

    .menu-list li {
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
    }

        .menu-list li:last-child {
            border-bottom: none;
        }

        .menu-list li a {
            font-size: 14px;
        }

.radio {
}

    .radio input[type=radio] {
        margin-left: 0;
    }

.about-us-section, footer { /*background: #112236; color:#fff;*/
}

    .about-us-section .info, .about-section .info {
        margin: 0 auto 30px;
        width: 80%;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
    }

    .about-us-section .col-sm-6 img {
        margin: 0 0 15px;
        width: 100%;
    }

    .about-us-section .col-sm-6 p {
        font-size: 12px;
    }

.about-section .page-header {
    border-bottom: 1px solid #bfbfbf !important;
}

.search-institutions {
    height: 120px;
    overflow: auto;
}

    .search-institutions a {
        font-size: 15px;
    }

    .search-institutions p {
        color: #8a8787
    }

.serach-inst-wrapper {
    background: #04306F;
    padding: 35px 0px;
}

.school-right-sec .fa {
    background: #112236;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px 8px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 11px;
}

.school-right-sec a {
    color: #112236;
}

    .school-right-sec a:hover {
        border-bottom: 1px solid #112236;
    }

#DataTables_Table_0_length {
    float: left;
    width: 50%;
    padding-top: 0.85em;
    padding-bottom: 10px;
}

#DataTables_Table_0_filter, #DataTables_Table_0_info, #DataTables_Table_0_paginate {
    float: left;
    width: 50%;
    padding-top: 0.85em;
    padding-bottom: 10px;
}

    #DataTables_Table_0_length select, #DataTables_Table_0_filter input {
        height: 30px;
        border: 1px solid #ccc;
        padding-left: 10px;
        margin-right: 5px;
    }

#DataTables_Table_0_previous, #DataTables_Table_0_next {
    cursor: pointer;
    padding: 3px 5px;
    margin: 1px;
    background: #337ab7;
    color: #fff;
    border-radius: 2px;
}

#DataTables_Table_0_paginate span a {
    cursor: pointer;
    padding: 3px 5px;
    margin: 1px;
    background: #ccc;
    color: #000;
    border-radius: 2px;
}

#DataTables_Table_0_paginate span .paginate_button.current {
    background: #337ab7;
    color: #fff;
}

#DataTables_Table_1_length {
    float: left;
    width: 50%;
}

#DataTables_Table_1_filter, #DataTables_Table_1_info, #DataTables_Table_1_paginate {
    float: left;
    width: 50%;
    padding-top: 0.85em;
}

    #DataTables_Table_1_length select, #DataTables_Table_1_filter input {
        height: 30px;
        border: 1px solid #ccc;
        padding-left: 10px;
        margin-right: 5px;
    }

#DataTables_Table_1_previous, #DataTables_Table_1_next {
    cursor: pointer;
    padding: 3px 5px;
    margin: 1px;
    background: #337ab7;
    color: #fff;
    border-radius: 2px;
}

#DataTables_Table_1_paginate span a {
    cursor: pointer;
    padding: 3px 5px;
    margin: 1px;
    background: #ccc;
    color: #000;
    border-radius: 2px;
}

#DataTables_Table_1_paginate span .paginate_button.current {
    background: #337ab7;
    color: #fff;
}


#DataTables_Table_1_paginate span {
}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 10px;
}

.panel {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.table_MenuTree {
}

    .table_MenuTree ul {
        background: #fff;
    }

        .table_MenuTree ul li {
            padding: 5px;
            line-height: 20px;
            border-bottom: 1px solid #ccc;
        }

.checkbox input[type="checkbox"] {
    margin-left: 0;
    position: inherit;
    margin-right: 10px;
}

.table-responsive {
    overflow-y: hidden;
}

#accordion {
}

    #accordion .panel-default {
        border-radius: 0;
    }

        #accordion .panel-default .panel-heading {
            background: #c8c8c8;
            border-radius: 0 0 0 0;
            padding: 0 0;
        }

            #accordion .panel-default .panel-heading:after {
                display: block;
                clear: both;
                content: "";
            }

            #accordion .panel-default .panel-heading i {
                background: #4c4c4c;
                padding: 7px;
                color: #fff;
                font-weight: 500;
            }

            #accordion .panel-default .panel-heading a {
                display: block;
                color: #010101;
                line-height: 30px;
                padding-left: 20px;
            }

            #accordion .panel-default .panel-heading.active {
                background: #faa41a;
            }

                #accordion .panel-default .panel-heading.active i {
                    background: #ad6e29;
                    color: #fff;
                }

    #accordion .profilemain {
        border: 1px solid #bcbcbc;
        padding: 10px;
        margin-bottom: 15px;
    }

        #accordion .profilemain img {
            border: 1px solid #faa41a;
            max-width: 120px;
            margin: auto;
            border-width: 1px !important;
        }

        #accordion .profilemain .profile-content a {
            color: #2c55a6;
            font-weight: 500;
        }

        #accordion .profilemain .profile-content p {
            font-size: 15px;
        }

        #accordion .profilemain .profile-content {
        }

.alumni-btn {
    display: block;
    line-height: 30px;
}

.department-header {
    padding: 10px;
    background: url(../images/department-banner.jpg) no-repeat 0 0;
    background-size: 100%;
}

    .department-header h2 {
        color: #ccc;
    }

        .department-header h2:after {
            background: transparent;
        }

.department-content {
    margin-top: 15px;
    min-height: 300px;
}

.department-content {
}

.department-content {
}

.title-news h3 {
}

.title-news {
}

.news-title p {
    display: inline;
}
/*.about-us-section .container h3 {margin-bottom:0;}
.about-us-section .container h2 {margin-bottom:15px; margin-top:15px}*/

.latest-updates {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../images/foto-students-2.jpg);
    background-attachment: fixed;
}

    .latest-updates ul {
        list-style: disc;
    }

    .latest-updates li a {
        color: #666;
    }

    .latest-updates li + li {
        margin: 15px 0 0;
    }

    .latest-updates li a:hover, .latest-updates li:hover {
        color: #f1c40f;
    }

    .latest-updates .panel-header {
        background-color: #ffa500;
        letter-spacing: 1px;
        font-weight: 400
    }

        .latest-updates .panel-header h5 {
            margin: 0;
            padding: 15px 0;
            color: #fff;
            font-size: 20px;
        }

    .latest-updates .panel {
        border-radius: 0;
    }

    .latest-updates .panel-body ul {
        display: table;
        margin: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

        .latest-updates .panel-body ul li {
            list-style-type: none;
            line-height: 21px;
        }

            .latest-updates .panel-body ul li:after {
                clear: both;
                content: " ";
                display: table;
            }

            .latest-updates .panel-body ul li i {
                width: 24px;
                float: left;
                margin-top: 3px;
            }

            .latest-updates .panel-body ul li span {
                width: 285px;
                float: left;
            }
/*.latest-updates h2:after {background-color:#4d4d4d}*/
.news-bottom {
    margin-right: 10px;
    line-height: 25px;
    margin-top: 10px;
}

    .news-bottom i {
        color: #d71f26;
        margin-top: 5px;
    }

    .news-bottom p {
        display: inline;
        font-size: 16px;
        font-weight: 500;
    }

        .news-bottom p a {
            color: #171717;
            font-size: 16px;
        }

h2.heading {
    margin: 0;
    font-size: 18px;
    line-height: 16px;
    color: #04306f;
    font-weight: 600;
    margin: 0 0 0px;
    margin-bottom: 0px;
    background: #f7f7f7;
    padding: 12px 20px;
    border-left: 4px solid #ffa500;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

    h2.heading:after {
        display: none;
    }

h3.heading {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 600;
    color: #04306f;
}

.serach-inst-wrapper h3.heading {
    color: #fff;
}

/*Top Navigation by Gopal 10-3-2021*/
.top-navigation {
}

    .top-navigation li {
    }

        .top-navigation li a {
            padding: 5px 12px;
        }

        .top-navigation li .dropdown-menu {
            display: none;
        }

            .top-navigation li .dropdown-menu a .fa {
                text-align: right;
                float: right;
            }

        .top-navigation li:hover > .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
        }

.top-navigation {
}

.top-navigation {
}

.announce-news {
}

    .announce-news h5 {
        margin: 0;
        padding: 15px 0;
        color: #fff;
        font-size: 20px;
    }

    .announce-news .panel-header {
        background-color: #04306f;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .announce-news ul {
    }

        .announce-news ul li {
            font-size: 14px;
            line-height: 25px;
        }

            .announce-news ul li a {
            }

footer { /*padding:25px 0; position:absolute;*/
    bottom: 0;
    width: 100%;
}

.footermenu ul li {
    line-height: 25px;
}

    .footermenu ul li a {
        color: #333;
    }

        .footermenu ul li a i {
            margin-right: 5px;
        }

        .footermenu ul li a:hover {
            color: #04306f;
            text-decoration: underline;
        }

.gov-logo-sec p {
    color: #333;
    margin-bottom: 10px;
    clear: both;
}

    .gov-logo-sec p i {
        width: 26px;
        float: left;
        margin-top: 2px;
    }

    .gov-logo-sec p span {
        width: 231px;
        float: left;
    }

    .gov-logo-sec p:after {
        clear: both;
    }

.gov-logo-sec h4.heading {
    border-bottom: 1px solid #ccc;
    color: #04306f;
    padding-bottom: 10px;
    margin-top: 40px;
}

footer p {
    margin: 10px 0 0;
    color: #fff;
}

footer .social-icons {
    text-align: right;
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
}

footer .social-icons a {
    font-size: 24px;
}

.social-icons a + a {
    margin: 0 0 0 10px;
}

.social-icons .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
}

footer .social-icons .fa {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.fa-facebook {
    background-color: #3b5998;
}

.fa-twitter {
    background-color: #55acee;
}

.fa-linkedin {
    background-color: #3f729b;
}

.fa-google-plus {
    background-color: #e52d27;
}

.gov-logo-sec {
    padding-bottom: 20px;
}

.footer-sec {
    background: #04306f;
    padding: 20px 0px;
}

    .footer-sec p {
        font-size: 16px;
    }

        .footer-sec p a {
            color: #f6a516;
        }

.widget-title {
    text-transform: capitalize !important;
}

.footer-sec li {
    padding-bottom: 5px !important;
}

    .footer-sec li a {
        color: rgba(255, 255, 255, 0.7);
    }

        .footer-sec li a:hover {
            color: #eec007 !important;
        }

.footer-sec .fa {
    margin-right: 8px;
}

.footer-gap {
    height: 220px;
}

/*About*/
.about-page-content h2 {
    margin-bottom: 30px;
}

.management-staff .row + .row {
    border-top: 1px solid #E3E3E3;
    padding: 25px 0 0;
    margin: 25px 0 0;
}

.management-staff .desc-section h4 {
    margin: 5px 0 15px;
    color: #525252;
    font-weight: 700;
}

    .management-staff .desc-section h4 span {
        color: #999;
        margin: 0 0 0 10px;
    }

.management-staff .desc-section p {
    font-size: 15px;
    margin: 0 0 15px;
}

.admin-staff h3 {
    margin: 20px 0 25px;
    font-weight: 600;
}

.admin-staff .col-sm-6 {
    margin: 0 0 20px;
}

.admin-staff h4, .contact-info h3, .contact-info h4 {
    font-weight: 600;
}

    .admin-staff h4 span {
        font-weight: 400;
        font-size: 13px
    }



/* about-section*/

.about-section {
    padding: 50px 0; /*background-image:url(../images/foto-students-2.jpg); background-attachment: fixed;*/
    color: #000
}

.box {
    padding: 10px;
}

.about-section .btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.about-section img, .about-section .hidden-1 img {
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2)
}

.about-section .btn-primary {
    background-color: #04306f;
    border-color: #00214f;
}

.about-section .box strong {
    color: #2C3E50
}

.quicklinksection {
    padding: 35px 0;
    background: #ebedf1;
}

.tg-themepost {
    transition: 1s all ease;
    text-align: center;
    background: #676470;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    color: #fff;
}

    .tg-themepost:hover {
        box-shadow: inset 0 0 0 25px #53a7ea;
    }

    .tg-themepost a.icon {
        display: block;
        height: 95px;
        width: 95px;
        margin: 0 auto;
        line-height: 150px;
    }


.card-grid {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
    font-weight: bold;
    color: #000;
    box-shadow: 2px 13px 48px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
    transition: all 200ms ease-in;
    transform: scale(1);
    cursor: pointer;
}

    .card-grid:hover {
        box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.22);
        transition: all 200ms ease-in;
        z-index: 2;
        background: #ffce24;
        color: #fff;
        transform: scale(1.1);
    }

}

/*---------------------- screen reader-----------------------*/
.ugc-buttons {
    margin-top: 20px !important;
}

#reader {
    display: inline-block;
}

    #reader button {
        border: 1px solid #c6d8ff;
        padding: 5px;
        border-radius: 5px;
        width: 35px;
        height: 35px;
    }

        #reader button i {
            color: #002f91;
            font-size: 18px;
        }


    #reader .play {
        display: inline-block;
    }

    #reader .pause {
        display: none;
    }



/*Best Achievements Sections*/

.best-achievement {
    padding: 50px 0;
}

.panel, .panel-header, .panel-footer {
    border-radius: 0;
    border: none;
}

.panel-footer {
    background-color: #2C3E50;
    color: #D4D4D4;
}

.best-achievement .panel-body {
    margin: 0
}

.best-achievement .learn h3 {
    border-left: 4px solid #F1C40F;
    padding-left: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    vertical-align: top
}

.best-achievement .learn p {
    margin-top: 30px;
    font-size: 14px
}


/* Awards SECTION */
.awards {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .awards .award-padd img {
        padding-top: 40px;
        padding-bottom: 40px;
        display: table;
        margin: auto
    }

    .awards ul li {
        font-size: 14px;
        padding-top: 15px;
        list-style-type: circle;
        color: #2C3E50;
        font-weight: 500
    }

/* Upper Navigational Strip */

.navbar-inverse {
    border-radius: 0;
    margin: 0
}


/*Campus*/
.campus-image-gallery a {
    display: block;
    margin: 0 0 30px;
}

.modal-dialog .modal-header {
    display: block !important;
    border-bottom: 0;
    padding: 15px 15px 0;
}

.modal-content {
    border-radius: 0;
}

.close {
    opacity: 1;
}

.modal-dialog {
    margin: 0 auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    margin: 0;
}

.modal-open .modal {
    padding-right: 0 !important;
}

/*Students*/
.toggle-content {
    display: none;
    padding: 8px 0 0 28px;
}

.students-info-page .toggle-heading {
    color: #000;
    font-size: 15px;
}

.toggle-heading:before {
    content: "\f0fe";
    font-family: 'FontAwesome';
    padding: 0 15px 0 0;
}

.toggle-heading.active:before {
    content: "\f146";
}

.students-info-page li, .students-info-page .banner-image {
    margin: 0 0 20px;
}

    .students-info-page li li {
        margin: 0 0 10px;
    }

    .students-info-page li ul {
        list-style: disc;
        margin: 0 0 0 10px;
    }

.hori-mrquee marquee ul {
    display: flex;
}

@media (min-width:768px) {
    .navbar-default .navbar-brand a span {
        font-size: 14px;
    }

    ul.dropdown-menu {
        right: inherit;
        z-index: 99 !important;
    }

    .navbar-default .navbar-nav > li + li {
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 30px 10px;
    }
}


@media (min-width:992px) {
    .navbar-default .navbar-brand a span {
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li + li {
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 30px 3px;
    }
}

@media (max-width:767px) {
    #accordion .profilemain {
        height: auto !important;
    }

    .about-us-section .info {
        width: 100%;
    }

    .tg-themepost {
        margin: auto;
    }

    ul.dropdown-menu {
        top: 0 !important;
    }

    body { /*padding-bottom:180px;*/
    }

    .navbar-default .navbar-brand {
        font-size: 35px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px;
        font-size: 12px;
        position: relative;
    }

    .navbar-default .navbar-nav > .dropdown > .dropdown-toggle:after {
        content: "\e258";
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        position: absolute;
        right: 0;
        top: 10px;
    }

    .navbar-default .navbar-nav > .dropdown.open > .dropdown-toggle:after {
        content: "\e259";
    }

    .navbar-default .navbar-nav > li + li {
        margin-left: 0;
    }

    ul.dropdown-menu, .touch-device .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown:not(.disable):hover .dropdown-menu {
        display: none;
    }

    .dropdown.open ul.dropdown-menu, .touch-device .dropdown.open .dropdown-menu {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

        .dropdown.open ul.dropdown-menu ul.dropdown-menu {
            display: block !important;
            opacity: 1;
            visibility: visible;
            margin-left: 15px !important;
        }

    .dropdown-menu .dropdown a.dropdown-toggle {
        background: #222;
    }

    .hori-mrquee marquee {
    }

        .hori-mrquee marquee ul {
            display: flex;
        }

            .hori-mrquee marquee ul li img {
                display: none;
            }

    .news-img {
        height: 45px !important;
    }

    #marquee7 {
        margin-top: 0 !important;
    }

    .gov-logo-sec {
        text-align: center;
    }

        .gov-logo-sec img {
            margin: auto;
        }

    ul.dropdown-menu li {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    }

    .navbar-default .navbar-nav > li:hover > a {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > li:hover > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        padding: 10px 20px 0;
    }

    .navbar-default .navbar-nav > .open > a {
        color: #000;
    }

    .about-us-section .info, footer p {
        margin: 0 0 20px;
    }

    h2 {
        font-size: 30px;
        margin: 20px 0 15px;
    }

    h3 {
        margin: 15px 0;
        font-size: 20px;
    }

    .about-us-section .col-sm-6 + .col-sm-6 {
        margin: 30px 0 0;
    }

    .latest-updates ul {
        padding: 0 15px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    footer, footer .social-icons, .about-page-content .management-staff, .admin-staff {
        text-align: center;
    }

    .management-staff .row + .row {
        padding: 15px 0 0;
        margin: 15px 0 0;
    }

    .management-staff .desc-section h4 {
        margin: 10px 0;
    }

        .management-staff .desc-section h4 span, .admin-staff .desc-section h4 span {
            display: block;
            margin: 5px 0 0;
            font-size: 14px;
        }

    .management-staff .desc-section p {
        font-size: 14px;
    }

    .admin-staff {
        border-top: 1px solid #E3E3E3;
        margin: 30px 0 0;
    }

        .admin-staff .col-sm-6 {
            margin: 0 0 30px;
        }

    .students-info-page .toggle-heading {
        font-size: 14px;
    }

    .toggle-heading:before {
        padding: 0 10px 0 0;
    }

    .modal-dialog {
        width: 90% !important;
    }

    .campus-image-gallery a {
        margin: 0 0 15px;
    }

    .awards ul {
        padding: 15px
    }

    .serach-inst-wrapper img {
        width: 210px;
        margin: auto;
    }
    /*.dropdown:not(.disable):hover .dropdown-menu {
         
    display:none;
  }*/
    .inputradio table tr {
        display: flex;
        flex-flow: row wrap;
    }

        .inputradio table tr td {
            width: 98%;
            margin-bottom: 10px;
        }

    .inputradio label {
        margin-right: 0px !important;
    }

    .form-group label {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .gov-logo-sec img {
        margin: auto;
        float: none !important;
    }

    .gov-logo-sec p {
        text-align: center !important;
    }

        .gov-logo-sec p i {
            width: auto;
            float: none;
            margin-right: 15px;
        }

        .gov-logo-sec p span {
            width: auto;
            float: none;
        }
}
/* CSS Document */

@media (max-width:767px) {
}

@media (max-width:480px) {
    .serach-inst-wrapper img {
        width: 100px;
        margin: auto;
    }

    .about-us-section .info, .about-section .info {
        width: 95%;
        text-align: justify;
    }
}


/*=========new events*/
.event_box {
}

    .event_box .demonews li {
        display: block;
        width: auto;
        height: auto;
        text-indent: 0px;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom: 1px dotted #6c6c6c;
        text-align: left;
        margin-bottom: 30px;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .event_box .demonews p span {
        font-weight: 700;
        font-size: 15px;
    }

    .event_box .demonews h3 {
        font-size: 16px;
        color: #04306f;
        font-weight: 600;
        line-height: 25px;
        text-transform: capitalize;
        margin: 0;
    }

    .event_box .demonews .readmore {
        padding: 5px 15px;
    }

.event_carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffffc2;
    padding: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
    opacity: 0
}

.event_carousel:hover .owl-nav {
    transition: all .3s ease-in-out;
    opacity: 1
}

.event_carousel .owl-nav button i {
    background: black;
    padding: 8px;
    margin: 0 10px;
    color: white;
}

.placement_carousel .owl-nav {
    position: absolute;
    width: 100%;
    padding: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.placement_carousel:hover .owl-nav {
    transition: all .3s ease-in-out;
    opacity: 1
}

.placement_carousel .owl-nav button i {
    background: black;
    padding: 8px;
    margin: 0 10px;
    color: white;
}

/*----------------------------- blog inner pages --------------------*/
.inner-section.blog ol {
    list-style: decimal;
    padding-left: 30px;
}

.inner-section.blog ul {
    list-style: disc;
    padding-left: 30px;
}

    .inner-section.blog ul li, .inner-section.blog ol li {
        line-height: 25px;
        font-size: 14px;
    }

.inner-section.blog h2 {
    font-size: 28px;
    font-weight: 600;
    color: #04306f;
    margin-bottom: 12px;
}

    .inner-section.blog h2:after {
        content: "";
        display: none;
    }

.inner-blog {
    /*background: #dffbf2;*/
    background: url('../images/blog-bg.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px 0px;
    /*margin-bottom: 35px;*/
}

.inner-section.blog {
    border-bottom: 3px solid #edf9fb;
    background: #fbfdff;
    padding: 30px 0;
}
