html {
    scroll-behavior: smooth !important;
}

body {
    overflow-x: hidden;
}

.text-mahroon {
    color: #f5b995 !important;
}

.text-black {
    color: #5b5a5a !important;
}

.font-family-5Pro {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 28px;
}

/*Simple Sidebar*/
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    /*border-right: 4px solid #ffa901 !important;*/
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
    }

        #sidebar-wrapper .sidebar-heading span {
            font-weight: 600;
        }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.b-gnav {
    height: 100px;
}

.canvasjs-chart-credit {
    display: none;
}
/*Accessibility*/
.b-acc-goi,
.b-acc-ministry {
    font-size: 12px;
}

.b-acc-goi {
    border-right: 1px solid #999;
}

#b-accessibility {
    color: #505050;
    height: 100%;
}


/*Header*/
#b-header {
    height: 110px;
    overflow: hidden;
}


/*------------------
Header section
 ---------------------*/

.header-section {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 53px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    height: 100px;
}

    .header-section.header-bg-2 {
        background: rgba(34, 34, 34, 0.83);
    }

.header-nav {
    text-align: right;
    padding-top: 35px;
}

.site-logo {
    float: left;
    display: inline-block;
    padding: 39px 0;
}

.main-menu {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

    .main-menu li {
        display: inline-block;
        position: relative;
    }

        .main-menu li a {
            display: block;
            font-size: 16px;
            color: #fff;
            font-family: "Lato", sans-serif;
            padding: 0 1px 5px;
            border-bottom: 2px solid transparent;
            margin-right: 45px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            text-decoration: none;
        }

            .main-menu li a.nav-link {
                color: #fff !important;
            }

        .main-menu li:last-child a {
            margin-right: 0px;
        }

        .main-menu li a:hover,
        .main-menu li a.active {
            border-bottom: 2px solid #1e87f0;
            text-decoration: none;
        }

        .main-menu li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            margin-top: 20px;
        }

    .main-menu .sub-menu {
        position: absolute;
        list-style: none;
        width: 220px;
        left: 0;
        top: 100%;
        text-align: left;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        margin-top: 50px;
        background: #fff;
        z-index: 99;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
    }

        .main-menu .sub-menu::before {
            position: absolute;
            content: "";
            left: 15px;
            top: -7px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 7px solid #fff;
        }

        .main-menu .sub-menu:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 20px;
            left: 0;
            top: -20px;
        }

        .main-menu .sub-menu li {
            display: block;
        }

            .main-menu .sub-menu li a {
                display: block;
                color: #000;
                margin-right: 0;
                padding: 5px 20px;
                border-bottom: none;
            }

                .main-menu .sub-menu li a:hover {
                    color: #1e87f0;
                }

.header-right {
    display: inline-block;
}

    .header-right a {
        color: #fff;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        display: inline-block;
    }

    .header-right .register {
        border: 2px solid #fff;
        min-width: 130px;
        text-align: center;
        padding: 8px 15px;
        margin-left: 25px;
    }

.slicknav_menu {
    display: none;
}



/*------------------
Global navigation
 ---------------------*/
.dropdown-slide > .dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.carousel-indicators li {
    background-color: #FFF;
}

/*------------------
Honepage Dashboard
 ---------------------*/
.b-dbcard {
    border-radius: 12px;
    /*box-shadow: 0px 0px 5px 0px #999;*/
    /*box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;*/
    transition: box-shadow 0.4s;
    box-shadow: 0 4px 6px rgba(50,50,93,.15), 0 1px 3px rgba(0,0,0,.08);
    border: 1px solid #ffd78d;
}

    .b-dbcard:hover {
        /*box-shadow: 0px 2px 10px 0px #999;*/
        /*box-shadow: 0px 0px 1px #ddd, 0 0px 3px #ccc;*/
        box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    }

/*------------------
Footer logos
 ---------------------*/
.footer-carousal, .footer-carousal .container {
    overflow: hidden;
    white-space: nowrap;
}

    .footer-carousal .f-logo {
        width: 20%;
        display: inline-block;
    }

@media only screen and (min-width: 992px) {
    .footer-carousal .f-logo.active + .f-logo + .f-logo + .f-logo + .f-logo ~ .f-logo {
        display: none;
    }
}




/*Footer*/


