/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 12:15:54 */
.breadcrumb {
    font-size: 14px;
    color: #838383d9;
}

.breadcrumb a {
    text-decoration: none;
    color: #838383d9;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #e97c01;
}

.breadcrumb i {
    margin: 0 5px;
    color: #838383d9;
}

.breadcrumb .active {
    color: #e97c01;
    font-weight: bold;
}