@import 'bootstrap.min.css';
@import 'general.css';
@import 'general-media.css';
@import 'swiper.min.css';
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
}
h1 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: #333333;
	display: block;
	position: relative;
}
h2 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: #333333;
	display: block;
	position: relative;
}
h3 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	color: #333333;
	display: block;
	position: relative;
}
h4 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	color: #14A2DC;
	display: block;
	position: relative;
}
h5 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	display: block;
	position: relative;
}
h6 {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	color: #898ea2;
	display: block;
	position: relative;
}
p {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	color: #898ea2;
	display: block;
	position: relative;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	float: left;
	width: 100%;
	position: relative;
}
