.owl-prev, .owl-next {
    display: none;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 104px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .owl-dots span {
        margin: 0 12px 0 12px !important;
        background: rgba(255,255,255,0.5) !important;
    }

        .owl-dots span:hover {
            background: #FFF !important;
        }

    .owl-dots .active span {
        background: #FFF !important;
    }

        .owl-dots .active span:before {
            content: '';
            position: absolute;
            background-color: transparent;
            border-radius: 50%;
            border: 1px solid #FFFFFF;
            display: inline-block;
        }

        .owl-dots .active span:after {
            content: '';
            position: absolute;
            display: inline-block;
        }

@media only screen and (min-width: 1600px) {
    .owl-dots .active span:before {
        top: 2.5px;
        margin-left: -10.71px;
        height: 21px;
        width: 21px;
    }

    .owl-dots .active span:after {
        top: -3px;
        margin-left: -16.5px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23FFFFFF' stroke-width='2' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 100px;
        height: 31.5px;
        width: 31.5px;
    }

    .owl-dot span {
        width: 8.4px !important;
        height: 8.4px !important;
    }
}

@media only screen and (max-width: 640px) {
    .owl-dots .active span:before {
        top: -6px;
        margin-left: -15px;
        height: 30px;
        width: 30px;
    }

    .owl-dots .active span:after {
        top: -13.5px;
        margin-left: -22.55px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23FFFFFF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 100px;
        height: 45px;
        width: 45px;
    }

    .owl-dot span {
        width: 12px !important;
        height: 12px !important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1600px) {
    .owl-dots .active span:before {
        top: -4px;
        margin-left: -14.7px;
        height: 30px;
        width: 30px;
    }

    .owl-dots .active span:after {
        top: -11.45px;
        margin-left: -22.55px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23FFFFFF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 100px;
        height: 45px;
        width: 45px;
    }

    .owl-dot span {
        width: 12px !important;
        height: 12px !important;
    }
}

.scroll-to-explore {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
