
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../bootstrap_fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../bootstrap_fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    height: 100vh;
    font-size: var(--medium-font) !important;
    line-height: var(--line-height) !important;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none;
    }

header {
    background: #ffffff;
    padding: 10px
}

.maincontent, .login-maincontent {
    background: var(--body-bgcolor);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--top-bar);
    box-shadow: 0px 0px 10px #cfc9c9;
}

    .sticky .navbar-nav li {
        padding: 4px 3px;
    }

.top-bar {
    background: var(--top-bar);
    position: relative;
    padding: 0;
}

    .top-bar ul {
        padding: 0;
        margin: 0
    }

        .top-bar ul li {
            list-style: none;
            float: left;
            display: flex;
            color: #fff;
            vertical-align: middle;
            font-weight: 500;
        }

    .top-bar .right-panel li {
        border-right: 1px solid #ffffff
    }

        .top-bar .right-panel li:last-child {
            border-right: none;
        }

    .top-bar ul li a {
        color: #fff;
        padding: 0px;
        font-weight: 500;
        border: 0px;
        text-decoration: none;
        font-size: 16px;
    }

    .top-bar .right-panel li a {
        padding: 7px 13px
    }

    .top-bar .right-panel li .dropdown-menu {
        min-width: auto;
        background: #ffffff;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
    }

        .top-bar .right-panel li .dropdown-menu.font-menu {
            background: #ffffff;
            box-shadow: 0px 0px 24px #0c60951f;
            -webkit-box-shadow: 0px 0px 24px #0c60951f;
            -moz-box-shadow: 0px 0px 24px #0c60951f;
            z-index: 99;
        }

    .top-bar .right-panel li.cog-dropdown > .dropdown-menu a.dropdown-item {
        padding: 6px 12px;
        border-bottom: 1px solid #ddd;
        text-align: center
    }

    .top-bar .right-panel li .dropdown-menu a.bg-default {
        color: #ffffff !important;
        background: #002458;
    }

    .top-bar .right-panel li .dropdown-menu a.bg-dark {
        background-color: #343a40 !important;
        color: yellow !important;
    }

.top-header ul {
    padding: 0;
    margin: 0
}

    .top-header ul li {
        display: inline-block;
        list-style: none;
        border-right: 2px solid #e5e5e5;
    }

        .top-header ul li:last-child {
            border-right: none;
        }

.top-header .right-logo {
    text-align: right
}

.top-header ul li {
    padding: 0 5px;
}

#NewUser {
    color: #000;
    z-index: 1041
}

.top-bar ul li.cog-dropdown .dropdown-menu a {
    color: #000000
}

.social-icon span {
    padding: 7px 0px !important;
}

.social-icon a {
    padding: 4px 3px !important;
}

.social-icon i {
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.twittericon {
    color: #009FEB;
}

.facebookicon {
    color: #013a65;
}

.instaicon {
    color: #DB4E6A;
}

.youtube {
    color: #FF0000;
}

.humburger-ico {
    display: none
}

.closemenu {
    display: none
}

.menu-bar {
    background: var(--top-bar);
}

    .menu-bar .navbar-light .navbar-nav .nav-link {
        color: var(--text-white);
        padding: 0;
        font-size: 14px;
    }

    .menu-bar .dropdown-menu {
        background: var(--bg-menu);
        border-radius: 0px;
        border: 0px;
        margin: 0px;
        padding: 0px;
        z-index: 9;
        min-width: 15rem !important;
    }

    .menu-bar .dropdown-item:hover, .dropdown-item:focus {
        background: var(--menu-hover);
        color: var(--text-white) !important;
    }

    .menu-bar .dropdown-item {
        padding: 10px 15px !important;
        border-top: 1px solid #ffffff6b;
        white-space: inherit;
        color: var(--white);
        display: block;
    }

.fa-wheelchair {
    font-size: 16px
}

.login-btn {
    display: flex;
    margin-bottom: 0px;
}

    .login-btn li.btnn {
        list-style: none;
        padding: 10px 4px;
    }

        .login-btn li.btnn a {
            padding: 10px 15px;
            background: #30a64d;
            text-decoration: none;
            color: #fff;
            font-size: 14px !important;
        }

    .login-btn li.newuser.btnn a {
        background-color: #e5a14e
    }

    .login-btn li.helpdesk.btnn a {
        background-color: #065eed
    }

    .login-btn .dropdown-menu {
        top: 26px
    }

        .login-btn .dropdown-menu .dropdown-item {
            color: #000;
            border-top: 1px solid #a394946b;
            background: #fff !important;
        }

    .login-btn .dropdown-item:hover, .dropdown-item:focus {
        background: var(--menu-hover) !important;
        color: var(--text-white) !important;
    }

.right-panel .dropdown-toggle::after {
    display: none
}

.right-panel li img {
    width: 15px
}

.mobile-social {
    display: none !important
}

.mobile-skip {
    display: none !important
}

    .mobile-skip i {
        transform: rotate(90deg);
    }

.dropdown-toggle::after {
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    margin-left: 0;
    vertical-align: baseline;
    padding: 0 2px;
}

select.language {
    height: auto;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 1px 5px;
    cursor: pointer;
    font-size: 14px;
}

    select.language:focus-visible {
        outline: none
    }
/*-----------------------------
    News Ticker start Here
    ------------------------------*/
.news_feed {
    height: 42px;
    position: relative;
    background-color: var(--bg-white);
    margin-top: -1px
}

.newslider {
    line-height: 17px !important;
    box-shadow: 0px 3px 3px #00000012;
}

.newsfeed_label {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    color: var(--newsLabelTextColor);
    background-color: var(--newsLabelBackColor);
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.bg-gradiant {
    background: linear-gradient(90deg,#1c4a95 28%,#ffffff 2%);
}

.newsfeed_label::after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 24px solid var(--newsLabelBackColor);
    position: absolute;
    content: '';
    display: block;
    right: -24px;
    top: 0;
    z-index: 2;
}

.bn-news ul li a.gif-icon, .bn-news ul li span.gif-icon {
    padding-left: 40px !important;
}

.bn-news ul li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    position: relative;
    display: block;
    overflow: hidden;
}

.bn-news ul li a {
    padding: 0 !important;
    color: var(--text-black) !important;
}

.bn-effect-scroll .bn-news ul li {
    display: flex !important
}

.bn-news ul li a, .bn-news ul li span {
    text-decoration: none;
    color: #fff;
    padding: 0 10px !important;
}

.bn-news ul li:first-child a, .bn-news ul li:first-child span {
    border-left: none;
}

.bn-news ul li a:hover {
    color: #007bff;
}

.newsicons {
    display: inline-block;
    text-align: center;
}

.dateNews {
    background-color: var(--ViewBtnbg);
    color: var(--text-white);
    font-size: 12px;
    padding: 2px 10px
}

.monthNews {
    background-color: var(--bg-black);
    color: var(--text-white);
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid var(--bordercolor);
}

.newsLine {
    color: black !important;
    line-height: 43px;
}

    .newsLine img {
        margin-right: 5px
    }
/*-----------------------------
    News Ticker End Here
    ------------------------------*/
p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-black)
}

