/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,400italic);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;300;400;100;200&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&amp;display=swap');

body, html {
    overflow-x: hidden;
    width: 100%;
}

body {
    color: #000000;
   
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
}

* {
    padding: 0;
    margin: 0;
}

a, a:focus, a:hover {
    color: #111;
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: Roboto, sans-serif;
}

.top-nav li {
    list-style-type: none;
    float: left;
}

.top-menu-box {
    background: #ee332d;
}

.top-nav {
    font-family: 'Roboto', sans-serif;
    padding: 0 0;
    z-index: 10;
    position: relative;
    font-size: 13px;
    height: auto;
    font-weight: 300;
    transition-duration: .3s;
    overflow: hidden;
    border-top: 4px solid #ffb606;
}

    .top-nav ul.pwdarea {
        text-align: right;
        float: right;
        margin-right: 0px;
        margin-bottom: 0px;
    }

        .top-nav ul.pwdarea li {
            padding: 1px 6px 2px 6px;
            font-weight: 600;
            border-right: 1px solid #484848;
        }

.logo {
    top: -13px;
    position: relative;
    /*margin-top: -17px;*/
}

.uplogo {
    float: right;
    padding-top: 5px;
    padding-right: 11px;
}

.language {
    background: #f58634;
    margin: 0px 0 0 0;
}

.search {
    background: #065694;
}

.top-menu-box:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 39px solid #ee332d;
    border-left: 35px solid transparent;
    position: absolute;
    left: -35px;
}

.top-nav ul.pwdarea li a {
    color: #fff;
}

    .top-nav ul.pwdarea li a img {
        width: 20px;
    }

.pwdarea li .theame {
    display: block;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 22px;
    width: 22px;
    text-decoration: none;
    font-size: 12px;
    float: left;
    line-height: normal;
    background-color: #f58634;
    color: #fff !important;
}

.top-nav .defTheme {
    color: #fff;
    padding: 3px 6px;
}

.pwdarea li .contrast {
    background-color: #000;
}

header {
    position: relative;
    display: block;
    z-index: 100;
    margin: 0 auto;
    display: block;
    background-color: #fdfac5;
}

    header .navbar-inverse {
        background-color: transparent;
        border: 0;
    }

.primarymenu {
    margin: 0 auto;
    bottom: 0;
    padding-left: 32%;
    background: #000000;
    position: relative;
}

.navborder {
    position: absolute;
    left: 0;
    width: 32%;
    background: #fdfac5;
    z-index: 9999;
    padding: 6px 0;
}

    .navborder:before {
        border-bottom: 49px solid #000000;
        border-left: 45px solid transparent;
        content: "";
        height: 0;
        right: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

.dropdown-menu .has-submenu:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 8px;
}

.dropdown > a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 13px;
}

.primarymenu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 15px 10px 11px 9px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.active-home {
    border-bottom: 4px solid #f58634;
}

.primarymenu .navbar-inverse .navbar-nav > .active > a, .primarymenu .navbar-inverse .navbar-nav > .active > a:focus, .primarymenu .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar-inverse .navbar-nav > li > a:focus, .primarymenu .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar-inverse .navbar-nav > .open > a, .primarymenu .navbar-inverse .navbar-nav > .open > a:focus, .primarymenu .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar .dropdown-menu {
    min-width: 240px !important;
    border-radius: 0;
    background-color: rgb(9 52 105);
    padding: 0;
    /* border-top: 3px solid #093f69; */
}

    .primarymenu .navbar .dropdown-menu > li > a {
        color: rgb(255 255 255);
        padding: 12px 8px !important;
        position: relative;
        font-size: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 69%);
        white-space: normal;
    }

.imp-logo ul {
    margin: 10px 15px 0 -15px;
    padding: 0;
    list-style: none;
}

    .imp-logo ul li {
        background-color: #fff;
        padding: 19px 10px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-bottom: 14px;
    }

.otherlogo {
    float: left;
    border-radius: 50%;
    border: 4px solid #000000;
    margin-right: 11px;
    padding: 10px;
}

    .otherlogo img {
        padding: 4px;
    }

.banner {
    background: #ededed;
}

.imp-logo {
    margin-bottom: -18px;
}

