@charset "utf-8";
/*====================================================================== Site Name: Directorate General of Aeronautical Quality Assurance, Government of India Theme URI: https://sttlvss.silvertouch.com/svn/htmlcodebank/html Description: this site is developed by STTL Version: 1.0 Author: Web Team ------------------------------------------------------------------------ Base Color: #fff (White) Site Color: #062a4a (Dark Blue) Header Color: #062a4a (Dark Blue) Text Color: #393939 (Dark Grey) Title Color: #393939 (Dark Grey), #e65a15 (Orange) Footer Color: #393939 (Dark Grey) ------------------------------------------------------------------------ Layout Width: 100% Container Width: 1170px Responsive Layout: Yes =======================================================================*/
/********* font-face CSS *********/
@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidsans-regular-webfont.woff2') format('woff2'), url('fonts/droidsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/droidsans-bold-webfont.woff2') format('woff2'), url('fonts/droidsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********* font-face CSS End *********/
/********* Reset CSS *********/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: underline;
    color: #25498e;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
}

    a:focus {
        outline: thin dotted
    }

    a:hover, a:active {
        outline: 0;
    }

    a:hover {
        text-decoration: none;
        color: #393939;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

b, strong, dt, th {
    font-weight: normal;
    font-family: "droid_sansbold";
}

em, i {
    font-style: italic;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

legend {
    white-space: normal;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}

    table table {
        margin: 0
    }

th, td {
    border: none;
    padding: 8px 10px
}

caption, th, td {
    font-weight: normal;
}
/********* Form fields *********/
button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
        border: 1px solid #e5e5e5;
        width: 100px;
        height: 30px;
        padding: 0;
        font-size: 100%;
        line-height: normal;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        margin: 0 5px 0 0;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        -webkit-appearance: radio
    }

    input[type="submit"], input[type="button"], input[type="reset"], button, .button {
        line-height: 20px;
        padding: 4px 10px;
        display: inline-block;
        text-decoration: none;
        border: 0 none;
        margin: 0;
        outline: 0 none;
        transition: 250ms ease;
        -webkit-transition: 250ms ease;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}

label {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: normal;
    color: #444;
    font-size: 15px;
}
/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before, .containerBig:before, .containerBig:after {
    content: " ";
    display: table
}

.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after, .containerBig:after {
    clear: both
}
/********* Common Classes *********/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0
}

body, button, input, select, textarea {
    color: #555;
    font-family: 'droid_sansregular', Arial, Helvetica, sans-serif;
    font-size: 93.8%;
    /*font-size:14px;
    */
    line-height: 1.4;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

h1 {
    font-size: 1.000em;
}

h2 {
    font-size: 1.692em;
}

h3 {
    font-size: 1.385em;
}

h4 {
    font-size: 1.200em;
    font-family: 'droid_sansbold';
}

h5 {
    font-size: 1.000em;
    font-family: 'droid_sansbold';
}

h6 {
    font-size: 1.200em;
}

ul {
    padding: 0 0 0 15px;
}

ol {
    padding: 0 0 0 20px
}

    ul ul, ol ol {
        margin: 10px 0
    }

ul.bulletText {
    list-style: none;
    padding: 0;
}

    ul.bulletText li {
        font-size: 1em;
        padding: 2px 0 2px 20px;
        position: relative;
    }

        ul.bulletText li:before {
            font-size: 1.385em;
            content: "\f105";
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            top: -3px;
            z-index: auto;
            height: auto;
            width: auto;
            overflow: hidden;
        }

p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0 0 20px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 15px;
}

input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    background-color: #25498e;
    color: #fff;
    border: 1px solid #25498e;
    font-size: 15px;
    padding: 8px 20px;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
        color: #25498e;
        background-color: #ecbc48;
        border: 1px solid #ecbc48;
    }

    input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn {
        background-color: #8b8b8b;
        border: 1px solid #8b8b8b;
    }

        input[type="submit"].cancelBtn:hover, input[type="button"].cancelBtn:hover, input[type="reset"].cancelBtn:hover {
            background-color: #747474;
            border: 1px solid #747474;
            color: #fff;
        }

.alignLeft {
    float: left
}

.alignRight {
    float: right;
}

.displayNone, .hasJS noscript, .hideThis {
    display: none !important;
    visibility: hidden
}

.jsRequired {
    display: block;
    background-color: #C00;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 0 none;
}

.mrgAuto {
    margin-right: auto;
    margin-left: auto;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgL20 {
    margin-left: 20px;
}

.mrgR20 {
    margin-right: 20px;
}

.mrgB20 {
    margin-bottom: 20px;
}

.mrgT10 {
    margin-top: 10px;
}

.mrgL10 {
    margin-left: 10px;
}

.mrgR10 {
    margin-right: 10px;
}

.mrgB10 {
    margin-bottom: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padR20 {
    padding-right: 20px;
}

.padB20 {
    padding-bottom: 20px;
}

.padT20 {
    padding-top: 20px;
}

.padL15 {
    padding-left: 15px;
}

.padR15 {
    padding-right: 15px;
}

.padB15 {
    padding-bottom: 15px;
}

.padT15 {
    padding-top: 15px;
}

.padL10 {
    padding-left: 10px;
}

.padR10 {
    padding-right: 10px;
}

.padB10 {
    padding-bottom: 10px;
}

.padT10 {
    padding-top: 10px;
}

.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad25 {
    padding: 25px;
}

.pad30 {
    padding: 30px;
}

.width100p {
    width: 100%;
}

.width90p {
    width: 90%;
}

.width80p {
    width: 80%;
}

.width70p {
    width: 70%;
}

.width60p {
    width: 60%;
}

.width50p {
    width: 50%;
}

.width40p {
    width: 40%;
}

.width30p {
    width: 30%;
}

.width20p {
    width: 20%;
}

.width10p {
    width: 10%;
}

.fileSize {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.extIcon {
    vertical-align: middle;
    margin-left: 3px;
}

.rsIcon {
    display: inline-block;
    margin-right: 2px;
    height: 11px;
    text-indent: -999px;
    overflow: hidden;
    width: 11px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.longWord, .wordBreak {
    word-wrap: break-word;
}
/********** Image Formating & Alignment **********/
.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.imgCenter {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.imgBorder {
    border: 1px solid #ccc;
    padding: 5px
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
}
/********** Alignment **********/
.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

.center {
    text-align: center !important
}

.justify {
    text-align: justify !important
}
/********** Error/Alert Messages **********/
.message {
    padding: 10px 38px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}

    .message.success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .message.success a {
            color: #2b542c;
        }

    .message.error {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .message.error a {
            color: #843534;
        }
/********** Table **********/
table {
    margin-bottom: 30px;
}

.tableOut {
    overflow-y: hidden;
    overflow-x: auto
}

table, .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 1px solid #E9E9EA;
    border-left: 1px solid #E9E9EA;
    font-size: 1.154em;
}

    table table, .tableData table {
        margin: 0
    }

    th, td, .tableData th, .tableData td {
        border: none;
        padding: 8px 10px;
        border-bottom: 1px solid #E9E9EA;
        border-right: 1px solid #E9E9EA;
    }

    table tr:nth-child(odd) td, .tableRowOdd {
        background-color: #f9f9f9;
    }

caption, th, td {
    font-weight: normal;
    background: #fff
}

th, .tableData th {
    background: #6d727e
    /*#25498e*/
    ;
    color: #fff;
    font-size: 16px;
}

.tableScroll {
    overflow-y: hidden;
    overflow-x: auto
}
/* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}
/* .row {
     margin:0 0 20px;
}
 */
.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.cols12 {
    width: 100%
}

.cols11 {
    width: 91.66666667%
}

.cols10 {
    width: 83.33333333%
}

.cols9 {
    width: 75%
}

.cols8 {
    width: 66.66666667%
}

.cols7 {
    width: 58.33333333%
}

.cols6 {
    width: 50%
}

.cols5 {
    width: 41.66666667%
}

.cols4 {
    width: 33.33333333%
}

.cols3 {
    width: 25%
}

.cols2 {
    width: 16.66666667%
}

.cols1 {
    width: 8.33%
}

.boxs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxs2 {
    margin-left: -2%;
}

.boxs3 {
    margin-left: -2%;
}

.boxs4 {
    margin-left: -2%;
}

.boxs5 {
    margin-left: -2%;
}

.boxs6 {
    margin-left: -2%;
}

.boxs > li, .boxs > div {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}

.boxs2 > li, .boxs2 > div {
    width: 48%;
    margin-left: 2%;
}

.boxs3 > li, .boxs3 > div {
    width: 31%;
    margin-left: 2%;
}

.boxs4 > li, .boxs4 > div {
    width: 23%;
    margin-left: 2%;
}

.boxs5 > li, .boxs5 > div {
    width: 18%;
    margin-left: 2%;
}

.boxs6 > li, .boxs6 > div {
    width: 14.6%;
    margin-left: 2%;
}

.boxBorder {
    padding: 5px;
    border: 1px solid #ccc;
}
/********* Navigation *********/
.mainNavigation {
    margin: 0;
    position: relative;
    z-index: 555;
    float: right;
    padding-right: 70px;
    padding-top: 50px;
}

.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none
}

    .toggleMenu .mobileMenu {
        font-size: 1.250em;
        color: #fff;
    }

    .toggleMenu .iconBar {
        float: right;
        width: 25px;
        height: 25px;
        background: url(../images/mobile-menu.png) no-repeat center center;
        text-indent: -9999px;
    }

#nav, #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #nav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline
    }

        #nav li a {
              padding: 6px;
    line-height: 30px;
    color: #25498e;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    /* font-family: "droid_sansbold"; */
	font-weight:600;
        }

    #nav ul {
        width: 250px;
        top: 100%;
        padding: 0;
        left: 0;
        position: absolute;
    }

.hasJS #nav ul {
    opacity: 0;
    transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
}

#nav ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #nav ul li a {
        display: block;
        background-color: #25498e;
        text-transform: inherit;
        /*font-size:1em;
    */
        line-height: 24px;
        color: #fff;
        border: none;
        border-top: 1px solid #123069;
        padding: 10px 15px 10px 15px;
        text-align: left;
        /* font-family: "droid_sansregular"; */
    }

#nav ul ul {
    top: 0;
    left: 250px
}
/*#nav a:hover, .noJS #nav a:focus, #nav ul .hover > a, #nav ul .focus > a {
     color:#fff 
}
*/
/*#nav > li:nth-last-child(1) > ul, #nav > li:nth-last-child(2) > ul, #nav > li:nth-last-child(3) > ul {
     left: auto;
     right: 0;
     margin-left: 0;
     margin-right: -999px;
}
 #nav > li:nth-last-child(2) > ul ul{
    left: 0;
}
*/
#nav li.MenuLi7 ul {
    left: -190px;
}

    #nav li.MenuLi7 ul ul {
        left: -250px;
    }

#nav li.MenuLi4 ul ul ul {
    left: -250px;
    z-index: 1;
    box-shadow: 0 2px 5px #000;
}

#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected {
    color: #7fb6e9
}

#nav ul, #nav:hover ul ul, #nav .hover ul ul, #nav .focus ul ul {
    margin-left: -9999px
}

    #nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus {
        /* visibility: visible;
     */
        margin-left: 0;
        margin-right: 0;
    }

#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
    /*background-color:#25498e;
     color: #fff;
    */
    background-color: #f3f2f2;
    color: #223038;
}

#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a {
    background-color: #f3f2f2;
    color: #25498e;
}

#nav ul li.focus > a {
    background-color: #e9e9e9;
    color: #060613;
    display: block;
}

#nav .menuIcon {
    display: none;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 9px;
    height: 9px;
}

#nav li .menuIcon {
    background: url(../images/down-arrow.gif) no-repeat right center;
    z-index: 10
}

#nav li li .menuIcon {
    display: block;
    background: url(../images/right-arrow.gif) no-repeat right center;
    top: 19px;
    right: 10px;
    z-index: 11
}

#nav li li li .menuIcon {
    z-index: 12
}

#nav li .menuIcon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.noJS #nav ul a:focus {
    width: 200px;
}

    .noJS #nav ul a:focus, .noJS #nav ul a:focus + ul {
        margin-left: 9999px
    }

.noJS #nav ul a:active {
    margin-left: 0
}

.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul {
    opacity: 1;
}
/* ******** Index Slider ******** */
.indexBanner {
    position: relative;
    /*margin-bottom: 35px;
    */
    max-height: 600px;
    /* max-height: 400px; */
    overflow: hidden;
}

    .indexBanner .sliderBanner .item {
        height: auto;
        /*height:300px;
    */
    max-height: 600px;
        /* max-height: 400px; */
        overflow: hidden;
    }

.noJS .indexBanner {
    height: 539px;
    overflow: hidden
}
/********** Owl Carousel **********/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel .owl-grab {
        cursor: move;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease;
    }

    .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
    }

.owlCarousel .item {
    text-align: center;
    line-height: normal;
    border: none;
    /*border:1px solid #ddd;
     height:100px;
     line-height:100px;
    */
}

.owl-theme .owl-controls {
    /*bottom: 43%;
    */
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

.owl-theme .owl-dots .owl-dot, .noJS .owl-dots .owl-dot {
    display: inline-block;
}

    .owl-theme .owl-dots .owl-dot span, .noJS .owl-dots .owl-dot a {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .noJS .owl-dots .owl-dot.active a {
        background: #869791
    }

.noScript {
    display: none;
}

.no-js .owl-carousel {
    display: block;
}

.noJS .owl-controls {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .noJS .owl-controls.noScript {
        display: block;
    }

.noJS .sliderBanner .item {
    position: relative;
}

.noJS .carouselBlock {
    margin-right: -10px;
}

    .noJS .carouselBlock .item {
        width: 220px;
        margin: 0 10px 10px 0;
        float: left;
    }
/********** Responsive Tab **********/
.resTab {
    position: relative;
}

    .resTab .tabNav {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .resTab .tabNav li {
            /*display: inline-block;
    */
            float: left;
            border-right: 1px solid #b4b4b4;
            margin: 0;
            position: relative;
            background-color: #585858;
        }

            .resTab .tabNav li a {
                display: inline-block;
                padding: 8px 20px;
                text-decoration: none;
                font-size: 1.067em;
                color: #fff;
            }

        .resTab .tabNav .r-tabs-state-active {
            background-color: #25498e;
        }

            .resTab .tabNav .r-tabs-state-active a {
                color: #fff;
                text-shadow: none;
                background-color: #25498e;
            }

    .resTab .tabContent {
        padding-top: 20px;
        display: none;
    }

    .resTab .r-tabs-panel.r-tabs-state-active {
        display: block;
    }

    .resTab .r-tabs-accordion-title {
        display: none;
    }

    .resTab .tabNav .r-tabs-state-disabled {
        opacity: 0.5;
    }

    .resTab .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
        padding: 10px;
        background-color: #a2a2a2;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #25498e;
        color: #fff;
        text-shadow: none;
    }

    .resTab .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }

.noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden
}

.noJS .resTab .tabContent {
    display: block;
    height: 150px
}

.resTab .tabContent p:last-child {
    margin-bottom: 0;
}

.resTab .tabNav li a:hover {
    background: #25498e;
}
/********* Back to Top **********/
/*#backtotop {
     background-color: #ecbc48;
     color: #25498e;
     cursor:pointer;
     display:none;
     height:40px;
     width:40px;
     overflow:hidden;
     position:fixed;
     right:20px;
     bottom:30px;
     z-index:999;
     display:none;
     font-size: 22px;
     text-align: center;
     line-height: normal;
     padding: 6px 0;
}
*/
/********* Accordion ******** */
/* .accordion {
     margin-bottom:20px;
}
 .accordion .accTrigger {
    position: relative;
     font-family: 'droid_sansbold';
     background-color: #f0f3f4;
     border: 1px solid #d2d2d2;
     padding: 10px 20px;
     margin-bottom: 10px;
     cursor:pointer;
     color: #00549d;
     font-size: 1.200em;
}
 .noJS .accordion .accTrigger {
     background:none;
     padding-left:0;
}
 .accordion .accTrigger a {
     display:block;
     text-decoration:none;
     outline:0 
}
 .accordion .accTrigger.active {
     margin-bottom: 0;
     position: relative;
}
 .accordDetail {
     padding:10px 20px;
     margin-bottom: 10px;
     display:none;
     border: 1px solid #d2d2d2;
     border-top: none;
     font-size: 1.154em;
}
 .noJS .accordDetail {
     display:block;
     padding:10px 0 
}
 .accordion .accTrigger.active:before {
    font-size:14px;
     content: " 068";
     font-family: 'FontAwesome';
     text-align: center;
     color: #fff;
     padding-top: 11px;
     position: absolute;
     right: 0;
     top: -1px;
     z-index: auto;
     height: 47px;
     width: 47px;
     overflow: hidden;
     background-color: #25498e;
}
 .accordion .accTrigger:before {
    font-size:14px;
     content: " 067";
     font-family: 'FontAwesome';
     text-align: center;
     color: #fff;
     padding-top: 11px;
     position: absolute;
     right: 0;
     top: -1px;
     z-index: auto;
     height: 47px;
     width: 47px;
     overflow: hidden;
     background-color: #25498e;
}
 */
.accordion {
    margin-bottom: 20px;
}

    .accordion .accTrigger {
        position: relative;
        font-family: 'droid_sansbold';
        background-color: #fff;
        border: 1px solid #d2d2d2;
        padding: 10px 20px 10px 85px;
        height: 47px;
        margin-bottom: 20px;
        cursor: pointer;
        color: #25498e;
        font-size: 1.067em;
    }

.noJS .accordion .accTrigger {
    background: none;
    padding-left: 0;
}

.accordion .accTrigger a {
    display: block;
    text-decoration: none;
    outline: 0
}

.accordion .accTrigger.active {
    margin-bottom: 0;
    position: relative;
    background-color: #25498e;
    color: #fff;
}

.accordDetail {
    padding: 15px 15px 15px 35px;
    margin-bottom: 20px;
    display: none;
    border: 1px solid #d2d2d2;
    border-top: none;
    font-size: 1.077em;
    position: relative;
}

.noJS .accordDetail {
    display: block;
    padding: 10px 0
}

.accordDetail:before {
    /*transition: all 0.3s;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
    */
    content: " ";
    position: absolute;
    left: 0;
    top: 20px;
    z-index: auto;
    height: 35px;
    width: 5px;
    background: #123372;
    overflow: hidden;
    margin-top: 0;
}

.accordDetail p:last-child {
    margin-bottom: 0;
}
/*.accordion .accTrigger.active:before {
    border-top: 47px solid #25498e;
     border-right: 30px solid #fff;
     border-left: 40px solid #25498e;
     position: absolute;
     left: 0;
     top: -1px;
     z-index: auto;
     height: 47px;
     width: 50px;
     overflow: hidden;
}
 .accordion .accTrigger.active:after {
    font-size:30px;
     content: " 106";
     font-family: 'FontAwesome';
     text-align: center;
     color: #fff;
     padding-top: 0;
     position: absolute;
     left: 0;
     top: -1px;
     z-index: auto;
     height: 47px;
     width: 50px;
}
 */
.accordion .accTrigger:before {
    border-bottom: 0 solid #d2d2d2;
    border-top: 45px solid #d2d2d2;
    border-right: 30px solid #fff;
    border-left: 40px solid #d2d2d2;
    font-size: 30px;
    content: "";
    font-family: 'FontAwesome';
    text-align: center;
    color: #fff;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    height: 45px;
    width: 50px;
    overflow: hidden;
}

.accordion .accTrigger:after {
    font-size: 24px;
    content: "\f107";
    font-family: 'FontAwesome';
    text-align: center;
    color: #25498e;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: auto;
    height: 47px;
    width: 50px;
    overflow: hidden;
}

.accordion .accTrigger.active:after {
    content: "\f106";
    color: #fff;
}

.accordion .accTrigger.active:before {
    border-bottom: 0 solid #d2d2d2;
    border-top: 45px solid #123372;
    border-right: 30px solid #25498e;
    border-left: 40px solid #123372;
}
/********* Marquee *********/
.marquee {
    overflow: hidden;
}

.marqueeScrolling li {
    float: left;
    margin-right: 25px;
}

.noJS .btnMPause {
    display: none;
}

.noJS .marqueeScrolling {
    overflow-y: hidden;
    overflow-x: auto
}

.noJS .marquee {
    width: 240%
}
/********** Ticker *********/
.noJS .ticker .stop {
    display: none
}

.noJS .ticker ul {
    margin: 0
}

.noJS .ticker .tickerDivBlock {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden
}
/********* gmap3 - Google Map API *********/
.gmap3 {
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 285px;
}

    .gmap3 img {
        max-width: inherit
    }

.noJS .gmap3 {
    background: url(../images/map_bg.jpg) no-repeat;
}
/********* LiteBox v1.3 **********/
.litebox-overlay, .litebox-overlay > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.litebox-overlay {
    display: none;
    width: 100%;
    min-width: 280px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@-webkit-keyframes liteboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes liteboxLoader {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes liteboxLoader {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes liteboxLoader {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes liteboxLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.litebox-overlay .litebox-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    border: 3px solid #111;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: liteboxLoader 1s linear infinite;
    -moz-animation: liteboxLoader 1s linear infinite;
    -ms-animation: liteboxLoader 1s linear infinite;
    -o-animation: liteboxLoader 1s linear infinite;
    animation: liteboxLoader 1s linear infinite;
}

.litebox-overlay .litebox-text {
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .litebox-overlay .litebox-text.active {
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        opacity: 1;
    }

.litebox-overlay .litebox-close {
    width: 40px;
    height: 40px;
    background: url(../images/litebox-close.png) no-repeat center;
    opacity: .7;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .litebox-overlay .litebox-close:hover {
        opacity: 1;
        cursor: pointer;
    }

.litebox-overlay .litebox-nav {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: .2;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .litebox-overlay .litebox-nav:hover {
        opacity: .5;
        cursor: pointer;
    }

.litebox-overlay .litebox-prev {
    background: url(../images/litebox-prev.png) no-repeat center;
    left: 20px;
}

.litebox-overlay .litebox-next {
    background: url(../images/litebox-next.png) no-repeat center;
    right: 20px;
}

.litebox-overlay .litebox-container {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}

    .litebox-overlay .litebox-container.litebox-scroll {
        overflow-y: auto;
    }

.litebox-overlay img, .litebox-overlay iframe {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    overflow-x: hidden;
}

.litebox-overlay iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
}

.litebox-overlay .litebox-inline-html {
    width: 100%;
    padding: 20px;
    /*background: #FFF;
     */
    line-height: normal;
    overflow-x: hidden;
    line-height: normal !important;
    position: absolute;
}

.litebox-overlay .litebox-error {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
}

    .litebox-overlay .litebox-error span {
        background: rgba(0, 0, 0, .9);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 20px;
        color: #FFF;
        text-shadow: 1px 1px 0 #000;
        line-height: normal;
    }

@media only screen and (max-width:479px) {
    .litebox-overlay .litebox-close {
        display: none;
    }
}
/*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon {
    background-color: #185db9;
}

    .ui-datepicker th, .ui-state-highlight {
        background-color: #052847;
    }

    .ui-state-active, .ui-datepicker tbody a:hover {
        background-color: #ff672b;
    }

.ui-datepicker-prev span, .ui-datepicker-next span {
}

.ui-datepicker {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -7px;
            top: 50%;
            margin-top: -8px;
            font-size: 12px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
            height: 25px;
            background-color: #fff;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
        border: 0 none;
    }

    .ui-datepicker th {
        padding: .5em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
        background-color: transparent;
    }

    .ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
        background-color: transparent;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        overflow: hidden;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }
/*----Date Picker----*/
.eventCalOut {
    position: absolute;
    width: 222px;
    right: -222px;
    float: right;
    top: 70px;
    z-index: 22;
}

.calendarIcon {
    width: 50px;
    height: 52px;
    position: absolute;
    left: -50px;
}

    .calendarIcon span {
        background-position: -113px -27px;
        width: 29px;
        height: 29px;
        margin: 10px;
    }

.calendarOut {
    padding: 5px;
}

    .calendarOut .ui-datepicker {
        width: 100%;
    }

    .calendarOut .button {
        background-color: #2979ca;
        color: #fff;
        display: block;
        text-align: center;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

        .calendarOut .button:hover {
            background-color: #173C84;
        }

.ui-datepicker tbody a {
    color: #fff;
}

.ui-datepicker-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 25px;
    font-size: 16px;
    height: 25px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #fff;
}

    .ui-datepicker-prev span {
        background-position: -147px -27px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        position: static;
        margin: 5px 0 0;
    }

    .ui-datepicker-next span {
        background-position: -175px -27px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        position: static;
        margin: 5px 0 0;
    }

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    line-height: 20px;
}

.ui-datepicker-trigger {
    display: none;
    width: 30px;
    height: 30px;
    margin: 8px 0 0 15px;
    vertical-align: top;
    overflow: hidden;
    background: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -45px;
    top: 7px;
}

.calIcon {
    background-position: -205px -107px;
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: top;
}
/*==========================================================================================================================*/
/*================================================ Main CSS Theme Start ====================================================*/
/*==========================================================================================================================*/
/********** Layout **********/
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1206px;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#content {
}

.content {
}

.sidebar {
}

.fullWidth {
}
/********** Top Links and Font Resize **********/
.topStrip {
    padding: 5px 0;
    background-color: #25498e;
    line-height: 29px;
}

.leftLink {
    float: left;
}

.rightLinks {
    float: right;
}

.topStrip ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.topStrip li {
    float: left;
    padding: 0 7px 0 8px;
    position: relative;
}

.topStrip .fontResize {
    padding-top: 5px
}

.topStrip a {
    color: #fff;
    text-decoration: none;
    transition: 250ms ease;
    -webkit-transition: 250ms ease;
}

    .topStrip a:hover {
        color: #ccc;
        /*text-decoration:none;
     font-family: "droid_sansbold";
    */
    }

.topStrip li:first-child {
    padding-left: 0;
}

.topStrip li:last-child {
    padding-right: 0;
}

.topStrip li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #666666;
    overflow: hidden;
    margin-top: -7px;
}

.topStrip li:first-child:before {
    display: none;
}
/********** Access Control **********/
#accessControl input {
    font-size: 14px;
    float: left;
    height: 19px;
    background: none;
    border: none;
    padding: 0;
    width: 16px;
    color: #fff;
}

    #accessControl input:hover {
        color: #ccc;
    }

#accessControl .normal {
    /*font-size:14px*/
}