.banner-sec {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 30%;
    left: 10%;
}

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px;
        font-weight: 600;
    }

    .banner-content p {
        font-size: 24px;
        line-height: 26px;
        color: #000
    }

        .banner-content p b.break {
            font-weight: normal;
        }

.p-50 {
    padding: 50px 0
}

.p-20 {
    padding: 20px 0
}

.heading_h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: var(--text-black)
}

    .heading_h2.nmee {
        color: var(--text-white);
        margin-bottom: 60px;
    }

.sub-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.about_content h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 2px solid #33a54e;
    padding: 0 0 5px;
    display: inline-block;
    margin-bottom: 0px;
    color: var(--text-black);
}

.about_content span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: var(--h2Color);
}

.about_content p {
    margin-bottom: 30px;
    color: var(--h2Color);
}

.about_content {
    padding: 40px 30px
}

.read-more {
    color: #33a54e;
    border: 1px solid #33a54e;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 25px;
    padding: 7px 20px;
    text-decoration: none
}

    .read-more:hover {
        background-position: 100%;
        color: #fff;
        background-color: #33a54e;
    }

#svg_map {
    width: 819px;
}

.greenBottomBorder {
    border-image: linear-gradient(to right, transparent 20%, #7fc370 20%, #7fc370 40%, #7fc370 40%, #7fc370 60%, #7fc370 60%, #7fc370 80%, transparent 80%);
    border-image-slice: 1;
    border-bottom: 2px solid #33a54e;
    padding-bottom: 5px;
}

#registered-dc {
    background: url(../images/registred_dc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0px;
}

    #registered-dc::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(28, 74, 149, 82%);
        transition: all 0.3s;
        border-radius: 10px;
    }

    #registered-dc:after {
        content: '';
        background: #fff;
    }

    #registered-dc svg path {
        fill: #fff;
        stroke: #333;
        stroke-width: 0.5;
    }

    #registered-dc svg .enabled:hover {
        /*fill: #34A45D !important;*/
        fill: #30a64d !important;
        transition: 0.3s;
        cursor: pointer;
    }

    #registered-dc text {
        display: none;
    }

span.total {
    display: block;
    font-size: 15px;
    background: transparent;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    width: 115px;
    margin: 10px auto 0px auto;
    border: 1px dashed #fff;
}

ul.registered-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.totalCount {
    border-radius: 55px;
    border: 0px;
    padding: 7px 20px !important;
    color: var(--text-white);
    border: 2px dashed var(--text-white);
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
}

ul.registered-list li {
    width: 160px;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    margin: 8px 9px;
    background: var(--bg-white);
}

    ul.registered-list li .prodbox {
        padding: 10px;
        position: relative;
        z-index: 1;
        transition: all .3s ease-in;
        height: 90px
    }

.prodbox::after {
    content: '';
    /*background: #30a64d9c;*/
    background: #30a64d;
    border-radius: 7px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: polygon( 0 0, 0 0, -50px 100%, 0 100% );
    transition: all .3s ease-in;
}

.prodbox:hover::after {
    clip-path: polygon( 0 0, calc( 100% + 50px ) 0, 100% 100%, 0 100% )
}

.prodbox:hover div {
    color: var(--text-white);
}

.prodbox:hover span {
    color: var(--text-white);
}

.prodbox div {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}


.statemap {
    font-size: 14px;
    margin-top: 10px;
}

ul.registered-list li span {
    font-size: 30px;
    line-height: 34px;
    display: block;
    /* margin: 10px 0px;*/
    color: var(--text-blue);
    font-weight: normal;
}

.totalStates {
    padding-bottom: 50px;
    text-align: center;
}

.totalCount:hover {
    color: white !important;
}

.registered-list li div {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-black);
}

#sector {
    background: var(--sectorBackColor);
    padding: 30px 0;
}

    #sector .owl-dots {
        display: none
    }

#gallery .sector-title, .tradding-bg .sector-title {
    color: #1C4A95;
}

.chart-title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1C4A95;
}

.sector-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--text-blue)
}

.borderBottom {
    border-image: linear-gradient(to right, transparent 34%, white 20%, white 40%, white 40%, white 60%, white 60%, white 69%, transparent 55%);
    border-image-slice: 1;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
}

.sector-title.text-black {
    color: #000000 !important
}

#photo_gallery img.icon-img {
    height: auto !important
}

#photo_gallery.owl-carousel .owl-nav button.owl-prev {
    left: 25px;
    top: 40%;
}

.text-white {
    color: var(--text-white) !important;
}
/*.content-area {
    text-align: center;
}*/
.power-plant .content {
    padding: 6px
}

