/* GENERAL BUTTON STYLING */
@import url('https://fonts.maateen.me/kalpurush/font.css');


button,
button::after
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* button
{
    background: none;
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 1em auto;
    padding: 2em 6em;
    position: relative;
    text-transform: uppercase;
} */

/*button::before,
button::after
{
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}*/

/*button:hover
{
    color: #2ecc71;
}*/

/* BUTTON 5 */
.btn-5
{
    overflow: hidden;
}

.btn-5::after
{
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btn-5:hover:after
{
    height: 100%;
    width: 135%;
}


#notice_all_css{
    display: block;
    text-align: right;
}


body {
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font: 16px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*color: #000;*/
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Kalpurush', Arial, sans-serif !important;
}

.modal-table {
    overflow-y: scroll;
    height:400px;
    display: block;
    /*padding: none;*/
}

.box1
{
    /* border: 2px solid rgb(135, 247, 31);
    width: 100%;
    padding: 5px;
    background-color: #f0fceb;
    margin: 0 auto; */
    border: 2px solid rgb(79 8 140);
    width: 100%;
    padding: 5px;
    background-color: white !important;
    margin: 0 auto;
    float: right;
    box-shadow: 10px 9px 9px -4px #0000006e;
    border-radius: 10px;
}

.box p
{
    width: 500px;
}

.card-body1 {
    /*width: 500px;*/
    background-color: #fbebe4;
    border: 1px solid black;
    padding: 10px;
}


/* body {
     background: linear-gradient(rgba(246, 247, 249, 0.8), rgba(246, 247, 249, 0.8)), url('img/background.png') no-repeat center center fixed;
     background-size: cover
 }*/

/*--------Sh---------*/
.center_items
{
    text-align: center;
}

.notice_board_card
{
    background-color: #f2f2f2;
    border: 1px solid #cbc5c5;
    border-radius: 8px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.28);
}

.see_all
{
    position:absolute;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}

.mr_r10
{
    margin-right: 10px;
}

.accordion-button
{
    background-color: #e7f7f5;
}

.accordion-button:hover
{
    background-color: #dcfcf0;
}

.accordion-button:not(.collapsed)
{
    color: #ffffff;
    background-color: #8150b7;
    fill-rule: nonzero;
}


/*Images / Icon Style*/
.ico_size
{
    width: 30px;
}

.bg-white
{
    border-radius: 20px !important;
}

/*Footer Condition*/
footer a,footer span , footer p
{
    font-size: 12px !important;
}
.footer
{
    padding: 7px 0 !important;
    border-top: solid 3px;
    border-color: #4f088c;
    height: auto !important;
}
.footer h5
{
    font-size: 14px;
}

.container-fluid
{
    margin-top: 5px;
}

@media (max-width: 991.98px)
{
    /*.navbar-brand-box
    {
        margin-top: 25px;
    }*/

    /*.logo
    {
        line-height: 70px;
    }*/

    /*Dropdown-1*/
    .topnav .navbar-nav .nav-link
    {
        padding-left: 46px;
        padding-right: 0.1px;
        padding-top: 0.1px;
        padding-bottom: 0.1px;
    }

    /*Dropdown-1.1*/
    .topnav .dropdown .dropdown-item
    {
        margin-left: 40px;
    }
}


@media only screen and (min-width:320px) and (max-width: 480px)
{
    .dsktp_ml
    {
        margin-left: 15px;
    }

    .fxd
    {
        position: fixed;
    }

    .lng_btn_mr
    {
        margin-top: 45px;
        float: right;
    }

    .lng_btn_mr2
    {
        margin-top: 45px;
        float: right;
    }
}

