﻿/***** BEGIN RESET *****/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}



.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.white {
	color: #fff;
}
.white-bg {
    background-color: #fff;
}
.green {
	color: #9BE72D;
}
.green-bg {
    background-color: #9BE72D;
}
.blue {
	color: #061A87;
}
.blue-bg {
    background-color: #061A87;
}


.wid98 {
	width: 98%;
	margin: 0 auto;
}
.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid85 {
	width: 85%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}
.wid75 {
	width: 75%;
	margin: 0 auto;
}
.wid70 {
	width: 70%;
	margin: 0 auto;
}


.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 3% 0 2%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "noto-sans", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "noto-sans", sans-serif;
}


/*BUTTONS*/

a.blue-btn {
    padding: 12px 40px;
    transition: .2s ease-in-out;
    justify-content: center;
    background-color: #358FFC;
    color: #fff;
    font-family: "noto-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1px;
	display: ruby-text;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
a.blue-btn:hover {
    background-color: #707070;
	color: #fff;
    transition: all .2s ease-in-out;
}



.heading1 {
	font-family: "balboa", sans-serif;font-size: 75px;line-height: 75px;font-weight: 900;}
.subheading1 {
	font-family: "noto-sans", sans-serif;font-size: 25px;line-height: 34px;font-weight: 500;}
.lg-heading {
	font-family: "balboa", sans-serif;font-size: 60px;line-height: 70px;font-weight: 900;}
.cta-heading {
	font-family: "balboa", sans-serif;font-size: 40px;line-height: 48px;font-weight: 900;}
.med-heading {
	font-family: "balboa", sans-serif;font-size: 23px;line-height: 50px;font-weight: 900;}
.body {
	font-family: "noto-sans", sans-serif;font-size: 16px;line-height: 35px;font-weight: 500;}



.balboa {
	font-family: "balboa", sans-serif;
}
.balboa-xblk {
	font-family: "balboa", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.noto {
	font-family: "noto-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*--- HEADER STYLES ---------------------*/
header {}

.header {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
    margin: 0 20px;
}
.header2 {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
    margin: 0 20px;
}
.header2 nav.primary ul li a {	
	color: #000;
}
.head-logo img {
    max-width: 100%;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}

.page-wrapper {
	margin: 50px auto 0;
}



/*HOME PAGE*/

.hero-wrap {
    background-image: url(../siteart/hero.png);
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 25%;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.hero-txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
	z-index: 10;
    position: relative;
}
.hero-txt h2 {
    margin: 25px 0;
}
.hero-btns {
    gap: 10px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.hero-lift {
    background-image: url(../siteart/hero-forklift.png);
	height: 40vw;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    z-index: 5;
    position: absolute;
    bottom: -4vw;
    background-position: right;
    background-size: contain;
}
.wid-hero {
    margin-left: 8vw;
    width: 72%;
}
.home-aside-wrap {
    z-index: 10;
    position: relative;
	margin: 100px auto;
}
.home-aside-wrap .wid90 {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 100px;
}
.contact.home-aside-wrap .wid90 {
    align-items: flex-start;
}
.aside-ctas {
    display: flex;
    flex-direction: column;
    flex: 2;
    gap: 20px;
}
.inv-cta {
    display: flex;
}
.inv-cta a {
	padding: 20px 40px;
    transition: .2s ease-in-out;
    background-color: transparent;
    color: #000;
    font-family: balboa, sans-serif;
    text-transform: capitalize;
    font-size: 23px;
    letter-spacing: 1px;
    display: flex;
    border: 1px solid #000;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2vw;
	font-weight: 900;
}
.inv-cta a:hover {
	letter-spacing: 2px;
}
.contact-cta {
    display: flex;
}
.contact-cta.white-bg a {
	padding: 40px;
    transition: .2s ease-in-out;
    background-color: transparent;
    color: #000;
    font-family: balboa, sans-serif;
    text-transform: capitalize;
    font-size: 23px;
    letter-spacing: 1px;
    display: flex;
    border: 1px solid #000;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2vw
}
.contact-cta a:hover {
	letter-spacing: 2px;
}
.contact-cta.blue-bg.white a{
    padding: 40px;
    transition: .2s ease-in-out;
    font-family: balboa, sans-serif;
    text-transform: capitalize;
    font-size: 23px;
    letter-spacing: 1px;
    display: flex;
    border: 1px solid #000;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2vw;
	color: #fff;
}

.contact-cta.blue-bg a:hover {
	letter-spacing: 2px;
}
.aside-about {
    flex: 4;
}
.aside-about h3 {
    margin-bottom: 20px;
}
.aside2-wrap {
	display: flex;
}
.aside2-left {
	background-image: url("../siteart/lifts.png");
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
	flex: 1;
}
.aside2-right {
	flex: 1;
	display: flex;
}
.rt-rt {
	flex: 1;
}
.rt-lf {
	background-image: url("../siteart/cta-contact-bg.png");
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
	flex: 1;
}
.rt-rt, .rt-lf {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2vw;
}
.box-cta {
    text-align: center;
    display: block;
}
.box-cta h4 {
    margin: 5vw auto;
}






/*--------FORM STYLES--------------------*/

form.custom-form .flex {
    width: 100%;
	gap: 20px;
}
.custom-form label {
    font-family: "noto-sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
	width: 100%;
}
.flex input {
	width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    text-align: left;
    font-family: "noto-sans", sans-serif;
    padding: 15px 0 15px 5px;
    background-color: #eaeaea;
	border-bottom: 1px solid #ACACAC;
    border-top: none;
    border-left: none;
    border-right: none;
}

textarea#message {
	padding: 15px 10px;
    width: 100%;
	font-family: "noto-sans", sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #ACACAC;
	background-color: #eaeaea;
    border-top: none;
    border-left: none;
    border-right: none;
	
}

.CaptchaPanel {
    text-align: left!important;
}
.CaptchaWhatsThisPanel a {
	font-family: "noto-sans", sans-serif;
	color: #061A87;
}
.CaptchaMessagePanel,.CaptchaWhatsThisPanel {
	font-family: "noto-sans", sans-serif;
	font-size: 15px;
}
input#CaptchaAnswer {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    text-align: left;
    font-family: "noto-sans", sans-serif;
    padding: 15px;
    background-color: #eaeaea;
	border-bottom: 1px solid #ACACAC;
    border-top: none;
    border-left: none;
    border-right: none;
}
button.cta-blue {
    border: none;
    color: #fff;
    background-color: #020070;
    padding: 20px 25px;
    border-radius: 30px;
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 16px;
	cursor: pointer;
}
input.cta-blue {
    border: none;
    cursor: pointer;
    padding: 12px 40px;
    transition: .2s ease-in-out;
    background-color: #358FFC;
    color: #fff;
    font-family: "noto-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    display: ruby-text;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}






/*-------- FOOTER STYLES ----------------*/

.footer {
	padding: 100px 0;
}
.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #131313;
	padding: 25px 0;
	gap: 100px;
}
.foot-menu {
    width: 100%;
}
.foot-menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-menu ul li a {
	color: #000;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 12px;
    font-family: "noto-sans", sans-serif;
    letter-spacing: 1px;
}
.foot-icons {
    margin: 50px 0;
    text-align: right;
    font-size: 25px;
}
.foot-icons a {
    padding-left: 20px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1920px) {
	
}

@media only screen and (max-width: 1530px) {
	.heading1 {
		font-size: 70px;
	}
	.hero-lift {
		height: 50vw;
	}
}

@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1350px) {
	.home-aside-wrap .wid90 {
		flex-direction: column;
	}
	.aside-ctas {
		flex: 1;
		width: 100%;
	}
	.cta-heading {
		font-size: 30px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1280px) {
	.hero-wrap {
		height: 700px
	}
	.heading1 {
        font-size: 50px;
        line-height: 55px;
    }
	.subheading1 {
		font-size: 20px;
		line-height: 25px;
	}
	.hero-lift {
        height: 45vw;
    }
	.wid-hero {
		margin-left: 4vw;
		width: 70%;
	}
	.lg-heading {
		font-size: 40px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 1170px) {
	.foot-top {
		flex-direction: column;
	}
	.foot-icons {
		text-align: center;
	}
}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 1080px) {
	.aside2-left {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	.hero-lift {
        display: none;
    }
	.wid-hero {
        margin: 0 auto;
        width: 90%;
    }
	.hero-txt {
		align-items: center;
		text-align: center;
		margin-bottom: 50px;
	}
	.home-aside-wrap {
		margin: 25px auto 100px;
	}
	.inv-cta img {
		max-height: 40px;
	}
	.head-logo img {
		max-width: 225px;
	}
}

@media only screen and (max-width: 768px) {
	.foot-menu ul {
		flex-direction: column;
	}
	.aside2-right {
		flex-direction: column;
	}
	.rt-rt, .rt-lf {
		padding: 50px 2vw;
	}
}

@media only screen and (max-width: 500px) {
	.heading1 {
        font-size: 35px;
        line-height: 40px;
    }
	.subheading1 {
        font-size: 16px;
        line-height: 20px;
    }
	.inv-cta a {
		padding: 12px 30px;
		font-size: 18px;
	}
	.inv-cta img {
		max-height: 30px;
	}
	.lg-heading {
        font-size: 30px;
        line-height: 38px;
    }
	.body {
		line-height: 25px;
	}
}






