﻿@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0px;
    margin: 0px;
    font-family: 'Titillium Web', sans-serif;
    text-align: justify;
    white-space: inherit;
}

.padding-left {
    padding-left: 0px !important;
}

.padding-right {
    padding-right: 0px !important;
}

.nopadding {
    padding: 0px;
}
/*header css*/
.site-header {
    border-top: 4px solid #333;
}

header .header-text {
    float: left;
    width: 50%;
    height: 30px;
    margin-left: 25%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background: #333;
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
}

    header .header-text:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-top: 30px solid;
        border-left: 30px solid transparent;
        position: absolute;
        left: -30px;
        border-top-color: #333;
    }

header .header-socialinfo {
    float: right;
    width: 25%;
    color: #fff;
    height: 30px;
    background: #333;
}

.header-socialinfo ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .header-socialinfo ul li {
        float: left;
        margin-left: 10px;
    }

        .header-socialinfo ul li i {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 2px solid #fff;
            text-align: center;
            line-height: 23px;
            color: #fff;
        }

header .header-info {
    clear: both;
}

    header .header-info .logo {
        float: left;
        width: 25%;
    }

        header .header-info .logo .site-title {
            font-family: 'Titillium Web', sans-serif;
            font-size: 40px;
            font-weight: 700;
            text-transform: capitalize;
            line-height: 40px;
            margin: 0px;
        }

        header .header-info .logo .site-description {
            margin: 0 0 5px;
        }

    header .header-info .login-section {
        float: right;
        width: 55%;
        padding: 20px 0px;
        /*margin-left: 20%;*/
        margin-right: 100px;
    }

.login-section .parent-login, .login-section .student-login, .login-section .corp-login {
    display: inline-block;
    float: left;
    width: 33.33%;
}

    .login-section .parent-login .login-img, .login-section .student-login .login-img, .login-section .corp-login .login-img {
        float: left;
        display: inline-block;
    }

header .header-info .login-title {
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #686868;
    padding-left: 55px;
    cursor: pointer;
}

.navbar-default, .navbar {
    clear: both;
    background-color: #0054a6; /*#085dad*/
    border-radius: 0px;
    border: none;
    /*height: auto;*/
    min-height: 40px;
    margin-bottom: 0px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
    text-align: center;
}

    .navbar-brand, .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: auto;
        padding: 3px 0px;
        margin-left: 0px;
    }

#loginModal .modal-content {
    border-radius: 0px;
    
}
    #loginModal .modal-content .modal-body {
        padding:0px;text-align:center;
    }
    #loginModal .modal-content .modal-body img {
        margin:0px auto;
    }
        #loginModal .modal-content .modal-body .btn-primary {
            margin: 15px 15px 25px 15px;
        }

.main-menu {
    width: 98%;
    margin: 0px auto;
}

    .main-menu > li {
        width: 8.33%;
        padding: 10px 0px;
    }

        .main-menu > li > .dropdown-menu > li > a {
            padding: 8px 15px;
        }

.navbar-default .navbar-nav > li > a {
    /*line-height: 50px;*/
    color: #fff;
    padding: 0px 5px;
    border-right: 1px solid #fff;
}

.navbar-default .navbar-nav > li:last-child > a {
    border: 0px;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #a7f13e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
/*submenu css*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 4px 4px 4px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: rgba(8, 93, 173, 0.85);
        margin-top: 5px;
        margin-right: -5px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #085dad;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.partner-logo {
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 999;
}

    .partner-logo img {
        /*height: 115px;*/
        padding: 0px 5px;
        border: 1px solid #ddd;
        border-radius: 0px 0px 20px 20px;
        background: #ffffff;
    }

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.divider {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 16px;
}

    .divider:before {
        background: url(../img/style1.png) no-repeat;
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        top: 0%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .divider:after {
        background: #ececec;
        height: 1px;
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 50%;
        content: "";
        left: 0;
        right: 0;
    }

.heading {
    margin-bottom: 15px;
    text-align: center;
}

.section-title {
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 15px;
    padding: 10px 0px;
    position: relative;
    color: #253d4a;
    text-transform: uppercase;
}

    .section-title span {
        color: #8cc739;
    }
/*Slider*/
.top-slider {
    background: #085dad;
    margin-top: 15px;
}


#slider .carousel-inner > .item > a > img, #slider .carousel-inner > .item > img {
    width: 100%;
}