.otherurl {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

    .otherurl a {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        margin-top: 6px;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

        .otherurl a:after {
            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;
            content: "\f0da";
            margin-left: 3px;
        }

#leader { /* background:url(../images/leader-bg.jpg); */
    padding: 30px 0;
    background-color: #ee332d; /* background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.ourser_wrap {
}

    .ourser_wrap ul {
        padding: 0;
        margin: 0;
    }

        .ourser_wrap ul li {
            float: left;
            background: #fff;
            margin: 0 16px;
            min-height: 214px;
            padding: 7px 22px;
            display: block;
            text-align: center;
            box-shadow: 0px 0px 6px #423c3c3b;
        }

            .ourser_wrap ul li img {
            }

            .ourser_wrap ul li h3 {
                color: #065694;
                font-size: 18px;
                text-transform: capitalize;
            }

            .ourser_wrap ul li h4 {
                color: #3f3f3f;
                font-weight: 400;
                font-size: 15px;
                line-height: normal;
            }

footer {
    position: relative;
}

.footer-link {
    padding: 30px 0px 0px 0px;
    color: #eae8e8;
    font-weight: 400;
    font-size: 0.9em;
    position: relative;
    background: #093659;
}

.ftright {
    width: 600px;
    height: 40px;
    background: #093659;
    position: absolute;
    right: 0px;
    top: -25px;
}

    .ftright:before {
        border-bottom: 46px solid #093659;
        border-left: 40px solid transparent;
        content: "";
        height: 0;
        left: -40px;
        position: absolute;
        top: 0px;
        width: 0;
    }

.footer-menu {
    padding: 0;
    margin: 0;
}

    .footer-menu li {
        list-style: none;
        float: left;
        margin-right: 4px;
    }

        .footer-menu li a {
            color: #fff;
            padding: 4px 12px;
            border: 1px solid #7a92a5;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

.foot-add {
    display: block;
    width: 100%;
    margin: 34px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.lastupdate {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.for-enq {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.web-info, .web-info:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 300;
    border-radius: 7px;
    font-size: 17px;
}

.socil {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.socialIcons {
    padding: 3px 0px;
    text-align: left;
    float: none;
}

    .socialIcons li {
        background: #fff;
        list-style: none;
        display: inline-block;
        margin: 3px;
        margin-top: 0%;
        border-radius: 2em;
        overflow: hidden;
        border: 0px;
        padding: 5px !important;
    }

        .socialIcons li a {
            display: block;
            padding: 0px;
            max-width: 25px;
            min-width: 25px;
            height: 25px;
            white-space: nowrap;
            line-height: 25px;
            transition: .5s;
            text-decoration: none;
            color: #fff;
            text-align: center;
        }

        .socialIcons li i {
            margin-right: .5em;
        }

.facebook {
    border: 1px solid #4a6cb5;
}

.twitter {
    border: 1px solid #00aced;
}

.youtube {
    border: 1px solid #b00d0e;
}

.google-plus {
    border: 1px solid #e82c2a;
}

.socialIcons .facebook .fa-facebook {
    color: #3b5998; /*box-shadow: 0 0 16px #3b5998;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .twitter .fa-twitter {
    color: #00aced; /* box-shadow: 0 0 16px #00aced;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .youtube .fa-youtube {
    color: #b00d0e; /* box-shadow: 0 0 16px #cd486b;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .google-plus .fa-instagram {
    color: #e82c2a; /*box-shadow: 0 0 16px #c92228;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .steam {
    background: #666666; /*box-shadow: 0 0 16px #666666;*/
}

.implink ul.brand-items li {
    list-style: none;
    padding: 0px 14px;
}

.implink ul.brand-items {
    padding: 0px;
    margin: 50px 0px 0px 0px;
    text-align: center;
}

.implink .busheading {
    position: relative;
    margin: 45px auto;
    width: 92%;
}

    .implink .busheading h2 {
        color: #065694;
        background: #d9e2e9;
        position: absolute;
        left: 34%;
        top: -27px;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 2em;
        letter-spacing: -1px;
        padding-right: 30px;
        padding-left: 30px;
        font-family: 'Oswald', sans-serif;
    }

.busheading {
    border-bottom: 1px solid #b0bdc7;
    position: relative;
}

#impt-logo {
    background: #d9e2e9;
    padding: 0 0 28px 0;
}

    #impt-logo .owl-buttons {
        display: none;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.newwrap {
    border: 1px solid #eee;
    padding: 0px 0px;
    display: table;
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}

.border-r1 {
    border-right: 1px solid #eee;
}

.p0 {
    padding: 0px;
}

.news {
    padding: 15px 5px;
    border-right: 1px solid #eeeeee;
}

.title {
    position: relative;
}

    .title h4 {
        font-weight: 600;
        position: relative;
        z-index: 2;
        display: block;
        padding-bottom: 10px;
        background-color: #fff;
        padding-right: 10px;
        color: #000000;
        border-bottom: 1px solid #ee332d;
        font-size: 1.4em;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
    }

.btn-outline-danger {
    border-color: 065694;
    color: 065694;
}

.playandpause-box {
    padding: 7px 13px !IMPORTANT;
    float: right;
}

.btn-outline {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #065694;
    font-size: .85em;
    text-transform: uppercase;
    transition-duration: .3s;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    border-color: 065694;
    background-color: 065694;
    color: #065694;
    text-decoration: none;
}

.vticker {
    height: 300px !important;
    margin-bottom: 15px;
}

    .vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
        display: none;
    }

    .vticker .dsize {
        font-size: .8em;
        color: #352961 !important;
        margin-top: 5px;
    }
    /*.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}*/
    .vticker ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .vticker ul li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            position: relative;
        }
            /*.vticker ul li:before {
	content: url(../images/small-calendar.png);
	position: absolute;
	background-color:#352961;
	padding: 8px;
	border-radius: 3px;
	left: 0;
}*/
            .vticker ul li a {
                display: block;
                color: #2a2a2a;
                font-weight: 700;
            }

            .vticker ul li span {
                display: block;
            }

            .vticker ul li .ndate {
                color: #de5e00;
                font-size: 0.82em;
                text-transform: uppercase;
                font-weight: 900;
            }

#tender ul li .ndate {
    color: #14a555;
}

.vticker ul li .dsize {
    color: #666;
    font-size: 0.80em;
    display: none;
}

.news .scroll {
    max-height: 352px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.et-run .fa:before {
    content: "\f04c" !important;
}

.new-ann {
    padding: 40px 0;
}

.glance {
    margin-top: -13px;
}

.title2 {
    background: url(../images/frmHttpErrorPage.html);
    background-repeat: no-repeat;
    background-position: 150px 22px;
}

    .title2 h4 {
        font-family: 'Oswald', sans-serif;
        color: #065694;
        font-weight: bold;
        padding-right: 12px;
        font-size: 30px;
        text-transform: uppercase;
        background: #fff;
        display: inline-block;
    }

.scheme {
    padding: 0;
    margin: 0;
}

    .scheme li {
        border: 1px solid #ccc;
        list-style: none;
        overflow: auto;
        margin-top: 4px;
    }

.dep-logo {
    width: 94px;
    border-right: 1px solid #ccc;
    padding: 14px;
    float: left;
}

.dep-name {
    float: left;
    /*   padding: 10px;*/
    line-height: normal;
    width: 67%;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 6px 10px !important;
}

.dep-logo img {
    width: 100%;
}

.dep-name h4 {
    line-height: normal;
    margin: 8px 0px !important;
}

.menuFxd {
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #065694;
    box-shadow: 0px 0px 5px #73707085;
}

.top-nav li:last-child {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: auto;
    float: right;
    position: relative;
    padding-bottom: 0 !important;
}

#searchinput {
    width: 120px;
    height: 21px;
    font-weight: 400;
}

.stylish-input-group .input-group-addon {
    background-color: #0c6ab3;
    border: 1px solid #005384;
    color: #fff;
    padding: 6px 8px 3px 8px;
    border-radius: 0px;
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 9999;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.in-banner {
    position: relative;
    z-index: 0;
    min-height: 192px;
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .in-banner:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.52);
        right: 0;
        top: 0;
        left: 0px;
        margin: 0px auto;
    }

    .in-banner img {
        max-width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
}

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
    top: 15px;
    text-align: center;
}

.in-banner li.item {
    margin: 0px;
    list-style: none;
}

.inheading h2 {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(0,0,0,.5);
    border: 1px dashed rgba(255,255,255,.8);
    margin-top: 53px;
}

.inheading h1 {
    color: #fff;
    font-size: 2.8em;
}

.breed-crum-div {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 0px;
}

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0px;
    background-color: transparent;
    text-align: right;
}

    .breadcrumb li a {
        color: #000;
    }

    .breadcrumb li {
        color: #f1582e !important;
        margin: 0px 5px;
        font-weight: 500;
    }

    .breadcrumb .active a {
        color: #007C7C !important;
    }

    .breadcrumb > li + li::before {
        content: close-quote;
    }

.contentarea {
    background-color: #dbe4eb;
    padding: 30px;
}

.incontent {
    background-color: #fff;
    padding: 15px;
    min-height: 368px;
}

ul.list {
    padding: 0;
}

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

    ul.list li {
        line-height: 25px;
        padding-left: 25px;
        margin-bottom: 6px;
    }

        ul.list li ul li {
            line-height: 26px;
            padding-left: 15px;
            margin-bottom: 6px;
            position: relative;
        }

        ul.list li:before {
            content: "\f061";
            font-family: 'FontAwesome';
            color: #f75d0f;
            font-size: 14px;
            margin-left: -30px;
            margin-right: 6px;
            padding: 2px 5px;
            width: 20px;
            height: 20px;
            box-sizing: border-box;
        }

    ul.list ul {
        margin: 5px 10px 5px 17px;
        padding: 0;
        list-style: none;
    }

        ul.list ul li:before {
            content: "\f105";
            font-family: 'FontAwesome';
            color: #0f2e5d;
            font-size: 18px;
            margin-left: -29px;
            margin-right: 6px;
            border: 0 solid #03356e;
            border-radius: 50%;
            padding: 0;
            width: 0;
            height: 0;
            box-sizing: border-box;
            position: absolute;
        }

.filter-box {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
}

    .filter-box td {
        padding: 10px;
    }

    .filter-box input[type="submit"] {
        background: #065694 none repeat scroll 0 0;
        border: 0 solid #065694;
        color: #ffffff;
        padding: 7px 10px;
        width: 100%;
    }
    /*.filter-box input[value="Reset"] {
    background: #e25051;
}*/
    .filter-box input[type="text"]:focus {
        border: 1px solid #177ebe;
        color: #177ebe;
    }

    .filter-box input[type="text"] {
        border: 1px solid #b3b3b3;
        padding: 5px;
        width: 100%;
    }

    .filter-box select {
        border: 1px solid #abaaaa;
        padding: 5px;
        width: 100%;
    }

.breaking-news-ticker .arw {
    display: none;
}

.breaking-news-ticker .bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 10px;
    color: #333;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 600;
}

.pdf-size:before, .rar-size:before, .word-size:before {
    font-family: FontAwesome;
    margin: 0 5px;
}

.pdf-size {
    font-size: 12px;
    color: #4a606c;
    display: block;
}

    .pdf-size img {
        display: none;
    }

    .pdf-size:before {
        content: "\f1c1";
        color: #d32f2f;
    }

