/*Font collection*/
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: "PT Serif";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/PT_Serif-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Web-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "PT Serif";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/PT_Serif-Web-Bold.ttf') format('truetype'), url('../fonts/PT_Serif-Web-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #fff;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0px
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-family: 'PT Serif', serif;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.title {
	padding-bottom: 20px;
	color: #F4B303;
	font-weight: 500;
}
.btn {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 14px 34px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bg-grey {
	background: #F8F9FA;
}
.section {
	padding: 70px 0;
}
.p-b-0 {
	padding-bottom: 0;
}
