.slider_text {
    text-align: center;
    margin-top: -84px;
    font-family: 'Cabin', sans-serif;
}
.slider_text strong{
        font-size: 97px;
        line-height: 100px;
        display: block;
        font-weight: normal;
        margin-bottom: 29px;
}
.slider_text em{
        font-size: 42px;
        line-height: 46px;
        display: block;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
}

/* pagination */

.ms_pagination{
    bottom: 423px;
}

.ms_pagination .ms_bullet{
    background: transparent !important;
    width: 14px;
    height: 14px;
    border-radius: 400px;
    opacity: 1;
    position: relative;
}
.ms_pagination .ms_bullet:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 400px;
}

.ms_pagination .ms_bullet:before{
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    border-radius: 400px;
}
.ms_pagination .ms_bullet:hover:before, .ms_pagination .ms_bullet.ms_active:before{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.ms_pagination .ms_bullet:hover, .ms_pagination .ms_bullet.ms_active{
    opacity: 1;
}