.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none
}

@media only screen and (max-width:600px) {
    .owl-carousel .owl-nav button.owl-next {
        margin: 0;
        bottom: 0
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin: 0;
        bottom: 0
    }
}

.page-header {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:576px) {
    .d-table {
        margin-left: 0;
        margin-right: 0
    }
}
