/* Overriding */
.menu-lang
{
    position: absolute;
    left: 47%;
}

.menu-lang a.active
{
    color: #e82e31;
}

.menu-lang a
{
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px;
}

.vlt-simple-link-left {
    margin-left: 0px !important;
}

.vlt-project-showcase__description {
    font-weight: 700;
    color: #ffffff !important;
}

.vlt-counter-inline {
    display: block;
}
.vlt-counter-inline > div {
    display: inline-block;
}
.vlt-counter-up--style-1 .vlt-counter-up__counter {
    font-size: 80px;
}
.vlt-counter-inline > .vlt-counter-plus {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.vlt-counter-head-title {
    color: #ffffff;
    text-align: center;
    margin: auto;
}

.vlt-project-showcase--style-3 .vlt-project-showcase__title
{
    font-size: 55px;
    line-height: 1.2;

    max-width: 90%;

    color: #fff;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-3 .vlt-project-showcase__title
    {
        font-size: 35px;
    }
    
    .menu-lang
    {
        left: 60%;
    }
}

@media only screen and (max-width: 575px)
{
    .menu-lang
    {
        left: auto;
        right: 60px;
    }
}
