	body {
			
            background-image: url('../images/bus_bg.png');
			background-size: cover;
         
				}
				

.bar{
		position:relative;
		margin-top:615px;
}	
.progress-bar-text{
           
			 text-align:center;
			 color:rgba(255,153,0);
			 font-size:1em;
			 font-weight:bold;
        }	
.progress-bar{
			
			background-color:rgba(255,255,255,0.9);
            border-radius: 15px;
}
.progress-bar-fill {
               width: 100%;
            height: 15px;
            background-color:rgba(255,153,0);
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.8); 
			 transition:width 0.3s ease-in-out;
			 text-align:center;
        }
		.bar-text {
           
			 text-align:left;
			 color:rgba(255,153,0);
			 font-size:1em;
			 font-weight:bold;
        }	
	
