    /*notification*/

    .imp-notification{
        font-weight:bold!important;
        color:red;
    }
    
    .imp-notification span{
        color:red;
    }
    
    .notification {
        font-weight:bold!important;
    }
    
    .notification span{
        color:red;
    }
    .post-content li {
        list-style: none!important;
    }
    
    .post-content li a{
        color:white!important;
    }
    
    .post-content li span{
        color:red!important;
    }
    
    /*notification ends*/
    /*carousel indicators*/
    @media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .owl-carousel .owl-nav .owl-next, 
    .owl-carousel .owl-nav .owl-prev {
        top:40px!important;
    } }
    
    @media only screen and (max-width: 767px) {
    
    .owl-carousel .owl-nav .owl-next, 
    .owl-carousel .owl-nav .owl-prev {
    
    top:80px!important;
    } 
    
    }
    /*carousel indicators ends*/
    /*menu logo*/
    .breakpoint-on .classy-navbar .classy-menu .m-logo{
    
    display:block;
    
    }
    .breakpoint-off .classy-navbar .classy-menu .m-logo{
    
    display:none;
    }
    
    /*menu logo ends*/
    /*mobile hide*/
    @media screen and (max-width:991px) {
    .m-hide{
    display:none;
    }
    }
    
    @media only screen and (min-width: 992px) {
    
    .m-hide{
    display:block;
    }
    
    }
    
    /*mobile hide ends*/
    /*mobile show*/
    
    @media screen and (max-width:991px) {
    .m-show{
    display:block;
    }
    }
    
    @media only screen and (min-width: 992px) {
    
    .m-show{
    display:none;
    }
    
    }
    /*mobile show ends*/
    /*responsive stack table*/
    
    .res-table {
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    }
    
    .res-table tr {
    border-bottom: 1px solid #f0f0f0;
    }
    
    .res-table thead tr {
    border-bottom: 2px solid #f0f0f0;
    }
    
    .res-table td,
    .res-table th {
    padding: .5em;
    }
    
    .res-table th,.res-table td p{
    text-align: center!important;
    }
    
    
    
    @media screen and (max-width:991px) {
    .res-table {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
    }
    .res-table thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }
    .res-table tbody,
    .res-table tr,
    .res-table th,
    .res-table td {
    display: block;
    padding: 0;
    text-align: center;
    white-space: normal;
    }
    .res-table tr td,
    .res-table tr th {
    padding: 2em 1em;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid #D3D3D3;
    color:white;
    border-top: none;
    width: 100%;
    white-space: normal;
    }
    .res-table th[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #192F59;
    color:white;
    margin: 0 auto;
    padding: .5em 0;
    }
    .res-table td[data-header]:before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    font-weight: bold;
    text-align: left;
    }
    .res-table td[data-header] > * {
    display: block;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    margin-top: 0;
    }
    .res-table td[data-header]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    border-right: 1px solid #EDF0F1;
    padding-bottom: 200%;
    display: block;
    }
    }
    
    
    /*responsive stack table ends*/
    /*section line custom*/
    .section-line {
    width: 100%; 
    height: 1px;
    background-color: #4e5152;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .section-line::after {
    width: 60px;
    height: 2px;
    background-color: #db4437;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    }
    
    @media only screen and (max-width: 767px) {
    
    .section-line::after {
    left: 40%;
    
    }
    
    }
    /*section line custom ends*/
    
    
    /*modal*/
    .modal {
    text-align: center;
    padding: 0!important;
    margin-right: 12px;
    
    }
    .modal.show {
    z-index: 10000000 !important;
    }
    .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    }
    
    .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    }
    
    /*modal ends*/
    
    
    /*scroll bar*/
    ::-webkit-scrollbar {
    width: 3px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #888; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #555; 
    }
    /* width */
    .dropdown-menu::-webkit-scrollbar
    {
    width: 4px;
    }
    .dropdown-menu::-webkit-scrollbar-track
    {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f2f2f8;
    }
    .dropdown-menu::-webkit-scrollbar-thumb
    {
    background-color: rgb(165, 2, 24);
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
    }
    
    /*scroll bar ends*/
    
    
    /*other pages header*/
    .header-area .vizew-main-menu .classy-nav-container.backimg {
    background-image: url('../site/img/backimg.html')!important;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:0.8;
    background-position: center;
    
    }
    
    /*other pages header ends*/
    /*top header translate*/
    .goog-logo-link {
    display:none !important;
    }
    
    .goog-te-gadget {
    color: transparent !important;
    }
    
    .goog-te-gadget span{
    display:none !important;
    }
    
    .goog-te-gadget .goog-te-combo{
    
    border-radius: 5px;
    background-color: #676767;
    color:#ffffff;
    }
    
    
    /*top header translate ends*/
    
    
    /*Search Bar*/
    .gsc-search-button-v2{
    
    background-color: #192F59!important;
    }
    
    .gs-title{
    color:#192F59!important;
    }
    
    .gsc-input{
    
    background: none!important;
    }
    
    
    .gcsc-find-more-on-google{
    
    display: none!important;
    }
    
    .gcsc-more-maybe-branding-box {
    
    display: none!important;
    }
    
    .gcsc-branding-clickable{
    
    display: none!important;
    }
    /*Search Bar Ends*/
    /*logo text*/
    
    .text-logo .text-lg {
    
    font-size: 24px; font-family:myFont; font-weight: bold;color: #ffffff;line-height: 55px;
    }
    .text-logo .text-md {
    
    font-size: 30px; font-family:'Oswald'; font-weight: bold;color: #ffffff;line-height: 20px;letter-spacing: 1px;
    }
    .text-logo .text-sm {
    
    font-size: 12px;font-family: 'Poppins', sans-serif;color: #ffffff;
    }
    
    
    @media only screen and (min-width: 992px) and (max-width: 2560px) {
    
    
    .text-logo .text-lg {
    
    font-size: 26px; font-family:myFont; font-weight: bold;color: #ffffff;line-height: 60px;
    }
    .text-logo .text-md {
    
    font-size: 35px; font-family:'Oswald'; font-weight: bold;color: #ffffff;line-height: 20px;
    }
    .text-logo .text-sm {
    
    font-size: 12px;font-family: 'Poppins', sans-serif;color: #ffffff;line-height:10px;
    }
    
    
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .text-logo .text-lg {
    
    font-size: 24px; font-family:myFont; font-weight: bold;color: #ffffff;line-height: 35px;
    }
    .text-logo .text-md {
    
    font-size: 30px; font-family:'Oswald'; font-weight: bold;color: #ffffff;line-height: 20px;
    }
    .text-logo .text-sm {
    
    font-size: 8px;font-family:'Poppins', sans-serif;color: #ffffff;line-height:8px;
    }
    
    }
    
    @media (min-width: 481px) and (max-width: 767px) {
    
    .text-logo .text-lg {
    
    font-size: 12px; font-family:myFont; font-weight: bold;color: #ffffff;line-height: 30px;
    }
    .text-logo .text-md {
    
    font-size: 15px; font-family:'Oswald'; font-weight: bold;color: #ffffff;line-height: 20px;
    }
    .text-logo .text-sm {
    
    font-size: 8px;font-family: 'Poppins', sans-serif;color: #ffffff;line-height:5px;
    }
    
    }
    @media (min-width: 320px) and (max-width: 480px){
    
    .text-logo .text-lg {
    
    font-size: 12px; font-family:myFont; font-weight: bold;color: #ffffff;line-height: 25px;
    }
    .text-logo .text-md {
    
    font-size: 15px; font-family:'Oswald'; font-weight: bold;color: #ffffff;line-height: 15px;
    }
    .text-logo .text-sm {
    
    font-size: 7px;font-family: 'Poppins', sans-serif;color: #ffffff;line-height:5px;
    }
    
    }
    
    
    /*logo text ends*/
    
    
    /*header navigation transition*/
    
    .classynav ul li .megamenu li a{
    padding-left:10px;
    transition:padding-left 0.3s ease;
    
    }
    
    .classynav ul li .megamenu li a:hover{
    
    padding-left:15px;
    color:#0b87c9 !important;
    
    }
    .classynav ul li .megamenu li i{
    display: none;
    
    }
    
    .classynav ul li .megamenu li:hover i{
    padding-left:10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color:#676767 !important;
    
    }
    .classynav ul li .dropdown li a{
    padding-left:10px;
    transition:padding-left 0.3s ease 0s;
    
    }
    
    .classynav ul li .dropdown li a:hover{
    
    padding-left:15px;
    color:#0b87c9 !important;
    
    }
    .classynav ul li .dropdown li i{
    display: none;
    
    }
    
    .classynav ul li .dropdown li:hover i{
    padding-left:10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color:#676767 !important;
    
    }
    .classynav ul li .megamenu h6{
    font-size: 16px;
    }
    /*transition ends*/
    
    /*Header Image*/
    .top-img{
    /*background-image:url('../img/core-img/alu-slide1.jpg');*/
    vertical-align: top;
    max-width: 100%;
    height: 100%;
    width: 100%;
    
    
    }
    
    
    @media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .top-img {
    margin-top:-100px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    
    } }
    
    @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .top-img {
    margin-top:-50px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    } }
    
    /*Header IMage Ends*/
    
    
    /*Common*/
    .btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited{
    background-color: #3DB166 !important;
    color:#ffffff !important;
    border : #3DB166 !important;
    }
    
    .bl-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover; }
    .bl-overlay::after {
    background: #192F59;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
    
    
    /*Common Ends*/
    
    /*Width 20*/
    .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
    }
    
    @media only screen and (max-width: 767px) {
    
    .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    
    max-width: 100%;
    }
    
    
    }
    /*Width 20 Ends*/
    
    
    
    /*mega menu*/
    
    .classynav ul li .megamenu {
    max-height: calc(100vh - 283px);
    overflow-y: auto;
    width: 97%;
    
    }
    
    .classynav ul li .dropdown {
    max-height: calc(100vh - 283px);
    overflow-y: auto;
    
    }
    
    /*megamenu*/
    
    
    /*Rank Slider Header*/
    .rank{
    color:#ffffff;
    /*background-color: #000000;
    opacity: 0.7;*/
    background-color: rgba(0,0,0,0.7);
    height:120px;
    width:350px; 
    padding:5px;
    position: relative;
    z-index: 1;
    margin-top: -170px;
    float:left;
    margin-left:20px;
    
    }
    
    .rank img{
    width:80px;
    height:75px;
    
    }
    
    .carousel-indicators li {
    width: 10px;
    
    /*border-radius: 50%;*/
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .rank{
    background-color: #000000;
    opacity: 0.9; 
    position: relative;
    z-index: 1;
    margin-top: -170px;
    float:left;
    margin-right:20px;
    padding:10px;
    }
    .rank h5{
    
    font-size: 12px;
    
    }
    .carousel-indicators li {
    width: 5px;
    
    }
    
    .rank img{
    width:80px;
    height:75px;
    
    }
    
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .rank{
    position:relative;
    z-index: 1;
    margin-top: -100px;
    float:left;
    margin-right: 20px;
    height:75px;
    width:200px; 
    padding:5px;
    }
    
    .rank h5{
    
    font-size: 12px;
    
    }
    
    .rank img{
    width:60px;
    height:55px;
    
    }
    
    .carousel-indicators li {
    width: 5px;
    
    }
    
    }
    
    
    @media only screen and (max-width: 767px) {
    .rank{
    display:block;
    width:100vw;
    height:20vw;
    margin:0px;
    
    } 
    
    .rank h5{
    
    font-size: 12px;
    
    }
    
    .rank img{
    width:50px;
    height:45px;
    
    }
    
    }
    /*Rank Slider Header Ends*/
    
    
    /*ALU LOGO*/
    
    .img-logo{
    
    width:150px;
    height:130px;
    
    }
    
    @media only screen and (max-width: 767px) {
    
    .img-logo{
    
    width:65px;
    height:55px;
    }   }
    
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .img-logo{
    
    width:100px;
    height:90px;
    
    } 
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .img-logo{
    
    width:100px;
    height:90px;
    } 
    
    
    }
    
    
    /*ALU LOGO ENDS*/
    
    @media only screen and (max-width: 767px) {
    .latest{
    height:40vh;
    width:100vw; 
    text-align:center;
    padding-left:5px;
    
    } 
    
    }
    
    .post-content img{
    
    width:50px!important;
    height:35px!important;
    display:inline-block!important;
    }
    .dropdown:hover>.dropdown-menu {
    display: block;
    }
    
    .dropdown>.dropdown-toggle:active {
    
    pointer-events: none;
    }
    
    .footer-area .footer-widget h4{
    
    color: #ffff;
    
    }
    /*Statistics Starts*/
    
    .followers-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap:wrap;
    justify-content:between;
    }
    .followers-widget a {
    width: 112px;
    display: inline-block;
    height: auto;
    margin: 5px;
    color: #ffff;
    padding: 25px 15px 25px 15px;
    border-radius: 10px;
    border: 2px solid #192F59;
    }
    
    .followers-widget a h4{
    color: #ffff;
    font-weight: 500;
    }
    .followers-widget a i,
    .followers-widget a span {
    display: block;
    text-align: center;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .followers-widget a {
    width: 170px;         }
    
    
    .followers-widget a h4 {
    font-size: 22px; 
    } 
    
    .followers-widget a span {
    font-size: 18px!important; } 
    
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .followers-widget a {
    width: 100px; }
    
    .followers-widget a h4 {
    font-size: 18px; } 
    .followers-widget a span {
    font-size: 14px!important; } 
    }
    @media only screen and (max-width: 767px) {
    .followers-widget a {
    width: 100px; }
    
    
    .followers-widget a h4 {
    font-size: 18px !important; } 
    
    .followers-widget span {
    font-size: 14px !important;} 
    
    
    }
    
    /*Statistics*/
    
    h1,h5,p,h6{
    color:  #5a5a5a !important;
    }
    
    /*
    *
    * ==========================================
    * CUSTOM UTIL CLASSES
    * ==========================================
    */
    .home-pills .nav-link {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    background: #192F59 !important;
    word-wrap: break-word;
    }
    .home-pills .nav-link:hover {
    background: #fff !important;
    color: #192F59;
    font-size: 18px;
    font-weight: 500;
    }
    .home-pills .nav-link.active {
    background: #fff !important;
    border-top:3px solid #192F59;
    border-bottom:3px solid #192F59;
    color: #192F59;
    font-size: 18px;
    font-weight: 500;
    }
    
    .home-tab.tab-pane{
    height:300px;
    overflow-y: scroll;
    }
    
    .tab-content ul li::before{
    content : '\27A4';
    margin-right: 5px;
    
    }
    .tab-content ul li {
    list-style: none;
    padding: 5px;
    }
    .tab-content ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #192F59 !important;
    transition: padding-left .3s linear;
    
    }
    .tab-content ul li:hover::before {
    
    padding-right:5px;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 15px;
    }
    
    .tab-content ul li a:hover{
    padding-left: 10px;
    
    
    }
    
    
    /* Add indicator arrow for the active tab */
    /*@media (min-width: 992px) {
    .home-pills .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
    }
    }*/
    
    .home-pills .nav-link.active::before {
    opacity: 1;
    border-left: 10px solid #192F59;
    }
    
    /*NAV PILLS ENDS*/
    .dept a{
    
    color:#192F59;
    transition: padding-left 0.2s ease;
    }
    
    .dept a:hover{
    
    color:#676767;
    padding-left: 10px;
    }
    .section-heading h5{
    font-weight: 700;
    margin-bottom: 10px; 
    color: #3a3b3c;
    }
    @media only screen and (max-width: 767px) {
    .section-heading h5 {
    font-size: 16px; } }
    
    .table tr td{
    color: #5a5a5a;
    font-size: 15px!important;
    }
    
    
    
    /*side bar right */
    
    #bar1{
    position: fixed;
    width: 200px;
    align:top;
    transition: all 0.3s linear;
    z-index:11500;
    right:0;
    
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    }
    
    
    #bar1 li:last-of-type{
    border-bottom:none!important;
    }
    #bar1 li:hover > ul {
    display: block;
    background-color: #5a5a5a!important;
    color:#ffffff!important;
    padding:0!important;
    }
    
    #bar1 .dropleft .dropdown-toggle::before {
    display: none;
    }
    
    #bar1 ul li a i{
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 15px;
    }
    #bar1 ul li a span{
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left:5px;
    text-transform: uppercase;
    
    }
    
    #bar1 ul {
    margin-top: 0;
    margin-bottom: 0rem;
    }
    #bar1 li{
    height: 34px;
    position:relative;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding:0;
    }
    #bar1 .dropdown li{
    height:auto;
    
    }
    #bar1 .dropdown-submenu li{
    height:auto;
    
    }
    #bar1 .dropdown-menu li a{
    background-color:#fff !important;
    color: #000 !important;
    
    }
    #bar1 .dropdown ul {
    
    width:250px;
    
    }
    #bar1 li a{
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    padding:10px 0 10px 25px;
    transition: all .3s linear;
    text-decoration: none !important;
    }
    
    #bar1 .dropdown-submenu .dropdown-menu li a{
    
    padding:5px 15px!important;
    
    }
    #bar1 ul li a:hover,#bar1 ul li a:focus{
    
    background-color: #003478 !important;
    color:#f4f779 !important;
    }
    
    #bar1 .dropdown-submenu > ul{
    width:250px;
    overflow-y: auto;
    max-height: 200px;
    
    }
    #bar1 .srl{
    width:250px;
    overflow-y: auto;
    max-height: 300px;
    
    }
    #bar1 .msg{
    white-space: normal;
    word-wrap: break-word;
    
    }
    /* #bar1 .dropdown-menu a:hover,   #bar1 .dropdown-submenu a:focus{
    background-color: #003478 !important;
    color: #ffff !important;
    }
    */
    
    #sidebar{
    position: fixed;
    width: 175px;
    margin-top: 10px;
    transition: all 0.3s linear;
    z-index:11500;
    right:0;
    
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    }
    
    #sidebar li:last-of-type{
    border-bottom:none!important;
    }
    #sidebar li:hover > ul {
    display: block;
    background-color: #ffff!important;
    color:#ffffff!important;
    padding:0!important;
    }
    
    #sidebar .dropleft .dropdown-toggle::before {
    display: none;
    }
    
    #sidebar ul li a i{
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 15px;
    }
    #sidebar ul li a span{
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left:5px;
    text-transform: uppercase;
    
    }
    
    #sidebar ul {
    margin-top: 0;
    margin-bottom: 0rem;
    }
    #sidebar li{
    height: 45px;
    position:relative;
    border-bottom: 1px solid black;
    padding:0;
    }
    #sidebar .dropdown li{
    height:auto;
    
    }
    #sidebar .dropdown-submenu li{
    height:auto;
    }
    #sidebar .dropdown-menu li a{
    color: #000 !important;
    background-color: #d1d5dd;
    }
    #sidebar .dropdown-menu li a:hover{
    color: #f6f6f6 !important;
    }
    #sidebar .dropdown ul {
    
    width:250px;
    
    }
    #sidebar li a{
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    padding:10px 0 10px 25px;
    transition: all .3s linear;
    text-decoration: none !important;
    }
    
    #sidebar .dropdown-submenu .dropdown-menu li a{
    
    padding:5px 15px!important;
    
    }
    #sidebar ul li a:hover,#sidebar  ul li a:focus{
    
    background: #003478;
    color:#f4f779 !important;
    }
    
    #sidebar .dropdown-submenu > ul{
    width:250px;
    overflow-y: auto;
    max-height: 200px;
    
    }
    #sidebar .srl{
    width:250px;
    overflow-y: auto;
    max-height: 300px;
    
    }
    #sidebar .msg{
    white-space: normal;
    word-wrap: break-word;
    
    }
    
    @media only screen and (max-width: 767px) {
    #sidebar {
    margin-top: 170px!important;
    width: 50px;
    font-size: 12px;
    right:0;
    } 
    #sidebar ul li a span{
    display: none!important;
    
    
    }
    
    #sidebar li{
    height: 35px;
    position:relative;
    }
    
    
    #sidebar li a i{
    
    left: 17px !important;
    }
    
    #sidebar .dropdown-menu .dropdown-submenu ul {
    width:50px!important;
    overflow-y: auto;
    max-height: 250px;
    }  
    
    #sidebar .dropdown ul {
    
    width:50px!important;
    
    }   
    
    
    }
    #sidebar li a:hover{
    color: #f4f779 !important;
    }
    
    
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
    
    
    #sidebar {
    margin-top: 200px!important;
    width: 50px;
    right:0;
    } 
    #sidebar ul li a span{
    display: none!important;
    
    }
    
    #sidebar li{
    height: 35px;
    position:relative;
    }
    
    
    #sidebar li a i{
    
    left: 17px !important;
    }
    
    
    
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    
    #sidebar {
    margin-top: 200px!important;
    width: 50px;
    right:0;
    } 
    
    #sidebar li{
    height: 35px;
    position:relative;
    }
    
    #sidebar ul li a span{
    display: none!important;
    
    }
    
    #sidebar li a i{
    
    left: 14px !important;
    }
    
    
    
    }
    
    
    
    
    
    /*side bar left end*/
    
    
    /*gallery*/
    #demo {
    height:auto;
    position:relative;
    overflow:hidden;
    }
    
    
    .thumb{
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    
    
    }
    .thumb img{
    
    height: 200px;
    
    }      
    .page-top{
    margin-top:85px;
    }
    
    
    img.zoom {
    width: 90%;
    
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    }
    
    
    .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    }
    img.zoom .modal-header {
    
    border-bottom: none;
    }
    img.zoom .modal-title {
    color:#000;
    }
    img.zoom .modal-footer{
    display:none;  
    }
    /*gallery ends*/
    
    /* FAQ */
    
    .accordion{
    margin: 40px 0;
    }
    .accordion .item {
    border: none;
    margin-bottom: 10px;
    background: none;
    }
    .t-p{
    color: #192F59;
    padding: 10px 10px 0px 30px;
    font-size: 20px;
    }
    
    .t-p a{
    color: #192F59;
    font-weight: 500;
    font-size: 18px;
    transition: padding-left 0.3s linear;
    }
    .t-p a:hover{
    
    padding-left: 10px;
    }
    .accordion h6{
    /*color: #3DB166!important;*/
    
    color: #192F59!important;
    font-size: 20px;
    font-weight: 500;
    }
    
    .accordion .fa-check{
    color: #3DB166!important;
    
    }
    .accordion .item .item-header h2 button.btn.btn-link {
    background: #F2F4F5;
    color: #192F59;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.5;
    text-decoration: none;
    }
    .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
    }
    
    .accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
    }
    
    .accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #ffffff;
    background-color: #192F59;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    }
    
    button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
    }
    
    button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
    }
    /*accordion ends*/
    
    
    
    /*.megamenu h1,h2,h3,h4,h5,h6,p,a{
    
    color:#fff !important;
    
    }*/
    
    
    /*navigation*/
    .header-area .is-sticky .vizew-main-menu .shide{ 
    
    display: none!important;
    }
    
    /*navigation ends*/
    
    
    
    /*Horizontal Tabs*/
    
    
    
    /*Fun begins*/
    .tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
    
    .tab_container input, .tab_container section {
    clear: both;
    padding-top: 10px;
    display: none;
    }
    
    .tab_container label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    float: left;
    width: 20%;
    padding: 0.75em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background:#166b9d;
    border-right: 1px solid white;
    }
    
    #tab1:checked ~ #content1,
    #tab2:checked ~ #content2,
    #tab3:checked ~ #content3,
    #tab4:checked ~ #content4,
    #tab5:checked ~ #content5
    #tab6:checked ~ #content6
    #tab7:checked ~ #content7
    #tab8:checked ~ #content8{
    display: block;
    padding: 10px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
    }
    
    .tab_container .tab-content p,
    .tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
    }
    .tab_container .tab-content h3  {
    text-align: center;
    }
    
    .tab_container [id^="tab"]:hover + label{
    opacity:0.9;
    }
    
    .tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #17a2b8;
    color: #17a2b8;
    }
    
    .tab_container [id^="tab"]:checked + label .fa {
    /*color: #0CE;*/
    color: #17a2b8;
    }
    
    label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
    }
    
    .tab-head{
    
    display: none;
    }
    
    /*Media query*/
    @media only screen and (max-width: 900px) {
    label span {
    display: none;
    }
    
    .tab_container {
    width: 98%;
    }
    
    .tab-head{
    
    display: block;
    }
    }
    
    /*Content Animation*/
    @keyframes fadeInScale {
    0% {
    transform: scale(0.9);
    opacity: 0;
    }
    
    100% {
    transform: scale(1);
    opacity: 1;
    }
    }
    
    .no_wrap {
    text-align:center;
    color: #3DB166;
    }
    .link {
    text-align:center;
    }
    
    
    
    /*Horizontal Tabs Ends*/
    /*marquee*/
    marquee h6{
    
    font-size: 16px;
    color: #fff;
    
    
    
    }
    marquee h5{
    
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    
    }
    
    marquee h2{
    
    font-size: 32px;
    color: #fff;
    text-align: center;
    
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
    
    marquee h6{
    
    font-size: 12px;
    color: #fff;
    
    }
    marquee h5{
    
    font-size: 14px;
    color: #fff;
    text-align: center;
    
    
    }
    
    marquee h2{
    
    font-size: 24px;
    color: #fff;
    text-align: center;
    
    }
    
    .event{
    
    height:60px!important;
    width: 60px!important;
    margin-left:5px!important;
    }
    
    .event-content{
    
    padding-left:50px!important;
    
    
    }
    
    .event-content a{
    
    color:#192F59!important;
    
    
    }
    
    }
    
    
    .event{
    
    background-color:#192F59;
    height:80px;
    width: 80px;
    z-index:1;
    position:relative;
    margin-left:10px;
    }
    
    
    .event-content{
    
    padding-left:65px;
    
    
    }
    
    .event-content a{
    
    color:#192F59!important;
    font-weight:bold;
    
    
    }
    
    
    /*marquee ends*/
    
    /*Quick Links*/
    
    .quick ul li i{
    
    color: #17a2b8;
    margin-right: 8px;
    
    
    
    
    }
    .quick h6{
    color:#192F59 !important;
    margin-right: 5px;
    }
    
    /*.quick ul li:hover i{
    display: inline-block;
    color:#676767!!important;
    
    }
    
    .quick ul li a h6{
    
    color:#192F59!important;
    transition: padding-left 0.4s linear;
    }
    
    .quick ul li a h6:hover{
    
    
    padding-left:10px;
    
    }*/
    
    /*.quick ul li:hover i{
    display: inline-block;
    color:#676767!!important;
    
    }*/
    
    .quick ul li a h6:hover::before{
    padding-right:5px;
    display: inline-block;
    color:#676767!!important;
    
    }
    
    .quick ul li a h6:hover{
    
    color:#192F59!important;
    padding-left:10px;
    
    transition: padding-left 0.4s linear;
    }
    
    
    /*Quick Links Ends*/
    
    
    /*footer*/
    .footer-area ul li a {
    transition: padding-left .3s linear;
    color: #ffff;
    
    }
    
    .footer-area ul li i {
    
    margin-right: 8px!important;
    font-size: 15px;
    color: #ffff;
    }
    .footer-area ul li {
    line-height: 30px;
    }
    .footer-area ul li a:hover {
    padding-left: 10px;
    color: #dfed45;
    
    }
    
    .footer-area ul li {
    
    margin-bottom: 5px;
    }
    
    /*footer ends*/
    
    /*nav column */
    /*@media (min-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-3.column1{
    
    
    width:25%!important;
    }
    .classynav ul li .megamenu .single-mega.cn-col-3.column2{
    
    width:50%!important;
    }
    
    }*/
    
    
    /*nav column ends*/
    
    /*department nav*/
    
    @media screen and (max-width: 770px) {
    .dept-pills {
    margin-top: 20px;
    }
    }
    
    .dept-pills {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    margin-top: -130px;
    border-top: 15px solid #104e9d;
    padding-bottom: 30px;
    }
    .dept-pills li a{
    color: black;
    font-size: 16px;
    font-weight: 400;
    }
    
    .dept-pills .active{
    color: #104e9d !important;
    }
    .dept-pills li{
    padding: 10px;
    border-bottom: 1px solid gray;
    }
    .dept-pills li:last-of-type{
    
    border-bottom: none;
    }
    .dept-pills .tab-content ul{
    list-style: none;
    
    }
    .dept-pills .tab-content ul li {
    padding: 30px;
    border-bottom: 1px solid gray;
    }
    .dept-pills .tab-content ul li a{
    color: black;
    font-size: 16px;
    font-weight: 400;
    
    }
    
    
    .dept-pills .tab-content ul li a:hover{
    padding-left: 10px;
    
    }
    
    
    /*department nav ends*/
    /*responsive table*/
    @media
    only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
    /*special officer table*/
    .so td:nth-of-type(1):before { content: "Sl. No."; }
    .so td:nth-of-type(2):before { content: "Name and Designation"; }
    .so td:nth-of-type(3):before { content: "Office Telephone"; }
    .so td:nth-of-type(4):before { content: "EMail"; }
    /*exam office function table*/
    .eof td:nth-of-type(1):before { content: "Officer / Wing"; }
    .eof td:nth-of-type(2):before { content: "Phone"; }
    .eof td:nth-of-type(3):before { content: "EMail"; }
    
    /*affiliated time table*/
    
    .aftt td:nth-of-type(1):before { content: "Batch Year"; }
    .aftt td:nth-of-type(2):before { content: "View / Download"; }
    
    
    
    }
    
    /*table with download*/
    
    .tbl-dwn .btn{
    
    font-size:10px;
    }
    .tbl-dwn tr td{
    padding:8px!important;
    font-size:15px!important;
    color:#000000;
    }
    @media
    only screen 
    and (max-width: 767px){
    
    .tbl-dwn tr td{
    
    font-size:13px!important;
    
    }
    
    }
    .tbl-dwn{
    
    text-align:left!important;
    
    }
    /*table with download ends*/
    
    .fancybox-opened .fancybox-title{
    font-size: 18px !important;
    color: #ffff;
    background-color: #166b9d;
    padding: 10px;
    text-align: center;
    }
    
    nav .pagination .page-item.active .page-link{
    color: #3e6997;
    border: 1px solid gray;
    }
    nav .pagination .page-item .page-link {
    background-color: #043655;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: white;
    }
    nav .pagination .page-item .page-link:hover, nav .pagination .page-item .page-link:focus{
    color: rgb(253, 253, 32);
    background-color: #043655;
    }
    nav .pagination{
    display: inline-block !important;
    }
    
    
    .carousel-caption {
    font-size: 14px;
    position: absolute;
    /*bottom: 30px;*/
    bottom: 120px;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #f7f3f3;
    text-align: center;
    font-weight: 500;
    }
    
    @media only screen and (max-width: 767px) {
    .carousel-caption {
    font-size: 10px;
    bottom: 10px;
    }
    #vc-desk{
    padding-top: 20px;
    order: 2;
    margin-bottom: -20px;
    }
    .c-slide{
    order: 1;
    
    }
    .c-slide .top-img{
    height: 25vh;
    }
    #notify{
    order: 3;
    }
    }
    .ol_order{
    margin: 0;
    padding-left: 2rem;
    color: black !important;
    font-size: 14px;
    line-height: 30px;
    }
    .ol_order li{
    padding-left: 10px;
    text-align: justify;
    }
    
    /*sidebar */
    
    #bar1 ul li:hover a, #bar1 ul li:focus a{
    background:#15c !important;
    color: #ffffff !important;
    }
    #bar1 ul li:hover > ul li a, #bar1 ul li:focus > ul li a{
    background:white !important;
    color: black !important;
    }
    #bar1 ul li:hover > ul li:hover a, #bar1 ul li:focus > ul li:hover a{
    background:#003478 !important;
    color: #ffffff !important;
    }
    #bar1 ul li:hover > ul li:hover > ul li a, #bar1 ul li:focus > ul li:focus > ul li a{
    background:white !important;
    color: black !important;
    }
    #bar1 ul li:hover > ul li:hover > ul li:hover a, #bar1 ul li:focus > ul li:focus > ul li:focus a{
    background:#003478 !important;
    color: #ffffff !important;
    }
    
    
    
    #sidebar ul li:hover a, #sidebar ul li:focus a{
    background:#15c !important;
    color: #ffffff !important;
    }
    #sidebar ul li:hover > ul li a, #sidebar ul li:focus > ul li a{
    background:#d1d5dd !important;
    color: black !important;
    }
    #sidebar ul li:hover > ul li:hover a, #sidebar ul li:focus > ul li:hover a{
    background:#003478 !important;
    color: #ffffff !important;
    }
    #sidebar ul li:hover > ul li:hover > ul li a, #sidebar ul li:focus > ul li:focus > ul li a{
    background:#d1d5dd !important;
    color: black !important;
    }
    #sidebar ul li:hover > ul li:hover > ul li:hover a, #sidebar ul li:focus > ul li:focus > ul li:focus a{
    background:#003478 !important;
    color: #ffffff !important;
    }