#accessControl .large {
    /*font-size:15px;
    */
}

#accessControl .contrastChanger {
    width: 17px;
    width: 19px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
}

    #accessControl .contrastChanger.normal {
        background-image: url(../images/a-light.gif) !important;
        margin-left: 10px;
    }

    #accessControl .contrastChanger.wob {
        background-image: url(../images/a-dark.gif) !important;
    }

#brownTheme {
    background-color: #B2563D !important;
    margin: 0 1px;
}

#greenTheme {
    background-color: #38640f !important;
    margin: 0 1px;
}

#blueTheme {
    background-color: #066A82 !important;
    margin: 0 1px;
}
/********** High Contrast View **********/
body.wob {
    background-color: #222;
    color: #fff
}

.wob a {
    color: #ff0
}

    .wob a:hover {
        color: #80ff00
    }
/********** From Page **********/
.formList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .formList li {
        padding: 0 0 15px;
        margin: 0;
    }

    .required, .formList .error {
        color: #C00;
    }

    .formList .error {
        display: block;
        font-size: 12px;
    }

    .formList .textBoxOut {
        margin-bottom: 5px;
    }

    .formList label, .formList .label {
        color: #333;
        display: block;
        font-weight: normal;
        padding-bottom: 7px;
    }

.radioList input {
    float: left;
    margin: 5px;
    clear: left;
}

.radioList label, .radioList .label {
    float: left;
    color: #555;
}

.note {
    font-size: 12px;
    font-style: italic;
    padding: 5px 0 0;
}

.captcha {
    position: relative;
}

    .captcha .captchaImg {
        border: 1px solid #d7d7d7;
        float: left;
        max-height: 33px;
    }

    .captcha .refreshCaptcha {
        float: left;
        margin: 5px 0 0 10px;
    }

