@font-face {
	font-family: "Mulish-Regular";
	src: url("../fonts/Mulish-Regular.eot");
	src: url("../fonts/Mulish-Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Mulish-Regular.woff") format("woff"),
	url("../fonts/Mulish-Regular.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
@font-face {
	font-family: "Mulish-Medium";
	src: url("../fonts/Mulish-Medium.eot");
	src: url("../fonts/Mulish-Medium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Mulish-Medium.woff") format("woff"),
	url("../fonts/Mulish-Medium.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
@font-face {
	font-family: "Mulish-Bold";
	src: url("../fonts/Mulish-Bold.eot");
	src: url("../fonts/Mulish-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Mulish-Bold.woff") format("woff"),
	url("../fonts/Mulish-Bold.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
html {
    overflow-x: hidden;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Mulish-Regular", sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    min-height: 100vh;
	font-size:16px;
	font-weight:normal;
}
ul, ol {
    list-style: none;
}
strong {
	font-family: "Mulish-Bold";
	font-weight:normal;
}
b {
	font-family: "Mulish-Bold";
	font-weight:normal;
}
a {
	color:#2f865c;
	text-decoration:none;
	font-weight:normal;
	font-family: "Mulish-Bold";
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}
a:hover {
	color:#333;
	text-decoration:none;
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.flex-st {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
h1 {
	font-weight:normal;
	font-family: "Mulish-Bold";
	font-size:30px;
}
h2 {
	font-weight:normal;
	font-family: "Mulish-Bold";
	font-size:25px;
}
h3 {
	font-weight:normal;
	font-family: "Mulish-Bold";
	font-size:18px;
}
