/*removing background picture from page-title section*/
        
.page-title-area
{
    background-image: none !important;
    background-color: #211d70 !important;
    min-height: 200px !important;
}
        
.page-title-area .page-title-wrapper
{
    padding-top: 40px !important;
}
        
.page-title-wrapper .page-title
{
    font-size: 60px !important;
}