﻿html {
    scroll-behavior: smooth !important;
}

body {
    overflow-x: hidden;
    margin: 0px;
}
/*
@font-face {
    font-family: 'fffForward';
    src: url('../fonts/fffForward.ttf');
}

.b-acc-goi a {
    color: #343a40;
}

    .b-acc-goi a:hover,
    .b-acc-goi a:active {
        color: #000000;
    }
*/
.counter-count {
    font-family: 'fffForward', sans-serif;
}
.required:after {
    content: " *";
    color: Red;
}
/*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;
}

    #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;
}

/*Accessibility*/
.b-acc-goi,
.b-acc-ministry {
    font-size: 12px;
}

#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: 14px;
            color: #fff;*/
            /*font-family: "Arial", sans-serif;*/
            /*padding: 0 1px 5px;
            border-bottom: 2px solid transparent;
            margin-right: 15px;
            -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;
}

.b-emblem-image {
    width: 45px;
}

/*------------------
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 Section
 ---------------------*/
.b-update .tab-content ul li {
    margin: 12px 0px;
}

.b-update ul li a {
    margin: 12px 0px;
    color: #495057;
}

.b-update .nav-tabs .nav-item a {
    font-size: 18px;
    font-weight: 500;
    background-color: #0c8899;
    color: #ffffff;
    margin-right: 2px;
}

    .b-update .nav-tabs .nav-item a.active {
        background-color: #ffffff;
        color: #495057;
    }

.b-minister .b-minister-name {
    font-size: 18px;
    font-weight: 500;
    color: #495057;
}

.b-minister {
    padding: 30px 0px;
    background-color: #fff;
}

    .b-minister .b-minmargin {
        border-bottom: 1px solid #eee;
    }

.b-latestsec {
    background-color: #fff;
}

    .b-latestsec ul {
        margin: 12px 0px;
    }

#b-homedb {
    background-color: #f4f4f4;
}

.content {
    background-color: #f4f4f4;
}

/*------------------
Footer logos
 ---------------------*/
.footer-carousal, .footer-carousal .container {
    overflow: hidden;
    white-space: nowrap;
}

    .footer-carousal .f-logo {
        width: 20%;
        display: inline-block;
    }

.owl-nav {
    position: absolute;
    top: 0px;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 20px;
    height: 165px;
}

.owl-next {
    position: absolute;
    right: 20px;
    height: 165px;
}

    .owl-prev span,
    .owl-next span {
        font-size: 60px;
    }

@media only screen and (max-width: 1199.9px) {
    .owl-prev,
    .owl-next {
        height: 132px;
    }
}

@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: 40px !important;
    width: 40px !important;
    left: -10px !important;
    padding: 0px;
}

    .b-social-dropdown a {
        padding: .25rem 0.5rem;
        text-align: center;
    }

    .b-accessibility-dropdown a {
        padding: 2px 4px 2px 12px;
    }

.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, .b-gallerysec, .footer-bs {
    background-color: #343a40 !important;
}

.main-menu li a:hover, .main-menu li a.active {
    border-bottom: 2px solid #1e87f0 !important;
}

.backtotop {
    background-color: #1e87f0;
}

.b-btn {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

    .b-btn.focus, .b-btn:focus {
        box-shadow: 0 0 0 0.2rem #343a4039 !important;
    }

.b-notreg a,
.b-already-reg a {
    color: #343a40 !important;
}

/*.breadcrumb li a {
    color: #343a40 !important;
}*/

.dashboard-bgcolor {
    background-color: #343a40 !important;
}

.b-leftmenu a.b-newpage:hover {
    background: #ebebeb !important;
    border-left: 4px solid #343a40 !important;
    color: #333 !important;
}

.dropdown-toggle::after {
    color: #fff !important;
}

.b-dropmenu-db a:hover,
.b-dropmenu-db a:active {
    background-color: #343a40 !important;
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #343a40;
}

#b-sitemap a {
    color: #343a40 !important;
}

    #b-sitemap a:hover {
        color: #111 !important;
    }
/*.carousel-caption {
    color: #FFF;
    background-color: #000000EE;
}*/

a {
    text-decoration: none !important;
}
