/*----------  Font CSS  ----------*/
@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Black.woff2") format("woff2"),
		url("../fonts/Onest-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Thin.woff2") format("woff2"),
		url("../fonts/Onest-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Light.woff2") format("woff2"),
		url("../fonts/Onest-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-ExtraLight.woff2") format("woff2"),
		url("../fonts/Onest-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-SemiBold.woff2") format("woff2"),
		url("../fonts/Onest-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"),
		url("../fonts/Onest-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Medium.woff2") format("woff2"),
		url("../fonts/Onest-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Bold.woff2") format("woff2"),
		url("../fonts/Onest-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Regular.woff2") format("woff2"),
		url("../fonts/Onest-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*----------  Font CSS  ----------*/

/*----------  Genral CSS  ----------*/
* {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: baseline;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 1rem;
	scroll-behavior: smooth !important;
}

 body {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Onest";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--black);
	background-color: var(--white);
	position: relative;
}

.footer__top:root {
	--white: #fff;
	--off-white: #fafafa;
	--grey-white: #ffffffb2;
	--black: #000;
	--light-black: #141414;
	--grey: #5b5b5b;
	--orange: #fe7f2d;
	--light-blue: #f7f7f7;
	--grey-border: #d9d9d9;
	--grey-secondary-border: #949494;
}

/* HTML5 display-role reset for older browsers */
.footer__top article,
.footer__top aside,
.footer__top details,
.footer__top figcaption,
.footer__top figure,
.footer__top footer,
.footer__top header,
.footer__top hgroup,
.footer__top menu,
.footer__top nav,
.footer__top section {
	display: block;
}

.footer__top ul,
.footer__top ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__top blockquote,
.footer__top q {
	quotes: none;
}

.footer__top blockquote:before,
.footer__top blockquote:after,
.footer__top q:before,
.footer__top q:after {
	content: "";
	content: none;
}

.footer__top table {
	border-collapse: collapse;
	border-spacing: 0;
}

.footer__top em,
i {
	font-style: italic;
}

.footer__top u {
	text-decoration: underline;
}

.footer__top p {
	margin-bottom: 20px;
}

.footer__top p:last-child {
	margin-bottom: 0;
}

footer {
	background: #e7e7e7;
}
.footer__top {
	padding: 60px 0;
}
footer h6 {
	padding-bottom: 6px;
	border-bottom: 2px solid #fa7436;
	display: inline-block;
	color: #000;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: "Onest";
	font-size: 20px;
}
.footer__col h4 img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.footer__col h4 {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #fa7436;
}
.footer__col p {
	margin-bottom: 5px;
}
.footer__col {
	margin-bottom: 25px;
}
footer ul li {
	margin-bottom: 10px;
	opacity: 0.6;
}
footer ul li a {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
}
.footer__top .select2-container
{
	width:auto !important;
}