.content-area span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background: var(--bg-white);
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

    .content-area span img {
        width: 40px !important;
        height: 40px;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

.sector_list .power-plant:hover .content-area span img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: rotate(3600deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.content-area .sector_name {
    font-size: 16px;
    line-height: 21px;
    color: var(--text-white);
    margin-bottom: 20px;
    margin-top: 12px;
}

.content-area .sector_link, .trade.viewAll {
    background: var(--bg-white);
    color: var(--ViewBtn);
    border-radius: 18px;
    padding: 8px 24px;
    border: 1px solid var(--ViewBtnbg);
    background-image: -webkit-linear-gradient(30deg, var(--bg-white) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--bg-white) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

    .content-area .sector_link:hover, .trade.viewAll:hover {
        background-position: 100%;
        color: var(--ViewBtnText);
        background-color: var(--ViewBtnbg);
    }

.content-area .icon-red {
    color: var(--ViewBtn);
}

.content-area .sector_link:hover .icon-red {
    color: var(--ViewBtnText);
}

.sector_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
}

.sector_list .power-plant {
    height: 110px;
    border-radius: 10px;
    background: #0000008a;
    background-size: cover;
    margin-bottom: 10px
}

    .sector_list .power-plant:hover {
        box-shadow: 0 0 10px #ccc;
    }

.sector_list .one1 {
    background-image: url('/Content/themes/images/consumer/thermal.PNG');
}

.sector_list .one2 {
    background-image: url('/Content/themes/images/consumer/cement.PNG');
}

.sector_list .one3 {
    background-image: url('/Content/themes/images/consumer/ch.PNG');
}

.sector_list .one4 {
    background-image: url('/Content/themes/images/consumer/petroleumbg.PNG');
}

.sector_list .one5 {
    background-image: url('/Content/themes/images/consumer/fertilizersbg.PNG');
}

.sector_list .one6 {
    background-image: url('/Content/themes/images/consumer/ironbg.PNG');
}

.sector_list .one7 {
    background-image: url('/Content/themes/images/consumer/textilebg.PNG');
}

.sector_list .one8 {
    background-image: url('/Content/themes/images/consumer/aluminiumbg.PNG');
}

.sector_list .one9 {
    background-image: url('/Content/themes/images/consumer/railwaysbg.PNG');
}

.sector_list .one10 {
    background-image: url('/Content/themes/images/consumer/discombg.PNG');
}

.sector_list .one11 {
    background-image: url('/Content/themes/images/consumer/paperbg.PNG');
}

.sector_list .one12 {
    background-image: url('/Content/themes/images/consumer/buildingsbg.PNG');
}

.sector_list .one13 {
    background-image: url('/Content/themes/images/consumer/petrochemicalbg.PNG');
}



.sector_list ul li .content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    transition: all 0.3s;
}

.sector_list ul li:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

    .sector_list ul li:hover:after {
        background-color: rgba(22, 22, 22, 0.3);
    }
/*#tradding_analytics {
    background: var(--traddingAnalitics);
}*/

.tradding-bg {
    background: url("/Content/themes/images/trading-bg.jpg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom;
    background-color: #b9dbe7;
    padding: 30px 0
}

.trading_card .nav-link.active {
    background: #3d4070;
    color: #fff;
}

.block-title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--h2Color) !important;
    margin-bottom: 30px;
}

    .block-title.text-black {
        color: #000000 !important
    }

.bg-image.nmee {
    padding-top: 40px
}

.bg-image {
    background-image: url('/Content/themes/images/consumer/BG2.PNG');
    padding-top: 80px
}

.nmee .pat-desc {
    min-height: 245px;
}

.pat-desc {
    background-color: var(--bg-white);
    color: var(--text-black);
    border-radius: 10px;
    position: relative;
    padding: 60px 20px 20px;
    margin-bottom: 80px;
    min-height: 450px;
}

.paddingIcon {
    padding: 15px;
    display: block;
    position: absolute;
    background: white;
    top: -46px;
    border-radius: 70px;
}

.img-fluid {
    width: 100%
}

.pat-content {
    margin-top: 10px
}

.photo-gallery img {
    height: 185px;
    cursor: pointer
}

.photo-gallery {
    box-shadow: 0px 0px 5px #0c60951f;
    -webkit-box-shadow: 0px 0px 5px #0c60951f;
    -moz-box-shadow: 0px 0px 5px #0c60951f;
    padding: 15px;
    margin-bottom: 30px;
    /*height: 270px;*/
    height: 260px;
    background: var(--bg-white);
}

    .photo-gallery:hover {
        box-shadow: 0px 0px 24px #0c60951f;
        -webkit-box-shadow: 0px 0px 24px #0c60951f;
        -moz-box-shadow: 0px 0px 24px #0c60951f;
    }

    .photo-gallery a {
        color: var(--text-black)
    }

    .photo-gallery p {
        font-size: 16px;
        line-height: 21px;
        padding: 10px 0;
        margin-bottom: 0;
        font-family: 'Roboto-Medium';
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        background: var(--bg-white);
        max-height: 50px;
        cursor: pointer;
    }

#visitors-count {
    color: var(--text-white);
    display: inline-block;
    float: right;
}

footer iframe {
    width: 100%
}

footer {
    background: var(--footer);
    padding: 30px 0px 0px 0px;
}

    footer ul li {
        list-style: none;
        color: var(--text-white);
        font-size: 15px !important;
        line-height: 26px
    }

    footer ul.footer-menu li {
        list-style: none;
        padding: 8px 0;
        display: flex
    }

        footer ul.footer-menu li:hover {
            transition: all .3s ease;
            margin-left: 3px
        }

        footer ul.footer-menu li:before {
            content: "\f105";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            display: inline-block;
            margin-left: 0em;
            margin-right: 5px;
            color: var(--text-orange)
        }

    footer a {
        color: var(--text-white);
        font-size: 15px !important;
        line-height: 26px
    }

        footer a:hover {
            color: var(--text-white);
        }

    footer h3 {
        color: var(--text-orange);
        font-weight: bold;
        font-size: 18px;
        line-height: 22px
    }

    footer span {
        color: var(--text-orange);
        display: block;
    }

    footer .twiter_handler {
        height: 300px;
        overflow-y: scroll;
    }

