	
	/* customize scrollbar css */
	.custom_scrollbar::-webkit-scrollbar{
		width:8px;
		background-color:#CFCFCF;
	}
	.custom_scrollbar::-webkit-scrollbar:horizontal{
		height:8px;
	}
	.custom_scrollbar::-webkit-scrollbar-track{
		border-radius:10px;
		-webkit-box-shadow:0 0 6px #c8c8c8 inset;
	}
	.custom_scrollbar::-webkit-scrollbar-thumb{
		background-color:#8a8a8a;
		border-radius:16px;
	}
	.custom_scrollbar::-webkit-scrollbar-thumb:hover{
		background-color:#a8a8a8;
		border:1px solid #333333;
	}
	.custom_scrollbar::-webkit-scrollbar-thumb:active{
		background-color:#000000;
	}