/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2023 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* .owl-item .item {
    border: 1px solid black;
    border-radius: 20px;
}

.owl-carousel .owl-item img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
*/
.skin2-brand-name {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #555;
    margin-bottom: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #20242a;
    box-shadow: 0 0 22px rgba(0,0,0,0.44);
} 

.owl-carousel .owl-nav{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-carousel .nav-btn{
  height: 47px;
  /* position: absolute; */
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide,
.owl-carousel .next-slide {
    color: #fff;
    background: #20242a;
    height: 25px;
    line-height: 25px;
    width: 50px;
    border-radius: 15px;
}

.owl-carousel .prev-slide {
    margin-right: 5px;
}

.owl-carousel .next-slide{
    margin-left: 5px;
}

.owl-theme .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}