.footer-bs {
    background-color: #3c3d41;
    padding: 40px 40px;
    color: rgba(255,255,255,1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        padding: 10px 25px;
    }

    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        border-color: transparent;
    }

        .footer-bs .footer-nav ul.pages {
            list-style: none;
            padding: 0px;
        }

            .footer-bs .footer-nav ul.pages li {
                padding: 5px 0px;
            }

            .footer-bs .footer-nav ul.pages a {
                color: rgba(255,255,255,1.00);
                font-weight: bold;
                text-transform: uppercase;
            }

                .footer-bs .footer-nav ul.pages a:hover {
                    color: rgba(255,255,255,0.80);
                    text-decoration: none;
                }

        .footer-bs .footer-nav p {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .footer-bs .footer-nav ul.list {
            list-style: none;
            padding: 0px;
        }

            .footer-bs .footer-nav ul.list li {
                padding: 5px 0px;
            }

            .footer-bs .footer-nav ul.list a {
                color: rgba(255,255,255,1);
            }

                .footer-bs .footer-nav ul.list a:hover {
                    color: rgba(255,255,255,1);
                }

        .footer-bs .footer-social ul {
            list-style: none;
            padding: 0px;
        }

        .footer-bs .footer-social h4 {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .footer-bs .footer-social li {
            padding: 5px 4px;
        }

        .footer-bs .footer-social a {
            color: rgba(255,255,255,1.00);
        }

            .footer-bs .footer-social a:hover {
                color: rgba(255,255,255,0.80);
                text-decoration: none;
            }

        .footer-bs .footer-ns h4 {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 10px;
        }

        .footer-bs .footer-ns p {
            font-size: 12px;
            color: rgba(255,255,255,0.70);
        }

@media (min-width: 768px) {
    .footer-bs .footer-social {
        border-left: solid 1px rgba(255,255,255,0.10);
    }
}


.backtotop {
    width: 50px;
    height: 50px;
    border: 1px;
    border-radius: 50%;
    background-color: #1e87f0;
    cursor: pointer;
}

.b-social-dropdown,
.b-accessibility-dropdown {
    min-width: 50px !important;
    width: 50px !important;
    left: -10px !important;
}

    .b-social-dropdown a {
        padding: .25rem 0.5rem;
        text-align: center;
    }

    .b-accessibility-dropdown a {
        padding: 4px 8px 4px 18px;
    }

.b-site-search:focus {
    border: 1px solid #80bdff;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0) !important;
}

.b-search.show {
    top: 10px !important;
}



/*Dashboard Page*/

/*Breadcrumb*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #F5F5F5;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 16px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }



.b-dropmenubtn {
    border: none !important;
}

    .b-dropmenubtn:focus {
        outline: none !important;
    }

.btn#menu-toggle.focus, .btn#menu-toggle:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,1) !important;
}



.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0) !important;
}

button.close:focus {
    outline: none !important;
}




/* Theme style */
.globalnav-bg, .footer-bs {
    background-color: #61386d !important;
}

.main-menu li a:hover, .main-menu li a.active {
    border-bottom: 2px solid #da56b4 !important;
}

.backtotop {
    background-color: #da56b4;
}

.b-btn {
    background-color: #61386d !important;
    border-color: #61386d !important;
}

    .b-btn.focus, .b-btn:focus {
        box-shadow: 0 0 0 0.2rem #61386d39 !important;
    }

.b-notreg a,
.b-already-reg a {
    color: #61386d !important;
}

.breadcrumb li a {
    color: #61386d !important;
}
/*SideBarColor*/
.dashboard-bgcolor {
    /*background-color: #2A3F54 !important;*/
    background-color: #ffffff !important;
}

.b-leftmenu a.b-newpage:hover {
    background: #ebebeb !important;
    border-left: 4px solid #72a771 !important;
    color: #333 !important;
}

.dropdown-toggle::after {
    color: #0c0b0b !important;
}

.b-dropmenu-db a:hover,
.b-dropmenu-db a:active {
    background-color: #61386d !important;
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #61386d;
}

#b-sitemap a {
    color: #61386d !important;
}

    #b-sitemap a:hover {
        color: #111 !important;
    }
/*.carousel-caption {
    color: #FFF;
    background-color: #000000EE;
}*/


.border-bottom {
    border-bottom: 1px solid #021933 !important;
}

