.plugin-slider-container {
    margin: 50px 0;
}

.owl-carousel-container {
    margin-top: 30px;
    margin-right: -12px;
    margin-left: -12px;
}

.owl-carousel-style .owl-stage {
    display: flex;
    padding: 0 0 34px;
}

.news-element {
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    color: #fff;
}

.news-element-body-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #0071b9;
    transition: all 0.2s;
}

.news-element:hover .news-element-body-container {
    background-color: #0071b9;
}

.news-element .news-element-body-container .btn {
    color: #0071b9;
    background-color: #fff;
}

.news-element:hover .news-element-body-container .btn {
    background-color: rgba(255, 255, 255, 0.8);
}

.news-element-body {
    padding: 15px 15px;
}

.news-element-date {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.news-element-heading {
    font-size: 20px;
    color: #fff;
}

.news-element-link {
    margin-top: auto;
    padding: 0 15px 15px;
}

.news-element-link .btn {
    margin: 0;
    width: 100%;
}

.owl-carousel-style .news-element {
    height: calc(100% - 24px);
    margin: 12px;
}

.owl-carousel-container {
    margin-right: -12px;
    margin-left: -12px;
}

.owl-carousel-style {
    position: relative;
}

.owl-carousel-style.owl-carousel-style:not(.owl-image-carousel-container) .owl-dots {
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.owl-carousel-style.owl-carousel-style .owl-dots {
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.owl-carousel-style.owl-carousel-style .owl-dot {
    background-color: transparent;
    transition: all 0.5s;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #0071b9;
    margin: 6px;
}

.owl-carousel-style.owl-carousel-style:not(.owl-image-carousel-container) .owl-dot.active {
    background-color: #0071b9;
}

.owl-carousel-style.owl-carousel-style:not(.owl-image-carousel-container) .owl-dot.active {
    background-color: #0071b9;
}

.owl-carousel-style .owl-nav button.owl-next,
.owl-carousel-style .owl-nav button.owl-prev {
    font-size: 58px;
    line-height: 1 !important;
    color: #0071b9;
    padding: 0 0.75rem !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 !important;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.owl-carousel-style .owl-nav button.owl-next:hover,
.owl-carousel-style .owl-nav button.owl-prev:hover {
    color: #fff;
    background-color: #0071b9;
    border-color: #0071b9;
}

.owl-carousel-style .owl-nav button:focus {
    outline: none;
}

.owl-carousel-style .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel-style .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel-style button.disabled {
    display: none;
}

.plugin-listing-more-link {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .owl-carousel-container {
        margin-left: -60px;
        margin-right: 0;
    }

    .owl-carousel.owl-carousel-style:not(.owl-image-carousel-container) .owl-dots {
        left: 22px;
    }
}