img {
    width: 100%;
    height: 100%;
}

.bangadesh-logo {
    width: 90px;
}

.admin-header-img {
    width: 14%;
    text-align: end;
}

.admin-header-img img {
    border-radius: 50px;
    width: 125px;
    height: 125px;
}

.container-fluid {
    width: 95%;
}

.admin-header {
    text-align: center;
    width: 75%;
}

.header-main {
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.admin-header h3 {
    font-size: 58px;
    font-weight: bold;
    line-height: 80px;
    margin: 0;
    margin-top: 5px;
}

.admin-header span {
    line-height: 50px;
    font-size: 25px;
    font-weight: bolder;
}

.admin-details {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
}

.admin-details span {
    font-size: 15px;
    font-weight: 600;
}

.admin-district {
    padding-right: 8%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    border: 1px solid #0000009c;
}

.info-table {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.all-info td {
    height: 45px;
}

.table-headding td {
    font-weight: 600;
    font-size: 16px;
}

.info-years td {
    font-weight: 600;
}

#header {
    width: 100%;
    float: left;
    height: auto;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
}

.headertop {
    padding: 5px;
    width: 100%;
    height: auto;
    text-align: center;
}

.headertop a {
    text-align: center;
}

.headertop a img {
    width: auto;
    max-height: 60px;
}

.img-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav {
    width: 100%;
    border-top: 1px solid #ddd;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    background: #1c7400;
    height: 40px;
}

.main-nav,
.main-nav * {
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: BNG, SutonnyBanglaOMJ, SolaimanLipi;
    font-weight: 500;
    text-decoration: none;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #1c7400;
    text-decoration: none;
    background: #fff;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #1c7400;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1c7400;
    background: #fff;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #74b5fc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.admin-header-section {
    background: rgba(250, 252, 200, 255);
}

.updatearea-mq {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 0px;
}

.banner-slider {
    height: 375px;
    width: 100%;
    margin-top: 3px;
}

.banner-slider img {
    height: 375px;
    width: 100%;
}

.heder-info {
    height: 72px;
}

@media (max-width:992px) {
    .banner-slider {
        height: 150px;
        width: 100%;
        margin-top: 3px;
    }
    .banner-slider img {
        height: 150px;
        width: 100%;
    }
    .heder-info {
        height: 60px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .heder-info {
        height: 30px !important;
    }
}

.scrolling_update {
    height: 30px;
    background-color: #0C3F06;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.marquee {
    width: 100%;
    height: auto;
    float: left;
    padding: 3px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    border: 1px solid #ccc;
}

.marquee marquee {
    height: 100%;
}

.marquee ul {
    position: absolute;
}

.marquee ul li {
    list-style: none;
    display: inline;
    width: auto;
}

.marquee ul li a {
    width: auto;
    height: auto;
    float: left;
    padding: 0 3px;
    color: #666;
    font-size: 14px;
    display: inline;
    text-decoration: none;
}

.marquee ul li a p {
    padding: 0;
    margin: 0;
}

@media (max-width:992px) {
    .admin-header h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        margin: 0;
        margin-top: 5px;
    }
    .admin-header-img img {
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }
    .admin-header span {
        line-height: 30px;
        font-size: 15px;
        font-weight: 600;
    }
    .admin-district {
        padding-right: 0%;
    }
    .admin-details span {
        font-size: 12px;
        font-weight: 800;
    }
    .admin-table {
        overflow-x: scroll;
    }
    .info-table {
        width: 1300px;
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .admin-header h3 {
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
        margin: 0;
        margin-top: 5px;
    }
    .admin-header span {
        line-height: 40px;
        font-size: 20px;
        font-weight: 600;
    }
    .admin-header-img img {
        border-radius: 50px;
        width: 70px;
        height: 70px;
    }
}

#footer {
    background: #00428a;
    padding: 0;
    color: #eee;
    font-size: 14px;
    width: 100%;
    float: left;
}

#footer .footer-top {
    background: #004a99;
    padding: 20px;
    width: 100%;
    float: left;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 10px;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ecf5ff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a i {
    line-height: 0;
}

#footer .footer-top .social-links a:hover {
    background: #0067d5;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 2px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #74b5fc;
}

#footer .footer-top .footer-contact p {
    line-height: 20px;
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #007bff;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #0062cc;
}

#footer .copyright {
    text-align: center;
    padding: 3px;
    width: 100%;
    float: left;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
    width: 100%;
    padding: 3px;
    float: left;
}

