@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');


.tagline {
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    font-size: 0.7vw;
    line-height: 1.6vw;
    color: #000000;
    margin: 10px 0;
}

.sanstha {
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #1e00bb;
    margin: 5px 0;
}

.name-new {
    font-family: 'DM Serif Text', sans-serif;
    font-weight: bold;
    font-size: 3.3vw;
    line-height: 4.8vw;
    color: #ff8303;
    text-shadow: 1px 1px 5px #fff;
    letter-spacing: 2px;
}

.address {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #000000;
}

.rank {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #000000;
    margin: 10px 0;
}

.rank:before {
    content: "■";
    color: #1e00bc;
    margin-right: 5px;
}

header {
    background: #fff url(../img/header.jpg) top no-repeat;
    text-align: center;
}

.logo img {
    position: absolute;
    top: 27px;
    left: 4%;
    width: 145px;
    padding: 5px 5px 5px 5px;
    border: 2px solid #433796;
    border-radius: 20px;
    background-image: radial-gradient(white, #d1fff4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (min-width:1201px) and (max-width:3000px) {
    
    .tagline,
    .sanstha,
    .name-new,
    .address,
    .rank {
        right: -15%;
        width: 90%;
        position: relative;
    }
}
@media (min-width:900px) and (max-width:1200px) {
    
    .tagline,
    .sanstha,
    .name-new,
    .address,
    .rank {
        right: -15%;
        width: 90%;
        position: relative;
    }
}

@media (min-width:769px) and (max-width:900px) {
    
    .tagline,
    .sanstha,
    .name-new,
    .address,
    .rank {
        right: -12%;
        width: 90%;
        position: relative;
    }
}
@media (min-width:200px) and (max-width:768px) {
    header {}
    .logo img {
        width: 20%;
    }
    .tagline,
    .sanstha,
    .name-new,
    .address,
    .rank {
        right: -22%;
        width: 80%;
        position: relative;
    }
    .tagline {
        font-size: 2vw;
    }
    .sanstha {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    .name-new {
        font-size: 5vw;
        line-height: 6vw;
        margin: 10px 0;
    }
    .address {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    .rank {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
}

@media (min-width:992px) and (max-width:2000px) {
    .menu {
        float: left;
    }
}

.menu1 {
    background: #c2e2ed;
    padding-top: 0px!important;
}

.welcome-box {
    background: #001A23;
    padding: 20px;
    margin-bottom: 50px;
}

.welcome-box h1 {
    color: #f1bb3f;
    text-align: center;
    padding-top: 10px;
}

.welcome-box h3 {
    color: #7E7768;
    border-left: 1px solid #7E7768;
}

.welcome-box a {
    margin-top: 30px;
}

.welcome-box a.btn-default {
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase
}

.welcome-box a.btn-default:hover {
    border: 1px solid #f1bb3f;
    color: #f1bb3f;
}

.index-icons {
    margin-top: 20px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.courses {
    font-size: 20px;
}

.index-icons i {
    color: #000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.index-icons h2,
.index-icons p,
.index-icons a {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.index-icons:hover.index-icons h2 {
    color: #f1bb3f;
}

.index-icons:hover.index-icons i {
    color: #f1bb3f;
}

.index-icons:hover.index-icons .btn-default {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important
}

.feedback {
    background: #f4f4f4;
    padding: 40px;
    margin-top: 20px;
    text-align: center;
    border-bottom: 2px solid #f1bb3f;
}

.feedback i {
    margin: 0 20px;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.bb {
    border-bottom: 2px solid #669933;
}

.about {
    background: url(../img/slider1.jpg) top center no-repeat;
    background-size: 100%;
    display: block;
    min-height: 500px;
}

.about h1,
.about p,
.services h1,
.services p {
    color: #6B6B6B;
    margin-bottom: 20px;
}

.services {
    background: url(../img/services.jpg) top center no-repeat;
    display: block;
    min-height: 400px;
}

.jumpbo-list ul {
    text-align: center;
    width: auto;
    list-style-type: none;
}

.jumpbo-list ul li a {
    color: #E4B93B;
    font-size: 18px;
}

.sidebox {
    background: #fff url(../img/sidebox-bg.jpg) repeat-x;
    padding: 20px 0;
    border: 1px solid #f1bb3f;
}

.contact {
    background: url(../img/map.jpg) top center no-repeat;
    display: block;
    min-height: 500px;
}

.con i {
    margin-right: 5px;
}

.sm-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-gallery li {
    display: inline-block;
    max-width: 130px;
    height: 120px;
    margin: 0 10px 10px 0;
}

.red {
    color: red!important
}

.sm-gallery li img {
    width: 100%;
    border-radius: 0 10px 0 10px;
    box-shadow: 0px 5px 5px #ccc;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.sm-gallery li:hover img {
    border-radius: 20px;
}

.banner250 {
    width: 250px;
    margin: 0 auto 20px;
}

@media (min-width:240px) and (max-width:320px) {
    .banner250 {
        display: none;
    }
}


/****************** gallery ******************/

.gallery-heading {
    background: #000;
    color: #f1bb3f;
    padding: 20px;
}

#photo {
    margin: 20px 0;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
    box-sizing: content-box;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}


/*************************/

#gallery {
    margin: 30px 20px;
}

#gallery .holder {
    width: 250px;
    height: 180px;
    margin: 12px;
    padding: 2px;
    border: 1px solid #f1f1f1;
    float: left;
    vertical-align: middle;
}

#gallery .holder:hover {
    border: 1px solid #0BD313;
}

.holder .thumb {}

.holder .title {
    width: 140px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: hidden;
}

.title h3 {
    margin: 0;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    overflow: hidden;
    color: #333;
}

.holder img {
    border: none;
    width: 244px;
    height: 174px;
}

.clearFloat {
    clear: both;
}

footer {
    border-top: 1px solid #EFEFEF;
    padding: 35px 0;
    margin-top: 50px;
    background: #210003;
}

footer a {
    color: #F1BB3F;
    font-size: 14px;
}

.social-icons ul {
    padding: 0;
    margin: 3px 0 0;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    padding: 0px;
}

.social-icons ul li {
    display: inline-block;
    margin-right: 2px;
}

.social-icons ul li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
    color: #fff;
    border-radius: 0;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-youtube:hover {
    background: red;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-dribbble:hover {
    background: #90C9DC;
}

.fa-google-plus:hover {
    background: #CE3C2D;
}

@media only screen and (min-width:768px) and (max-width:2000px) {
    .hd {
        margin: 15px 0;
        padding: 10px 0;
        color: #f1bb3f;
    }
    .left-h3 {
        background: #f1bb3f;
        padding: 10px;
    }
}

@media only screen and (min-width:240px) and (max-width:480px) {
    .nav-tabs>li>a {
        padding: 10px 20px!important;
    }
    .top1 ul li {
        padding-left: 3px!important;
    }
    .courses {
        font-size: 14px!important;
    }
}

.appointment {
    background: #f4f4f4 url('../img/appointment.jpg') right top no-repeat;
    padding: 26px 20px;
}

.con {
    padding: 20px;
}

.tm img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 2px solid #f1bb3f;
}

.top-row {
    height: 30px;
    background: #210003;
}

.top1 ul li {
    list-style: none;
    display: inline-block;
    margin: 1px 0 0 5px;
    border-left: 1px solid #69363b;
    padding-left: 10px;
}

.top1 ul li:first-child {
    border-left: none;
}

.top1 a {
    color: #fff;
    font-size: 14px;
}

.top1 a:hover {
    text-decoration: underline
}

.hlink ul li {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    display: inline-block;
}

.hlink ul li img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

h1 {
    position: relative;
    /*color: #ff222f;*/
    color: #ff6800;
    font-family: 'Anton', sans-serif;
    border-bottom: 1px solid #636363;
    padding-bottom: 5px;
}

.box {
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.box a {
    color: #ff8005
}

.box ul {
    margin: 0;
}

.box li {
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.dateblock {
    text-align: center;
    border: 2px solid #00609A;
    width: 50px;
    height: 50px;
    color: #00609A;
    font-weight: bold;
    line-height: 1.3;
}

.dateblock b {
    color: #00609A;
    font-family: anton;
    font-size: 18px;
    font-weight: lighter;
}

.dateblock p {
    color: #00609A;
}

.demo2 {
    overflow: hidden!important;
}

.demo2 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.demo2 a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.msg {
    background: url(../img/msg.png) right top no-repeat;
}

.msgbox {
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 20px;
}

.msgbox2 img {
    width: 280px;
    height: 330px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 20px;
}

.msg h3 {
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.msg h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid red
}

.msg a {
    color: #fff;
    background: red;
    display: block;
    text-align: center
}

.msg1,
.msg2,
.msg3 {
    display: block;
    background-size: cover;
    min-height: 410px;
}

.msg1 {
    background: url(../img/msg1.jpg) right bottom no-repeat;
}

.msg2 {
    background: url(../img/msg2.jpg) right bottom no-repeat;
}

.msg3 {
    background: url(../img/msg3.jpg) right bottom no-repeat;
}

.msg1 h1,
.msg2 h1,
.msg3 h1 {
    padding: 20px 10px;
}

.ifaculty {
    background: #fdc95b;
    padding: 40px 0;
}

.ifaculty a {
    display: inherit;
    background: none;
}

.ifaculty a:hover {
    text-decoration: none;
}

.ifaculty h2 {
    font-size: 18px;
    color: #620417;
    font-weight: bold;
    margin-bottom: 2px;
}

.ifaculty h3 {
    color: #011d1a!important;
    float: left;
    margin-bottom: 20px;
}

.ifaculty img {
    border-radius: 0 40px 0 40px;
    box-shadow: 0px 5px 10px #694a00;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.ifaculty img:hover {
    border-radius: 40px 0 40px 0;
}

footer {
    color: #fff!important;
}

footer h2 {
    position: relative;
    font-size: 20px;
}

footer h2:after {
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 200px;
    background: #ff222f !important;
}

footer p {
    font-size: 14px;
}

footer a {
    display: inherit!important;
    text-align: left!important;
    background: #210003 !important;
}

footer a:hover {
    color: #ffe100!important;
    text-decoration: none;
}

.copyright {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.copyright a {
    display: inline-block!important;
    text-align: left!important;
    background: red !important;
    padding: 5px;
    text-decoration: none;
}

.homevm li .fa {
    margin-right: 10px;
}

.special1 {
    border-left: none!important;
    margin: 0;
}

.assist {
    padding: 5px;
    border: 1px solid #fff;
    text-align: center
}

.intro {
    background: url(../img/intro.jpg) center top no-repeat;
    min-height: 300px;
    background-size: cover;
}

.vision {
    background: url(../img/vision.jpg) center top no-repeat;
    min-height: 300px;
    background-size: cover;
}

.miniSlider {
    background: url(../img/miniSlider.jpg) center top repeat-x;
    min-height: 50px;
}

.font22 {
    font-size: 22px;
}

.modal img {
    width: 100%;
    text-align: center;
}

.staff img {
    width: 160px;
    height: 200px;
    text-align: center;
}

.staff a {
    text-align: center;
    margin-bottom: 30px;
}

.staff h2 {
    font-size: 14px;
    text-align: center;
}

.staff h4 {
    font-size: 12px;
    text-align: center;
    color: #FF0000;
}


/*****************************   Admin    ****************************/

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 14px;
    font-weight: 200;
    background-color: #f5f5f5;
    top: 0px;
    height: 100%;
    color: #fff;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .brand a {
    color: #fff;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    border-bottom: 1px solid #fff;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 20px;
}

.nav-side-menu li a:hover {
    color: #fff;
    background: #ff8b00;
}

.nav-side-menu li a i {
    padding: 10px;
    margin: 0;
    color: red;
}

.panel-body ul {
    background: #ddd;
}

.panel-body ul li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 12px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 15px;
}


/*.nav-side-menu li:hover {
	border-left: 3px solid #d47300;
	background-color: #ff8a00;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}*/

@media (max-width: 991px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 992px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.admin_block {
    margin-bottom: 30px;
    color: #fff;
}

.admin_block a {
    color: #fff;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .admin_block h1 {
        text-align: center!important;
        margin: 10px 0 0 0!important;
        padding: 20px 0 0 0!important;
    }
    .admin_block h3 {
        text-align: center!important;
        margin: 0 0 20px 0!important;
        Padding: 0!important;
    }
    .admin_block i {
        text-align: center!important;
        padding: 20px 0 0 0!important;
    }
}

.admin_block h1 {
    font-size: 40px;
    text-align: right;
    margin: 0;
    padding: 20px 20px 0 0;
}

.admin_block h3 {
    font-size: 25px;
    text-align: right;
    min-height: 80px;
    margin: 20px 0 0 0;
    padding: 20px 20px 0 0
}

.admin_block i {
    font-size: 40px;
    text-align: left;
    padding: 20px 0 0 20px;
}

.orders {
    background: #27a9e3;
}

.users {
    background: #fe8a00;
}

.products {
    background: #842b99;
}

.notification {
    background: #fe2f7b;
}

.admin_block_more {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: block;
}

.admin_block_more:hover {
    background: rgba(0, 0, 0, 0.5);
}

.admin_block_more a {
    color: #fff;
}

.admin_block_more i {
    font-size: 15px;
    text-align: right;
    padding: 0!important;
}

.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: -1px;
    margin-bottom: -3px;
    background-color: #fa0100;
    background-image: none;
    border: 1px solid transparent
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px 0px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:992px) {
    .navbar-nav {
        margin: 0 auto;
        text-align: center
    }
    .navbar-nav>li {
        display: inline-block;
    }
    .navbar-nav>li>a {}
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .navbar-right {
        margin: 0 8%!important
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

@media only screen and (min-width:768px) and (max-width:2000px) {
    .navbar-default .navbar-nav>li {
        list-style: none;
        padding: 4px;
        margin: 1px;
        line-height: 35px;
        background: #493d94;
        border-radius: 18px;
    }
}

.navbar-default .navbar-nav>li>a {}

.header-list ul {
    margin: 0;
    padding: 0;
}

.header-list ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #222;
}

.header-list ul li:last-child {
    border: none;
}

.header-list ul li a {
    color: #222;
}

.header-list ul li a:hover {
    text-decoration: underline
}

.header-list ul li i {
    margin-right: 5px;
}

.admin-list ul li {
    display: inline-block;
}


}
.search_btn a {
    width: 60px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: #ff222f;
    float: left;
}
.search_btn input[type="text"] {
    float: left;
    width: 80%;
}
.notice-row2 {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.slide-row,
.notice-row {
    border: 1px solid #ddd;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
}
.notice-row textarea {
    width: 100%;
    height: 100px
}
.approval {
    padding: 15px;
    min-height: 150px;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 40px;
    border: 2px solid #ddd;
}
.approval.box1 {
    background: url(../img/approval_box.jpg) right top;
}
.approval.box2 {
    background: url(../img/approval_box2.jpg) left top;
}
.pdf {
    width: 80px;
    height: 80px;
    font-size: 80px;
    margin-top: -15px;
}
.approval h2 {
    margin-top: 45px;
    font-size: 20px;
}
.approval .btn {
    margin-top: 40px;
    font-size: 20px;
}
.fa-download {
    padding-right: 10px;
}
.mpb {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ffffff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.mpb:hover {
    margin: 10px;
    padding: 0px;
    border: 11px solid #e9b94a
}
.faculty {
    padding: 30px 0;
    border-top: 5px solid #ccd191;
    border-bottom: 2px solid red;
    background-color: rgb(253, 255, 228);
    margin-bottom: 30px;
    border-radius: 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

}
.faculty:hover {
    background-color: #fff;
}
.faculty a {
    color: #f30737;
    text-decoration: underline;
}
.faculty .name {
    color: #fff;
    background-color: #ffa200;
    margin: 20px 0;
}
.fth {
    font-size: 15px;
    font-weight: bold;
}