@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #2A2A2A;
  background: #fff;
  font: 16px/1.333 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-active body {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1262px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

p {
  margin-bottom: 22px;
}

.btn {
  background: #E42A2A;
  border: 2px solid #E42A2A;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: inline-block;
  outline: none;
  padding: 8px 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: transparent;
  border-color: #E42A2A;
}
.btn.btn-white {
  background: transparent;
  border-color: #fff;
}
.btn.btn-white:hover {
  background: #E42A2A;
  border-color: #E42A2A;
}

.bg-stretch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.heading-title {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.slick-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -3px;
}
.slick-slider .slick-dots li {
  line-height: 0;
  padding: 0 3px;
}
.slick-slider .slick-dots li.slick-active button {
  width: 33px;
  background: #e42a2a;
}
.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  background: rgba(78, 98, 187, 0.5);
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #E42A2A;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 74px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 84px;
  }
}

h2, .h2 {
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #38BBEC;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.form-group {
  margin-bottom: 15px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 2px solid #E42A2A;
  border-radius: 50px;
  padding: 10px 22px;
  outline: none;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control {
    border-color: #fff;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  border-color: #fff;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #BEBEBE;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
  color: #BEBEBE;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #BEBEBE;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #BEBEBE;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder,
.form-control.placeholder {
  color: #BEBEBE;
}

textarea {
  resize: none;
  vertical-align: top;
  border-radius: 22px !important;
  min-height: 116px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kzykia");
  src: url("../fonts/icomoon.eot?kzykia#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kzykia") format("truetype"), url("../fonts/icomoon.woff?kzykia") format("woff"), url("../fonts/icomoon.svg?kzykia#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-pin:before {
  content: "";
}

.icon-slider-arrow-left:before {
  content: "";
}

.icon-slider-arrow-right:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow-thin-right:before {
  content: "";
}

.icon-developments:before {
  content: "";
}

.icon-availability:before {
  content: "";
}

.icon-client:before {
  content: "";
}

.icon-delivery-history:before {
  content: "";
}

.icon-delivery-truck:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-engineering:before {
  content: "";
}

.icon-equipment:before {
  content: "";
}

.icon-events:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-generate-reports:before {
  content: "";
}

.icon-improvements:before {
  content: "";
}

.icon-intagram:before {
  content: "";
}

.icon-it-infrastructue:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-mobile-surveillance:before {
  content: "";
}

.icon-notepad:before {
  content: "";
}

.icon-platform:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-pressure-sensor:before {
  content: "";
}

.icon-rating:before {
  content: "";
}

.icon-report:before {
  content: "";
}

.icon-route:before {
  content: "";
}

.icon-speed:before {
  content: "";
}

.icon-system:before {
  content: "";
}

.icon-team:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-temprature-sensor:before {
  content: "";
}

.icon-video-surveillance:before {
  content: "";
}

.header-bar {
  background: #292929;
  padding: 8px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.header-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .header-bar ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-bar ul li {
  padding: 0 5px;
}
.header-bar ul a {
  font-size: 11px;
  line-height: 6px;
  color: #fff;
}
.header-bar ul a:hover {
  color: #E42A2A;
}
.header-bar ul a.facebook:hover {
  color: #4267B2;
}
.header-bar ul a.instagram:hover {
  color: #fb3958;
}
.header-bar ul .text {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 4;
}
.header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .header .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .logo {
  padding: 15px 0 15px 15px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .header .logo {
    width: 15.5%;
  }
}
.header .logo a {
  display: block;
}
.nav-active .header .logo {
  margin-left: -320px;
}
@media (min-width: 576px) {
  .nav-active .header .logo {
    margin: 0;
  }
}

.nav-holder {
  position: fixed;
  top: 36px;
  left: auto;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 280px;
  margin-right: -280px;
}
@media (min-width: 375px) {
  .nav-holder {
    width: 320px;
    margin-right: -320px;
  }
}
@media (min-width: 1200px) {
  .nav-holder {
    position: static;
    max-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    padding-right: 25px;
    margin: 0;
  }
}
.nav-active .nav-holder {
  margin: 0;
}

.nav-area {
  background: #E42A2A;
  padding: 19px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav-area {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.nav-active .nav-area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .menu {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 73%;
  }
}
.menu li {
  padding: 7px 15px;
}
@media (min-width: 1200px) {
  .menu li {
    padding: 0 10px;
  }
}
.menu li.active a {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .menu li.active a {
    color: #E42A2A;
  }
}
.menu a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media (min-width: 1200px) {
  .menu a {
    color: #373737;
  }
}
.menu a:hover {
  color: #E42A2A;
}

.search-area {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .search-area {
    width: 27%;
    padding: 0;
    margin: 0;
  }
}
.search-area .input-holder {
  position: relative;
}
.search-area .form-control {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 10px 22px 10px 0;
}
@media (min-width: 1200px) {
  .search-area .form-control {
    color: #A2A2A2;
  }
}
@media (min-width: 1200px) {
  .search-area .form-control:focus {
    border-bottom-color: #A2A2A2;
  }
}
.search-area .form-control::-webkit-input-placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .search-area .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
  }
}
.search-area .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
@media (min-width: 1200px) {
  .search-area .form-control::-moz-placeholder {
    color: #A2A2A2;
  }
}
.search-area .form-control:-moz-placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .search-area .form-control:-moz-placeholder {
    color: #A2A2A2;
  }
}
.search-area .form-control:-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .search-area .form-control:-ms-input-placeholder {
    color: #A2A2A2;
  }
}
.search-area .form-control.placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .search-area .form-control.placeholder {
    color: #A2A2A2;
  }
}
.search-area .icon {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .search-area .icon {
    color: #A2A2A2;
  }
}

