
.wpml-ls-statics-footer{
    display: none;
}
.boxbl{
      background: #000000;
    margin-bottom: 25px;
    padding: 25px 35px;
    border-radius: 15px;
    border: 2px solid #1d1d1d;
}

.boxbl-img{
    border-radius: 100%;
            border: 5px solid #ffffff8c;
            margin-bottom: 20px;
            max-width: 140px;
            box-shadow: 0 0 25px rgba(0, 0, 0, .08);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
}
.boxbl-head{
    color: #fff;font-size: 20px !important;text-transform: uppercase;letter-spacing: 1px; margin-bottom: 10px;
}
.boxbl-btn{
    background: #333;
    padding: 6px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 14px;border: 2px solid rgb(255 255 255 / 16%);
}

.lang{
    color: #fff;
    right: 0;
    padding: 10px;
    position: absolute;
    background: rgb(51 51 51 / 75%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin: 10px;
}

.title-single{
    color: #FFF; text-align: center; margin-bottom:60px; letter-spacing: 10px;
}
.title-linked{
    font-size: 20px;
        text-transform: uppercase;
        border-top: 1px solid #ccc;
        padding-top: 3px;
        line-height: 36px !important;
}
.title-unit{
    font-weight: bold; -webkit-text-stroke-color: white; color: #000;  -webkit-text-stroke-width: 1px;
}


@media (max-width: 767px) {

    .title-single {
        color: #FFF;
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: 6px;
        line-height: 35px !important;
    }
}