#slider .carousel-control, #slider .carousel-control.left, #slider .carousel-control.right {
    width: 40px;
    background-image: none;
}

    #slider .carousel-control .glyphicon-chevron-left, #slider .carousel-control .icon-next, #slider .carousel-control .icon-prev {
        left: 0px;
        margin-left: 0px;
        background: rgba(255,255,255,0.5); /*#49a5d7*/
        padding: 3px 0px;
    }

    #slider .carousel-control .glyphicon-chevron-right {
        right: 0px;
        background: rgba(255,255,255,0.5);
        margin-right: 0px;
        padding: 3px 0px;
    }

    #slider .carousel-control .glyphicon-chevron-left, #slider .carousel-control .glyphicon-chevron-right, #slider .carousel-control .icon-next, #slider .carousel-control .icon-prev {
        width: 40px;
        height: 50px;
        line-height: 50px;
    }

#slider.carousel {
    /*margin-top: 15px;*/
    height: 250px;
}

#slider .carousel-inner, #slider .carousel-inner .item, #slider .carousel-inner .item img {
    height: 250px;
}


/*News Slide css*/
.news-slide {
    background: #8cc739;
    padding: 5px 0;
    color: #333;
    /*min-height: 120px;*/ clear: both;
}

    .news-slide .news-slider-title {
        width: 25%;
        float: left;
        font-size: 16px;
        text-transform: uppercase;
        vertical-align: middle;
        /*line-height: 60px;*/
        line-height: 38px;
        border-right: 1px solid #69a416;
        padding: 10px 30px;
        text-align: right;
    }

    .news-slide .news-slider-wrap {
        width: 75%;
        float: right;
    }

    .news-slide .news-item table tr td a {
        color: #333;
    }

.news-item h5 {
    margin: 0px;
}

.news-item table tr td a {
    color: #fff;
}
/*welcome section*/
.welcome-section .welcome-content p {
    width: 80%;
    margin: 0px auto;
}
/*About section*/
.abt-section {
    background: url(../img/abt-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 0px;
}

    .abt-section .section-title {
        color: #fff;
    }

.abt-content {
    background: #085dad;
    width: 80%;
    margin: 0px auto;
    height: auto;
    min-height: 300px;
    margin-top: 100px;
    margin-bottom: -100px;
}

.div-vision, .div-mission {
    width: 50%;
    float: left;
    color: #fff;
}

.abt-img {
    margin-top: -65px;
}

    .abt-img img {
        width: 130px;
        height: 130px;
    }

.div-vision .abt-desp, .div-mission .abt-desp {
    padding: 15px 40px;
    text-align: justify;
}

.div-mission .abt-desp {
    border-left: 1px solid #fff;
}

/*annocement & notice section css*/
.notice-section {
    margin-top: 65px;
    margin-bottom: 20px;
}

.announ-notice {
    width: 80%;
    margin: 0px auto;
}

.announ-notice-icon {
    display: inline-block;
    float: left;
}

.announ-desp, .notice-desp {
    padding-left: 95px;
}

    .announ-desp h3, .notice-desp h3 {
        margin-bottom: 20px;
    }
/*footer css*/
.site-footer {
    padding: 50px 0 30px;
    background: #1a1a1a;
    color: #ffffff;
}

.footer-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-divider {
    margin-top: 5px;
    height: 2px;
}

    .footer-divider:before {
        background-color: #8cc739;
    }

    .footer-divider:after {
        background-color: #fff;
        margin-left: 3px;
    }

    .footer-divider:before, .footer-divider:after {
        display: inline-block;
        width: 10px;
        height: 2px;
        content: '';
        transition: all 0.3s;
        vertical-align: top;
    }

.footer-area {
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 10px;
}

.footer-socialmedia h4 {
    color: #085dad;
    margin-top: 25px;
    margin-bottom: 15px;
}

.footer-socialmedia ul {
    list-style-type: none;
    padding-left: 0px;
}

    .footer-socialmedia ul li {
        display: inline;
        padding-right: 10px;
    }

        .footer-socialmedia ul li a {
            color: #fff;
        }

.quicklink {
    list-style-type: none;
    padding: 0px;
}

    .quicklink li {
        margin-bottom: 5px;
    }

        .quicklink li a {
            color: rgba(255,255,255,0.7);
        }

.footer-area-one h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #085dad;
}

