/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


/*.device-touch img { display: none; }*/

@media screen and (max-width: 823px) 
{.logoimg 
	{max-height: 120px;
    margin-bottom: 20px !important;}  
	
}
@media screen and (max-width: 767px) { 
.logoimg { display: none; }
}


@media (max-width: 767px) and (min-width: 480px)
{.swiper_wrapper .slider-caption h2 
	{font-size: 24px !important;}
}