.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.vid169 {
    position: relative;
    padding-top: 56.25%;
}

.vid169 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.owl-nav .fa {
    height: 40px;
    line-height: 40px;
}


@media screen and (min-device-width: 481px) and (max-device-width: 991px) {
    .header-logo {
        width: 250px;
        height: 100px;
    }

    .header-mobile .menu-bar {
        margin-top: 45px!important;
    }

    .header-top-menu-mobile {
        margin-top: 55px!important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .header-logo {
        padding: 20px!important;
        padding-bottom: 0px!important;
    }

    .header-mobile .logo {
        padding: 0!important;
        max-width: 85%!important;
    }

    .owl-nav .fa {
        line-height: 25px!important;
    }
}

.mb-20 {
    margin-bottom: 30px;
}