#nprogress .bar {
	z-index: 1031;
	width: 100%;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
    height: 3px;
    border-radius: 20px;
    background-color: #0a62be;
    transition: all .3s;
    -webkit-transition: all .3s;
}
