/*Ashwin Add background Color*/
body {
        /*background: radial-gradient(ellipse at center, #0060AF 0%, #0060AF 100%);*/
        /*background: #0060AF;*/
        /*background:rgb(0, 96, 174);*/
        /*background:#053987;*/
        /*background: radial-gradient(ellipse at center,#0060AE  0%, #053987 100%);*/
		background: #0060AF;
}
.navbar-brand.imglogo
{
    background: url(../images/logo_header.png) no-repeat center left !important;
    background-size: auto 40px  !important;
}
.main-navbar-whitelogo , .main-navbar-whitelogo.imglogo {
    background: url(../images/astral-logo_header_white.png) no-repeat center left  !important;
    background-size: 125px auto !important;
    width: 125px !important;
}