.header-button {
  background: #E42A2A;
  color: #fff;
  display: block;
  padding: 30px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  width: 31.5%;
  max-width: 320px;
  display: none;
}
@media (min-width: 992px) {
  .header-button {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-button {
    width: 24.5%;
  }
}
.header-button .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-button:hover .icon {
  right: 25px;
}
.header-button.header-button-mobile {
  font-size: 13px;
  line-height: 17px;
  display: block;
  height: auto;
  width: auto;
  color: #E42A2A;
  background: #fff;
  border-radius: 50px;
  padding: 20px 15px;
  margin: 20px 15px 0;
}
@media (min-width: 992px) {
  .header-button.header-button-mobile {
    display: none;
  }
}

.nav-opener {
  font-size: 31px;
  line-height: 40px;
  height: 36px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nav-opener {
    right: 325px;
  }
}
@media (min-width: 1200px) {
  .nav-opener {
    display: none;
  }
}
.nav-active .nav-opener {
  right: 280px;
}
@media (min-width: 375px) {
  .nav-active .nav-opener {
    right: 325px;
  }
}
.nav-opener:after, .nav-opener:before,
.nav-opener span {
  position: absolute;
  right: 5px;
  left: 5px;
  background: #E42A2A;
  height: 3px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav-opener span {
  top: 17px;
  right: 12px;
}
.nav-opener::before, .nav-opener::after {
  content: "";
}
.nav-opener::before {
  top: 7px;
}
.nav-opener:after {
  bottom: 6px;
}
.nav-active .nav-opener::before {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
.nav-active .nav-opener::after {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.nav-active .nav-opener span {
  opacity: 0;
  visibility: hidden;
}

.home-banner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}
.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(13, 13, 13, 0.56);
}
.home-banner .container {
  position: relative;
  z-index: 2;
}
.home-banner .align {
  height: 100%;
}
.home-banner .banner-slider {
  height: 100%;
}
.home-banner .banner-slider h1, .home-banner .banner-slider .h1 {
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .home-banner .banner-slider h1, .home-banner .banner-slider .h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-banner .banner-slider h1, .home-banner .banner-slider .h1 {
    margin-bottom: 30px;
  }
}
.home-banner .banner-slider .text {
  font-size: 16px;
  line-height: 19px;
  max-width: 536px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .home-banner .banner-slider .text {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .home-banner .banner-slider .text {
    margin-bottom: 45px;
  }
}
.home-banner .banner-slider .btn {
  min-width: 175px;
}
.home-banner .banner-slider .slick-list {
  padding-top: 160px;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .home-banner .banner-slider .slick-list {
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .home-banner .banner-slider .slick-list {
    padding-top: 210px;
  }
}
.home-banner .banner-slider .slick-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.home-banner .banner-slider .slick-dots li.slick-active button {
  background: white;
}
.home-banner .banner-slider .slick-dots button {
  background: rgba(255, 255, 255, 0.77);
}

.about-us {
  padding: 60px 0;
}
.about-us .col {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us .col:nth-child(1) {
    width: 58.3%;
  }
}
@media (min-width: 992px) {
  .about-us .col:nth-child(2) {
    width: 41.7%;
  }
}
.about-us h2, .about-us .h2 {
  padding-right: 65px;
}
.about-us .content {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .about-us .content {
    padding-right: 65px;
  }
}
.about-us .image-holder {
  position: relative;
  z-index: 2;
  max-width: 300px;
  margin: 50px auto 0;
}
@media (min-width: 375px) {
  .about-us .image-holder {
    max-width: 310px;
  }
}
@media (min-width: 428px) {
  .about-us .image-holder {
    max-width: 360px;
  }
}
@media (min-width: 576px) {
  .about-us .image-holder {
    max-width: 458px;
  }
}
@media (min-width: 1200px) {
  .about-us .image-holder {
    margin: 10px auto 0;
  }
}
.about-us .image-holder:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  height: 177px;
  width: 156px;
  opacity: 0.45;
  z-index: -1;
}
@media (min-width: 1200px) {
  .about-us .image-holder:before {
    height: 207px;
  }
}
.about-us .image-holder:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  background: #fff;
  border: solid #E42A2A;
  border-width: 0 0 5px 5px;
  height: 142px;
  width: 142px;
  z-index: -1;
}
@media (min-width: 428px) {
  .about-us .image-holder:after {
    height: 172px;
    width: 172px;
    border-width: 0 0 10px 10px;
    bottom: -20px;
    left: -20px;
  }
}
@media (min-width: 576px) {
  .about-us .image-holder:after {
    height: 252px;
    width: 236px;
  }
}
.about-us .about-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
}
@media (min-width: 428px) {
  .about-us .about-info {
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .about-us .about-info {
    margin: 0 -60px;
  }
}
.about-us .about-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 428px) {
  .about-us .about-info li {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .about-us .about-info li {
    padding: 0 60px;
  }
}
.about-us .about-info li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #B5B5B5;
  width: 1px;
}
.about-us .about-info .icon {
  color: #E42A2A;
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}
@media (min-width: 375px) {
  .about-us .about-info .icon {
    margin-right: 15px;
  }
}
@media (min-width: 428px) {
  .about-us .about-info .icon {
    font-size: 40px;
    line-height: 40px;
  }
}
.about-us .about-info .text {
  color: #E42A2A;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  text-align: left;
}
@media (min-width: 428px) {
  .about-us .about-info .text {
    font-size: 16px;
    line-height: 19px;
  }
}
.about-us .about-info .number {
  font-size: 36px;
  line-height: 40px;
  color: #B5B5B5;
  display: block;
}
@media (min-width: 375px) {
  .about-us .about-info .number {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 428px) {
  .about-us .about-info .number {
    font-size: 47px;
    line-height: 56px;
  }
}

.advantages {
  padding: 60px 0;
}
.advantages .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages .col {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .advantages .col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .advantages .col {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .advantages .col {
    width: 20%;
    margin-bottom: 0;
  }
}
.advantages .advantages-box {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 313px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.advantages .advantages-box:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.advantages .advantages-box .box .icon {
  color: #E42A2A;
  font-size: 80px;
  line-height: 80px;
  display: block;
  margin-bottom: 15px;
}
.advantages .advantages-box .box .title {
  font-size: 18px;
  line-height: 22px;
  color: #E42A2A;
}
.advantages .advantages-box .hover-box {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 25px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.advantages .advantages-box .hover-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.66);
}
.advantages .advantages-box .hover-box .icon {
  font-size: 26px;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.advantages .advantages-box .hover-box .title {
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.advantages .advantages-box .hover-box ul {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.advantages .advantages-box .hover-box ul li {
  padding-bottom: 8px;
}

.clients {
  padding: 0 0 80px;
}
@media (min-width: 1200px) {
  .clients {
    padding: 60px 0 120px;
  }
}
.clients .clients-slider {
  padding: 30px 40px;
}
.clients .clients-slider .slick-list {
  margin: 0 -15px;
}
.clients .clients-slider .slick-slide {
  padding: 0 15px;
}
.clients .clients-slider .clients-image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
}
.clients .clients-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  margin-top: -8px;
}
.clients .clients-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.clients .clients-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.contact-us {
  color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 38, 41, 0.92);
  z-index: -1;
}
.contact-us .col {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-us .col {
    width: 50%;
  }
}
.contact-us .col:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .contact-us .col:nth-child(2) {
    display: block;
  }
}
.contact-us h2, .contact-us .h2 {
  color: #fff;
}
.contact-us .sub-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-us .form-holder {
  max-width: 500px;
  margin: 0 auto;
}
.contact-us .contact-form {
  text-align: center;
}
.contact-us .contact-form .btn {
  min-width: 175px;
}

.contact-us-mobile {
  color: #E42A2A;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-us-mobile {
    display: none;
  }
}
.contact-us-mobile .heading-title {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 10px;
}
.contact-us-mobile .form-control:focus {
  border-color: #E42A2A;
}
.contact-us-mobile .btn {
  color: #E42A2A;
  border-color: #E42A2A;
  min-width: 175px;
}
.contact-us-mobile .btn:hover {
  color: #fff;
  background: #E42A2A;
}

.services {
  padding: 60px 0;
}

.accordion {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.accordion .accordion-item {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
@media (min-width: 992px) {
  .accordion .accordion-item {
    width: 13%;
    height: 711px;
  }
}
.accordion .accordion-item .icon {
  font-size: 60px;
  line-height: 60px;
  display: block;
  margin-bottom: 10px;
}
.accordion .accordion-item .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .accordion .accordion-item .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.accordion .accordion-item:nth-child(2) .accordion-header {
  background: #E42A2A;
}
.accordion .accordion-item:nth-child(3) .accordion-header {
  background: #E73F3F;
}
.accordion .accordion-item:nth-child(4) .accordion-header {
  background: #E95555;
}
.accordion .accordion-item:nth-child(5) .accordion-header {
  background: #EC6A6A;
}
.accordion .accordion-item:nth-child(6) .accordion-header {
  background: #EF7F7F;
}
.accordion .accordion-item.active {
  height: auto;
}
@media (min-width: 992px) {
  .accordion .accordion-item.active {
    width: 35%;
  }
}
.accordion .accordion-item.active .accordion-collapse {
  display: block;
  height: 100%;
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .accordion .accordion-item.active .accordion-collapse {
    padding: 50px 30px;
  }
}
.accordion .accordion-header {
  color: #fff;
  background: #DC0B0B;
  font-size: 400;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}
@media (min-width: 992px) {
  .accordion .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }
}
.accordion .accordion-header .title {
  margin: 0;
  width: calc(100% - 60px);
  padding-left: 50px;
}
@media (min-width: 992px) {
  .accordion .accordion-header .title {
    width: auto;
    padding: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 200px;
  }
}
.accordion .accordion-header .icon {
  font-size: 60px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .accordion .accordion-header .icon {
    margin: 90px 0 0;
  }
}
.accordion .accordion-collapse {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  background: #292929;
  position: relative;
  display: none;
  height: 0;
  padding: 0;
  margin-top: -100px;
}
@media (min-width: 992px) {
  .accordion .accordion-collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.accordion .accordion-collapse .icon {
  font-size: 60px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .accordion .accordion-collapse .icon {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .accordion .accordion-collapse .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.accordion .accordion-collapse ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
@media (min-width: 992px) {
  .accordion .accordion-collapse ul {
    margin: 0 0 30px;
  }
}
.accordion .accordion-collapse .btn {
  font-size: 13px;
  line-height: 17px;
}

.logistics-banner {
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .logistics-banner {
    padding-top: 165px;
  }
}
.logistics-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(13, 13, 13, 0.56);
  z-index: -1;
}
.logistics-banner h1, .logistics-banner .h1 {
  color: #fff;
  font-weight: 900;
}
@media (min-width: 992px) {
  .logistics-banner h1, .logistics-banner .h1 {
    font-size: 56px;
    line-height: 67px;
  }
}
.logistics-banner .text {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  max-width: 485px;
}
@media (min-width: 1200px) {
  .logistics-banner .text {
    font-size: 18px;
    line-height: 22px;
  }
}
.logistics-banner .text p {
  margin-bottom: 10px;
}

.gps-banner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .gps-banner {
    padding: 45px 0;
  }
}
.gps-banner .container {
  max-width: 1150px;
}
.gps-banner .banner-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 42px 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .gps-banner .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 42px;
  }
}
@media (min-width: 1200px) {
  .gps-banner .banner-image {
    padding: 42px 80px;
  }
}
.gps-banner .banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(13, 13, 13, 0.82);
  z-index: -1;
}
.gps-banner .banner-image .logo {
  width: 161px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .gps-banner .banner-image .logo {
    margin: 0;
  }
}
.gps-banner .banner-image .text {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .gps-banner .banner-image .text {
    width: calc(100% - 161px);
    padding-left: 75px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .gps-banner .banner-image .text {
    padding-left: 115px;
    font-size: 18px;
    line-height: 22px;
  }
}
.gps-banner .banner-image .text strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  color: #E42A2A;
}
@media (min-width: 992px) {
  .gps-banner .banner-image .text strong {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .gps-banner .banner-image .text strong {
    font-size: 28px;
    line-height: 34px;
  }
}
.gps-banner .banner-image .text p {
  margin: 0;
}

.gps-section {
  padding: 50px 0;
}
.gps-section .text {
  font-size: 16px;
  line-height: 19px;
  max-width: 744px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .gps-section .text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px;
  }
}
.gps-section .col {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gps-section .col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gps-section .col {
    width: 33.333%;
  }
}
.gps-section .col.large {
  width: 100%;
}
@media (min-width: 992px) {
  .gps-section .col.large {
    width: 66.666%;
  }
}
.gps-section .gps-box {
  position: relative;
  height: 100%;
}
.gps-section .gps-box:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.gps-section .gps-box:hover .info-bar {
  opacity: 0;
  visibility: hidden;
}
.gps-section .gps-box .image-holder {
  border-radius: 12px;
  overflow: hidden;
}
.gps-section .gps-box .image-holder img {
  width: 100%;
}
.gps-section .gps-box .info-bar {
  color: #E42A2A;
  background: rgba(41, 41, 41, 0.9);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 12px 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.gps-section .gps-box .info-bar .icon {
  font-size: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.gps-section .gps-box .overlay {
  color: #fff;
  background: rgba(46, 49, 54, 0.74);
  border-radius: 12px;
  padding: 30px;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gps-section .gps-box .overlay .icon {
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 15px;
}
.gps-section .gps-box .overlay .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gps-section .gps-box .overlay .title {
    margin-bottom: 20px;
  }
}
.gps-section .gps-box .overlay .btn {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .gps-section .gps-box .overlay .btn {
    margin-top: 40px;
  }
}
.gps-section .gps-application {
  background: #ECECEC;
  border-radius: 12px;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .gps-section .gps-application {
    padding: 25px 30px;
  }
}
.gps-section .gps-application .title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gps-section .gps-application .title {
    margin-bottom: 40px;
  }
}
.gps-section .gps-application .col {
  width: 100%;
}
@media (min-width: 768px) {
  .gps-section .gps-application .col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gps-section .gps-application .text-holder {
    min-height: 70px;
  }
}
.gps-section .gps-application .text-holder p {
  margin: 0;
}
.gps-section .gps-application ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 20px -15px 0;
}
@media (min-width: 428px) {
  .gps-section .gps-application ul {
    margin: 20px -25px 0;
  }
}
@media (min-width: 768px) {
  .gps-section .gps-application ul {
    margin: 40px -25px 0;
  }
}
.gps-section .gps-application ul li {
  padding: 0 15px;
}
@media (min-width: 428px) {
  .gps-section .gps-application ul li {
    padding: 0 25px;
  }
}
.gps-section .gps-application ul a {
  display: block;
  margin-bottom: 3px;
}