.serial {
    counter-reset: Serial;
}

    .serial tr td:first-child {
        text-align: center;
    }

        .serial tr td:first-child::before {
            content: "" counter(Serial, decimal);
            counter-increment: Serial;
        }

table thead th {
    background: #4e6060;
    color: #fff;
    font-weight: normal;
}

.sitemap, .sitemap .footer-menu {
    margin: 0 15px;
}

    .sitemap ul, .sitemap .footer-menu {
        background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 5px 4px 6px !important;
        position: relative !important;
        overflow: auto;
    }

        .sitemap ul li, .sitemap .footer-menu li {
            background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
            line-height: 16px !important;
            padding: 0 0 0 10px !important;
            margin: 10px 0;
            display: block;
            width: 100%;
            font-weight: bold;
        }

            .sitemap ul li a, .sitemap .footer-menu li a {
                background-color: #065694;
                border: 1px solid #065694;
                color: #ffffff;
                display: inline-block;
                padding: 5px;
                transition-duration: 0.3s;
            }

                .sitemap ul li a:hover, .sitemap .footer-menu li a:hover {
                    background-color: #1197b7;
                    color: #fff;
                    padding-left: 5px;
                    text-decoration: none;
                }

            .sitemap ul li ul, .sitemap .footer-menu li ul {
                padding-bottom: 1px;
            }

                .sitemap ul li ul li, .sitemap .footer-menu li ul li {
                }

            .sitemap ul li.home a, .sitemap .footer-menu li.home a {
                color: #fff;
            }

.isDisabled {
    display: block;
    font-weight: 400;
    font-size: 1.4em;
    padding: 12px 15px;
    background-color: #FFF;
    color: #ED691A;
    margin: 0px -15px;
    border-bottom: 2px solid #ED691A;
}

.menu .footer-menu li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

    .menu .footer-menu li:hover > a {
        background: #e0e0e0;
        color: #000;
        padding-left: 10px;
    }

.menu .footer-menu {
    margin: 0;
    padding: 0 17px !important;
    padding: 0 17px !important;
}

    .menu .footer-menu li a {
        color: #000;
        display: block;
        padding: 8px 0px;
        position: relative;
        text-decoration: none;
        width: 100%;
        font-size: 1.0em;
        transition-duration: .2s;
        font-weight: 300;
        border-bottom: solid 1px rgba(0,0,0,.1) !important;
        border-right: 0;
        border-left: 0;
        border-top: 0;
    }

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

#accordion1 .collapsed .glyphicon-chevron-up:before {
    content: "\e114";
}

.more-less-second {
    float: right;
    color: #212121;
}

.contact-box {
    border: 1px solid #eee;
    padding: 0px;
    position: relative;
    z-index: 0;
    margin-left: 0%;
}

    .contact-box iframe {
        border: 0px;
        width: 100%;
        height: 430px;
    }

    .contact-box .address {
        position: static;
        left: -10%;
        background-color: #093659;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        width: 100%;
        top: 40px;
        box-shadow: 0px 0px 8px rgba(0,0,0,.1);
        margin-bottom: 10px;
    }

        .contact-box .address ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        .contact-box .address h4 {
            color: #fff;
            padding: 0;
            font-size: 18px;
            margin: 0 0 12px 0;
            border-bottom: 1px dashed #ccc;
            text-transform: uppercase;
            line-height: 34px;
        }

        .contact-box .address ul li {
            position: relative;
            padding-left: 45px;
            padding: 5px 5px 5px 45px;
            min-height: 57px;
        }

            .contact-box .address ul li span {
                position: absolute;
                left: 0px;
                height: 35px;
                width: 35px;
                border-radius: 50%;
                background-color: #f58634;
                text-align: center;
                box-sizing: border-box;
                padding: 8px;
            }

                .contact-box .address ul li span svg {
                    height: 18px;
                    fill: #ED691A;
                }

            .contact-box .address ul li a {
                color: #fff;
                text-decoration: underline;
            }

.form-inline .form-control {
    margin-left: 7px;
}

.search-result {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .search-result li {
        border: 1px solid #eee;
        padding: 5px 10px !important;
        transition: all .2s ease 0s;
        margin-bottom: 10px;
    }

        .search-result li a {
            color: #03F;
        }

        .search-result li:hover {
            box-shadow: 0 0 5px rgba(0,0,0,.2);
        }

    .search-result .local {
        color: #271def;
        display: block;
        font-size: 1.18em;
    }

        .search-result .local:hover {
            color: #271def;
        }

    .search-result span {
        color: #006621;
        display: block;
        font-size: .85em;
    }

    .search-result p {
        margin: 5px 0;
        color: #333;
        font-size: .9em;
    }

.pdf-size img {
    display: none;
}
/*Organization Structure*/
.zonedown {
    position: relative;
}

    .zonedown:before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0px;
        display: block;
        color: #000;
        bottom: -9px;
        right: -5px;
    }

