﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    /*line-height:24px;*/
}

body{
    font-size: 0.9em;
    /*font-size:14px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-bg {
    background: #fff;
}
.news-img-bottom {
    background: #3498db;
    color: #fff;
    padding: 2px 5px;
}
    .news-img-bottom a:hover {
        color:#fff;

    }
    html {
        height: 100%;
    }
/*header, section, footer, nav, aside, article {display:block;}*/

.searchBox {
    overflow: hidden;
    background: url(../Images/searchBG.png) no-repeat left bottom;
    float: right;
}

/*.searchBTN {
    width: 25px;
    height: 20px;
    float: left;
    display: block;
    border: 0px;
    text-indent: -999px;
    background: url(../Images/searchIcon.png) no-repeat 4px 2px;
    margin: 4px 0 0 -26px;
    cursor: pointer;
    border-left: 1px solid #fff; /* padding: 6px; */
    /*text-align: center;
}*/

/*.searchBG {
    font-size: 11px;
    float: left;
    background: rgba(45, 44, 44, 0.55) !important;
    border: 1px solid #fff !important;
    border-radius: 1px;
    line-height: 20px !important;
    padding: 0px 6px !important;
    color: #fff;
    margin-top: 2px;
    width: 130px;
}*/
.searchBG1 {
    width: 131px;
    margin-top: -2px;
    background: rgba(45, 44, 44, 0.55) !important;
    height: 24px !important;
}

.searchBG {
    font-size: 11px;
    float: left;
    background: rgba(45, 44, 44, 0.55) !important;
    border: 1px solid #fff !important;
    border-radius: 1px;
    height: 24px !important;
    padding: 0px 2px !important;
    color: #fff;
    /* margin-top: 2px; */
    width: 130px;
}

.searchBTN {
    width: 25px;
    /* height: 20px; */
    float: left;
    display: block;
    border: 0px;
    text-indent: -999px;
    background: url(../Images/searchIcon.png) no-repeat 4px 2px;
    margin: 4px 0 0 -26px;
    cursor: pointer;
    /* border-left: 1px solid #fff; */
    /* padding: 6px; */
    text-align: center;
}

    .searchBG:focus {
        background: #FFF;
        color: #fff;
    }

header {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    z-index: 999;
}

.header-top {
    background: #fff;
}

.heading {
    color: #000141;
    display: inline-block;
    float: left;
    font-weight: normal;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    padding: 25px 10px 0 0;
}

.navbar-default {
    /*background: #009746 !important;*/
    background: #3498db;
    /*background:#bdb8ad;*/
    /*background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 50%,#999999 100%);
    background: -moz-linear-gradient(top, #dddddd 0%,#ffffff 50%,#999999 100%);
    background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 50%,#999999 100%);
    background: -o-linear-gradient(top, #dddddd 0%,#ffffff 50%,#999999 100%);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);*/
    z-index: 9;
}

.heading span {
    clear: both;
    font-size: 0.7em;
    color: #fff;
    display: block;
    font-weight: normal;
}

footer {
    background: #444;
    color: #fff;
    padding: 15px 0;
    clear: both;
}

    footer a, footer a:visited {
        color: rgb(51, 51, 51) !important;
        padding: 0 4px 0 6px;
    }

    footer li:first-child a {
        padding-left: 0;
    }

    footer span {
        float: left;
        color: #fff;
    }

    .footerpadding{
        padding:8px 0px;
    }
    
    .bottomLink {
    padding: 0;
    margin: 0;
    float: left;
    margin:5px, 0px;
}

    .bottomLink li {
        float: left;
        margin: 5px 0px;
    }

        .bottomLink li:after {
            content: "/";
            color: #CBCBCB
        }

        .bottomLink li:last-child:after {
            content: ""
        }

.footerTop {
    padding: 50px 0 25px;
}

    .footerTop .mahaonline {
        float: right;
        display: inline-block
    }

.topLinks {
    background: #104384;
    padding: 3px
}
/* CSS for font resizer*/
.btnResizer {
    background: transparent;
    color: #fff;
    font-size: 11px;
    text-align: center
}

    .btnResizer:hover {
        color: #fcce31;
    }

.btnBlack {
    background: #333;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0px 6px;
    border: 1px solid #eee
}

    .btnBlack:hover {
        color: #fff
    }

.btnWhite {
    background: #fff;
    color: #333;
    font-size: 11px;
    text-align: center;
    padding: 0px 6px;
    border: 1px solid #eee;
    display: block;
}

    .btnWhite:hover {
        color: #333
    }

section {
   /* background: #fff;*/
    min-height: 450px;
    padding: 15px 0;
    margin-top: 154px
}

.site-sec {
   /* background: #009997;*/
    padding: 25px 0;
    margin-top: 170px;
}

.content {
    background: #e9eaeb;
    min-height: 500px;
    border-radius: 3px;
    padding: 10px 30px;
    /*background:linear-gradient(#cfcfd0, #8788ad) !important;
    background:-moz-gradient(#cfcfd0, #8788ad);
    background:-webkit-gradient(#cfcfd0, #8788ad);
    background:-ms-gradient(#cfcfd0, #8788ad);
    background:-o-gradient(#cfcfd0, #8788ad);*/
}

    .content h1 {
        float: left;
        color: #000;
        font-size: 28px;
    }

article h1 {
    margin-top: 25px
}

.btn-success {
    color: #fff !important
}

.innerUl {
    margin: 15px 0 0 50px
}

    .innerUl li {
        margin-bottom: 15px
    }

        .innerUl li:before {
            content: "\f006";
            display: inline-block;
            font: 14px/1 FontAwesome;
            padding-right: 10px
        }

        .innerUl li ul {
            margin: 10px 0 0 25px
        }

            .innerUl li ul li:before {
                content: "\f0da";
                display: inline-block;
                font-family: FontAwesome;
                font-size: 0.95em;
                padding-right: 10px
            }

.tab {
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
}

.home-sec {
    margin-top: -38px;
}

.welcome {
    margin: 35px auto;
    background: #f9f9f9;
    padding: 20px 30px;
    border-radius: 15px;
    border-bottom: 3px solid #2980b9;
    border-top: 1px solid #2980b9;
}

    .welcome h1 {
        color: #444; 
        font-size: 1.6em;
    }

        .welcome h1 span {
            color: #003c3b;
            text-transform: capitalize
        }

    .welcome p a {
        background: #3498db;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
    }

        .welcome p a:hover {
            background: #067db2;
            color: #fff;
            padding: 2px 5px;
            border-radius: 3px;
        }

.latest-news {
    background: /*#104384*/;
    min-height: 265px;
    border-radius: 20px;
    padding: 9px 25px 10px;
    /*-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
}

    .latest-news .news-heading {
        border-bottom: 1px solid #797979;
        padding-bottom: 0;
        overflow: hidden;
        margin-bottom: 15px
    }

    .latest-news h2 {
        color: #000;
    }

        .latest-news h2 span {
            border-bottom: 1px solid #96c438;
            padding-bottom: 10px
        }

    .latest-news li {
        border-bottom: 1px solid #e1e0e0;
        overflow: hidden;
        padding-bottom: 12px;
        margin-bottom: 15px !important
    }

        .latest-news li:last-child {
            border: none
        }

    .latest-news p {
        margin: 0;
        line-height: 15px;
        text-align: left
    }

.info-sec ul {
    padding: 0;
}

    .info-sec ul li {
        margin: 0 0 10px 0
    }

.moreNews {
    font-size: 0.85em;
   
}
.moreNews1 {
    font-weight:bold
}
.news-date {
    float: left;
    display: inline-block;
    width: 10%;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    line-height: 15px;
    color: #fff;
    background: #507d05;
}

    .news-date span {
        display: block;
    }

        .news-date span:first-child {
            color: #fff;
            background: #3498db;
            padding: 5px;
            line-height: 18px;
            font-size: .7em
        }

    .news-date p {
        float: left;
        width: 84%;
        display: inline-block;
    }

.date {
    color:#000 !important;
}

.controls {
    padding: 0 0 0 3px;
}

    .controls a i, .controls a:visited i {
        color: #fff; /*#BDBDBD*/
        font-size: 0.6em
    }

    .controls i {
        margin-right: 5px
    }

.mTop35 {
    margin-top: 35px
}

.mTop11 {
    margin-top: 11px !important
}

.carousel-indicators {
    bottom: 50px;
    left: 52%;
}

/*Urdu Sahitya CSS starts here*/

.padding {
    margin-top: 30px;
    clear: both;
}
.pdtop {
    padding:38px 0px;
}
.read_more {
    background: #eee;
    color: #507d05 !important;
    margin-top: 20px;
    border-radius: 0px;
    bottom: 0px;
    position: absolute;
}

    .read_more:hover {
        background: #507d05;
        color: #fff !important;
        margin-top: 20px;
        border-radius: 0px;
    }

.news_urdu {
    padding: 1.125rem 1.5rem 1.0625rem;
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    background: #3498db;
    color: #fff;
    border-bottom: 2px solid #000;
    text-align: center;
}
    /*Urdu Sahitya CSS ends here*/

/*Tabs CSS start here*/
/*.pmd-card {
    padding: 1px 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0.125rem;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}*/

/*Tabs CSS end here here*/
#vertical-ticker1 {
    padding:2px 8px;
}
.demo1 {
    max-height:265px;    
}
.news-item {
    border-bottom:1px solid #ccc;
    padding:14px 0px;
}
.footer-links {
    background: #9dc010;
    padding: 30px 0 10px;
}

    .footer-links h2 {
        text-transform: uppercase;
        border-bottom: 2px solid #85a601;
        padding-bottom: 5px;
    }

    .footer-links span {
        background: #85a601;
        padding: 5px 10px;
        color: #fff;
    }

    .footer-links li i {
        margin-right: 10px
    }

.help li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #85a601
}

    .help li:last-child {
        border-bottom: none
    }

    .help li i {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #fff;
        text-align: center;
        padding-top: 8px;
        margin-top: 8px;
        color: #9fc700;
        font-size: 1.4em;
    }

.photo-gallery li {
    display: inline;
    float: left;
    background: #333;
    width: 70px;
    height: 50px;
    margin: 0 8px 8px 0;
}

    .photo-gallery li img {
        width: 70px;
        height: 50px;
        margin: 0 8px 8px 0;
        opacity: 0.7
    }

    .photo-gallery li a:hover img {
        opacity: 1;
    }

.keyperson {
    position: absolute;
    top: 35px;
    z-index: 99;
    padding: 10px
}

    .keyperson ul li {
        margin-bottom: 5px;
        padding: 0;
        display: block;
        overflow: hidden;
        background: #b9dcfa;
    }

        .keyperson ul li p {
            width: 71%;
            margin: 10px 0 0;
            font-weight: bold;
        }

        .keyperson ul li span, .keyperson ul li p {
            float: left
        }

        .keyperson ul li span {
            padding: 4px
        }

        .keyperson ul li p {
            padding: 4px 6px;
            color: #242424;
        }

        .keyperson ul li span {
            background: #242424;
        }

    .keyperson img {
        float: left;
        padding: 3px;
        background: #fff;
    }

    .keyperson small {
        clear: both;
        padding: 6px;
        color: #fff;
        font-size: 95%
    }