.copyright {
    background: var(--copyright);
    padding: 10px;
    color: var(--text-white);
    margin-top: 10px;
    font-size: 14px !important;
}

.card {
    box-shadow: 0px 0px 10px #c6c3c3;
}

.trading_card {
    padding: 15px;
    border: 0px;
    border-radius: 10px;
}

    .trading_card .tab-content {
        border: 1px solid #3d4070;
        padding: 10px;
    }

.dotedBorder {
    border-right: 2px solid #e1dbdb;
    border-right-style: dashed;
}

.tablechart th {
    background-color: var(--thead-bg);
    color: var(--white);
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #cbcbcb;
    text-align: left
}

.trade-bg .tablechart th {
    /* background-color: #0B5A81;
    color: #fff;*/
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #cbcbcb;
    text-align: left
}

.tablechart td.blackColor {
    color: var(--text-black);
}

table.dataTable tbody td {
    color: var(--tabletext);
}

.tablechart tr:nth-of-type(odd) {
    background-color: var(--td-odd) !important;
}

.tablechart tr:nth-of-type(even) {
    background-color: var(--td-even) !important;
}

.tablechart td {
    color: var(--td-text);
    font-size: 12px;
    border: 1px solid #cbcbcb;
    font-weight: 600;
    text-align: left;
}

#media-gallery {
    background: #1C4A95F7;
    padding: 20px 0px;
}



    #media-gallery .nav-tabs {
        border: 0px;
    }

    #media-gallery .nav-link {
        border-radius: 55px;
        border: 0px;
        padding: 7px 20px !important;
        color: #fff;
        border: 2px dashed #fff;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        #media-gallery .nav-link.active, #media-gallery .nav-link:hover {
            background: #f1fbff;
            color: #043d7c;
        }

/*  #media-gallery .tab-content {
        margin-top: 10px;
        padding: 0px 10px;
    }*/


.photo-gallery.video {
    height: 260px;
}

.gallery_item_title {
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: var(--text-black);
    background-color: var(--bg-white) !important;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#media-gallery span {
    position: relative;
}

#track_ticket {
    background: #f1fbff url(/Content/themes/images/consumer/track_ticket_bg.PNG);
    padding: 40px 0px;
}


    #track_ticket input {
        height: 40px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding-left: 20px;
    }

    #track_ticket .btn_submit {
        margin-left: 0px !important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

#other-gov {
    background: #fff;
    padding: 30px 20px;
}

.banner.owl-carousel .owl-nav button {
    width: 50px
}

.owl-carousel .owl-nav button {
    z-index: 3;
    position: absolute;
    top: 40%;
    border: 0 !important;
    border-radius: 0 !important;
}

.sector-carousel .owl-carousel .owl-nav, #photo_gallery .owl-carousel .owl-nav, #video_gallery .owl-carousel .owl-nav, #other_gov_links .owl-carousel .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#media-gallery span.icon-bg {
    position: inherit
}

#media-gallery .owl-carousel .owl-nav button .icon-bg {
    background: #ffffff
}

#media-gallery .owl-carousel .owl-nav button i {
    color: #000000
}

.owl-carousel .owl-nav button .icon-bg {
    z-index: 99;
    text-align: center;
    position: absolute;
    background: #234f98;
    transform: translate(-50%,-50%);
    padding: 3px 8px;
    border-radius: 4px;
    transform: rotate(45deg);
}

.owl-carousel .owl-nav button i {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    transform: rotate(-45deg);
}

.owl-carousel .owl-nav button.owl-next {
    right: 25px;
}


.owl-dots {
    text-align: center;
}

    .owl-dots .active {
        opacity: 1 !important;
    }

.sector-carousel.owl-carousel .owl-nav.disabled, #photo_gallery.owl-carousel .owl-nav.disabled {
    display: block !important
}

.owl-carousel button.owl-dot {
    border: 6px solid !important;
    margin: 0 8px;
    border-radius: 30px;
    color: var(--white) !important;
    opacity: 0.5;
}

.sector-carousel .owl-carousel .owl-nav.disabled, #photo_gallery .owl-carousel .owl-nav.disabled, #video_gallery .owl-carousel .owl-nav.disabled, #other_gov_links .owl-carousel .owl-nav.disabled {
    display: block !important
}

#other_gov_links.owl-carousel .owl-nav button i {
    color: #ffffff;
    background: #234f98;
}

#registered-dc .owl-carousel .owl-nav.disabled {
    display: none !important
}

#registered-dc .owl-carousel .owl-dot.disabled {
    display: block !important
}


.vedio-icon {
    position: absolute !important;
    top: 50%;
    left: 50%;
    font-size: 32px;
    line-height: 30px;
    transform: translate(-50%, -50%);
    color: #ffffffd4;
    z-index: 2;
    padding: 0px 2px;
    border-radius: 4px;
    cursor: pointer;
}

.ticketSubmit {
    background-color: #1A6FB4;
    color: var(--white);
}

#track_ticket .btn_submit {
    margin-left: 0px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ticketSubmit:hover {
    color: var(--white);
}

#piechart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-update ul li {
    list-style: none;
    padding: 5px 0;
    display: flex;
}

.latest-update .date {
    color: var(--text-black);
}

    .latest-update .date i {
        padding-right: 5px
    }

.latest-update ul li a {
    color: var(--text-black);
    font-weight: 500
}

.latest-update ul li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 5px;
    color: var(--text-black);
}

.latest-title {
    background: var(--bg-title);
    padding: 8px 0;
}

    .latest-title h1 {
        color: var(--text-white);
        margin-bottom: 0;
        font-size: 22px;
        line-height: 28px;
    }

.description {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: #34a45d;
    padding: 10px 15px;
    z-index: 5;
    height: 30px;
    line-height: 8px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

    .description.active {
        display: block;
    }

    .description:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #34a45d;
    }

video {
    width: 100%;
}

iframe {
    width: 100%;
    height: 262px;
}

    .video .modal-dialog, iframe .modal-dialog {
        max-width: 655px;
        margin: 1.75rem auto;
    }