#footer .credits a {
    color: #bfddfe;
}

#footer .credits a:hover {
    color: #f1f7ff;
}

a {
    text-decoration: none;
}

.slick-list {
    padding: 0 !important;
}

.slick-arrow {
    position: absolute;
    z-index: 9999;
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 27px;
    line-height: 15px;
    border: none;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.banner-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slick-arrow:hover {
    background: #fff;
    color: #000;
}

.slider {
    display: flex !important;
    justify-content: space-between;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

#services .box {
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 10px 20px 0;
    background: #fff;
    box-shadow: 0 0 2px 2px #eaeaea;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    float: left;
}

.section-header h3 {
    font-size: 22px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 5px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    background: #aec9a5;
}

#services .box center img {
    width: auto;
    height: auto;
    max-height: 100px;
    padding: 3px;
}

#calendar tbody,
#calendar td,
#calendar tfoot,
#calendar th,
#calendar thead,
#calendar tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    border: none;
}

.elegant-calencar {
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
    box-shadow: 0 0 5px #c9c9c9;
    text-align: center;
    margin: 0;
    position: relative;
    font-family: Arial, Helvetica, sans-serif !important;
}

#header-calender {
    font-family: Arial, Helvetica, sans-serif !important;
    height: auto;
    background-color: #0C3F06;
    margin-bottom: auto;
}

.pre-button,
.next-button {
    margin-top: 40px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 25px;
    color: #e66b6b;
    border-radius: 50%;
    float: left !important;
}

.pre-button,
.next-button i {
    font-size: 30px;
}

.pre-button:hover,
.next-button:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pre-button:active,
.next-button:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.pre-button {
    float: left;
    margin-left: 0;
}

.next-button {
    float: right;
    margin-right: 1em;
}

.head-info {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.head-day {
    margin-top: 0;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.head-month {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 1;
    color: #fff;
}

#calendar {
    width: 100%;
    margin: 0;
}

#calendar tr {
    height: 2em;
    line-height: 2em;
}

#calendar thead tr {
    color: #e66b6b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

#calendar tbody tr {
    color: #252a25;
}

#calendar tbody td {
    width: 25px !important;
    height: 25px !important;
    border-radius: 40% !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in!important;
    transition: all 0.2s ease-in;
    text-align: center;
    margin: 5px;
}

#calendar tbody td:hover,
.selected {
    color: #fff;
    background-color: #0C3F06;
}

#calendar tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#today {
    background-color: #e66b6b;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#disabled {
    cursor: default;
    background: #fff;
}

#disabled:hover {
    background: #fff;
    color: #c9c9c9;
}

#reset {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 0 3px !important;
    height: auto;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 11px !important;
}

#reset:hover {
    color: #e66b6b;
    border-color: #e66b6b;
}

#reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#services .box h4 {
    padding: 5px;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

#services .box p {
    padding: 2px 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
}

#services .box a {
    color: #993300;
    padding: 0px;
    float: left;
}

p {
    padding: 0;
    margin: 0;
}

.info-center h2 {
    font-size: 20px;
    padding: 10px 0;
}

.info-center p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

strong {
    font-weight: 500;
}

#services .box .lists ul li a img {
    width: 100%;
    height: auto;
    padding: 3px;
}

.section-header h3 {
    font-size: 22px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 5px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    background: #aec9a5;
}

#services .box .lists ul li a .name {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    color: #000;
}

#services .box .lists ul li a .designation {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    width: 100%;
}

#services .box .lists ul li {
    list-style: none;
    display: inline;
}

#services .box .lists ul li a {
    width: 100%;
    height: auto;
    float: left;
    padding: 3px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 15px;
}

#services .box .lists ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    padding: 0;
}

#services .box .grid ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    padding: 0;
}

#services .box .lists {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    color: #000;
}

#services .box .grid {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
}

#services .box .grid ul li {
    list-style: none;
    display: block;
}

#services .box .grid ul li a {
    width: 32%;
    height: auto;
    float: left;
    padding: 5px;
    margin: 3px;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    border-radius: 5px;
    box-shadow: #f5f5f5 0 0 2px 2px;
}

#services .box .grid ul li a img {
    width: auto;
    max-width: 100px;
    height: auto;
    padding: 0;
}

#services .box .grid ul li a .name {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.info h2 {
    font-size: 16px;
    padding: 5px 30px;
    font-weight: 500;
}

