
body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: red;
  border-radius: 10px;
}

body::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
                     left bottom,
                     left top,
                     color-stop(0.44, rgb(122,153,217)),
                     color-stop(0.72, rgb(73,125,189)),
                     color-stop(0.86, rgb(28,58,148)));
}

.agileits_w3layouts_nav_right {
	float: center;
}

.agileits_w3layouts_nav_right ul li {
	display: inline-block;
}

.agileits_w3layouts_nav_right ul li a {
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-top: .5em;
	font-size: 13px;
	border: 2px solid #fff;
	border-radius: 30px;
}

.agileits_w3layouts_nav_right ul li a i {
	padding-top: .4em;
}

.agileits_w3layouts_nav_right ul li a:hover {
	background: #05d561;
	border: 2px solid #05d561;
	color: #212121;
}