.zone {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    min-height: 61px;
}

    .zone th {
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .zone td {
        color: #1a1a1a;
    }

.zone-border-left {
    border-left: 1px solid #000;
    position: relative;
}

.zone-border-right {
    border-right: 1px solid #000;
}

.zone-border-top {
    border-top: 1px solid #000;
}

.zone-border-bottom {
    border-bottom: 1px solid #000;
}

.zone-border-left1 {
    border-left: 2px solid #EF7F00;
}

.zone-border-right1 {
    border-right: 2px solid #EF7F00;
}

.zone-border-top1 {
    border-top: 2px solid #EF7F00;
}

.zone-border-bottom1 {
    border-bottom: 2px solid #EF7F00;
}

.zonebox {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 61px;
}

.zonebox2 {
    display: block;
    background: #fcca80;
    background: -moz-linear-gradient(top, #fcca80 0%, #efe686 49%, #fcca80 100%);
    background: -webkit-linear-gradient(top, #fcca80 0%,#efe686 49%,#fcca80 100%);
    background: linear-gradient(to bottom, #fcca80 0%,#efe686 49%,#fcca80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca80', endColorstr='#fcca80',GradientType=0 );
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 1px 2px 1px rgba(0,0,0,.3);
    border: 1px solid #CDA364;
}

.orngboxes { /*! box-shadow:1px 2px 1px rgba(0,0,0,.3); */
    background: #f9eadb;
    background: -moz-linear-gradient(top, #f9eadb 0%, #efb177 100%);
    background: -webkit-linear-gradient(top, #f9eadb 0%,#efb177 100%);
    background: linear-gradient(to bottom, #fff 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eadb', endColorstr='#efb177',GradientType=0 );
    border: 1px solid #777;
    color: #000;
}

.archive {
    display: block;
    background-color: #f0603b;
    color: #fff;
    border-color: #f0603b;
    border-radius: 0px;
}

.grid-stack .title-caption {
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
    color: #fff;
    padding: 2px 10px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    left: 4px;
    right: 4px;
    top: -12px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow: hidden;
    transition: all ease-in-out .2s;
}

    .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        transition: 1s all;
        width: 100%;
        height: 100%;
    }

.grid-stack-item-content {
    color: transparent;
    text-align: center;
    background-color: transparent;
}

.grid-stack {
    background: 0 0 !important;
    display: inline-table !important;
}

    .fancybox-inner img, .fancybox-outer, .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        filter: contrast(.9) saturate(1.6) sepia(.2);
        -webkit-filter: contrast(.9) saturate(1.6) sepia(.2);
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
        transform: scale(1.1,1.1);
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        padding: 0;
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }


    .grid-stack > .grid-stack-item > .grid-stack-item-content {
        overflow-y: hidden !important;
        color: rgba(255, 255, 255, .0) !important;
        text-shadow: none !important;
    }

    .grid-stack .title-caption {
        background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
        color: #fff;
        padding: 2px 10px;
    }

.grid-stack {
    background: none;
}

    .grid-stack > .grid-stack-item > .grid-stack-item-content {
        border: 2px solid #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        cursor: pointer;
        overflow-y: hidden !important;
        text-shadow: 0 0 1px #000000;
        transition: all 0.2s ease-in 0s;
    }
        /*.grid-stack > .grid-stack-item > .grid-stack-item-content img {
    padding: 10px;
}*/
        .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
            transform: scale(1.1, 1.1);
        }

h3.mainhead {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: 400;
}

h3 {
    font-weight: 400;
    font-size: 22px;
}

.other-link {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-radius: 3px !IMPORTANT;
    background: #4caf50;
    border: 0;
    padding: 7px 13px 6px 13px;
    box-shadow: 1px 1px 4px #3c373740;
    color: #fff;
    font-size: 15px;
}

li.csc {
    margin-top: 3px !important;
}

.inforeg {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}

.popup-h-list h3 {
    min-height: 129px;
    line-height: 25px;
}

.inforeg p {
    font-weight: 600;
}

.inforeg a, .inforeg a:focus, .inforeg a:hover {
    color: #426cce;
}

.inforeg .btn-success {
    color: #fff !important;
    background-color: #18ad96 !important;
    border-color: #16aa93 !important;
}

.infobox {
    padding: 15px;
    text-align: center;
    background: #fdedd0;
    border: 1px solid #b99c68;
}

.modal-dialog .modal-body {
    word-wrap: break-word;
}

.ws_cover a {
    pointer-events: none !important;
}

.color1 {
    color: #ee3137;
}

.color2 {
    color: #ee3137;
}

.text-justify {
    text-align: justify;
    font-size: 16px;
    /*line-height: 36px;*/
}

.mb-100 {
    margin-bottom: 34px !important;
}

.mt-40 {
    margin-top: 40px;
}
/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
    width: 100%;
    transition: all .3s ease 0s;
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
    text-align: center;
}

    .box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
        content: "";
    }

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
    overflow: hidden;
}

    .box1 .title, .box10 .title, .box4 .title, .box7 .title {
        letter-spacing: 1px;
    }

    .box3 .post, .box4 .post, .box5 .post, .box7 .post {
        font-style: italic;
    }

body {
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.box1 .icon, .box1 .title {
    margin: 0;
    position: absolute;
}

.box1 {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    position: relative;
}

    .box1:after, .box1:before {
        height: 50%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform-origin: 100% 0;
        transform: rotateZ(90deg);
    }

    .box1:after {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%;
    }

    .box1:hover:after, .box1:hover:before {
        transform: rotateZ(0);
    }

    .box1 img {
        height: auto;
        transform: scale(1) rotate(0);
    }

    .box1:hover img {
        filter: sepia(80%);
        transform: scale(1.3) rotate(10deg);
    }

    .box1 .title {
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 0 1px #004cbf;
        bottom: 10px;
        left: 10px;
        opacity: 0;
        z-index: 2;
        transform: scale(0);
        transition: all .5s ease .2s;
    }

    .box1:hover .title {
        opacity: 1;
        transform: scale(1);
    }

    .box1 .icon {
        padding: 7px 5px;
        list-style: none;
        background: linear-gradient(to bottom, #F89406 33%, white 33%, white 66%, white 66%, #339933 66%);
        border-radius: 0 0 0 10px;
        top: -100%;
        right: 0;
        z-index: 2;
        transition: all .3s ease .2s;
    }

    .box1:hover .icon {
        top: 0;
    }

    .box1 .icon li {
        display: block;
        margin: 10px 0;
    }

        .box1 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 10px;
            font-size: 18px;
            color: #fff;
            transition: all .3s ease 0s;
        }

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
    border-radius: 50%;
}

.box1 .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000 inset,0 0 0 3px #fff;
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 10px;
    }
}


.mb-100 {
    margin-bottom: 34px !important;
}

.about-us-content {
    background-color: #fff;
    padding: 12px 12px 1px 0px;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    /* height: 116px; */
    /* border-bottom: 4px solid #13507f; */
}

/*footer*/
.bg-dark-light {
    background: #093659 !important;
}

.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}

.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

    .widgets.footer-widgets .widget-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background: #bb6a25;
    }

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}

    .widgets.footer-widgets .widget-quick-links ul li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 9px 0;
    }

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    /*font-family: "Raleway", sans-serif;*/
}

.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 15px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widgets.footer-widgets .widget-contact ul li span {
        font-size: 23px;
        color: #ffffff;
        /* border: 2px solid #cccccc; */
        /* border-radius: 3px; */
        /* height: 32px; */
        /* width: 32px; */
        /* display: inline-block; */
        /* line-height: 28px; */
        text-align: center;
        margin-right: 20px;
    }

.text-white {
    color: #fff;
}

.card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24) !important;
    color: #333333;
    border-radius: 2px;
    margin-bottom: 12px;
}

.vertical-text {
    transform: rotate(-90deg);
    transform-origin: LEFT top 0;
    z-index: 9999;
    float: right;
    /*right: -157px;*/
    bottom: 150px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #ee332d;
    position: fixed;
    letter-spacing: 1.5px;
    width: 201px;
    text-align: center;
}

.round-btn {
    /* border: 1px solid; */
    color: #fff;
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #ffb606;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/*other*/
.padding-right-0 {
    /* padding-right: 0px; */
}

.leader ul li {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

.leader ul {
    margin: 0px 0px 0px -28px;
    padding: 0;
    list-style: none;
}

    .leader ul li img {
        border-radius: 50%;
        max-height: 82px;
        margin: 0px auto;
        display: block;
        border: 2px solid #ccc;
    }

    .leader ul li h4 {
        color: #003c72;
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: center;
        font-weight: bold;
    }

    .leader ul li p {
        color: #000;
        margin-bottom: 5px;
        font-size: 0.8em;
        /* text-align: center; */
    }

.msg-link li a {
    display: block;
    padding: 5px 3px;
    text-align: center;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
}
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,400italic);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;300;400;100;200&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&amp;display=swap');

body, html {
    overflow-x: hidden;
    width: 100%;
}

body {
    color: #000000;
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
}

* {
    padding: 0;
    margin: 0;
}

a, a:focus, a:hover {
    color: #111;
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: Roboto, sans-serif;
}

.top-nav li {
    list-style-type: none;
    float: left;
}

.top-menu-box {
    background: #ffb606;
}

.top-nav {
    font-family: 'Roboto', sans-serif;
    padding: 0 0;
    z-index: 10;
    position: relative;
    font-size: 13px;
    height: auto;
    font-weight: 300;
    transition-duration: .3s;
    overflow: hidden;
    /* border-top: 4px solid #ee332d; */
}

    .top-nav ul.pwdarea {
        text-align: right;
        float: right;
        margin-right: 0px;
        margin-bottom: 0px;
    }

        .top-nav ul.pwdarea li {
            padding: 1px 6px 2px 6px;
            font-weight: 600;
            border-right: 1px solid #484848;
        }

.logo {
    top: 0px;
    position: relative;
    /*margin-top: -17px;*/
}

.uplogo {
    float: right;
    padding-top: 5px;
    padding-right: 11px;
}

.language {
    background: #f58634;
    margin: 0px 0 0 0;
}

.search {
    background: #065694;
}

.top-menu-box:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 39px solid #ffb606;
    border-left: 35px solid transparent;
    position: absolute;
    left: -35px;
}

.top-nav ul.pwdarea li a {
    color: #fff;
}

    .top-nav ul.pwdarea li a img {
        width: 20px;
    }