.time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}

.time>* {
    margin: 0 0.5em;
}

.progress {
    flex-grow: 2;
    height: 0.125em;
    background-color: #999;
    border-radius: 0.0625em;
    box-shadow: 0 0.0625em rgba(255, 255, 255, 1);
    cursor: pointer;
}

.progress span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #666;
}

.actions {
    position: relative;
    width: 100%;
    padding: 1em 0 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    appearance: none;
    outline: none;
    position: relative;
    padding: 0;
    font-size: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.button {
    width: 2.5em;
    height: 2.5em;
    border: none;
    border-radius: 50%;
}

.button::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 53%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 0.125em solid #ccccccc7;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px -3px;
}

.button:hover::before {
    background-color: #fcfcfc;
}

.play-pause {
    width: 3em;
    height: 3em;
}

.rw {
    right: -0.25em;
    margin-left: 0.375em;
    transform: scaleX(-1);
}

.ff {
    left: -0.25em;
    margin-right: 0.375em;
}

.button .arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 23%;
    height: 30%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.button .arrow::before,
.button .arrow::after {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    height: 100%;
    transform: scale(1.2, 0.7) rotate(45deg);
    background-color: #000000b0;
    box-shadow: inset 0 0.125em 0.125em -0.0625em rgba(0, 0, 0, 0.15), 0.0625em 0.0625em 0.125em rgba(255, 255, 255, 1);
}

.button .arrow::after {
    left: 0;
    transform: none;
    background-color: transparent;
    box-shadow: inset 0.0625em 0 0.125em -0.0625em rgba(0, 0, 0, 0.1);
}

.paused .play-pause .arrow {
    margin-left: 0.1875em;
}

.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
    left: 0;
    width: 0.2375em;
    transform: none;
    background-color: #ddd;
    box-shadow: inset 0.0625em 0.125em 0.125em -0.0625em rgba(0, 0, 0, 0.15), 0.0625em 0.0625em 0.125em rgba(255, 255, 255, 1);
}

.playing .play-pause .arrow::after {
    left: auto;
    right: 0;
}

.rw .arrow,
.ff .arrow {
    width: 20%;
    height: 20%;
    margin-left: 12%;
}

.rw .arrow:first-child,
.ff .arrow:first-child {
    margin-left: -4%;
}

.button:active .arrow::before,
.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
    background-color: #000000b0;
}

.shuffle {
    width: 1.375em;
    height: 1.375em;
    color: #000000b0;
    font-size: 10px;
}

.shuffle .arrow {
    position: absolute;
    top: 0.1875em;
    left: 0;
    width: 0.375em;
    height: 0.125em;
    color: inherit;
    background-color: currentColor;
}

.shuffle .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 0.125em);
    width: 0.5em;
    height: 1em;
    transform: skewX(30deg);
    border-bottom: 0.125em solid;
    border-left: 0.125em solid;
    box-shadow: -0.3125em 0em 0 -0.1875em #eee, inset 0.375em 0.25em 0 -0.25em #eee;
}

.shuffle .arrow::after {
    content: '';
    position: absolute;
    top: 0.6875em;
    left: calc(100% + 0.625em);
    border: 0.25em solid transparent;
    border-left-width: 0.375em;
    border-left-color: currentColor;
}

.shuffle .arrow:first-child {
    transform-origin: 0 0.5em;
    transform: scaleY(-1);
}

.repeat {
    width: 1.375em;
    height: 1.375em;
    color: #000000b0;
    border: 0.125em solid;
    border-right-color: transparent;
    border-radius: 50%;
    font-size: 10px;
}

.repeat::before {
    content: '';
    position: absolute;
    top: -0.125em;
    left: -0.125em;
    width: calc(100% + 0.25em);
    height: calc(100% + 0.25em);
    transform: rotate(-45deg);
    border: 0.125em solid transparent;
    border-right-color: currentColor;
    border-radius: 50%;
}

.repeat::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.3125em;
    border: 0.25em solid transparent;
    border-top-width: 0.375em;
    border-top-color: currentColor;
}

.shuffle.active,
.repeat.active {
    color: #bde;
}

@keyframes spin {
    100% {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.all-info {
    background: #fbfaf6;
}

.info-center {
    padding-bottom: 10px;
}

.slick-slide {
    display: block !important;
    float: left;
    min-height: 1px;
    margin: 0px !important;
}