@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

body{
	font-family:Mulish, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	font-weight:normal;
	background-color: #f9f9f9;

}


a{
	font-family:Mulish, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;	
	text-decoration: none;
}

a:hover{
	color:#0c75b9;	
	text-decoration: underline;
}

h1{
	font-size:16px;
	font-weight:bold;
	padding-top:50px;	
	line-height:0px;
	color: #111214;

}

h2#sub{
	font-size:18px;
	color:#a5a5a5;
	font-weight:bold;	

}

h2{
	font-size:10px;
	color:#a5a5a5;
	font-weight:bold;	

}