/* Adjust Owl Carousel Controls */

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 50px; */
    /* height: 100px; */
    border-radius: 0px !important;
    color: #ffffff !important;
    font-size: 63px !important;
    opacity: 0;
    /* border: solid 1px #ffffff; */
    opacity: 0;
}

.owl-carousel button.owl-prev, .owl-carousel button.owl-next {
    background: transparent !important;
}

.owl-carousel:hover button.owl-prev, .owl-carousel:hover button.owl-next {
	opacity: 1;
}

.owl-carousel button.owl-prev:hover, .owl-carousel button.owl-next:hover {
	opacity: 1;
}

.owl-carousel button.owl-prev {
    left: 0px;
}

.owl-carousel button.owl-next {
    right: 0px;
}

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

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    opacity: 1;
}

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

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

.owl-theme .owl-dots button.owl-dot.active span {
    background-color: #ff5c65;
}