.fixedErrorMsg {
    background-color: rgba(233, 48, 30, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
}

.fixedSuccessMsg {
    background-color: rgba(20, 155, 65, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
}
/********** FontAwesome Custom CSS **********/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search:before {
    content: "\f002";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-check::before {
    content: "\f00c";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone::before {
    content: "\f095";
}

.fa-envelope-o::before {
    content: "\f003";
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-edit:before {
    content: "\f044"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-key:before {
    content: "\f084"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-cog:before {
    content: "\f013";
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-list:before {
    content: "\f03a";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-alt:after {
    content: "\f022";
}

.fa-arrow-up:after {
    content: "\f062";
}

.fa-arrow-down:after {
    content: "\f063";
}

.fa-universal-access:after {
    content: "\f29a";
}

.fa-file:after {
    content: "\f15b";
}

.fa-plane:after {
    content: "\f072";
}

.fa-graduation-cap:after {
    content: "\f19d";
}

.fa-exchange:after {
    content: "\f0ec";
}
/********** New Custom CSS **********/
.topStrip li.fontResize:before, .topStrip li.language:before, .topStrip li.search:before {
    background: none;
}

.topStrip li.loginButton:before {
    display: none;
}

.topStrip li.search {
    padding-left: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

#ContentPlaceHolder1_UserCMSHeader1_KeywordSearch1_pnlKeywordSrch {
    display: block !important;
}

.ui-autocomplete {
    position: absolute !important;
    top: 86px !important;
    width: 258px !important;
    z-index: 999999999;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px #4e4e4e;
    list-style: none;
    left: 1118px !important;
    margin-bottom: 0;
}

    .ui-autocomplete li a {
        text-decoration: none;
        cursor: pointer;
        padding-bottom: 5px;
    }

.search .form-wrapper {
    background-color: #25498e;
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 260px;
    z-index: 2;
}

    .search .form-wrapper .form-item {
        float: left;
        width: 205px;
    }

        .search .form-wrapper .form-item .form-text {
            background-color: #fff;
            height: 36px;
        }

.search {
    width: 40px;
    height: 40px;
    margin: -5px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    /*background-color: #fff*/
}
    /*.search a {
     display: block;
     overflow: hidden;
     position: relative;
     outline: none;
     color: #fff;
     font-size: 17px;
     text-align: center;
     width: 40px;
     height: 40px;
     padding: 7px;
}
*/
    .search a {
        display: block;
        overflow: hidden;
        position: relative;
        outline: none;
        color: #fff;
        font-size: 17px;
        text-align: center;
        width: 40px;
        height: 37px;
        padding: 3px 5px 5px 5px;
        top: 8px;
    }

.searchForm {
    width: 210px;
    display: none;
    padding: 3px;
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: 2;
    background-color: #caa674;
}

    .searchForm input[type=text] {
        padding-right: 46px;
    }

.search .goBtn {
    background-color: #ecbc48;
    border: 1px solid #ecbc48;
    color: #10203e;
    height: 36px;
    float: right;
    width: 45px;
    font-size: 100%;
    padding: 0;
}

    .search .goBtn:hover {
        background-color: #10203e;
        border: 1px solid #10203e;
        color: #fff;
    }

.search .form-wrapper:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent rgba(37, 73, 142, 1);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    right: 0;
    position: absolute;
    top: -16px;
}

.language .customSelect {
    width: 60px;
    color: #fff;
    cursor: pointer;
    background: url(../images/select-arrow.png) right center no-repeat !important;
    border: none !important;
}

    .language .customSelect option {
        color: #444;
        background-color: #fff;
    }

.language select {
    width: 70px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    height: auto;
    padding: 2px;
    background: url(../images/select-arrow.png) right center no-repeat !important;
}

    .language select option {
        color: #000;
    }

#logo {
    margin: 0;
    float: left;
    padding: 15px 0;
}

#nav > li > a:hover::before {
    width: 100%;
}

#nav > li > a::before {
    width: 0;
    content: "";
    background: #fab718;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#nav > li.hover > a::before {
    width: 100%;
    content: "";
    background: #fab718;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*.indexBanner .bannerCaption {
     max-width: 100%;
     width: 100%;
     position: absolute;
     z-index: 999;
     text-align: left;
     left: 0;
     top: auto;
     color: #fff;
     bottom: 0;
}
*/
.indexBanner .bannerCaption .bannerInCont {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1.067em;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .indexBanner .bannerCaption .bannerInCont .textcolor {
        font-family: 'droid_sansbold';
        /*font-style: italic;
    */
        color: #fab718;
    }

.indexBanner .sliderBanner .bannerCaption .bannerInCont .leftAnimate {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: 900ms ease;
    transition: 900ms ease;
}

.indexBanner .sliderBanner .active .bannerCaption .bannerInCont .leftAnimate {
    opacity: 1;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.indexBanner .sliderBanner .bannerCaption .bannerInCont .rightAnimate {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: 900ms ease;
    transition: 900ms ease;
}

.indexBanner .sliderBanner .active .bannerCaption .bannerInCont .rightAnimate {
    opacity: 1;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    content: "\f104";
    font-family: 'FontAwesome';
    height: 45px;
    left: -2px;
    position: absolute;
    top: 7px;
    width: 45px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    text-indent: 0;
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-next:after {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    content: "\f105";
    font-family: 'FontAwesome';
    height: 45px;
    right: -2px;
    position: absolute;
    top: 7px;
    width: 45px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    text-indent: 0;
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #000;
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #000;
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-color: #ecbc48;
}

.indexBanner .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: #ecbc48;
}

.indexBanner .owl-theme .owl-controls {
    top: 45%;
}

.indexBanner .sliderBlock {
    float: left;
    width: 856px;
}

.loginBlock {
    float: left;
    width: 314px;
    background: #ecbc48;
}

    .loginBlock ul {
        padding: 20px;
        list-style: none;
        margin: 0;
        height: 269px;
    }

        .loginBlock ul li {
            list-style: none;
            margin-bottom: 10px;
        }

            .loginBlock ul li:last-child {
                margin-bottom: 0;
            }

            .loginBlock ul li input[type="submit"] {
                background-color: #25498e;
                color: #fff;
                border-color: #25498e;
            }

                .loginBlock ul li input[type="submit"]:hover {
                    background-color: #123069;
                    color: #fff;
                    border-color: #123069;
                }

            .loginBlock ul li .captchaBox .formControl {
                width: 110px;
                margin-right: 10px;
                float: left;
            }

            .loginBlock ul li .captchaImgBox img {
                float: left;
                width: 100px;
            }

            .loginBlock ul li .refreshCaptchanew {
                background-size: 20px auto;
                width: 20px;
                height: 27px;
                cursor: pointer;
            }

            .loginBlock ul li input {
                border-color: #fff;
                background-color: #fff;
            }

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    height: 45px;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    width: 45px;
    display: block;
    border-radius: 0;
}

.informationBlock {
    background: #eeeded url("../images/informationBlock.jpg") no-repeat 50% 50% / cover;
    background-attachment: fixed;
    padding-bottom: 40px;
    position: relative;
    z-index: 9;
}
/*.trainingLinksBlock {
     padding-top: 50px;
}
*/
.trainingUsefulMain {
    float: left;
    width: 49%;
}

.trainingCourses {
    float: left;
    width: 100%;
    /*margin-bottom: 30px;
     */
    background-color: #ecbc48;
}

.trainingCoursesBg {
    width: 50%;
    float: left;
    padding: 20px;
}

.trainingCoursesImage {
    float: right;
    width: 50%;
    max-height: 235px;
    overflow: hidden;
}

    .trainingCoursesImage img {
        width: 100%;
    }

.trainingCourses h3 {
    color: #0a2e45;
    margin-bottom: 13px;
}

.trainingCourses ul {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

    .trainingCourses ul li {
        padding-bottom: 5px;
    }

        .trainingCourses ul li a .fa {
            padding-right: 10px;
        }

        .trainingCourses ul li a {
            color: #0a2e45;
            text-decoration: none;
            font-size: 1.154em;
            transition: all 0.3s ease-in-out 0s;
        }

            .trainingCourses ul li a:hover {
                color: #636466;
                text-decoration: none;
                padding-left: 5px;
            }

.trainingCourses .viewAll {
    display: block;
    text-align: right;
}

    .trainingCourses .viewAll a {
        color: #25498e;
    }

        .trainingCourses .viewAll a:hover {
            color: #0a2e45;
        }

.usefulLinks {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #25498e;
}

.usefulLinksBg {
    width: 50%;
    float: left;
    padding: 35px 20px;
}

.usefulLinksImage {
    float: right;
    width: 50%;
    position: relative;
    max-height: 245px;
    overflow: hidden;
}

    .usefulLinksImage img {
        width: 100%;
    }

    .usefulLinksImage a {
        display: block;
    }

.imagesCapsion {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #fff;
    font-size: 1.154em;
}

.usefulLinksImage a:hover:after {
    border-radius: 100%;
    background-color: #636466;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    content: "\f00e";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 50px;
    width: 50px;
    top: 30%;
    right: 40%;
}

.usefulLinks h3 {
    color: #fff;
    margin-bottom: 13px;
}

.usefulLinks ul {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

    .usefulLinks ul li {
        padding-bottom: 5px;
    }

        .usefulLinks ul li a .fa {
            padding-right: 10px;
        }

        .usefulLinks ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 1em;
            transition: all 0.3s ease-in-out 0s;
        }

            .usefulLinks ul li a:hover {
                color: #ecbc48;
                text-decoration: none;
                padding-left: 5px;
            }

.usefulLinks .viewAll {
    display: block;
    text-align: right;
}

    .usefulLinks .viewAll a {
        color: #fff;
    }

        .usefulLinks .viewAll a:hover {
            color: #ecbc48;
        }

.informationBlockTab {
    float: right;
    width: 49%;
    background-color: #fff;
    padding: 25px;
    border: 1px solid #d6d5d5;
    min-height: 505px;
}

#newsTikker0 {
    height: 370px !important;
    margin-bottom: 25px;
}

.informationBlockTab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .informationBlockTab ul.activityTicker li {
        padding: 0;
        min-height: 90px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 0px;
    }

        .informationBlockTab ul.activityTicker li .latestNewsTicker {
            padding-top: 15px;
        }

.informationBlockTab .newsDate {
    font-size: 14px;
    width: 15%;
    float: left;
    padding: 5px 7px;
    color: #767676;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    border: 1px solid #eee;
}

    .informationBlockTab .newsDate span {
        color: #25498e;
        font-size: 15px;
        font-family: 'droid_sansbold';
        display: block;
    }

.latestNewsTicker .newsDescription {
    font-size: 1em;
    float: right;
    width: 85%;
}

    .latestNewsTicker .newsDescription a {
        color: #636466;
        text-decoration: none;
        display: block;
        padding-left: 15px;
    }

        .latestNewsTicker .newsDescription a:hover {
            color: #25498e;
            text-decoration: none;
        }

.informationBlockTab .playPause {
    position: absolute;
    bottom: -25px;
    left: 0;
    padding-left: 15px;
}

.informationBlockTab .viewAll {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.informationBlockTab a {
    color: #25498e;
}

.informationBlockTab .stop:after {
    font-size: 9px;
    line-height: 20px;
    color: #25498e;
    content: "\f04c";
    font-family: 'FontAwesome';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    text-indent: 0;
}

.informationBlockTab .play:after {
    font-size: 14px;
    line-height: 20px;
    color: #25498e;
    content: "\f04b";
    font-family: 'FontAwesome';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    text-indent: 0;
}

.aboutInfoBlock {
    width: 100%;
    margin-top: 40px;
    box-shadow: 0px 1px 10px #d1d0d0;
    background: #fff;
}

.aboutInfoContent {
    float: left;
    width: 856px;
    background-color: #fff;
    padding: 28px 20px;
}

.zoneWiseMap {
    float: left;
    margin-right: 20px;
    width: 350px;
    padding-top: 0px;
}

.aboutInfoContentRight {
    float: left;
    /* width: 440px */
    /*72%*/
    ;
}

    .aboutInfoContentRight h2 {
        color: #25498e;
        margin-bottom: 5px;
    }

    .aboutInfoContentRight p {
        font-size: 1.154em;
        margin-bottom: 15px;
    }

    .aboutInfoContentRight .viewAll {
        display: block;
        margin-bottom: 20px;
    }

        .aboutInfoContentRight .viewAll a {
            color: #25498e;
        }

            .aboutInfoContentRight .viewAll a:hover {
                color: #000;
            }

.selectZone .customSelect {
    width: 260px;
    padding: 12px 20px 12px 20px;
    color: #25498e;
    cursor: pointer;
    background: url(../images/select-arrow-zone.png) 92% 20px no-repeat #edecec;
}

    .selectZone .customSelect option {
        color: #636466;
        background-color: #fff;
        padding: 15px 10px 15px 20px !important;
        font-size: 1.154em !important;
    }

.selectZone {
    float: left;
    width: 100%;
}

.zonetitle {
    float: left;
    width: 100%;
    font-size: 1em;
    margin-top: 10px;
}

.director-general-aqa {
    width: 314px;
    float: right;
    margin-top: 0;
}

.eventCalendar {
    background-color: rgba(20, 46, 98, 0.9);
    color: #fab717;
    padding: 10px 20px;
    font-size: 1.769em;
}

    .eventCalendar .fa {
        float: right;
        padding-top: 5px;
    }

.dgtitle {
    background-color: #25498e;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 10px 0;
    line-height: normal;
}

    .dgtitle span {
        display: block;
        font-family: 'droid_sansbold';
        line-height: normal;
        font-size: 1.133em;
        margin-bottom: 3px;
    }

.dirGeneral {
    float: left;
    width: 100%;
    background: #25498e;
}

    .dirGeneral:first-child {
        /* margin-bottom: 10px;
     */
    }

.dirGeneral {
    z-index: 9;
    position: relative;
    transition: 250ms ease;
    -webkit-transition: 250ms ease;
}
    /*.dirGeneral .dgImg img{
     transition: 250ms ease;
     -webkit-transition: 250ms ease;
     transform:scale(1);
}
 */
    .dirGeneral:hover {
        transform: scale(1.07);
    }
/***********Services Type 15***********/
.servicesType15 .inner .imgHolder {
    overflow: hidden;
    background: #000;
}

.servicesType15 .inner img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.servicesType15 .inner:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
}

.servicesType15 .inner .fa {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -17px 0 0 -28px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 23px;
    color: #25498e;
    line-height: 60px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.servicesType15 .inner:hover .fa {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.servicesType15 .inner .fa:hover {
    color: #fff;
    background: #25498e;
}

.servicesType .imgHolder {
    overflow: hidden;
    position: relative;
}

    .servicesType .imgHolder img {
        width: 100%;
    }

.servicesType h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

    .servicesType h3 a {
        color: #282828;
        text-decoration: none;
    }

.servicesType p {
    color: #282828;
    font-size: 14px;
    max-height: 84px;
    overflow: hidden;
    text-align: justify;
    margin: 0;
}

.activitiesBlockMain {
    padding: 40px 0;
    overflow: hidden;
}

    .activitiesBlockMain h2 {
        color: #25498e;
        text-align: center;
        font-family: 'droid_sansbold';
    }

    .activitiesBlockMain .servicesType {
        margin: 0 0 30px;
    }

.activitiesBlock {
    width: 100%;
    float: left;
    position: relative;
}

.activitiesTitle {
    background-color: #ecbc48;
    padding: 15px 0;
    text-align: center;
    color: #3b3b3a;
    font-size: 1.200em;
    margin: -30px 15px 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.viewAllActivities {
    text-align: center;
}

    .viewAllActivities a {
        color: #25498e;
    }

.activitiesBlock a {
    text-decoration: none;
}

    .activitiesBlock a:hover .activitiesTitle {
        background-color: #25498e;
        color: #fff;
    }

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 44px;
    width: 44px;
    left: -22px;
    position: absolute;
    background: #25498e;
    transition: all 0.2s ease-in-out
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next {
    height: 44px;
    width: 44px;
    right: -22px;
    position: absolute;
    background: #25498e;
    transition: all 0.2s ease-in-out
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    content: "\f177";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 44px;
    width: 44px;
    left: 0;
    right: 0;
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:after {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 44px;
    width: 44px;
    left: 0;
    right: 0;
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #25498e;
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #25498e;
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: #ecbc48;
}

.activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: #ecbc48;
}

.activitiesBlockMain .owl-theme .owl-controls {
    top: 30%;
}

.otherLinks {
    padding: 50px 0 40px;
    background: #031435 url(../images/otherLinks-bg.png) no-repeat 0 0;
    border-bottom: 10px solid #223354;
}

    .otherLinks ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .otherLinks ul li {
            float: left;
            width: 20%;
            position: relative;
        }

            .otherLinks ul li:after {
                content: "";
                background-color: rgba(255, 255, 255, 0.2);
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
            }

            .otherLinks ul li:last-child:after {
                display: none;
            }

            .otherLinks ul li a {
                padding: 80px 0 0;
                display: block;
                color: #b3c5e6;
                text-decoration: none;
                font-size: 1.385em;
                position: relative;
                text-align: center;
            }

                .otherLinks ul li a:hover {
                    color: #ecbc48;
                }

                .otherLinks ul li a:before {
                    content: " ";
                    position: absolute;
                    z-index: auto;
                    overflow: hidden;
                    background: url(../images/sprite.png) 0 0 no-repeat;
                    transition: all 0.2s ease-in-out;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                }

                .otherLinks ul li a.onlineGrievance:before {
                    height: 60px;
                    width: 50px;
                    /*left: 40%;
    */
                    background-position: 0 0;
                }

                .otherLinks ul li a.onlineGrievance:hover:before {
                    background-position: 0 -89px;
                }

                .otherLinks ul li a.tenderNotification:before {
                    height: 55px;
                    width: 74px;
                    /*left: 35%;
    */
                    background-position: -81px 0;
                }

                .otherLinks ul li a.tenderNotification:hover:before {
                    background-position: -81px -89px;
                }

                .otherLinks ul li a.testFacility:before {
                    height: 68px;
                    width: 68px;
                    /*left: 36%;
    */
                    background-position: -185px 0;
                }

                .otherLinks ul li a.testFacility:hover:before {
                    background-position: -185px -89px;
                }

                .otherLinks ul li a.directionMap:before {
                    height: 70px;
                    width: 70px;
                    /*left: 35%;
    */
                    background-position: -283px 0;
                }

                .otherLinks ul li a.directionMap:hover:before {
                    background-position: -283px -89px;
                }

                .otherLinks ul li a.guestHouse:before {
                    height: 70px;
                    width: 50px;
                    /*left: 36%;
    */
                    background-position: -382px 0;
                }

                .otherLinks ul li a.guestHouse:hover:before {
                    background-position: -382px -89px;
                }

                .otherLinks ul li a.rtInfo:before {
                    height: 70px;
                    width: 50px;
                    /*left: 35%;
    */
                    background-position: -455px 0;
                }

                .otherLinks ul li a.rtInfo:hover:before {
                    background-position: -455px -89px;
                }

.govtLogos {
    padding: 20px 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

    .govtLogos .item a {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        height: 100%;
        width: auto;
        line-height: 100%;
    }

        .govtLogos .item a img {
            width: auto;
            display: inline-block;
        }

    .govtLogos .owlCarousel .item {
        height: 100px;
        display: table;
        table-layout: fixed;
        width: 100%;
        text-align: center;
        line-height: 100px;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        width: 20px;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -30px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat 0 -458px transparent;
        transition: all 0.2s ease-in-out;
        color: #25498e;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-next {
        /*right: -30px;
    */
        right: 50px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat -162px -458px transparent;
        transition: all 0.2s ease-in-out;
        color: #25498e;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-prev:after {
        font-size: 40px;
        line-height: 50px;
        color: #25498e;
        content: "\f104";
        font-family: 'FontAwesome';
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        text-indent: 0;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-next:after {
        font-size: 40px;
        line-height: 50px;
        color: #25498e;
        content: "\f105";
        font-family: 'FontAwesome';
        height: 20px;
        right: 0;
        position: absolute;
        top: 0;
        width: 20px;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        text-indent: 0;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
        color: #444;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
        color: #444;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-prev:hover {
        background-position: -30px -458px;
    }

    .govtLogos .owl-theme .owl-controls .owl-nav .owl-next:hover {
        background-position: -192px -458px;
    }

    .govtLogos .owl-theme .owl-controls {
        bottom: inherit;
        top: 22px;
    }

    .govtLogos .carouselBlock {
        padding: 0 40px;
    }

.govtLogos {
    border-top: 1px solid #eee;
}

#footer {
    background-color: #25498e;
    color: #fff;
    padding: 20px 0 40px;
    position: relative;
}

    #footer .container, #footer .containerBig {
        position: relative;
    }

.footerLeft {
    float: left;
    /*width: 70%;
     */
}

.footerRight {
    float: right;
    width: auto;
}

#footer p {
    margin-bottom: 0;
    font-size: 0.867em;
}

.lastUpdated strong {
    font-weight: normal;
    font-family: 'droid_sansbold';
}

.footerLink {
    padding: 0;
    line-height: 35px;
    margin-bottom: 5px;
}

    .footerLink ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .footerLink li {
        display: inline-block;
        position: relative;
        padding: 0 7px 0 11px;
    }

    .footerLink a {
        color: #fff;
        text-decoration: none;
        font-size: 0.867em;
    }

        .footerLink a:hover {
            text-decoration: underline;
            color: #ecbc48
        }

    .footerLink li:first-child {
        padding-left: 0;
    }

    .footerLink li:last-child {
        padding-right: 0;
    }

    .footerLink li:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 50%;
        z-index: auto;
        height: 14px;
        width: 1px;
        background: #fff;
        overflow: hidden;
        margin-top: -7px;
    }

    .footerLink li:first-child:before {
        display: none;
    }
/*emblemIcon.png*/
.mainNavigation:before {
    background: url(../images/emblemNew1.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 92px;
    top: 25px;
    background-size: 60px auto;
    content: "";
}

.wob .mainNavigation:before {
    background: url(../images/emblemIconDark.png) no-repeat 0 0;
    background-size: auto auto;
    position: absolute;
    right: 0px;
    width: 53px;
    height: 98px;
    top: 20px;
    background-size: 54px auto;
    content: "";
}

.getMobileApp a {
    color: #25498e;
    text-decoration: none;
    padding-left: 52px;
    display: inline-block;
    padding-top: 15px;
    font-family: 'droid_sansbold';
    padding-bottom: 30px;
    display: none;
}

    .getMobileApp a:hover {
        color: #636466;
    }

.downloadMobileApp {
    background: #ECBC48 url(../images/downloadMobileApp.png) no-repeat 0 0;
    position: absolute;
    left: 0px;
    width: 164px;
    height: 45px;
    bottom: -40px;
    display: none;
}

    .downloadMobileApp a {
        color: #25498e;
        text-decoration: none;
        display: inline-block;
        padding: 7px 40px 0 22px;
        font-family: 'droid_sansbold';
        text-transform: uppercase;
        line-height: normal;
    }

        .downloadMobileApp a:hover {
            color: #636466;
        }

.socialMedia {
    text-align: right;
    margin-bottom: 6px;
}

    .socialMedia ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .socialMedia ul li {
            margin-right: 5px;
            display: inline-block;
        }

            .socialMedia ul li:last-child {
                margin-right: 0;
            }

            .socialMedia ul li a {
                padding: 10px 0;
                width: 35px;
                height: 35px;
                background-color: #516da5;
                color: #fff;
                display: block;
                border-radius: 100%;
                line-height: normal;
                text-align: center;
                font-size: 16px;
                transition: all 0.2s ease-in-out;
            }

                .socialMedia ul li a:hover {
                    background-color: #fff;
                    color: #516da5;
                }

::-webkit-input-placeholder {
    color: #636466;
    opacity: 1;
}

:-moz-placeholder {
    color: #636466;
    opacity: 1;
}

::-moz-placeholder {
    color: #636466;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #636466;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #636466;
    opacity: 1;
}

.innerBanner {
    position: relative;
    background:
    /*#25498e*/
    #f5f5f5;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-top: 1px solid #eee;
}
    /*.innerBanner:before {
     content:" ";
     position:absolute;
     left:0;
     top:0;
     z-index:auto;
     height:100%;
     width:100%;
     background:rgba(0, 0, 0, 0.4);
     overflow:hidden;
}
*/
    /*.innerBanner .bannerCaption {
     max-width: 100%;
     width: 100%;
     position: absolute;
     z-index: 999;
     text-align: left;
     left: 0;
     top: 40%;
     color: #fff;
}
*/
    .innerBanner .bannerCaption h2 {
        width: 100%;
        float: left;
        /*font-family: 'droid_sansbold';
    */
        margin-bottom: 0;
        font-size: 1.6em;
        padding: 20px 0 20px 80px;
        color: #25498e;
        position: relative;
    }

        .innerBanner .bannerCaption h2:before {
            content: "";
            width: 15px;
            height: 120px;
            position: absolute;
            background: #25498e;
            top: -17px;
            left: 17px;
            transform: rotate(30deg);
            z-index: 0;
            opacity: 1;
        }

        .innerBanner .bannerCaption h2:after {
            content: "";
            width: 3px;
            height: 120px;
            position: absolute;
            background: #25498e;
            top: -17px;
            left: 37px;
            transform: rotate(30deg);
            z-index: 0;
            opacity: 1;
        }

#breadcrumb {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    #breadcrumb ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #breadcrumb a {
        color: #25498e;
        text-decoration: none;
        position: relative;
        margin-right: 35px;
        display: inline-block;
    }

        #breadcrumb a:before {
            content: "\f105";
            font-family: 'FontAwesome';
            position: absolute;
            right: -35px;
            top: -1px;
            z-index: auto;
            height: 20px;
            width: 20px;
            overflow: hidden;
        }

        #breadcrumb a:hover {
            text-decoration: underline;
        }

.innerContent {
    padding: 30px 0;
    background-color:
    /*#f3f2f2*/
    #fff;
    min-height: 450px;
}

.leftContent {
    float: left;
    width: 72%;
    line-height: 1.6;
}

.historyInfoBlock {
    margin-bottom: 30px;
}

    .historyInfoBlock img {
        float: left;
        display: inline-block;
        width: 50%;
    }

    .historyInfoBlock .historyInfoContent {
        float: left;
        display: inline-block;
        width: 50%;
        padding: 13px 20px;
        background-color: #25498e;
        color: #fff;
        /*border: 1px solid #d2d2d2;
    */
    }

        .historyInfoBlock .historyInfoContent p {
            margin: 0;
        }

.leftContent h3 {
    color: #25498e;
    font-size: 1.385em;
    font-family: 'droid_sansbold';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.asidebar {
    float: right;
    width: 25%;
}

.usefulInfor {
    padding: 20px;
    background-color: #f3f2f2;
    margin-bottom: 20px;
}

    .usefulInfor h3 {
        color: #636466;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: 'droid_sansbold';
        font-size: 1.385em;
    }

.leftContent p {
    font-size: 1em;
    text-align: justify;
}

.asidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .asidebar ul li a .fa {
        padding-right: 10px;
    }

    .asidebar ul li ul {
        padding-left: 25px;
    }

    .asidebar ul li a {
        color: #636466;
        padding: 5px 0 5px 0;
        display: block;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        text-decoration: none;
        font-size: 1.067em;
    }

        .asidebar ul li a:hover {
            color: #25498e;
            padding: 5px 0 5px 10px;
        }

.trainingCourseBlock a {
    background-color: #f2f2f2;
    color: #636466;
    text-transform: uppercase;
    padding: 25px 0 25px 25px;
    display: block;
    text-decoration: none;
    font-size: 1.385em;
    font-family: 'droid_sansbold';
    position: relative;
}

    .trainingCourseBlock a:hover {
        background-color: #fab718;
        color: #25498e;
    }

    .trainingCourseBlock a:before {
        background-color: #e3e3e3;
        color: #636466;
        font-size: 1.385em;
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: 0;
        z-index: auto;
        height: auto;
        width: auto;
        overflow: hidden;
        padding: 20px;
    }

    .trainingCourseBlock a:hover:before {
        background-color: #25498e;
        color: #fab718;
    }

.trainingCourseBlock {
    margin-bottom: 20px;
}

.trainingCourseBlock2 {
    position: relative;
}

    .trainingCourseBlock2 img {
        width: 100%;
    }

    .trainingCourseBlock2 a {
        text-decoration: none;
    }

    .trainingCourseBlock2 span {
        display: block;
        padding: 12px 0;
        font-size: 1.200em;
        font-family: 'droid_sansbold';
        text-align: center;
        width: 100%;
        background-color: #25498e;
        color: #fff;
        transition: 250ms ease;
        -webkit-transition: 250ms ease;
    }

    .trainingCourseBlock2 a:hover span {
        background-color: #fab718;
        color: #25498e;
    }

.col50 li {
    float: left;
    width: 50%;
}

.downloadsPdfTh {
    width: 15%;
}

.siteMapNav ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

    .siteMapNav ul li {
        margin-bottom: 10px;
    }

        .siteMapNav ul li ul {
            margin-top: 10px;
            margin-bottom: 15px;
            padding-left: 20px;
        }

        .siteMapNav ul li a {
            text-decoration: none;
            font-size: 1.154em;
        }

            .siteMapNav ul li a:hover {
                color: #061d4a
            }

.siteMapNav > ul > li {
    padding: 0 0 0 20px;
    position: relative;
}

    .siteMapNav > ul > li:before {
        font-size: 1.154em;
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: -1px;
        z-index: auto;
        height: auto;
        width: auto;
        overflow: hidden;
        color: #25498e;
    }

    .siteMapNav > ul > li > ul > li {
        padding: 0 0 0 20px;
        position: relative;
    }

        .siteMapNav > ul > li > ul > li:before {
            font-size: 1.154em;
            content: "\f107";
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            top: -1px;
            z-index: auto;
            height: auto;
            width: auto;
            overflow: hidden;
            color: #25498e;
        }

.contactUsMain {
    display: inline-block;
    width: 100%;
}

    .contactUsMain ul {
        padding: 0;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contactUsMain ul li {
            min-height: 255px;
            width: 32%;
            padding: 16px 15px 23px 20px;
            border: 1px solid #e3e1e1;
            margin-bottom: 20px;
            float: left;
            margin-right: 20px;
            position: relative;
        }

            .contactUsMain ul li:nth-child(3n) {
                margin-right: 0;
            }

            .contactUsMain ul li:hover {
                box-shadow: 0 2px 10px #e3e1e1;
                background-color: #fbfbfb;
            }

            .contactUsMain ul li::after {
                width: 5px;
                content: "";
                background: #25498e;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                margin: auto;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

            .contactUsMain ul li:hover::after {
                height: 100%;
            }

            .contactUsMain ul li::before {
                width: 5px;
                content: "";
                background: #e3e1e1;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                margin: auto;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

            .contactUsMain ul li .nameDesignation {
                margin-bottom: 20px;
                font-size: 1.200em;
                font-family: 'droid_sansbold';
                text-transform: uppercase;
                color: #25498e;
                float: left;
                width: 100%;
            }

                .contactUsMain ul li .nameDesignation span {
                    font-size: 0.800em;
                    font-family: 'droid_sansregular';
                    display: block;
                    text-transform: capitalize;
                    color: #636466;
                }

            .contactUsMain ul li .personImage {
                float: left;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden;
                margin: 0 15px 5px 0;
                border: 1px solid #ccc;
            }

.contactDetails span {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 1em;
}

    .contactDetails span.address {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contactDetails span:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }

    .contactDetails span a {
        text-decoration: none;
        color: #636466;
    }

    .contactDetails span .fa {
        color: #25498e;
        font-size: 16px;
        padding-right: 8px;
    }

.leftContent.innerFull {
    width: 100%;
}

.retiredPersonsMain ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.retiredPersonsImage {
    margin-bottom: 10px;
}

.retiredPersonsName {
    font-size: 1.385em;
    font-family: 'droid_sansbold';
    text-transform: uppercase;
    color: #25498e;
}

    .retiredPersonsName span {
        font-size: 0.769em;
        font-family: 'droid_sansregular';
        display: block;
        text-transform: capitalize;
        color: #636466;
    }

.retiredPersonsMain ul li {
    text-align: center;
    width: 31%;
    padding: 16px 20px 23px 30px;
    border: 1px solid #e3e1e1;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
}

    .retiredPersonsMain ul li:nth-child(3n) {
        margin-right: 0;
    }

    .retiredPersonsMain ul li:hover {
        box-shadow: 0 2px 10px #e3e1e1;
        background-color: #fbfbfb;
    }

    .retiredPersonsMain ul li::after {
        width: 5px;
        content: "";
        background: #25498e;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .retiredPersonsMain ul li:hover::after {
        height: 100%;
    }

    .retiredPersonsMain ul li::before {
        width: 5px;
        content: "";
        background: #e3e1e1;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

.otherLinksInner ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

    .otherLinksInner ul li {
        margin-bottom: 20px;
        width: 49%;
        padding: 10px 20px;
        border: 1px solid #e3e1e1;
        position: relative;
    }

        .otherLinksInner ul li a {
            text-decoration: none;
            font-size: 1.154em;
        }

            .otherLinksInner ul li a:hover {
                color: #061d4a
            }
        /*.otherLinksInner > ul > li {
    padding:0 0 0 20px;
     position: relative;
}
 .otherLinksInner > ul > li:before {
    font-size: 1.154em;
     content: " 105";
     font-family: 'FontAwesome';
     position: absolute;
     left: 0;
     top: -1px;
     z-index: auto;
     height: auto;
     width: auto;
     overflow: hidden;
     color: #25498e;
}
 */
        .otherLinksInner ul li:nth-child(odd) {
            float: left;
        }

        .otherLinksInner ul li:nth-child(even) {
            float: right;
        }

        .otherLinksInner ul li:hover {
            box-shadow: 0 2px 10px #e3e1e1;
            background-color: #fbfbfb;
        }

        .otherLinksInner ul li::after {
            width: 5px;
            content: "";
            background: #25498e;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            margin: auto;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

        .otherLinksInner ul li:hover::after {
            height: 100%;
        }

        .otherLinksInner ul li::before {
            width: 5px;
            content: "";
            background: #e3e1e1;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: auto;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
        }
/*smoke external css popup*/
.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9999 !important;
}

    .smoke-base.smoke-visible {
        opacity: 1;
        visibility: visible;
    }

.smokebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.smoke-base .dialog {
    position: absolute;
}

.dialog-prompt {
    margin-top: 15px;
    text-align: center;
}

.dialog-buttons {
    margin: 20px 0 5px 0
}

.smoke {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}

.dialog-buttons button {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0 5px;
    -webkit-background-clip: padding-box;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    padding: 9px 12px;
}

.dialog-prompt input {
    margin: 0;
    border: 0;
    font-family: sans-serif;
    outline: none;
    border: 1px solid #aaa;
    width: 75%;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    padding: 8px;
}

.smoke-base {
    background: rgba(0, 0, 0, .6);
}

    .smoke-base .dialog {
        top: 40%;
        width: 700px;
        left: 50%;
        margin-left: -350px;
    }

    .smoke-base .dialog-inner {
        padding: 15px;
        color: #202020;
    }

.smoke {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px #666;
}

.dialog-buttons button {
    background-color: rgba(0, 0, 0, .85);
    border-radius: 0;
    color: #fff;
}

    .dialog-buttons button.cancel {
        background-color: rgba(0, 0, 0, .40);
    }
/********Module Search***********/
.moduleSearch {
    border: 1px solid #dadada;
    background: #f5f5f5;
    padding: 10px;
    font-size: 1.154em;
}

    .moduleSearch li {
        float: left;
        width: auto;
        list-style: none;
        padding-right: 15px;
    }

        .moduleSearch li:last-child {
            width: auto;
        }

        .moduleSearch li label, .moduleSearch li .label {
            padding: 0 15px 0 0;
            display: block;
            vertical-align: middle;
            float: left;
            line-height: 40px;
        }

        .moduleSearch li .inputCol {
            display: inline-block;
            position: relative;
            width: 200px;
            vertical-align: middle;
        }

            .moduleSearch li .inputCol .note {
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .moduleSearch li:first-child .inputCol {
            width: 192px;
        }

        .moduleSearch li input[type="text"], .moduleSearch li .customSelectOuter {
            width: 100%;
            background: #fff;
            border: 1px solid #e5e5e5;
        }

        .moduleSearch li .customSelectOuter {
            cursor: pointer;
            background: #ffffff url(../images/select-arrow.png) no-repeat 92% 15px;
        }

        .moduleSearch li .customSelect {
            height: 40px !important;
            font-size: 1.000em;
            padding: 5px 15px;
            background: #fff;
        }

        .moduleSearch li .btnSearchReset input {
            line-height: 33px;
            padding: 0 10px;
            margin-right: 5px
        }

    .moduleSearch.eventSearch li {
        width: auto;
    }

    .moduleSearch input[type="text"] {
        height: 35px;
    }

    .moduleSearch li .btnSearchReset {
        margin-top: 23px
    }

        .moduleSearch li .btnSearchReset .resetBtn {
            background-color: #8b8b8b;
            border: 1px solid #8b8b8b;
        }

            .moduleSearch li .btnSearchReset .resetBtn:hover {
                background-color: #747474;
                border: 1px solid #747474;
                color: #fff;
            }

.error {
    color: #ff0000;
}

#backtotop {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    bottom: 30px;
    cursor: pointer;
    display: none;
    height: 42px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    width: 42px;
    z-index: 999;
}

    #backtotop > span {
        position: relative;
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 22px;
        text-align: center;
        color: #25498e;
        background-color: #ecbc48;
        -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
        transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
        overflow: hidden;
    }

    #backtotop span em {
        background: #25498e url(../images/backtotop.png) no-repeat scroll center center;
        font-weight: bold;
        display: block;
        width: 42px;
        height: 42px;
        -webkit-transition: .15s ease 50ms;
        -moz-transition: .15s ease 50ms;
        transition: .15s ease 50ms;
        text-indent: -9999px;
        background-size: 25px auto;
    }

    #backtotop > span:after {
        content: 'TOP';
        position: absolute;
        top: 150%;
        left: 52%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
        -moz-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
        transition: .45s cubic-bezier(.54, .13, 0, 1.43);
        font-size: 12px;
        font-weight: bold;
    }

    #backtotop > span:hover:after {
        top: 50%
    }

    #backtotop > span:hover em {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: .15s ease;
        -moz-transition: .15s ease;
        transition: .15s ease
    }

.otherLinks .container > ul.otherLinksMobile {
    display: none;
}

    .otherLinks .container > ul.otherLinksMobile .item a {
        display: inline-block;
        vertical-align: middle;
    }

    .otherLinks .container > ul.otherLinksMobile.owlCarousel .item {
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav [class*="owl-"] {
        width: 20px;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-prev {
        left: 7px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat 0 -458px transparent;
        transition: all 0.2s ease-in-out;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-next {
        /*right: -30px;
    */
        right: 7px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat -162px -458px transparent;
        transition: all 0.2s ease-in-out;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-prev:after {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        content: "\f104";
        font-family: 'FontAwesome';
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        text-indent: 0;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-next:after {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        content: "\f105";
        font-family: 'FontAwesome';
        height: 20px;
        right: 0;
        position: absolute;
        top: 0;
        width: 20px;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        text-indent: 0;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
        color: #fff;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-next:hover:after {
        color: #fff;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-prev:hover {
        background-position: -30px -458px;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls .owl-nav .owl-next:hover {
        background-position: -192px -458px;
    }

    .otherLinks .container > ul.otherLinksMobile.owl-theme .owl-controls {
        bottom: inherit;
        top: 22px;
    }

.form {
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    padding: 0 0 25px 0;
}

.fieldsRequired, .asterix {
    color: #940000;
    font-style: inherit;
}

.feedbackForm {
    width: 100%;
    margin: 0 auto;
    /*background: #ededed;
     */
    padding: 0 0 25px;
}

.fieldsRequired {
    text-align: right;
    font-style: italic;
}

.feedbackForm ul {
    padding: 0;
    margin: 0 -10px 20px;
}

    .feedbackForm ul li {
        float: left;
        list-style: outside none none;
        width: 100%;
    }

.feedbackForm .fieldCol {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 50%;
}

.feedbackForm .fieldInput {
    margin-bottom: 20px;
}

.feedbackForm .fieldCol.fieldColWide, .feedbackForm .threecolumnField .fieldCol.fieldColWide {
    width: 100%;
}

.feedbackForm .verifyRow {
    position: relative;
}

    .feedbackForm .verifyRow .captcha {
        width: 150px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .feedbackForm .verifyRow .refreshCaptcha {
        position: absolute;
        top: 10px;
        right: 5px;
        margin: 0;
    }

.feedbackForm select {
    font-size: 14px;
    padding: 10px;
}

.feedbackForm input[type="text"], .feedbackForm input[type="email"], .feedbackForm input[type="tel"], .feedbackForm input[type="number"], .feedbackForm input[type="url"], .feedbackForm input[type="password"], .feedbackForm input[type="search"], .feedbackForm select, .feedbackForm textarea {
    background: #fff;
}

.feedbackForm .customSelectOuter {
    border: 1px solid #c9c9c9;
    cursor: pointer;
    background: #ffffff url(../images/select-arrow.png) no-repeat 96% 17px;
}

.feedbackForm .customSelectInner, .feedbackForm textarea {
    /*color: #333;
     */
    font-size: 15px;
}

.successMsg {
    color: #4aa20f;
}

.feedbackForm input[type="text"], .feedbackForm input[type="email"], .feedbackForm input[type="tel"], .feedbackForm input[type="number"], .feedbackForm input[type="url"], .feedbackForm input[type="password"], .feedbackForm input[type="search"], .feedbackForm select, .feedbackForm textarea {
    background: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
}

.feedbackForm .customSelectOuter select {
    height: 40px !important;
}

.feedbackForm .customSelectOuter .customSelect {
    font-size: 100%;
    padding: 8px 10px 9px 10px;
}

.feedbackForm .verifyRow input.formControl {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.feedbackForm .threeColumnfield .fieldCol {
    width: 33.33%;
}

.language .goButton {
    display: none;
}

.missionVisionMainBlock {
    background-color: #fff;
    padding: 20px;
    margin: 30px 0;
}

    .missionVisionMainBlock .missionBlockTab p {
        font-size: 1.154em;
        margin-bottom: 15px;
        position: relative;
        padding-left: 45px;
    }

        .missionVisionMainBlock .missionBlockTab p:before {
            font-size: 28px;
            line-height: 28px;
            color: #dadada;
            content: "\f10d";
            font-family: 'FontAwesome';
            height: 28px;
            left: 0;
            position: absolute;
            top: 8px;
            width: 28px;
            -webkit-transition: 350ms ease;
            transition: 350ms ease;
            text-indent: 0;
        }

    .missionVisionMainBlock .valuesBlock ul {
        margin: 0;
    }

    .missionVisionMainBlock .valuesBlock li {
        font-size: 1.154em;
        margin-bottom: 6px;
    }

    .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a {
        color: #25498e;
        background-color: transparent;
        padding: 0;
    }

    .missionVisionMainBlock .resTab .tabNav li {
        background-color: transparent;
        padding-right: 15px;
        margin-right: 15px;
        line-height: normal;
    }

        .missionVisionMainBlock .resTab .tabNav li:last-child {
            border-right: none;
        }

        .missionVisionMainBlock .resTab .tabNav li a {
            padding: 0;
            color: #585858;
            font-size: 1.385em;
        }

            .missionVisionMainBlock .resTab .tabNav li a:hover {
                background: none;
                color: #123069;
            }

    .missionVisionMainBlock .missionBlockTab {
        float: left;
        width: 835px;
        border-right: 1px solid #ccc;
        padding-right: 25px;
        margin-right: 25px;
        /*margin-top: 30px;
     */
    }

    .missionVisionMainBlock .valuesBlock {
        width: 268px;
        float: right;
        /*margin-top: 30px;
    */
    }

    .missionVisionMainBlock .viewAllActivities {
        text-align: right;
    }

    .missionVisionMainBlock .valuesBlock h3 {
        color: #25498e;
        font-size: 1.385em;
        margin-bottom: 10px;
    }

.valuesInner ul li {
    font-size: 1.154em;
}

.hindiDoc .resTab .tabNav li a {
    font-size: 1.200em;
    padding: 8px 15px;
}

.red {
    color: #c60000;
}
/**********Photo Gallery**********/
.records {
    float: left;
}

    .records .txt, .records select {
        float: left;
        font-size: 0.929em;
        line-height: 1.615em;
    }

    .records .txt {
        margin-top: 3px;
    }

    .records .goBtn {
        margin-left: 7px;
        padding: 3px 5px 1px;
        color: #fff;
        font-size: 0.929em;
        line-height: 1.200em;
        vertical-align: middle;
    }

    .records.go {
        float: right;
    }

.paging {
    float: none;
    padding: 0 136px 0 180px;
    line-height: normal;
    text-align: center;
}

    .paging table {
        width: auto;
        border: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

        .paging table tr td {
            background: none;
            border: 0;
            padding: 0 5px;
        }

.pagingbar {
    background: #f2f5f3;
    border: 1px solid #ededed;
    margin: 0;
    padding: 10px;
}

    .pagingbar select {
        font-size: 0.929em;
        padding: 0;
        border: 1px solid #bbb;
        background: #fff;
        width: auto;
        height: 26px;
        min-width: 50px;
    }

    .pagingbar .txt {
        font-size: 14px;
        margin: 0;
        padding-right: 10px;
        line-height: 30px;
        color: #666;
    }

.paging input {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    cursor: pointer;
}
    /*.paging input.aspNetDisabled, .paging input.aspNetDisabled:hover {
     background: #fff;
}
*/
    .paging input.prevBtn {
        background: url(../images/previous-gallery.png) no-repeat scroll center center;
        height: 26px;
        text-indent: -999em;
        width: 24px;
        border: none;
    }

        .paging input.prevBtn:hover {
            background: url(../images/previous-gallery.png) no-repeat scroll center center;
        }

    .paging input.nextBtn {
        background: url(../images/next-gallery.png) no-repeat center center;
        height: 26px;
        text-indent: -999em;
        width: 24px;
        border: none;
    }

        .paging input.nextBtn:hover {
            background: url(../images/next-gallery.png) no-repeat scroll center center;
        }

    .paging input:hover {
        background: #F7941D;
    }

.pagingbar .customSelect {
    height: auto
}

    .pagingbar .customSelect .customSelectInner {
        padding: 0;
    }

.photoGallery, .videoGallery {
    position: relative;
}

    .photoGallery .backBtn, .videoGallery .backBtn {
        position: absolute;
        right: 0;
        top: 0;
    }

.gallery {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    height: auto
}

    .gallery li {
        float: left;
        /*width: 25%;
    */
        position: relative;
        padding: 5px;
        /*overflow: hidden;
     max-height: 167px;
    */
    }

        .gallery li .galleryBox {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .gallery li .galleryBox.image {
                padding: 0;
                box-shadow: 0 0 0 #cccccc;
            }

            .gallery li .galleryBox:hover .img {
                box-shadow: 2px 3px 3px #cccccc;
                background: #f6f6f6;
            }

            .gallery li .galleryBox:hover h3 a {
                color: #10203e;
            }

    .gallery .galleryBox:hover .albmText, .gallery .photoInner:hover .albmText, .gallery .photoInner:hover .imgZoom, .gallery .photoInner:hover .playVideo {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .gallery .galleryBox input[type="image"] {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    /*.gallery .galleryBox:hover input[type="image"] {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
*/
    .gallery .galleryBox .img {
        position: relative;
        overflow: hidden;
        padding: 10px;
        border-bottom: 2px solid #e5e5e5;
        box-shadow: 0 0 1px #cccccc;
    }

    .gallery .galleryBox .img, .gallery .galleryBox .bord {
        position: relative;
        /*height:170px;
    */
        overflow: hidden;
    }

        .gallery .galleryBox .bord img {
            /*width:auto;
     max-width:inherit;
    */
        }

        .gallery .galleryBox .bord .zoom {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            color: #fff;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            transition: all 0.3s ease 0ms;
        }

            .gallery .galleryBox .bord .zoom img {
                width: auto;
                max-width: inherit;
            }

            .gallery .galleryBox .bord .zoom span {
                display: block;
            }

    .gallery .galleryBox.image h3 {
        display: none;
    }

    .gallery .galleryBox:hover .bord .zoom {
        visibility: visible;
        opacity: 1;
    }

    .gallery .galleryBox .img .viewAlbum {
        /*background:url(images/folder.png) no-repeat 0 0;
    */
        display: block;
        height: 170px;
        display: table-cell;
        vertical-align: middle;
    }

    .gallery .galleryBox h3 {
        font-size: 15px;
        margin: 0;
        padding: 10px;
        text-align: center;
        line-height: 22px;
        height: 86px;
        overflow: hidden;
    }

    .gallery .img input[type="image"], .gallery .photoInner .imgThumb {
        display: block;
        float: left;
        position: relative;
        top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100%;
    }
    /*.gallery .img input[type="image"]{
    background:url(images/view-album-icon.png) no-repeat scroll center center;
}
*/
    .gallery .galleryBox h3 a {
        color: #393939;
        text-decoration: none;
    }

    .gallery .photoAlbName {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .gallery .folder {
        background-image: url(../images/folder.png);
        background-position: center 40%;
        background-repeat: no-repeat;
    }

    .gallery .photoZoom {
        background-image: url(../images/photo-zoom.png);
        background-position: center 40%;
        background-repeat: no-repeat;
    }

    .gallery .photoAlbName {
        color: #fff;
        text-decoration: none;
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #007e31;
        z-index: 10;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        line-height: 18px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
        /*.gallery .galleryBox:hover .photoAlbName {
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform:translateX(0%);
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
*/
        .gallery .photoAlbName h3 {
            margin: 0;
        }

        .gallery .photoAlbName a {
            color: #fff;
            font-size: 16px;
            display: block;
            padding: 10px;
        }

            .gallery .photoAlbName a:hover {
                color: #10203e;
            }

        .gallery .photoAlbName .photoName, .gallery .videoName, .gallery .size {
            display: block;
            padding-top: 10px;
        }

    .gallery .bord img {
        width: 100%;
    }

    .gallery .totalVideos, .gallery .size {
        font-size: 14px;
        display: block;
    }

.photoGallery .pagingbar .customSelectOuter, .videoGallery .pagingbar .customSelectOuter {
    display: inline-block;
    background: #ffffff url(../images/select-arrow.png) no-repeat scroll 85% 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
}

    .photoGallery .pagingbar .customSelectOuter span.customSelect, .videoGallery .pagingbar .customSelectOuter span.customSelect {
        padding: 2px 40px 2px 5px;
    }

    .photoGallery .pagingbar .customSelectOuter .customSelectInner, .videoGallery .pagingbar .customSelectOuter .customSelectInner {
        line-height: 23px;
        font-size: 14px;
    }

.videoList a, .videoList a:hover {
    color: #fff;
}
/**********Sitemap**********/
.sitemap {
    padding: 0;
    margin: 0 -15px;
}

.sitemapBtnExport {
    padding: 0;
    text-align: right;
    margin-bottom: 15px;
}

.sitemap .sitemapDiv {
    margin: 10px 0;
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}

.sitemap ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px
}

.sitemap li {
    margin: 0 0 10px 0;
    list-style-type: none;
    width: 100%;
    padding: 0;
}

    .sitemap li:last-child {
        margin: 0;
    }

    .sitemap li.sitemapTitle {
        margin-left: -10%;
        width: 110%;
    }

        .sitemap li.sitemapTitle a {
            text-transform: uppercase;
        }

            .sitemap li.sitemapTitle a:hover {
                color: #000;
            }

        .sitemap li.sitemapTitle > a:after, .sitemap li.sitemapTitle > a:before {
            display: none;
        }

    .sitemap li a {
        color: #444;
        text-decoration: none;
        transition: all 0.3s ease 0ms;
        -webkit-transition: all 0.3s ease 0ms;
    }

.sitemap .sitemapTitle a {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    color: #25498e;
    display: block;
    line-height: 22px;
    padding: 8px 13px;
    text-decoration: none;
    font-size: 15px;
}

.sitemap ul li a:hover {
    color: #25498e;
}

.sitemap ul:before {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    content: " ";
    background: #d3d3d3;
    display: block;
}

.sitemap ul li a {
    position: relative;
    line-height: 22px;
    display: block;
    min-width: 220px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    text-decoration: none;
}

.sitemap li a:hover {
    padding: 8px 8px 8px 13px;
    background: #f1f2f2;
}

.sitemap ul li a:after, .sitemap ul li a:before {
    position: absolute;
    top: 50%;
    content: " ";
    background: #d3d3d3
}

.sitemap ul li a:before {
    left: -20px;
    width: 20px;
    height: 1px;
    margin-top: -1px
}

.sitemap ul li a:after {
    left: -23px;
    height: 5px;
    width: 5px;
    margin-top: -3px;
    border-radius: 50%
}

.sitemap .btnExport .doc {
    background-image: url(../images/doc-icon.png);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    padding: 5px 10px 5px 32px;
    margin-left: 10px;
}
/* Wob new CSS */
/*.wob #logo a{
     background: url(images/logoDark.png) no-repeat center center;
     height: 105px;
     width: 355px;
     display: block;
}
 .wob #logo img{
     visibility: hidden;
}
 */
.wob #nav > li > a:hover, .wob #nav > li.hover > a, .wob #nav > li.focus > a, .wob #nav > .highlight > a, .wob #nav ul li a, .wob .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover, .wob #nav ul li a, .wob .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover, .wob .org-chart .department.dep-a a, .wob .org-chart .department.dep-b a, .wob .org-chart .department.dep-c a, .wob .org-chart .department.dep-d a, .wob .org-chart .department.dep-e a, .wob .org-chart .department.dep-f a, .wob .org-chart .department.dep-g a {
    background: #ff0;
    color: #000;
}

.wob .missionVisionMainBlock .resTab .tabNav li a, .wob .informationBlockTab .newsDate, .wob .informationBlockTab .newsDate span, .wob .sitemap li.sitemapTitle a:hover, .wob .accordion .accTrigger:after, .wob .retiredPersonsName span, .wob .gallery li .galleryBox:hover h3 a, .wob .accordion .accTrigger:after, .wob .contactUsMain ul li .nameDesignation span, .wob .contactDetails span .fa {
    color: #fff;
}

.wob #nav li a, .wob .aboutInfoContentRight .viewAll a, .wob .viewAllActivities a, .wob .usefulLinks ul li a, .wob .latestNewsTicker .newsDescription a, .wob #accessControl input:hover, .wob .resTab .tabNav li.r-tabs-state-active a, .wob .usefulLinks .viewAll a, .wob .trainingCourses ul li a, .wob .trainingCourses .viewAll a, .wob .informationBlockTab a, .wob .otherLinks ul li a, .wob .footerLink a:hover, .wob .asidebar ul li a, .wob .sitemap .sitemapTitle a, .wob .sitemap ul li a, .wob .gallery .galleryBox h3 a, .wob #accessControl input, .wob .language .customSelect, .wob .indexBanner .bannerCaption .bannerInCont .textcolor, .wob .resTab .tabNav li a:hover, .wob .search a, .wob .informationBlockTab .stop:after, .wob .logoText .text2, .wob .logoText .text3 {
    color: #ff0;
}

.wob .aboutInfoContent, .wob .informationBlockTab .resTab .tabNav li.r-tabs-state-active a, .wob .informationBlockTab .newsDate, .wob .otherLinks, .wob .mainNavSection, .wob .retiredPersonsMain ul li:hover, .wob .otherLinksInner ul li:hover, .wob .pagingbar, .wob .contactUsMain ul li:hover, .wob .informationBlock, .wob .innerContent, .wob .resTab .tabNav li a:hover, .wob .aboutInfoBlock {
    background: #222;
}

.wob .otherLinks, .wob .innerBanner, .wob .search .form-wrapper::before {
    border-bottom-color: #444;
}

.wob #nav li ul li a:hover, .wob #nav li ul li > a.selected, .wob #nav ul a:hover, .wob.noJS #nav ul a:focus, .wob #nav ul a.selected, .wob #nav ul > .highlight > a {
    background-color: #222;
    color: #fff;
}

.wob .aboutInfoContentRight h2, .wob .missionVisionMainBlock .valuesBlock h3, .wob .activitiesBlockMain h2, .wob .usefulLinks h3, .wob .imagesCapsion, .wob .trainingCourses h3, .wob .usefulInfor h3, .wob .leftContent h3, .wob label, .wob .innerBanner .bannerCaption h2, .wob .accordion .accTrigger.active, .wob .retiredPersonsName, .wob .pagingbar .txt, .wob .contactUsMain ul li .nameDesignation, .wob .contactDetails span a, .wob #teamDeatilPopup .teamContent h3 {
    color: #80ff00;
}

.wob .dgtitle, .wob .missionVisionMainBlock, .wob .usefulLinks, .wob .informationBlockTab, .wob .trainingCourses, .wob #footer, .wob .topStrip, .wob .usefulInfor, .wob .activitiesBlockMain {
    background-color: #000;
}

    .wob .activitiesTitle, .wob .socialMedia ul li a, .wob .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev, .wob .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next, .wob #backtotop span em, .wob table tr:nth-child(2n+1) td, .wob .tableRowOdd {
        background-color: #444;
        color: #fff;
    }

.wob .trainingCourseBlock2 span, .wob .org-chart ul a, .wob .servicesType15 .inner .fa {
    background: #000;
    color: #ff0;
}

.wob .downloadMobileApp a {
    line-height: 18px;
}

.wob .sitemap .sitemapTitle a, .wob .sitemap ul:before, .wob .sitemap ul li a:after, .wob .sitemap ul li a:before, .wob caption, .wob th, .wob .retiredPersonsMain ul li:after, .wob .otherLinksInner ul li:hover:after, .wob .contactUsMain ul li:after, .wob .informationBlockTab .resTab .tabNav li, .wob .search .form-wrapper {
    background-color: #444;
}

.wob .sitemap .sitemapTitle a, .wob .sitemap ul li a {
    border-color: #444;
    background: #222;
}

.wob input[type="submit"], .wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button {
    background-color: #ff0;
    color: #000;
    border-color: #ff0;
}

    .wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob input[type="reset"]:hover, .wob button:hover, .wob .button:hover {
        background-color: #80ff00;
        border-color: #80ff00;
    }

.wob .trainingCourseBlock2 a:hover span, .wob .socialMedia ul li a:hover {
    background-color: #80ff00;
    color: #000;
}

.wob td, .wob .tableData td, .wob table, .wob .tableData {
    border-color: #666;
    background: #333;
}

.wob .accordion .accTrigger, .wob .org-chart .departments li li.section a {
    background-color: #666;
    border-color: #555;
    color: #fff;
}

    .wob .accordion .accTrigger:before {
        border-color: #555;
        border-right-color: #666;
    }

.wob .accordDetail, .wob .pagingbar, .wob #nav li ul li a:hover {
    border-color: #555;
}

    .wob .accordDetail:before, .wob .innerBanner .bannerCaption h2:before, .wob .innerBanner .bannerCaption h2:after {
        background: #80ff00;
    }

.wob .accordion .accTrigger.active, .wob .gallery li .galleryBox:hover .img, .wob .search, .wob .litebox-overlay .litebox-inline-html, .wob #nav > li > a:hover:before {
    background: #333;
}

    .wob .accordion .accTrigger.active:before {
        border-color: #222;
        border-right-color: #333;
    }

.wob th, .wob .tableData th {
    background: #111;
    border-color: #666;
    color: #80ff00;
}

.wob .pagingbar .customSelect, .wob .moduleSearch li .customSelect {
    color: #333;
}

.wob .gallery .galleryBox .img, .wob .gallery .galleryBox .bord, .wob .indexBanner .bannerCaption .bannerInCont {
    background: #313131;
}

.wob .innerBanner, .wob .moduleSearch {
    background: #000;
    color: #fff;
    border-color: #000
}
/* Dashbaord design */
.headerDashboard {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

    .headerDashboard .topStrip {
        padding: 0;
        background: #25498e;
        position: fixed;
        z-index: 9;
        width: 100%;
        box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.2);
    }

    .headerDashboard .leftLink {
        width: 12%;
        background: #fff;
        padding: 8px 0;
        text-align: center;
    }

    .headerDashboard .topStrip .leftLink li {
        float: none;
    }

    .headerDashboard .rightLinks {
        padding: 29px 40px;
        color: #fff;
        width: 88%;
        text-align: right;
        position: relative;
    }

        .headerDashboard .rightLinks li {
            font-size: 16px;
            line-height: 30px;
            display: inline-block;
            text-align: right;
            float: none;
            vertical-align: middle;
        }

            .headerDashboard .rightLinks li:before {
                display: none;
            }

        .headerDashboard .rightLinks h2 {
            margin: 0;
            padding: 0;
            left: 40px;
            position: absolute;
            /*font-weight: bold;
    */
            font-size: 21px;
        }

.dashboardPanel {
    position: relative;
    padding: 0 0 20px 0;
    min-height: 750px;
    background: url(../images/informationBlock2.jpg) no-repeat center top / cover;
}

    .dashboardPanel .leftSidebar {
        width: 12%;
        float: left;
        background: #686868;
        position: fixed;
        top: 92px;
        height: 100%;
        z-index: 9;
    }

        .dashboardPanel .leftSidebar:before {
            content: "";
            background: #cecece;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

        .dashboardPanel .leftSidebar ul {
            margin: 0;
            padding: 0;
            list-style: none;
            background: #c3c3c3;
        }

            .dashboardPanel .leftSidebar ul li {
                float: left;
                width: 100%;
                background: none;
                padding: 0;
                position: relative;
            }

                .dashboardPanel .leftSidebar ul li.parentMenu .menuIcon {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    right: 8px;
                    top: 7px;
                    cursor: pointer;
                    font-style: normal;
                    color: #fff;
                    display: none;
                }

                    .dashboardPanel .leftSidebar ul li.parentMenu .menuIcon:before {
                        font-size: 19px;
                        content: "\f107";
                        font-family: 'FontAwesome';
                        position: absolute;
                        left: auto;
                        top: -3px;
                        z-index: auto;
                        height: auto;
                        width: auto;
                        overflow: hidden;
                        right: -11px;
                        width: 25px;
                        height: 25px;
                    }

                    .dashboardPanel .leftSidebar ul li.parentMenu .menuIcon.open:before {
                        content: "\f106";
                        font-family: 'FontAwesome';
                    }
                /*.dashboardPanel .leftSidebar ul li.parentMenu .submenuLinks {
     display: none;
}
*/
                .dashboardPanel .leftSidebar ul li:before {
                    display: none;
                }

                .dashboardPanel .leftSidebar ul li a {
                    display: block;
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 22px;
                    padding: 15px 7px;
                    color: #fff;
                    position: relative;
                    border-bottom: 1px solid #5a5a5a;
                    background: #3b3b3b;
                    text-align: left;
                }
                    /*.dashboardPanel .leftSidebar ul li a:before{
     content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fab718;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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;
}
 .dashboardPanel .leftSidebar ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(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);
}
 */
                    .dashboardPanel .leftSidebar ul li a.active:after {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-left: 15px solid #fab718;
                        border-top: 12px solid transparent;
                        border-bottom: 13px solid transparent;
                        right: -15px;
                        top: 0;
                        bottom: 0;
                        margin: auto 0;
                    }

                    .dashboardPanel .leftSidebar ul li a:hover {
                        color: #333;
                        background: #25498e;
                    }

                    .dashboardPanel .leftSidebar ul li a span {
                        font-size: 21px;
                        float: left;
                        line-height: 20px;
                        margin-bottom: 7px;
                        height: 22px;
                        width: 28px;
                        text-align: center;
                        margin-right: 10px;
                    }

                .dashboardPanel .leftSidebar ul li li a {
                    background: #666;
                }

                .dashboardPanel .leftSidebar ul li a.active, .dashboardPanel .leftSidebar ul li.subMenuleftpanel li a.active {
                    background-color: #fab718;
                    color: #333;
                }
    /* .dashboardPanel .leftSidebar ul li a:hover {
     background-color: #25498e;
     color: #fff;
}
 */
    .dashboardPanel .rightContent {
        width: 88%;
        float: left;
        padding: 40px 40px 0 40px;
        margin-left: 12%;
        margin-top: 92px;
    }
/*.directorpage .dashboardPanel .leftSidebar ul li a {
     padding: 7px 5px;
}
*/
/*.directorpage .dashboardPanel .leftSidebar ul li a span {
     margin-bottom: 5px;
     font-size: 20px;
}
*/
.oneBox {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

    .oneBox a {
        margin: 0 10px;
        display: block;
        background: #fafafa;
        border: 1px solid #dbdbdb;
        padding: 10px;
        text-align: center;
        font-size: 22px;
        min-height: 180px;
        text-decoration: none;
        color: #25498e;
        font-family: 'droid_sansbold';
        background-color: #fff;
        transform: scale(1);
        -webkit-transform: scale(1);
        box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

        .oneBox a span {
            display: block;
            font-size: 70px;
            line-height: 55px;
            padding: 20px 0;
            color: #fab718;
            transition: 250ms ease;
            -webkit-transition: 250ms ease;
        }

        .oneBox a:hover {
            background-color: #fff;
            transform: scale(0.95);
            -webkit-transform: scale(0.95);
        }

            .oneBox a:hover span {
                color: #25498e;
            }

.dashboardPanel .leftSidebar ul li li a {
    background: #3b3b3b;
    position: relative;
    border-bottom: 1px solid #777;
    color: #fff;
}
/*.dashboardPanel .leftSidebar ul li.parentMenu li a:before {
     font-size: 1.2em;
     content: " 105";
     font-family: 'FontAwesome';
     position: absolute;
     left: 20px;
     top: 4px;
     z-index: auto;
     height: auto;
     width: auto;
     overflow: hidden;
     display: none;
}
 */
.dashboardPanel .threeBoxes {
    margin: 0 -10px;
}

.dashboardPanel .rightLinks {
    padding: 40px 30px 0 0;
}

.refreshCaptchanew {
    background: url(../images/refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 5px;
}

.dataTables_wrapper {
    font-size: 15px;
}

    .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
        width: auto;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 200px;
    }

.feedbackForm .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    float: left;
    margin-bottom: 20px;
}

.feedbackForm .dataTables_wrapper .dataTables_length {
    float: left;
    position: absolute;
    left: 270px;
    text-transform: capitalize;
    width: 110px;
    overflow: hidden;
}

    .feedbackForm .dataTables_wrapper .dataTables_length label {
        width: 200px;
    }

.addnewUser {
    position: absolute;
    right: 0;
    z-index: 1;
}

table.dataTable.no-footer {
    margin-bottom: 20px;
}

.editIcon, .deleteIcon, .viewIcon, .feedbackIcon, .approveIcon, .addchildIcon, .deletechildIcon, .deletetempIcon, .addtempIcon, .addpostIcon, .removepostIcon, .addeduIcon, .deleteeduIcon {
    background: transparent url(../images/btnIcon.png) no-repeat 0 0;
    text-indent: -9999px;
    width: 23px;
    height: 22px;
    display: inline-block;
}

.editIcon, input[type="submit"].editIcon {
    background-position: 4px 2px;
}

    .editIcon:hover, input[type="submit"].editIcon:hover {
        background-position: 4px -29px;
        background-color: transparent;
        border: none;
    }

.deleteIcon {
    background-position: -30px 2px;
}

    .deleteIcon:hover {
        background-position: -30px -29px;
    }

.viewIcon {
    background-position: 1px -57px;
}

    .viewIcon:hover {
        background-position: 1px -86px;
    }

.feedbackIcon {
    background-position: -27px -56px;
}

    .feedbackIcon:hover {
        background-position: -27px -87px;
    }

.approveIcon {
    background-position: -27px -118px;
}

    .approveIcon:hover {
        background-position: -27px -152px;
    }

input.editIcon, input.feedbackIcon {
    background-color: transparent;
    border: none;
    width: 22px;
    padding: 0;
}

input[type="submit"].viewIcon, input[type="submit"].approveIcon {
    background-color: transparent;
    border: none;
    width: 22px;
    padding: 0;
}

    input[type="submit"].viewIcon:hover, input.feedbackIcon:hover, input[type="submit"].approveIcon:hover, input.addchildIcon:hover, input.deletechildIcon:hover, input.deletetempIcon:hover, input.addtempIcon:hover, input.addpostIcon:hover, input.removepostIcon:hover, input.addeduIcon:hover, input.deleteeduIcon:hover {
        background-color: transparent;
        border: none;
    }

input.addchildIcon, input.deletechildIcon, input.deletetempIcon, input.addtempIcon, input.addpostIcon, input.removepostIcon, input.addeduIcon, input.deleteeduIcon {
    background-color: transparent;
    border: none;
    width: 28px;
    height: 27px;
    padding: 0;
}

.addchildIcon, .deletechildIcon {
    background-position: -28px -304px;
}

    .addchildIcon:hover {
        background-position: -28px -341px;
    }

    .deletechildIcon:hover {
        background-position: -28px -268px;
    }

.addeduIcon, .deleteeduIcon {
    background-position: 2px -211px;
}

    .addeduIcon:hover {
        background-position: 2px -242px;
    }

    .deleteeduIcon:hover {
        background-position: 2px -179px;
    }

.addpostIcon, .removepostIcon {
    background-position: -24px -209px;
}

    .addpostIcon:hover {
        background-position: -24px -239px;
    }

    .removepostIcon:hover {
        background-position: -24px -182px;
    }

.addtempIcon, .deletetempIcon {
    background-position: 2px -308px;
}

    .addtempIcon:hover {
        background-position: 2px -340px;
    }

    .deletetempIcon:hover {
        background-position: 2px -271px;
    }

.rightContent .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #ecbc48;
    border: 1px solid #ecbc48;
    color: #ecbc48;
}

    .rightContent .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .rightContent .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #444;
        border-color: #444;
        color: #fff !important;
    }

.buttons {
    margin-top: 20px;
}

    .buttons .cancelBtn {
        /* margin-left: 10px;
     */
    }

        .buttons .cancelBtn:hover {
            color: #fff;
        }
/*************Advanced Search*************/
.advancedSearch {
    text-align: left;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    background: #f7f7f7;
    box-shadow: 0 0 5px #cccccc;
}

    .advancedSearch ul.bulletText {
        margin: 10px 0 0 0;
    }

    .advancedSearch hr {
        border-color: #e8e8e8;
    }

.pagingWrapper {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.pagingCount {
    float: left;
    padding: 5px 0;
}

.photoGallery .pagingNo, .videoGallery .pagingNo {
    float: none;
}

.pagingNo {
    float: right;
}

    .pagingNo ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pagingNo ul li {
            float: left;
        }

            .pagingNo ul li span {
                float: left;
                padding: 0 2px;
            }

    .pagingNo input {
        background: #007e30;
        color: #fff;
        font-size: 14px;
        margin: 0 2px;
        height: 30px;
        width: 30px;
        float: left;
        line-height: 25px;
        padding: 0 5px;
    }

        .pagingNo input.prevBtn, .pagingNo input.nextBtn {
            width: 100%;
            margin: 0;
        }

        .pagingNo input:hover {
            background: #333333;
        }

        .pagingNo input.aspNetDisabled {
            cursor: default;
            background: #d6d6d6;
            color: #727272;
            border: 1px solid #bbb;
        }

.pagingWrapper {
    text-align: center;
}

.advancedSearch .totalResult {
    margin-bottom: 10px;
}

.advancedSearch input[type="text"] {
    width: 320px;
    background: #fff;
}

.advancedSearch table td input, .advancedSearch table td label {
    float: left;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 14px;
}

.advancedSearch table tr td {
    background: none !important;
    padding: 0 10px 0 0;
}

.advancedSearch table, .advancedSearch table tr td {
    border: 0;
    width: auto;
    margin: 0;
}

    .advancedSearch table td label {
        margin-right: 5px;
    }

.advancedSearch h4 {
    font-size: 1.200em;
    margin-bottom: 10px;
    color: inherit;
    display: inline-block;
}

.advancedSearch label {
    margin-right: 5px;
}

.advancedSearch hr {
    margin: 0 0 10px 0;
}

.advancedSearch .dateRange {
    margin-bottom: 20px;
}

    .advancedSearch .dateRange .formGroup {
        width: 50%;
        float: left;
    }

.advancedSearch .dateBlock {
    position: relative;
    display: inline-block;
}

.advancedSearch fieldset {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}

.advancedSearch .keyword {
    padding-bottom: 10px;
}

.advancedSearch p {
    margin: 0;
}

.advancedSearch ul.bulletText a {
    text-decoration: none;
}
/*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon {
    background-color: #25498e;
}

    .ui-datepicker th, .ui-state-highlight {
        background-color: #fff;
    }

    .ui-datepicker tbody a.ui-state-highlight {
        color: #0e357e;
    }

    .ui-state-active, .ui-datepicker tbody a:hover {
        background-color: #0e357e;
        color: #fff;
    }

.ui-datepicker-prev span, .ui-datepicker-next span {
}

.ui-datepicker {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    width: 270px;
    box-shadow: 0 0 7px #8c8c8c;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 5px 0 7px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            background: rgba(0, 0, 0, 0) url(../images/cal-arrow.png) no-repeat scroll 0 0;
            display: block;
            font-size: 12px;
            left: 50%;
            margin-left: -7px;
            margin-top: -8px;
            position: absolute;
            text-indent: -9999px;
            top: 50%;
        }

    .ui-datepicker .ui-datepicker-prev span {
        background-position: 5px 3px;
    }

    .ui-datepicker .ui-datepicker-next span {
        background-position: -21px 3px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            background-color: #ffffff;
            font-size: 14px;
            height: 25px;
            margin: 0 1px 0 0;
            padding: 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
        border: 0 none;
    }

    .ui-datepicker th {
        padding: .5em .3em;
        text-align: center;
        font-weight: normal;
        border: 0;
        color: #0e357e;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
        background-color: transparent;
    }

    .ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
        background-color: transparent;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        overflow: hidden;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

.honourBoard {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

    .honourBoard li {
        float: left;
        width: 48%;
        padding: 10px;
        min-height: auto;
        text-align: left;
        background: #fff;
        margin: 0 1% 27px;
        color: #323232;
        position: relative;
        z-index: 1;
    }
        /*.honourBoard li:before{
     content: "";
     background: url(images/screwIcon.png) no-repeat 0 0;
     width: 20px;
     height: 20px;
     position: absolute;
     left: 20px;
     top: 30px;
    background-size: 20px auto;
     box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.1);
     border-radius: 50%;
}
 .honourBoard li:after{
     content: "";
     background: url(images/screwIcon.png) no-repeat 0 0;
     width: 20px;
     height: 20px;
     right: 20px;
     top: 30px;
     position: absolute;
     background-size: 20px auto;
     box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.1);
     border-radius: 50%;
}
*/
        /*.honourBoard li:nth-of-type(3n) {
     border-right: 0;
}
 .honourBoard li:nth-last-child(-n+3) {
     border-bottom: 0;
}
*/
        .honourBoard li h3 {
            margin-bottom: 5px;
            float: left;
            font-size: 1.385em;
            width: 100%;
            color: #323232;
        }

        .honourBoard li p {
            margin-bottom: 0;
            float: left;
            text-align: left;
            color: #444;
            width: 100%;
        }

            .honourBoard li p span {
                font-weight: normal;
                display: none;
            }

        .honourBoard li.title {
            background-color: #af9853;
            display: none;
        }

            .honourBoard li.title h3 {
                color: #fff;
            }

            .honourBoard li.title p {
                font-size: 1.2em;
                line-height: 24px;
                text-transform: uppercase;
                color: #fff;
                font-family: 'droid_sansbold';
            }

.nirmala-sitharaman.dirGeneral {
    display: none;
}

.honourBoard {
    background: url(../images/woodenImage2.jpg) repeat 0 0;
    padding: 25px;
}

    .honourBoard li:before {
        content: "";
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        left: -5px;
        top: -5px;
        bottom: -5px;
        right: -5px;
        border-radius: 2px;
        z-index: -1;
    }

.outertableScroll {
    width: 100%;
    /*overflow-x: auto;
     */
}

.feedbackForm ul li.captchBox {
    margin-bottom: 0px;
}

.captchBox .formControl, .captchBox .errorInbox {
    float: left;
    width: 200px;
}

.captchImg {
    float: left;
    margin-left: 5px;
    color:#222;
}

    .captchImg #imgCaptcha {
        float: left;
        height: 38px;
        color: #222;
    }

    .captchImg .refreshIcon {
        margin-top: 5px;
        margin-left: 5px;
    }

.containerBig {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.innerDashboard {
    min-height: 650px;
    background-color: #fff;
    padding: 0;
}

.logoutIcon a {
    display: inline-block;
    /*background: url(images/logoutIcon.png) no-repeat left center;
     padding-left: 30px;
     background-size: 20px auto;
     */
    height: 21px;
    font-size: 0;
}

    .logoutIcon a .fa {
        font-size: 26px;
        color: #fff;
        opacity: 0.8;
    }

    .logoutIcon a:hover .fa {
        opacity: 1;
    }

.containerBig .listing.listView {
    right: 0;
    z-index: 1;
}

.borderBtm {
    border-bottom: 2px solid #cacaca;
}

.dashboardPanel h2 {
    color: #25498e;
    line-height: normal;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 23px;
}

.dashboardPanel h3 {
    font-size: 20px;
    color: #222;
}

.feedbackColRow {
    position: relative;
}

    .feedbackColRow .newBtn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        height: 40px;
        background: url(../images/addcon.png) no-repeat 10px center;
        color: #25498e;
        padding-left: 35px;
        background-size: 16px auto;
        text-transform: uppercase;
        font-family: 'droid_sansbold';
        line-height: 26px;
        font-size: 16px;
    }

.buttons .fa {
    font-size: 17px;
    margin: 0 3px;
}

.buttons .fa-edit {
    color: #0aa226;
}

.buttons .fa-trash {
    color: #ff0000;
    opacity: 0.6;
}

.dashboardPanel .rightContent .form {
    min-height: 400px;
    background: none;
    padding: 0;
}

#footer.footerDashboard {
    padding: 0 20px
    /* 0 165px*/
    ;
    background: none;
    color: #555;
    text-align: right;
}

    #footer.footerDashboard p {
        margin-bottom: 15px;
        font-size: 12px;
    }

.applicationStatus {
    margin: 0 -10px 50px;
}

.columnBox4 {
    float: left;
    padding: 0 5px;
    width: 25%;
}

.boxShadow {
    box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

    /* .boxShadow a { */
        /* display: block; */
    /* } */

/.countBox {
    border-radius: 4px;
}

.receviedBox {
    background: #5c6bc0;
}

.approvedBox {
    background: #039be5;
}

.pendingBox {
    background: #f57c00;
}

.rejectedBox {
    background: #f95e5e;
}

.countContent {
    height: 94px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 105px;
}

    .countContent .vCenter {
        font-size: 15px;
        text-align: left;
        color: #fff;
        text-transform: capitalize;
        margin: 0;
    }

    .countContent .count {
        display: block;
        color: #fff;
        font-size: 37px;
        line-height: 43px;
        height: 43px;
    }

.leftIcon {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 90px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

    .leftIcon:after {
        content: "";
        right: 0;
        top: 17px;
        height: 60px;
        width: 0;
        position: absolute;
        box-shadow: 4px 3px 7px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
/* login screen */
.loginScreen {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #eeeded url("../images/informationBlock1.jpg") no-repeat center top / cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.feedbackForm.loginformCenter {
    width: 450px;
    background: #ecbc48 !important;
    background: #fff;
    padding: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    margin-top: 100px;
    box-shadow: 2px 4px 9px 4px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 2px 4px 9px 4px rgba(0, 0, 0, 0.13);
}

    .feedbackForm.loginformCenter .fieldCol {
        width: 100%;
    }

    .feedbackForm.loginformCenter h1 {
        position: absolute;
        top: -180px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .feedbackForm.loginformCenter h2 {
        color: #fff;
        text-align: center;
        top: -60px;
        position: absolute;
        height: 60px;
        background: #25498e;
        left: 0;
        right: 0;
        line-height: 60px;
    }

    .feedbackForm.loginformCenter .fieldsRequired {
        margin-bottom: 0;
    }

.txtLeft {
    text-align: left;
}

.feedbackForm ul.detailsList {
    padding: 15px;
    list-style: none;
    background: #838383;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}

    .feedbackForm ul.detailsList li {
        width: 20%;
        height: 60px;
    }

        .feedbackForm ul.detailsList li:last-child {
            width: 100%;
        }

.detailsList li {
    width: 100%;
}

    .detailsList li strong {
        color: #fff;
        display: block;
        font-size: 17px;
        line-height: normal;
        margin-bottom: 5px;
    }

.feedbackForm .threecolumnField .fieldCol {
    width: 33.33%;
}

    .feedbackForm .threecolumnField .fieldCol .buttons {
        margin-top: 27px;
    }

.feedbackForm .fourColumnfield .fieldCol {
    width: 25%;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.display tbody tr:hover td {
    background-color: #E9E9EA !important;
}

.loginformCenter input[type="submit"]:hover {
    background: #fff;
    border-color: #fff;
}

.roleIcon, .roledescIcon, .pwdIcon {
    position: relative;
}

    .roleIcon:before {
        content: "\f007";
        position: absolute;
        left: 10px;
        top: 5px;
        font-family: "FontAwesome";
        font-size: 20px;
    }

    .roledescIcon:before {
        content: "\f234";
        position: absolute;
        left: 10px;
        top: 5px;
        font-family: "FontAwesome";
        font-size: 20px;
    }

    .pwdIcon:before {
        content: "\f13e";
        position: absolute;
        left: 10px;
        top: 5px;
        font-family: "FontAwesome";
        font-size: 20px;
    }

.feedbackForm .roleIcon input, .feedbackForm .pwdIcon input {
    padding-left: 35px;
}

.feedbackForm .roledescIcon input {
    padding-left: 40px;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-size: 16px;
}

table td label {
    padding-bottom: 0;
}

table input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.ajs-message.ajs-success {
    color: #fff !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ddd;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #7e8aa2 !important;
    font-family: "droid_sansbold";
    font-weight: normal !important;
}

.errorMsg {
    color: #f00;
}

table#cblDesignation {
    margin-bottom: 0;
}

.buttons input {
    margin-right: 10px;
}

.borderBox {
    background: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 30px;
}

.feedbackForm .fieldInput .chzn-container {
    width: 100% !important;
}

.feedbackForm .fieldInput .chzn-single {
    height: 40px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    padding: 7px 15px;
}

.hindiDoc .dgtitle {
    padding: 5px 0;
}

    .hindiDoc .dgtitle span {
        line-height: 24px;
    }

.alertBox {
    position: fixed;
    background: #fff;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}

    .alertBox .closeBtn {
        text-decoration: none;
        font-size: 20px;
        position: absolute;
        top: -30px;
        right: -26px;
        color: #333;
        width: 30px;
        height: 30px;
        background: #fab718;
        border-radius: 50%;
        text-align: center;
        line-height: 27px;
    }

.alertBoxoverlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
}

.forgetPassLink {
    float: right;
    padding-top: 6px;
}

.amcharts-chart-div a {
    display: none !important;
}

.org-chart {
    margin: 0;
    padding: 0;
}

    .org-chart ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .org-chart ul a {
            display: block;
            background: #25498e;
            border: 0px solid #fff;
            text-align: center;
            overflow: hidden;
            font-size: 20px;
            text-decoration: none;
            font-weight: bold;
            color: #fff;
            height: 60px;
            margin-bottom: -26px;
            box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
            -webkit-transition: all linear .1s;
            -moz-transition: all linear .1s;
            transition: all linear .1s;
            z-index: 1;
        }

@media all and (max-width:767px) {
    .org-chart ul a {
        font-size: 1em;
    }
}

.org-chart ul a span {
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    position: relative;
}

.org-chart .administration > li > a {
    margin-bottom: 25px;
}

.org-chart .director > li > a {
    width: 40%;
    margin: 0 auto 70px;
}

.org-chart .subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    background: #fff;
    border-left: 1px solid #c3c3c3;
    left: 50%;
    position: relative;
    z-index: 1;
    bottom: 70px;
}

.org-chart .org-chart ul.departments {
    margin-top: 21px;
}

.org-chart .subdirector, .departments {
    position: absolute;
    width: 100%;
}

    .org-chart .subdirector:before {
        display: none;
    }

    .org-chart .subdirector > li:first-child, .departments > li:first-child {
        width: 18.59894921190893%;
        height: 64px;
        margin: 0 auto 92px auto;
        padding-top: 25px;
        border-bottom: 1px solid #c3c3c3;
        z-index: 1;
    }

    .org-chart .subdirector > li:first-child {
        float: right;
        border-bottom: none;
        display: none;
    }

.org-chart .departments > li:first-child {
    float: left;
    left: 27.2%;
    border-right: 0 solid white;
    border-bottom: none;
    visibility: hidden;
    display: none;
}

.org-chart .subdirector > li:first-child a, .departments > li:first-child a {
    width: 100%;
}

.org-chart .subdirector > li:first-child a {
    left: 25px;
}

@media all and (max-width:767px) {
    .org-chart .subdirector > li:first-child, .org-chart .departments > li:first-child {
        width: 40%;
    }

    .org-chart .subdirector > li:first-child {
        right: 10%;
        margin-right: 2px;
    }

    .org-chart .subdirector:after {
        left: 49.8%;
    }

    .org-chart .departments > li:first-child {
        left: 10%;
        margin-left: 2px;
    }
}

.org-chart .departments > li:first-child a {
    right: 25px;
}

.org-chart .department:first-child, .departments li:nth-child(2) {
    margin-left: 0;
    clear: left;
}

.org-chart .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 87%;
    height: 22px;
    border-top: 1px solid #c3c3c3;
    margin: 0 auto;
    top: -22px;
    left: -10px;
    right: 0;
}

@media all and (max-width:767px) {
    .org-chart .departments:after {
        border-right: none;
        left: 0;
        width: 49.8%;
    }
}

@media all and (min-width:768px) {
    .org-chart .department:first-child:before {
        border: none;
    }
}

.org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 1px solid #c3c3c3;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px;
}

.org-chart .department {
    border-left: 1px solid #c3c3c3;
    width: 12.75%;
    float: left;
    margin-left: 1.751313485113835%;
    margin-bottom: 60px;
    position: relative;
}

.org-chart .lt-ie8 .department {
    width: 18.25%;
}

@media all and (max-width:767px) {
    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
    }

        .org-chart .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 60px;
            border-left: 1px solid #c3c3c3;
            z-index: 1;
            top: -60px;
            left: 0%;
            margin-left: -4px;
        }

        .org-chart .department:nth-child(2):before {
            display: none;
        }
}

.org-chart .department > a {
    margin: 0 0 -26px -4px;
    z-index: 1;
}

.org-chart .department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.org-chart .department li {
    padding-left: 25px;
    border-bottom: 1px solid #c3c3c3;
    height: 80px;
    position: relative;
}

    .org-chart .department li a {
        background: #fff;
        top: 48px;
        position: absolute;
        z-index: 1;
        width: 90%;
        height: 60px;
        vertical-align: middle;
        right: -1px;
    }
/* Department/ section colors */
.org-chart .department.dep-a a, .org-chart .department.dep-b a, .org-chart .department.dep-c a, .org-chart .department.dep-d a, .org-chart .department.dep-e a, .org-chart .department.dep-f a, .org-chart .department.dep-g a {
    background: #FFD600;
    color: #25498e;
    font-size: 16px;
    line-height: 20px;
}

.org-chart .departments li li.section a {
    background: #fff;
    color: #25498e;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    position: relative;
    width: 100%;
    font-weight: 500;
    border: 1px solid #eee
}

.org-chart .departments li li.section .sectionThirdchild {
    position: absolute;
    left: 100%;
    top: 0;
    width: 170px;
    height: auto;
}

    .org-chart .departments li li.section .sectionThirdchild a {
        height: auto;
    }

        .org-chart .departments li li.section .sectionThirdchild a span {
            transform: none;
        }

.org-chart ul.sectionFourthchild {
    position: absolute;
    left: 100%;
    width: 165px;
    top: 320px;
    padding-left: 10px;
}

    .org-chart ul.sectionFourthchild:before {
        content: "";
        position: absolute;
        background: #c3c3c3;
        height: 320px;
        width: 1px;
        left: 10px;
        bottom: 0;
    }

    .org-chart ul.sectionFourthchild:after {
        content: "";
        position: absolute;
        background: #c3c3c3;
        bottom: 320px;
        width: 11px;
        height: 1px;
        left: 0px;
    }
/* brown color */
.brownTheme .aboutInfoContentRight h2, .brownTheme .aboutInfoContentRight .viewAll a, .brownTheme .missionVisionMainBlock .valuesBlock h3, .brownTheme .viewAllActivities a, .brownTheme .informationBlockTab .newsDate span, .brownTheme .informationBlockTab a, .brownTheme .activitiesBlockMain h2, .brownTheme .viewAllActivities a, .brownTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .brownTheme .socialMedia ul li a:hover, .brownTheme .trainingCourses .viewAll a, .brownTheme .servicesType15 .inner .fa, .brownTheme .selectZone .customSelect, .brownTheme #nav li ul li a:hover, .brownTheme #nav ul a:hover, .brownTheme .missionBlockTab .resTab .tabNav li a:hover, .brownTheme .asidebar ul li a:hover, .brownTheme .org-chart .departments li li.section a, .brownTheme .leftContent h3, .brownTheme .sitemap .sitemapTitle a, .brownTheme .sitemap ul li a:hover, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover:after, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover:after, .brownTheme .accordion .accTrigger, .brownTheme .accordion .accTrigger:after,
/*.brownTheme .topStrip a:hover,.brownTheme #accessControl input:hover, */
.brownTheme .search a, .brownTheme #nav li a, .brownTheme .informationBlockTab .stop:after, .brownTheme .innerBanner .bannerCaption h2, .brownTheme .contactUsMain ul li .nameDesignation, .brownTheme .logoText .text1, .brownTheme .contactDetails span .fa, .brownTheme .otherLinksInner ul li a {
    color: #B2563D;
}

    .brownTheme .usefulLinks, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev, .brownTheme #footer, .brownTheme .resTab .tabNav .r-tabs-state-active a, .brownTheme .resTab .tabNav li a:hover, .brownTheme #nav ul li a, .brownTheme .servicesType15 .inner .fa:hover, .brownTheme .dgtitle, .brownTheme #backtotop span em, .brownTheme .trainingCourseBlock2 span, .brownTheme .org-chart ul a, .brownTheme .org-chart .department.dep-a a, .brownTheme .org-chart .department.dep-b a, .brownTheme .org-chart .department.dep-c a, .brownTheme .org-chart .department.dep-d a, .brownTheme .org-chart .department.dep-e a, .brownTheme .org-chart .department.dep-f a, .brownTheme .org-chart .department.dep-g a, .brownTheme input[type="submit"], .brownTheme input[type="button"], .brownTheme input[type="reset"], .brownTheme button, .brownTheme .button, .brownTheme .accordion .accTrigger.active, .brownTheme .innerBanner .bannerCaption h2:before, .brownTheme .innerBanner .bannerCaption h2:after, .brownTheme .contactUsMain ul li:after, .brownTheme .otherLinksInner ul li:after {
        background-color: #B2563D;
    }

.brownTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .brownTheme .org-chart .departments li li.section a {
    background-color: #fff;
}

.brownTheme .footerLink a, .brownTheme .servicesType15 .inner .fa:hover, .brownTheme .org-chart ul a, .brownTheme .org-chart .department.dep-a a, .brownTheme .org-chart .department.dep-b a, .brownTheme .org-chart .department.dep-c a, .brownTheme .org-chart .department.dep-d a, .brownTheme .org-chart .department.dep-e a, .brownTheme .org-chart .department.dep-f a, .brownTheme .org-chart .department.dep-g a, .brownTheme input[type="submit"]:hover, .brownTheme input[type="button"]:hover, .brownTheme input[type="reset"]:hover, .brownTheme button:hover, .brownTheme .button:hover, .brownTheme .trainingCourseBlock2 a:hover span, .brownTheme .accordion .accTrigger.active, .brownTheme .accordion .accTrigger.active:after {
    color: #fff;
}

.brownTheme .socialMedia ul li a, .brownTheme .trainingCourseBlock2 a:hover span {
    background-color: #924B38
}

.brownTheme #nav ul li a {
    border-top-color: #8D4632;
    color: #fff;
}

.brownTheme .missionBlockTab .resTab .tabNav li a:hover, .brownTheme .trainingCourses, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover, .brownTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-color: #fff;
}

.brownTheme input[type="submit"], .brownTheme input[type="button"], .brownTheme input[type="reset"], .brownTheme button, .brownTheme .button {
    border-color: #B2563D;
}

.brownTheme .accordion .accTrigger.active:before {
    border-top-color: #8D4632;
    border-left-color: #8D4632;
}

.brownTheme .accordion .accTrigger.active:before {
    border-right-color: #B2563D;
}

.brownTheme .accordDetail:before, .brownTheme .search .form-wrapper {
    background-color: #B2563D
}

.brownTheme input[type="submit"] {
    border-color: #592A1D;
    background-color: #592A1D;
    color: #fff;
}

.brownTheme .search .form-wrapper:before {
    border-bottom-color: #B2563D;
}

.brownTheme .topStrip {
    background-color: #CC5D3E;
}

.brownTheme .zoneWiseMap img {
    visibility: hidden;
}

.brownTheme .zoneWiseMap {
    background: url(../images/orangeMap.png) no-repeat center bottom / 203px 226px;
}
/* green color */
.greenTheme .aboutInfoContentRight h2, .greenTheme .aboutInfoContentRight .viewAll a, .greenTheme .missionVisionMainBlock .valuesBlock h3, .greenTheme .viewAllActivities a, .greenTheme .informationBlockTab .newsDate span, .greenTheme .informationBlockTab a, .greenTheme .activitiesBlockMain h2, .greenTheme .viewAllActivities a, .greenTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .greenTheme .socialMedia ul li a:hover, .greenTheme .trainingCourses .viewAll a, .greenTheme .servicesType15 .inner .fa, .greenTheme .selectZone .customSelect, .greenTheme #nav li ul li a:hover, .greenTheme #nav ul a:hover, .greenTheme .missionBlockTab .resTab .tabNav li a:hover, .greenTheme .asidebar ul li a:hover, .greenTheme .org-chart .departments li li.section a, .greenTheme .leftContent h3, .greenTheme .sitemap .sitemapTitle a, .greenTheme .sitemap ul li a:hover, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover:after, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover:after, .greenTheme .accordion .accTrigger, .greenTheme .accordion .accTrigger:after,
/*.greenTheme .topStrip a:hover,.greenTheme #accessControl input:hover,*/
.greenTheme .search a, .greenTheme #nav li a, .greenTheme .informationBlockTab .stop:after, .greenTheme .innerBanner .bannerCaption h2, .greenTheme .contactUsMain ul li .nameDesignation, .greenTheme .logoText .text1, .greenTheme .contactDetails span .fa, .greenTheme .otherLinksInner ul li a {
    color: #38640f;
}

    .greenTheme .usefulLinks, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev, .greenTheme #footer, .greenTheme .resTab .tabNav .r-tabs-state-active a, .greenTheme .resTab .tabNav li a:hover, .greenTheme #nav ul li a, .greenTheme .servicesType15 .inner .fa:hover, .greenTheme .dgtitle, .greenTheme #backtotop span em, .greenTheme .trainingCourseBlock2 span, .greenTheme .org-chart ul a, .greenTheme .org-chart .department.dep-a a, .greenTheme .org-chart .department.dep-b a, .greenTheme .org-chart .department.dep-c a, .greenTheme .org-chart .department.dep-d a, .greenTheme .org-chart .department.dep-e a, .greenTheme .org-chart .department.dep-f a, .greenTheme .org-chart .department.dep-g a, .greenTheme input[type="submit"], .greenTheme input[type="button"], .greenTheme input[type="reset"], .greenTheme button, .greenTheme .button, .greenTheme .accordion .accTrigger.active, .greenTheme .innerBanner .bannerCaption h2:before, .greenTheme .innerBanner .bannerCaption h2:after, .greenTheme .contactUsMain ul li:after, .greenTheme .otherLinksInner ul li:after {
        background-color: #38640f;
    }

.greenTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .greenTheme .org-chart .departments li li.section a {
    background-color: #fff;
}

.greenTheme .footerLink a, .greenTheme .servicesType15 .inner .fa:hover, .greenTheme .org-chart ul a, .greenTheme .org-chart .department.dep-a a, .greenTheme .org-chart .department.dep-b a, .greenTheme .org-chart .department.dep-c a, .greenTheme .org-chart .department.dep-d a, .greenTheme .org-chart .department.dep-e a, .greenTheme .org-chart .department.dep-f a, .greenTheme .org-chart .department.dep-g a, .greenTheme input[type="submit"]:hover, .greenTheme input[type="button"]:hover, .greenTheme input[type="reset"]:hover, .greenTheme button:hover, .greenTheme .button:hover, .greenTheme .trainingCourseBlock2 a:hover span, .greenTheme .accordion .accTrigger.active, .greenTheme .accordion .accTrigger.active:after {
    color: #fff;
}

.greenTheme .socialMedia ul li a, .greenTheme .trainingCourseBlock2 a:hover span {
    background-color: #26410e
}

.greenTheme #nav ul li a {
    border-top-color: #294a0b;
    color: #fff;
}

.greenTheme .missionBlockTab .resTab .tabNav li a:hover, .greenTheme .trainingCourses, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover, .greenTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-color: #fff;
}