#photo_gallery .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#photo_gallery img {
    height: 280px;
    object-fit: cover;
    transition: all .3s ease;
    cursor: pointer
}

/* #photo_gallery .item {
        height: 235px
    }*/
/*#photo_gallery.video .item {
    height: 200px;
    margin: 0 5px;
    border-radius:10px
}*/

ul.registered-list, .ul.registered-list li {
    list-style-type: none;
    list-style: none
}

.initialPopup {
    padding: 0px !important;
}

.relative {
    position: relative;
}

.initiallyclose {
    position: absolute;
    top: -11px;
    right: -10px;
    color: white !important;
    opacity: 1 !important;
    font-size: 14px !important;
    background: #33a54e !important;
    padding: 10px 11px !important;
    border-radius: 30px !important;
}

.sitemap ul li ul li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 5px;
    color: var(--text-black)
}

.sitemap ul li::marker {
    color: transparent;
    background: transparent
}

.sitemap ul li ul li a {
    font-weight: 500;
    color: var(--text-black)
}

.sitemap ul li span, .sitemap ul li a {
    font-weight: 600;
    color: var(--text-black)
}

    .sitemap ul li a:hover {
        font-weight: 500;
        color: var(--text-black)
    }

.sitemap li {
    padding: 5px;
}

    .sitemap li ul {
        margin-left: 10px;
    }

.menu-bar .navbar-light .navbar-nav li {
    /*padding: 9px 10px*/
    padding: 9px 8px;
}

    .menu-bar .navbar-light .navbar-nav li:first-child {
        padding-left: 0
    }

.mfp-figure figure {
    background: var(--bg-white) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

img.mfp-img {
    padding: 30px !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    background: #000;
    right: 5px !important;
    text-align: right;
    padding-right: 10px !important;
    width: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    width: 30px !important;
    height: 30px;
    justify-content: center;
    cursor: pointer !important;
}

.mfp-counter {
    top: 10px !important;
    right: 10px !important;
    color: #000 !important;
}

#other-gov .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.resetLogin {
    background-color: var(--modal-bg);
    /*margin-top: 20%;*/
}

.loginWeb .close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 99;
    font-size: 15px !important;
}

.loginWeb .close {
    text-align: right;
}

    .loginWeb .close span {
        background: #1C4A95;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

.resetLogin .close span {
    background: #1C4A95;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.loginText {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--loginText);
}

.loginWeb .form-group {
    margin-bottom: 16px !important;
}

.labelSpan {
    font-size: 15px;
    color: var(--loginText);
}

.loginWeb .form-control {
    font-size: 15px;
}

.loginBtn {
    color: white;
    background-color: #1C4A95;
    font-size: 15px;
    margin-top: 20px;
    padding: 11px;
}

.btn {
    margin: 0 0px !important;
    padding: 6px 20px !important;
}

.loginBtn:hover {
    color: #fff;
}

.loginWeb .modal-dialog {
    max-width: 670px !important;
}

.fullWidth {
    width: 100%;
}

.alignItems {
    align-items: center;
}

.loginWeb .modal-body {
    padding: 2rem;
}

.ticket_title {
    font-size: 28px;
    font-weight: 600;
}

.ticket_form .ticket_title {
    color: #1968a8
}

.return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: var(--ViewBtnbg);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    z-index: 111;
    border-radius: 35px;
    display: none;
    animation: bounceeffect 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounceeffect {
    50% {
        transform: translateY(-15px);
    }
}

.return-to-top .fa {
    margin: 10px 12px;
    color: var(--text-white);
    font-size: 1.5em !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: auto !important;
    cursor: auto !important;
    cursor: auto !important;
}

.maincontent.inner-page {
    padding: 20px 0;
}

.dashboard-form {
    width: 100% !important;
    clear: both;
    border-radius: 10px;
    z-index: -1;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.dashboard-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    justify-content: space-between;
}

.doc-class li span {
    margin-right: 15px !important;
}

.doc-class li {
    display: inherit;
    padding-top: 20px !important;
    align-items: center;
}

.doc-links:nth-child(2) {
    border-right: 0px;
}

ul.links-rev {
    margin-top: 0;
}


.dashboard-cnt-area, .dashboard-cnt-area-1 {
    /*min-height: 400px;*/
    min-height: auto;
    clear: both;
    box-sizing: border-box;
    display: none;
    padding-bottom: 45px;
}

ul.doc-links {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

    ul.doc-links li {
        list-style: none;
        padding: 10px 0;
        display: flex
    }

span.icon-document-h {
    background-image: url(/images/document-icon.png);
}

ul.doc-links li span {
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(/images/Sprite-image.png);
    background-repeat: no-repeat;
    background-position: -1px -187px;
    margin-right: 10px;
}

ul.doc-links li a, ul.doc-links li a:visited {
    color: var(--text-black);
    font-weight: 500;
    text-decoration: none;
}


#other_gov_links.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.video .vedio-icon {
    top: 45%;
}

.file_size::before, .pdf-icon::before {
    content: "\f1c1"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #f00;
}

.image-icon::before {
    content: "\f03e"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #e46b00;
}

.excel-icon::before {
    content: "\f1c3"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #098409;
}

.word-icon::before {
    content: "\f1c2"; /* FontAwesome Unicode */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #1570d2;
}

.ppt-icon::before {
    content: "\f1c4"; /* FontAwesome Unicode */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #319f10;
}

.zip-icon::before {
    content: "\f1c6"; /* FontAwesome Unicode */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #2f2192;
}

.page_title_panel {
    background-image: url(../images/consumer/bee-bg.PNG);
    background-position: right;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
}

    .page_title_panel::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(48deg, #185F8B 0%, #34964D 47%, #91c94200 100%);
        transition: all 0.3s;
    }

    .page_title_panel h1 {
        font-size: 26px;
        line-height: 48px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .page_title_panel p {
        color: #fff;
    }

.informtion_list ul li {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
}

    .informtion_list ul li:nth-child(odd) {
        background-color: var(--lightgrey);
    }

.informtion_list .notification-view {
    width: calc(100% - 100px);
    display: inline-block;
}

.informtion_list ul li .tab-title {
    color: var(--list-title);
    font-weight: 900;
    letter-spacing: 1px;
}

.informtion_list ul li .date {
    padding: 5px 0px;
    color: var(--list-title);
}

.informtion_list .tab-view {
    background: var(--bg-white);
    color: var(--ViewBtn);
    float: right;
    border: 1px solid var(--ViewBtnbg);
    background-image: -webkit-linear-gradient(30deg, var(--bg-white) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--bg-white) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 25px;
    padding: 7px 20px;
    text-decoration: none
}

    .informtion_list .tab-view:hover {
        background-position: 100%;
        color: var(--ViewBtnText);
        background-color: var(--ViewBtnbg);
    }

.vscroll {
    height: 380px;
    overflow-y: auto;
}

ul li::marker {
    color: transparent;
    list-style-type: none
}

.reg-form.new-reg {
    background-image: none;
    box-shadow: none;
    background: var(--bg-white);
}

.reg-heading.heading-2 {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 0px solid #f0f0f0;
    margin-bottom: 5px;
}

.reg-form.new-reg span.search-icon {
    height: 37px;
}

#myModal .modal-header {
    padding: 10px 20px;
}

#myModal .modal-title {
    font-size: 18px;
    line-height: 24px;
}