.first {
    animation-delay: 0.2s;
}

.second {
    animation-delay: 0.4s;
}

.third {
    animation-delay: 0.6s;
}

.fourth {
    animation-delay: 0.8s;
}

.help li i:hover {
    transform: scale(1.1);
    color: #333
}
/*Common CSS*/
h1 {
    font-size: 1.8em;
    color: #383838;
    margin-top: 0
}

.topheading{
font-size:28px;
color: #444;
/*margin-top: 0;*/
/* font-family: 'Open Sans', sans-serif; */
font-weight: bold;
text-transform: none;
font-family: 'Hind Madurai', sans-serif;
line-height:30px;
}
.topheading1 {
    font-size: 28px;
    color: #444;
    /*margin-top: 0;*/
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: bold;
    text-transform: none;
    font-family: 'Hind Madurai', sans-serif;
    line-height: 30px;
}

h2 {
    padding: 0px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #000000;
    font-size: 1.3em;
    font-weight: normal;
}

h3 {
    padding: 0px;
    line-height: 18px;
    margin: 20px 0 10px;
    color: #444;
    font-size: 1.2em;
    font-weight: bold
}

.subheading {
    font-family: 'Hind Madurai', sans-serif;
    font-size: 22px !important;
}

h4 {
    padding: 0px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #444;
    font-size: 1.1em;
}

p {
    text-align: justify;
    line-height: 18px;    
}
.archive p {
    text-align: justify;
    line-height: 22px;
    /*font-size: 14px;*/
}
a:link, a:visited {
    /*color: #000;*/
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  
}

a:hover, a:focus {
    /*color: #fff;*/
}

input[type="text"] {
    /*background: #fff;
   
    padding: 0px 6px;*/
    line-height: 24px;
    border: 1px solid #dedede;
}

input[type="file"] {
    background: #FFF;
    height: 24px;
    border: 1px solid #dedede;
    padding: 0px 6px;
    line-height: 24px;
}

input[type="password"] {
    /*background: #fff;
    border: 1px solid #dedede;
    padding: 0px 6px;*/
    line-height: 24px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #e3ecf1;
    padding: 0px;
}

textarea {
    background: #fff;
    border: 1px solid #dedede;
    padding: 6px;
    font-size: 1.2em; /*height:150px; width:300px*/
}

select {
    background: #fff;
    height: 24px;
    border: 1px solid #dedede;
    padding: 0px 0px 0 6px;
}

label {
    font-weight: bold;
    color: #333
}

.list li {
    margin: 0 0 10px
}

.ul li {
    margin: 0 0 10px 25px;
}

    .ul li:before {
        font-family: 'FontAwesome';
        content: "\f0e3";
        margin: 0 10px 0 -25px;
        color: rgb(154, 112, 102)
    }

    .ul li ul {
        margin-left: 15px;
    }

    .ul li li {
        background: none;
        list-style: square;
        padding-left: 5px
    }

    .ul li ul li:before {
        display: none
    }

.ol {
    line-height: 26px;
    margin: 0 0 20px 15px;
}

    .ol li {
        margin: 0;
        padding: 0px;
        background: none
    }

.ul li ol li:before {
    content: none
}

.ul li ol li {
    padding-left: 0
}

.topHeaderSection {
    height: 15%;    
}

#headertop {
    margin: 0 auto;
    width: 80%;
}

.other_links {
    list-style-type: none;
    float: left;
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin: 3px 0 0 !important;
}

    .other_links li {
        float: left;
        color: #fff;
        background: url(../../Images/linkSeperator.jpg) no-repeat right center;
        padding: 0 5px;
    }

        .other_links li a, .other_links li a:visited {
            color: #fff;
            display: inline-block;
        }

            .other_links li a:hover {
                color: #fcce31;
                text-decoration: none
            }

    .other_links input {
        margin: 0px;
        cursor: pointer;
    }

.mahalogo {
    float: right;
    margin: 20px 10px 0px;
}

.cenlogo {
    float: right;
    margin: 15px 10px 0px;
}

.header .mahalogo {
    float: left;
    margin: 10px 15px 10px 0;
}

.right-txt p {
    text-align: right
}

.footerTop {
    font-size: 1.5em;
}

.links {
    list-style: none;
}

    .links li {
        float: left;
        display: inline-block;
        width: 33.33%;
        box-sizing: border-box;
        text-align: center;
    }

        .links li img {
            display: block;
            margin: 0 auto
        }

        .links li a, .links li a:visited {
            display: block
        }

ul {
    list-style: none
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}
/* NAVIGATION */
/* Bootstrap navbar */
.navbar-toggle {
    background-color: #FFF;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: inherit;
}

.navbar-nav > li > a, .navbar-nav > li > a:visited {
    /*padding: 9px 22px;*/
}

    .navbar-nav > li > a:hover {
        background: none;
    }

#navigation {
    background: #085c08;
}

nav {
    position: relative;
    margin: 0px;
    padding: 0px !important;
}

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    nav > ul > li {
        display: block;
        float: left;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

#nav > li {
    border-right: 1px solid #137513;
}

nav > ul > li > a {
    /*text-shadow: 1px 1px 1px #2b7506;*/
    /*text-shadow: 1px 1px 1px #9c9b9b;*/
}

nav > ul > li a, nav > ul > li a:visited {
    display: block;
    padding: 10px 15px;
    margin: 0px;
}

nav > ul > li ul {
    position: absolute;
    top: 38px;
    background: #024523;
    display: none;
    z-index: 99999; /*box-shadow:rgba(0, 0, 0, 0.5) 3px 3px 2px;*/
    padding: 0px !important;
    border: none !important;
}

    nav > ul > li ul.dropdown-menu {
        font-size: inherit;
        border: 0;
        margin: 0;
    }

    nav > ul > li ul ul {
        top: 0;
        left: 100%;
    }

    nav > ul > li ul li {
        border-bottom: #fff 1px solid;
        position: relative;
    }

        nav > ul > li ul li a, nav > ul > li ul li a:visited {
            background: #3498db;
            color: #ffffff !important;
            display: block;
            font-size: 13px;
            display: block;
            margin: 0 !important;
            border-radius: 0;
            padding: 8px 15px !important;
        }

            nav > ul > li ul li a:hover, nav > ul > li ul li a:focus {
                background: #2980b9 !important;
                color: #fff !important;
                text-decoration: none;
            }

nav > ul > li /*a:hover*/, nav > ul > li:focus, nav > ul li:active, nav > ul li:visited, nav > ul li:hover, nav > ul li:focus, nav > ul li.current_page_item, nav > ul li.current_page_ancestor {
    color: #ffffff;
    text-decoration: none;
    background: #2980b9;
    /*border-bottom: 3px solid #f5eb58;*/
}

    nav > ul li.current_page_item > a, nav > ul li.current_page_ancestor > a {       
        text-decoration: none;
        border: 0 none;
    }

    nav > ul li:hover > ul {
        display: block;
        
    }

/*ul.dropdown-menu { list-style:none; margin:0px; padding:0px; z-index:9999;}*/
.dropdown-submenu > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -8px;
    margin-top: 5px;
    width: 0;

}

.dropdown-menu
.dropdown-menu > li > a {
    padding: 3px 10px;
}

nav > ul li.dropdown-submenu > ul {
    left: 100%;
    top: 0;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background: #009997;*/
    background: #104384;
    color: #ffffff;
    text-shadow: none
}

/* Internet Explorer */
.ie7 nav > ul > li ul ul {
    top: 1px;

}

.ie7 nav > ul > li {
    margin: -1px 0 0;
}

/* Menu with arrows */
.arr1, .arr2, .arr3, .arr4 {
    background-repeat: no-repeat;
}

.arr1 { /*background-image:url(images/ico-arrows.png); background-position:right 16px; padding-right:20px !important;*/
}

.arr2 { /*background-image:url(images/ico-arrows.png); background-position:right -56px; padding-right:20px !important;*/
}
/* Sub Menu Navigation */
.arr3 { /*background-image:url(images/ico-arrows.png); background-position:right -86px; padding-right:20px !important;*/
}

.arr4 { /*background-image:url(images/ico-arrows.png); background-position:right 156px; padding-right:20px !important;*/
}
/* Responsive Navigation Style */
.anchor-link, #mobile-nav {
}

.anchor-link {
    display: none;
    text-align: center;
    padding: 0 1em 0;
    text-align: left;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    float: none;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-weight: bold;
    padding: 10px 12px;
    font-size:12px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff !important;
        /*background: #104384 !important;*/
    }
/* Bootstrap navbar End*/
.searchResult {
    overflow: hidden;
    height: auto;
}

    .searchResult ul {
        padding: 0px;
        margin: 0px;
    }

        .searchResult ul li {
            margin-bottom: 20px;
            border-bottom: 1px dotted #ccc
        }

            .searchResult ul li a {
                font-weight: bold;
                padding-bottom: 5px;
                text-decoration: underline;
            }

            .searchResult ul li span {
                display: block;
                padding: 5px 0px 7px;
            }

.headingBg {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px
}

.breadcrumbHeading {
    float: left;
    line-height: 14px;
    color: #000;
    margin-top: 2px;
    font-size: 0.9em;
    padding-right: 5px;
}
.breadcrumb {
    float: left;
    background: none !important;
    margin: 0px 0px 8px 20px !important;
    padding: 5px !important;
}
/*.breadcrumb {
    float: left;
    background: none ;
    margin: 22px 0px 0px 20px;
    padding: 5px;
}*/

    .breadcrumb li {
        float: left;
        margin-right: 5px;
        color: #878787;
        font-size:1em;
    }

        .breadcrumb li a, .breadcrumb li a:visited {
            padding: 0;
            color: #3498db;
        }

    .breadcrumb > li + li::before {
        content: ">"
    }

    .breadcrumb > li:first-child + li::before {
        display: none
    }

.print {
    float: right; /* background: url(../Images/print.gif) no-repeat left; */
    padding-left: 20px;
    display: inline-block;
}

    .print a, .print a:visited {
        font-size: 0.9em;
        color: #0671a3 !important;
    }

