.logo{
    height: 70px;
    width: 70px;
}
.icons{
    height: 80px;
    width: 125px;
}
.icons2{
    height: 55px;
    width: 125px;
}
.icons3{
    height: 95px;
    width: 115px;
}

/* For Event */
.event-block.active {
    background-color: #f9f9f9; /* Highlight the active event */
    transition: background-color 0.5s ease;
}

/* For gallery */
.inner-banner-gallery {
    padding: 100px 0;
    background: url("../images2/gallery.png");
    background-position: top;
    background-size: cover;
    position: relative;
    color: white;
}

/* For contact us */
.inner-banner-contat-us {
    padding: 100px 0;
    background: url("../images2/contact-us.png");
    background-position: top;
    background-size: cover;
    position: relative;
    color: white;
}