.pwdarea li .theame {
    display: block;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 22px;
    width: 22px;
    text-decoration: none;
    font-size: 12px;
    float: left;
    line-height: normal;
    background-color: #f58634;
    color: #fff !important;
}

.top-nav .defTheme {
    color: #fff;
    padding: 3px 6px;
}

.pwdarea li .contrast {
    background-color: #000;
}

header {
    position: relative;
    display: block;
    z-index: 100;
    margin: 0 auto;
    display: block;
    background-color: #fdfac5;
}

    header .navbar-inverse {
        background-color: transparent;
        border: 0;
    }

.primarymenu {
    margin: 0 auto;
    bottom: 0;
    padding-left: 32%;
    background: #093469;
    position: relative;
}

.navborder {
    position: absolute;
    left: 0;
    width: 32%;
    background: #fdfac5;
    z-index: 9999;
    padding: 6px 0;
}

    .navborder:before {
        border-bottom: 49px solid #093469;
        border-left: 45px solid transparent;
        content: "";
        height: 0;
        right: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

.dropdown-menu .has-submenu:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 8px;
}

.dropdown > a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 13px;
}

.primarymenu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 15px 10px 11px 9px;
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 500;
}

.active-home {
    border-bottom: 4px solid #f58634;
}

.primarymenu .navbar-inverse .navbar-nav > .active > a, .primarymenu .navbar-inverse .navbar-nav > .active > a:focus, .primarymenu .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar-inverse .navbar-nav > li > a:focus, .primarymenu .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar-inverse .navbar-nav > .open > a, .primarymenu .navbar-inverse .navbar-nav > .open > a:focus, .primarymenu .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.primarymenu .navbar .dropdown-menu {
    min-width: 240px !important;
    border-radius: 0;
    background-color: rgb(9 52 105);
    padding: 0;
    /* border-top: 3px solid #093f69; */
}

    .primarymenu .navbar .dropdown-menu > li > a {
        color: rgb(255 255 255);
        padding: 8px 8px !important;
        position: relative;
        font-size: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 69%);
        white-space: normal;
        text-transform: uppercase;
    }

.imp-logo ul {
    margin: 10px 15px 0 -15px;
    padding: 0;
    list-style: none;
}

    .imp-logo ul li {
        background-color: #fff;
        padding: 19px 10px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-bottom: 14px;
    }

.otherlogo {
    float: left;
    border-radius: 50%;
    border: 4px solid #000000;
    margin-right: 11px;
    padding: 10px;
}

    .otherlogo img {
        padding: 4px;
    }

.banner {
    background: #ededed;
}

.imp-logo {
    margin-bottom: -18px;
}

.otherurl {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

    .otherurl a {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        margin-top: 6px;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

        .otherurl a:after {
            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;
            content: "\f0da";
            margin-left: 3px;
        }

#leader {
    /* background:url(../images/leader-bg.jpg); */
    padding: 30px 0;
    background-color: #093469;
    /* background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.ourser_wrap {
}

    .ourser_wrap ul {
        padding: 0;
        margin: 0;
    }

        .ourser_wrap ul li {
            float: left;
            background: #fff;
            margin: 0 16px;
            min-height: 214px;
            padding: 7px 22px;
            display: block;
            text-align: center;
            box-shadow: 0px 0px 6px #423c3c3b;
        }

            .ourser_wrap ul li img {
            }

            .ourser_wrap ul li h3 {
                color: #065694;
                font-size: 18px;
                text-transform: capitalize;
            }

            .ourser_wrap ul li h4 {
                color: #3f3f3f;
                font-weight: 400;
                font-size: 15px;
                line-height: normal;
            }

footer {
    position: relative;
}

.footer-link {
    padding: 30px 0px 0px 0px;
    color: #eae8e8;
    font-weight: 400;
    font-size: 0.9em;
    position: relative;
    background: #093659;
}

.ftright {
    width: 600px;
    height: 40px;
    background: #000000;
    position: absolute;
    right: 0px;
    top: -25px;
}

    .ftright:before {
        border-bottom: 46px solid #000000;
        border-left: 40px solid transparent;
        content: "";
        height: 0;
        left: -40px;
        position: absolute;
        top: 0px;
        width: 0;
    }

.footer-menu {
    padding: 0;
    margin: 0;
}

    .footer-menu li {
        list-style: none;
        float: left;
        margin-right: 4px;
    }

        .footer-menu li a {
            color: #fff;
            padding: 4px 12px;
            border: 1px solid #7a92a5;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

.foot-add {
    display: block;
    width: 100%;
    margin: 34px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.lastupdate {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.for-enq {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.web-info, .web-info:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 300;
    border-radius: 7px;
    font-size: 17px;
}

.socil {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.socialIcons {
    padding: 3px 0px;
    text-align: left;
    float: none;
}

    .socialIcons li {
        background: #fff;
        list-style: none;
        display: inline-block;
        margin: 3px;
        margin-top: 0%;
        border-radius: 2em;
        overflow: hidden;
        border: 0px;
        padding: 5px !important;
    }

        .socialIcons li a {
            display: block;
            padding: 0px;
            max-width: 25px;
            min-width: 25px;
            height: 25px;
            white-space: nowrap;
            line-height: 25px;
            transition: .5s;
            text-decoration: none;
            color: #fff;
            text-align: center;
        }

        .socialIcons li i {
            margin-right: .5em;
        }

.facebook {
    border: 1px solid #4a6cb5;
}

.twitter {
    border: 1px solid #00aced;
}

.youtube {
    border: 1px solid #b00d0e;
}

.google-plus {
    border: 1px solid #e82c2a;
}

.socialIcons .facebook .fa-facebook {
    color: #3b5998; /*box-shadow: 0 0 16px #3b5998;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .twitter .fa-twitter {
    color: #00aced; /* box-shadow: 0 0 16px #00aced;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .youtube .fa-youtube {
    color: #b00d0e; /* box-shadow: 0 0 16px #cd486b;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .google-plus .fa-instagram {
    color: #e82c2a; /*box-shadow: 0 0 16px #c92228;*/
    padding-top: 4px;
    font-size: 19px;
}

.socialIcons .steam {
    background: #666666; /*box-shadow: 0 0 16px #666666;*/
}

.implink ul.brand-items li {
    list-style: none;
    padding: 0px 14px;
}

.implink ul.brand-items {
    padding: 0px;
    margin: 50px 0px 0px 0px;
    text-align: center;
}

.implink .busheading {
    position: relative;
    margin: 45px auto;
    width: 92%;
}

    .implink .busheading h2 {
        color: #065694;
        background: #d9e2e9;
        position: absolute;
        left: 34%;
        top: -27px;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 2em;
        letter-spacing: -1px;
        padding-right: 30px;
        padding-left: 30px;
        font-family: 'Oswald', sans-serif;
    }

.busheading {
    border-bottom: 1px solid #b0bdc7;
    position: relative;
}

#impt-logo {
    background: #d9e2e9;
    padding: 0 0 28px 0;
}

    #impt-logo .owl-buttons {
        display: none;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.newwrap {
    border: 1px solid #eee0;
    padding: 0px 0px;
    display: table;
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 0%);
    margin-bottom: 30px;
}

.border-r1 {
    border-right: 1px solid #eee;
}

.p0 {
    padding: 0px;
}

.news {
    border: 0px;
    padding: 15px 5px;
    /* border-right: 1px solid #ee332d00; */
}

.title {
    position: relative;
}

    .title h4 {
        font-weight: 600;
        position: relative;
        z-index: 2;
        display: block;
        padding-bottom: 10px;
        background-color: #fff;
        padding-right: 10px;
        color: #000000;
        border-bottom: 1px solid #ee332d;
        font-size: 1.4em;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
    }

.btn-outline-danger {
    border-color: 065694;
    color: 065694;
}

