/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    color: #ff5c07;
    letter-spacing: -0.02em;
}
.text-secondary {
    color: #ff9e6a !important;
}
.bg-dark {
    background: #8c3000 !important;
}
.scroll-to-top:hover, .scroll-to-top:active, .scroll-to-top:focus {
    color: #232323;
    background: #ff5c07;
    border: 1px solid #ff5c07;
}


.scroll-to-top {
    background: #ff9e6a;
    border: 1px solid #ff9e6a;
}
.butn-style1 {
    border: 2px solid #ff5c07;
    color: #ff5c07;
}
.butn-style1:hover {
    background-color: #ff5c07;
    color: #fff;
}
.text-primary, .text-primary-hover:hover {
    color: #ff5c07 !important;
}
.video_btn2:hover, .video_btn2:active, .video_btn2:focus {
    color: #ff5c07;
    text-decoration: none;
    border: 2px solid #ff5c07;
    transition: 1s;
}

.left-overlay-dark[data-overlay-dark]:before {
    background: linear-gradient(-90deg, transparent, #8c3000 95%);
} */
