* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
body {
	background: #fff;
	font-size: 16px;
	line-height:25px;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	color: #333;
	font-family: 'Poppins', sans-serif !important;
}
ul {
	list-style: none;
	padding: 0;}

p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
a:hover{
	text-decoration: none !important;
	
}
/* ----- Heading Font CSS ------ */

h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif;;font-weight: 700;}
h1{font-size: 30px;}
h2{font-size: 24px;font-family: 'Poppins', sans-serif;}
h3 {font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
a:focus,.btn:focus,button:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {outline: none;box-shadow: none;}

.heading {text-align: center;width: 100%; float: left;}
.heading h2 {font-size: 28px; color: #333; font-weight: 700;}
.heading h2:after {content: '';text-decoration: none;background-color: #0b6ffd;color: #333;
	position: absolute;display: block;width: 100px;height: 3px;margin: 8px auto;right: 0;left: 0;}