@media only screen and (min-width: 801px) and (max-width: 991px)
{
    .g-recaptcha
    {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 792px)
{
    .lng_btn_mr
    {
        display: flex;
    }
    .lng_btn_mr2
    {
        display: flex;
    }
    .btn_en
    {
        margin-left: 4px;
    }
}

@media only screen and (min-width:320px) and (max-width: 575px)
{
    .dsktp_ml
    {
        margin-left: 15px;
    }

    .fxd
    {
        position: fixed;
    }

    .lng_btn_mr
    {
        margin-top: 45px;
        float: right;
    }

    .lng_btn_mr2
    {
        margin-top: 45px;
        float: right;
    }

    .lgin_dv
    {
        position: absolute;
        padding-right: 30px;
        padding-top: 10px;
    }
}

/*@media only screen and (min-width:480px) and (max-width: 600px)*/ /*Mobile*/
@media only screen and (min-width:698px) and (max-width: 701px) /*Mobile*/
{
    .col-md-5
    {
        max-width: 80%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px)
{
    .con_pad
    {
        margin-top: 10px;
    }
    .lng_btn_mr2
    {
        margin-top: 56px;
        margin-bottom: 10px;
        float: right;
        z-index: 2;
    }
}

@media only screen and (min-width:576px) and (max-width: 800px) /*Mobile*/
{
    .dsktp_ml
    {
        margin: 10px;
    }
    .notice_board
    {
        margin-top: 20px;
        margin-bottom: 150px;
    }
    .fxd_logo
    {
        position: absolute;
        margin-top: 10px;
        z-index: 1;
    }
    .lng_btn_mr
    {
        margin-top: 50px;
        float: right;
        z-index: 2;
    }

    .lng_btn_mr2
    {
        margin-top: 50px;

        z-index: 2;
    }
    .lgin_dv
    {
        position: absolute;
        padding-right: 30px;
        padding-top: 10px;
    }
    .col-md-5
    {
        max-width: 95%;
    }
    .pd_up
    {
        padding-top: 312px;
    }
}

@media only screen and (min-width:650px) and (max-width: 697px) /*Mobile*/
{

    .col-md-5
    {
        padding-right: 139px;
    }
}

@media only screen and (min-width: 620px) and (max-width: 649px) /*Mobile*/
{

    .col-md-5
    {
        padding-right: 95px;
    }
}

@media only screen and (min-width:701px) and (max-width: 752px) /*Mobile*/
{

    .col-md-5
    {
        padding-right: 170px;
    }
}

@media only screen and (min-width:753px) and (max-width: 768px) /*Mobile*/
{

    .col-md-5
    {
        padding-right: 170px;
    }
}

@media only screen and (min-width:575px) and (max-width: 800px) /*Mobile*/
{

    .col-md-7
    {
        flex: none;
        max-width: 100%;
    }
}


/*All of Devices (START)*/
@media only screen and (min-width:320px) and (max-width: 568px)
{
    .dsktp_ml
    {
        margin: 10px;
    }
    .notice_board
    {
        margin-top: 15px;
        margin-bottom: 230px;
    }
    .fxd_logo
    {
        position: absolute;
        margin-top: 10px;
        margin-left: 10px;
        z-index: 1;
        background-color: white;
        border-radius: 15px;
    }
    .flag{
       margin-top:50px;
       margin-left: 45px;

    }
    .txt_logo
    {
        font-size: 20px;
    }
    .logo_slogan
    {
        font-size: 12.5px;
    }
    .lng_btn_mr
    {
        margin-top: 56px;
        margin-bottom: 10px;
        float: right;
        z-index: 2;
    }

    .lng_btn_mr2
    {
        margin-top: 56px;
        margin-bottom: 10px;
        float: right;
        z-index: 2;
    }
    .lgin_dv
    {
        position: absolute;
    }
    .sddacr_pd
    {
        padding-top: 340px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 441px)
{
    .lng_btn_mr
    {
        /*margin-left: 103px;*/
        margin-left: 80px;
    }

    .lng_btn_mr2
    {
        /*margin-left: 103px;*/
        margin-left: 80px;
    }


}

@media only screen and (min-width: 442px) and (max-width: 650px)
{
    .lng_btn_mr
    {
        margin-top: 50px;
        float: right;
        margin-left: 204px;
        z-index: 2;
    }

    .lng_btn_mr2
    {
        margin-top: 50px;
        float: right;
        margin-left: 204px;
        z-index: 2;
    }
}


@media only screen and (min-width:1050px) and (max-width: 1180px)
{
    .lng_btn_mr
    {
        margin-bottom: 10px;
    }
    .lng_btn_mr2
    {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 780px)
{
    .lng_btn_mr
    {
        margin-top: 50px;
        float: right;
        margin-left: 204px;
        z-index: 2;
    }
    .lng_btn_mr2
    {
        margin-top: 50px;
        /*float: right;*/
        /*margin-left: 204px;*/
        z-index: 2;
    }
}

@media only screen and (min-width: 650px) and (max-width: 767px)
{
    .col-md-6
    {
        margin-top: 1%;
        margin-left: 11%;
    }
    .lng_btn_mr2
    {
        margin-top: 50px;
        /*float: right;*/
        /*margin-left: 204px;*/
        z-index: 2;
    }
}

@media only screen and (min-width:360px) and (max-width: 800px)
{
    .dsktp_ml
    {
        margin: 10px;
    }
    .notice_board
    {
        margin-top: 15px;
        margin-bottom: 200px;
    }
    .fxd_logo
    {
        position: absolute;
        margin-top: 10px;
        z-index: 1;
    }
    .txt_logo
    {
        font-size: 20px;
    }
    .logo_slogan
    {
        font-size: 12.5px;
    }

    .lgin_dv
    {
        position: absolute;
    }
    .sddacr_pd
    {
        padding-top: 340px;
    }
    /*Menu Icon*/
    /*body[data-layout="horizontal"] .navbar-brand-box
    {
        width: 50px;
    }*/
}

@media only screen and (min-width:390px) and (max-width: 851px)
{
    .notice_board
    {
        margin-top: 15px;
        margin-bottom: 200px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 900px)
{
    .col-md-6
    {
        margin-top: 1%;
        margin-left: 11%;
    }
    h4, .h4
    {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 801px) and (max-width: 819px)
{
    .col-md-6
    {
        margin-top: 1%;
        margin-left: 11%;
    }
    h4, .h4
    {
        font-size: 1rem;
    }
}

@media only screen and (min-width:820px) and (max-width: 1180px)
{
    .navbar-expand-lg .navbar-collapse
    {
        justify-content: space-around;
    }

    .lng_btn_mr
    {
        margin-top: 50px;
        float: right;
        z-index: 2;
    }

    .lng_btn_mr2
    {
        float: right;
        z-index: 2;
        margin-left: -17px;
    }

    .notice_board
    {
        margin-top: 15px;
        margin-bottom: 200px;
    }
    .lgin_dv
    {
        padding-top: 10px;
        padding-right: 10px;
    }
    .con_pad
    {
        padding: 30px 35px 30px 35px;
    }
}
/*All of Devices (END)*/

@media only screen and (min-width: 320px) and (max-width: 992px)
{
    .row
    {
        margin-top: 10px
    }
}

@media only screen and (min-width: 650px) and (max-width: 767px)
{
    .lng_btn_mr2
    {
        margin-left: 300px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px)
{
    .justify-content-center
    {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 522px)
{
    .nav-item
    {
        width: 100% !important;
    }
}

/*Menu Navbar's Font Size*/
@media only screen and (min-width: 990px) and (max-width: 1240px)
{
    .topnav .navbar-nav .nav-link
    {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1241px)
{
    .topnav .navbar-nav .nav-link
    {
        font-size: 18px !important;
    }
}

/*Desktop*/
@media only screen and (min-width:992px)/* and (max-width: 1600px)*/
{

    /*@media (min-width: 1200px)*/
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header
    {
        max-width: 100% !important;
    }
    .col-md-3
    {
        max-width: 23%;
    }

    .col-md-4
    {
        max-width: 445px;
    }

    .justify-content-center
    {
        margin-top: 10px;
        /* padding: 15px; */
    }
    .navbar-expand-lg .navbar-collapse
    {
        justify-content: space-around;
        margin-top: 7px;
    }
    .dsktp_ml
    {
        margin-left: 90px;
    }
    .fxd_logo
    {
        margin-top: 10px;
        margin-left: 10px;
        background-color: white;
        /* padding: 1px ; */
        padding: 7px 1px 3px 1px;
        margin-bottom: 10px;
        border-radius: 12px;
        margin-left: -71px;
    }
    .logo_slogan
    {
        font-size: 15.5px;
        /* padding: 1px 65px 0px 13px; */
        margin: 0px;
    }


    .notice_board
    {
        margin-top: 15px;
    }
    .m_b
    {
        margin-bottom: 110px;
    }
    .con_pad
    {
        padding: 30px 35px 30px 35px;
        margin-top: -7px;
    }
    /*Navbar Items CSS Customize*/
    body[data-layout=horizontal][data-topbar=light] .topnav
    {
        background-color: #cbf3ff;
        /*background-image: linear-gradient(322deg, #338198 0%, #58b48e 74%);*/
        height: 73px;
        border-bottom: 2px solid #47a6c3;
    }
    .navbar-header
    {
        border-bottom: 2px solid #47a6c3;
    }


    /*---Nav Sector [Depended] 1 (Start)---*/
    body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown > a
    {
        /*height: 43px;*/
        height: 38px;

        border-radius: 10px;
        margin: 17px 4px 0 0 !important;
        padding: 7px 14px 0 9px !important;
        background-image: linear-gradient(161deg, #47a6c3 0%, #74c9a6 74%);
        box-shadow: 2px 2px 2px rgba(136, 2, 2, 0.7);
    }

    /*Clicked or Active Nav Items CSS Button*/
    body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown.active > a
    {
        border-radius: 10px;
        margin: 17px 4px 0 0 !important;
        padding: 7px 14px 0 9px !important;
        background-image: linear-gradient(312deg, #7718c0 0%, #cb278e 74%);
        box-shadow: 2px 2px 2px #47a6c3;
    }
    /*---Nav Sector [Depended] 1 (End)---*/

    /*---Nav Sector 2 (Start)---*/
    a.nav-link
    {
        /*height: 43px;*/
        height: 38px;

        border-radius: 10px;
        margin: 17px 4px 0 0 !important;
        padding: 7px 14px 0 9px !important;
        background-image: linear-gradient(161deg, #47a6c3 0%, #74c9a6 74%);
        box-shadow: 2px 2px 2px rgba(136, 2, 2, 0.7);
    }

    a.nav-link.active
    {
        /*height: 43px;*/
        height: 38px;

        border-radius: 10px;
        margin: 17px 4px 0 0 !important;
        padding: 7px 14px 0 9px !important;
        background-image: linear-gradient(312deg, #7718c0 0%, #cb278e 74%);
        box-shadow: 2px 2px 2px #47a6c3;
    }
    /*---Nav Sector 2 (End)---*/

    /*Navigation Items Color*/
    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link
    {
        color: #0000FF !important;
        /*color: red !important;*/
    }

    /*Sub Menu's*/
    .topnav .dropdown .dropdown-menu
    {
        border-left: 2px solid #4f088c;
        border-right: 2px solid #4f088c;
        border-bottom: 2px solid #4f088c;
    }

    /*.dropdown-menu
    {
        right: -6%;
    }*/

    /*.topnav .dropdown .dropdown-menu
    {
        right: 1%;
    }*/

}

/*Navbar SUb-Items #Hover and Clicked CSS Customize*/
.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover
{
    color: #302f70;
    background-image: linear-gradient(315deg, #52a7c1 0%, #b3f6d8 74%);
}

/*Button Styles*/
.fnt_sz
{
    font-size: 16px;
    /* background-color: #3f1cdb; */
}

.login_bg_img
{
    background-image: url('/img/nis_bg_1.jpg');
    /*background-image: url('/img/nis_bg_0.3.png');*/
    /*background-image: url('/img/nis_bg_0.5.png');*/
    /*background-image: url('/img/nis_bg_0.7.png');*/
}