.greenTheme input[type="submit"], .greenTheme input[type="button"], .greenTheme input[type="reset"], .greenTheme button, .greenTheme .button {
    border-color: #38640f;
}

.greenTheme .accordion .accTrigger.active:before {
    border-top-color: #294a0b;
    border-left-color: #294a0b;
}

.greenTheme .accordion .accTrigger.active:before {
    border-right-color: #38640f;
}

.greenTheme .accordDetail:before, .greenTheme .search .form-wrapper {
    background-color: #38640f;
}

.greenTheme input[type="submit"] {
    border-color: #233c0c;
    background-color: #233c0c;
    color: #fff;
}

.greenTheme .search .form-wrapper:before {
    border-bottom-color: #38640f;
}

.greenTheme .topStrip {
    background-color: #538a20;
}

.greenTheme .zoneWiseMap img {
    visibility: hidden;
}

.greenTheme .zoneWiseMap {
    background: url(../images/greenMap.png) no-repeat center bottom / 203px 226px;
}

.greenTheme .topStrip li:before, .brownTheme .topStrip li:before, .greenTheme .topStrip li:before {
    background: #fff;
}
/* blue color */
.blueTheme .aboutInfoContentRight h2, .blueTheme .aboutInfoContentRight .viewAll a, .blueTheme .missionVisionMainBlock .valuesBlock h3, .blueTheme .viewAllActivities a, .blueTheme .informationBlockTab .newsDate span, .blueTheme .informationBlockTab a, .blueTheme .activitiesBlockMain h2, .blueTheme .viewAllActivities a, .blueTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .blueTheme .socialMedia ul li a:hover, .blueTheme .trainingCourses .viewAll a, .blueTheme .servicesType15 .inner .fa, .blueTheme .selectZone .customSelect, .blueTheme #nav li ul li a:hover, .blueTheme #nav ul a:hover, .blueTheme .missionBlockTab .resTab .tabNav li a:hover, .blueTheme .asidebar ul li a:hover, .blueTheme .org-chart .departments li li.section a, .blueTheme .leftContent h3, .blueTheme .sitemap .sitemapTitle a, .blueTheme .sitemap ul li a:hover, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover:after, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover:after, .blueTheme .accordion .accTrigger, .blueTheme .accordion .accTrigger:after,
/*.blueTheme .topStrip a:hover,.blueTheme #accessControl input:hover,*/
.blueTheme .search a, .blueTheme #nav li a, .blueTheme .informationBlockTab .stop:after, .blueTheme .innerBanner .bannerCaption h2, .blueTheme .contactUsMain ul li .nameDesignation, .blueTheme .logoText .text1, .blueTheme .contactDetails span .fa, .blueTheme .otherLinksInner ul li a {
    color: #066A82;
}

    .blueTheme .usefulLinks, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev, .blueTheme #footer, .blueTheme .resTab .tabNav .r-tabs-state-active a, .blueTheme .resTab .tabNav li a:hover, .blueTheme #nav ul li a, .blueTheme .servicesType15 .inner .fa:hover, .blueTheme .dgtitle, .blueTheme #backtotop span em, .blueTheme .trainingCourseBlock2 span, .blueTheme .org-chart ul a, .blueTheme .org-chart .department.dep-a a, .blueTheme .org-chart .department.dep-b a, .blueTheme .org-chart .department.dep-c a, .blueTheme .org-chart .department.dep-d a, .blueTheme .org-chart .department.dep-e a, .blueTheme .org-chart .department.dep-f a, .blueTheme .org-chart .department.dep-g a, .blueTheme input[type="submit"], .blueTheme input[type="button"], .blueTheme input[type="reset"], .blueTheme button, .blueTheme .button, .blueTheme .accordion .accTrigger.active, .blueTheme .innerBanner .bannerCaption h2:before, .blueTheme .innerBanner .bannerCaption h2:after, .blueTheme .contactUsMain ul li:after, .blueTheme .otherLinksInner ul li:after {
        background-color: #066A82;
    }

