li {
    list-style: none;
}
.navbar ul li a {
    text-decoration: none;
    color: #fefeff;
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
header.hero_section {
    background-size: 100% 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
header.hero_section #hero_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

header.hero_section .heading h3 {
    font-size: 40px;
    text-align: center;
}
@media only screen and (max-width:640px){
    header.hero_section .heading h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width:340px){
    header.hero_section .heading h3 {
        font-size: 20px;
    }
    header.hero_section  .bredcrumbs p{
        font-size: 10px;
    }
}
header.hero_section  .bredcrumbs{
    display: flex;
    column-gap: 5px;
    text-align: center;
}
header.hero_section  .bredcrumbs a {
    color: #fff;
}
header.hero_section  .bredcrumbs a:hover {
    color: #ff0040;
}
header.hero_section .heading h3 {
    font-weight: 700;
}
