@media (max-width: 768px)
{
	.top-header
	{
		display: none;
	}
}
@media (max-width: 425px)
{
	.owl-carousel.home-slider .slider-item .slider-text p
	{
		font-size: 16px !important;
	}
	.ftco-navbar-light .navbar-brand
	{
		font-size: 12px;
	}
}
@media (max-width: 425px)
{
	.ftco-navbar-light .navbar-brand
	{
		font-size: 9px;
		margin: 0;
	}
}
@media (max-width: 800px)
{
	.owl-carousel.home-slider .slider-item{
		background-position: 82% 0px !important;
	}
}
