/*---------------------------------------------------------------------
                      		 Scroll Bar Customization 
---------------------------------------------------------------------*/

::-webkit-scrollbar{
	background : #fff;
	width : 7px;
}

::-webkit-scrollbar-track{
	box-shadow : inset 0 0 10px #fff;
	border-radius : 10px;
}

::-webkit-scrollbar-thumb{
	background-color : #3e4586;
	border-radius:30px;	
}