.about-image .img-one {
    top: 0 !important;
}

.about-section {
    padding-top: 0 !important;
}

.department-section {
    padding-bottom: 0 !important;
}

/* .menu-logo{
    padding: 10px 20px !important;
} */

.service-link-box {
    background-image: none;
}

.about-two-author-content-contact {
    margin-left: 2px !important;
}

.page-banner-title h3, .page-breadcrumbs li, .page-breadcrumbs a{
    color: #000;
    text-shadow: 1px 1px 2px #FFF;
}

.department-details-content-box p {
    margin-bottom: 1rem !important;
}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}