.top_header_area{
    border:none;
}
.slide_item{
    position: relative;
}
.overlay{
    position: absolute;
    height: 25%;
    width: 30%;
    /* background: rgb(0 0 5 / 48%); */
    top: 72%;
    left: 35%;
    
}

.btn_theme_bg{
    background: #b70202!important;
}
.owl_nav_btn{
    border-radius: 0px;
}
@media only screen and (max-width:460px){
    .overlay a{
        font-size: 12px;
    }
}