.box-cta {
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    padding: 5px;
    padding-bottom: 0;
    height: 100%;
}

.box-cta .box-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 204, 81, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.box-cta:hover .box-image:before {
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.box-cta .box-text {
    padding: 10px 0 20px;
    font-size: 17px;
    color: var(--fs-experimental-link-color);
    text-transform: uppercase;
    font-weight: bold;
}

.row.row-cta {
    margin-top: -150px !important;
    position: relative;
    z-index: 2;
}

.title h2::before {
    content: "";
    display: block;
    background: url(../images/sen.png) center / contain no-repeat;
    width: 51px;
    height: 30px;
}

.title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-center h2::before {
    margin: 0 auto;
}

.title p {
    font-size: 16px;
    color: var(--color-brown);
    line-height: 1.5;
}


.box-blog-post .box-text {
    padding: 20px;
    background-color: #fff;
}

.box-blog-post .post-title a {
    margin: 0;
}

.box-blog-post .post-title {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.box-blog-post .post-meta {
    font-size: 14px;
    color: #333;
}

.box-blog-post .post-meta::before {
    content: "\f073";
    font-family: var(--fa-family-classic);
    margin-right: 5px;
}

.box-blog-post .is-divider {
    display: none;
}

.menu-cus a {
    color: var(--color-brown);
}

.menu-cus a:hover {
    color: var(--primary-color) !important;
}

.menu-cus i.ux-menu-link__icon {
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
}

.off-canvas.dark .mfp-content {
    background-color: var(--primary-color);
}

.mfp-ready .mfp-close {
    mix-blend-mode: unset;
    opacity: 1;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    text-transform: none;
    font-size: 16px;
}

@media screen and (max-width:850px) {
    .row.row-cta {
        margin-top: -90px !important;
    }

    .box-cta .box-text {
        font-size: 14px;
    }

    .title h2 {
        font-size: 25px;
    }
}