.playandpause-box {
    padding: 7px 13px !IMPORTANT;
    float: right;
}

.btn-outline {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #065694;
    font-size: .85em;
    text-transform: uppercase;
    transition-duration: .3s;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    border-color: 065694;
    background-color: 065694;
    color: #065694;
    text-decoration: none;
}

.vticker {
    height: 300px !important;
    margin-bottom: 15px;
}

    .vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
        display: none;
    }

    .vticker .dsize {
        font-size: .8em;
        color: #352961 !important;
        margin-top: 5px;
    }
    /*.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}*/
    .vticker ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .vticker ul li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            position: relative;
        }
            /*.vticker ul li:before {
	content: url(../images/small-calendar.png);
	position: absolute;
	background-color:#352961;
	padding: 8px;
	border-radius: 3px;
	left: 0;
}*/
            .vticker ul li a {
                display: block;
                color: #2a2a2a;
                font-weight: 700;
            }

            .vticker ul li span {
                display: block;
            }

            .vticker ul li .ndate {
                color: #de5e00;
                font-size: 0.82em;
                text-transform: uppercase;
                font-weight: 900;
            }

#tender ul li .ndate {
    color: #14a555;
}

.vticker ul li .dsize {
    color: #666;
    font-size: 0.80em;
    display: none;
}

.news .scroll {
    max-height: 352px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.et-run .fa:before {
    content: "\f04c" !important;
}

.new-ann {
    padding: 40px 0;
}

.glance {
    margin-top: -13px;
}

.title2 {
    background: url(../images/frmHttpErrorPage.html);
    background-repeat: no-repeat;
    background-position: 150px 22px;
}

    .title2 h4 {
        font-family: 'Oswald', sans-serif;
        color: #065694;
        font-weight: bold;
        padding-right: 12px;
        font-size: 30px;
        text-transform: uppercase;
        background: #fff;
        display: inline-block;
    }

.scheme {
    padding: 0;
    margin: 0;
}

    .scheme li {
        border: 1px solid #ccc;
        list-style: none;
        overflow: auto;
        margin-top: 4px;
    }

.dep-logo {
    width: 94px;
    border-right: 1px solid #ccc;
    padding: 14px;
    float: left;
}

.dep-name {
    float: left;
    /*   padding: 10px;*/
    line-height: normal;
    width: 67%;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 6px 10px !important;
}

.dep-logo img {
    width: 100%;
}

.dep-name h4 {
    line-height: normal;
    margin: 8px 0px !important;
}

.menuFxd {
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #ee332d;
    box-shadow: 0px 0px 5px #73707085;
}

.top-nav li:last-child {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: auto;
    float: right;
    position: relative;
    padding-bottom: 0 !important;
}

#searchinput {
    width: 120px;
    height: 21px;
    font-weight: 400;
}

.stylish-input-group .input-group-addon {
    background-color: #0c6ab3;
    border: 1px solid #005384;
    color: #fff;
    padding: 6px 8px 3px 8px;
    border-radius: 0px;
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 9999;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.in-banner {
    position: relative;
    z-index: 0;
    min-height: 192px;
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .in-banner:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.52);
        right: 0;
        top: 0;
        left: 0px;
        margin: 0px auto;
    }

    .in-banner img {
        max-width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
}

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
    top: 15px;
    text-align: center;
}

.in-banner li.item {
    margin: 0px;
    list-style: none;
}

.inheading h2 {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(0,0,0,.5);
    border: 1px dashed rgba(255,255,255,.8);
    margin-top: 53px;
}

.inheading h1 {
    color: #fff;
    font-size: 2.8em;
}

.breed-crum-div {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 0px;
}

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0px;
    background-color: transparent;
    text-align: right;
}

    .breadcrumb li a {
        color: #000;
    }

    .breadcrumb li {
        color: #f1582e !important;
        margin: 0px 5px;
        font-weight: 500;
    }

    .breadcrumb .active a {
        color: #007C7C !important;
    }

    .breadcrumb > li + li::before {
        content: close-quote;
    }

.contentarea {
    background-color: #dbe4eb;
    padding: 30px;
}

.incontent {
    background-color: #fff;
    padding: 15px;
    min-height: 368px;
}

ul.list {
    padding: 0;
}

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

    ul.list li {
        line-height: 25px;
        padding-left: 25px;
        margin-bottom: 6px;
    }

        ul.list li ul li {
            line-height: 26px;
            padding-left: 15px;
            margin-bottom: 6px;
            position: relative;
        }

        ul.list li:before {
            content: "\f061";
            font-family: 'FontAwesome';
            color: #f75d0f;
            font-size: 14px;
            margin-left: -30px;
            margin-right: 6px;
            padding: 2px 5px;
            width: 20px;
            height: 20px;
            box-sizing: border-box;
        }

    ul.list ul {
        margin: 5px 10px 5px 17px;
        padding: 0;
        list-style: none;
    }

        ul.list ul li:before {
            content: "\f105";
            font-family: 'FontAwesome';
            color: #0f2e5d;
            font-size: 18px;
            margin-left: -29px;
            margin-right: 6px;
            border: 0 solid #03356e;
            border-radius: 50%;
            padding: 0;
            width: 0;
            height: 0;
            box-sizing: border-box;
            position: absolute;
        }

.filter-box {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
}

    .filter-box td {
        padding: 10px;
    }

    .filter-box input[type="submit"] {
        background: #065694 none repeat scroll 0 0;
        border: 0 solid #065694;
        color: #ffffff;
        padding: 7px 10px;
        width: 100%;
    }
    /*.filter-box input[value="Reset"] {
    background: #e25051;
}*/
    .filter-box input[type="text"]:focus {
        border: 1px solid #177ebe;
        color: #177ebe;
    }

    .filter-box input[type="text"] {
        border: 1px solid #b3b3b3;
        padding: 5px;
        width: 100%;
    }

    .filter-box select {
        border: 1px solid #abaaaa;
        padding: 5px;
        width: 100%;
    }

.breaking-news-ticker .arw {
    display: none;
}

.breaking-news-ticker .bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 10px;
    color: #333;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 600;
}

.pdf-size:before, .rar-size:before, .word-size:before {
    font-family: FontAwesome;
    margin: 0 5px;
}

.pdf-size {
    font-size: 12px;
    color: #4a606c;
    display: block;
}

    .pdf-size img {
        display: none;
    }

    .pdf-size:before {
        content: "\f1c1";
        color: #d32f2f;
    }

.serial {
    counter-reset: Serial;
}

    .serial tr td:first-child {
        text-align: center;
    }

        .serial tr td:first-child::before {
            content: "" counter(Serial, decimal);
            counter-increment: Serial;
        }

table thead th {
    background: #4e6060;
    color: #fff;
    font-weight: normal;
}

.sitemap, .sitemap .footer-menu {
    margin: 0 15px;
}

    .sitemap ul, .sitemap .footer-menu {
        background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 5px 4px 6px !important;
        position: relative !important;
        overflow: auto;
    }

        .sitemap ul li, .sitemap .footer-menu li {
            background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
            line-height: 16px !important;
            padding: 0 0 0 10px !important;
            margin: 10px 0;
            display: block;
            width: 100%;
            font-weight: bold;
        }

            .sitemap ul li a, .sitemap .footer-menu li a {
                background-color: #065694;
                border: 1px solid #065694;
                color: #ffffff;
                display: inline-block;
                padding: 5px;
                transition-duration: 0.3s;
            }

                .sitemap ul li a:hover, .sitemap .footer-menu li a:hover {
                    background-color: #1197b7;
                    color: #fff;
                    padding-left: 5px;
                    text-decoration: none;
                }

            .sitemap ul li ul, .sitemap .footer-menu li ul {
                padding-bottom: 1px;
            }

                .sitemap ul li ul li, .sitemap .footer-menu li ul li {
                }

            .sitemap ul li.home a, .sitemap .footer-menu li.home a {
                color: #fff;
            }