.footer-addr, .contact-addr {
    list-style-type: none;
    padding-left: 30px;
}

    .footer-addr li, .contact-addr li {
        margin-bottom: 10px;
    }

        .footer-addr li:before, .contact-addr li:before {
            font-family: FontAwesome;
            position: absolute;
            left: 15px;
            font-size: 16px;
            text-align: center;
            vertical-align: middle;
        }

        .footer-addr li.addr:before, .contact-addr li.addr:before {
            content: "\f041";
        }

        .footer-addr li.phone:before, .contact-addr li.phone:before {
            content: "\f095";
        }

        .footer-addr li.fax:before, .contact-addr li.fax:before {
            content: "\f1ac";
        }

        .footer-addr li.email:before, .contact-addr li.email:before {
            content: "\f0e0";
        }

        .footer-addr li.email a, .contact-addr li.email a {
            color: #69a416;
        }

.site-footer .site-info {
    text-align: center;
    padding: 30px 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
    /*margin-top: 25px;*/
}

    .site-footer .site-info a {
        color: rgba(255,255,255,0.7);
    }

.news-slider-wrap .panel-footer {
    padding: 0px;
}

    .news-slider-wrap .panel-footer .glyphicon {
        /*margin-right: 4px !important;*/ /*override*/
    }

    .news-slider-wrap .panel-footer .pagination .glyphicon {
        margin-right: 0px !important; /*override*/
    }

    .news-slider-wrap .panel-footer .pagination a {
        color: #555;
    }

.news-slider-wrap .panel {
    position: relative;
}

.news-slider-wrap .panel-body {
    padding: 5px 15px;
}

.news-slider-wrap .panel, .news-slider-wrap .panel-footer {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
}

    .news-slider-wrap .panel-footer .pagination {
        position: absolute;
        top: 26px;
        right: 0px;
    }

        .news-slider-wrap .panel-footer .pagination > li > a, .news-slider-wrap .pagination > li > span.glyphicon {
            background-color: transparent;
            width: 25px;
            height: 25px;
            vertical-align: middle;
            line-height: 25px;
            padding: 0px;
            text-align: center;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 50%;
        }

.news-slider-wrap .pagination > li > span {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    padding: 0px;
    text-align: center;
}

.news-slider-wrap .pagination > li:first-child > a {
    margin-right: 10px;
}

.news-slider-wrap .panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color: transparent;
}

