/*
Name: 			style.css
Written by: 	DaySpring - Zahirul Islam
Version: 		1.0.1
*/















html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}

body {
	background-color: #FFF;
	color: #777;
	font-family: "Work Sans", "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

body a {
	outline: none !important;
}

li {
	line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}