.isDisabled {
    display: block;
    font-weight: 400;
    font-size: 1.4em;
    padding: 12px 15px;
    background-color: #FFF;
    color: #ED691A;
    margin: 0px -15px;
    border-bottom: 2px solid #ED691A;
}

.menu .footer-menu li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

    .menu .footer-menu li:hover > a {
        background: #e0e0e0;
        color: #000;
        padding-left: 10px;
    }

.menu .footer-menu {
    margin: 0;
    padding: 0 17px !important;
    padding: 0 17px !important;
}

    .menu .footer-menu li a {
        color: #000;
        display: block;
        padding: 8px 0px;
        position: relative;
        text-decoration: none;
        width: 100%;
        font-size: 1.0em;
        transition-duration: .2s;
        font-weight: 300;
        border-bottom: solid 1px rgba(0,0,0,.1) !important;
        border-right: 0;
        border-left: 0;
        border-top: 0;
    }

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

#accordion1 .collapsed .glyphicon-chevron-up:before {
    content: "\e114";
}

.more-less-second {
    float: right;
    color: #212121;
}

.contact-box {
    border: 1px solid #eee;
    padding: 0px;
    position: relative;
    z-index: 0;
    margin-left: 0%;
}

    .contact-box iframe {
        border: 0px;
        width: 100%;
        height: 430px;
    }

    .contact-box .address {
        position: static;
        left: -10%;
        background-color: #ee332d;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        width: 100%;
        top: 40px;
        box-shadow: 0px 0px 8px rgba(0,0,0,.1);
        margin-bottom: 10px;
    }

        .contact-box .address ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        .contact-box .address h4 {
            color: #fff;
            padding: 0;
            font-size: 18px;
            margin: 0 0 12px 0;
            border-bottom: 1px dashed #ccc;
            text-transform: uppercase;
            line-height: 34px;
        }

        .contact-box .address ul li {
            position: relative;
            padding-left: 45px;
            padding: 5px 5px 5px 45px;
            min-height: 57px;
        }

            .contact-box .address ul li span {
                position: absolute;
                left: 0px;
                height: 35px;
                width: 35px;
                border-radius: 50%;
                background-color: #000000;
                text-align: center;
                box-sizing: border-box;
                padding: 8px;
            }

                .contact-box .address ul li span svg {
                    height: 18px;
                    fill: #ED691A;
                }

            .contact-box .address ul li a {
                color: #fff;
                text-decoration: underline;
            }

.form-inline .form-control {
    margin-left: 7px;
}

.search-result {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .search-result li {
        border: 1px solid #eee;
        padding: 5px 10px !important;
        transition: all .2s ease 0s;
        margin-bottom: 10px;
    }

        .search-result li a {
            color: #03F;
        }

        .search-result li:hover {
            box-shadow: 0 0 5px rgba(0,0,0,.2);
        }

    .search-result .local {
        color: #271def;
        display: block;
        font-size: 1.18em;
    }

        .search-result .local:hover {
            color: #271def;
        }

    .search-result span {
        color: #006621;
        display: block;
        font-size: .85em;
    }

    .search-result p {
        margin: 5px 0;
        color: #333;
        font-size: .9em;
    }

.pdf-size img {
    display: none;
}
/*Organization Structure*/
.zonedown {
    position: relative;
}

    .zonedown:before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0px;
        display: block;
        color: #000;
        bottom: -9px;
        right: -5px;
    }

.zone {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    min-height: 61px;
}

    .zone th {
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .zone td {
        color: #1a1a1a;
    }

.zone-border-left {
    border-left: 1px solid #000;
    position: relative;
}

.zone-border-right {
    border-right: 1px solid #000;
}

.zone-border-top {
    border-top: 1px solid #000;
}

.zone-border-bottom {
    border-bottom: 1px solid #000;
}

.zone-border-left1 {
    border-left: 2px solid #EF7F00;
}

.zone-border-right1 {
    border-right: 2px solid #EF7F00;
}

.zone-border-top1 {
    border-top: 2px solid #EF7F00;
}

.zone-border-bottom1 {
    border-bottom: 2px solid #EF7F00;
}

.zonebox {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 61px;
}

.zonebox2 {
    display: block;
    background: #fcca80;
    background: -moz-linear-gradient(top, #fcca80 0%, #efe686 49%, #fcca80 100%);
    background: -webkit-linear-gradient(top, #fcca80 0%,#efe686 49%,#fcca80 100%);
    background: linear-gradient(to bottom, #fcca80 0%,#efe686 49%,#fcca80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca80', endColorstr='#fcca80',GradientType=0 );
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 1px 2px 1px rgba(0,0,0,.3);
    border: 1px solid #CDA364;
}

.orngboxes { /*! box-shadow:1px 2px 1px rgba(0,0,0,.3); */
    background: #f9eadb;
    background: -moz-linear-gradient(top, #f9eadb 0%, #efb177 100%);
    background: -webkit-linear-gradient(top, #f9eadb 0%,#efb177 100%);
    background: linear-gradient(to bottom, #fff 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eadb', endColorstr='#efb177',GradientType=0 );
    border: 1px solid #777;
    color: #000;
}

.archive {
    display: block;
    background-color: #f0603b;
    color: #fff;
    border-color: #f0603b;
    border-radius: 0px;
}

.grid-stack .title-caption {
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
    color: #fff;
    padding: 2px 10px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    left: 4px;
    right: 4px;
    top: -12px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow: hidden;
    transition: all ease-in-out .2s;
}

    .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        transition: 1s all;
        width: 100%;
        height: 100%;
    }

.grid-stack-item-content {
    color: transparent;
    text-align: center;
    background-color: transparent;
}

.grid-stack {
    background: 0 0 !important;
    display: inline-table !important;
}

    .fancybox-inner img, .fancybox-outer, .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        filter: contrast(.9) saturate(1.6) sepia(.2);
        -webkit-filter: contrast(.9) saturate(1.6) sepia(.2);
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
        transform: scale(1.1,1.1);
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        padding: 0;
    }

    .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }


    .grid-stack > .grid-stack-item > .grid-stack-item-content {
        overflow-y: hidden !important;
        color: rgba(255, 255, 255, .0) !important;
        text-shadow: none !important;
    }

    .grid-stack .title-caption {
        background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
        color: #fff;
        padding: 2px 10px;
    }

.grid-stack {
    background: none;
}

    .grid-stack > .grid-stack-item > .grid-stack-item-content {
        border: 2px solid #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        cursor: pointer;
        overflow-y: hidden !important;
        text-shadow: 0 0 1px #000000;
        transition: all 0.2s ease-in 0s;
    }
        /*.grid-stack > .grid-stack-item > .grid-stack-item-content img {
    padding: 10px;
}*/
        .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
            transform: scale(1.1, 1.1);
        }

h3.mainhead {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: 400;
}

h3 {
    font-weight: 400;
    font-size: 22px;
}

.other-link {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-radius: 3px !IMPORTANT;
    background: #ec3335;
    border: 0;
    padding: 7px 13px 6px 13px;
    box-shadow: 1px 1px 4px #3c373740;
    color: #fff;
    font-size: 15px;
}

li.csc {
    margin-top: 3px !important;
}

.inforeg {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}

.popup-h-list h3 {
    min-height: 129px;
    line-height: 25px;
}

.inforeg p {
    font-weight: 600;
}

.inforeg a, .inforeg a:focus, .inforeg a:hover {
    color: #426cce;
}

.inforeg .btn-success {
    color: #fff !important;
    background-color: #18ad96 !important;
    border-color: #16aa93 !important;
}

.infobox {
    padding: 15px;
    text-align: center;
    background: #fdedd0;
    border: 1px solid #b99c68;
}

.modal-dialog .modal-body {
    word-wrap: break-word;
}

.ws_cover a {
    pointer-events: none !important;
}

.color1 {
    color: #ee3137;
}

.color2 {
    color: #ee3137;
}

.text-justify {
    text-align: justify;
    font-size: 16px;
    /* line-height: 36px; */
}

.mb-100 {
    margin-bottom: 34px !important;
}

.mt-40 {
    margin-top: 40px;
}
/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
    width: 100%;
    transition: all .3s ease 0s;
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
    text-align: center;
}

    .box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
        content: "";
    }

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
    overflow: hidden;
}

    .box1 .title, .box10 .title, .box4 .title, .box7 .title {
        letter-spacing: 1px;
    }

    .box3 .post, .box4 .post, .box5 .post, .box7 .post {
        font-style: italic;
    }