.clear {
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

table.t_view {
    /*background-color: #F4F4F4;
    border: 1px solid #E1DFE0;*/
    margin: 20px auto;
    padding: 2px;
    width: 100%;
    color:#000;
}

.t_view caption {
    padding: 5px;
    font-size: 20px;
    color: #12678D;
    font-weight: bold;
}

.t_view th {
    /*background-color: #3480cb;*/
    background: #3498db;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 5px
}

.t_view_right {
    text-align: right !important;
}

.t_view td {
    vertical-align: top;
    background-color: #fff;
    /**/ /*border-bottom: 1px solid #000;*/
    border: 1px solid #2980b9;
    padding: 10px 5px;
}

.t_view em {
    color: #d73236;
    font-weight: bold;
}

.t_label input {
    float: left;
    margin-top: 8px;
    clear: both;
}

    .t_label input[type="radio"] {
        float: left;
        margin: 8px;
        clear: both;
    }

.btnDisplay {
    position: absolute;
    left: -9999px;
}

.login {
    margin: 15px 0;
}

    .login .reg-header {
    }

    .login ul {
        padding: 10px 0;
        margin: 0;
    }

        .login ul li {
            padding: 0;
            list-style-type: none;
            padding: 5px 0;
        }

    .login .radio, .checkbox {
        display: inline;
        margin: 0 0 0 0;
    }

    .login ul li input {
        border-radius: 5px;
    }

        .login ul li input[type=text], .loginPage ul li input[type=password] {
            width: 220px;
        }

    .login ul li span.checkbox {
        display: inline-block;
        margin: 0;
    }

    .login .panel-body input[type="submit"] {
        color: #fff;
    }

        .login .panel-body input[type="submit"]:hover {
            color: inherit;
        }

fieldset {
    margin: 1em 0px;
    padding: 1em 0 0 3em;
    border: 1px solid #ccc;
}

.login legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: auto !important;
}

