.my-2 {
    width: 40%;
}

#thanaDropdown {
    display: none;
}

li.dropend:hover #thanaDropdown {
    display: inline-block;
}

.btn-primary a {
    color: white;
    text-decoration: none;
}


.btn-primary.headerbtn:hover {
    background-color: #007bff !important;
}
.social-media-list a i {
    color: #ccc;
}
.big-padding.containerpadding{
    padding-top: 15px !important;
}
.gallery-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.profile-img {
    max-height: 300px;
    float: right;
    margin-left: 20px;
}

.scrolling-image {
    width: 100%;
    height: auto;
}

.abut-detail {
    text-align: left;
    margin-top: 20px;
}
.img-fluid {
    height: 170px;
    margin-top: 20px;
}
.img-size{
    height: 109px;
}
.hidden{
    display: none;
}
.image-size{
    margin-top: 44%;
    height: 50%;
    max-width: 100%;
    transition: transform 0.2s;
}
.img-size:hover {
    transform: scale(1.1);
}
.structure_objective li{
    list-style: disc !important;
}
.img-blog{
    width: 352px;
    height: 198px;

}
.img-footer{
    width: 72px;
    height: 42px;
}

/* header section a tag color change */
.custom-ul a {
    color: #000000;
    font-size: 14px;
}
/* gallery page more/less showing bold */
.more-link {
    font-weight: bold;
    cursor: pointer;
}

/* blog image uing more property */
.img-blog {
    transition: transform 0.3s ease-in-out;
}

.img-blog:hover {
    transform: scale(1.1);
}
.img-blog {
    border: 2px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.img-blog {
    border-radius: 10px;
}

/* donate button making same size */
 .custom-btn {
     width: 30% !important;
     /* Adjust the width as needed */
 }







