
body {
   background: url(images/official-whatsapp-background-image.jpg);
    line-height: 1.5;
	font-family: 'SolaimanLipi', serif,Arial, sans-serif;
}
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}


.container {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 0px 20px #2020207b;
}
header .top_floating_area{
    width: 100%;
    padding: 12px 10px;
    color: #000;
    background: #d4f9d4;
    border-bottom: 3px solid #ff6600;
    margin: 0;
}

.slider-container{
    position: relative;
    overflow: hidden;
    background: green;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    text-align: center;
    height: 30vh;
}

.slide img {
    width: 100%;
    height: 100%;
}

.logo_fixed{
    position: absolute;
    left: 20px;
    top: 55px;
    z-index: 99;
    
}
.logo_fixed .logo{
    
}
.logo_fixed .logo .image{
    width: 80px;
    height: 80px;
    float: left;
    
}
.logo_fixed .logo .image img{
    width: 100%;
    height: 100%;
}
.logo_fixed .logo span{
    display:block;
    float: left;
    margin-top: 20px;
}
.logo_fixed .logo a{
    text-decoration: none;
    font-size:32px;
    margin-left: 15px;
    font-weight: bold;
    color: #000;
    /* text-shadow: 5px 5px 5px #000; */
}
.logo_fixed .logo a:hover{
    border-bottom: 3px solid #fff;
}


/* --- Styling of Navigations Bar --- */
nav {
    background-color: #eee;
}
header h6{
    padding-top: 3px;
}
header ul.right_dl{
    float: right;
}
header ul.right_dl li{
    list-style-type: none;
    float: left;
    margin-left: 5px;
}
header ul.right_dl li.date_bn{
    padding-top: 3px;
}
header ul.right_dl li button{
    margin-top: -3px;
    padding: 3px;
}

@media (max-width: 768px) {
    header .top_floating_area{
        text-align: center;
        padding-bottom: 5px;
    }
    header ul.right_dl{
        float: none;
        display: inline-block;
    }
}
/* Desktop navigation */
.nav-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    background: #eeeeee;
}

.nav-links li {
    margin-right: 2px;
    position: relative;    
}

.nav-links a {
    text-decoration: none;
    color: #202020;
    transition: color 0.3s ease;
    padding: 10px 8px;
    display: block;
    border-bottom: 2px solid #00000000;
}
.nav-links li:hover{
    background: #cccccc;
}
.nav-links li:hover a{
    color: #222;
}
.nav-links li a:active,.nav-links li a:focus,.nav-links li a:hover{
    border-bottom: 2px solid #000;
    color: #000;
    background: #fff;
}

/* Dropdown styles */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #cccccc;
    min-width: 160px;
    text-align: left;
    z-index: 99;
    animation-name: fadeInOpacitynavbar;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-duration: 0.4s;
}
@keyframes fadeInOpacitynavbar {
	0% {
		opacity: 0;
        margin-top:20px;
	}
	100% {
		opacity: 1;
        margin-top:0px;
	}
}

.dropdown-content li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #c5c5c5;
}
.dropdown-content li:hover{
    background: #eee;
}
.dropdown-content a {
    padding: 10px;
    color: #fff;
    display: block;
    text-decoration: none;
}

/* Hover effect for dropdown */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile navigation */
.mobile-menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px 15px;
}

.bar {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
}

/* --- Notice Part --- */
#notice-board{
    background: #f5f5f5;
    border: 1px solid #ccc;
}
#notice-board .notice-board-area{

}
#notice-board .notice-board-area h2{
    padding-bottom: 20px;
}
#notice-board .notice-board-area #notice-board-ticker{

}
#notice-board .notice-board-area #notice-board-ticker ul{

}
#notice-board .notice-board-area #notice-board-ticker ul li{
    padding: 5px 0;
}
#notice-board .notice-board-area #notice-board-ticker ul li a{
    color: #222;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
}
#notice-board .notice-board-area #notice-board-ticker ul li a:hover,#notice-board .notice-board-area #notice-board-ticker ul li a:focus{
    color: #5c22fb;
}
#notice-board .notice-board-area #notice-board-ticker ul li a i{
    color: #1bd41b;
    width: 15px;
    margin-right: 7px;
    float: left;
}
#notice-board .notice-board-area #notice-board-ticker ul li a span{
    width: calc(100% - 22px);
    line-height: 20px;
    float: left;
}

