.overlay {
    background: url(../images/overlay.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lang {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s ease;
}
.portfolio-block .caption {
    width: 90%;
}
.portfolio-block .caption,
.portfolio-block .caption h4,
.portfolio-block .caption p,
.portfolio-block .caption a i {
    color: #ffffff !important;
}
.portfolio-block .caption a {
    color: #28ABE3 !important;
}

@media (max-width: 767px) {
    .top-area .block h1 {
        font-size: 30px;
    }
    a.navbar-brand {
        font-size: 20px;
        padding-top: 18px;
    }
}