/*.login-btn .nav-item.dropdown {
    box-shadow: 0 0 10px #ccc;
}*/

#gallery {
    background: url(/Content/themes/images/photo-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0px;
    background-size: cover;
}

/* #gallery #photo_gallery .item {
        padding: 0px;
        margin-bottom: 30px;
        height: 200px;
        margin:0 5px;
        border-radius:10px
       
    }*/


#login .close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -20px;
    cursor: pointer;
    z-index: 99;
    font-size: 15px !important;
}

    #login .close span {
        background: #1C4A95;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

#login .modal-dialog {
    max-width: 650px;
}

.login-cate {
    padding: 20px 15px 10px 0px;
}

    .login-cate ul li {
        border: 0.5px solid #70707073;
        border-radius: 4px;
        padding: 0px 0px;
        margin: 10px 0;
    }

        .login-cate ul li a {
            color: var(--text-black);
            display: block;
            background: var(--bg-white);
        }

            .login-cate ul li a span {
                padding: 10px;
                margin-right: 8px;
                width: 25%;
                display: inline-block;
                text-align: center;
                color: #fff;
            }

                .login-cate ul li a span.dc {
                    background: #E5A14E
                }

                .login-cate ul li a span.emaea {
                    background: #34A45D
                }

                .login-cate ul li a span.sda {
                    background: #1C4A95
                }

.media_card {
    background: var(--bg-white);
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 8px;
    padding: 10px;
    height: 390px;
}

    .media_card:hover {
        box-shadow: 0 0 10px #ccc;
    }

        .media_card:hover img {
            transform: scale(1.1);
            border-radius: 10px 10px 0 0
        }

.greenBorder {
    border-bottom: 2px solid var(--text-green);
}

.viewbtn {
    float: right;
    line-height: 30px;
    text-decoration: underline;
    color: var(--text-black);
    font-weight: 500;
}

    .viewbtn:hover {
        float: right;
        line-height: 30px;
        text-decoration: underline;
        color: var(--text-black);
        font-weight: 500;
    }

.sector-title-block {
    margin-bottom: 15px;
    color: var(--text-blue);
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.imgg path {
    fill: var(--text-black)
}

.imgg line {
    stroke: var(--text-black)
}

.trade-bg {
    background-color: #16468e !important;
    padding: 20px 0px;
}

.sector_cycle {
    background-color: #16468e !important
}

.sector_cycle, .pat_cycle {
    background: url(../images/bgnew-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0px;
}


.media_card a.viewbtn::before {
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#tradding_analytics .nav-tabs .nav-link {
    color: #000;
}

    #tradding_analytics .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #1c4a95;
        border-color: transparent
    }

.dt-buttons .fa-file-excel {
    font-size: 15px !important;
}

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
    outline: none !important
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
    padding: 0.3em 1em !important
}

.darkcard {
    background-color: var(--bg-white) !important;
}

div.dt-buttons > .dt-button:hover:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
    border: 1px solid var(--bordercolor) !important;
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
    color: var(--text-black) !important
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid var(--bordercolor) !important;
}

#tblDCDefaulter_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #tblDCDefaulter_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #tblDCDefaulter_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#tblESCertsIssuance_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #tblESCertsIssuance_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #tblESCertsIssuance_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#tblSectorWise_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #tblSectorWise_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #tblSectorWise_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#tblMonthlyTrade_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #tblMonthlyTrade_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #tblMonthlyTrade_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--text-black) !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--bordercolor) !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    border: 1px solid var(--bordercolor) !important;
    color: var(--text-black) !important;
    margin: 5px 0px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    color: var(--text-black) !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--text-black) !important;
}

[type="search"] {
    outline: none;
    outline-offset: 0px !important
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
    padding: 0.3em 1.1em !important;
    border: 1px solid var(--bordercolor) !important;
}

.dataTables_wrapper .dataTables_length select {
    background-color: var(--bg-white) !important;
}

.login-cate .form-heading.loginText {
    color: var(--text-black);
}

.modal-bg {
    background: var(--modal-bg);
}

.field-inside label {
    color: var(--text-black);
}

.modal-backdrop.show {
    z-index: 99;
}

.trade .trading_card {
    border-radius: 0px 0px 10px 10px;
}

.nav-tabs.mb-1 {
    margin-bottom: 0 !important
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.carousel-inner .item {
    /*   max-height: 680px; */
    height: 350px;
}

.banner h2.heading {
    font-size: 48px;
    font-weight: 900;
}

.banner p.summary {
    color: #fff;
}

.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

    .btn-transparent:hover {
        background-color: #fff;
    }

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}


