@media(max-width:600px)
{
    .logo-bg {
        margin-left: -30px;
    }
}

.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    margin: 0 4px;
   
}

.footer-logo {
    /*width: 192px;*/
    /*height: 50px;*/
        width: 262px;
    height: 80px;
    margin-top: 5px;
}

@media(max-width:600px) {
    .hero-text {
        margin-bottom: 290px;
    }
}

@media(min-width:600px) and (max-width:1000px) {
    .hero-text {
        margin-bottom: 190px;
    }
}

.header-start.hsicon {
    color: #ffffff!important;
}

.header-pause.hpicon {
    color: #ffffff!important;
}