.footer {
  background: #EEEEEE;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 84px;
  }
}
.footer .col {
  margin-bottom: 20px;
}
@media (min-width: 428px) {
  .footer .col {
    margin-bottom: 0;
  }
}
.footer .col:nth-child(1) {
  width: 100%;
}
@media (min-width: 992px) {
  .footer .col:nth-child(1) {
    width: 42%;
  }
}
.footer .col:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .col:nth-child(2) {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .footer .col:nth-child(2) {
    width: 19%;
  }
}
.footer .col:nth-child(3) {
  width: 100%;
}
@media (min-width: 428px) {
  .footer .col:nth-child(3) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer .col:nth-child(3) {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .footer .col:nth-child(3) {
    width: 20.5%;
  }
}
.footer .col:nth-child(4) {
  width: 100%;
}
@media (min-width: 428px) {
  .footer .col:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer .col:nth-child(4) {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .footer .col:nth-child(4) {
    width: 17.5%;
  }
}
.footer h4, .footer .h4 {
  margin-bottom: 18px;
}
.footer .footer-logo {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .footer-logo {
    margin-bottom: 50px;
  }
}
.footer .footer-logo a {
  display: block;
}
.footer .footer-text {
  font-weight: 500;
  max-width: 430px;
  margin-bottom: 10px;
}
@media (min-width: 428px) {
  .footer .footer-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer .footer-text {
    margin-bottom: 0;
  }
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 428px) {
  .footer .footer-links {
    margin: 10px 0 20px;
  }
}
@media (min-width: 768px) {
  .footer .footer-links {
    margin: 45px 0 0;
  }
}
.footer .footer-links li {
  padding-bottom: 18px;
}
.footer .footer-links a {
  color: #292929;
  font-weight: 500;
}
.footer .footer-links a:hover {
  color: #E42A2A;
}
.footer address {
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
}
.footer address span {
  display: block;
}
.footer .number-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .number-list li {
  padding-bottom: 3px;
}
.footer .number-list a {
  color: #292929;
  font-weight: 500;
}
.footer .number-list a:hover {
  color: #E42A2A;
}
.footer .copyright {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  color: #A8A8A8;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 428px) {
  .footer .copyright {
    margin-top: 50px;
  }
}