﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 22px;
}

body, html {
    white-space: normal;
    overflow-x: hidden;
}

.kalvika {
    font-family: 'Raleway', sans-serif;
}

.kalvika_l {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Raleway', sans-serif;
}

a {
    color: #4D940A;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }


    ul#top {
        float: right;
        margin: 0 0 15px 0;
    }

        ul#top li {
            display: inline-block;
            border-right: #3A557C 1px solid;
            padding: 0px;
        }

            ul#top li:last-child {
                border-right: 0px !important;
            }

            ul#top li a {
                color: #3A557C;
                padding: 0px 5px;
            }

.searchtop input {
    height: 40px;
    max-width: 200px;
    float: right !important;
}

.searchtop .btn.btn-default {
    height: 40px;
}

.navbar-default {
    background: #03387C;
    box-shadow: inset #274C04 0px 1px 4px;
    font-size: 18px;
    font-weight: normal;
    border: none;
}

#nav > ul > li {
    text-transform: uppercase;
}

#nav > ul.sub-menu > li {
    text-transform: inherit !important;
}

.logo {
    margin: 10px 0;
    min-height: 90px;
}

.stikyh.fixed .logo {
    min-height: 50px;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 34px;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #7AB51F;
        color: #fff;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > a:hover {
    background-color: #7AB51F;
    color: #fff;
    border-bottom: 0px !important;
}

.navbar-nav > li {
    border-right: #054DA9 1px solid;
    border-left: #476C9C 1px solid;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 999999;
    background: rgba(255,255,255,.7);
}

.navbar-nav > li:last-child {
    border-right: 0px;
}

.navbar-nav > li:first-child {
    border-left: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

.jumbotron {
    padding-bottom: 15px;
    padding-top: 25px;
    margin: 0px;
}

    .jumbotron .h1, .jumbotron h1 {
        font-size: 40px;
        border-right: #56A110 5px solid;
        border-top: 0px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: left;
        padding-right: 20px;
        /*  margin:0 auto 20px;*/
        text-transform: uppercase;
    }

h1 {
    font-size: 32px;
    /* border-top: #56A110 5px solid; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 0 0 0;
    margin: 10px 0 15px;
    float: left;
    width: 100%;
}

.jumbotron p {
    font-size: 18px;
}


h2 {
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding: 10px 0 10px 0px;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px 0 10px 0px;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}


.greybg {
    background-color: #F7F7F7;
}

.greenbg {
    background-color: #5DAC13;
    color: #fff;
}

    .greenbg .h1border {
        border: #fff 2px solid;
    }

footer h1 {
    font-size: 20px;
    font-weight: bold;
}

.padding {
    padding: 35px 0 25px;
}

.whatwedo img {
    max-width: 100%;
}

.button {
    border: #62b317 2px solid;
    padding: 7px 10px;
    color: #62b317;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0 0 0;
    float: left;
}

    .button:hover {
        background: #62b317;
        color: #fff;
        text-decoration: none;
    }

.social_ftr img {
    float: left;
    width: auto;
    margin: 10px 10px 0 0;
}

.social_ftr {
    display: block;
}

footer ul li {
    padding: 4px 0;
}

.list li {
    padding: 4px 0 4px 20px;
    background: url(../images/li.png) no-repeat left 15px;
    float: left;
    width: 50%;
}

.ftr_btm ul li {
    display: inline-block;
    padding: 2px 0;
}

    .ftr_btm ul li a {
        border-right: #ccc 1px solid;
        padding: 0px 8px;
        color: #333;
    }

.copy {
    color: #848484;
    font-size: 12px;
}

.ftr_btm ul li:first-child a {
    padding-left: 0px;
}

.ftr_btm ul li:last-child a {
    border-right: 0px;
}

.ftr_btm {
    padding: 15px 0;
}

.ftr_right {
    text-align: right;
    padding-top: 6px;
}

.bannergrn {
    margin-top: -96px;
    z-index: 99;
}

.grnbox {
    padding: 0px;
}

    .grnbox img {
        float: left;
        margin: 10px 10px;
    }

    .grnbox a {
        color: #fff;
        display: block;
        width: 100%;
        float: left;
        padding: 5px 15px;
    }

        .grnbox a:hover {
            background: #000;
        }

    .grnbox h4 {
        float: left;
        width: auto;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
    }

        .grnbox h4 span {
            font-size: 24px;
        }

.searchtop {
    padding-top: 10px;
}

    .searchtop .form-control, .searchtop .btn-default {
        border: 1px solid #D2D2D2;
        color: #797979;
        border-radius: 0px;
        padding: 9px !important;
    }

        .searchtop .btn-default:hover {
            background-color: #DFF7C8;
        }

.arabic_btn {
    background: #A7DF72;
    color: #000 !important;
    position: absolute;
    padding: 8px 10px !important;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
}


.container img {
    max-width: 100%;
}

.logo img {
    max-width: 100%;
    float: left;
}

.logo h1 {
    float: left;
    border: 0px;
    color: #000;
    font-size: 26px;
    padding: 34px 0 0 10px;
    font-weight: bold;
}

.social_ftr img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .social_ftr img:hover {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

footer ul li a:hover {
    border-bottom: #FF5702 1px solid;
    text-decoration: none;
    color: #1057A3;
}

.jumbotron a:hover {
    border-bottom: #FF5702 1px solid;
    text-decoration: none;
    color: #1057A3;
}

/* Bounce To Top */
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2B5E93;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
        color: white;
    }

        .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.newsflash {
    border-bottom: #C8D4E0 1px solid;
    padding: 10px 0 0;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.orange {
    color: #FF5702;
}

.newsflash h3 {
    color: #03387C;
    /* background: #000; */
    font-weight: bold;
    font-size: 22px;
    border-right: #CCC6C6 1px solid;
}

.newsflash ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 36px;
    height: 30px;
    margin-top: 5px;
}

    .newsflash ul li a {
        color: #000;
    }

        .newsflash ul li a:hover {
            border-bottom: #FF5702 1px solid;
            text-decoration: none;
            color: #1057A3;
        }

.clear30 {
    clear: both;
    height: 30px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear5 {
    clear: both;
    height: 5px;
}

.aboutBJB {
    padding-left: 40px;
}

    .aboutBJB img {
        float: left;
        margin: 0 20px 0 0px;
    }

.greenbg {
    background: #7AB51F;
    min-height: 230px;
    padding: 30px 15px;
}



.pricipalbox img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
}

h4 {
    font-weight: normal;
    font-size: 20px;
}

.pricipalbox hr {
    border-top: #B0E45B 1px solid;
}

.pricipalbox h4 {
    margin-top: 0px;
}


.pricipalbox .button {
    border-color: #fff;
    color: #fff;
}

    .pricipalbox .button:hover {
        background: #fff;
        color: #62b317;
    }

.h1border {
    border: #7AB51F 2px solid;
    float: left;
    margin: 15px;
    width: 80px;
}

.h1text {
    float: left;
}

.boxbg {
    background: #ccc url(../images/bg.jpg) no-repeat center top;
}

.orangebg {
    background: #F07A4C;
}

.bluebg {
    background: #74A6FB;
}

.mustardbg {
    background: #DFA154;
}

.orangebg, .bluebg, .mustardbg {
    min-height: 350px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

    .orangebg img, .bluebg img, .mustardbg img {
        height: 65px;
        margin-top: 20px;
    }

    .orangebg p, .bluebg p, .mustardbg p {
        font-size: 16px;
        line-height: 24px;
    }

.boxbg h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

.morebtn {
    border: #fff 2px solid;
    padding: 7px 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    /* margin: 20px 0 0 0; */
    /* float: left; */
    margin: 30px auto;
    display: block;
    width: 140px;
}

    .morebtn:hover {
        background: rgba(255,255,255,.5);
        color: #000;
        text-decoration: none;
    }

.btn_org {
    border: #FB9F7B 2px solid;
}

.btn_blue {
    border: #9EC0FB 2px solid;
}

.btn_must {
    border: #F7C485 2px solid;
}

.boxbg .btn_org {
    border: #Fff 2px solid;
}

.newsevents {
    height: 230px;
}

    .newsevents ul li {
        border-bottom: #C3C1C1 1px dashed;
        padding: 10px 0 10px 15px;
        color: #000;
        background: url(../images/li.png) no-repeat left 16px;
    }

        .newsevents ul li a {
            color: #000;
        }

        .newsevents ul li span.date {
            color: #62B317;
            display: block;
            line-height: 30px;
        }

.topborder {
    border-left: #ccc 1px solid;
    min-height: 335px;
    width: 5px;
    /* margin: auto; */
    margin: 20px 0px 0 40px;
}

.toppers {
    margin: 0;
    padding: 0;
}

    .toppers li {
        margin: 10px 2% 0 0;
        padding: 15px;
        background: #ededed;
        border: #ccc 1px solid;
        width: 30%;
        float: left;
        text-align: center;
    }

        .toppers li img {
            width: 80%;
            margin-bottom: 10px;
            border: #E0DFDF 1px solid;
            height: 130px;
        }

        .toppers li h4 {
            font-size: 18px;
            margin: 10px 0 2px;
        }

.brright {
    border-right: #EEE 1px solid;
    min-height: 180px;
    /* float: right; */
    position: absolute;
    right: 50px;
    z-index: 9;
    top: 20px;
}

.onlinebox {
    background: #F07A4C;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left;
    display: block;
    width: 100%;
}

.elibrarybox {
    background: #74A6FB;
    padding: 20px 15px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
}

a.onlinebox:hover {
    background: #D84D17;
    color: #fff;
    text-decoration: none;
}

a.elibrarybox:hover {
    background: #446DB3;
    color: #fff;
    text-decoration: none;
}

.social_ftr h4 {
    float: left;
    font-size: 15px;
    line-height: 50px;
    margin-right: 20px;
}

.yellowtextbtm .glyphicon {
    font-size: .7em;
}

.yellowtextbtm a {
    color: #D69D50;
    text-decoration: none;
}

    .yellowtextbtm a:hover {
        color: #176BA9;
    }

footer hr {
    margin-bottom: 0px;
}

.navigationbox {
    padding: 10px 0;
    margin: 5px auto;
}



footer {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.admhome_btn {
    float: right;
    padding: 6px 20px;
    background: #F07A4C;
    margin: -7px 0 7px;
    color: #fff !important;
}

    .admhome_btn:hover {
        background: #568015;
        border-bottom: none !important;
        color: #fff;
        text-decoration: none;
    }

/*inner page start*/

.innerbg {
    box-shadow: #C8D9EA 0px 0px 4px;
    min-height: 500px;
    margin: 20px auto;
    padding: 15px;
    background: #fff;
}

.ftrborder {
    border-top: #7AB51F 5px solid;
    margin-top: 20px;
}

#navigation i {
    color: #03387C;
    font-size: 20px;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.ullist {
    margin: 0px;
    padding: 0 0 0 15px;
}

    .ullist li {
        padding: 0px 0 0 0px;
        margin: 10px 0;
        list-style-image: url(../images/li.png);
    }


.table th {
    background: #ededed;
    font-weight: normal;
    color: #767F8E;
}

.table {
    font-size: 1em;
}

.img {
    float: right;
    margin: 0 0 0 20px;
}

.admisnbg {
    background: #7AB51F;
}

    .admisnbg h3 {
        float: left;
        margin: 0 50px 0 0;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px;
        background: #03387C;
    }

    .admisnbg p {
        color: #fff;
        /* line-height: 40px; */
        font-size: 20px;
        padding: 25px 0 0;
        float: left;
    }

        .admisnbg p a {
            color: #fff;
        }

            .admisnbg p a:hover {
                text-decoration: none;
                opacity: .7;
            }

.adm_btn {
    float: right;
    padding: 8px 20px;
    background: #fff;
    margin: 18px;
}

    .adm_btn:hover {
        background: #568015;
        color: #fff;
        text-decoration: none;
    }

.innerbanner {
    height: 350px;
    overflow: hidden;
}

.inner {
    background: url(../images/groovepaper.png) repeat left top;
    float: left;
    width: 100%;
}

.bg-white {
    background: #fff;
    border: #F1F1F1 1px solid;
    margin-bottom: 30px;
    min-height: 200px;
}

.img-left {
    float: left;
    margin: 0px 10px 10px 0;
    padding: 3px;
    border: #ECEBEB 1px solid;
}

.img-right {
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 3px;
    border: #ECEBEB 1px solid;
}

h5 {
    color: #6B9E1C;
    font-weight: normal;
    font-size: 17px;
}

.nocontent {
    font-size: 24px;
    color: #CEC9C9;
    text-align: center;
    font-weight: normal;
    font-family: raleway;
    margin: 20px 0 100px;
}
/*inner page end*/



/*News page start */

.newsimg h2 {
    color: #525252;
    margin: 0px 0 5px;
    font-size: 2.3em;
    text-transform: inherit !important;
    text-transform: inherit;
    border-top: 0px;
    font-weight: bold;
}

.newsdate {
    font-size: 1.1em;
    display: block;
    margin: 10px 0 10px;
    color: #B8B8B8;
    font-weight: normal;
}


.whatsnewbox {
    margin: 0px;
    padding: 0px;
}

    .whatsnewbox li {
        padding: 7px 5px 10px 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #c3c3c3;
        float: left;
        width: 100%;
    }

        .whatsnewbox li a:hover {
            text-decoration: none;
            border-bottom: #D69C50 1px solid;
        }

        .whatsnewbox li .Date {
            color: #9C9C9C;
            font-size: 90%;
        }

        .whatsnewbox li.active {
            background-color: #03387C;
            color: #fff;
            border-left: 4px solid #7AB51F;
            border-bottom: 0px;
        }

            .whatsnewbox li.active a {
                color: #fff;
            }

                .whatsnewbox li.active a span {
                    color: #FFC563;
                    font-size: 90%;
                }
/*News page end */

/*Notice page start */
.notice {
    margin: 0;
    padding: 0;
}

    .notice > li {
        border: #EFECEC 1px solid;
        padding: 10px;
        width: 100%;
        float: left;
        margin-bottom: 8px;
        margin-right: 15px;
        position: relative;
    }

    .notice .newsdate {
        margin: 0px;
    }

    .notice > li p {
        margin: 0px;
    }

a.newsdetails {
    color: #03387C;
    background: #EFECEC;
    padding: 6px 15px;
    /* width: 150px;
    position: absolute;
    float: right;
    right: 0px;
    top: 0px; */
    font-size: 16px;
    text-align: center;
}

    a.newsdetails:hover {
        background: #03387C;
        text-decoration: none;
        color: #fff;
    }

/*Notice page end */

/*Achievement page start */
.achievement {
    margin: 0;
    padding: 0;
}

    .achievement > li {
        border: #EFECEC 1px solid;
        padding: 10px;
        width: 48%;
        float: left;
        margin-bottom: 15px;
        margin-right: 15px;
        height: 130px;
        overflow: hidden;
    }

    .achievement .newsdate {
        margin: 0px;
    }

    .achievement > li > img {
        float: left;
        width: 110px;
        height: 110px;
        border: #F1F1F1 1px solid;
        margin-right: 10px;
    }

.achiv_content {
    float: left;
    width: auto;
}

.achievement ol {
    margin: 0;
    padding: 0;
}

.achiv_content h2 {
    padding-top: 0px;
    color: #7AB51F;
}
/*Achievement page end */

/*feedback page start */

.contactform .form-control {
    height: 45px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.contactform textarea.form-control {
    height: inherit !important;
}

.sendit {
    margin: auto;
    background-color: #2160B1;
    color: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    font-size: 23px;
    font-family: roboto;
    border: 0px;
}

    .sendit:hover {
        background-color: #03387C;
        color: #fff;
    }

.bordercapcha img {
    max-height: 43px;
}

.bordercapcha {
    border: 1px solid #ccc;
    float: left;
    height: 45px;
}

img.refresh {
    margin: 10px 0 0 30px;
}
/*feedback page end */

/*Contact page end */
.contact_bg {
    /*background-color: #f4f4f4;
    border-left: #2f79c4 5px solid;*/
    padding: 15px 10px;
    min-height: 150px;
    margin-bottom: 15px;
}

    .contact_bg hr {
    }

    .contact_bg h5 {
        color: #5B8AC5;
        font-size: 18px;
        margin: 0px 0 4px 0;
    }

.icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    color: #2f79c4;
    line-height: 50px;
    border: #EAE8E8 1px solid;
    font-size: 20px;
}

    .icon .glyphicon {
        margin-left: 15px;
    }
/*Contact page end */


/*Sitemap page start */

ul.sitemapul > li {
    list-style-image: inherit !important;
    float: left;
    width: 22%;
    margin: 0px 3% 5px 0;
    background: #FBFBFB;
    padding: 10px;
    border: #F7F7F7 1px solid;
    font-size: 1.2em;
}

    ul.sitemapul > li a {
        color: #0e5eb0;
    }

    ul.sitemapul > li > ul {
        margin: 15px 0 0 25px;
    }

        ul.sitemapul > li > ul li {
            margin: 0px 0 0 0;
            padding: 3px 0;
            list-style-image: url(../images/li.png);
            font-size: .8em;
        }
/*Sitemap page end */

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .navbar-default {
        font-size: 15px;
    }

    .logo img {
        width: 88%;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    .toppers li h4 {
        font-size: 14px;
        font-weight: bold;
    }

    .onlinebox, .elibrarybox {
        font-size: 14px;
    }

    .social_ftr img {
        width: 30px;
        margin-top: 20px;
    }

    .newsevents {
        height: 180px;
    }

    .boxbg h2 {
        font-size: 20px;
    }

    .newsflash h3 {
        font-size: 16px;
    }

    .newsflash ul li {
        font-size: 14px;
        line-height: 27px;
    }

    .admhome_btn {
        margin: -3px 0 0;
        padding: 3px 10px;
    }
}

@media screen and (min-width:769px) {
    /*
.headerheight{height:178px;-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;}*/

    .stikyh {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 99;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
    }



    .header.stikyh.fixed {
        background: #fff;
    }

    .stikyh.fixed .logo {
        margin: 2px 0;
    }

        .stikyh.fixed .logo img {
            width: 250px;
        }

    .stikyh.fixed #top {
        display: none;
    }

    .stikyh.fixed .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .stikyh.fixed .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    /*.logoheight{ 
height:115px;
-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;}
	
.stikyh.fixed .logoheight{ 
height:60px;}		

	


.stikyh.fixed .fontresizeTop {
    padding-top: 10px;
}

.stikyh.fixed .searchtop {
    padding: 16px 0px;
}
*/
}

@media screen and (min-width: 768px) and (max-width: 1030px) {

    .logo h1 {
        font-size: 20px !important;
    }

    .nav > li > a {
        padding: 10px;
    }

    .navbar-default {
        font-size: 14px;
    }

    .navbar {
        min-height: 42px;
    }

    .grnbox h4 {
        font-size: 24px;
        margin: 4px 0;
    }

    .grnbox img {
        margin: 0px 5px 0 0;
    }

    .bannergrn {
        margin-top: -104px;
    }

    .greenbg h1 {
        font-size: 30px;
    }

    .social_ftr img {
        width: 40px;
    }

    h3 {
        font-size: 14px;
    }

    .copy {
        font-size: 11px;
    }

    .boxbg h2 {
        font-size: 16px;
    }

    .toppers li img {
        height: 80px;
    }

    .toppers li h4 {
        margin: 10px 0 20px;
    }

    .logo {
        min-height: 50px;
    }

    ul#top {
        margin: 0 0 7px;
    }

    .nav > li > a {
        padding: 10px 13px;
    }
}


@media (max-width:767px) {

    .logo img {
        float: inherit;
    }

    .logo {
        text-align: left;
    }

        .logo h1 {
            font-size: 15px;
            padding: 0 0 0 0px;
            margin: 10px 0 0 0;
        }

    .arabic_btn {
        right: 10px;
    }

    #topbg {
        font-size: 11px;
    }

    .searchtop {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .navbar-default .navbar-toggle {
        border: 0px;
    }

    .navbar-toggle {
        background-color: #CFF500 !important;
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff !important;
        color: #000;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3C7607;
    }

    .ftr_right {
        text-align: left;
        padding-top: 10px;
    }

    .ftr_btm ul li a {
        font-size: 11px;
        padding: 0 3px;
    }

    .copy {
        font-size: 10px;
    }

    .button {
        margin: 10px 0;
    }

    h1 {
        margin: 20px 0 5px;
    }

    h2 {
        margin-top: 10px;
    }

    .padding {
        padding: 15px 0;
    }

    .innerbanner {
        display: none;
    }

    .brright {
        display: none;
    }

    #navigation ul {
        margin: 0px 0 0 30px;
        padding: 0px;
    }

    .adm_btn {
        float: left;
        margin: 10px 0;
    }

    .admisnbg h3 {
        font-size: 20px;
        padding: 10px;
    }

    .newsflash h3 {
        font-size: 14px;
    }

    .newsflash ul li {
        font-size: 12px;
        line-height: 27px;
    }

    .admhome_btn {
        margin: -3px 0 0;
        padding: 3px 10px;
    }
}


@media (max-width:640px) {

    .toppers li h4 {
        font-size: 16px;
    }

    .topborder {
        min-height: inherit;
    }

    .orangebg, .bluebg, .mustardbg {
        margin-bottom: 10px;
    }

    .newsflash h3 {
        border-right: 0px;
    }
}

@media (max-width:360px) {
    .toppers li {
        width: 100%;
    }
}

/*-----Pramod--css-------------*/

.ebookbox {
    background: #DFA154;
    padding: 15px 15px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
}


a.ebookbox:hover {
    background: #C98B3D;
    color: #fff;
    text-decoration: none;
}

.ebok_pad {
    padding-top: 10px;
}

.btn {
    margin: 0px;
    box-shadow: 1px 1px 0px #888888;
}

.btn-xs {
    font-weight: 300;
}

.btn-hot {
    color: #fff;
    background-color: #db5566;
    border-bottom: 2px solid #af4451;
}

    .btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open > .dropdown-toggle.btn-hot {
        color: #fff;
        background-color: #df6a78;
        border-bottom: 2px solid #b25560;
        outline: none;
    }


    .btn-hot:active, .btn-hot.active {
        color: #fff;
        background-color: #c04b59;
        border-bottom: 2px solid #b25560;
    }


.btn-sky {
    color: #fff;
    background-color: #0bacd3;
    border-bottom: 2px solid #098aa9;
}

    .btn-sky:hover, .btn-sky.active:focus, .btn-sky:focus, .open > .dropdown-toggle.btn-sky {
        color: #fff;
        background-color: #29b6d8;
        border-bottom: 2px solid #2192ad;
        outline: none;
    }

    .btn-sky:active, .btn-sky.active {
        color: #fff;
        background-color: #0a97b9;
        border-bottom: 2px solid #087994;
        outline-offset: none;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}