.email {
    background: url(../Images/email.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.fax {
    background: url(../Images/fax.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.phone {
    background: url(../Images/phone.png) no-repeat left center;
    padding-left: 20px;
}

.web {
    background: url(../Images/web.png) no-repeat left center;
    padding-left: 20px;
}

.pdf {
    background: url(../images/pdf.png) no-repeat left center;
    padding: 0 0 0 22px;
}
/*.link {background:url(../images/ink.png) no-repeat left center; padding: 0 0 10px 20px; margin : 0 0 0 5px;}*/
.t_hide {
    z-index: -11000;
    position: absolute
}

.imgL {
    float: left;
}

.imgR {
    float: right;
}

.imgC {
    margin: 0 auto;
    display: block;
}

.admintab {
    border-bottom: 4px solid #2980b9;
    padding-top: 15px;
    margin-bottom: 5px;
}

.sitemap {
    clear: both
}

    .sitemap ul {
        list-style: none;
        margin-left: -20px
    }

        .sitemap ul li {
            margin: 10px 0 3px 15px;
            float: left;
            width: 30%;
        }

            .sitemap ul li a {
                font-weight: bold;
                padding: 0 0 0 3px;
                background: url(../Images/blueArrow.jpg) no-repeat left center
            }

                .sitemap ul li a:hover {
                    color: #D52C26;
                }

                .sitemap ul li a, .sitemap ul li a:visited {
                    color: #333
                }

            .sitemap ul li ul {
                width: 100%;
                list-style: none;
                margin-left: 5px;
            }

                .sitemap ul li ul li {
                    margin: 0 0 0 20px;
                    clear: both;
                    list-style-type: square;
                    width: 100%
                }

                    .sitemap ul li ul li a {
                        display: inline-block;
                        border-left: 0;
                        color: #333333;
                        font-weight: normal;
                        font-size: 0.9em;
                        padding: 3px 0 0;
                        line-height: 20px;
                    }

.archive {
    clear: both;
    margin: 0
}

    .archive h2 {
        font-size: 1.3em;
        color: #256DC2;
        margin-top: 25px
    }

    .archive .read_more, .archive .read_more:visited {
        color: #0A41CC;
        text-decoration: underline;
        display: inline-block;
        clear: both;
        padding: 5px 10px 0 0;
        line-height: 15px;
        font-size: 0.9em;
    }

        .archive .read_more:hover, .archive .read_more:focus {
            color: #E00300;
        }

.archive-more {
    clear: both;
    margin-bottom: 15px;
}

.formLabel {
    background-color: #efefef;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    color: #333333;
    float: left;
    width: 200px;
    padding: 2px;
    padding-left: 10px;
    padding-top: 10px;
    height: 30px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.formLabelDescription {
    background-color: #f9f9f9;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    color: #333333;
    width: 68%;
    float: left;
    padding: 2px;
    padding-left: 10px;
    padding-top: 10px;
    height: 30px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.pdflabel {
    background-color: #efefef;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #333333;
    float: left;
    width: 510px;
    padding: 2px;
    padding-left: 10px;
    padding-top: 12px;
    height: 30px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.pdflabelDescription {
    background-color: #f9f9f9;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #333333;
    width: 180px;
    float: left;
    padding: 2px 2px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.pdfAccordionlabel {
    background-color: #efefef;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #333333;
    float: left;
    width: 485px;
    padding: 2px;
    padding-left: 10px;
    padding-top: 12px;
    height: 30px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.pdfAccordionlabelDescription {
    background-color: #f9f9f9;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #333333;
    width: 155px;
    float: left;
    padding: 2px 2px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.error {
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #cc3300;
}

.required {
    color: red
}

.button {
    background: #01C880;
    transition-property: border-color, background-color;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .button:hover {
        background: #5e5e5e;
    }

#vertical-ticker a, #vertical-ticker a:visited {
    color: #000;
}
/*Common CSS ends*/

/*Media Queries Start*/
@media (min-width:320px) {
    .banner {
        width: 100%
    }

    .m_hide {
        display: none
    }

    .navbar-nav > li {
        float: none;
        /* background: #55332a;*/
        background: #3498db;
        border-bottom: 1px solid #441E1E
    }

    .menu {
        background: #b3b1b1;
        display: block;
        height: 100%;
        overflow-y: scroll;
        padding-top: 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .navbar-toggle {
        float: left;
        margin-left: 20px;
    }

    .cenlogo {
        margin: 10px 10px 10px;
        width: 12%;
    }

    .header .mahalogo {
        margin: 10px 8px 0px 0px;
        width: 10%;
    }

    .heading {
        width: 70%;
        padding: 10px 10px 0px 0px;
        line-height: 15px;
        font-size: 1.1em
    }

    .cenlogo img, .header .mahalogo img {
        width: 100%
    }

    .keyperson {
        top: 5px;
        right: 0;
        margin-right: 0;
        position: relative;
        font-size: 1.1em
    }

        .keyperson ul li p {
            margin: 10px 0 0 75px;
            line-height: 15px;
            float: none
        }

        .keyperson small {
            margin: 0 0 0 8px
        }

    .news-date {
        width: 14%;
        margin-right: 14px
    }

    .latest-news {
        padding: 9px 10px 10px;
        border: 1px solid #eee;
        margin-bottom: 10px;
    }

    #vertical-ticker {
        height: 160px;
        /*border-bottom: 1px solid #E0E0E0*/2996
    }

    .related-links {
        padding: 9px 15px 10px;
    }

    footer {
        padding: 5px 0px;
        font-size: 0.85em
    }

        footer .col-xs-12 {
            text-align: center
        }

            footer .col-xs-12:nth-child(2) {
                background: rgb(238, 238, 238);
                padding: 2px 0
            }

        footer .pull-right {
            float: none !important;
            margin: 0 auto
        }

    .bottomLink {
        padding: 0px
    }

    .footer-links .col-xs-12 {
        margin-bottom: 25px
    }

    .other-links {
        margin: 15px 0 0 20px;
    }

    .carousel {
        /*margin-top: 83px*/
    }
    .keyperson6 {
        /*padding-top: 10px;*/
    }
    .carousel-control {
        left: 10px;
    }

        .carousel-control.right {
            right: 17px;
        }

            .carousel-control.left span, .carousel-control.right span {
                font-size: 0.5em;
                padding: 0
            }

    .carousel-indicators {
        bottom: -5px
    }

    .mclear {
        clear: both
    }

    .link {
        margin-bottom: 25px
    }

    footer a, footer a:visited {
        padding: 0;
    }

    .list-inline > li {
        padding-right: 0
    }

    .topLinks {
        background: #104384;
    }

    .welcome {
        padding: 20px
    }

        .welcome h1 {
            margin-top: 10px;
            font-size: 1.5em;
            text-align: center;
            line-height:1.5;
        }

    .home-sec {
        margin-top: 10px;
    }

        .home-sec img {
            margin: 0px auto
        }

    .arrow-right {
        margin-top: 9%
    }

    .blue p {
        padding-top: 20px !important
    }

    .lastReviewed {
        text-align: center;
        margin:5px 0px;
    }

        .lastReviewed span {
            float: none
        }
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
    .cenlogo {
        width: 7%;
    }

    .keyperson {
        top: 0;
        margin-right: 40px;
        font-size: 1.2em
    }

        .keyperson ul li p {
            margin: 10px 0 0 80px;
            line-height: 13px;
            float: none !important
        }

        .keyperson small {
            margin: 0 0 0 13px
        }

    .heading {
        width: 75%;
        padding: 18px 10px 0px 5px;
        line-height: 17px;
        font-size: 1.5em
    }

    .home-sec {
        margin-top: 0
    }

    .register {
        margin-top: 12px;
    }

        .register h2 {
            margin-bottom: 0;
            padding: 15px 25px;
        }

        .register li {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 10px;
            color: #C62F06;
            font-size: 1.4em;
        }

            .register li span {
                padding-left: 5px;
                margin-left: 2px;
                border: 0;
                color: #333
            }

    .photo-gallery li, .photo-gallery li img {
        width: 62px;
    }

    .bottomLink {
        padding: 0
    }

    .carousel {
        /*margin-top: 95px*/
    }
    .keyperson6 {
        /*padding-top: 10px;*/
    }
    #vertical-ticker {
        height: 130px
    }

    .arrow-right {
        margin-top: 6%
    }
}

@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .heading {
        width: 74%;
        font-size: 1.5em;
        line-height: 25px;
        padding: 12px 10px 0px 0px;
    }
    /*.carousel_top {
        margin-top: 142px !important;
    }*/
    .topLinks {
        background: #104384;
    }

    .cenlogo {
        margin: 11px 10px 0px;
        width: auto
    }

    .header .mahalogo {
        margin: 10px 15px 10px 0;
        width: auto
    }

    .keyperson {
        top: 20px;
        padding: 0
    }

        .keyperson .row {
            background: transparent;
            margin: 0
        }

        .keyperson p {
            margin: 7px 0px 0px;
        }

            .keyperson p span {
                line-height: 3px;
                display: block;
                margin: 0
            }

        .keyperson ul li {
            display: inline-block;
            float: left;
            width: 49%;
        }

            .keyperson ul li:first-child {
                margin-right: 10px
            }

    .home-sec {
        margin-top: 15px;
    }

    #vertical-ticker {
        height: 125px
    }

    .related-links {
        margin-top: 15px;
        padding: 9px 25px 10px;
    }

        .related-links li {
            margin-bottom: 18px;
        }

    .footer-links .col-xs-6 {
        margin-bottom: 15px
    }

    footer .col-xs-9 {
        padding-right: 20px
    }

    footer span {
        width: 100%;
        text-align: center;
    }

    footer .col-xs-12 {
        text-align: left
    }

        footer .col-xs-12:nth-child(2) {
            background: none;
            padding: 0;
            text-align: center;
        }

    .bottomLink {
        padding: 0px;
    }

    .latest-news {
        padding: 15px 10px 10px;
        border: none;
        margin-bottom: 0
    }

    .bottomLink {
        padding: 0px 0px 0px 32px
    }

    .other-links {
        margin: 15px 0px 20px 20px;
    }

    .carousel-control.left span, .carousel-control.right span {
        font-size: 1.1em
    }

    .carousel-control {
        left: 50px;
    }

        .carousel-control.right {
            right: 50px;
        }

    .photo-gallery li, .photo-gallery li img {
        width: 70px;
    }

    .news-date {
        width: 12%
    }

    .carousel {
        /*margin-top: 174px;*/
    }
    .keyperson6 {
        /*padding-top:182px;*/
    }
        .welcome h1 {
        font-size: 1.6em
    }

    .arrow-right {
        margin-top: 4%
    }

    .service p {
        margin-top: 10px
    }

    .carousel-indicators {
        bottom: 0px
    }

    footer a, footer a:visited {
        padding: 0 4px 0 6px;
    }

    .list-inline > li {
        padding-right: 5px
    }


    .blue p {
        padding-top: 11px !important
    }
}


@media (min-width:768px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    /*.heading {
        width: 70%;
        font-size: 1.8em;
        padding: 13px 10px 0px 0px
    }*/
   
    .maharashtra-logo {
        /* margin-top: 1%; */
        margin: 16px 0px;
    }

    .enbI-logo {
        /* margin-top: 1%; */
        height: 45px;
        width: auto;
        margin: 16px 0px;
        text-align: right;
    }

    .topheading {
        font-size: 24px;
    }

    .navbar-nav > li > a, .navbar-nav > li > a:visited {
        /*padding: 8px !important;*/
        margin: 0;
    }

    nav > ul > li {
        font-size: 0.95em;
    }

    .navbar-nav > li {
        float: left;
        background: none;
        border: 0;
        /*border-bottom: 3px solid #507d05;*/
        /*padding: 9px 22px;*/
    }
    /*.gears{top: 188px;left: 2px;}*/

    .our-team {
        margin-bottom:30px;
    }

    .keyperson ul li:first-child {
        margin-right: 14px;
    }

    .keyperson ul li:nth-child(2n+1) {
        margin-right: 14px;
    }

    .help, .photo-gallery {
        margin-top: 30px
    }

    .home-sec {
        margin-top: 25px;
    }

    .footer-links .col-xs-6 {
        margin-bottom: 0
    }

    footer .col-xs-9 {
        padding-right: 0px
    }

    footer {
        padding: 15px 0px;
    }

        footer .pull-right {
            float: right !important
        }

        footer span {
            text-align: left
        }

    .bottomLink {
        padding: 0
    }

    .welcome h1 {
        font-size: 1.6em
    }

    .welcome img {
        margin-bottom: 80px
    }

    .arrow-right {
        margin-top: 8%
    }

    .list-inline > li {
        padding: 0
    }

    .service p {
        margin-top: 10px
    }

    .carousel-indicators {
        bottom: 0px
    }

    .topLinks {
        background: #104384;
    }

    .lastReviewed {
        text-align: left
    }

        .lastReviewed span {
            float: left
        }
    .m_hide {
        display: block
    }
    
   
}


/*@media (min-width:800px) { 
    .heading {
        width: 70%;
    }

    .home-sec .first {
        padding-right: 40px;
    }

    .lastReviewed {
        text-align: left
    }

        .lastReviewed span {
            float: left
        }
    .m_hide {
        display: block
    }
}*/

@media (min-width:1024px) { /* big landscape tablets, laptops, and desktops */
    .container {
        width: 1020px
    }
    
    header1 {
        background-image:none;
    }
    
    .hm-bg {
        background: #104384;
    }

    .heading {
        width: 55%;
    }

    .topLinks {
        background: #737171;
    }

    .navbar-nav > li > a, .navbar-nav > li > a:visited {
        /*padding: 5px !important;*/
        margin: 0;
        /*font-size: 0.9em*/
    }

    nav > ul > li {
        font-size: 0.98em;
    }

    .our-team {
        margin-bottom: 30px;
    }

    .key-person {
        margin-left: 10px;
    }

    #vertical-ticker {
        height: 160px
    }

    .keyperson {
        position: absolute;
        margin-right: 21px;
        top: 174px;
        z-index: 99;
        font-size: 1.1em
    }

        .keyperson img {
            width: 20%
        }

        .keyperson ul li p {
            margin: 2px 0 0 60px;
        }

        .keyperson small {
            margin: 0 0 0 10px
        }

        .keyperson ul li:first-child {
            margin-right: 0
        }

    .related-links {
        padding: 9px 15px 10px;
    }

        .related-links li {
            line-height: 18px;
            margin-bottom: 5px;
        }

            .related-links li a, .related-links li a:visited {
                font-size: 1em
            }

    .help, .photo-gallery {
        margin-top: 0
    }

    .home-sec {
        margin-top: 15px
    }

        .home-sec .first {
            padding-right: 15px
        }

    /*.carousel {
        margin-top: 174px;
    }*/

    .carousel-control .fa-angle-right, .carousel-control .icon-next {
        right: -45px
    }

    .welcome h1 {
        font-size: 2em;
        text-align: center;
        margin-top: 0
    }

    .welcome img {
        margin-bottom: 0
    }

    .latest-news p {
        line-height: 13px
    }

    .info-sec ul li {
        margin: 0px 0px 7px
    }

    .mclear {
        clear: none
    }

    .link {
        margin-bottom: 0
    }

    .news-date {
        width: auto;
        margin:5px 10px 5px 0px;
            
    }

    .arrow-right {
        margin-top: 12%
    }

    .list-inline > li {
        padding: 0 5px
    }

    .carousel {
        /*margin-top: 205px;*/
    }

    .keyPersonDiv {
        /*margin-top:177px;*/
    }
    .carousel-indicators {
        bottom: 30px
    }

    .keyperson ul li {
        width: 100%;
    }

    .service p {
        margin-top: 0
    }

    div .service:first-child {
        margin-top: 500px
    }

    .mtop10 {
        margin-top: 10px
    }

    footer {
        font-size: 0.9em
    }

    .list-inline > li {
        padding: 0 3px
    }

    footer a, footer a:visited {
        padding: 0 4px 0 0
    }

    .green p, .red p {
        padding-top: 20px !important
    }
    .topheading {
        font-size: 28px ;
        color: #444;
        /* margin-top: 0; */
        /* font-family: 'Open Sans', sans-serif; */
        font-weight: bold;
        text-transform: none;
        font-family: 'Hind Madurai', sans-serif;
        line-height: 30px;
    }
    .m_hide {
        display: block
    }
}

@media (min-width:1280px) { /* hi-res laptops and desktops */
    .container {
        width: 1100px
    }

    .m_hide {
        display: block
    }

    .hm-bg {
        background: #104384;
    }

    .heading {
        width: 86%
    }

    nav > ul > li {
        font-size: 1em;
    }

    .navbar-nav > li > a, .navbar-nav > li > a:visited {
        /*padding: 0px 5px 0px 5px !important;*/
        margin: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    .keyperson {
        right: 0;
        margin-right: 95px;
        top: 150px;
        padding-left: 5px
    }

        .keyperson img {
            width: auto;
        }

        .keyperson ul li p {
            margin: 1px 0px 0px 56px;
            font-size: 12px;
            color: #242424;
        }

        .keyperson small {
            padding: 0 0 6px;
            font-size: 85%;
            margin: 0 0 0 8px;
            color: #242424;
        }
    .carousel {
        /*margin-top: 205px;*/
    }
    .related-links {
        padding: 9px 25px 10px;
    }

    .services div {
       /*height: 135px;*/
        /*margin-bottom: 12px;*/
        padding: 15px;
    }

    .nbs-flexisel-container {
        margin: 15px 0px 5px;
    }

    .nbs-flexisel-item img {
        margin: 10px 0
    }

    footer {
        padding: 5px;
    }

    .carousel-control .fa-angle-right, .carousel-control .icon-next {
        right: 0
    }

    .welcome p {
        line-height: 24px
    }

    .latest-news p {
        line-height: 15px
    }

    .info-sec ul li {
        margin: 0px 0px 10px
    }

    .mtop10 {
        margin-top: 10px !important
    }

    .green p, .red p {
        padding-top: 10px !important
    }
}


/*Media Queries End*/

/*Slider */

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #fff;
}

.carousel-inner img {
    width: 100%;
    max-height: 505px
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
        font-size: 2.7em;
    }

    /*.carousel-control.right {right: 50px;}*/



    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
        color:#fff;
    }

    .carousel-control .fa-angle-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .fa-angle-right,
    .carousel-control .icon-next {
    }

    .carousel-control.left span,
    .carousel-control.right span {
        border-radius: 3px;
    }

        .carousel-control.left span:hover,
        .carousel-control.right span:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            background-color: #2980b9;
            padding: 10px;
        }

    .header-text h3 span {
        background-color: #000;
        padding: 15px;
    }

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.link-section {
    
    padding: 1px 0 30px;
}

.service-tag {
    margin-left: 45%;
    position: absolute;
    z-index: 999
}

    .service-tag li {
        width: 15px;
        text-align: center;
        overflow: hidden
    }

        .service-tag li:first-child span {
            width: 2px;
            height: 30px;
            background: #104384;
            float: left;
            margin-left: 5px;
        }

        .service-tag li:nth-child(2) {
            background: #fff;
            border-radius: 50%;
            height: 12px;
            width: 12px;
        }

.service {
    color: #fff;
    font-size: 16px;
    margin: 50px 0 0;
    margin: 35px 0 0;
    border-radius: 20px;
    overflow: hidden;
}

    .service i {
        font-size: 1.6em
    }

    .service span {
        padding: 40px 5px;
        float: left;
        width: 27%;
        text-align: center;
        height: 110px;
    }

    .service p {
        width: 65%;
        float: left;
        line-height: 22px;
        padding: 10px 0 0 15px;
        font-weight: bold;
        text-align: left;
    }

    .service a, .service a:visited {
        color: #fff
    }

/*.orange {
    background: #f38400
}

.green {
    background: #96c438
}

.red {
    background: #eb4545
}

.blue {
    background: #59bbfd
}*/

.blueHaj {
    background: #787ebf;
}

.brd-orange {
    border: 2px solid #f38400
}

.brd-green {
    border: 2px solid #96c438
}

.brd-red {
    border: 2px solid #eb4545
}

.brd-blue {
    border: 2px solid #59bbfd
}

.orange span {
    background: #e26500
}

.green span {
    background: #81b21c
}

.red span {
    background: #d32525
}

/*.blue span {
    background: #34a7f4
}*/
.arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}
.border-news {
    border: 3px solid #3498db !important;
}
.orange .arrow-right {
    border-left: 7px solid #e26500
}

.green .arrow-right {
    border-left: 7px solid #81b21c
}

.red .arrow-right {
    border-left: 7px solid #d32525
}

.blue .arrow-right {
    border-left: 7px solid #34a7f4
}
/*added on Start 30th June 2018*/
.blueHaj {
    background: #444b92;
}

    .blueHaj .arrow-right {
        border-left: 7px solid #0b1363;
    }

    .blueHaj span {
        background: #0b1363;
    }

.purpleHaj {
    background: #6738c4;
}

    .purpleHaj .arrow-right {
        border-left: 7px solid #3b2467;
    }

    .purpleHaj span {
        background: #3b2467;
    }

.blue1Haj {
    background: #374f92;
}

    .blue1Haj .arrow-right {
        border-left: 7px solid #1f2d52;
    }

    .blue1Haj span {
        background: #1f2d52;
    }
/*end 30th June 2018*/

.mtop10 {
    margin-top: 10px
}

.mtop20 {
    margin-top: 20px
}

.pleft25 {
    padding-left: 25px
}

.rti-icon {
    padding: 13px 16px
}

    .rti-icon img {
        height: 32px
    }

.info-sec {
    margin: 20px 0 0
}

.link {
    overflow: hidden
}

.link {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

    .link h2 {
        border-bottom: 1px solid #797979;
        padding-bottom: 10px
    }

        .link h2 span {
            border-bottom: 2px solid #96c438;
            padding-bottom: 6px
        }

.qucklinksHaj {
    background: #104384;
    overflow: hidden;
    padding: 15px 10px 10px;
    min-height: 265px;
    border-radius: 20px;
    /*border: 1px solid #85a601;*/
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

    .qucklinksHaj h2 {
        border-bottom: 1px solid #797979;
        padding-bottom: 10px
    }

        .qucklinksHaj h2 span {
            color: #fff;
            border-bottom: 2px solid #96c438;
            padding-bottom: 9px;
        }

    .qucklinksHaj ul li a {
        color: #fff;
    }

.quick-links, .useful-links {
    /*margin: 0 0 0 15px*/
}

    .quick-links li, .useful-links li {
        margin: 10px;
        color: #fff;
        /*background: #6C7A89;*/
        background: #3498db;
        padding: 14px 8px;
    }
        .quick-links li:hover {
            background: #2980b9;
            color: #fff;
        }
        .quick-links li a:hover {
            
            color: #fff;
            text-decoration:none !important;
        }
        /* .quick-links li:before, .useful-links li:before {
            font: normal normal normal 0.5em FontAwesome;
            content: "\f0c8";
            color: #d52c29;
            margin-left: -14px;
            margin-right: 7px;
            float: left;
            margin-top: 6px;
        }*/
        .rel-links img {
            border: 1px solid #ccc;
            margin-right: 5px;
        }

.rel-links li {
    margin-bottom: 15px !important
}

a.btn {
    color: #fff
}

.brd-left {
    /*border-right: 1px solid #ccc;*/
    min-height: 440px
}
.border-l {
    border-left: 1px solid #ccc;
}
.grafchart-link {
    color: #104384 !important;
}
.brd-left1 {
    border-left: 1px solid #ccc;
    min-height: 440px
}


.qlinks {
    padding-right: 5px
}

    .qlinks h2 {
        font-size: 1.5em;
        padding: 7px 10px;
        border-radius: 3px;
        color: #104384;
        border-bottom: 1px solid #C2C2C2
    }

    .qlinks ul li {
        border-bottom: 1px solid #eee;
        padding-bottom: 13px;
        color: black;
    }

    .qlinks li:before {
        color: #B0B0B0
    }

table th {
    /*background: #E1EEE3*/
    background: #3498db;
    color:#fff;
}

.spl td {
    background: #F8FFF9
}

.lastReviewed span {
    display: inline-block;
    width: auto;
    color:#fff;
}

    .lastReviewed span:first-child {
        margin-right: 5px
    }

.logo-list li {
    display: inline-block;
    margin: 0 5px 0 0
}

.hod ul {
    margin-top: 10px
}

    .hod ul li {
        margin-bottom: 10px
    }

.hod-name {
    font-size: 1.2em;
    font-weight: bold;
    color: #dc8700;
}

.spl td {
    background: #f8f8f8
}

.scroll {
    overflow: scroll
}

.ht500 {
    height: 500px
}

.headerUp {
    background: red;
    width: 20px;
    height: 20px;
}

.headerDown {
    background: #000;
    width: 20px;
    height: 20px;
}



.gallery-txt {
    width: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
}

.photoalbum_index {
    /*padding: 0px 0 15px;*/
    clear: both
}

    .photoalbum_index dl {
        float: left;
        margin: 0px 5px 25px 10px;
        position: relative;
    }

    .photoalbum_index .heading-h2 + dl {
        display: none
    }

    .photoalbum_index dl:hover {
        box-shadow: 0px 0px 5px #000000;
    }

    .photoalbum_index dl dt {
        /*width: 250px;
        height: 180px;*/
        /*max-width:250px;*/
        height:auto;
        overflow: hidden;
    }

        .photoalbum_index dl dt .img, .photoalbum_index dl dt .img-1 {
            width: 334px;
            height: 150px;
            -webkit-transition: all 500ms linear;
            -moz-transition: all 500ms linear;
            -o-transition: all 500ms linear;
            -ms-transition: all 500ms linear;
            transition: all 500ms linear;
        }

            .photoalbum_index dl dt .img:hover {
                -webkit-transform: scale(1.5) rotate(7deg);
                -o-transform: scale(1.5) rotate(7deg);
                transform: scale(1.5) rotate(7deg);
            }

            .photoalbum_index dl dt .img-1:hover {
                -webkit-transform: scale(1.5);
                -o-transform: scale(1.5);
                transform: scale(1.5);
            }

    .photoalbum_index dl dd {
        background: #3498db;
        position: absolute;
        margin-top: -25px;
        height: 25px; /* opacity: 0.8; */
        text-align: center;
        width: 100%;
        color: #fff; /*font-weight:bold;*/
        padding-top: 3px;
    }

    .photoalbum_index dl:hover dd {
        opacity: 0.9;
    }

#photoalbum {
    margin: 0;
    padding: 25px 0 15px 10px;
    clear: both;
}

    #photoalbum {
        float: left;
        padding: 10px 0 0;
        /*max-width: 250px;
        text-align: center;
        margin: 15px 35px;*/
        /*width: 250px;*/
        /*margin: 30px 35px;*/
    }

    #photoalbum img {
        margin: 0px;
        /*height: 175px;
        width: 245px;*/
        opacity: 0.9;
        filter: Alpha(opacity=70);
        width:100%;
    }

        #photoalbum img:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            /*-webkit-transform: scale(1.02);
            -o-transform: scale(1.02);
            transform: scale(1.02);*/
        }

        #photoalbum p {
            /*background: #1bbc9b;
        z-index: 1;
        padding: 3px 5px;
        margin: 142px 0 0 -252px;
        position: absolute;*/
            display: block;
            background: #3498db;
            z-index: 1;
            padding: 3px 5px;
            /*margin: 151px 0 0 -245px;*/
            /*position: absolute;*/
            /*display: inline-block;*/
            /*width: 245px;*/
            /*width:99%;*/
            text-align: center;
        }

    #photoalbum a {
        color: #fff;
        display: block
    }
