.header-container img {
    display: block;
}
.header-container img.emblem {
    height: 120px;
}
.header-container img.palghar-seal {
    height: 120px;
}
.header-container img.seal-of-maharashtra {
    width: 120px;
    height: 120px;
}
.navigation .navbar-toggler {
    color: #fff;
    border-color: #fff;
    outline: none;
}
.navigation .navbar-toggler .navbar-toggler-icon {
    stroke: #ffffff;
    color: #ffffff;
}
.navigation a {
    color: inherit !important;
}
.parallax-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.parallax-image-container .parallax-image {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-image-container .links a {
    color: inherit;
    font-size: 18px;
    padding: 5px 0;
}
.parallax-image-container .links a:not(:first-child) {
    margin-left: 10px;
    padding: 5px 10px;
    border-left: 1px solid #e0e0e0;
}
.department-plan-information .departments-container {
    overflow: hidden;
    border: 1px solid #cac9c9;
    border-radius: 15px;
}
.department-plan-information .departments-container .department-link {
    padding: 10px 20px;
    border-bottom: 1px solid #cac9c9;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.department-plan-information .departments-container .department-link:hover,
.department-plan-information .departments-container .department-link:focus {
    background-color: #b2dfdb;
}
.department-plan-information .departments-container .department-link.active {
    background-color: #80cbc4;
}
.department-plan-information .department-details .sub-categories-header {
    overflow-y: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
}
.department-plan-information .department-details .sub-categories-header button {
    border-radius: 10px;
}
.department-plan-information .department-details .sub-categories-header .sub-category:hover,
.department-plan-information .department-details .sub-categories-header .sub-category:focus {
    color: white !important;
    background-color: #3fb0f5;
}
.department-plan-information .department-details .sub-categories-header .sub-category.active {
    color: white !important;
    background-color: #3fb0f5;
}

.department-plan-information .department-details .sub-categories-header2 {
    overflow-y: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
}
.department-plan-information .department-details .sub-categories-header2 button {
    border-radius: 10px;
}
.department-plan-information .department-details .sub-categories-header2 .sub-category:hover,
.department-plan-information .department-details .sub-categories-header2 .sub-category:focus {
    color: white !important;
    background-color: #91d1f9;
}
.department-plan-information .department-details .sub-categories-header2 .sub-category.active {
    color: white !important;
    background-color: #91d1f9;
}

.department-plan-information .department-details .sub-category-content {
    background-color: #e0f2f1;
    padding: 12px;
}
.footer .logo-title-card {
    box-shadow: 0px 0px 10px 0px #1e88e5;
    border-radius: 5px;
}
.footer .logo-title-card .palghar-seal {
    width: 100px;
}
.footer .logo-title-card .title {
    font-size: 18px;
    margin-left: 20px;
}
.footer .site-links .header {
    font-size: 20px;
}
.footer .site-links .links {
    margin-top: 10px;
}
.footer .site-links .links a {
    color: inherit;
}
