@font-face {
	font-family: IcoFont;
	font-weight: 400;
	font-style: Regular;
	src: url(fonts/icofont.woff2) format("woff2"), url(fonts/icofont.woff) format("woff")
}
[class*=" icofont-"], [class^=icofont-] {
font-family:IcoFont!important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
white-space:nowrap;
word-wrap:normal;
direction:ltr;
line-height:1;
-webkit-font-feature-settings:"liga";
-webkit-font-smoothing:antialiased
}
.icofont-rounded-down:before {
	content: "\ea99"
}
.icofont-rounded-up:before {
	content: "\eaa1"
}
.icofont-envelope-open:before {
	content: "\ef13"
}
.icofont-envelope:before {
	content: "\ef14"
}
.icofont-phone-circle:before {
	content: "\efba"
}
.icofont-phone:before {
	content: "\efbb"
}
.icofont-minus-circle:before {
	content: "\ef98"
}
.icofont-minus-square:before {
	content: "\ef99"
}
.icofont-minus:before {
	content: "\ef9a"
}
.icofont-plus-circle:before {
	content: "\efc0"
}
.icofont-plus-square:before {
	content: "\efc1"
}
.icofont-plus:before {
	content: "\efc2"
}
.icofont-linkedin:before {
	content: "\ed4d"
}
.icofont-twitter:before {
	content: "\ed7a"
}
.icofont-instagram:before {
	content: "\ed46"
}
.icofont-pinterest:before {
	content: "\ed5d"
}
.icofont-facebook-messenger:before {
	content: "\ed36"
}
.icofont-facebook:before {
	content: "\ed37"
}
.icofont-navigation-menu:before {
	content: "\efa2"
}
.icofont-close:before {
	content: "\eee4"
}
.icofont-whatsapp:before {
	content: "\ed86"
}
.icofont-xs {
	font-size: .5em
}
.icofont-sm {
	font-size: .75em
}
.icofont-md {
	font-size: 1.25em
}
.icofont-lg {
	font-size: 1.5em
}
.icofont-1x {
	font-size: 1em
}
.icofont-2x {
	font-size: 2em
}
.icofont-fw {
	text-align: center;
	width: 1.25em
}
.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0
}
.icofont-ul>li {
	position: relative;
	line-height: 2em
}
.icofont-ul>li .icofont {
	display: inline-block;
	vertical-align: middle
}
.icofont-border {
	border: solid .08em #f1f1f1;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.icofont-pull-left {
	float: left
}
.icofont-pull-right {
	float: right
}
.icofont.icofont-pull-left {
	margin-right: .3em
}
.icofont.icofont-pull-right {
	margin-left: .3em
}
.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block
}
.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block
}
@-webkit-keyframes icofont-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes icofont-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.icofont-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.icofont-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.icofont-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.icofont-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.icofont-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
.icofont-flip-horizontal.icofont-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}
:root .icofont-flip-horizontal, :root .icofont-flip-vertical, :root .icofont-rotate-180, :root .icofont-rotate-270, :root .icofont-rotate-90 {
	-webkit-filter: none;
	filter: none;
	display: inline-block
}
.icofont-inverse {
	color: #fff
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