.pmd-card1 {
    min-height:363px!important;
    margin-bottom:0!important;
}
.demo2 {
    min-height:284px;
}
.heading-h2 {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    color: #023535;
    clear: both;
    margin: 15px 0 10px;
}



.fullwidthbanner .grass {
    position: absolute;
    right: -7%;
    bottom: 5px;
    z-index: 99;
    display: block;
}

/*.services .container {
    min-height: 500px;
    background: #fff;
}*/


.container .btnBack {
    position: absolute;
    left:74%;
    padding:12px;
   /* left: 70%;*/
    /*height: 5px;*/
    display: block;
    /*padding: 3px 8px 26px 25px;*/
    z-index: 9999999;
    /*width: 67px;*/
    background: #fff url(../../Images/bk-bg.png) no-repeat 7px 2px;
    border-bottom: 5px solid #edb600;
    margin-top: 10px;
}

.container .btnBack1 {
    position: absolute;
    /*left: 74%;*/
    padding: 12px;
    /* left: 70%;*/
    /*height: 5px;*/
    display: block;
    /*padding: 3px 8px 26px 25px;*/
    z-index: 9999999;
    /*width: 67px;*/
    background: #fff url(../../Images/bk-bg.png) no-repeat 7px 2px;
    border-bottom: 5px solid #edb600;
    margin-top: 10px;
}

    .container .btnBack:hover {
        background: #fff url(../../Images/bk-bg.png) no-repeat 7px 2px !important;
        text-decoration: none;
    }

.keyperson ul li {
    /*border-radius: 0 70px 0 0;*/
    border: 1px solid #505050;
    box-shadow: 1px 2px #0b17a5;
}

.hajsmalltext {
    font-size: 12px;
    margin-left: 90px;
    max-width: 120px;
}

.hajdivtable .row {
    padding: 10px;
    border: 1px solid #85a601;
}

    .hajdivtable .row div {
        border-right: 1px solid #85a601;
    }

.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }

    /* Edit BY Ashish*/
.mudra-vision-panel {
    background: #407cd2;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    min-height: 254px;
    height: auto;
    margin-bottom: 2%;
    border-bottom: 3px solid #f5a108;
}

.vision-logo {
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.mudra-vision-panel h4 {
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 2px 3px #0a0a0a;
    font-size:20px;
    color:#fff;
}

.mudra-vision-panel p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    padding-top: 5px;
   
}

.mudra-yojana-panel {
    background: #6fd273;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    min-height: 192px;
    height: auto;
    margin-bottom: 4%;
    text-align: center;
    border-bottom: 3px solid #0e0e0e;
}

    .mudra-yojana-panel h4 {
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #fff;
        text-shadow: 1px 2px 3px #0a0a0a;
        font-size: 20px;
        color: #fff;
    }

    .mudra-yojana-panel p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        padding: 10px 0px;
    }

.bg-kishor {
    background: #3bbaf3 !important;
}

.bg-tarun {
    background: #9e9e9e !important;
}

.yojana-icon {
    margin-top: -26px;
}