.news-slider-wrap .news-item {
    padding: 4px 4px;
    margin: 0px;
    /*border-bottom:1px dotted #555;*/
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

.page-title-section {
    background: url('../img/bg-pgtitle.png') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.page-tile-div {
    padding: 50px 0px;
}

.page-title-section .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    padding: 8px 0px;
}

.about-desc {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #253d4a;
}

.abt-tab {
    zoom: 1;
    position: relative;
    height: auto;
}

    .abt-tab:after,
    .abt-tab:before {
        content: "";
        display: table;
    }

    .abt-tab:after {
        clear: both;
    }

    .abt-tab .abt-tab-title {
        /*background: rgba(0,0,0,0.1);*/
        cursor: pointer;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        padding: 15px 20px;
    }

        .abt-tab .abt-tab-title:first-child {
            /*border-top: 1px solid rgba(0,0,0,0.2);*/
        }



@media screen and (min-width: 600px) {
    .abt-tab .abt-tab-title {
        position: relative;
        width: 33.333333333333336%;
        height: 8%;
        display: block;
    }
}

.abt-tab .about-content {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    border-left: none;
    display: none;
}

    .abt-tab .about-content h3 {
        margin-top: 0px;
    }

    .abt-tab .about-content:after,
    .abt-tab .about-content:before {
        content: "";
        display: table;
    }

    .abt-tab .about-content:after {
        clear: both;
    }

    .abt-tab .about-content ul li {
        list-style: circle;
    }

.chairperson {
    /*border: 1px solid #ddd;*/
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.princ-img {
    float: right;
    width: 30%;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: center;
}



.about .side-link {
    list-style-type: none;
    padding: 15px 0px;
}

    .about .side-link li {
        padding: 15px 21px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        text-align: left;
        position: relative;
    }

        .about .side-link li.active a {
            color: #085dad !important;
            font-weight: 600;
            position: relative;
        }

        .about .side-link li.active:after {
            content: "\f101";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            color: #085dad;
            font-weight: 500;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            /*color: #000;*/
            font-size: 18px;
            padding-right: 0.5em;
            position: absolute;
            top: 15px;
            right: 0;
        }

.about .tab_content {
    border: 1px solid rgba(51, 51, 51, 0.19);
    background: #fff;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #ddd;
}

.admsn-content table {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(51, 51, 51, 0.19);
    box-shadow: 1px 1px 2px 1px #ddd;
}

    .admsn-content table tr td {
    }

    .admsn-content table ul {
        list-style-type: square;
        width: 400px;
        padding-left: 25px;
    }

@media screen and (min-width: 600px) {
    .abt-tab .about-content {
        position: absolute;
        width: 66.66666666666667%;
        right: 0;
        top: 0;
        padding: 15px 30px;
    }
}

.abt-tab .active {
    cursor: default;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-right: none;
    color: #69a416;
}

@media screen and (min-width: 600px) {
    .abt-tab .active {
        background: rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
    }
}

.abt-tab .active + .about-content {
    display: block;
}


.inst-desc .panel {
    border-radius: 0px;
}

    .inst-desc .panel .panel-heading {
        background: #8cc739;
        color: #fff;
    }

    .inst-desc .panel .panel-title > a {
        text-decoration: none;
        color: #fff;
    }

        .inst-desc .panel .panel-title > a:before {
        }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

a.accordion-toggle {
    text-decoration: none;
}

.about h3, .profile h3, .section h3 {
    color: #085dad;
    margin-top: 0px;
}

.about a {
    color: #686868;
    text-decoration: none;
}

.member {
    margin: 0px auto;
    width: 100%;
    background: #fff;
    box-shadow: 2px 1px 6px 1px #ddd;
    border-bottom: 6px solid #8cc739;
    padding: 15px 5px;
    margin-bottom: 25px;
    text-align: center;
}

    .member img {
        width: 85%;
        margin: 0px auto;
        border: 1px solid rgba(221, 221, 221, 0.75);
    }

/*tab and tab-content css*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /*height: 32px;*/
    /*border-bottom: 1px solid #333;*/
    width: 25%;
}

    ul.tabs li {
        /*float: left;*/
        margin: 0;
        cursor: pointer;
        padding: 15px 21px;
        /*height: 31px;
                line-height: 31px;*/
        /*border-top: 1px solid #333;
                border-left: 1px solid #333;*/
        border-bottom: 1px solid rgba(0,0,0,0.1);
        /*background-color: #ddd;*/
        color: #333;
        overflow: hidden;
        position: relative;
        text-align: left;
    }

.tab_last {
    /*border-right: 1px solid #333;*/
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fff;
    /*color: #8cc739;*/
    color: #0054a6;
    font-weight: 600;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    display: block;
}

    ul.tabs li.active::after {
        content: "\f101";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        /*color: #000;*/
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 15px;
        right: 0;
    }

.tab_container {
    border: 1px solid rgba(51, 51, 51, 0.19);
    border-top: none;
    /*clear: both;*/
    float: right;
    width: 73%;
    background: #fff;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #ddd;
}

.tab_content {
    padding: 20px 30px;
    display: none;
}

    .tab_content h3 {
        margin-top: 0px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .tab_content h4, .about h4 {
        margin-top: 0px;
        color: #8cc739;
    }


.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #0054a6;
        color: #fff !important;
        border-top: 1px solid #333;
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #0054a6;
        color: #fff;
    }

    .tab_container {
        width: 100%;
        float: none;
    }
}


