/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 07:07:41 */
html {
	font-size: 62.5%;
}

p {
	margin: 0;
}



.site_menu .hide_dektop {
	display: none !important;
}




@media(max-width: 1300px) and (min-width:1200px) {
	.e-con > .e-con-inner {
	max-width: 1140px;
}
	html {
	font-size: 58%;
}
} 
@media(max-width: 1199px) and (min-width:992px) {
	.e-con > .e-con-inner {
	max-width: 960px;
}
	html {
	font-size: 48%;
}
} 
@media(max-width: 991px) and (min-width:768px) {
	.e-con > .e-con-inner {
	max-width: 720px;
}
	html {
	font-size: 38%;
}
	
} 





@media (max-width: 768px) {
	.site_menu .hide_dektop {
	display: unset !important;
}
}


















