.minister-panel0 {
    /*width: 100%;*/
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    color: #444;
    min-height: 302px;
    overflow: auto;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -o-center;
    border: 1px solid #507d05;
}

    .minister-panel0:hover {
        /*width: 100%;*/
        background-color: #507d05;
        color: #fff;
    }

.minister-panel1 {
    /*width: 100%;*/
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    color: #000;
    min-height: 100px;
    overflow: auto;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -o-center;
}



.minister-panel2 {
    /*width: 100%;*/
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    color: #000;
    min-height: 100px;
    overflow: auto;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -o-center;
}

.minister-panel3 {
    /*width: 100%;*/
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    color: #000;
    min-height: 100px;
    overflow: auto;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -o-center;
}

.clear {
    clear: both
}

.minister-panel-name {
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 1.1em;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom:10px;
}
    .minister-panel-name p {
        text-align: center !important;
        font-weight: bold;
        margin: 0px;
        padding-top: 20px;
        font-family: 'Oswald', sans-serif;
    }

    .minister-panel-name small {
        font-size:75%;
    }
}
.minister-panel-photo {
    width: 100%;
    margin-top: 20px ;
    float: left;
    text-align: -webkit-center;
}

    .minister-panel-photo img {
        border-radius: 100px;
        border: 1px solid #507d05;
        width: 150px;
        margin-top: 20px;
    }

    .minister-panel-photo img:hover {
        
        border: 1px solid #fff;
    }

.mudra-yojna-logo {
    text-align: left;
}
  
/*.enbI-logo {
    margin-top: 1%;
    text-align: right;
}*/

.mudra-yojna-logo {
    text-align: center;
    margin: 21px 0 0 0;
}
    .mudra-yojna-logo img {
        max-width: 100%;
        max-height: 90px;
    }

.enbI-logo {
    /*margin-top: 1%;*/
    margin: 12px 0px;
    text-align: right;
}

    /*.enbI-logo img {
        padding-bottom: 10px;
    }*/

.maharashtra-logo {
    /*margin-top: 1%;*/
    margin: 12px 0px;
}

.top-header1 {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.pradhanmantri-head {
    padding: 26px; /*text-shadow: 1px 2px 3px #666;*/
    font-size: 34px;
    color: #d52c29;
}

.team1 {
    /*background-color:#adaaaa;*/ margin-top: 25px;
}

.pradhanmantri-yojana-text {
    color: #d52c29;
    margin-top: 2%;
}

    .pradhanmantri-yojana-text p {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }

.mudra-yojana-text {
    line-height: 27px;
    text-align: justify;
    font-size: 18px;
    background: #e6e6e6;
    padding: 35px;
    border-radius: 3px;
    border-bottom: 3px solid #000;
}

.photo-gallery-head {
    text-align: left !important;
    font-size: 32px !important;
    padding-left: 15px;
    color: #d52c29 !important;
    border-bottom: 2px solid #d52c29;
    font-weight: normal !important;
    padding-bottom:15px !important;
}
.header1 {
    background-image: url(../Images/header_bg.png);
    background-size: cover;
}
.gallery {
    margin-bottom:2%;
}
@media (max-width: 768px) {

    /*.shivaji-panel {
        margin-top: 235px !important;
    }*/
    .carousel_top {
        margin-top: 150px !important;
    }
    .visitorCount {
        padding-top: 0px;
        float:none !important;
    }
    .keyperson6 ul {
        margin-top: 10px;
    }
    .banner-text {
        margin-top: 0px !important;
    }

    .minster-panel {
        margin-top: 0px !important;
    }

    /*.sp-content h2, span {
        font-size: 18px !important;
    }*/

    .mudra-yojna-logo {
        text-align: center;
        margin: 18px 0 0 0;
    }

    .maharashtra-logo img {
        width: auto;
        height: 45px;
        /*text-align: center !important;*/
    }

    .enbI-logo {
        /* margin-top: 1%; */
        height:45px;
        width:auto;
        margin: 12px 0px;
        text-align: right;
    }

    /*.shivaji-panel-img img {
        max-width: 100%;
    }*/

    .header1 {
        background-image: none;
    }

    .enbI-logo img {
        height: 45px;
        width: auto;
    }

    .carousel {
        /*margin-top: 136px;*/
    }
    .keyperson6 {
        /*padding-top: 10px !important;*/
    }
    /*.maharashtra-logo {
        margin-top: 0px !important;
        text-align: center !important;
    }

    /*.mudra-yojna-logo {
        text-align: center !important;
    }

        .mudra-yojna-logo img {
            height: 55px;
            margin-left: -20px;
        }*/



    /*.pradhanmantri-yojana-text {
        color: #d52c29;
        margin-top: 0px !important;
        ;
    }

        .pradhanmantri-yojana-text p {
            font-size: 1em;
            text-align: left;
            margin-left: -15px;
        }

    .mudra-yojana-text {
        line-height: 20px;
        text-align: justify;
        font-size: 14px;
        background: #efecec;
        padding: 10px;
        border-radius: 3px;
        border-bottom: 2px solid #000;
    }*/

    /*.pradhanmantri-head {
        padding: 5px 0px; text-shadow: 1px 2px 3px #666;
        font-size: 1.5em;
        color: #d52c29;
    }*/

    .navbar-default {
        background: #3498db;
        /*z-index: 9;*/
    }

    .photo-gallery-head {
        text-align: left !important;
        font-size: 1.5em !important;
        padding-left: 15px;
    }
    .lastReviewed span {
        /*font-size:14px !important;*/
    }

    .visitorCount {
        padding-top: 5px;
        float: right;
        display:none;
    }

    /*.fa-user-footer {
        float: left;
        padding-left: 5px;
        padding-top: 4px;
        padding-right: 5px;
        color: #d67f17
    }

    .fa-users-footer {
        float: left;
        padding-top: 4px;
        padding-right: 5px;
        color: #d67f17
    }

    .vertical-linefooter {
        float: left;
        color: #999;
    }*/
    .site-sec {
        margin-top: 215px;
    }

    .content {
        background: #e9eaeb;
        min-height: 500px;
        border-radius: 3px;
        padding: 10px;
        /*background:linear-gradient(#cfcfd0, #8788ad) !important;
    background:-moz-gradient(#cfcfd0, #8788ad);
    background:-webkit-gradient(#cfcfd0, #8788ad);
    background:-ms-gradient(#cfcfd0, #8788ad);
    background:-o-gradient(#cfcfd0, #8788ad);*/
    }

        .content h1 {
            float: left;
            color: #d52c29;
            font-size: 20px;
        }
    .faq li {
        padding: 8px 10px;
    }

        .faq li.q {
            font-weight:normal !important;
            font-size: 12px !important;           
        }

            .faq li.q img {
                padding-right: 8px;
            }

        .faq li.a {           
            font-size: 12px !important;
        }
   
}

.agileinfo_copyright p {
    color: #fff;
    line-height: 2em;
    text-align: left;
}

    .agileinfo_copyright p a {
        color: #b06010;
        text-decoration: underline;
    }

        .agileinfo_copyright p a:hover {
            color: #fff;
        }
/*-- //footer --*/
.agileinfo_copyright {
    background: #444;
    /*padding: 1em 0;*/
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999999999;
    width: 32px;
    height: 32px;
    border: none;
    /*text-indent: 100%;*/
    /*background: url(http://localhost:51734/images/arrow.png) no-repeat 0px 0px;*/
    background-color: #2980b9;
}
.footermenu1 {
    float:left;
}
.footer-content {
    /*float: left;*/
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 5px;
}
#toTop:Hover {
    background-color: #000;
}
.top-links-shadow {
    border-bottom: 2px solid #3498db;
    box-shadow: 0px 5px 10px 0px rgba(169,169,169,1);
}
.innerAbout {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius:5px;
}
.shivaji-panel {
    background: #d6651f;
    border: 2px solid #fff;
    margin-top:173px;
}

.shivaji-panel-img {
    min-height: 342px;
    text-align: center;
}

    .shivaji-panel-img img {
        margin-top: 16px;
        max-width:100%;
    }

.banner-text {
    text-align: center;
    min-height: 347px;
    border: 2px solid #fff;
    position: relative;
    margin-top: 173px;
}
.minster-panel{background:#eeac58; min-height:347px; border:2px solid #fff;padding-left: 5px !important; padding-right: 5px !important;border: 2px solid #fff; margin-top:173px;}

.sp-container {
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    margin-top: 130px;
}

.sp-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
   /* z-index: 1000;*/
}