.allnotice{
    padding-top: 20px;
}
.allnotice a{
    float: right;
    color: #5c22fb;
    font-size: 0.9em;
}
#notice-board-ticker .allnotice a{
    margin-right: -20px;

}
.allnotice a i{
    font-size: 1.2em;
    margin-top: 2px;
}

/* --- News Part --- */
#news{
    background-color: #efefef;
    border: 1px solid #cccccc;
    margin: 20px 0;
    padding: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#news h5{
    font-weight: bold;
    float: left;
    margin-top: 7px;
}
#news .news-container{
    flex: 1;
    float: left;
}
#news .news-container .news-ticket{
    height: 25px;
    position: relative;
    margin: 0 auto;
    padding: -15px 10px;
    width: 100%;
    text-align: left;
    border: #efefef 1px solid;
    position: relative;
    overflow: hidden;
    color: #fff;
}
#news .news-container .news-ticket ul{

}
#news .news-container .news-ticket ul li {
    list-style-type: none;
    margin-right: 15px;
}
#news .news-container .news-ticket ul li a{
    color: #222;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    margin-top: -3px;
}
.allnews a{
    margin-top: -22px;
    color: 222;
    font-size: 0.9em;
}

/* --- Options Part --- */
.options{
    overflow: hidden;
    margin-top: 20px;
    height:45vh;
    
}
.options .image{
    width:100%;
    height:35vh;
    background: white;
    
}
.options .image h5{
   font-size:15px;
    
}
.options .image img{
    width: 80%;
    height: 100%;
}
@media (max-width: 768px) {
   .options .image img{
    width: 60%;
    height: 100%;
}

}
/* --- Right Area --- */
.area{
    padding-bottom: 10px;
}
.area_top{
    
}
.area_top h6.heading{
    background: rgb(142, 68, 173);
    color: #fff;
    padding: 10px 5px;
    font-size: 0.9em;
    margin-bottom: 0;
    line-height: 1.5;
}
.area_top .image{
background: #eeeeee;
}
.area_top .image img{
    width: 100%;
}
.area_top h5.name{
    font-size: 1.1em;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 10px;
}
.area_top h5.name a{
    color: rgb(142, 68, 173);
    text-decoration: none;
}
.area_top h5.name a:hover,.area_top h5.name a:focus{
    text-decoration: underline;
}

.service-list{

}
.service-list a{
    text-decoration: none;
}
.service-list h5{
    font-size: 1em;
    background: #ccc;
    text-align: center;
    color: black;
    padding: 10px 0;
}
.service-list h5:hover{
    background: #222;
    color: #fff;
}
.service-list ul{
padding: 10px 0;
padding-bottom: 0;
}
.service-list ul li {
    list-style-type: none;
    margin-bottom: 5px;
}
.service-list ul li a{
    font-size: 1em;
}
.service-list ul li a i{
    color: #1bd41b;
}
.service-list a.image_wrapper{
    overflow: hidden;
    display: block;
    margin-top: 10px;
}
.service-list a.image_wrapper img.image_btn{
    transition: ease 0.3s;
    width: 100%;
}
.service-list a.image_wrapper:hover img.image_btn{
    transform: scale(1.2);
}




/* -- eservice part start here -- */
.eservices{

}
.eservices .tab-links li {
    margin: 0px 1px;
    float: left;
    list-style: none;
    margin-top: 2px;
    
}
.eservices ul.tab-links a {
    padding: 9px 15px 5px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #9E5BBA;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    
}
.eservices ul.tab-links a:hover,
.eservices ul.tab-links a:focus {
    background: #e8e8e8;
    text-decoration: none;
    color: #9e5bba;
}
.eservices .tab-content {
    padding: 15px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    float: left;
    padding-bottom: 30px;
    width: 100%;
    border: 1px solid #ccc;
    
}
.eservices .tab-content .tab{
    padding-top: 10px;
}
.eservices .tab-content .tab .eservice_category{
    
}
.eservices .tab-content .tab .eservice_category ul{
    
}
.eservices .tab-content .tab .eservice_category ul li{
    width: 120px;
    float: left;
    margin: 10px 0px;
    list-style-type: none;
    margin-right: 10px;
}
.eservices .tab-content .tab .eservice_category a{
    width: 100%;
    float: left;
    color: #297101;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    line-height: 20px;
    font-size: 1.1em;
}
.eservices .tab-content .tab .eservice_category a img{
    width: 70px;
}
.eservices .tab-content .tab .eservice_category a span{
    margin-top: 10px;
    display: block;
}
.eservices .tab-content .tab .eservice_category a:hover span{
    color: #222222;
}