/**
 * Change animation duration
 */
.carousel-caption {
    right: 0;
    left: 8%;
    top: 22%;
    text-align: left;
    width: auto;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.tab-content > .tab-pane {
    height: 1px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.tab-content > .active {
    height: auto;
    overflow: hidden;
    visibility: visible;
}

.bee_registration_form {
    background: var(--body-bgcolor);
    background: url("/Content/themes/images/trading-bg.jpg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom;
    background-color: #b9dbe7;
    padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--thead-bg) !important;
    color: var(--text-white) !important;
}

section {
    content-visibility: auto !important;
}

/*new css added by ayush*/
.login-cate ul li a {
    font-size: 14px !important;
}

span.vedio-icon {
    width: 100%;
    height: 90%;
    padding: 100px 0px;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
}

    span.vedio-icon.grey-shade {
        background: rgba(0,0,0,0.3);
        padding: 136px 0px;
    }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-transform: capitalize;
}

.centerDiv {
    float: left;
}

#bee_portal .informtion_list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tblSectorWise td, #tblDCDefaulter td, #tblESCertsIssuance td {
    color: var(--text-black);
}

.tooltip-inner {
    /*max-width: 100% !important;*/
    background: var(--bg-grey);
    color: var(--text-white);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--bg-grey);
    /* green */
}

.tooltip.show {
    opacity: 1;
}

.tooltip-title {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#player iframe {
    top: -50%;
    height: 200%;
}
/*new css added by ayush*/
/*new css added by ayush 30-5-2024*/
#main {
    margin: 50px 0;
}

    #main #faq_main .card {
        margin-bottom: 30px;
        border: 0;
        border-radius: 5px;
        box-shadow: none;
    }

        #main #faq_main .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 15px;
            padding: 0;
        }

            #main #faq_main .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #1a6484;
                font-size: 16px;
                font-weight: bold;
                padding: 18px 15px !important;
                display: flex;
                width: 100%;
                align-items: center;
                line-height: 18px;
                transition: 0.3s;
            }

                #main #faq_main .card .card-header .btn-header-link:after {
                    content: "\f106";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    float: right;
                    position: absolute;
                    right: 15px;
                }

                #main #faq_main .card .card-header .btn-header-link.collapsed {
                    background: #F8FBF2;
                    color: #333;
                    padding: 18px 15px !important;
                    border-radius: 15px;
                    display: flex;
                    width: 100%;
                    line-height: 18px;
                    margin-bottom: 2px !important;
                }

                    #main #faq_main .card .card-header .btn-header-link.collapsed:after {
                        content: "\f107";
                    }

        #main #faq_main .card .collapsing {
            background: #FFE472;
            line-height: 30px;
        }

        #main #faq_main .card .collapse {
            border: 0;
        }

            #main #faq_main .card .collapse.show {
                background: transparent;
                line-height: 38px;
                color: #222;
                border: 1px solid #e3e3e3;
                padding: 10px;
                border-radius: 0px 0px 5px 5px;
            }

        #main #faq_main .card:last-child {
            margin-bottom: 15px;
        }


    #main #faq .card {
        margin-bottom: 30px;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
    }

        #main #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 15px;
            padding: 0;
        }

            #main #faq .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #1a6484;
                font-size: 16px;
                font-weight: bold;
                padding: 18px 15px !important;
                display: flex;
                width: 100%;
                align-items: center;
                line-height: 18px;
                transition: 0.3s;
            }

                #main #faq .card .card-header .btn-header-link:after {
                    content: "\f106";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    float: right;
                    position: absolute;
                    right: 15px;
                }

                #main #faq .card .card-header .btn-header-link.collapsed {
                    background: #F8FBF2;
                    color: #333;
                    padding: 18px 15px !important;
                    border-radius: 15px;
                    display: flex;
                    width: 100%;
                }

                    #main #faq .card .card-header .btn-header-link.collapsed:after {
                        content: "\f107";
                    }

        #main #faq .card .collapsing {
            background: #FFE472;
            line-height: 30px;
        }

        #main #faq .card .collapse {
            border: 0;
        }

            #main #faq .card .collapse.show {
                /* background: #FFE472; */
                line-height: 30px;
                color: #222;
                border: 0px solid #e3e3e3 !important;
                padding: 0 !important;
                border-radius: 0 !important;
            }



.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

table.table.table-bordered.table-accordion th {
    /*background: #065EED;*/
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 8px;
    line-height: 20px;
    border: 0px;
    border-right: 1px solid #dee2e6;
    vertical-align: top;
}

    table.table.table-bordered.table-accordion th:first-child {
        padding: 5px 14px;
    }

table.table.table-bordered.table-accordion td {
    font-size: 15px;
    color: #4A4A4A;
    line-height: 20px;
    padding: 5px 8px;
}

    table.table.table-bordered.table-accordion td:nth-child(even) {
        background: #fff;
    }

    table.table.table-bordered.table-accordion td:nth-child(odd) {
        background: #F8FBF2;
    }

.accordion .card-body {
    padding: 0;
}

.table-bordered th.quater {
    text-align: center;
    border-bottom: 0px !important;
}

table.table.table-bordered.table-accordion th.quater3 {
    text-align: center;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table-scroll {
    overflow-y: scroll;
    max-height: 450px;
    border-bottom: 1px solid #dee2e6;
}

table.table.table-bordered.table-accordion {
    margin-bottom: 0;
}

#main #faq .card .card-header .btn-header-link.collapsed:focus {
    box-shadow: none;
}

.pdf-download {
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 10px;
}

span.pdf-img {
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
}

span.pdf-text {
    background: #EA4318;
    border-radius: 8px;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: normal;
    color: #fff;
}

a.btn.btn-header-link.collapsed + .pdf-download {
    top: 10px;
}
/*new css added by ayush 30-5-2024*/

