.owlslides_inhome {
    position: relative;
    width: 100%;
}

.owlslides_inhome .caption {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #555;
}

.owlslides_inhome .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: unset;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owlslides_inhome .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    background: #ffffff;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #063b81;
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {

}

@media (max-width: 375px) {
}