.ct-box-slider {
    margin-right: -15px;
    margin-right: 0px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .ct-box-slider {
        margin-left: 0px;
    }
}

.ct-box-slider__arrows .slick-arrow {
    padding: 0 1px 0 0;
    opacity: 0.3;
}

.ct-box-slider__arrows .slick-arrow:hover {
    opacity: 0.5;
}

.ct-box-slider__arrows .slick-arrow:hover:active {
    opacity: 0.55;
}

.ct-box {
    font-family: 'stenciletta-solid', sans-serif;
    font-size: 23px;
    line-height: 1.15;
    padding: 15px 0;
    display: block;
    color: #000;
}

.ct-box .hover {
    display: none;
}

.ct-box span {
    padding-top: 15px;
    display: block;
    max-width: 100%;
}

.ct-box .inner {
    background: #f6f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 15px 25px;
    height: 200px;
    cursor: pointer;
}

.ct-box .inner .fa {
    font-size: 64px;
}

.ct-box:hover {
    color: #00719b;
}

.ct-box:hover .normal {
    display: none;
}

.ct-box:hover .hover {
    display: block;
}

@media (max-width: 479px) {
    .ct-box {
        font-size: 18px;
    }

    .ct-box img {
        max-width: 50%;
    }

    .ct-box .inner {
        height: 150px;
        padding: 10px;
    }
}

.slider-text-title {
    font-size: 0.5em;
    color: #fff;
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -3px;
    text-decoration: none;
    font-family: "Montserrat";
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.title-box {
    font-size: 45px;
}

.half-title-box {
    font-size: 29px;
}