.sp-container h2 {
    position: absolute;
    top: 50%;
    line-height: 80px;
    height: 90px;
    margin-top: -50px;
    font-size: 90px;
    width: 100%;
    text-align: center;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
}

    .sp-container h2.frame-1 {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sp-container h2.frame-2 {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
    }

    .sp-container h2.frame-3 {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }

    .sp-container h2.frame-4 {
        font-size: 200px;
        -webkit-animation-delay: 9s;
        -moz-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
    }

    .sp-container h2.frame-5 {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
        color: transparent;
        text-shadow: 0px 0px 1px #000;
        font-size: 48px !important;
    }

        .sp-container h2.frame-5 span {
            -webkit-animation: blurFadeIn 3s ease-in 12s backwards;
            -moz-animation: blurFadeIn 1s ease-in 12s backwards;
            -ms-animation: blurFadeIn 3s ease-in 12s backwards;
            animation: blurFadeIn 3s ease-in 12s backwards;
            color: transparent;
            text-shadow: 0px 0px 1px #000;
        }

            .sp-container h2.frame-5 span:nth-child(1) {
                -webkit-animation-delay: 1s;
                -moz-animation-delay: 1s;
                -ms-animation-delay: 1s;
                animation-delay: 1s;
                color:#000;
            }

            .sp-container h2.frame-5 span:nth-child(2) {
                -webkit-animation-delay: 2s;
                -moz-animation-delay: 2s;
                -ms-animation-delay: 2s;
                animation-delay: 2s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(3) {
                -webkit-animation-delay: 3s;
                -moz-animation-delay: 3s;
                -ms-animation-delay: 3s;
                animation-delay: 3s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(4) {
                -webkit-animation-delay: 4s;
                -moz-animation-delay: 4s;
                -ms-animation-delay: 4s;
                animation-delay: 4s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(5) {
                -webkit-animation-delay: 5s;
                -moz-animation-delay: 5s;
                -ms-animation-delay: 5s;
                animation-delay: 5s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(6) {
                -webkit-animation-delay: 6s;
                -moz-animation-delay: 6s;
                -ms-animation-delay: 6s;
                animation-delay: 6s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(7) {
                -webkit-animation-delay: 7s;
                -moz-animation-delay: 7s;
                -ms-animation-delay: 7s;
                animation-delay: 7s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(8) {
                -webkit-animation-delay: 8s;
                -moz-animation-delay: 8s;
                -ms-animation-delay: 8s;
                animation-delay: 8s;
                color: #000;
            }

            .sp-container h2.frame-5 span:nth-child(9) {
                -webkit-animation-delay: 9s;
                -moz-animation-delay: 9s;
                -ms-animation-delay: 9s;
                animation-delay: 9s;
                color: #000;
            }
/*.sp-globe {
	position: absolute;
	width: 282px;
	height: 273px;
	left: 50%;
	top: 50%;
	margin: -137px 0 0 -141px;
	background: transparent url(http://web-sonick.zz.mu/images/sl/globe.png) no-repeat top left;
	-webkit-animation: fadeInBack 3.6s linear 14s backwards;
	-moz-animation: fadeInBack 3.6s linear 14s backwards;
	-ms-animation: fadeInBack 3.6s linear 14s backwards;
	animation: fadeInBack 3.6s linear 14s backwards;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
}*/
.sp-circle-link {
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -50px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    background: #000;
    color: #3f1616;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: fadeInRotate 1s linear 16s backwards;
    -moz-animation: fadeInRotate 1s linear 16s backwards;
    -ms-animation: fadeInRotate 1s linear 16s backwards;
    animation: fadeInRotate 1s linear 16s backwards;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

    .sp-circle-link:hover {
        background: #85373b;
        color: #000;
    }
/**/

@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -webkit-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #000;
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -webkit-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #000;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}
/**/

/*@-ms-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -ms-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -ms-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #000;
        -ms-transform: scale(0);
    }
}

@-ms-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -ms-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #000;
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -ms-transform: scale(1);
    }
}

@-ms-keyframes fadeInBack {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -ms-transform: scale(5);
    }
}

@-ms-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -ms-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1) rotate(0deg);
    }
}*/

/**/

@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -moz-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #000;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}
/**/

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #000;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #000;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #000;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #000;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.modal-title-name {
    text-transform: uppercase;
    color: #0435a5;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 14px;
    padding-left:20px;
}
.modal-title-name1 {
    text-transform: uppercase;
    color: #0435a5;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
    padding-left: 20px;
}
.modal-header {
    border-bottom:none !important;
}
.login-main {
    margin: 8em 0 5em;
}
.mudra-popup-logo {
    margin-top:0;
}
.mudra-popup {
    height: 50px;
}
::-webkit-input-placeholder {
    color: #555 !important;
    font-size: 1em !important;
}

.login {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 2.7em 2em;
    position: relative;
    border-radius: 5px;
}

    .login h1 {
        text-align: center;
        font-size: 2em;
        margin: 1em 0;
        color: #555;
        font-family: 'PT Sans Narrow', sans-serif;
    }

.login-top {
    /*background: #127DA7;*/
    position: absolute;
    /*width: 7%;*/
    top: -44px;
    left:0;
    right:0;
    bottom:0;
    /*padding: 1.7em 1.7em;*/
    /*border-radius: 50px;*/
    text-align: center;
}

.login-bottom input[type="text"] {
    font-size: 1.2em;
    width: 90%;
    padding: .6em .8em;
    outline: none;
    background: #eaeaea;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif
}

.login-bottom input[type="password"] {
    font-size: 1.2em;
    width: 90%;
    padding: .6em 1em;
    outline: none;
    background: #eaeaea;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif
}

.login-bottom input[type="submit"] {
    font-size: 1.5em;
    padding: .3em .3em;
    width: 45%;
    border: none;
    text-transform: capitalize;
    outline: none;
    border-radius: 5px;
    background: #127DA7;
    color: #fff;
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 auto;
    display: block;
}

.password {
    margin: 1.5em 0;
}

.login-bottom p {
    font-size: 1em;
    text-align: center;
    margin-top: 2em;
    color: #555;
}

.login-bottom a {
    text-decoration: none;
}

    .login-bottom a p:hover {
        color: #127DA7;
    }
/*.footer {
    text-align: center;
    padding: 3em 0;
}
.footer p {
    font-size: .9em;
    color: #fff;
    margin: 0px;
}
.footer p a:hover {
    color: #fff;
}
.footer p a {
    color: #fff;
}*/

/*responsive*/
@media(max-width:1440px) {
    .login-top {
        left: 149px;
    }
    .keyperson6 ul li {
        margin-bottom: 8px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        padding: 5px 5px;
        display: block;
        overflow: hidden;
        background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);
        border-radius: 4px;
    }
    .keyperson6 img {
        /*float: left;
        padding: 2px;
        background: #fff;
        width: auto;*/
        height: 65px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }
    .keyperson6 ul li p {
        margin: 0px 0px 0px 62px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        font-weight: bold;
        position: relative;
        padding-left: 25px;
        line-height: 10px;
    }

    .keyperson6 small {
        clear: both;
        padding-left: 4px;
        color: #000;
        font-size: 88% !important;
        margin-left: 2px;
    }
}

@media(max-width:1366px) {
    .login-top {
        left: 145px;
        width: 8%;
    }

    .keyperson6 img {
        /*float: left;
        padding: 2px;
        background: #fff;
        width: auto;*/
        height: 61px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }
}

@media(max-width:1280px) {
    .login-top {
        left: 136px;
        width: 9%;
        padding: 1.5em 1.5em;
    }
    .keyperson6 ul li {
        margin-bottom: 8px !important;
        padding: 7px !important;
        display: block;
        overflow: hidden;
        background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);
        border-radius: 4px;
    }

    .keyperson6 img {
        height: 48px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }

    .keyperson6 ul li p {
        margin: 0px 0px 0px 48px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        font-weight: bold;
        position: relative;
        padding-left: 25px;
        line-height: 10px;
    }

    .keyperson6 small {
        clear: both;
        padding-left: 4px;
        color: #000;
        font-size: 88% !important;
        margin-left: 2px;
    }
}

@media(max-width:1080px) {
    .login {
        width: 25%;
    }

    .login-top {
        left: 136px;
        width: 8%;
    }

    .login h1 {
        font-size: 1.8em;
    }

    .login-bottom p {
        font-size: .95em;
    }
    .keyperson6 ul li { /* Changes By Ashsih on 18-9-2019 for Key Person*/
        margin-bottom: 4px !important;
        padding: 7px !important;
        display: block;
        overflow: hidden;
        background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);
        border-radius: 4px;
    }

    .keyperson6 img {
        height: 35px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }

    .keyperson6 ul li p { /* Changes By Ashsih on 18-9-2019 for Key Person*/
        margin: 0px 0px 0px 35px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        font-weight: bold;
        position: relative;
        padding-left: 25px;
        line-height: 0px;
        font-size: 11px;
    }

    .keyperson6 small { /* Changes By Ashsih on 18-9-2019 for Key Person*/
        clear: both;
        padding-left: 4px;
        color: #000;
        font-size: 80% !important;
        margin-left: 2px;
    }

}

@media(max-width:1024px) {
    .keyperson6 ul li {
        margin-bottom: 4px !important;
        padding: 5px 5px !important;/* Changes By Ashsih on 18-9-2019 for Key Person*/
        display: block;
        overflow: hidden;
        background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);
        border-radius: 4px;
    }

    .keyperson6 img {
        height: 32px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }

    .keyperson6 ul li p {
        margin: 0px 0px 0px 33px !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        font-weight: bold;
        position: relative;
        padding-left: 25px;
        line-height: 3px; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        font-size: 10px; /* Changes By Ashsih on 18-9-2019 for Key Person*/
    }

    .keyperson6 small {
        clear: both;
        padding-left: 4px;
        color: #000;
        font-size: 65% !important; /* Changes By Ashsih on 18-9-2019 for Key Person*/
        margin-left: 4px;
    }
}

@media (max-width: 991px) {
    .login {
        width: 34%;
    }

    .login-bottom input[type="text"] {
        width: 88%;
        font-size: .95em;
    }

    .login-bottom input[type="password"] {
        width: 87%;
        font-size: .95em;
    }

    .login-bottom input[type="submit"] {
        font-size: 1.4em;
    }

    .topheading {
        font-size:22px;
    }
    .main {
        margin: 9em 0 5em;
    }
}

@media (max-width: 640px) {
    .login {
        width: 39%;
    }

    .login-bottom input[type="text"] {
        width: 90%;
        font-size: .95em;
    }

    .login-bottom input[type="password"] {
        width: 89%;
        font-size: .95em;
    }

    .login-bottom input[type="submit"] {
        font-size: 1.2em;
        width: 40%;
    }

    .topheading {
        font-size:12px;
        line-height:1;
    }
    .our-team{
        margin-bottom:30px;
    }
}

@media (max-width: 480px) {
    .login {
        width: 50%;
        padding: 2.5em;
    }

    .login-top {
        left: 126px;
        padding: 1.5em;
    }

    .login-bottom input[type="submit"] {
        font-size: 1.3em;
        padding: .2em .2em;
    }

    .login-bottom p {
        font-size: .85em;
    }

    .login-bottom input[type="text"] {
        width: 91%;
    }

}

@media (max-width: 320px) {
    .login {
        width: 70%;
        padding: 1.5em;
    }

    .login-top {
        left: 92px;
        padding: 1.5em;
    }

    .main {
        margin: 6em 0 3em;
    }
    /*.footer {
    text-align: center;
    padding: 1em 0;
}*/
    .login-bottom p {
        font-size: .8em;
    }
}
.fa-user-footer {
    float: left;
    padding-left: 5px;
    padding-top: 4px;
    padding-right: 5px;
    color: #d67f17
}
.fa-users-footer {
    float: left;
    padding-top: 4px;
    padding-right: 5px;
    color: #d67f17
}
.vertical-linefooter {
    float: left;
    color: #999;
}
.visitorCount {
    padding-top:5px;
    float:right;
}

.faq li {
    padding: 10px 20px;
}
    .faq li.q:hover {
        color: #DEB233;
    }

    .faq li.q {
        /*background: #3480cb;*/
        background: #104384;
        /*font-weight: bold;*/
        font-size: 14px;
        border-bottom: 1px #fff solid;
        cursor: pointer;
        color: #fff;
    }
    .faq li.q img{
        margin-right:8px;
    }

    .faq li.a {
        /*background: #DEB233;*/
        background:#fff;
        display: none;
        color: #000;
        padding: 10px 50px;
        text-align: justify;
        line-height:24px; 
        font-size:14px;
    }
.urdu-css {
    text-align:right !important;
    list-style:none !important;
}
.icon-font-size {
    font-size: 7px !important;
    padding-left: 10px;
}
.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    -o-transition: 400ms ease all;
    transition: 400ms ease all;
}
.application-form-mudra {
    padding-bottom:25px;
}
.application-active {
    color: #007bff !important;
}
.pager-d table > tbody > tr > td > span {
    position: relative;
    background: #2980b9;
    padding: 5px 10px;
    color: #fff;
    margin-right: 5px;
    border-radius: 2px;
}
.btn-info1 {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    margin: 10px;
    border: none !important;
}
.btn-info1 a {
    color:#fff !important;
}
    .btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width:100px;
}
.upload-news-textarea {
    min-width:135px !important;
}
.t_view > tbody > tr > td > a {
    color: #000;
    text-decoration: none
}
    .t_view > tbody > tr > td > a:hover {
        color: #507d05;
        text-decoration: none
    }
.quick-links li a {
    color:#fff;
    font-weight:bold;
}
/*.motivational-img {
    border:8px solid #fff;
    margin-bottom:20px;
}*/
.manadatory::after {
    color: Red;
    content: "*";
    font-size: 13px;
    font-weight: normal;
    margin: 1px 0 0 5px;
    position: absolute;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: inherit;
    /*color: #333;*/
    border: 0;
    /*border-bottom: 1px solid #ccc !important;*/
    background: #104384;
    color: #fff !important;
    padding: 5px 10px !important;
}

    legend :hover {
        color: #DEB233;
    }

.useful_links{
    display: block;
    padding: 18px 20px;
    /*border-bottom: 1px solid #ccc;*/
    margin:0px !important;
}

    .useful_links:hover {
        background: #C8E6C9;
        text-decoration: none;
    }

#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 72px;
}

    #back-top a:hover span {
        background-position: 0 -66px;
    }