.blueTheme .missionVisionMainBlock .resTab .tabNav .r-tabs-state-active a, .blueTheme .org-chart .departments li li.section a {
    background-color: #fff;
}

.blueTheme .footerLink a, .blueTheme .servicesType15 .inner .fa:hover, .blueTheme .org-chart ul a, .blueTheme .org-chart .department.dep-a a, .blueTheme .org-chart .department.dep-b a, .blueTheme .org-chart .department.dep-c a, .blueTheme .org-chart .department.dep-d a, .blueTheme .org-chart .department.dep-e a, .blueTheme .org-chart .department.dep-f a, .blueTheme .org-chart .department.dep-g a, .blueTheme input[type="submit"]:hover, .blueTheme input[type="button"]:hover, .blueTheme input[type="reset"]:hover, .blueTheme button:hover, .blueTheme .button:hover, .blueTheme .trainingCourseBlock2 a:hover span, .blueTheme .accordion .accTrigger.active, .blueTheme .accordion .accTrigger.active:after {
    color: #fff;
}

.blueTheme .socialMedia ul li a, .blueTheme .trainingCourseBlock2 a:hover span {
    background-color: #004A5C
}

.blueTheme #nav ul li a {
    border-top-color: #084453;
    color: #fff;
}

.blueTheme .missionBlockTab .resTab .tabNav li a:hover, .blueTheme .trainingCourses, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-next:hover, .blueTheme .activitiesBlockMain .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-color: #fff;
}

