* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
html {
	scroll-behavior: smooth;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #370617;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #370617;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "Overpass", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Overpass", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}
h1 {font-size: 48px;line-height: 48px;}
h2 {font-size: 32px;line-height: 32px;}
h3 {font-size: 26px;line-height: 26px;}
h4 {font-size: 18px;line-height: 20px;}
h5 {font-size: 16px;line-height: 20px;}
b {
	font-weight: 700;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 25px;
}
button.primary-button {
    transition: all ease .3s;
    padding: 7px 17px;
    background-color: #ffffff;
    color: #0074c5;
    border: 1px solid #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
button.primary-button:hover {
	background-color: #0074c5;
	color: #ffffff;
	border-color: #0074c5;
}
button.secondary-button {
    transition: all ease .3s;
    padding: 7px 17px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
	font-size: 16px;
}
button.secondary-button:hover {
	background-color: #0074c5;
	color: #ffffff;
	border-color: #ffffff;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
ul.breadcrumb {
	padding: 30px 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #0074c5;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	width: 100%;
	max-width: 150px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
.logo-container {
	line-height: 0;
	padding: 15px clamp(50px, 5vw, 100px);
	align-self: center;
}
.paragraph {
	padding-top: 10px;
}
.title-block {
	flex-direction: column;
}
.title-block.reverse {
	flex-direction: column-reverse;
}
.title-block *:not(.focus-title) {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}
.floating-container {
	position: relative;
	top: 50px;
	background-color: #0074c5;
	color: #ffffff;
	max-width: 45%;
	width: 100%;
	z-index: 20;
}
.map {
	line-height: 0;
}

/*=== HEADER ===*/
header.site-header .nav-group {
	border-bottom: 1px solid #dbdbdb;
}
header.site-header .logo-container {
	background-color: #efefef;
}
header.site-header .top-header {
	padding: 5px 5vw;
	justify-content: right;
	gap: 20px;
	font-size: 16px;
}

/*=== FOOTER ===*/
footer.site-footer {
	border-top: 1px solid #dbdbdb;
}
footer.site-footer .footer-nav {
	background-color: #efefef;
	color: #0074c5;
	font-size: 15px;
}
footer.site-footer .footer-nav ul {
	gap: 15px 50px;
	padding: 35px 5vw 30px;
}
footer.site-footer .footer-nav .inventory-group {
	gap: 0 50px;
}
footer.site-footer .bottom-footer {
	padding: 15px 5vw;
	background-color: #0074c5;
	color: #ffffff;
}

/*=== PAGE STYLES ===*/
/*=== CATEGORY ===*/
.category-section {
	position: relative;
	background: linear-gradient(to right, #efefef 0%, #efefef 60%, #ffffff 60%, #ffffff 100%)
}
.category-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	z-index: 10;
}
.category-container .category {
	box-shadow: 0 0 10px 0px #b0b0b0;
	line-height: 0;
	text-align: center;
	padding: 0 15px;
	align-content: center;
	position: relative;
	background-color: #ffffff;
	height: 125px;
}
.category-container .category.text-category .title-block {
	opacity: 1;
	color: #0074c5;
}
.category-container .category.text-category:hover .title-block {
	color: #000000;
}
.category-container .category img {
	max-height: 125px;
	transition: .3s ease all;
}
.category-container .category p {
	line-height: 24px;
}
.category-container .category h3 {
	opacity: 0;
	transition: .3s ease all;
	line-height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.category-container .category:hover h3 {
	opacity: 1;
}
.category-container .category:hover img {
	opacity: .25;
}

/*=== SUB-PAGE ===*/
.sub-page .hero-container {
	position: relative;
	background: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, 0.65) 33%, rgba(255, 255, 255, 0.65) 100%), url("/siteart/excavators.jpg") no-repeat center;
	background-size: cover;
	color: #ffffff;
	padding: 25px 0;
}
.sub-page .hero-container .floating-container {
	right: -55%;
	padding: 35px 5vw 35px 35px;
}

/*=== DEFAULT-PAGE ===*/
.default-page .hero-container {
	position: relative;
	background: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, 0.65) 33%, rgba(255, 255, 255, 0.65) 100%), url("/siteart/crane.jpg") no-repeat bottom center;
	background-size: cover;
	color: #ffffff;
	padding: 25px 0;
}
.default-page .hero-container .floating-container {
	right: -55%;
	padding: 35px 5vw 35px 35px;
}
.default-page .hero-container .floating-container .inventory-search-form, .default-page .hero-container .floating-container .inventory-search-form > * {
	gap: 10px;
}
.default-page .hero-container .floating-container .inventory-search-form select,.default-page .hero-container .floating-container .inventory-search-form input::placeholder {
	color: #0074c5;
}
.default-page .hero-container .floating-container .inventory-search-form select {
	background-color: #ffffff;
}
.default-page .hero-container .floating-container .inventory-search-form button {
	width: 42px;
	background-color: #ffffff;
	color: #0074c5;
}
.default-page .hero-container .floating-container .inventory-search-form button:hover {
	width: 42px;
	background-color: #0074c5;
	color: #ffffff;
}
.default-page .category-container {
	position: relative;
	top: 100px;
	margin-bottom: 100px;
}
.default-page .our-partners-section {
	padding: 100px 0;
}
.default-page .our-partners-section .slick-slider {
	overflow: hidden;
}
.default-page .our-partners-section .slick-slider .draggable > div {
	display: flex;
	align-items: center;
}
.default-page .our-partners-section .slick-slider .brand {
	padding: 0 25px;
	display: flex;
	justify-content: center;
}
.default-page .our-partners-section .slick-slider .brand img {
	max-height: 40px;
}
.default-page .our-partners-section .title-block {
	background-color: #0074c5;
	color: #ffffff;
	padding: 35px 35px 35px 5vw;
}
.default-page .our-story {
	position: relative;
	background: linear-gradient(to left, transparent 33%, rgba(255, 255, 255, 0.65) 33%, rgba(255, 255, 255, 0.65) 100%), url("/siteart/construction-equipment.jpg") no-repeat center;
	background-size: cover;
	color: #ffffff;
	padding: 25px 0;
	margin-bottom: 50px;
}
.default-page .our-story .floating-container {
	left: 0;
	padding: 35px 35px 35px 5vw;
}
.default-page .company-stats-section {
	padding: 50px 0;
	gap: 25px;
	justify-content: space-evenly;
}
.default-page .company-stats-section .stat {
	text-align: center;
	max-width: 300px;
	width: 100%;
	color: #0074c5;
}
.default-page .company-stats-section .stat h3 {
	font-size: 18px;
    line-height: 20px;
}

/*=== INVENTORY ===*/
.inventory-page .category-container {
	position: relative;
	top: 50px;
}

/*=== CONTACT ===*/
.contact-page form label {
	color: #ffffff;
}
.contact-page form .CaptchaMessagePanel, .contact-page form .CaptchaWhatsThisPanel a {
	color: #ffffff;
}
.contact-page .map {
	padding: 100px 0 75px;
	background: linear-gradient(to right, #efefef 0%, #efefef 60%, #ffffff 60%, #ffffff 100%);
	text-align: center;
}

@media screen and (max-width: 1150px) {
	/*=== CATEGORY ===*/
	.category-container {
		grid-template-columns: repeat(4, 1fr);
	}
	.category-container .category.text-category {
		grid-column: 2 / 5;
	}

	/*=== SUB-PAGE ===*/
	.sub-page .hero-container .floating-container {
		max-width: 95%;
		right: -5%;
	}
	
	/*=== DEFAULT ===*/
	.default-page .hero-container .floating-container {
		max-width: 95%;
		right: -5%;
	}
}

@media screen and (max-width: 1075px) {
	header.site-header .top-header .left-icon {
		margin-right: 0;
	}
	header.site-header .top-header .more-detailed-header {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== CATEGORY ===*/
	.category-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.category-container .category.text-category {
		grid-column: 1 / 4;
	}

	/*=== DEFAULT ===*/
	.default-page .our-story {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%), url("/siteart/construction-equipment.jpg") no-repeat center;
	}
	.default-page .our-story .floating-container {
		max-width: 95vw;
	}
}

@media screen and (max-width: 650px) {
	/*=== CATEGORY ===*/
	.category-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.category-container .category.text-category {
		grid-column: 2 / 3;
	}
}

@media screen and (max-width: 425px) {
	/*=== HEADER ===*/
	header.site-header .nav-group > div {
		width: 50%;
	}
	header.site-header .nav-group .logo-container {
		padding: 15px 5vw;
	}

	/*=== SUB-PAGE ===*/
	.sub-page .hero-container .floating-container {
		max-width: 100%;
		right: 0;
		padding: 35px 5vw;
	}
	.sub-page .hero-container .floating-container .focus-title {
		font-size: 40px;
	}

	/*=== DEFAULT ===*/
	.default-page .hero-container .floating-container {
		max-width: 100%;
		right: 0;
		padding: 35px 5vw;
	}
	.default-page .hero-container .floating-container .focus-title {
		font-size: 40px;
	}
	.default-page .our-partners-section .title-block {
		padding: 35px 5vw;
		font-size: 26px;
		line-height: 28px;
	}
	.default-page .our-story .floating-container {
		max-width: 100vw;
		padding: 35px 5vw;
	}
}

@media screen and (max-width: 405px) {
	/*=== CATEGORY ===*/
	.category-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.category-container .category.text-category {
		grid-column: 1 / 2;
	}

}