.contact-addr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.contact-social {
    list-style-type: none;
    padding-left: 0px;
}

    .contact-social li {
        display: inline;
        padding-right: 15px;
        font-size: 20px;
    }

        .contact-social li a {
            color: #333;
        }

.contact-form {
    padding: 20px;
    box-shadow: 0 0 2px;
    margin-top: 15px;
}
/*partners css*/
.partner-wrap {
    margin-bottom: 35px;
}

.part-logo {
    float: left;
}

    .part-logo img {
        width: 150px;
        height: auto;
    }

.part-desc {
    padding-left: 200px;
}

    .part-desc h3 {
        margin-top: 0px;
    }
/*Infrastructure css*/
.infra-item {
    margin-bottom: 30px;
}

    .infra-item figcaption {
        background: #085dad;
        padding: 10px 15px;
        color: #fff;
    }
/*admission css*/
.admission ul {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 25px;
}

    .admission ul li ul {
        list-style-type: circle;
    }

.course-item {
    border: 1px solid #ddd;
}

.course-desc {
    padding: 15px;
}

.enquiry ul {
    list-style-type: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

    .enquiry ul li i {
        padding-right: 5px;
    }

.sidelink {
    list-style-type: none;
    padding-left: 0px;
}

    .sidelink li {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

        .sidelink li a {
            color: #333;
            text-decoration: none;
        }
/*gallery page css*/

* {
    box-sizing: border-box;
}

#gallery .row > .column {
    padding: 5px 8px;
    margin-bottom: 8px;
}

#gallery .row:after {
    content: "";
    display: table;
    clear: both;
}

#gallery .row > .column img {
    width: 100%;
    /*border: 1px solid #8c8686;*/
}

#gallery .row > .column p {
    background: #0054a6;
    color: #fff;
    padding: 4px;
}

#gallery .column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
#gallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 45px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 99999;
}

/* Modal Content */
#gallery .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 65%;
    max-width: 1200px;
    color: #fff;
}

/* The Close Button */
#gallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    #gallery .close:hover,
    #gallery .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

#gallery .mySlides {
    display: none;
}

#gallery .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
#gallery .prev,
#gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

#gallery .prev {
    left: 0px;
}
/* Position the "next button" to the right */
#gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    #gallery .prev:hover,
    #gallery .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-decoration: none;
    }

/* Number text (1/3 etc) */
#gallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*img {
    margin-bottom: -4px;
}*/

#gallery .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

#gallery .demo {
    opacity: 0.6;
}

    #gallery .active,
    #gallery .demo:hover {
        opacity: 1;
    }

#gallery img.hover-shadow {
    transition: 0.3s;
}

#gallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*new home layout css*/
.annocement, .noticeboard {
    list-style-type: none;
    padding-left: 0px;
}

    .annocement li, .noticeboard li {
        padding: 8px 0px;
        border-bottom: 1px dotted #ddd;
    }

.announ-panel {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: rgba(0, 84, 166, 0.72); /*#1864ae*/
    background: rgba(0, 84, 166, 0.72);
}

    .announ-panel .panel-heading {
        background: rgba(0, 84, 166, 0.72);
        color: #fff;
    }

    .announ-panel .panel-title h4, .notice-div .panel-title h4, .notice-div h5 {
        margin: 0px;
    }

.welcome-div {
    /*margin-top: 15px;*/
    background: #085dad;
    color: #fff;
    /*height: 250px;*/
    padding: 8px 15px;
}

    .welcome-div .section-title {
        color: #fff;
        margin-top: 0px;
        font-size: 22px;
    }