.blueTheme input[type="submit"], .blueTheme input[type="button"], .blueTheme input[type="reset"], .blueTheme button, .blueTheme .button {
    border-color: #066A82;
}

.blueTheme .accordion .accTrigger.active:before {
    border-top-color: #084453;
    border-left-color: #084453;
}

.blueTheme .accordion .accTrigger.active:before {
    border-right-color: #066A82;
}

.blueTheme .accordDetail:before, .blueTheme .search .form-wrapper {
    background-color: #066A82
}

.blueTheme input[type="submit"] {
    background: #01495A;
    border-color: #01495A;
    color: #fff;
}

.blueTheme .search .form-wrapper:before {
    border-bottom-color: #066A82;
}

.blueTheme .topStrip {
    background-color: #057F9C;
}

.blueTheme .zoneWiseMap img {
    visibility: hidden;
}

.blueTheme .zoneWiseMap {
    background: url(../images/blueMap.png) no-repeat center bottom / 203px 226px;
}

.hindiDoc .downloadMobileApp a {
    line-height: 18px;
}

.teamDeatilPopup {
    text-align: left;
    width: 300px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}

    .teamDeatilPopup .teamImg {
        padding: 5px;
        text-align: center;
        margin-bottom: 15px;
    }

    .teamDeatilPopup .teamContent h3 {
        color: #25498e;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .teamDeatilPopup .teamContent h4 {
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 10px;
        font-size: 15px;
    }

