﻿@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    /*font-family:'latoregular', Helvetica, Arial, sans-serif;nishant*/
    font-family: 'Arial',Helvetica,sans-serif;
    font-size: 13px;
}

.nopaddingright {
    padding-right: 0px !important;
    ;
}

.nopaddingleft {
    padding-left: 0px !important;
    ;
}

.navbar-header {
    width: 100%;
    background: #ffffff;
    padding: 27px 0;
    clear: both;
}

.navbar-brand {
    height: 87px;
    padding: inherit;
}

.pdf {
    background: url(../images/pdf.png) no-repeat left;
    background-size: 18px;
    padding-left: 23px;
    text-decoration: none;
}

.ppt {
    background: url(../images/ppt.jpg) no-repeat left;
    background-size: 18px;
    padding-left: 23px;
    text-decoration: none;
}

.title {
    font-size: 16px;
    color: #27486b;
    font-weight: bold;
    text-transform: uppercase;
}

.content {
    background-color: #fff9;
    min-height: 500px;
}

.content-inner {
    padding: 0 15px 15px 15px;
    text-align: justify;
}

.nav > li > a:focus {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6b05b), to(#c07e08)) !important;
    background: -webkit-linear-gradient(top, #f6b05b, #c07e08) !important;
    background: -moz-linear-gradient(top, #f6b05b, #c07e08) !important;
    background: -ms-linear-gradient(top, #f6b05b, #c07e08) !important;
    background: -o-linear-gradient(top, #f6b05b, #c07e08) !important;
    color: black !important;
}


.division {
    border-bottom: 1px solid #d0d0d0;
    padding: 10px;
}

.dropdown-content li a:hover {
    background-color: #205db1;
    color: #fff;
}

.navbar-nav {
    width: 100%;
    background-color: #eeab54;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: -32px;
    /*nishant*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6b05b), to(#c07e08));
    background: -webkit-linear-gradient(top, #f6b05b, #c07e08);
    background: -moz-linear-gradient(top, #f6b05b, #c07e08);
    background: -ms-linear-gradient(top, #f6b05b, #c07e08);
    background: -o-linear-gradient(top, #f6b05b, #c07e08);
}

    .navbar-nav li {
        display: inline-block;
    }

@media(max-width:800px) {
    .navbar-nav li {
        background: #d7932b;
        border-bottom: 1px solid #ae7226;
        display: inline-block;
    }

    .navbar-nav {
        padding: 0px;
    }

    .navbar-toggle {
        background-color: #ccc !important;
    }

    #logo {
        height: 70px !important;
    }
}

.navbar-header .form-control {
    height: 35px;
}

.navbar-header .btn-default {
    background-color: #a5adad;
}

.navbar-header .btn {
    padding: 4px 8px 4px 0px;
}

.login a {
    color: #fff;
}

a.adv_search {
    color: #fde59e;
}

.navbar-header .input-group-btn {
    width: 35PX;
}

.navbar-header .navbar-form {
    width: 486PX;
}

.navbar-header .input-group {
    width: 70%;
    float: left;
    margin-top: 27px;
}

.navbar-main {
    width: 100%;
    background-color: #e8e3db;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #588c73;
    color: #f2e394;
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f2d57f;
    background-color: #588c73;
    padding: 10px 15px;
}

#carousel-main {
    min-height: 641px;
    background: url(../images/bg.png) repeat 0 0;
    padding: 10px 0;
}

    #carousel-main .navbar-nav > li > a {
        /*font-size:16px;nishant*/
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #ae7226;
        text-decoration: none;
    }

        #carousel-main .navbar-nav > li > a:hover {
            background: #2a64b6;
            color: #fff;
            /*nishant*/
            background: url(../images/d.gif) repeat-x;
        }

.active {
    background: url(../images/d.gif) repeat-x;
    color: #fff;
}

.slider-wrap {
    margin: 20px 0;
}

#footer-copyright {
    background-color: #27486b;
    min-height: 56px;
    padding: 18px 0 10px 0;
    color: #fff;
    font-size: 13px;
}

    #footer-copyright a {
        color: #fff;
    }

    #footer-copyright ul {
    }

        #footer-copyright ul li {
            display: inline;
        }

            #footer-copyright ul li a {
                text-decoration: none;
                border-right: 1px solid #fff;
                padding: 0 6px;
            }

                #footer-copyright ul li a:last-child {
                    border-right: none;
                }

#about-sect {
    padding: 20px 0;
}

.about-cehat {
    background-color: #205eb3;
    position: relative;
    padding: 15px;
    width: 100%;
    overflow: auto;
    /*nishant*/
    /*min-height: 300px;*/
    min-height: 270px;
}

.about-head {
    background: url(../images/about-bg2.png) no-repeat 0 0;
    position: absolute;
    width: 253px;
    height: 34px;
    left: 0px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    /*text-transform:uppercase;*/
    padding-left: 10px;
    padding-top: 2px;
}

.about-cehat p {
    color: #FFF;
    font-size: 14px;
    padding-top: 51px;
}
.about-inn  {
  
    max-height:595px;
    overflow-y:auto;
    overflow-x:hidden;

}
.about-inn ul {
    margin: 0px;
    padding: 0px;

}

    .about-inn ul li {
        list-style: none;
        float: left;
        width: 100%;
        background: url(../images/arrow.png) no-repeat 0 5px;
        margin-right: 15px;
        margin-left: 5px;
        padding-left: 20px;
        margin-bottom: 10px;
        display: inline-block;
        padding-left: 15px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

        .about-inn ul li a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
        }

.top_setting {
    background: #d4d4d4;
    min-width: 100%;
    float: left;
    padding: 3px 0;
}

