/****************************/
/* COPYRIGHT */
/*****************************/
/* 
copyright 2024
*/


/****************************/
/* Kalpurush FONT */
/*****************************/

@import url('https://fonts.maateen.me/kalpurush/font.css');

/****************************/
/* BASIC SETUP */
/*****************************/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Kalpurush', Arial, sans-serif;
}

    *::after,
    *::before {
        box-sizing: border-box;
    }

::after,
::before {
    transition: all 300ms ease-in-out;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Kalpurush', sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0;
    color: #444;
    background: url(../image/bg_main.gif) repeat-y scroll center top rgba(0, 0, 0, 0);
    /* background-size: 100%; */
}

:focus {
    outline: none;
}

input:focus,
.select select:focus,
.form-control:focus,
.form-select:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style-type: none;
    }

        a,
        ul li a {
            text-decoration: none;
            color: #000;
        }

            a:hover,
            a:focus,
            a:active {
                outline: none;
                text-decoration: none;
            }

p {
    margin: 0;
}


.layout-wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0px 12px 16px 8px #e1e1e1; */
}

.my-container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

/*==============================================
			Top Header						
==============================================*/
/* .top-header-area {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #683091;
} */

.top-header {
    background-color: #63951d;
    color:#ffffff;
    box-shadow: 0 1px 5px #999999;
    /* width: 960px; */
    border-bottom: 4px solid #8bc643;
    padding-left: 5px;
    padding-right: 5px;
}

.top-header-left {
    display: flex;
    gap: 10px;
}

.top-header .header-text-area {
    margin-top: 3px;
}

    .top-header .header-text-area a {
        color: #fff;
    }

    .top-header .header-text-area i.home-logo {
        display: inline;
        font-size: 10px;
        line-height: 10px;
    }

    .top-header .header-text-area span {
        color: #fff;
        font-size: 13px;
        padding-left: 0px;
    }

/* Select2 */
.select2-search-area {
    margin-top: 5px;
    margin-bottom: 3px;
    display: flex;
    gap: 4px;
    background-color: #683091;
    box-shadow: 0 1px 5px #999999;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    background-color: white;
    border: 1px solid #aaa;
    width: 110px !important;
}

.select2-container--bootstrap-5 {
    width: 110px !important;
}

    .select2-container--bootstrap-5 .select2-selection--single {
        padding: 0px 20px 0px 5px;
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 21px;
        min-height: unset;
        background-position: right .35rem center;
        background-size: 8px 12px;
    }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 22px;
            font-size: 14px;
            text-align: left;
        }

    .select2-container--bootstrap-5.select2-container--focus .select2-selection,
    .select2-container--bootstrap-5.select2-container--open .select2-selection {
        box-shadow: none;
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        border: 1px solid #aaa;
        padding: 0px;
        width: 100%;
        box-sizing: border-box;
        height: 20px;
        border-radius: 2px;
        font-size: 13px;
        font-family: 'Kalpurush', Arial, sans-serif;
    }

.select2-search-area .select2-field:focus,
.select2-search-area .select2-field input:focus {
    outline: none !important;
    border: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border: 1px solid #000;
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: 4px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 200px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0px 0px 0px 6px;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
}

.select2-search-area #go {
    margin-right: 5px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #4ba614;
    color: #ffffff !important;
    border: 1px solid #34740e;
    font-weight: bold;
}

.top-header-right {
    display: flex;
    justify-content: end;
    gap: 6px;
}