#back-top span {
    background: url("../images/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position-x: 0px;
    background-position-y: 0px;
    border-radius: 0;
    display: block;
    height: 57px;
    margin-bottom: 0px;
    transition: all 300ms ease 0s;
    width: 72px;
}

.demo3 {
    min-height: 284px;
}

.serviceBox {
    text-align: center;
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    min-height:412PX;
}

.serviceBox:hover {
    transform: translateY(-20px);
}

.serviceBox:before {
    content: "";
    display: block;
    border-top: 30px solid #efefef;
    border-left: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    bottom: -57px;
    right: 0;
}

.serviceBox:after {
    content: "";
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    bottom: -35%;
    right: 0;
    opacity: 0;
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1, 0.2);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover:after {
    opacity: 0.2;
}

.serviceBox .service-icon {
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(90deg, rgba(230, 156, 170, 1) 20.182283912535816%, rgba(230, 155, 169, 1) 20.182283912535816%, rgba(240, 48, 137, 1) 80.18228771047744%);
}

.serviceBox .service-content {
    padding: 20px 15px;
    color: #f03089;
}

    .serviceBox .title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 12px 0;
        text-align: left;
        padding-left: 15px;
    }

.serviceBox .description {
    /*font-size: 12px;*/
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
    text-align:left;
    padding-left:15px;
    color:#000;
    list-style:disc;
}
    .serviceBox .description a {
        color:#000;
    }

        .serviceBox .description a:hover {
            color: #2980b9;
        }

        .serviceBox .description1 {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 27px;
        margin: 0;
        text-align: center;
    }
    .serviceBox.yellow .service-icon {
        background: #2980b9;
    }

    .serviceBox.lighblue .service-icon {
        background: #2980b9;
    }
    .serviceBox.blue .service-icon {
        background: #2980b9;
    }

    .serviceBox.green .service-icon {
        background: #2980b9;
    }

.serviceBox.yellow .service-content {
    color: #000;
}

.serviceBox.blue .service-content {
    color: #6464ed;
}

.serviceBox.green .service-content {
    color: #02a30c;
}

.demo {
    background: #e2e2e1;
    margin: 20px 0px;
    padding: 15px 0px;
    border-top: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
}

.our-team {
    text-align: center;
    position: relative;
}

    .our-team .pic {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: 3px solid #3498db;
        margin: 0 auto;
        overflow: hidden;
    }

    .our-team img {
        width: 100%;
        height: auto;
    }

    .our-team .social {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
        left: 20px;
        transition: all 0.3s ease-out 0s;
    }

        .our-team .social li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background: #f28a31;
            font-size: 14px;
            color: #fff;
            text-align: center;
            margin-bottom: 5px;
            transform: scale(0);
            transition: all 0.2s ease 0s;
        }

    .our-team:hover .social li a {
        transform: scale(1);
    }

        .our-team:hover .social li a:hover {
            background: #7a4b94;
        }

    .our-team .team-content {
        padding: 15px 15px 10px;
        background: #eee;
        border-radius: 40px 10px;
        margin-top: -20px;
        color: #000;
        border: 3px solid #3498db;
    }

    .our-team .title {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color:#000;
    }

    .our-team .post {
        display: block;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .our-team .description {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin-bottom: 0;
    }

/*@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}*/

/*@media only screen and (max-width: 359px) {
    .our-team .pic {
        width: 150px;
        height: 150px;
    }

    .our-team .social {
        top: 20px;
    }
}*/

.breaking-news-ticker {
    display: block;
    width: 100%;
    border: solid 1px #2980b9;
    background: #f8ee71;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px;
}

    .breaking-news-ticker * {
        box-sizing: border-box;
    }

    .breaking-news-ticker.bn-fixed-top {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    .breaking-news-ticker.bn-fixed-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }





/*********************************/
/*title styles start**************/
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #2980b9;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
    height: 100%;
    width: 150px;
    background: url(../images/ticker-caption-bg.png);
    background-repeat: round;
}
/*title styles end****************/



/*********************************/
/*news item style start **********/
.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
}

    .bn-news ul {
        display: block;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        background: #f8ee71;
    }

        .bn-news ul li {
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            text-decoration: none;
            -webkit-transition: color .2s linear;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            transition: color .2s linear;
            position: absolute;
            width: 100%;
            display: none;
            color: #333;
        }

.news-more {
    /*color: yellow !important;*/
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 10px;
    color: #337ab7;
    position: relative;
    /*display: block;*/
    overflow: hidden;
}

    .bn-news ul li a:hover {
        color: #069;
    }

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

    .bn-seperator.bn-news-dot {
        margin-right: 0;
    }

        .bn-seperator.bn-news-dot:after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #333;
            border-radius: 50%;
            top: 50%;
            margin-top: -4px;
            left: 50%;
            margin-left: -4px;
        }

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #dc2f2f;
    font-weight: bold;
}
/*news item style end ************/



/*********************************/
/*controls style start ***********/
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bn-controls div {
        width: 30px;
        float: left;
        height: 100%;
        cursor: pointer;
        border: none;
        border-left: solid 1px #EEE;
        text-align: center;
        background-color: #f6f6f6;
        outline: none;
    }

        .bn-controls div:hover {
            background-color: #EEE;
        }

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

    .bn-arrow::after {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: '';
        display: inline-block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        width: 8px;
    }

    .bn-arrow.bn-next {
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        left: -3px;
    }

    .bn-arrow.bn-prev {
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 3px;
    }

    .bn-arrow::after {
        border-color: #999999;
    }

    .bn-arrow::before {
        background-color: #999999;
    }

.bn-play {
    position: relative;
    background: #999999;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

    .bn-play::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #999999;
        border-width: 8px;
        margin-top: -8px;
    }

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}

    .bn-pause::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        left: 3px;
        background-color: #999999;
    }

    .bn-pause::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        left: -3px;
        background-color: #999999;
    }
/*controls style end *************/
/*********************************/
.bn-direction-rtl {
    direction: rtl;
}

    .bn-direction-rtl .bn-label {
        left: auto;
        right: 0;
    }

    .bn-direction-rtl .bn-controls {
        right: auto;
        left: 0;
    }

    .bn-direction-rtl .bn-seperator {
        margin-left: 15px;
        margin-right: 0;
        float: right;
    }

    .bn-direction-rtl .bn-prefix {
        margin-left: 15px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 10px;
    }

    .bn-direction-rtl .bn-controls div {
        border-left: none;
        border-right: solid 1px #EEE;
    }

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

    .bn-effect-scroll .bn-news ul li {
        display: list-item;
        float: left;
        position: relative;
        width: auto;
    }

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

.demo-section-box {
    width: 100%;
    border-top: solid 1px #dfd3d3;
}

.section-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 10px;
}

.demo-box {
    margin: 20px 0;
}

.demo-align-right {
    text-align: right;
}

.demo-button {
    display: inline-block;
    padding: 7px 20px;
    background: #FFF;
    border: solid 1px #2eb872;
    border-radius: 3px;
    color: #2eb872;
    text-decoration: none;
}

    .demo-button:hover {
        color: #FFF;
        background: #2eb872;
    }
.keyperson6 {
    position: relative;
    /*top: 35px;
    z-index: 99;*/
    /*padding-top: 192px;*/
}
    .keyperson6 ul li {
        margin-bottom: 12px;
        padding: 5px 5px;
        display: block;
        overflow: hidden;
        background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);
        border-radius: 4px;
    }
    .keyperson6 img {
        float: left;
        padding: 2px;
        background: #fff;
        width: auto;
        height: 72px; /*Changes By Ashish on 18-09-2018 for Key Person*/
    }
    .keyperson6 ul li p {
        padding: 4px 6px;
        color: #000;
    }

    .keyperson6 ul li p {
        margin: 0px 0px 0px 70px;
        font-weight: bold;
        position: relative;
        padding-left:6px;    /*Changes By Ashish on 18-09-2018 for Key Person*/
    }
    .keyperson6 small {
        clear: both;
        padding-left:4px;
        color: #000;
        font-size: 95%;
    }

.keyperson7 {
    position: relative;
    /*top: 35px;
    z-index: 99;*/
    padding-top: 192px;
}

    .keyperson7 ul li {
        /*margin-bottom: 12px;*/
        padding: 5px 10px;
        display: block;
        overflow: hidden;
        /*background: -webkit-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -moz-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -ms-linear-gradient(top, #f5f8f6, #b7b5b5);
        background: -o-linear-gradient(top, #f5f8f6, #b7b5b5);*/
        border-radius: 4px;
             
    }

    .keyperson7 img {
        float: left;
        padding: 2px;
        background: #fff;
        width: 74px;
        height: 74px;
        border: 1px solid #ccc;
    }

    .keyperson7 ul li p {
        padding: 4px 6px;
        color: #000;
    }

    .keyperson7 ul li p {
        margin: 0px 0px 0px 70px;
        font-weight: bold;
        position: relative;
        padding-left: 7px;
    }

    .keyperson7 small {
         clear: both;
         padding-left: 0px;
         color: #000;
         font-size: 95%;
         font-weight: normal;
    }

.margin {
    margin-top: 0px !important;
    padding-top: 0px !important;
    float:right;
}
.Urdu-welcome{
    margin:35px auto;background: #f9f9f9;padding:20px 30px 0px 30px; border-radius: 15px;border-bottom: 3px solid #2980b9;border-top: 1px solid #2980b9;
}
/*********************************/
/*********************************/

.carousel_top{
    margin-top:190px;
}

.keyperson6 ul{
    margin-left:-15px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width:0px !important;
}


.abt_lst ul {
    margin-left: 18px !important;
    list-style-type: disc !important;
}

    .abt_lst ul li span {
        margin-left: 0 !important;
        list-style-type: none !important;
    }