body {
  margin: 0;
 
  color: #2F2F2F;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.top-bar {
  display: flex;
  padding: 10px 30px;
  justify-content: space-between;
 
  align-items: end;
}
.container{
	max-width: 991px;
	  margin: auto;
    padding: 30px;
}
.nav{
	
}
.nav ul{
	display: flex;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #7F7F7F;
	font-size: 12px;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	
}
.nav ul li{
	margin: 0 20px;
}
.nav ul li a{
	text-decoration: none;
	color: #7F7F7F;
}
.nav ul li a.current-item{
	color: #F16A00;
}
.quote-button {
  border: 3px solid red;
  color: red;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.hero-tagline {
  background: #9FA7B4;
  text-align: center;
  padding: 40px;
  font-size: 1.5em;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  font-family: museo-sans, sans-serif;
}
.hero-tagline.sub{
  background: #323949;
  position: relative;
}
.hero-tagline.sub p{
  font-size: 18px;
line-height: 29px;

}
.hero-tagline.sub h2{
  font-weight: 100;
  font-size: 40px;
}
.hero-tagline.sub h4.buttonHeading{
 margin: 0;
 position: absolute;
 top: -70px;
 left: 50%;
 transform: translate(-50%, 0);
}
.threecol.container h2{
  color: red;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
}
.hero-tagline.sub h4 a{
 color: red;
background: #e6e4e4;
font-size: 23px;
text-transform: uppercase;
padding: 0px 50px;
display: inline-block;
text-decoration: none;  
}
.hero-tagline span{
  font-weight: bold;
  
}
.hero-tagline p{
  margin: 0;
}

.hero-image {
  position: relative;
  background: url('images/forklift.jpg') no-repeat center center/cover;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image.lower{
  background: url('images/ladybg.jpg') no-repeat center center/cover;
 
}
.hero-image h1{
  font-size: 33px;
  font-weight: bold;
}
.hero-image h3{
  font-size: 22px;
  font-weight: 100;
}
.heroTop {
  position: relative;
  background: url('images/forklift.jpg') no-repeat center center/cover;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw; /* Full viewport width */
  transform: translateX(-50%);
  left: 50%; 
}


.hero-image .overlay {
  background: rgba(0,0,0,0.5);
  padding: 0px;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image.banner .overlay{
  background: none;
  align-items: end;
  padding-bottom: 70px;
}
.hero-image.banner .overlay.show{
  background: rgba(0,0,0,0.5);
}
.hero-image.banner {
  height: 350px;
  overflow: hidden;
}

.hero-image .button {
 border: 3px solid #fff;
 color: #fff;
 padding: 15px 40px;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 margin-top: 20px;
 display: inline-block;
}

.services {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 400px;
  position: relative;
  column-gap: 25px;
}
.service{
  max-width: 240px;
  margin-bottom: 40px;
}
.service img {
  height: 240px;
  width: auto;

  
}
.service .container{
  overflow: hidden;
  max-width: 240px;
  height: 230px;
  position: relative;
  border: solid #fff 5px;
  display: flex;
  justify-content: center;
  padding: 0;
}
.service h3 {
  color: #fff;
  position: absolute;
  bottom: 0px;
  display: block;
  text-align: center;
  width: 100%;
  font-family: museo-sans, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.services .btn{
  flex: 1 1 100%;
  max-width: 150px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
}
.contact {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.contact h2 {
  color: #e33829;
}

form {
  max-width: 600px;
  margin: 0 auto;
}
.left form{
  text-align: left;
}
form input, form textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  background: #f2f2f2;
  border-width: 0;
}
form textarea{
  min-height: 150px;
}

form button {
  background: #e33829;
  color: white;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}
.threecol h3{
  font-weight: 300;
  font-size: 18px;
}
.threecol h1{
  font-size: 28px;
  line-height: 1.1em;
}
.threecol .btn{
  flex: 1 1 100%;
  max-width: 150px;
 margin: auto;
  margin-top: 30px;
  display: block;
  
}
.threecol .columns, .twocol{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.twocol .col{
  max-width: 400px;
}
.twocol .left form{
  text-align: left;
}
.twocol .left{
  text-align: left;
}
.twocol .left h5{
  font-size: 25px;
  margin-bottom: 10px;
}
.twocol .left h6{
  font-size: 14px;
  color: #FF0000;
  margin: 10px 0;
}
.twocol ul{
  list-style: none;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
}
.twocol p{
  font-size: 16px;
  line-height: 26px;
}
.twocol h4{
  font-size: 20px;
}
.twocol h2{
  color: #FF0000;
  font-size: 43px;
  
  
  }
.twocol img{
  width: 100%;
  height: auto;
}
.threecol .columns .col{
  width: 30%;
 min-width: 280px;
 margin-bottom: 50px;
}
.threecol .columns .col img{
  width: 100%;
}
.threecol .columns .col .label{
  background: #E6E4E4;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  position: relative;
}
.threecol .columns .col .label a
{
  text-transform: uppercase;
  font-weight: bold;
  background: #e33829;
  padding: 5px;
  position: absolute;
  right: 0;
  color: #fff;
  text-decoration: none;
  top: 5px;
  right: 5px;
}
footer {
  background: #323949;
  color: white;
  padding: 30px;
  text-align: center;
}

footer a {
  color: white;
  text-decoration: underline;
}
.footer-content h3{
  font-size: 25px;
}
.hero-tagline strong{
  white-space: nowrap;
}
.hamburger {
  display: none;
  position: absolute;
  top: 60px;
  right: 7px;
  overflow: visible;
  margin-top: 3px;
  margin-left: 5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #e33829;
}

.hamburger-box {
  display: inline-block;
  width: 32px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 32px;
  height: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #e33829;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  -webkit-transition-duration: .22s;
       -o-transition-duration: .22s;
          transition-duration: .22s
}

.hamburger .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
  -o-transition: top .1s ease-in .25s, opacity .1s ease-in;
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
  -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  -o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
  -o-transition: top .1s ease-out, opacity .1s ease-out .12s;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  -o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg)
}

.mm-panel {
  background: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.mm-navbar>* {
  min-height: 40px;
  background: #fff;
}

.mm-navbar__title>span {
  color: #000;
  padding-left: 10px;
}

.mm-listitem.active, 
.mm-listitem .active {
  background-color: #151515;
}
.mm-panels, .mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{
  z-index: 99999999;
}
.container{
  z-index: 2;
  position: relative;
}
@media only screen and (max-width : 767px){
  form input, form textarea{
    max-width: 100%;
  }
  .hamburger {
    display: block;
  }
  .nav ul.mainNav{
    display: none;
  }
}