.owl-theme .owl-nav div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    font-size: 32px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: transparent!important;
    border: none;
    opacity: 0.8;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    padding: 0px !important;
    margin: 0px !important;
    width: 38px;
    height: 58px;
}

.owl-theme .owl-nav div:hover {
    background-color: #000!important;
    border-color: rgb(255, 255, 255);
    background-color: rgb(45, 45, 45);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-nav div:hover {
    opacity: 0.8;
}

.owl-theme .owl-nav div:before {
    position: absolute;
    font-size: 10px;
    color: #2e2e2e;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 30px;
}

.owl-theme .owl-nav div:hover::before {
    color: #fff
}

.news-carousel.owl-theme .owl-nav div:before {
    position: absolute;
    font-size: 50px;
    color: #000;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 82px;
    padding: 0px;
    margin: 0px;
    width: 20px;
}

.preferences-carousel.owl-theme .owl-nav div:before {
    color: #000;
}

.preferences-carousel.owl-theme .owl-nav div:hover:before {
    color: #fff;
}

.news-carousel.owl-theme .owl-nav div:before, .other-posts-carousel.owl-theme .owl-nav div:before {
    position: absolute;
    font-size: 50px;
    color: #000;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 82px;
    padding: 0px;
    margin: 0px;
}

.news-carousel.owl-theme .owl-nav div.owl-prev {
    position: absolute;
    top: calc((100% - 58px) / 2);
    left: 0px;
}

.news-carousel.owl-theme .owl-nav div.owl-prev, .other-posts-carousel.owl-theme .owl-nav div.owl-prev {
    position: absolute;
    top: calc((100% - 34px) / 2);
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 38px;
}

.owl-theme .owl-nav>div {
    border-radius: 5px;
    background-color: rgb(255, 255, 255) !important;
    width: 34px;
    height: 34px;
    opacity: 1;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(45, 45, 45);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    color: #fff
}

.owl-theme .owl-nav div.owl-prev {
    bottom: calc((100% - 34px) / 2);
    top: inherit;
    position: absolute;
    left: 0px;
}

.preferences-carousel.owl-theme.owl-theme .owl-nav div.owl-prev {
    left: -30px;
}

@media (max-width: 1200px) {
    .preferences-carousel.owl-theme.owl-theme .owl-nav div.owl-prev {
        left: -10px;
    }
}

.news-carousel.owl-theme .owl-nav div.owl-next {
    position: absolute;
    top: calc((100% - 58px) / 2);
    right: 0px;
}

.news-carousel.owl-theme .owl-nav div.owl-next, .other-posts-carousel.owl-theme .owl-nav div.owl-next {
    position: absolute;
    top: calc((100% - 58px) / 2);
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 38px;
}

.owl-theme .owl-nav div.owl-next {
    top: initial;
    bottom: calc((100% - 34px) / 2);
    position: absolute;
    right: 0px;
}

@media (max-width: 576px) {
    .owl-theme .owl-nav {
        margin: 5px 10px 0px 10px !important;
    }
    .owl-theme .owl-nav div.owl-next {
        /* display: none; */
        bottom: 0px;
        bottom: 0px;
        position: relative;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .owl-theme .owl-nav div.owl-prev {
        /* display: none; */
        bottom: 0px;
        position: relative;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

.preferences-carousel.owl-theme.owl-theme .owl-nav div.owl-next {
    right: -30px;
}

@media (max-width: 1200px) {
    .preferences-carousel.owl-theme.owl-theme .owl-nav div.owl-next {
        right: -10px;
    }
}

.owl-theme .owl-nav div.owl-prev:before {
    content: "\f053";
}

.owl-theme .owl-nav div.owl-next:before {
    content: "\f054";
    left: 2px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.certificates-carousel.owl-theme .owl-dots {
    right: -50px;
    width: 50px;
    height: 100%;
    bottom: 0px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.certificates-carousel.owl-theme .owl-dots .owl-dot span {
    margin-left: auto;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(255, 255, 255, 0) !important;
    border: 2px solid #f8f8f8;
    width: 17px !important;
    height: 17px !important;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
    border: 2px solid #fff;
    width: 17px !important;
    height: 17px !important;
    position: relative;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-dots .owl-dot span {
        border: 3px solid #f8f8f8;
        width: 12px !important;
        height: 12px !important;
    }
    .owl-theme .owl-dots .owl-dot span::before {
        content: " ";
        top: -5px;
        left: -5px;
        border: 2px solid #000;
        width: 16px !important;
        height: 16px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        background: rgb(229, 53, 49) !important;
        border: 3px solid #fff;
        width: 12px !important;
        height: 12px !important;
        position: relative;
    }
    .owl-theme .owl-dots .owl-dot.active span::before {
        content: " ";
        top: -5px;
        left: -5px;
        border: 2px solid #000;
        width: 16px !important;
        height: 16px !important;
    }
}

.owl-carousel {
    touch-action: manipulation;
}

.other-posts-carousel.owl-carousel {
    padding: 0px 40px;
}

@media screen and (max-width: 400px) {
    .other-posts-carousel.owl-carousel {
        padding: 0px 5px;
    }
}

.owl-item .item {
    margin-left: auto;
    margin-right: auto;
}