/* search box */
.top-header .search_any form {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.top-header .search_any input {
    width: 90px;
    border-radius: 4px;
    height: 20px;
    margin-bottom: 0;
    border-width: 2px;
    font-size: 13px;
    padding-top: 2px;
    padding: 2px 1px 0px 1px;
    /* border: 2px solid rgb(0, 0, 0), rgb(133, 133, 133) !important; */
}

    .top-header .search_any input:focus {
        border-style: solid;
        border-width: 2px;
        /* border-color: rgb(0, 0, 0), rgb(133, 133, 133) !important; */
    }

.top-header .search_any button {
    margin: 0;
    padding: 0px 10px;
    border: 1px solid #34740e;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
}

    .top-header .search_any button:hover {
        border: 1px solid #224b09;
        background-image: linear-gradient(to bottom, #36780f, #005900);
    }

/* select language */
.select-language form {
    margin-bottom: 0;
}

.select-language input {
    margin-bottom: 0;
}

.select-language button {
    padding: 2px 2px 1px 2px;
    margin-top: 5px;
    background-color: mediumpurple;
    color: #fff;
    text-shadow: none;
    margin-bottom: 0;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 15px;
}

/* login button */
.login-button {
    margin-top: 1px;
}

    .login-button a {
        border: 1px solid #9e5bba;
        background-color: #9e5bba;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0px 6px;
        border-radius: 2px;
        font-size: 12px;
        transition: .2s ease-in-out;
    }

        .login-button a:hover {
            background-color: #fff;
            color: #9e5bba;
        }

/*==============================================
			Main Header						
==============================================*/

.main-header {
    z-index: 100;
    margin: 10px 0px;
    position: relative;
    /* padding: 0px 30px; */
}

    .main-header .login-button {
        display: none;
    }


/* ----- Navbar ----- */
.navigation-area {
    width: 100%;
    position: relative;
    background-color: #efefef;
    border-bottom: 1px solid white;
}

.tg-nav {
    z-index: 2;
    text-transform: capitalize;
}

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: unset;
}

.navbar > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

nav .navbar-toggler {
    color: #fff !important;
}

    nav .navbar-toggler .navbar-toggle-text {
        font-size: 15px;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    padding: 0.4rem 0.4rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}

/* Navbar icon dashed color start */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #9e5bba;
    border-radius: 2px;
}

/* Navbar icon dashed color end */

.navigation {
    width: 100%;
    padding: 0;
    line-height: inherit;
}

    .navigation ul {
        margin: 0;
        list-style: none;
        line-height: inherit;
    }

        /* nav .navigation ul {
    padding: 7px 0px 5px 0px !important;
} */

        .navigation ul li {
            line-height: inherit;
            list-style-type: none;
        }

    .navigation > ul > li {
        padding: 7px 0px 5px 0px !important;
    }

    .navigation li.menu-item-has-children {
        position: relative;
    }

    .navigation li.homo-logo-menu a {
        padding-left: 2px;
        padding-right: 10px;
    }

    .navigation li .home-logo {
        color: #727272;
        font-size: 20px;
    }

    .navigation li.dropdown_1 a {
        color: #84154d;
        transition: .2s ease-in-out;
    }

    .navigation li.dropdown_2 a {
        color: #1399be;
        transition: .2s ease-in-out;
    }

    .navigation li.dropdown_3 a {
        color: #6a0166;
        transition: .2s ease-in-out;
    }

    .navigation li.dropdown_4 a {
        color: #ff6600;
        transition: .2s ease-in-out;
    }

    .navigation li.dropdown_5 a {
        color: #258247;
        transition: .2s ease-in-out;
    }


    .navigation li.dropdown_1:hover {
        background-color: #84154D;
    }

    .navigation li.dropdown_2:hover {
        background-color: #1399be;
    }

    .navigation li.dropdown_3:hover {
        background-color: #6a0166;
    }

    .navigation li.dropdown_4:hover {
        background-color: #ff6600;
    }

    .navigation li.dropdown_5:hover {
        background-color: #258247;
    }

    .navigation li:hover a {
        color: #fff !important;
    }

    .navigation .sub-menu li a {
        color: #000 !important;
    }

    .navigation ul li a {
        color: #666;
        display: block;
        font-size: 17px;
        padding: 3px 12px 0;
        font-weight: normal;
        font-family: 'Kalpurush', sans-serif;
        position: relative;
    }

    .navigation > ul > li > a {
        z-index: 2;
        display: block;
        line-height: 23px;
        border-right: 1px solid #c8c8c8
    }

    /* last dropdown menu popup from right */
    .navigation > ul > li:last-child > .sub-menu {
        /* right: 0; */
        left: auto;
    }

        .navigation > ul > li:last-child > .sub-menu .sub-menu {
            right: 100%;
            left: auto;
        }

.sub-menu {
    top: 150px;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 230px;
    background: #fff;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    border-top: 1px solid #ddd;
    margin: 10px;
}

.navigation .dropdown_1 .sub-menu {
    border-top: 8px solid #84154d;
    box-shadow: 0 3px 5px #84154d;
}