.teamContent {
    padding: 0;
    text-align: center;
}

.lblVerified {
    background: url(../images/verify-sign.png) no-repeat center center / 25px auto;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    display: inline-block;
}
/* profile page */
.userProfiledata {
    margin-bottom: 30px;
}

.personalProDetails {
    margin: 0;
}

    .personalProDetails ul {
        margin: 0;
        padding: 0 0 0 40px;
        list-style: none;
    }

        .personalProDetails ul li {
            font-size: 15px;
            color: #333;
            padding: 12px 0;
            position: relative;
        }

            .personalProDetails ul li:after {
                width: 1px;
                background: #fab718;
                position: absolute;
                left: 23%;
                top: 20px;
                height: 100%;
                content: "";
            }

            .personalProDetails ul li:last-child:after {
                top: 0;
                height: 50%;
            }

            .personalProDetails ul li:before {
                width: 15px;
                height: 15px;
                background: #25498e;
                position: absolute;
                left: 23%;
                margin: -7px 0 0 -7px;
                top: 50%;
                content: "";
                border-radius: 50%;
                z-index: 1;
            }

            .personalProDetails ul li:nth-child(odd):before {
                background: #fab718;
            }

    .personalProDetails .title {
        font-size: 15px;
        color: #373737;
        width: 31%;
        padding-right: 75px;
        vertical-align: middle;
        float: left;
        font-family: "droid_sansbold";
    }

    .personalProDetails .value {
        width: 68%;
        vertical-align: middle;
        display: inline-block;
    }

.verifiedProfile {
    background: #f3f3f3;
    padding: 25px;
    text-align: center;
    position: relative;
}

    .verifiedProfile p {
        margin-bottom: 0;
    }

    .verifiedProfile h2 {
        padding-bottom: 0;
        border-bottom: none;
    }

    .verifiedProfile .userPhoto {
        line-height: 100px;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        border-radius: 50%;
        background: #f1f1f1;
        height: 100px;
        margin: 0 auto 20px;
        width: 100px;
        position: relative;
        overflow: hidden;
    }

.userPhotoblock {
    float: left;
    width: 25%;
    background: #efefef;
}

.userDescrptnblock {
    float: left;
    width: 75%;
}

.uploadPhotoouter {
    padding: 15px;
    border: 1px solid #d2d2d2;
}

.uploadPhototop {
    clear: both;
}

.userAvatar {
    float: left;
    width: 30%;
    background: #f5f5f5;
}

.uploadPhototop p {
    float: left;
    padding-left: 10px;
    width: 70%;
    font-size: 13px;
    line-height: 19px;
    font-style: italic;
}

    .uploadPhototop p strong {
        display: block;
    }

.uploadPhotofooter .uploadFileBut {
    font-size: 12px;
    float: right;
    padding: 2px 8px;
    text-transform: uppercase;
}

.fileUpload {
    width: 56%;
}

.commonListing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.circularListing .thumbDate {
    font-size: 18px;
    color: #25498e;
    font-weight: bold;
}

.employeeDetails .leftBlock {
    float: left;
    width: 75%;
}

.employeeDetails .rightBlock {
    float: left;
    width: 25%;
}

.employeeDetails .userProfiledata {
    padding-left: 30px;
}

.employeeDetails .userPhotoblock {
    width: 100%;
}

.logoText {
    text-decoration: none;
    float: left;
    width: auto;
    padding-left: 12px;
    text-align: left;
}

    .logoText .text1 {
        font-family: "droid_sansbold";
        font-size: 45px;
        margin: 0;
        line-height: 40px;
    }

    .logoText .text2 {
        font-size: 13px;
        width: 225px;
        text-transform: uppercase;
        color: #222;
        margin: 4px 0 0 3px;
        line-height: 16px;
    }

    .logoText .text3 {
        font-size: 10px;
        font-family: 'droid_sansregular';
        width: 190px;
        margin: 3px 0 0 3px;
        color: #444;
    }

#logo img {
    float: left;
}

.wob .zoneWiseMap img {
    visibility: hidden;
}

.wob .zoneWiseMap {
    background: url(../images/blackMap.png) no-repeat center bottom / 203px 226px;
}
/* zone wise map indicator */
.stateCordinates {
    margin: 10px 0 0 0;
    padding: 0;
}

    .stateCordinates li {
        float: left;
        list-style: outside none none;
        padding: 5px 0 5px 13px;
        width: 20%;
        margin-bottom: 0;
    }

        .stateCordinates li a {
            color: #3d3d3d;
            text-decoration: none;
            font-size: 14px;
        }
/* zone wise dropdwon */
.mapWrapper {
    position: relative
}

    .mapWrapper .mapImg {
        position: relative;
        z-index: 0;
        width: 100%
    }

    .mapWrapper .filterBox {
        background-color: rgba(236, 236, 236, .55);
        max-width: 316px;
        width: 100%;
        position: absolute;
        left: 0;
        padding: 20px;
        z-index: 10
    }

.filterBox .label {
    font-size: 18px;
    color: #454545;
    margin-bottom: 20px
}

.filterBox .select-style {
    padding: 0;
    margin: 0;
    background: url(//web.archive.org/web/20230425105547im_/https://www.areprl.com/wp-content/themes/arepl/images/arrowdown.png) 95% 54% no-repeat #fff;
    height: 41px;
    overflow: hidden
}

.select-style select {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    color: rgba(77, 78, 83, .45)
}

#contenMap {
    position: relative;
    width: 50%;
    float: right;
}

.pinBox {
    position: relative;
    z-index: 300;
}

