.home-carousel {
    width:100%;
    height:480px;
    max-height:50vh;
}
.home-carousel-item {
    background-image: url(/frontend/assets/img/backgrounds/banner_1800_80.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 480px;
    max-height:50vh;
}
.home-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.page-content-area {
    z-index: 2;
    position: relative;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%,0);
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #f47920;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f47920;
}