body {
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.box1 .icon, .box1 .title {
    margin: 0;
    position: absolute;
}

.box1 {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    position: relative;
}

    .box1:after, .box1:before {
        height: 50%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform-origin: 100% 0;
        transform: rotateZ(90deg);
    }

    .box1:after {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%;
    }

    .box1:hover:after, .box1:hover:before {
        transform: rotateZ(0);
    }

    .box1 img {
        height: auto;
        transform: scale(1) rotate(0);
    }

    .box1:hover img {
        filter: sepia(80%);
        transform: scale(1.3) rotate(10deg);
    }

    .box1 .title {
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 0 1px #004cbf;
        bottom: 10px;
        left: 10px;
        opacity: 0;
        z-index: 2;
        transform: scale(0);
        transition: all .5s ease .2s;
    }

    .box1:hover .title {
        opacity: 1;
        transform: scale(1);
    }

    .box1 .icon {
        padding: 7px 5px;
        list-style: none;
        background: linear-gradient(to bottom, #F89406 33%, white 33%, white 66%, white 66%, #339933 66%);
        border-radius: 0 0 0 10px;
        top: -100%;
        right: 0;
        z-index: 2;
        transition: all .3s ease .2s;
    }

    .box1:hover .icon {
        top: 0;
    }

    .box1 .icon li {
        display: block;
        margin: 10px 0;
    }

        .box1 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 10px;
            font-size: 18px;
            color: #fff;
            transition: all .3s ease 0s;
        }

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
    border-radius: 50%;
}

.box1 .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000 inset,0 0 0 3px #fff;
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 10px;
    }
}


.mb-100 {
    margin-bottom: 34px !important;
}

.about-us-content {
    background-color: #fff;
    padding: 12px 12px 1px 0px;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    /* height: 116px; */
    /* border-bottom: 4px solid #13507f; */
}

/*footer*/
.bg-dark-light {
    background: #000000 !important;
}

.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}

.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

    .widgets.footer-widgets .widget-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background: #bb6a25;
    }

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}

    .widgets.footer-widgets .widget-quick-links ul li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 9px 0;
    }

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    /*font-family: "Raleway", sans-serif;*/
}

.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 15px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widgets.footer-widgets .widget-contact ul li span {
        font-size: 23px;
        color: #ffffff;
        /* border: 2px solid #cccccc; */
        /* border-radius: 3px; */
        /* height: 32px; */
        /* width: 32px; */
        /* display: inline-block; */
        /* line-height: 28px; */
        text-align: center;
        margin-right: 20px;
    }

.text-white {
    color: #fff;
}

.card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24) !important;
    color: #333333;
    border-radius: 2px;
    margin-bottom: 12px;
}

.vertical-text {
    transform: rotate(-90deg);
    transform-origin: LEFT top 0;
    z-index: 9999;
    float: right;
    right: -157px;
    bottom: 150px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #ee332d;
    position: fixed;
    letter-spacing: 1.5px;
    width: 201px;
    text-align: center;
}

.round-btn {
    /* border: 1px solid; */
    color: #fff;
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    /* background-color: #ee3137; */
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/*other*/
.padding-right-0 {
    /* padding-right: 0px; */
}

.leader ul li {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

.leader ul {
    margin: 0px 0px 0px -28px;
    padding: 0;
    list-style: none;
}

    .leader ul li img {
        border-radius: 50%;
        max-height: 121px;
        margin: 0px auto;
        display: block;
        border: 2px solid #ccc;
    }

    .leader ul li h4 {
        color: #003c72;
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: center;
        font-weight: bold;
    }

    .leader ul li p {
        color: #000;
        margin-bottom: 5px;
        font-size: 0.8em;
        /* text-align: center; */
    }

.msg-link li a {
    display: block;
    padding: 5px 3px;
    text-align: center;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
}

/*Whatsapp*/
#whatsapp {
    position: fixed;
    right: 34px;
    /* left: 50px; */
    top: 75%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

    #whatsapp #whatsappMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgba(255, 255, 255, 0);
        width: 70px;
        height: 70px;
        color: #40c351;
        z-index: 9;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }

        #whatsapp #whatsappMain:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9;
            background-image: url('../images/whatsapp.png');
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;
            animation: zcwphone2 1.5s linear infinite;
        }

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

/*End Whatsapp*/
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 225px;
    z-index: 999;
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        margin-bottom: 1px;
        z-index: 2;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 41px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.fixed-facebook {
    background-color: #3b5998;
}

    .fixed-facebook span {
        background-color: #3b5998;
    }

.fixed-twitter {
    background-color: #00acee;
}

    .fixed-twitter span {
        background-color: #00acee;
    }

.fixed-gplus {
    background-color: #00AF54;
}

    .fixed-gplus span {
        background-color: #00AF54;
    }

.fixed-linkedin {
    background-color: #0e76a8;
}

    .fixed-linkedin span {
        background-color: #0e76a8;
    }

.fixed-instagrem {
    background-color: #ED2B29;
}

    .fixed-instagrem span {
        background-color: #ED2B29;
    }

.fixed-tumblr {
    background-color: #EB1471;
}

    .fixed-tumblr span {
        background-color: #EB1471;
    }
/*end fixed social*/
.section-certification {
    background: #000000;
}

[data-background-color="gray"] {
    background-color: #eeeeee;
}

[data-background-color="blue"] {
    background-color: #1e73be;
}

[data-background-color="orange"] {
    background-color: #79194c;
}

[data-background-color="red"] {
    background-color: #FF3636;
}

[data-background-color="yellow"] {
    background-color: #27afd3;
}

[data-background-color="blue"] {
    background-color: #053b61;
}

[data-background-color="green"] {
    background-color: #172f16;
}

.section-team .team-player img {
    max-width: 100px;
    background: aliceblue;
}

.img-raised {
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 30%);
}

.section-team .team-player {
    padding: 25px 15px 0 15px;
    height: 250px;
}

.section-team {
    padding: 0px 15px 60px 15px;
}

.rounded-circle {
    border-radius: 50%;
}


@media screen and (min-width:320px) and (max-width:768px) {
    .leader ul {
        margin: 0px;
    }
}

.nav > li {
    position: relative;
    display: block;
    /* border-bottom: 1px solid #fff6; */
    /* border-bottom: 1px solid rgb(255 255 255 / 69%); */
}

table thead th {
    background: #ee332d;
    color: #fff;
    font-weight: normal;
    TEXT-ALIGN: CENTER;
    /* font-size: 20px; */
}


.pl{
   
    -webkit-transform: rotate(180deg);
    transform: rotate(269deg);
    eg): ;
    justify-content: center;
    /* -ms-writing-mode: tb-lr; */
    /* writing-mode: vertical-lr; */
    text-transform: lowercase;
}
      

h4.color {
    color: #a30500;
    /* font-weight: bold; */
}