.eservice_column {
    display: none;
}
.active {
    display: block;
}
@media (max-width: 768px) {
    .eservices .tab-content .tab .eservice_category a img{
        width: 70px;
    }
    .eservices .tab-content .tab .eservice_category ul li{
        width: 100px;
        margin-right: 0;
    }
    .eservices .tab-content .tab .eservice_category ul li a{
        font-size: 1em;
    }


}





.eservice_column {
    display: none;
}
.active {
    display: block;
}

.area_application{
    border: 2px solid #ccc;

}
.area_application h3{
    font-weight: 600;
    color: rgb(0, 141, 42);
}
.area_application .form_area{
    font-size: 1.1em;
}
.area_application .form select,
.area_application .form input{
    margin-top: 1px;
    padding: 12px 10px;

}
.area_application .form label{
    margin-top: 16px;
    font-weight: bold;
}
.area_application .form_area .form-switch{
    margin-top: 30px;
    padding-left: 0;
}
.area_application .form_area .form-switch input.form-check-input{
    width: 60px;
    margin-right: 10px;
    margin-left: 0;
}

/* toggle content of form validation */
.collapsible input {
    cursor: pointer;
}
.collapsible span {
    
}
.collapsible .content {
    display: none;
    margin-top: 10px;
}
.collapsible input:checked + span + .content {
    display: block;
    padding-top: 2px;
}

@media (max-width: 768px) {
    .area_application .form_area .form-switch {
        margin-top: 30px;
        padding-left: 0;
    }
}





/* --- Footer Part --- */
.footer_image img{
    border-bottom: 10px solid #737272;
}
.footer_area{
    background: #ebebeb;
    padding-bottom: 20px;
    padding-top: 5px;
}
.footer_area .left{
    padding: 10px 12px;
}
.footer_area .left p{
    color: #222;
    float: left;
    font-size: 0.8em;
}
.footer_area .right{
    padding: 10px 12px;
}
.footer_area .right p{
    float: right;
    font-size: 0.8em;
    margin-bottom: 10px;
}
.footer_area .right p a{
    color: #222;
    text-decoration: none;
}



/* Add styles for slider animation */
@keyframes slide {
    0%, 100% { transform: translateX(0); }
    33.33% { transform: translateX(-100%); }
    66.67% { transform: translateX(-200%); }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
/* --- For Banner Part --- */
    .logo_fixed{
        top: 10px;
        left: -40px;
        transform: scale(60%);
        -webkit-transform: scale(60%);
        -moz-transform: scale(60%);
        -ms-transform: scale(60%);
        -o-transform: scale(60%);
    }
/* --- For Navigation Bar --- */
    .nav-links {
        display: none;
        flex-direction: column;
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-icon {
        display: flex;
        background: #222222;
    }
    .mobile-menu-icon .bar {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
    }
/* --- For Notice Part --- */
    #notice-board .notice-board-area #notice-board-ticker ul li a{
        font-size: 1em;
    }

}

/* -- paribarik_apply & sc_applications-css -- */
@media (min-width: 769px) {
    .lg_none{
        display: none;
    }
}
@media (max-width: 768px) {
    .sm_none{
        display: none;
    }
}
/* -- nagorik_sonod_apply-css -- */
label.nsap_mbn{
    padding-top: 19px;
}
@media (max-width: 768px) {
    label.nsap_mbn{
        padding-top: 0;
    }
}
 .table_area tbody tr:nth-of-type(2n + 1) {
    background-color: #f6f6f6;
}
/* Default styles for the table */
a.plus_btn {
    background: #1e8638;
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
    font-size: 1em;
}
.responsive-table {
  width: 100%;
  border: 1px solid #ccc;
}

.responsive-table th,
.responsive-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
}

/* Bold styling for the first row */
.responsive-table tbody tr:first-child th {
  font-weight: bold;
}

/* Media query for mobile devices (adjust max-width as needed) */
@media (max-width: 768px) {
  .responsive-table th:nth-child(n+5),
  .responsive-table td:nth-child(n+5) {
    display: none;
  }
  
  .responsive-table .hide-mobile {
    display: none;
  }
}
