
#main_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.blog-post{
    margin-top: -70px;
}
@media only screen and (max-width: 768px) {
    #main_container{
        width: 100%;
        margin: 0 auto;
    }
    .blog-post{
        margin-top: 50px;
    }
}


.card-body{
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .card-body{
        padding: 0;
    }
}
.header_image img{
    max-width:100%;
    height:auto;
}
@media only screen and (max-width: 768px) {
    .header_image img{
        height:120px;
    }
}
@media only screen and (max-width: 768px) {
    .content-wrapper>.content {
        padding: 0;
    }
}

.navbar-nav .nav-item .nav-link{
    color:white;
    font-family: 'Noto Sans Bengali', sans-serif;
    margin-left:-12px


}

.navbar-nav .nav-item .nav-link:not(:last-child .special)::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: darkgoldenrod;
    transition: width .3s

}

.navbar-nav .nav-item .nav-link:not(:last-child .special):hover::after{
    color:darkgoldenrod;
    width: 100%;


}

.navbar-nav .nav-item .nav-link:not(:last-child .special):hover{
    color:darkgoldenrod;
}

@media only screen and (max-width: 768px) {
    .navbar-nav .nav-item .nav-link{
        padding:5px 20px;
    }
}
.navbar-nav .nav-item {
    margin-left: -20px ;
}

.carousel-item {
    height: 400px; /* Adjust the height as needed */
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* This ensures the image covers the entire carousel item */
}

.list-group-item {
    padding: 0.5px;
}


#say{
    margin: 50px 0;
}
#service_card{
    min-height: 260px;
}
#service_card ul li a{
    color:grey;
    font-size: 12px;
    transition: font-size 0.5s;
}
#service_card ul li a:hover{
    color:black;
    font-size: 13px;

}
h5{
    border-bottom:2px solid goldenrod;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h6{
    border-bottom:2px solid goldenrod;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0A4275;
}
.text-justify{
    font-size:13px

}
.text-justify img{
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
}

#mojib{
    overflow: hidden;
    font-size:1em;
    font-weight:bold;
}
#mojib h6{
    font-size:16px;
    font-weight: bold;
    padding: 10px 0;
    color: #0A4275;
    text-align: center;
    border-bottom: 2px solid goldenrod;
}
@media only screen and (max-width: 768px) {
    #mojib h6{
        font-size:1em;

        padding: 8px 0;
    }

}
#mojib img{
    width: 100%;
    height:100%;
    padding:0 20px
}
#important ul{
    padding:0;
    margin: 2px 0;
    list-style-type: none;

}

#important ul li{
    padding: 4px 8px;
    font-size: 14px;
    border-bottom: 1px solid goldenrod;


}
#important ul li a{
    color: grey;
}
#important ul li:hover{
    background-color: wheat;
    border-bottom: 1px solid greenyellow;

}
#important ul li a:hover{
    color: black;


}
#important ul li:last-child{
    border-bottom: none;
}

.carousel-inner .my{
    height:auto;

}
.carousel-inner .carousel-item img{
    width:100%;
}
.carousel-caption h5{
    color:red;
}
/*contact css*/

#contatti{
    background-color: #70c3be;
    letter-spacing: 2px;
}
#contatti a{
    color: #fff;
    text-decoration: none;
}



#author a{
    color: #fff;
    text-decoration: none;

}

.video-testimonial-block {
    position: relative;
    width: auto;
    height: 206px;
    overflow: hidden;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {

    .video_iframe{
        width: 100%;
        height: 250px;
    }
}

.video-testimonial-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
}
.iframe{
    height: auto;
    width: auto;
}

@media only screen and (max-width: 768px) {

    .iframe{
        padding-left: 20px;
        height: auto;
        width: 100%;
    }
}


.main_buttom ul{
    list-style-type: none;
    padding-left: 0;

}
.main_buttom ul li{
    padding: 10px 0;
    text-align: center;



}

.main_buttom ul li a{
    color: #0A4275;
    font-weight: bold;
}
.main_buttom ul .item-1{
    background-color: rgb(219, 219, 219);
    border-bottom: 1px solid goldenrod;
}
.main_buttom ul .item-2{
    background-color: rgb(236, 236, 236);
    border-bottom: 1px solid goldenrod;
}

.main_buttom ul .item-3{
    background-color: #dbdada;
    border-bottom: 1px solid goldenrod;
}


    #notice_board {
        background: url('https://www.transparenttextures.com/patterns/paper-fibers.png'); /* হালকা টেক্সচারড ব্যাকগ্রাউন্ড */
        background-color: #fefefe;
        background-repeat: repeat;
        padding: 40px 20px;
        border-radius: 16px;
    }

    .notice-card {
        border-radius: 16px;
        overflow: hidden;

        background-color: #fff;
    }

    .notice-header {
        background-color: rgb(255, 255, 255);
        color: #0A4275;
        padding: 10px 25px;
        font-weight: 600;
        font-size: 17px;
        border-bottom: 2px solid #e1e1e1;
        margin-bottom: 0; /* মার্জিন রিমুভ করা হলো */
    }

    .notice-list li {
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
        transition: background 0.3s ease;
    }

    .notice-list li:hover {
        background-color: #fdf5e6;
    }

    .notice-title {

        font-size: 15px;
        color: #1d1d1d;
    }

    .notice-title:hover {
        color: #b6b5b4;

    }

    .notice-date {
        font-size: 11px;
        color: rgb(196, 143, 0);
    }

    .see-all {
        padding: 10px 20px;
        text-align: right;
    }

    .see-all a {
        font-size: 13px;
        color: goldenrod;
        text-decoration: none;
        font-weight: 500;
    }

    .see-all a:hover {
        color: #c27a00;
        text-decoration: underline;
    }
    .section-heading {
        font-size: 20px;
        font-weight: bold;
        color: #0056b3;
        border-bottom: 2px solid #007bff;
        display: inline-block;
        padding-bottom: 5px;
      }