.top_settings {
    padding: 5px 0 5px 0;
}

.rbi-head-icon {
    width: auto;
    float: right;
}

    .rbi-head-icon ul {
    }

        .rbi-head-icon ul li {
            list-style: none;
            display: inline;
        }

            .rbi-head-icon ul li:last-child {
                padding-left: 75px;
            }

            .rbi-head-icon ul li:nth-child(3) {
                padding-right: 15px;
            }

            .rbi-head-icon ul li:nth-child(5) {
                padding-right: 8px;
            }

.useie {
    background-color: #c2b5ad;
    padding: 20px 10px;
    text-align: center;
}


.heading {
    padding: 6px;
    padding-left: 6px;
    border-bottom: 2px solid #205db1;
    color: #205db1 !important;
    margin-top: 0;
    font-size: 24px !important;
    font-weight: normal !important;
    text-transform: none !important;
}






.on {
    background: #dd9435 url(/images/accordion_off.gif) no-repeat scroll 218px 10px;
    border-bottom: 1px solid #dd9435;
    padding: 5px 39px 5px 10px;
    color: #fff;
}

.over {
    background: #dd9435 url(/images/accordion_mo.gif) no-repeat scroll 218px 10px;
    color: #fff;
}


/*================= Menubar ================*/
#menubar {
    margin: 0 0;
    padding: 0 0;
    float: left;
}

.menuButtonDrop {
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    background: #205db1 url(/images/accordion_on.gif) 95% 10px no-repeat;
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
}

    .menuButtonDrop:hover {
        background: #dd9435 url(/images/accordion_mo.gif) 95% 10px no-repeat;
        color: #000;
    }

.menuButton {
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    background: #205db1;
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
}

.menuButtonDrop, .menuButton, #menubar .on {
    padding: 5px 15px 5px 10px;
    width: 100%; /*204px;*/
}

    .menuButton:hover {
        background: #dd9435;
        color: #000;
    }

    .menuButton a, .menuButtonDrop a {
        text-decoration: none;
        color: rgb(255, 255, 255) !important;
        display: block;
        border: none;
        outline: none;
    }

        .menuButton a:hover {
            color: #000 !important;
        }

#menubar .on {
    background: url("/images/accordion_off.gif") no-repeat scroll 222px 10px #DD9435 !important;
    border-bottom: 1px solid #DD9435;
    color: #000000;
}

.submenu {
    width: 100%; /*204px;*/
    border-bottom: 2px solid #cccccc;
    line-height: 22px;
    margin: 0 0;
    padding: 0 0;
    background: #dd9435;
    color: #000000;
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    font-size: 13px;
}

    .submenu ul {
        margin: 0;
        padding: 0;
    }

        .submenu ul li {
            list-style: none;
            list-style-position: inside;
            border-bottom: #CCC dotted 0x;
            line-height: 16px;
            margin: 0 0;
            padding: 0 0;
            border-bottom: 1px dotted rgb(204, 204, 204);
            padding-right: 5px;
        }

            .submenu ul li ul li {
                border-bottom: 1px dotted rgb(204, 204, 204);
            }




            .submenu ul li a {
                display: block;
                margin: 10px 0;
                padding: 0 0 0 16px;
                text-decoration: none;
                color: Black;
            }

                .submenu ul li a:hover {
                    text-decoration: underline;
                }

            .submenu ul li ul {
                margin: 0 0;
                padding: 0 0;
            }

                .submenu ul li ul li {
                    margin: 0 0; /*padding:0 0 0 10px;*/
                    text-indent: 15Px;
                    border-bottom: #CCC dotted 1px; /*border-bottom:1px solid red;*/
                }

                    .submenu ul li ul li ul li {
                        /*border:none;*/
                        text-indent: 35px;
                    }





.navbar-header .input-group-btn {
    width: 40px !important;
}

.navbar {
    margin-bottom: 0;
}


.carousel-inner {
    /*border-radius: 15px;*/
    /*nishant*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 9px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    max-height: 400px;
}

    .carousel-inner .item img {
        /*max-height: 325px !important;*/
    }


.carousel-caption {
    background-color: rgba(0,0,0,.3);
    position: absolute;
    color: #fff;
    /*position: relative;*/
    /*color: #000;*/
    /*background-color: #fff;*/
    top: 308px;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    z-index: 10;
    padding: 10px;
    text-align: center;
}

.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;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    margin-right: 30px;
    margin-left: 0px;
}

/* drop down  09-01-2017*/
a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #588c73;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {

        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: -1px;
        -webkit-border-radius: 0 0px 0px 0px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a {
    padding: 8px 20px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
        text-decoration: underline;
        background-color: #205db1;
        width: 100%;
    }

.dropdown-menu > li:hover {
    background-color: #f5f5f5;
    width: 100%;
}

.flowchart {
    padding: 20px;
    width: 70%;
    height: auto;
}

@media(max-width:480px) {
    .flowchart {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}
/*nishant*/
.navbar-nav > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.push {
    height: 30px;
}

.targetDiv h3 {
    font-size: 16px;
    color: #27486b;
    font-weight: bold;
    text-transform: uppercase;
}

figure {
    float: right;
    width: 30%;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

img.scaled {
    width: 100%;
}

.Whats-new {
    background-color: #205eb3;
    position: relative;
    padding: 15px;
    width: 100%;
    overflow: auto;
    /*nishant*/
    min-height: 300px;
    /*min-height: 835px;
    max-height: 835px;*/
}

.Whats-new-inn {
    margin: 0px;
    padding: 0px;
    height:595px;
    overflow-y :auto;
    overflow-x :hidden;

}