/*dashboard css start here*/
@media (min-width: 768px) {
    .responsive-tabs .dropdown-arrow {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .responsive-tabs {
        position: relative;
        border: 1px solid #ccc;
    }

        .responsive-tabs li {
            width: 100%;
            margin: 0 !important;
        }

            .responsive-tabs li > a {
                display: none;
                border: 0 !important;
                border-radius: 0 !important;
            }

                .responsive-tabs.open li > a, .responsive-tabs li > a.active {
                    display: block;
                }

        .responsive-tabs .dropdown-arrow {
            position: absolute;
            top: 15px;
            right: 15px;
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            vertical-align: middle;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: all ease .5s;
            cursor: pointer;
        }

        .responsive-tabs.open .dropdown-arrow {
            transform: rotate(-135deg);
            transition: all ease .5s;
        }
}

.tabs-area .nav-tabs {
    border-bottom: 1px solid #eceeef;
}

    .tabs-area .nav-tabs .nav-link.active, .tabs-area .nav-tabs .nav-item.show .nav-link {
        color: #12499A;
        background-color: #F8FBF2;
        border-color: #dee2e6 #dee2e6 #fff;
    }

table.table.table-bordered.tab-table th {
    background: #12499A;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ededed;
}
/*.tabs-area .tab-content > .tab-pane {
    height: 1px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}*/
#graphLoad .modal-dialog.pageload-modal {
    max-width: 500px;
}

#legend_div {
    color: #999;
    font-family: Roboto;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    width: 60%;
    z-index: 1000;
}

.legend-marker {
    display: inline-block;
    padding: 6px 6px 6px 6px;
}

.legend-marker-color {
    border-radius: 25%;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.notified {
    background: #325632;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    padding: 31px;
    color: #fff;
    position: relative;
    transition: all ease 0.3s;
}

    .notified span {
        background: #32AB5D;
        width: 73px;
        height: 73px;
        display: inline-block;
        border-radius: 100%;
        line-height: 73px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
    }

    .notified h4 {
        font-size: 16px;
        margin-top: 21px;
        margin-bottom: 0;
    }

.notified-overlay {
    background: #EFF3E6;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    padding: 35px 30px;
    color: #fff;
    margin: 0 auto;
    display: none;
    position: relative;
    transition: all ease 0.3s;
}

    .notified-overlay a {
        background: #32AB5D;
        color: #fff;
        display: inline-block;
        border-radius: 40px;
        padding: 9px 19px 8px 19px;
    }

    .notified-overlay img {
        display: block;
        margin: 0 auto 26px auto;
    }

    .notified-overlay:hover {
        display: block !important;
        position: absolute;
        top: 0;
        left: 5%;
        width: 95%;
        /*transition: all ease 0.3s;*/
    }

    .notified-overlay.registered-dc:hover {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0%;
        width: 95%;
        /*transition: all ease 0.3s;*/
    }

.notified:hover + .notified-overlay {
    display: block;
    position: absolute;
    width: 95%;
    top: 0;
    left: 5%;
    transition: all ease-in-out 0.3s;
}

    .notified:hover + .notified-overlay.registered-dc {
        display: block;
        position: absolute;
        width: 95%;
        top: 0;
        left: 0%;
        transition: all ease-in-out 0.3s;
    }

.summary-sec th.summary-head {
    background: #325632;
    color: #fff;
    padding: 13px 15px;
    font-size: 17px;
}

table.table.summary-table tr:nth-child(odd) td {
    background: #F8FBF2;
    color: #232222;
}

table.table.summary-table {
    box-shadow: 4px -4px 5px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #F2F2F2;
}

.table.summary-table img {
    width: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

.tabs-area th.vmiddle {
    text-align: center;
    vertical-align: middle !important;
}

.tabs-area .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #12499A;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
    margin-right: 5px;
}
/* .tab-content {
        border: 1px solid #E5E1E1;
        background: #12499a;
    }
*/
table.table.table-bordered.tab-table tr:nth-child(odd) td {
    background: #F8FBF2;
}

table.table.table-bordered.tab-table tr:nth-child(even) td {
    background: #fff;
}

#Form-1, #Form-2, #Form-3, #Form-A, #Form-B, #Form-D, #Form-C {
    margin-top: -1px;
}

#graphLoad .modal-header {
    padding: 7px 15px;
}

#graphLoad .initiallyclose {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1 !important;
    font-size: 14px !important;
    background: transparent !important;
    padding: 10px 11px !important;
    border-radius: 30px !important;
    color: #03499A !important;
    text-shadow: none;
}

@media(max-width: 480px) {
    .col-md-6.pr-0.Notified {
        padding-right: 15px !important;
    }

    .col-md-6.pl-0.Registereddc {
        padding-left: 15px !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    ul.nav.nav-tabs {
        overflow-y: scroll;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        padding-top: 2px;
    }

    li.nav-item {
        display: inline-block;
    }

    .notified-overlay:hover {
        left: 3.6%;
        width: 93%;
    }

    .notified-overlay.registered-dc:hover {
        left: 3.6%;
        width: 93%;
    }

    .notified:hover + .notified-overlay {
        left: 3.6%;
        width: 93%;
    }

        .notified:hover + .notified-overlay.registered-dc {
            left: 3.6%;
            width: 93%;
        }
}

@media (max-width: 768px) {
    .notified {
        padding: 15px 15px;
    }

        .notified h4 {
            font-size: 14px;
        }

    table.table.summary-table th {
        padding: 9px 4px;
        font-size: 13px;
    }

    table.table.summary-table td {
        padding: 9px 4px;
        font-size: 13px;
    }

    ul.nav.nav-tabs {
        overflow-y: scroll;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        padding-top: 2px;
    }

    li.nav-item {
        display: inline-block;
    }

    .notified-overlay {
        padding: 18px 15px;
    }
}
/*dashboard css start here*/

table.table.table-bordered.table-accordion thead {
    /*background: linear-gradient(0deg, #011d33 0%, #1a6484 100%);*/
    background: linear-gradient( 0deg, #02223a 0%, #1a6484 100%);
}

table.table.table-bordered.table-accordion th:nth-child(4) {
    width: 14%;
}
