@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
}

:focus {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	color: #494949;
	transition: 0.5s;
}

input[type="button"],
input[type="submit"] {
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #0072ca;
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a img,
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	color: #000;
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #343537;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	outline: none !important;
	text-decoration: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"],
input[type="text"],
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.row:before,
.row:after {
	display: inline-block !important;
}

.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.container:before,
.container:after {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}


a.menu-icon {
	display: none;
	height: auto;
	padding: 7px 0 7px 0;
	width: 40px;
	background: rgba(0, 0, 0, 0.2);
}

a.menu-icon span {
	display: block;
	margin: 4px 10px;
	background: #fff;
	height: 3px;
}