.pin {
    width: 18px;
    height: 19px;
    -webkit-border-radius: 50% 50% 0 50%;
    border-radius: 50% 50% 0 50%;
    background: #25498e;
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 0;
    margin: -10px 0 0 -15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

    .pin:after {
        content: '';
        width: 7px;
        height: 7px;
        margin: 6px 0 0 5px;
        background: #fff;
        border-radius: 50%;
    }

    .pin:after {
        -webkit-border-radius: 50%;
        position: absolute;
    }

.pulse {
    background: rgba(0, 0, 0, .2);
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    margin: 11px 0 0 -11px;
    position: absolute;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
}

    .pulse:after {
        content: "";
        position: absolute;
        -webkit-animation: pulsate 1.1s linear infinite;
        -o-animation: pulsate 1.1s linear infinite;
        -ms-animation: pulsate 1.1s linear infinite;
        -moz-animation: pulsate 1.1s linear infinite;
        animation: pulsate 1.1s linear infinite;
        box-shadow: 0 0 1px 2px #89849b;
        -webkit-box-shadow: 0 0 1px 2px #89849b;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: -10px 0 0 -10px;
    }

@-webkit-keyframes {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    8% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    15% {
        -moz-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    8% {
        transform: scale(0);
        opacity: 0;
    }

    15% {
        transform: scale(0.1);
        opacity: 1;
    }

    30% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

.example-obtuse {
    position: relative;
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    background-color: rgb(37, 73, 142);
    top: -220px;
    left: -37%;
    display: none;
    z-index: 500;
    opacity: .8;
    height: 150px;
    line-height: 17px;
    max-width: 450px;
}

    .example-obtuse:before {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        bottom: -50px;
        right: 59%;
        border-width: 0 0 50px 20px;
        border-color: transparent rgb(37, 73, 142);
    }

.activeBubble {
    display: block;
    width: 270px;
    text-align: left;
    word-break: break-all;
}

.example-obtuse p {
    font-size: 15px;
    line-height: 20px
}

.pinCompanyName {
    padding-bottom: 12px;
    line-height: 20px !important;
    margin: 0;
}

.pinAddress, .pinEmail, .pinLink, .pinTelephone {
    font-size: 13px;
    line-height: 22px !important;
    margin: 0;
    text-align: left !important;
}

.pinTelephone {
    padding-bottom: 5px;
}

.mrgfifteenMinuse {
    margin: 0 -15px;
}
/* report table */
.tablePart {
    padding: 15px;
    /*border:1px #e3e3e3 solid;
    background:#fefefe;
    box-shadow:1px 2px 1px #eee;
    margin-bottom:30px;
    border-radius:5px;
    */
}

    .tablePart > table tr:nth-child(2n+1) td, .tablePart .tableRowOdd {
        background: #fff;
    }

.rprtTable > table, .rprtTable table {
    margin: 0 auto;
    border: none;
    padding-top: 5px;
}

.rprtTable td {
    padding: 0;
    border: none;
}

.rprtTable table tr:nth-child(2n+1) td, .rprtTable .tableRowOdd {
    background: transparent;
}
/*.dashboardPanel .leftSidebar ul li.subMenuleftpanel:hover ul {
     display: block;
     z-index: 9;
}
*/
.subMenuleftpanel ul {
    display: none;
    /*position: absolute;
    left: 100%;
    width: 250px;
    bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    */
    z-index: 99;
}

.dashboardPanel .leftSidebar ul li.subMenuleftpanel li a {
    background: #666;
}

.dashboardPanel .leftSidebar li.subMenuleftpanel .caret {
    background: #000 url(../images/down-arrow.png) no-repeat center center / 8px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
    border-radius: 50%;
}

    .dashboardPanel .leftSidebar li.subMenuleftpanel .caret.active {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

#storeCleared {
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
}

.vacancyList {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

    .vacancyList li {
    }

.mapContent strong {
    color: #25498e;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

.mapContent {
    font-size: 13px;
    width: 150px;
}

    .mapContent p {
        margin-bottom: 5px;
    }
/* Kiran Nayak */
.dashboardPanel .leftSidebar {
    width: 17%;
    background: #f2f2f2;
    max-height: 100% !important;
}

.dashboardPanel .rightContent {
    width: 83%;
    margin-left: 17%;
}

.headerDashboard .leftLink {
    width: 17%;
    box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.headerDashboard .rightLinks {
    width: 83%;
}

.dashboardPanel .leftSidebar ul li a {
    color: #444;
    border-bottom: 1px solid #D1D1D1;
    background: #E9E9EA;
}

    .dashboardPanel .leftSidebar ul li a::before {
        background: #25498e;
    }

    .dashboardPanel .leftSidebar ul li a:hover {
        color: #fff;
    }

    .dashboardPanel .leftSidebar ul li a.active, .dashboardPanel .leftSidebar ul li.subMenuleftpanel li a.active {
        background-color: #25498e;
        color: #fff;
    }

.dashboardPanel .leftSidebar ul li li a {
    color: #444;
    border-bottom: 1px solid #D1D1D1;
    background: #E9E9EA;
}

.dashboardPanel .leftSidebar ul li.subMenuleftpanel li a {
    background: #6b7fa3;
    border-bottom: 1px solid #8894aa;
    color: #fff;
}

    .dashboardPanel .leftSidebar ul li.subMenuleftpanel li a:hover {
        color: #fff;
        background: #25498e;
        border-bottom: 1px solid #25498e;
    }

.dashboardPanel .leftSidebar li.subMenuleftpanel .caret {
    background-color: #E9E9EA;
}

.dashboardPanel .leftSidebar ul li a:hover::before {
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: inherit;
}

.fixMenuHight {
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dashboardPanel .leftSidebar ul ul li a {
    padding: 10px 10px;
}

.dashboardPanel .leftSidebar > ul > li > a > span {
    background-color: #D1D1D1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    margin: 0;
    border-bottom: 1px solid #BCBCBC;
    height: auto;
    width: 45px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.dashboardPanel .leftSidebar > ul > li > a {
    padding-left: 65px;
}

    .dashboardPanel .leftSidebar > ul > li > a > span .fa {
        line-height: 52px;
    }

    .dashboardPanel .leftSidebar > ul > li > a:hover > span {
        background: #25498e;
    }

    .dashboardPanel .leftSidebar > ul > li > a.active > span {
        background-color: #25498e;
        color: #fff;
    }

.dashboardPanel .leftSidebar ul li ul li a span .fa {
    font-size: 18px;
}

.dashboardPanel .leftSidebar ul li ul li a span {
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

.subMenuleftpanel > .active + ul {
    display: block;
}

.aboutInfoContentRight p .viewAll {
    display: inline-block;
    font-size: 0.85em;
    padding-left: 5px;
    margin: 0;
}

.aboutInfoContentRight {
    /* width: 535px; */
}

.aboutInfoContent {
    width: 910px;
}

.zoneWiseMap {
    width: 300px;
}

.director-general-aqa {
    width: 250px;
}

.zonetitle {
    font-size: 0.8em;
    font-style: italic;
}

.informationBlockTab .resTab .tabNav li:nth-child(2) {
    background-color: #ecbc48;
}

    .informationBlockTab .resTab .tabNav li:nth-child(2) a {
        color: #25498e;
    }

    .informationBlockTab .resTab .tabNav li:nth-child(2):hover a {
        color: #fff;
    }

    .informationBlockTab .resTab .tabNav li:nth-child(2).r-tabs-state-active a {
        color: #fff;
    }

.informationBlockTab .resTab .tabNav li:nth-child(3) {
    background-color: #B2563D;
}

.informationBlockTab .resTab .tabNav li:nth-child(4) {
    background-color: #38640f;
}
/*.mainNavigation {
     z-index: 99;
}
*/
.missionVisionMainBlock .resTab .tabNav .r-tabs-tab a {
    padding: 0;
}

.directorpage .dashboardPanel .leftSidebar {
    max-height: 690px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.aboutInfoBlock {
    margin-top: 20px;
}

.missionVisionMainBlock {
    margin: 20px 0;
}

.informationBlock {
    padding-bottom: 20px;
}

.activitiesBlockMain {
    padding: 20px 0;
}

    .activitiesBlockMain .servicesType {
        margin: 0 0 20px;
    }

.otherLinks {
    padding: 20px 0;
}

.govtLogos {
    padding: 10px 0;
}

.director-general-aqa {
    padding-top: 45px;
    padding-right: 20px;
}
/*.praveen-kumar-kapoor {
    box-shadow: 0 0 5px #cccc;
}
*/
.praveen-kumar-kapoor {
    border: 3px solid #25498e;
    padding: 3px;
}

#tab-1 {
    border-top: 5px solid #25498e;
}

#tab-2 {
    border-top: 5px solid #ecbc48;
}

#tab-3 {
    border-top: 5px solid #B2563D;
}

#tab-4 {
    border-top: 5px solid #38640f;
}

.resTab .tabNav li a {
    padding: 8px 24px 8px 23px;
}

.informationBlockTab .resTab .tabNav li.r-tabs-state-active:nth-child(2) a {
    background-color: #ecbc48;
}

.informationBlockTab .resTab .tabNav li.r-tabs-state-active:nth-child(3) a {
    background-color: #B2563D;
}

.informationBlockTab .resTab .tabNav li.r-tabs-state-active:nth-child(4) a {
    background-color: #38640f;
}

.wob .zoneWiseMap {
    background: url(../images/blackMap.png) no-repeat center bottom / 203px 226px;
}

.chartCover {
    /*width:1100px;
    */
    height: auto;
    margin-bottom: 50px;
}

.chartTitle {
    position: relative;
    padding: 0 0 30px 0;
    display: inline-block;
    margin: 0px 0 0 0;
    text-align: center;
}

#home a {
    margin: 0px !important;
    position: relative;
}

    #home a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        bottom: -18px;
        height: 20px;
        width: 2px;
        background-color: #e5e5e5;
    }

.chartTitle:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 0px;
    width: 16px;
    height: 20px;
    background: url(../images/arrowDown.png) no-repeat left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.chartCover h4 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

#chartContainer {
    width: auto;
    padding: 0 0 0 0;
}

    #chartContainer li {
        width: 14%;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 auto;
    }

        #chartContainer li ul li {
            width: 100% !important;
        }

    #chartContainer.col1 li {
        width: 99.9%;
    }

    #chartContainer.col2 li {
        width: 50.0%;
    }

    #chartContainer.col3 li {
        width: 33.3%;
    }

    #chartContainer.col4 li {
        width: 25.0%;
    }

    #chartContainer.col5 li {
        width: 20.0%;
    }

    #chartContainer.col6 li {
        width: 16.6%;
    }

    #chartContainer.col7 li {
        width: 14.2%;
    }

    #chartContainer.col8 li {
        width: 12.5%;
    }

    #chartContainer.col9 li {
        width: 11.1%;
    }

    #chartContainer.col10 li {
        width: 10%;
    }
/**********Top Level***********/
#chartContainer {
    margin-top: 50px
}

    #chartContainer #home {
        display: block;
        float: none;
        background: #ffffff url('../images/L1-center.png') center bottom no-repeat;
        position: relative;
        z-index: 2;
        padding: 0 0 32px 0;
    }

        #chartContainer #home a {
        }

    #chartContainer ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    #chartContainer li {
        list-style: none;
        float: left;
        background: url('../images/L1-center.png') center top no-repeat;
        padding: 33px 0;
        margin-top: -32px;
    }

        #chartContainer li a {
            text-decoration: none;
            margin: 0 20px 0 0;
            padding: 10px;
            display: block;
            font-size: 15px;
            font-weight: normal;
            text-align: center;
            color: #111b69;
            background: #fff;
            border: 1px solid #111b69;
            word-wrap: break-word;
            line-height: 20px;
            -webkit-box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.1);
        }
        /*#chartContainer li a:hover {
     background-color: #31a0e0;
     border-color: #fff;
     color: #fff;
}
*/
        #chartContainer li:last-child {
            background: url('../images/L1-right.png') center top no-repeat;
        }

        #chartContainer li a:link:before, #chartContainer li a:visited:before {
            color: #78a9c0;
        }
        /**********Second Level New**********/
        #chartContainer li > ul {
            margin: 0;
            width: 100%;
            float: right;
            padding: 8px 0 0;
            background: #ffffff url('../images/L3-ul-top.png') center top no-repeat;
        }

        #chartContainer li li:first-child {
            padding: 15px 0 0px 0;
            background: url('../images/L3-li-top.png') 0 -55px repeat-y;
        }

        #chartContainer li li {
            width: 100%;
            clear: left;
            margin-top: 0;
            padding: 10px 0 0 0;
            background: url('../images/L3-center.png') 0 -45px repeat-y;
        }

        #chartContainer li.leftTopCorner {
            background: url('../images/L1-left-corner.png') center top no-repeat;
        }

        #chartContainer li li a {
            background-color: #eff7fc;
            border-color: #cedde6;
            color: #333;
            font-size: 13px;
            font-weight: normal;
            line-height: 19px;
            width: 78%;
            float: right;
        }

        #chartContainer li li:first-child {
            padding-top: 9px;
        }

        #chartContainer li li:last-child {
            background: url('../images/L3-bottom.png') 0 -55px no-repeat;
        }
        /**********Third Level**********/
        #chartContainer li li ul {
            margin: 0;
            /*margin: 10px 0 0 0;
    */
            width: 90%;
            float: right;
            padding: 9px 0 0px 0;
            background: #ffffff url('../images/L3-ul-top.png') center top no-repeat;
        }

        #chartContainer li li li {
            background: url('../images/L3-center.png') left center no-repeat;
            /*padding: 5px 0;
    */
        }

            #chartContainer li li li a {
                background-color: #fff;
                border-color: #cedde6;
                font-size: 12px;
                padding: 5px;
                width: 80%;
                float: right;
            }
            /*#chartContainer li li li a:hover {
     background-color: #31a0e0;
     border-color: #fff;
     color: #fff;
}
*/
            #chartContainer li li li:first-child {
                padding: 15px 0 5px 0;
                background: url('../images/L3-li-top.png') left center no-repeat;
            }

            #chartContainer li li li:last-child {
                background: url('../images/L3-bottom.png') left center no-repeat;
            }

            #chartContainer li li li a:link:before, #chartContainer li li li a:visited:before {
                color: #ccae14;
                font-size: 9px;
            }

        #chartContainer li a.redChart {
            background-color: #25498e;
            color: #fff;
            border-color: #25498e;
            font-weight: 600;
            border: 3px solid #25498e;
            font-size: 1.2em;
            padding: 20px 20px;
            -webkit-box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.2);
            box-shadow: -4px 5px 7px 0px rgba(0, 0, 0, 0.2);
        }

        #chartContainer li a.org {
            background-color: #FFD600;
            color: #25498e;
            border-color: #FFD600;
            font-weight: 600;
            font-size: 1em;
            padding: 20px 20px;
            border: 3px solid #FFD600;
        }

        #chartContainer li a.magento {
            background-color: #0b5476;
            color: #fff;
            font-weight: 600;
            font-size: 1em;
            padding: 10px 10px;
            border: 3px solid #0b77a9;
        }

        #chartContainer li a.grey {
            background-color: #e9fce9;
            color: #2f2f2f;
            border: 2px solid #c1e9c1;
            font-weight: 600;
            box-shadow: none;
        }

    #chartContainer ul li.leftTopCorner ul li:first-child {
        background: none;
        position: relative;
    }

        #chartContainer ul li.leftTopCorner ul li:first-child:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            content: "";
            background-color: #e5e5e5;
            width: 2px;
        }

    #chartContainer ul li ul li ul li a.grey {
        background-color: #e7f2fb;
        border-color: #d3e0ea;
    }

    #chartContainer ul li.leftTopCorner ul > li:first-child > a {
        position: relative;
    }

        #chartContainer ul li.leftTopCorner ul > li:first-child > a:before {
            position: absolute;
            left: -30px;
            top: 17px;
            content: "";
            background-color: #e5e5e5;
            width: 30px;
            height: 2px;
        }

    #chartContainer ul li.leftTopCorner ul li:first-child > ul > li > a::before {
        width: 20px;
        left: -20px;
    }

.chartCover .mCustomScrollbar {
    width: 100%;
    height: 100%;
}

.chartCover .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #cccccc !important;
}

.chartCover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 8px;
    width: 100%;
    background-color: #cccccc !important;
}

.chartCover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #4fa2d7;
    width: 8px;
}

.chartCover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
}

.chartCover .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000000 !important;
}

.chartCover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 7px auto;
}

.mCSB_container {
    text-align: center;
}
/* == malihu jquery custom scrollbar plugin == Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller */
/* CONTENTS: 1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar. 4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes. */
/* ------------------------------------------------------------------------------------------------------------------------ 1. BASIC STYLE ------------------------------------------------------------------------------------------------------------------------ */
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------ 2. VERTICAL SCROLLBAR y-axis ------------------------------------------------------------------------------------------------------------------------ */
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        /* the dragger element */
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------ 3. HORIZONTAL SCROLLBAR x-axis ------------------------------------------------------------------------------------------------------------------------ */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_hidden {
    margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto;
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------ 4. VERTICAL AND HORIZONTAL SCROLLBARS yx-axis ------------------------------------------------------------------------------------------------------------------------ */
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_hidden {
    margin-bottom: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------ 5. TRANSITIONS ------------------------------------------------------------------------------------------------------------------------ */
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/* ------------------------------------------------------------------------------------------------------------------------ 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS ------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------- 6.1 THEMES ---------------------------------------- */
/* default theme ("light") */
.mCSB_scrollTools {
    opacity: 0.75;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /* sprites locations light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /* sprites locations light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /* sprites locations light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /* sprites locations light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px */
}

    .mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
        opacity: 0.75;
    }

    .mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
        opacity: 0.9;
    }
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

    .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px;
    }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

    .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0;
    }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    /*background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");*/
    background-repeat: repeat-y;
    opacity: 0.3;
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* ---------------------------------------- */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
/* theme "3d", "3d-dark" */
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
}

    .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

        .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
/* theme: "3d-thick-dark" */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
/* ---------------------------------------- */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
/* theme: "minimal", "minimal-dark" */
/* RTL direction/left-side scrollbar */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme: "minimal-dark" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.litebox-overlay .litebox-container img.litebox-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.director-general-aqa .shakbhatte {
    padding: 3px;
    border: 3px solid #25498e;
}

.director-general-aqa img {
    width: 100%;
    height: 180px;
}

#nav ul li.MenuLi4 ul li:nth-child(2n) ul li.lastMenuLi ul.menuSubUl {
    top: inherit !important;
    bottom: 0 !important;
}

.twoColsBullet ul.bulletText li {
    float: left;
    width: 49%;
}

    .twoColsBullet ul.bulletText li:nth-child(even) {
        float: right;
    }

.contactUsInnerMain {
    display: inline-block;
    width: 100%;
}

    .contactUsInnerMain ul {
        padding: 0;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contactUsInnerMain ul li {
            min-height: auto;
            width: 49%;
            padding: 16px 15px 23px 20px;
            border: 1px solid #e3e1e1;
            margin-bottom: 20px;
            float: left;
            position: relative;
        }

            .contactUsInnerMain ul li:nth-child(even) {
                float: right;
            }

            .contactUsInnerMain ul li:hover {
                box-shadow: 0 2px 10px #e3e1e1;
                background-color: #fbfbfb;
            }

            .contactUsInnerMain ul li::after {
                width: 5px;
                content: ""
            }

            .contactUsInnerMain ul li:hover::after {
                height: 100%;
            }

            .contactUsInnerMain ul li::before {
                width: 5px;
                content: "";
                background: #e3e1e1;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                margin: auto;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

            .contactUsInnerMain ul li .nameDesignation {
                margin-bottom: 20px;
                font-size: 1.200em;
                font-family: 'droid_sansbold';
                text-transform: uppercase;
                color: #25498e;
                float: left;
                width: 100%;
            }

                .contactUsInnerMain ul li .nameDesignation span {
                    font-size: 0.800em;
                    font-family: 'droid_sansregular';
                    display: block;
                    text-transform: capitalize;
                    color: #636466;
                }

            .contactUsInnerMain ul li .personImage {
                float: left;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden;
                margin: 0 15px 5px 0;
                border: 1px solid #ccc;
            }

#nav li.MenuLi4 ul li:nth-child(2) ul li.lastMenuLi ul {
    top: auto;
    bottom: 0;
}
/* theme "inset-2", "inset-2-dark" */
.dashboardPanel .leftSidebar li.subMenuleftpanel .caret {
    background-color: transparent;
}

.dashboardPanel .leftSidebar li.subMenuleftpanel .caret {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    background-position: 92% 20px;
}

    .dashboardPanel .leftSidebar li.subMenuleftpanel .caret.active {
        background-position: 20px 20px;
    }

#accessControl input:focus {
    outline: 1px solid #fff;
}

#logo a {
    display: inline-block;
}

.search a:focus {
    outline: thin dotted;
}

.activitiesBlock a:focus {
    outline: thin dotted;
}
/* 9-04-2019 */
.indexBannerPagger .bannerBtn {
    background-color: #25498e;
    width: 39px;
    height: 39px;
    position: absolute;
    bottom: 1px;
    z-index: 9;
    overflow: hidden;
    text-transform: uppercase;
    text-indent: -999px;
    background-image: url(../images/banner-naw.png);
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #fff;
}

    .indexBannerPagger .bannerBtn:hover {
        background-color: #ecbc48;
    }

    .indexBannerPagger .bannerBtn.prev {
        right: 75px;
        background-position: 3px 4px;
    }

    .indexBannerPagger .bannerBtn.next {
        right: 0;
        background-position: -59px 5px;
    }

    .indexBannerPagger .bannerBtn.play {
        right: 39px;
        background-position: -27px -25px;
        display: none;
    }

    .indexBannerPagger .bannerBtn.stop {
        right: 39px;
        background-position: -28px 5px;
    }

.activitiesBlockMain .container {
    position: relative;
}

.activitiesBlockMain .playStopControl a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9;
    overflow: hidden;
    text-transform: uppercase;
    text-indent: -999px;
    background-image: url(../images/banner-naw.png);
    background-repeat: no-repeat;
    border-radius: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #fff;
}

    .activitiesBlockMain .playStopControl a:hover {
        background-color: #ecbc48;
    }

.activitiesBlockMain .playStopControl a {
    background-color: #25498e;
}

    .activitiesBlockMain .playStopControl a.playActivities {
        background-position: -29px -30px;
        display: none;
    }

    .activitiesBlockMain .playStopControl a.stopActivities {
        background-position: -30px 0;
    }

.govtLogos .container {
    position: relative;
}

.govtLogos .playStopControl a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    overflow: hidden;
    text-transform: uppercase;
    text-indent: -999px;
    background-image: url(../images/banner-naw.png);
    background-repeat: no-repeat;
    border-radius: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #fff;
}

    .govtLogos .playStopControl a:hover {
        background-color: #ecbc48;
    }

.govtLogos .playStopControl a {
    background-color: #25498e;
}

    .govtLogos .playStopControl a.playLogoSlide {
        background-position: -29px -30px;
        display: none;
    }

    .govtLogos .playStopControl a.stopLogoSlide {
        background-position: -30px 0;
    }
.backtopBtn em{
    color:#fff;
}
/*
.selectZone .customSelect:focus, .selectZone .customSelect:focus {
    border: 1px dotted #222 !important;
    display: block;
}*/






.govtLogos .playStopControl a.prev, .activitiesBlockMain .playStopControl a.prev {
    right: 67px;
}
.govtLogos .playStopControl a.playLogoSlide, .activitiesBlockMain .playStopControl a.playActivities {
    right: 33px;
}
.govtLogos .playStopControl a.stopLogoSlide, .activitiesBlockMain .playStopControl a.stopActivities {
    right: 33px;
}
.govtLogos .playStopControl a.next, .activitiesBlockMain .playStopControl a.next {
    background-position: -59px 0px;
}

.selectZone .customSelectFocus,
.playLogoSlide:focus,
.playActivities:focus,
.stopLogoSlide:focus,
.stopActivities:focus,
.owl-prev:focus,
.owl-next:focus,
.govtLogos .playStopControl a.playLogoSlide:focus,
.activitiesBlockMain .playStopControl a.playActivities:focus,
.govtLogos .playStopControl a:focus,
.govtLogos .playStopControl a.prev:focus,
.activitiesBlockMain .playStopControl a.prev:focus,
.govtLogos .playStopControl a.next:focus,
.govtLogos .playStopControl a.stopLogoSlide:focus,
.activitiesBlockMain .playStopControl a.stopActivities:focus,
.govtLogos .playStopControl a.playLogoSlide:focus,
.activitiesBlockMain .playStopControl a.playActivities:focus,
.activitiesBlockMain .playStopControl a.next:focus {
    outline: 2px dotted #222;
}
.govtLogos .owl-theme .owl-controls, .activitiesBlockMain .owl-theme .owl-controls, .indexBanner .owl-theme .owl-controls {
    display: none;
}
/*
     FILE ARCHIVED ON 10:55:47 Apr 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:18:07 Jun 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.651
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 5.55
  LoadShardBlock: 48.909 (3)
  PetaboxLoader3.datanode: 105.066 (5)
  load_resource: 678.173
  PetaboxLoader3.resolve: 597.819
  loaddict: 36.709
*/
.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none;
}
.success_message {
    padding: 15px;
    background-color: green;
    color: white;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }