﻿@charset "utf-8";

/* CSS Document */
ul.nav li.dropdown:hover ul {
    display: block;
}

body {
    background-color: #fbfbfb;
    padding: 0;
    margin: 0;
    font-family: "Segoe UI", Calibri;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover {
        color: #e66b11;
        text-decoration: none;
    }

    a:active, a:focus {
        color: #e66b11;
    }

.color-active {
    color: #e66b11;
}

.pad-null {
    padding: 0px;
}

.padleft-null {
    padding-left: 0px;
}

.padright-null {
    padding-right: 0px;
}

.cleard {
    clear: both;
}

.mand_field {
    color: #ff0000;
    padding-left: 3px;
}

.mar_bottom1 {
    margin-bottom: 10px;
}

.mar_bottom2 {
    margin-bottom: 20px;
}

.mar_top {
    margin-top: 5px;
}

.mar_top1 {
    margin-top: 10px;
}

.mar_top2 {
    margin-top: 20px;
}


.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff;
    padding: 0px 0px 8px;
}




/*Top Bar ----------------------------------------

------------------------------------*/

.topheader {
    z-index: 99;
    position: relative;
}

    .topheader .topbar_1 {
        background: #fbfbfb;
        border-bottom: solid 1px #e9e9e9;
    }

        /*Top Contacts*/
        .topheader .topbar_1 ul {
            margin: 0;
        }

        .topheader .topbar_1 .top_1-contacts li {
            color: #969696;
            padding: 5px 0;
            font-size: 14px;
            margin-right: 15px;
            display: inline-block;
        }

        .topheader .topbar_1 .top_1-contacts i {
            color: #969696;
            margin-right: 5px;
        }

        .topheader .topbar_1 .top_1-contacts img {
            margin-right: 5px;
        }


        /*Top Data*/
        .topheader .topbar_1 .top_1-data {
            text-align: right;
        }

            .topheader .topbar_1 .top_1-data li {
                padding: 5px 10px;
                margin-left: -4px;
                display: inline-block;
                border-right: solid 1px #eee;
            }

                .topheader .topbar_1 .top_1-data li:active, li:focus, li:visited {
                    color: #e85222 !important;
                    background-color: #fff;
                }

                .topheader .topbar_1 .top_1-data li:first-child {
                    margin-left: 0;
                    border-left: solid 1px #eee;
                }

                .topheader .topbar_1 .top_1-data li a {
                    font-size: 14px;
                }

                    .topheader .topbar_1 .top_1-data li a:hover {
                        text-decoration: none;
                    }

                    .topheader .topbar_1 .top_1-data li a:active, a:focus {
                        color: #e85222;
                    }

                .topheader .topbar_1 .top_1-data li i {
                    color: #969696;
                    font-size: 16px;
                }

                .topheader .topbar_1 .top_1-data li a:hover i {
                    color: #e66b11;
                }

/*Responsive Topbar v1*/
@media (max-width: 991px) {
    .topheader .topbar_1 ul {
        text-align: center !important;
    }

    .topheader .topbar_1 .top_1-contacts {
        margin: 10px 0;
    }

    .topheader .topbar_1 .top_1-data li {
        top: 0px;
        padding: 6px 16px;
        margin-left: -5px;
        position: relative;
        border: solid 1px #eee;
    }
}

@media (max-width: 540px) {
    .content-panel {
        margin-top: 25px;
    }
}

@media (min-width: 1024px) {
    .shala-logo {
        margin-top: -3px;
    }
}



/*Header v1
------------------------------------*/
.topheader {
    z-index: 99;
    position: relative;
}

    .topheader .navbar {
        margin: 0;
    }

    .topheader .navbar-default {
        border: none;
        background: none;
    }

    /*Navbar Header*/
    .topheader .navbar-header {
        margin: 5px 0;
    }

    /*Navbar Brand*/
    .topheader .navbar-brand {
        z-index: 1;
        position: relative;
    }

@media (max-width: 768px) {
    .topheader .navbar-brand {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .topheader .navbar-brand {
        margin-top: -10px;
    }
}

@media (min-width: 992px) {
    .topheader .navbar-brand {
        margin-top: -7px;
    }
}

/*Navbar Toggle*/
.topheader .navbar-default .navbar-toggle {
    border-color: #e85222;
}

@media (max-width: 768px) {
    .topheader .navbar-default .navbar-toggle {
        margin-right: 0;
    }
}

.topheader .navbar-default .navbar-toggle .fa {
    color: #fff;
    font-size: 19px;
}

.topheader .navbar-toggle,
.topheader .navbar-default .navbar-toggle:hover,
.topheader .navbar-default .navbar-toggle:focus {
    background: #e85222;
    padding: 6px 10px 2px;
}

    .topheader .navbar-toggle:hover {
        background: #fb6737 !important;
    }

/*Navbar Collapse*/
.topheader .navbar-collapse {
    position: relative;
}

/*Navbar Menu*/
@media (min-width: 992px) {
    .topheader .navbar-default .navbar-nav {
        /* margin-top: 6px; */
        padding-bottom: 4px;
    }
}

.topheader .navbar-default .navbar-nav > li > a {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .topheader .navbar-nav {
        float: right;
    }
}

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/


    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }

    .topheader .navbar-header {
        float: none;
    }

    .topheader .navbar-toggle {
        display: block;
    }

    .topheader .navbar-collapse.collapse {
        display: none !important;
    }

        .topheader .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
        }

    .topheader .navbar-nav {
        margin: 20px 0 5px;
        float: none !important;
    }

        .topheader .navbar-nav > li {
            float: none;
        }

            .topheader .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 40px;
            }

    /*Header*/
    .topheader {
        border-bottom: 0;
    }


        /*Design for max-width: 991px*/
        .topheader .navbar-collapse,
        .topheader .navbar-collapse .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .topheader .navbar-default .navbar-nav > li > a {
            font-size: 14px;
            padding: 9px 10px;
        }

        .topheader .navbar-default .navbar-nav > li a {
            border-bottom: solid 1px #eee;
        }

        .topheader .navbar-default .navbar-nav > li > a:focus {
            background: none;
        }

        .topheader .navbar-default .navbar-nav > li > a:hover {
            color: #e85222;
        }

        .topheader .navbar-default .navbar-nav > .active > a,
        .topheader .navbar-default .navbar-nav > .active > a:hover,
        .topheader .navbar-default .navbar-nav > .active > a:focus {
            background: #e85222;
            color: #fff !important;
        }
}

@media only screen and (min-width:319px) and (max-width:720px) {
    .navbar-brand > img {
        width: 230px;
    }

    .login {
        width: 100%;
    }
}

@media only screen and (min-width:721px) and (max-width:981px) {
    .navbar-brand > img {
        width: 220px;
        padding-top: 3px;
    }
}


@media (min-width: 992px) {
    /*Navbar Collapse*/
    .topheader .navbar-collapse {
        padding: 20px 0 0;
    }

    /*Navbar*/
    .topheader .navbar {
        min-height: 90px !important;
    }

    .topheader .container > .navbar-header,
    .topheader .container-fluid > .navbar-header,
    .topheader .container > .navbar-collapse,
    .topheader .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .topheader .navbar-nav {
        top: 12px;
        position: relative;
    }

    .topheader .navbar-default .navbar-nav > li {
        margin-left: 1px;
    }

        .topheader .navbar-default .navbar-nav > li > a {
            bottom: -2px;
            position: relative;
            padding: 10px 5px;
            outline: 0;
        }

            .topheader .navbar-default .navbar-nav > li > a,
            .topheader .navbar-default .navbar-nav > li > a:hover,
            .topheader .navbar-default .navbar-nav > li > a:focus {
                background: none;
                outline: 0;
            }

                .topheader .navbar-default .navbar-nav > .active > a,
                .topheader .navbar-default .navbar-nav > li > a:hover,
                .topheader .navbar-default .navbar-nav > li > a:focus {
                    color: #e85222;
                    bottom: -2px;
                    position: relative;
                }

        .topheader .navbar-default .navbar-nav > li:hover > a {
            color: #e85222;
        }
}

@media only screen and (min-width:810px) and (max-width:1025px) {
    .topheader .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .login {
        width: 100% !important;
    }

        .login .left {
            width: 100% !important;
        }

        .login .right {
            width: 100% !important;
            margin-left: 0 !important;
            padding-left: 0 !important;
        }
}

@media screen and (max-width: 320px) {
    .login {
        width: 100% !important;
    }

        .login .left {
            width: 100% !important;
        }

        .login .right {
            width: 100% !important;
            margin-left: 0 !important;
            padding-left: 0 !important;
        }
}

/*-----------------------------------------------------------------------------------------------------------------
----------------------------------------------Banner Box-------------------------------------------------*/



.main_box {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

@media only screen and (min-width:319px) and (max-width:801px) {
    .main_box {
        margin: 3px 0px 15px;
    }

    .onlineapply_box {
        margin-top: 185px !important;
    }
}

@media only screen and (min-width:780px) and (max-width:1024px) and (orientation:landscape) {
    .onlineapply_box {
        margin: 138px 0px 10px !important;
    }
}

@media only screen and (min-width:870px) and (max-width:1024px) and (orientation:landscape) {
    .navbar-brand > img {
        width: 208px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-kv .footer .copyright_text {
        margin-bottom: 15px;
        display: block;
    }
}

@media only screen and (min-width:320px) and (max-width:1024px) {
    .footer-kv .footer p {
        text-align: left;
        font-size: 12px;
    }
}


.banner_box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 0px;
}

.missions_box {
    padding: 20px 10px 5px 0px;
}

    .missions_box h2 {
        font-size: 1.3em;
        color: #e66b11;
        text-transform: uppercase;
        text-align: left;
        margin: 10px 0px 20px;
    }

.callout-light {
    padding: 10px;
    color: #fff;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

    .callout-light h2 {
        color: #624460;
        font-size: 17px;
        text-align: left;
        margin: 0px 0px 10px;
        text-transform: none;
    }

    .callout-light p {
        color: #454545;
        font-size: 14px;
        text-align: left;
        margin: 0px;
    }


/*-----------------------------------------------------------------------------------------------------------------
---------------------------------------------Apply Online Box-------------------------------------------------*/


.onlineapply_box {
    width: 100%;
    padding: 20px 0px;
    clear: both;
    margin: 120px 0px 0px;
}

.applyonline p {
    margin-bottom: 0;
    font-size: 15px;
    color: #454545;
}

.applyonline span {
    color: #624460;
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 12px;
}


.applyonline .btn-apply {
    text-align: center;
}

    .applyonline .btn-apply a {
        margin-top: 9px;
    }

        .applyonline .btn-apply a:hover, a:focus, a:active {
            text-decoration: none;
            color: #e85222;
        }

        .applyonline .btn-apply a i {
            margin-right: 5px;
        }

@media (max-width: 992px) {
    .applyonline {
        text-align: center;
    }

        .applyonline span {
            font-size: 22px;
            line-height: 29px;
        }

        .applyonline .btn-apply a {
            margin-top: 25px;
            font-size: 16px;
        }
}

@media (min-width: 992px) {
    .boxleft_null {
        padding-left: 0px;
    }
}

.btn {
    box-shadow: none;
    outline: 0;
}

.btn-gray {
    border: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    padding: 9px 17px;
    position: relative;
    background: #cccccc;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.btn-orange {
    border: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    padding: 9px 17px;
    position: relative;
    background: #e66b11;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}


    .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
        color: #fff !important;
        background: #f37f2b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: 0;
    }

    .btn-orange.btn-block {
        text-align: center;
    }

.btn-orange-sm {
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 14px;
    position: relative;
    background: #e66b11;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    float: left !important;
    margin-left: 10px;
}

    .btn-orange-sm:hover, .btn-orange-sm:focus, .btn-orange-sm:active {
        color: #fff !important;
        background: #f37f2b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: 0;
    }

    .btn-orange-sm.btn-block {
        text-align: center;
    }


/*-----------------------------------------------------------------------------------------------------------------

---------------------------------------------Footer-------------------------------------------------*/
.footer-kv .footer {
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

    .footer-kv .footer .copyright_text {
        vertical-align: middle;
        color: #949494;
    }

    .footer-kv .footer p {
        color: #949494;
        margin: 0px;
        font-size: 12px;
    }



        .footer-kv .footer p a {
            color: #949494;
            padding: 0px 5px;
            font-size: 12px;
        }

            .footer-kv .footer p a:hover {
                color: #e66b11;
                text-decoration: none;
            }


.footer-kv .powered {
    background-color: transparent;
    border-top: none;
    padding: 5px 0 5px;
}

    .footer-kv .powered p {
        color: #a7a7a7;
        margin-top: 14px;
    }

    .footer-kv .powered a {
        margin: 0 2px;
    }

.footer-kv .footer-socials {
    margin-top: 12px;
    text-align: right;
}

    .footer-kv .footer-socials li a {
        color: #777;
        font-size: 16px;
    }

@media (max-width: 991px) {
    .footer-kv .powered {
        text-align: left;
    }
}


/*-----------------------------------------------------------------------------------------------------------------

---------------------------------------------Login-------------------------------------------------*/

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


/*About Us ----------------------------------------

 ------------------------------------*/
.mainbox-bottom {
    margin-bottom: 20px;
}

.content-panel {
    padding: 20px;
}

.about-panel {
    width: 100%;
    margin: 0;
    padding: 0;
    /*background:#fbfbfb;*/
}

.content-panel h1 {
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #383838;
    border: 1px solid #ECECEC;
    background-color: #FBFBFB;
    padding: 9px 10px;
}

.content-panel h2 {
    /*margin:10px 0px 30px 0px;
	 text-transform:uppercase; 
	font-size:1.3em;
	border-bottom:1px dashed #f0f0f0;
	padding-bottom:10px;
	color:#634561;*/
}

.content-panel h3 {
    margin: 0px 0px 10px 0px;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
}

.content-panel p {
    color: #656565;
    line-height: 26px;
    font-size: 1em;
    margin-bottom: 20px;
}

.about-tabs {
    /*background:#fff;
	border:1px solid #ededed;
	margin-top:50px;*/
}

    .about-tabs ul li a {
        padding: 15px;
        font-size: 1.2em;
    }

.features {
    padding-left: 0;
    margin-bottom: 30px;
}

.content-panel ul {
    padding-left: 0;
    margin-bottom: 27px;
}

.content-panel li {
    margin-top: 0.8em;
    list-style-type: none;
    /*background:url(../images/arrow.png) no-repeat 0px 5px;*/
    padding-left: 16px;
    color: #656565;
}

    .content-panel li ul {
        padding-left: 0;
        margin-left: 20px;
    }

        .content-panel li ul li {
            background: none;
            list-style: disc;
            padding-left: 0;
        }

.tabs-left {
    border-right: 1px solid #ddd;
    background-image: -webkit-linear-gradient(right, #f6f6f6 0%, #fff 8px);
    background-image: linear-gradient(right, #f6f6f6 0%, #fff 8px);
}

    .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
        border-left: 1px solid #ddd;
        color: #e66a12;
        outline: 0;
    }

    .tabs-left > li > a {
        border-radius: 0;
        color: #656565;
        outline: 0;
    }

        .tabs-left > li > a:hover {
            background-color: #fff;
        }

.inst_title {
    padding: 5px 15px 10px;
}

address span {
    line-height: 25px;
}


/*Privacy Policy ----------------------------------------
 ------------------------------------*/

.desc_title {
    color: #656565;
    line-height: 26px;
    font-size: 1em;
    margin-bottom: 25px;
}

    .desc_title p {
        color: #656565;
        line-height: 26px;
        font-size: 1em;
        margin-bottom: 5px;
    }

.innercontent { /*margin-top:160px;*/
    margin-top: 150px;
}



/*carousel ----------------------------------------
 ------------------------------------*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 2px;
    color: #fff;
    text-align: center;
}

    .carousel-caption h2 {
        font-size: 13px;
        margin: 5px;
    }

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    /* padding: 0 25px 25px 0;
	  text-align: right; */
    bottom: -25px;
}

    .carousel-indicators li {
        border: 1px solid #ccc;
    }

    .carousel-indicators .active {
        background-color: #696969;
    }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
    position: relative;
}

    .section-white .click-button {
        position: absolute;
        bottom: 41px;
        right: 41px;
    }

.carousel h2 {
    color: #fff;
    border: none;
    padding: 3px 0px;
}


.form_table input, .form_table select {
    border: 1px solid #babfd3;
}

@media screen and (min-width: 768px) {

    .section-white {
        padding: 1.5em 0;
    }
}

/****************************************************************************************/
.content_table ol {
    padding-left: 20px;
}

    .content_table ol li {
        background: none repeat scroll 0% 0% transparent;
        list-style: inherit;
        padding-left: 5px;
    }



/*--- 290416 ---*/
.login {
    width: 560px;
    margin: 0 auto;
    background: url(../images/color-border.jpg) top center no-repeat, url(../images/color-border.jpg) bottom center no-repeat;
    margin-top: 5px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .login h2 {
        font-size: 18px;
        color: #5A0009;
        font-weight: normal;
        margin-top: 0;
        font-family: "Bitter",serif;
    }

    .login p {
        font-size: 14px;
        color: #999999;
        line-height: 22px;
    }

    .login .left {
        width: 266px;
        float: left; /*background:url(../images/books.jpg) bottom no-repeat;*/
        padding-bottom: 15px;
        margin-right: 10px;
    }

    .login .right {
        float: left;
        width: 280px;
        border-left: 1px solid #f7f7f7;
        padding-left: 26px;
    }

        .login .right input[type=user] {
            border: 1px solid #eeeeee;
            border-radius: 3px;
            padding: 10px 10px 10px 28px;
            font-size: 16px;
            margin: 20px 0px 0px; /*width:86%;*/
            background: url(../images/user-icon.png) no-repeat 5px 13px;
        }

        .login .right input[type=password] {
            border: 1px solid #eeeeee;
            border-radius: 3px;
            padding: 10px 10px 10px 28px;
            font-size: 16px;
            margin: 20px 0px 0px; /*width:86%;*/
            background: url(../images/password-icon.png) no-repeat 5px 13px;
        }

        .login .right input[type=button] {
            background: #e86b11;
            border-radius: 3px;
            padding: 6px;
            font-size: 16px;
            margin: 0px;
            width: 99%;
            color: #fff;
            border: 0;
            cursor: pointer;
        }

        .login .right .possword {
            color: #999999;
            text-decoration: none;
            font-size: 13px;
        }

.hosted-right {
    text-align: right;
    color: #8f8f8f;
}

.applyonline {
    margin-top: 10px;
}

fieldset .colorgraph {
    margin-top: 0;
    margin-bottom: 0;
}


.right-logobox {
    float: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

@media screen and (max-width: 980px) {
    .right-logobox {
        float: left;
        width: 100%;
    }
}
