.navbar-nav .industries {
    color: #E42527 !important; /* Red color for active link */
    font-weight:700 !important;
}
.it_solns{
    font-size: 14px; 
}
@media (min-width:768px){
    .it_solns{
        font-size: 16px; 
    }
}
@media (min-width:966px){
    .it_solns{
        font-size: 18px; 
    }
}
.industires_title {
    font-size: 18px;
    font-weight: 400;
}
@media (min-width:966px){
    .industires_title {
        font-size: 32px;
        font-weight: 400;
    }
}
@media (min-width:765px){
    .industires_title {
        font-size: 25px;
        font-weight: 400;
    } 
}
.ind_sub_sub_title {
    font-size: 24px;
    font-weight: 400;
}