.sidebar-heading {
    /*background: linear-gradient(to right, #e2e510, #93901d);*/
    /*background: linear-gradient(to right, #86df59, #068095);*/
    /*background: linear-gradient(to right, #ffffff, #2921e0);*/
    background: linear-gradient(to right, #ff0e0e2b, #1a4bff42);
}

.breadcrumbs-area h3 {
    font-weight: 500;
    text-transform: capitalize;
    color: #111111;
    margin-bottom: 8px;
    font-size: 22px;
}

.dasText {
    font-size: 15px;
    color: #dd5a5a;
}

.bg-light {
    position: relative;
}

    .bg-light:before {
        position: absolute;
        font-family: 'FontAwesome';
        top: 9px;
        right: 10px;
        content: "\f110";
        animation: fa-spin 2s infinite linear;
        font-size: 61px;
        opacity: 0.1;
        color: goldenrod;
    }

.profileData {
    width: 300px;
}

    .profileData:after {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 10px solid #ffa001;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -8px;
        right: 14px;
    }

.PDHeader {
    text-align: center;
    background-color: #ffa001;
    padding: 20px 25px;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.card table tr td {
    padding: 2px !important;
}

.footer {
    border-top: 2px solid #e1e0e0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e5e5e5;
    text-align: center;
    font-weight: bold;
    color: #008bff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}

    .overlay img {
        /*margin-top: 10%;*/
        /*width: 200px;*/
        height: 332px;
    }

.zoomtext {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoomtext:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.border-bt-c {
    border-bottom: 1px solid #dee2e6 !important;
}

.input-group-text {
    padding: 0.6rem 0.75rem;
    border-radius: unset !important;
}

.sub-menu ul li a {
    font-size: 14px;
}

.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 15px;
    margin-top: 18px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.UlDI ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.bulletText li {
    padding-left: 1px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    list-style-type: decimal;
    font-weight: bold;
    color: #2A3F54 !important;
}

    ul.bulletText li a {
        /*color: #7f82a7 !important;*/
        font-family: 'Poppins', sans-serif;
        font-weight: 550;
        font-size: 14px;
    }

        ul.bulletText li a:hover {
            color: red !important;
            
        }

.font-family-5Pro {
    font-size: 20px !important;
}

@media (max-width: 600px) {


    .UlDI ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}




.counterBoxI {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 100%;
    padding: 32px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
}


.bg-danger-CountboxI {
    /*background-color: #fb6f7eb8;*/
    /*background: linear-gradient(to right, #f9000075, #1e16dcf7);*/
    background: linear-gradient(to right, #f9000021, #615be96b);
}

.bg-success-CountboxI {
    /*background-color: #7ad5abeb;*/
    /*background: linear-gradient(to right, #f9000075, #1e16dcf7);*/
    background: linear-gradient(to right, #f9000021, #615be96b);
}

.bg-primary-CountboxI {
    /*background-color: #a4c2edfa;*/
    /*background: linear-gradient(to right, #f9000075, #1e16dcf7);*/
    background: linear-gradient(to right, #f9000021, #615be96b);
}


.bg-info-CountboxI {
    /*background-color: #93e1f1f0;*/
    /*background: linear-gradient(to right, #f9000075, #1e16dcf7);*/
    background: linear-gradient(to right, #f9000021, #615be96b);
}


.co-danger-Countboxtext {
    color: #fc97a2;
}

.co-success-Countboxtext {
    color: #7ad5abeb;
}


.co-primary-Countboxtext {
    color: #a4c2edfa;
}


.co-info-Countboxtext {
    color: #93e1f1f0;
}




.counterBoxI:after {
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 60px;
    width: 60px;
    border-radius: 15px;
    border: 3px solid #ffd78d;
    /*box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);*/
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: -1;
}

.counterBoxI .counter-value {
    background: #fe8c00;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6),0 0 0 2px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.counterBoxI .counter-icon {
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto 18px;
    /*box-shadow: 4px 4px 4px rgba(0,0,0,0.4);*/
}

.counterBoxI h3 {
    color: #0dcaf0;
}

.counterBoxI.green .counter-value {
    background: #01c700;
}

.counterBoxI.green .counter-icon {
    background: linear-gradient(to right,#01c700,#019b01);
}

.counterBoxI.green h3 {
    color: #019b01;
}

.counterBoxI.blue .counter-value {
    background: #28a9e2;
}

.counterBoxI.blue .counter-icon {
    background: linear-gradient(to right,#28a9e2,#0057c5);
}

.counterBoxI.blue h3 {
    color: #0057c5;
}

.counterBoxI.gray .counter-value {
    background: #36474f;
}

.counterBoxI.gray .counter-icon {
    background: linear-gradient(to right,#36474f,#0d0e10);
}

.counterBoxI.gray h3 {
    color: #0d0e10;
}

@media screen and (max-width:990px) {
    .counterBoxI {
        margin-bottom: 40px;
    }
}




/*
ul.bulletText li::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
}*/



/*
.child_menu li a:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    top: 0;
}*/
