@font-face {
	font-family: Soleil;
	src: url('fonts/soleil.woff2');
	font-weight: 400;
}

@font-face {
	font-family: Soleil-Bold;
	src: url('fonts/soleil-bold.woff2');
	font-weight: 700;
}

@font-face {
	font-family: Bebas-Neue;
	src: url('fonts/bebas-neue.woff2');
	font-weight: 700;
}


.t-primary-bgcolor {
	background-color: #036E93;
}

a {
	color: #74c8ad;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header {
	width: 90%;
	font-family: "Bebas-Neue", sans-serif;
}
/* 
.header-wrapper {
	margin-bottom: 20px;
} */

/* 
.header-wrapper::after {
	display: block;
	height: 208px;
	content: "PLANROOM";
	background-image: linear-gradient(180deg,rgba(204,144,60,0.85) 0%,rgba(243,109,48,0.85) 100%),url('header_bg.jpg');
	background-position: 50%;
    background-size: cover;
	color: #fff;
	padding: 46px 0;
	font-family: "Bebas-Neue", sans-serif;
	font-size: 80px;
	text-align: center;
} */

.header-top {
	display: flex;
	align-items: center;
	padding: 28px 0;
	justify-content: space-between;
}

@media (min-width: 981px) and (max-width: 1424.9px) {
	.header-top {
		padding: 2.2% 0;
	}
}

.header__logo {
	margin-right: 30px;
	display: flex;
	align-items: center;
	max-width: 308px;
}

.header__logo img {
	width: 100%;
}

.header__nav {
	display: flex;
	margin: 0 -11px;
	flex-wrap: wrap;
	justify-content: right;
}

.header__nav a {
	color: #fff;
	font-family: "Soleil", sans-serif;
	font-size: 18px;
	height: 60px;
    width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: linear .4s;
	padding-bottom: 1px;
}

.header__nav a:hover {
	text-decoration: none;
}

.submit-order {
	background: #f36d30;
}

.submit-order:hover {
	background: #fb9832;
}

.nysed {
	background: #74c8ad;
}

.nysed:hover {
	background: #92E4CA;
}

.client-projects {
	background: #036e93;
}

.client-projects:hover {
	background: #0DADE4;
}

.quote {
	background: #cc903c;
}

.quote:hover {
	background: #E8A950;
}

.store {
	background: #f36d30;
}

.store:hover {
	background: #fb9832;
}

.thiinkhub {
	background: #000;
}

.thiinkhub:hover {
	background: #09373B;
}

.header__nav__bottom {
	/* display: flex; */
	display: none;
	justify-content: center;
	font-size: 0;
	height: 40px;
	align-items: center;
}

.header__nav__bottom a {
	font-size: 18px;
	font-family: "Soleil-Bold", sans-serif;
	font-weight: 700;
	padding: 0 34px 0 10px;
	color: #000;
}

.header__nav__bottom a:hover {
	text-decoration: none;
	color: #74c8ad;
}

.sidebar {
	margin-right: 41px;
}