/* responsive header */
header.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.page-header {
position: static;
margin: 1rem auto;
display: none;
}

.breadcrumb {
margin: 0;
}

.page-header h3 {
display: block;
float: none;
position: static;
margin: 0;
}


@media (max-width: 767px) {
    .slider-wrap {
    margin-top: 0;
    padding-bottom: 1rem;
    }

    header.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding-top: 2rem;
    }

    header.container img {
    margin: 0 auto;
    }

    .nav-mobile {
    position: relative;
    }

    .nav-mobile .nav-mobile-ul {
    display: none;
    }
    .nav-mobile .select-menu {
    position: relative;
    top: 0;
    height: auto;
    }

    .slider-wrapper.theme-default,
    .owl-carousel .owl-wrapper-outer,
    .owl-carousel .owl-wrapper-outer * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: auto !important;
    }

    #slide-full #owl-homeslider {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    }

    .home2_wrap1 {
    padding-top: 0;
    }
}