.navigation .dropdown_2 .sub-menu {
    border-top: 8px solid #1399be;
    box-shadow: 0 3px 5px #1399be;
}

.navigation .dropdown_3 .sub-menu {
    border-top: 8px solid #6a0166;
    box-shadow: 0 3px 5px #6a0166;
}

.navigation .dropdown_4 .sub-menu {
    border-top: 8px solid #ff6600;
    box-shadow: 0 3px 5px #ff6600;
}

.navigation .dropdown_5 .sub-menu {
    border-top: 8px solid #258247;
    box-shadow: 0 3px 5px #258247;
}

.sub-menu .sub-menu {
    left: 100%;
}

.sub-menu li {
    width: 100%;
    float: left;
}

    .sub-menu li + li {
        border-top: 1px solid #ddd;
    }

.navigation .sub-menu li:hover a {
    background-color: #eee;
    display: block;
}

.sub-menu > li > a:before,
.mega-menu-col > ul > li > a:before {
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    content: '';
    position: absolute;
}

.sub-menu > li:hover > a:before,
.sub-menu > li > a:hover:before,
.mega-menu-col > ul > li:hover > a:before,
.mega-menu-col > ul > li > a:hover:before {
    height: 100%;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children .menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children .menu-item-has-children:hover > .sub-menu {
    top: 0;
}

.tg-dropdowarrow {
    top: 10px;
    z-index: 5;
    color: #fff;
    right: 10px;
    width: 20px;
    height: 20px;
    display: none;
    cursor: pointer;
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    background: #333;
}

    .tg-dropdowarrow i {
        display: block;
        font-size: 8px;
        line-height: inherit;
    }

.tg-open > .tg-dropdowarrow i:before {
    content: '\f107';
}

/* transition */
.navigation ul li a,
.sub-menu {
    transition: all 300ms ease-in-out;
}

/*==============================================
			    Slider					
==============================================*/
.slider-area {
    /* padding: 0 30px; */
    overflow: hidden;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        float: left;
        width: 100%;
        border: 0;
        height: 220px;
    }

/*==============================================
			    Main Content					
==============================================*/


/*-------- Home Page-------- */
/* .main {
    padding-left: 30px;
    padding-right: 30px;
} */

.main-content-banner {
    margin-bottom: 10px;
}

    .main-content-banner img {
        width: 100%;
        height: 220px;
    }

/* .main-content-heading {
    margin-bottom: 40px;
} */

/* scrolling notice */
.scrolling_notices {
    margin-bottom: 10px;
}

    .scrolling_notices .bk-org {
        padding: 5px;
        background-color: #609513 !important;
        color: #fff;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .scrolling_notices #latest_news {
        background: #EFEFEF;
    }

    .scrolling_notices ul {
        list-style: disc;
    }

    .scrolling_notices .latest_icon {
        height: 170px !important;
    }

        .scrolling_notices .latest_icon li {
            line-height: 18px;
            font-size: 14px;
        }

        .scrolling_notices .latest_icon ul li {
            background: rgba(0, 0, 0, 0) url(../image/bg_block_list.png) no-repeat scroll center left 10px !important
        }

            .scrolling_notices .latest_icon ul li a {
                padding-left: 30px;
            }

    /* Day Status */
    .scrolling_notices .day-status {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .scrolling_notices .day-status a {
            padding: 4px 10px 2px 10px;
            background: #609513;
            color: #fff;
            font-size: 14px;
            border-radius: 1px;
            line-height: 20px;
        }

/* sidebar content */
.sidebar-content-col3 {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .sidebar-content-col3 .designation {
        background-color: #609513 !important;
        color: #fff;
        margin-bottom: 10px;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
    }

    .sidebar-content-col3 .content {
        display: flex;
    }


    .sidebar-content-col3 img {
        width: 230px;
        height: auto;
        margin-bottom: 10px;
    }

    .sidebar-content-col3 .description .name-title {
        margin-bottom: 16px;
    }

    .sidebar-content-col3 .description .name {
        font-size: 14px;
        color: #000;
    }

    .sidebar-content-col3 .description .title {
        font-size: 10px;
    }

    .sidebar-content-col3 .description .country {
        line-height: 20px;
    }

    .sidebar-content-col3 .description .country-desig {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

    .sidebar-content-col3 .description-link {
        margin-top: 10px;
    }

        .sidebar-content-col3 .description-link p {
            margin-top: 10px;
            margin-bottom: 0;
        }

        .sidebar-content-col3 .description-link a {
            padding: 0px;
            margin: 0px;
            border: 0px;
            color: rgb(0, 0, 0);
            text-decoration-line: none;
            outline: 0px;
            font-size: 11px;
            font-weight: bold;
        }


/*--------- Search by letter page--------- */
/* alphabet search */
.alphabet-search-area {
    margin-bottom: 50px;
}

    .alphabet-search-area .alphabet-div {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 20px;
        text-align: center;
    }

        .alphabet-search-area .alphabet-div button {
            background-color: #c2fbd7;
            border-radius: 100px;
            box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
            color: green;
            cursor: pointer;
            font-family: 'Kalpurush', sans-serif;
            padding-top: 3px;
            width: 50px;
            height: 35px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            text-decoration: none;
            transition: all 250ms;
            border: 1px solid #b3f4cc;
            font-size: 16px;
            user-select: none;
            touch-action: manipulation;
            font-weight: bold;
            text-shadow: 0 1px rgba(255, 255, 255, .75);
            line-height: normal;
        }

            .alphabet-search-area .alphabet-div button:hover {
                box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
                transform: scale(1.05) rotate(-1deg);
                color: #222;
                background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
                border: 1px solid #888;
                border-top: 1px solid #aaa;
                border-left: 1px solid #aaa;
            }

/* search output table */
.search-output-table thead th {
    font-size: 17px;
    font-weight: 400;
}

.search-output-table tbody td {
    font-size: 14px;
}

/* Main search2 */
.main-search2 {
    border: 1px solid #d8d8d8;
}

    .main-search2 .subject {
        width: 100%;
    }

    .main-search2 .subject {
        margin-top: 15px;
        padding: 5px;
    }

        .main-search2 .subject span {
            display: block;
            font-weight: bold;
            font-size: 13px;
        }

    .main-search2 .search-input-area {
        padding: 5px;
        border-left: 1px solid #d8d8d8;
    }

    .main-search2 input {
        padding: 12px 10px 8px 10px;
        margin: 0;
        border: 1px solid #ccc;
        outline: none;
        border-radius: 2px;
        font-size: 13px;
        font-family: 'Kalpurush', sans-serif;
        color: #777;
        width: 220px;
        max-width: 100%;
        display: block;
        background: #fff;
    }

        .main-search2 input:focus {
            border: 1px solid #ccc;
        }

    .main-search2 .search-submit-btn {
        padding: 5px;
        border-left: 1px solid #d8d8d8;
    }

        .main-search2 .search-submit-btn button {
            padding: 12px;
            margin-bottom: 0px;
            background: #d35400;
            color: #fff;
            font-family: 'Kalpurush', sans-serif;
            border: 1px solid #888;
            border-top: 1px solid #aaa;
            border-left: 1px solid #aaa;
            border-radius: 6px;
            box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
            box-sizing: border-box;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 16px;
            outline: 0;
            text-align: center;
            text-rendering: geometricprecision;
            text-transform: none;
            user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            text-decoration: none;
            text-shadow: 0 1px rgba(255, 255, 255, .75);
        }

            .main-search2 .search-submit-btn button:hover {
                background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
                background-position: 0 0;
                color: #FF4742;
            }


/*****************************/
/* Footer */
/*****************************/
.footer-top {
    margin-top: 60px;
}

    .footer-top img {
        width: 100%;
        height: auto;
    }

footer {
    width: 100%;
    color: #333;
    background-color: #ebebeb;
    border-bottom: 3px solid #9E5BBA;
    padding: 25px 30px 0px 30px;
    margin-bottom: 0px;
    /*padding: 25px 30px 10px 30px;
    margin-bottom: 60px;*/
}

    footer .footer-col-1,
    footer .footer-col-2,
    footer .footer-col-3,
    footer .footer-col-4 {
        margin-bottom: 30px;
    }

    footer .heading-text {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    footer ul li {
        line-height: 24px;
        margin-bottom: 0px;
    }

        footer ul li a {
            line-height: 20px;
            margin-bottom: 0px;
            font-size: 15px;
        }

.bottom-footer p {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 14px;
}
