.owl-carousel {
    display: block;
}
.owl-carousel.owl-loaded {
    opacity: 1;
}
.owl-dots {
    padding-top: 10px;
    text-align: center;
    position: relative;
}
.owl-dot {
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 5px;
    opacity: 0.3;
    width: 8px;
}
.owl-dot.active {
    opacity: 1;
    cursor: default;
}
.owl-grab {
    cursor: grab;
}
.owl-dots.disabled,
.owl-nav.disabled {
    display: none;
}
@media (max-width: 1170px) {
    .owl-next,
    .owl-prev {
        display: none;
    }
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.owl-next,
.owl-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    background-color: transparent;
    border-radius: 46px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: ease all 0.6s;
    width: 60px;
}
.owl-prev {
    left: -60px;
}
.owl-next {
    right: -60px;
}
.owl-next::after,
.owl-next::before,
.owl-prev::after,
.owl-prev::before {
    background-color: #000;
    border-radius: 999px;
    content: "";
    display: block;
    height: 35%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 0 50% 0;
    width: 4px;
}
.owl-next::before,
.owl-prev::after {
    bottom: 20%;
    top: auto;
    transform: translateX(-50%) rotate(-45deg);
}
.owl-next::after,
.owl-next::before {
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 100% 50% 0;
}
.owl-next::before {
    transform: translateX(-50%) rotate(45deg);
}
@keyframes owl_ani_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.owl-item.active .owl_ani_top-to-bottom {
    animation: owl_ani_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes owl_ani_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.owl-item.active .owl_ani_bottom-to-top {
    animation: owl_ani_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes owl_ani_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.owl-item.active .owl_ani_left-to-right {
    animation: owl_ani_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.owl-item.active .owl_ani_right-to-left {
    animation: owl_ani_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes owl_ani_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes owl_ani_appear {
    10% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.owl-item.active .owl_ani_appear {
    animation: owl_ani_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}
@keyframes fl_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.owl-item.active .fl_top-to-bottom {
    animation: fl_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes fl_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.owl-item.active .fl_bottom-to-top {
    animation: fl_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes fl_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.owl-item.active .fl_left-to-right {
    animation: fl_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.owl-item.active .fl_right-to-left {
    animation: fl_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes fl_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes fl_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.owl-item.active .fl_appear {
    animation: fl_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}
@keyframes fadeInRightShort {
    from {
        opacity: 0;
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.owl-item.active .fadeInRightShort {
    animation-name: fadeInRightShort;
}
@keyframes fadeInLeftShort {
    from {
        opacity: 0;
        transform: translate3d(-30%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.owl-item.active .fadeInLeftShort {
    animation-name: fadeInLeftShort;
}
