.language {
    float: right;
    line-height: 40px;
    font-size: 16px;
}
.lang {
    padding: 0px 5px;
    display: inline-block;
    float: left;
}
.lang:hover {
    background-color: #085b6b;
    padding: 0px 5px;
    display: inline-block;
    float: left;
}
.lang a{
    color: #fff;
}
.lang a:hover {
    color: #eee;
}
@media only screen and (max-width: 992px) {
    .language {
        float: none;
        line-height: 40px;
        font-size: 16px;
    }
}
.home-cat-title {
    background: #054A56;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    padding: 5px 30px;
    color: #fff;
    text-transform: capitalize;
}
.home-cat-title:hover {
    background: #000;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    padding: 5px 30px;
    color: #097D91;
    text-transform: capitalize;
}
.work-item  img:hover{
    opacity: 0.8;
}

@media only screen and (max-width:400px) {
    .mobile-menus {
        color: #fff;
        font-size: 30px;
        left: 15px !important;
        top: 7px;
        position: relative;
    }
}
@media screen and (min-width:400px) and (max-width:460px) {
    .mobile-menus {
        left: 25px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media screen and (min-width:460px) and (max-width:500px) {
    .mobile-menus {
        left: 45px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media screen and (min-width:500px) and (max-width:600px) {
    .mobile-menus {
        left: 55px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media screen and (min-width:600px) and (max-width:700px) {
    .mobile-menus {
        left: 80px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media screen and (min-width:700px) and (max-width:763px) {
    .mobile-menus {
        left: 100px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media screen and (min-width:764px) and (max-width:991px) {
    .mobile-menus {
        left: 230px !important;
        top: 7px;
        position: relative;
        color: #fff;
        font-size: 22px;
    text-transform: uppercase;
    }
}
@media only screen and (min-width:992px) {
    .mobile-menus {
        display: none;
    }
}
