.owl-outContainer {
    position: relative;
    display: block;
    width: 100%;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #cbcfd1 !important;
    margin: 0 5px;
    border-radius: 50%;
    outline: 0 !important;
}

.owl-dots .owl-dot.active {
    background: #2a4a96 !important;
}

.owl-image-container {
    -webkit-background-size: cover;
    background-size: cover ;
    background-position: center;
}

.overlay-slider {
    width: 100%;
    height: 100%;
    position: absolute;
}

.content-inner {
    color: #fff;
}

.overlay-slider {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 80px;
}

.slide-title {
    color: #fff;
    font-size: 64px;
    padding-bottom: 15px;
}

.slide-description {
    max-width: 410px;
}

.slide-button {
    display: block;
    width: 200px;
    text-align: center;
    background: #fa8c16;
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    padding: 10px 15px;
}


.slide-button:hover {
    background: #ab5d10;
    color: #fff;
}