p.top-txt-cls{
    text-align: center;
    position: absolute;
    left: 0;
    top: 43px;
    right: 0;
    font-size: 22px;
}

@media(max-width:768px){
    .institutionalIdentityBlock{
            margin-top: 8px;
    }
    .navbar-brand h3.companySlogan{
        margin: -18px 0 0 213px;
    }
}

@media(max-width:500px){
    img.logo_new{
        margin-top: 15px;
    }
    .institutionalIdentityBlock{
        margin-left:5px;
    }
    .header-links-red.one-page-header.header-v6{
        height:120px !important;
    }
    p.top-txt-cls {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50px;
    right: 25px;
    font-size: 22px;
}
.navbar-brand h3.companySlogan {
    margin: 6px 0 0 0px;
}
}