body {
    background-color: #7d1716;
}

h1 {
    color:white;
}

hr {
    
    border-top: 1px solid #7d1716;
   
}

.edu-breadcrumb-area {
    background-image: url("../bhvp_upl/bhvp-bg-contact.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-gap-equal {
    padding: 60px 0;
}

input[type="checkbox"], input[type="radio"] {
    opacity: 100; 
    
}

select {
    font-size: 15px;
    background-color: var(--color-white);
    box-shadow: none;
    padding: 0 25px;
    outline: none;
    border: none;
    border-radius: 5px;
    color: var(--color-heading);
}

.edu-footer .copyright-area a {
        color: #bababa;
}
.edu-footer .copyright-area a:hover {
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.about-style-10 .about-image-gallery .video-box .inner .thumb::after {
    background: -webkit-linear-gradient(top, rgba(125,23,22, 0.85) 0%, rgba(237,30,40, 0.85) 100%);
    background: linear-gradient(-180deg, rgba(125,23,22, 0.85) 0%, rgba(237,30,40, 0.85) 100%);
    border-radius: 50%;
}

.edu-course.course-style-5 .content .course-level {
    
    color: #7d1716;
}