@font-face {
	font-family: 'icomoon';
	src:
		url('fonts/icomoon.woff2?v1') format('woff2'),
		url('fonts/icomoon.woff?v1') format('woff'),
		url('fonts/icomoon.ttf?v1') format('truetype'),
		url('fonts/icomoon.svg?v1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

body {
	background: #f8f8f8;
	font-family: Roboto;
	font-size: 13px;
}

html::-webkit-scrollbar-thumb {
	background: #8b9198;
	border-width: 3px;
	border-style: solid;
	border-color: #eeeeee;
	border-radius: 10px;
}




.icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: unset;
	margin-right: 6px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.normal {
	font-size: 15px;
}

.white {
	color: #ffffff;
}


.module {
	padding: 0;
	margin: 0 auto;
}

.padding-1015 {
	padding: 10px 15px;	
}

.top-header {
	background: #50ad55;
	text-align: center;
}

.top-header p {
	margin: 0;
}

.top-header .module-content .icon::before {
	content: '\f0d1' !important;
   color: #ffffff;
   margin-right: 10px;
}   

.top-nav {
	background: #ffffff;
	box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.05);
}

.top-nav .module-body {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.top-nav .module-body > div {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
}

.top-nav .menu-horizontal .menu-item {
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.top-nav a {
	display: flex;
	align-items: center;
	color: #696973;
}

.top-nav a:hover {
	color: #0091cb;
}

.top-nav .icon-home::before {
	content: '\eb69' !important;
}

.top-nav .icon-about::before {
	content: '\e97e' !important;
}

.top-nav .icon-contact::before {
	content: '\eb79' !important;
}

.top-nav .icon-call::before {
	content: '\eb97' !important;
}

.top-nav .icon::before {
	font-size: 15px;
}

.top-nav .currency .btn-group:hover .dropdown-menu {
	display: block;
}

.top-nav .btn-link, .top-nav .btn-link:hover {
	text-decoration: none;	
}

.top-nav .currency .dropdown-menu button:hover {
	background: rgba(0, 145, 203, 1);
}

.top-nav .currency .dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
	box-shadow: none;
   border-radius: 3px;
   padding: 0px;
   background: transparent;
	border: 0;
	margin-top: -5px;
}

.top-nav .currency .dropdown-menu::before {
	display: block;
	margin-left: -2px;
	margin-top: -10px;
	left: 50%;
	right: auto;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	position: relative;
	transform: rotate(360deg);
	background: transparent;
	border-bottom-color: rgba(44, 95, 148, 1);
}

.top-nav .currency .dropdown-menu button {
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	background: rgba(44, 95, 148, 1);
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 3px;
	margin-bottom: -3px;
}

.main-header {
	align-items: center;
	display: flex;
	height: 100px;
	min-height: 100px;
}

.main-header .module-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 25px;
}

.main-header .module-body div {
	margin: 0;
}

.main-logo-wrapper {
	width: 275px;
}

header .logo {
	width: 100%;
	margin: 0;
}

.main-search-wrapper {
	flex-grow: 1;
}

@media (min-width: 1400px) {
    .container {
        width: 1280px;
        padding: 0%;
    }
}

@media only screen and (max-width: 640px) {
	.icon::before {
		margin-right: 5px;
	}
	.normal {
		font-size: 14px;
	}
	.desktop {
		display: none;
	}
}