.notice-div.panel {
    border-color: #00aeef;
    background-color: rgba(0, 174, 239, 0.07);
}

.notice-div .panel-heading {
    background: #00aeef;
    color: #fff;
}

.about-div {
    margin: 15px 0px;
}

    .about-div h4 {
        /*color:#085dad;*/
    }

        .about-div h4 i {
            color: #fff;
            background: #1864ae;
            /* border-radius: 50%; */
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            vertical-align: middle;
            margin-right: 9px;
            font-size: 26px;
        }

/*placement css*/
.placement a figcaption {
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.placement img {
    /*width: 100%;*/
}

.placement figure {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
    .news-slide .news-slider-title {
        line-height: inherit;
    }

    .navbar .container-fluid, .navbar .container-fluid > .navbar-collapse {
        padding: 0px;
    }

    .login-section .parent-login .login-img, .login-section .student-login .login-img, .login-section .corp-login .login-img {
        float: none;
        display: block;
    }

    header .header-info .login-title {
        line-height: inherit;
        text-transform: capitalize;
        font-weight: 400;
        color: #686868;
        padding-left: 0px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    header .header-info .login-section {
        padding: 5px 0px;
        margin-right: 50px;
    }

    .partner-logo {
        right: 5px;
    }

    header .header-text {
        font-size: 11px;
        width: 45%;
    }

    header .header-socialinfo {
        width: 30%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown-menu > li > a {
        font-size: 12px;
    }

    .announ-panel .panel-title h4, .notice-div .panel-title h4, .notice-div h5 {
        font-size: 15px;
    }

    .welcome-div .section-title {
        text-align: center;
    }
    /*.navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .main-menu > li {
        width: 100%;
        text-align: left;
    }*/
}

@media screen and (max-width: 767px) {
    header .header-info .logo, header .header-info .login-section {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus .navbar-default .navbar-toggle .icon-bar,
    .navbar-default .navbar-toggle:hover .navbar-default .navbar-toggle .icon-bar {
        background: #085dad;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(255, 255, 255, 0.88);
    }

    .partner-logo img {
        height: 100px;
    }

    .login-section .parent-login .login-img, .login-section .student-login .login-img, .login-section .corp-login .login-img {
        float: none;
        display: block;
    }

    header .header-info .login-title {
        line-height: inherit;
        text-transform: capitalize;
        font-weight: 400;
        color: #686868;
        padding-left: 0px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .main-menu > li {
        width: 100%;
        text-align: left;
    }

    .navbar-default .navbar-nav > li > a {
        border: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .dropdown:hover > .dropdown-menu {
        /*display:inline-block;*/
    }

    .dropdown-submenu > a:after {
        border-left-color: rgb(255, 255, 255);
    }

    .news-slide .news-slider-title, .news-slide .news-slider-wrap {
        width: 100%;
        float: none;
        text-align: left;
    }

    header .header-text {
        display: none;
    }

    header .header-text, header .header-socialinfo {
        width: 100%;
        float: none;
        margin: 0px;
    }

    .partner-logo {
        right: 10px;
    }

    #slider .carousel-inner, #slider .carousel-inner .item, #slider .carousel-inner .item img,
    #slider.carousel {
        height: auto;
    }

    #slider .carousel-control .glyphicon-chevron-left, #slider .carousel-control .glyphicon-chevron-right, #slider .carousel-control .icon-next, #slider .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        line-height: 22px;
    }

    .admsn-content table {
        margin-top: 0px;
    }

    #gallery .column {
        width: 50%;
    }

    .tab_content {
        padding: 20px 15px;
    }

        .tab_content > p > img {
            padding: 0px !important;
            width: 100%;
        }

    .princ-img {
        float: none;
        padding: 0px;
        width: 100%;
    }

        .princ-img img {
            width: 100%;
            margin-bottom: 15px;
        }

    .infra-item figure {
        margin-bottom: 15px;
    }

    .top-slider, .news-slide {
        margin-left: 15px;
    }

        .news-slide .news-slider-title {
            line-height: inherit;
        }
}
