html {
    scroll-behavior: smooth !important;
}

body {
    overflow-x: hidden;
}


.MobileApp_SideBar {
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    top: 20%;
    z-index: 99999;
    position: fixed;
    color: White !important;
    right: 0px;
    margin-bottom: 10px;
}

.btn-circled {
    border-radius: 25px;
}


.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}

.title {
    /* font-size: 100%; */
    font-weight: 500;
    padding-top: 23px;
    padding-bottom: 23px;
    color: #0f5aa5 !important;
    /* position: relative; */
    /* width: auto; */
    display: table;
}

/*.title ::after {
        content: '';*/
/* width: 104%; */
/*height: 2px;
        background: #cf343a;
        position: relative;
        display: block;
        margin-top: 7px;
    }*/
/*Simple Sidebar*/
#sidebar-wrapper {
    /* min-height: 90vh;*/
    margin-left: -20rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #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: 20rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.b-gnav {
    height: 100px;
}

/*Accessibility*/
.b-acc-goi,
.b-acc-ministry {
    font-size: 11px;
}

.b-acc-goi {
    border-right: 1px solid #999;
}

#b-accessibility {
    color: #505050;
    height: 100%;
}


/*Header*/
#b-header {
    height: 80px;
    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: 0px 0px;
    width: 100%;
    margin-top: -6px;
}


    .main-menu li {
        display: inline-block;
        position: relative;
    }


        .main-menu li a {
            display: block;
            font-size: 12px;
            color: white;
            font-weight: 500;
            /*font-family: "Lato", sans-serif;*/
            padding: 0 1px 3px;
            border-bottom: 2px solid transparent;
            margin-right: 16px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            text-decoration: none;
        }


            .main-menu li a:hover {
                /*  font-size: 13px;*/
                /*   font-weight: bold;*/
                color: white;
                /* line-height: 2;*/
            }

        .main-menu li ul a.nav-link {
            color: black !important;
        }

.navbar {
    line-height: 2.5 !important;
}

ul .dropdown-menu {
    min-width: 34rem !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;
}

li .fa-angle-double-right {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    right: 5px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: #61affd;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

li .fa-angle-double-right {
    line-height: 2 !important;
}


/*------------------
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;*/
    background-color: #060606;
}

/*------------------
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);
}

    .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: 2 px 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: 25px;
    height: 25px;
    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;
}

.globalnav-h {
    background-color: #ececf1 !important;
    /* background-color: #fbfbfb !important;*/
    /* font-family: 'Open Sans',sans-serif;
     font-weight: 400; */
    color: #686868;
}


/* Theme style */
.globalnav-bg {
    background: #0070C0 !important;
    /*background-color: #fbfbfb !important;*/
    /* background-color: #0C347D !important;*/
    /*  background: linear-gradient(28deg, #95192F,#23B67A,#FCB732,#47BFE8, #7B9B39, #FC852D,#044B79,#7B64AC,#FA3E2B 80%);*/
    /*background: linear-gradient(to right, #3E70CB, #C33764);*/
    /* background-color: #000; */
    /*background-color: #3E70CB !important;*/
    /*  background-color: #B8BDC6 !important;*/
    /* background: url(/Images/loginbg2.jpg);*/
    background-size: inherit;
    background-position: center;
    /*background-color: #516ea3 !important;*/
    /* background-color: #3E70CB !important;*/
    /* background-color: #252d91 !important;*/
    /*background-color: #533784 !important;*/
    /*  background: -webkit-linear-gradient(left, #05527f, white);*/
}

.globalnav-bgul {
    background-color: #fbfbfb !important;
    background-size: inherit;
    background-position: center;
}

/* Theme style */
.globalnav-bg1 {
    background-color: #d3d9df;
    border-color: #dee2e6;
    background-position: center;
    color: #495057 !important;
}

.footer-bs {
    /*background: linear-gradient(28deg, #95192F,#23B67A,#FCB732,#47BFE8, #7B9B39, #FC852D,#044B79,#7B64AC,#FA3E2B 80%);*/
    background: linear-gradient(to right, #51578d, #C33764);
    /* background: radial-gradient(black, transparent); */
    /* background-color: #ececf1 !important;*/
    background-size: inherit;
    background-position: center;
    color: white;
}



.backtotop {
    background-color: #48bba4;
}

.b-btn {
    background-color: #252d91 !important;
    /*background-color: #533784 !important;*/
    border-color: #252d91 !important;
}

    .b-btn.focus, .b-btn:focus {
        box-shadow: 0 0 0 0.2rem #53378439 !important;
    }

.b-notreg a,
.b-already-reg a {
    color: #533784 !important;
}

.breadcrumb li a {
    color: #533784 !important;
}

.dashboard-bgcolor {
    /*  background-color: #533784 !important;*/
    background-color: white !important;
    /* background-color: #ececf1 !important;*/
    /*background-color: #61affd !important;*/
    /*  background-color: #0C347D !important;*/
}

#SiteMapContainer .b-leftmenu li a.b-newpage:hover {
    /*  background: #ebebeb !important;
    border-left: 4px solid #533784 !important;
    color: #333 !important;*/

    border-left: 4px solid white !important;
    color: white !important;
}



.sub-menu:hover {
    display: block;
}

.dropdown-toggle::after {
    color: white !important;
}

.dropdown-toggle:hover {
    color: white !important;
    /*font-weight:500;*/
}



.main-menu li a:hover, .main-menu li a.active {
    border-bottom: 2px solid #61affd !important;
    /* color: white !important;*/
    font-weight: 500;
}



.b-dropmenu-db a:hover,
.b-dropmenu-db a:active {
    background-color: #533784 !important;
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #533784;
}

#b-sitemap a {
    color: #533784 !important;
}

    #b-sitemap a:hover {
        color: #111 !important;
    }
/*.carousel-caption {
    color: #FFF;
    background-color: #000000EE;
}*/


/************ Progree bar Stepper ********/
.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 33%;
        float: left;
        /*font-size: 12px;*/
        position: relative;
        text-align: center;
        /*text-transform: uppercase;*/
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 40px;
            height: 40px;
            content: counter(step);
            counter-increment: step;
            line-height: 35px;
            border: 3px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 20px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: black;
            font-weight: bold;
        }

            .progressbar li.active:before {
                border-color: #3E96E1;
                background-color: #3E96E1;
                color: #fff
            }

            .progressbar li.active + li:after {
                background-color: #3E96E1;
            }
