/*GENERAL

--------------------------------------*/

:root {

    --color1: #f2f2f2;

    --color2: #58377f;

    --color3: #ed7900;

    --color4: #4a4c96;

}



body {

    font: normal 400 24px Raleway, sans-serif;

    color: var(--color1);

}



body.pace-running:before {

    opacity: 1
}



a,

a:link,

a:visited,

a:hover,

a:active {

    text-decoration: none;

    color: currentColor;

}



a {

    -webkit-transition: background .3s, color .3s;

    -o-transition: background .3s, color .3s;

    transition: background .3s, color .3s;

}



p {

    margin: 0;

}



:focus {

    outline: none;

}



ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



#main-container {

    -webkit-transition: opacity 1.5s;

    -o-transition: opacity 1.5s;

    transition: opacity 1.5s;

}



.parallax-mirror {

    opacity: 0;

    -webkit-transition: opacity 1s;

    -o-transition: opacity 1s;

    transition: opacity 1s;

}



.pace-done #main-container {

    opacity: 1 !important
}



.pace-done .parallax-mirror {

    opacity: 1
}



.parallax-window {

    min-height: 400px;

    background: transparent;

}



.inner-wrapper {

    width: 100%;

    max-width: 1200px;

    position: relative;

    margin: 0 auto;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    padding: 0 15px;

}



.inner-wrapper.col-wrapper {

    -webkit-flex-direction: column;

    -moz-flex-direction: column;

    -ms-flex-direction: column;

    -o-flex-direction: column;

    flex-direction: column;

    justify-content: center;

}



a.btn,

input.btn {

    height: 68px;

    padding: 0 40px;

    line-height: 68px;

    background: #1780eb;

    text-align: center;

    text-transform: uppercase;

    display: inline-block;

    color: #fff;

    font-size: 21px;

    font-weight: 700;

    border-radius: 10px;

    margin: 0 auto 0 0;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);

    box-shadow: 0 0 5px rgba(0, 0, 0, .2);

}



a.btn:hover,

input.btn:hover {

    background: #268ffb;

}



::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    text-transform: uppercase;

    color: currentColor;

    opacity: 1;

    -webkit-transition: opacity .3s;

    -o-transition: opacity .3s;

    transition: opacity .3s;

}



::-moz-placeholder {

    /* Firefox 19+ */

    text-transform: uppercase;

    color: currentColor;

    opacity: 1;

    -webkit-transition: opacity .3s;

    -o-transition: opacity .3s;

    transition: opacity .3s;

}



:-ms-input-placeholder {

    /* IE 10+ */

    text-transform: uppercase;

    color: currentColor;

    opacity: 1;

    -webkit-transition: opacity .3s;

    -o-transition: opacity .3s;

    transition: opacity .3s;

}



:-moz-placeholder {

    /* Firefox 18- */

    text-transform: uppercase;

    color: currentColor;

    opacity: 1;

    -webkit-transition: opacity .3s;

    -o-transition: opacity .3s;

    transition: opacity .3s;

}



:focus::-webkit-input-placeholder {

    opacity: .3
}



:focus::-moz-placeholder {

    opacity: .3
}



:focus:-ms-input-placeholder {

    opacity: .3
}



:focus:-moz-placeholder {

    opacity: .3
}



.wgb-list h2 {

    text-transform: uppercase;

    font-size: 50px;

    font-weight: 900;

    text-align: center;

    margin-bottom: 35px;

}



.wgb-list li {

    font-size: 18px;

    font-weight: 900;

    text-align: center;

    margin-bottom: 90px;

    display: flex;

    flex-direction: column;

}



.wgb-list li img {

    display: block;

    margin: 0 auto 40px;

}



.wgb-list li span {

    margin-top: auto;

}



#header {

    

}

#header {
    width: 100%;
    background-color: var(--color3);
    padding: 30px 0 25px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    transition: top .3s;
}

#header.headroom--unpinned {
    top: -250px;
}



#logo {}



#logo img {
    max-width: 220px;
}

#nav ul{padding-top: 10px;}

#nav ul li {
    display: inline-block;
    margin-left: 10px;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: rgb(139 29 26 / 92%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;

}

.slicknav_nav ul {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
    color: #fff
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: #00a651;
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 10px 5px 6px;
}

.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}



#footer {

    background-color: #004f96;

    padding: 140px 0;

}



#footer-logo {}



#footer span,

#footer a {

    font-size: 36px;

    font-weight: 600;

    margin-bottom: 50px;

}



#footer a:hover {

    color: #0082c0;

}



#main {

    background-color: var(--color3);

    padding: 150px 0 100px;

}



#main p {

    font-size: 23px;

    padding-bottom: 30px;

    margin-bottom: 40px;

    position: relative;

}



#main p:before {

    display: block;

    content: '';

    width: 74px;

    height: 9px;

    background: #fff;

    position: absolute;

    left: 0;

    bottom: 0;

}



#main h1 {

    font-weight: 900;

    font-size: 50px;

}



#main h1 strong {

    color: #8b1d1a;

    display: block;

}



#main img {

    max-width: 100%;

}



#about {

    background-color: #c32d1d;

    padding: 100px 0;

}



#about-intro {

    text-transform: uppercase;

    color: #5e2112;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 900;

    padding: 15px 0;

    border-width: 5px 0;

    border-style: solid;

    border-color: #5e2112;

}



#about-body {

    padding: 15px 0;

    font-size: 20px;

    line-height: 1.5;

}



#info {

    background-color: #7f2f5e;

}



#history {

    padding-top: 120px;

}



#history h2 {}



#history ul {}



#history li {}



#industry {}



#industry h2 {}



#industry ul {}



#industry li {}



#achievements {

    background-color: #5f1c40;

    padding: 120px 0;

}



#achievements h2 {}



#achievements ul {}



#achievements li {

    margin-bottom: 18px;

}



#achievements li img {

    margin-bottom: 18px;

}



#equipment {

    background-color: var(--color2);

    padding: 75px 0;

}



#equipment h2 {}



#equipment ul {}



#equipment li {}



#equipment li img {

    margin-bottom: 20px;

}



#equipment li span {

    margin-top: unset;

}

#services {

    background-color: var(--color4);

    padding: 75px 0;

}



#services h2 {}



#services ul {}



#services li {}



#services li img {

    margin-bottom: 20px;

}



#services li span {

    margin-top: unset;

}



#clients {

    background-color: #0082c0;

    padding: 70px 0;

}



#clients h3 {

    font-size: 50px;

    font-weight: 900;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 50px;

}



#clients img {

    margin: 0px;

    max-width: 130px;

}



/*MQ

--------------------------------------*/
@media screen and (max-width: 991px) {
    #header {
        background-color: var(--color3);
        padding: 25px 0;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
#main img{max-width: 75%; margin: auto;display: block;}
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
  font-family: 'Montserrat', Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #F2F3EB;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #fff;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #fff;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #fff;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #fff;
	color: #fff;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder { 
	color: #fff;
	opacity: 1;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	color:#fff;
}

#form_button {
  background: none;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #fff;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}