html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #58c5c7;
}
html::-webkit-scrollbar
{
	width: 6px;
	background-color: #58c5c7;
}
html::-webkit-scrollbar-thumb
{
	background-color: #000;
}
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.contact-page-item-inner{
	height: 300px;
}
.nio-con-slider-item .background_overlay{
	background: transparent;
}
.nio-eig-about-counter-item h3 {
font-size: 30px;
}

.sticky-header {
	background-color: #ebebeb;
}
.testimonial-block .inner-box .upper-box .quote-icon{margin-top: 0;}