/* Reset =================================================== */
@import url(http://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,700,800);

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Fonts =================================================== */
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
  src: url("../fonts/Font-Awesome/fontawesome-webfont_.eot#iefix") format("eot"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Variables =================================================== */
/* Mixins =================================================== */
/*!
* jQuery UI CSS Framework 1.11.2
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

/* Smallest ========================================= */
@keyframes menu-btn-lines-hover {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -2px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes explore-arrow-hover {
  0% {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}

html {
  font-size: 16px;
  width: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  color: black;
  background: #000;
}

body a {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

body a:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #e70000;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  color: #b40000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

input[type="submit"],
button,
.button {
  display: inline-block;
  padding: 1.1em 2em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #e70000;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  border: 0;
  cursor: hand;
  cursor: pointer;
  font-family: "Martel Sans", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
  background: #b40000;
  color: white;
}

input[type="submit"].skewed,
button.skewed,
.button.skewed {
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  cursor: pointer;
  cursor: hand;
}

input[type="submit"].skewed .text,
button.skewed .text,
.button.skewed .text {
  -webkit-transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  display: block;
  cursor: pointer;
  cursor: hand;
}

input[type="submit"].skewed:hover,
button.skewed:hover,
.button.skewed:hover {
  background: #b40000;
  color: #fff;
}

input[type="submit"].black,
button.black,
.button.black {
  background: black;
}

input[type="submit"].black:hover,
button.black:hover,
.button.black:hover {
  background: #fff;
  color: black;
}

.button-alt {
  text-transform: uppercase;
}

.button-alt .arrow {
  margin-left: 1em;
  vertical-align: middle;
  margin-top: -.2em;
  left: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.button-alt .arrow .line {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.button-alt:hover {
  color: white;
}

.button-alt:hover .arrow,
.button-alt:hover .arrow .line {
  border-color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="fax"],
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  padding: 16px 10px 15px;
  font-family: "Martel Sans", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  resize: none;
}

input[type="text"].icon,
input[type="email"].icon,
input[type="password"].icon,
input[type="tel"].icon,
input[type="fax"].icon,
textarea.icon {
  padding-left: 50px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="fax"]:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 200px;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}

.form {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="fax"],
.form textarea {
  width: 100%;
  margin-bottom: 20px;
}

.arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 4px solid #e70000;
  border-bottom: 4px solid #e70000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}

.arrow .line {
  height: 0;
  display: inline-block;
  width: 30px;
  border-top: 2px solid #e70000;
  border-bottom: 2px solid #e70000;
  background: #e70000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -6px;
  bottom: 7px;
}

.arrow.down {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .arrow {
  border-color: #b40000;
}

a:hover .arrow .line {
  border-color: #b40000;
}

.content-width {
  max-width: 95%;
  margin: 0 auto;
}

.mobile-only {
  display: block;
}

.global-header {
  padding: 10px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
}

.menu-link {
  text-indent: -9999em;
  background: #e70000;
  color: white;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 16px;
  float: right;
}

.menu-link .line {
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  margin-bottom: 5px;
  position: absolute;
  left: 10px;
  top: 18px;
  margin: 0;
}

.menu-link .line.top {
  top: 10px;
}

.menu-link .line.bottom {
  top: 26px;
}

.menu-link:hover .line {
  animation-name: menu-btn-lines-hover;
  animation-duration: .2s;
  animation-timing-function: ease-in-out;
}

.menu-link:hover .line:nth-child(1) {
  animation-delay: 0s;
}

.menu-link:hover .line:nth-child(2) {
  animation-delay: .1s;
}

.menu-link:hover .line:nth-child(3) {
  animation-delay: .2s;
}

.menu-link.open {
  background: white;
}

.menu-link.open .line {
  background: #e70000;
  width: 0;
  left: 20px;
  animation-delay: 0;
  animation: none;
}

.menu-link.open .line.top {
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
  top: 18px;
}

.menu-link.open .line.bottom {
  width: 20px;
  left: 10px;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.global-nav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.global-nav--list {
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}

.global-nav--list li {
  width: 50%;
  display: block;
  float: left;
}

.global-nav--list li a {
  color: #e70000;
  padding: 15px 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.3;
}

.global-nav--list li a:hover {
  color: #fff;
  background: #e70000;
}

.main-logo {
  width: 250px;
  float: left;
  margin-top: 0px;
}

.main-logo img {
  max-width: 100%;
}

.hero {
  background: #373941;
  padding: 10px;
  padding-top: 200px;
  min-height: 300px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background-size: 100% auto;
  background-size: cover;
  margin-bottom: -20px;
}

.hero.page-header {
  min-height: 0;
  padding-bottom: 50px;
  padding-top: 150px;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  font-size: 10vw;
  font-weight: 700;
}

.hero .explore-btn {
  position: absolute;
  text-transform: uppercase;
  width: 5.5em;
  text-align: center;
  left: 50%;
  bottom: 20px;
  top: auto;
  margin-left: -2.75em;
  display: block;
}

.hero .explore-btn .arrow {
  display: block;
  margin: 10px auto;
}

.hero .explore-btn:hover {
  color: #fff;
}

.hero .explore-btn:hover .arrow {
  border-color: #fff;
  animation-name: explore-arrow-hover;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hero .explore-btn:hover .arrow .line {
  border-color: #fff;
}

.home--about {
  clear: both;
  background: #131316;
  color: #fff;
  text-align: center;
}

.home--about h1,
.home--about h2,
.home--about h3,
.home--about h4 {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.home--about img {
  max-width: 40%;
  width: 40%;
  display: inline-block;
  margin: 0 10px;
}

.home--about-content {
  padding: 50px 20px 30px;
}

.home--about-visual {
  display: block;
  width: 100%;
  height: 300px;
  height: 100vw;
}

.grit-band {
  display: block;
  height: 50px;
  width: 100%;
  clear: both;
  background: #fff url(../img/grit-bkg.gif) repeat top center;
}

.home--capabilities {
  background-color: #fff;
  float: left;
  width: 100%;
  clear: both;
}

.tires-bkg {
  background-image: url(../img/tire-tracks.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.section-header {
  text-align: center;
  padding: 50px 0 30px;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  padding: 0 10px;
}

.intro {
  font-family: "Martel Sans", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 36px;
}

.feature-listing {
  float: left;
  width: 100%;
  clear: both;
}

.feature-listing-item {
  display: block;
  height: 300px;
  background-color: black;
  background-size: 100% auto;
  background-size: cover;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  overflow: hidden;
  position: relative;
}

.feature-listing-item-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-image: url("../img/mini-cooper-jcw-pit-stop.jpg");
  background-color: green;
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  position: absolute;
}

.feature-listing-item-image:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-repeat: repeat-x;
}

.feature-listing-item-description {
  /*position: absolute;
      width: 100%;
      left: 0;
      padding: 10px;

      color: #fff;
      top: auto;
      bottom: 0;
      z-index: 100;
      opacity: 1;
      display: block;*/
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  padding: 10px;
  width: 100%;
  left: 0;
  color: #fff;
  bottom: 0;
}

.feature-listing-item-description h1,
.feature-listing-item-description h2,
.feature-listing-item-description h3,
.feature-listing-item-description h4,
.feature-listing-item-description h5 {
  text-transform: uppercase;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.2;
}

a:hover .feature-listing-item-description {
  background: #e70000;
  color: #fff;
  padding: 20px 10px;
  margin-top: 0;
  top: auto;
  bottom: 0;
}

.feature-listing-item-description-more-info {
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.feature-listing-item-description-more-info:before {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  content: '';
  margin: 10px 0;
}

a:hover .feature-listing-item-description-more-info {
  display: block;
  opacity: 1;
}

.partner-detail-logo {
  max-width: 50%;
  display: block;
  margin-bottom: 20px;
}

.home--partners {
  background: #fff;
  float: left;
  width: 100%;
  clear: both;
}

.grid-lines-listing {
  display: block;
  float: left;
  border: 0;
  width: 100%;
  list-style: none;
  padding: 0 10px 10px;
}

.grid-lines-listing-item {
  float: left;
  width: 50%;
  border-left: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  text-align: center;
}

.grid-lines-listing-item img {
  max-width: 90%;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  margin: 0 auto;
  vertical-align: middle;
  opacity: .5;
}

.grid-lines-listing-item a:hover img {
  opacity: 1;
}

.grid-lines-listing-item:nth-child(1),
.grid-lines-listing-item:nth-child(2) {
  border-top: 0;
}

.grid-lines-listing-item:nth-child(2n+1) {
  border-left: 1px solid #fff;
}

.offset-area-item {
  display: block;
  width: 100%;
  background: #131316;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.offset-area-item h1,
.offset-area-item h2,
.offset-area-item h3,
.offset-area-item h4,
.offset-area-item h5 {
  text-transform: uppercase;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #fff;
}

.offset-area-item h1.accent-line:after,
.offset-area-item h2.accent-line:after,
.offset-area-item h3.accent-line:after,
.offset-area-item h4.accent-line:after,
.offset-area-item h5.accent-line:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #e70000;
  margin: 10px 0 0;
}

.offset-area-item:nth-child(2n+2) {
  background: #2a3138;
}

.offset-area-item-image {
  display: block;
  padding-bottom: 40%;
  margin-bottom: 20px;
  position: relative;
}

.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0ede5;
}

.content-section {
  background-color: #fff;
  padding-top: 50px;
  float: left;
  width: 100%;
}

.page-content {
  padding-bottom: 5em;
}

.page-content .video {
  background: black;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 5em 0;
}

.page-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content .offset-area-item {
  margin-bottom: 5em;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content img {
  margin-bottom: 1em;
}

.page-content p:last-child,
.page-content ul:last-child,
.page-content ol:last-child,
.page-content img:last-child {
  margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  text-transform: uppercase;
}

.page-content h1,
.page-content h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
}

.page-content h3 {
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.page-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.page-content h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.page-content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
}

.page-content img {
  max-width: 100%;
}

.page-content .ui-selectmenu-button {
  border: 1px solid #d0d0d0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
  line-height: 1.3em;
  padding: .5em 1em;
  background: white;
  width: 280px !important;
  position: relative;
}

.page-content .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
}

.page-content .ui-selectmenu-button.ui-corner-top {
  -webkit-border-top-right-radius: 2px 0 0 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px 0 0 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px 0 0 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.page-content .ui-selectmenu-button .ui-icon {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(../img/select-arrow.png.html) no-repeat right center;
  margin: 0;
}

.page-content .right {
  float: right;
  width: 30%;
  margin-left: 20px;
}

.page-content ul {
  list-style-position: inside;
}

.image-gallery {
  list-style: none;
  margin-bottom: 5em;
  margin-top: 5em;
  float: left;
  width: 100%;
}

.image-gallery .image-block {
  display: block;
  width: 25%;
  float: left;
  padding-bottom: 25%;
}

.image-gallery .image-block:nth-child(1) {
  width: 50%;
  padding-bottom: 50%;
}

.product-listing {
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}

.product-listing-item {
  width: 50%;
  border: 1px solid #fff;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: inline-block;
  text-align: center;
  padding: 20px 20px 30px;
  margin: 0 -2px;
}

.product-listing-item img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.product-listing-item:nth-child(2n+2),
.product-listing-item:last-child {
  border-right: 1px solid #fff;
}

.product-detail {
  padding-top: 50px;
}

.section-detail-description {
  padding-bottom: 50px;
}

.section-detail-images {
  margin-bottom: 50px;
}

.section-detail-images .feature-image {
  width: 100%;
  display: block;
  margin-bottom: 2%;
}

.section-detail-images .feature-image img {
  width: 100%;
  display: block;
}

.section-detail-image-listing {
  list-style: none;
}

.section-detail-image-listing li {
  float: left;
  display: block;
  width: 19.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.section-detail-image-listing li img {
  display: block;
}

.section-detail-image-listing li:nth-child(5n+5) {
  margin-right: -1%;
}

.questions {
  text-transform: uppercase;
  color: #737373;
  margin-left: 1em;
}

.updates-band {
  background: black url(../img/grit-line.png) repeat-x center top;
  clear: both;
  padding-top: 40px;
  float: left;
  width: 100%;
}

.updates-band h1,
.updates-band h2,
.updates-band h3,
.updates-band h4,
.updates-band h5 {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
}

.updates-band-form {
  background: #e70000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.updates-band-form input {
  height: 50px;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid white;
  color: #fff;
  margin-bottom: 10px;
  background-color: transparent;
}

.updates-band-form input:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.updates-band-form input.icon-name,
.updates-band-form input.icon-email {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 50px 50px;
}

.updates-band-form input.icon-name {
  background-image: url(../img/field-icon-name.png);
}

.updates-band-form input.icon-email {
  background-image: url(../img/field-icon-email.png);
}

.global-footer {
  clear: both;
  background: black url(../img/grit-bkg-dark.jpg) repeat-x center -25px;
  float: left;
  width: 100%;
  padding: 50px 10px 10px;
}

.global-footer a {
  color: #fff;
}

.global-footer a:hover {
  color: #e70000;
}

.global-footer-logo {
  display: block;
  max-width: 100%;
  width: 200px;
  margin-bottom: 20px;
}

.global-footer-logo img {
  display: block;
  max-width: 100%;
}

.global-footer-social-icons {
  clear: both;
  display: block;
}

.social-icons {
  list-style: none;
  clear: both;
  margin-bottom: 20px;
  float: left;
}

.social-icons li {
  display: block;
  float: left;
}

.social-icons li a {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 20px;
  position: relative;
  top: 0;
}

.social-icons li a:hover {
  top: -2px;
}

.social-icons li a.icon {
  background-image: url(../img/social-icons.png);
  background-size: auto 21px;
  background-repeat: no-repeat;
  background-position: 21px 0;
  text-indent: -9999em;
  overflow: hidden;
}

.social-icons li a.icon-facebook {
  background-position: 4px 0;
}

.social-icons li a.icon-twitter {
  background-position: -45px -1px;
}

.social-icons li a.icon-instagram {
  background-position: -92px -1px;
}

.social-icons li a.icon-website {
  background-position: -140px -1px;
}

.global-nav-bottom {
  display: block;
  border-top: 1px solid #e70000;
  padding-top: 20px;
  clear: both;
  color: #fff;
}

.global-nav-bottom .copyright {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.1;
  margin-top: 2em;
  display: block;
}

.global-footer-nav {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.1;
}

.global-footer-nav li {
  display: inline-block;
}

.global-footer-nav li:after {
  display: inline-block;
  content: '|';
  margin: 0 5px 0 6px;
}

.global-footer-nav li:last-child:after {
  display: none;
}

.global-footer-nav a {
  text-transform: uppercase;
}

.ui-selectmenu-menu {
  -webkit-border-top-right-radius: 0 2px 2px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 2px 2px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 2px 2px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 280px !important;
  background: white;
  border: 1px solid #d0d0d0;
  border-top: 0;
  overflow: hidden;
}

.ui-selectmenu-menu li.ui-menu-item {
  padding: .3em 1em;
  display: block;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
}

.ui-selectmenu-menu li.ui-menu-item.ui-state-focus {
  padding: .3em 1em;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  background: #e70000;
  color: white;
}

.ui-selectmenu-menu li.ui-menu-item:last-child {
  border-bottom: 0;
}

@media print {

  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}

@media all and (max-width: 480px) {
  /* 480 and under ========================================= */
}

@media all and (min-width: 480px) {
  /* 480 =================================================== */
}

@media all and (min-width: 600px) {
  /* 600 =================================================== */
}

@media all and (min-width: 768px) {

  /* 768 =================================================== */
  .partner-detail-logo {
    max-width: 300px;
  }
}

@media all and (min-width: 960px) {

  /* 960 =================================================== */
  .mobile-only {
    display: none;
  }

  .global-header {
    padding-top: 20px;
    overflow: hidden;
    max-width: 100%;
  }

  .main-logo {
    margin-left: 20px;
  }

  .global-nav--list {
    display: block !important;
    background: #e70000;
    position: absolute;
    left: 330px;
    -webkit-transform: skew(-20deg, 0);
    -moz-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    -o-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
    padding-left: 20px;
    padding-right: 30px;
    height: 50px;
  }

  .global-nav--list li {
    width: auto;
    -webkit-transform: skew(20deg, 0);
    -moz-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    -o-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
  }

  .global-nav--list li.home {
    display: none;
  }

  .global-nav--list li a {
    color: #fff;
    border-bottom: 3px solid #e70000;
    padding: 17px 10px 12px;
    height: 50px;
  }

  .global-nav--list li a:hover {
    border-bottom: 3px solid #fff;
  }

  .hero {
    padding: 30px;
    padding-top: 20vw;
    padding-bottom: 100px;
    margin-bottom: -50px;
  }

  .hero.page-header {
    padding-top: 200px;
    padding-top: 15vw;
  }

  .home--about {
    float: left;
    width: 100%;
    position: relative;
  }

  .home--about img {
    max-width: 180px;
  }

  .home--about-content {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home--about-visual {
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
  }

  .section-header {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro {
    font-family: "Martel Sans", sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 40px;
  }

  .feature-listing-item {
    float: left;
    width: 33.33333333333333333333%;
    height: 400px;
  }

  .feature-listing-item:hover {
    margin-top: -50px;
    height: 500px;
    margin-bottom: -50px;
  }

  .feature-listing-item-description {
    padding: 30px;
  }

  a:hover .feature-listing-item-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-lines-listing {
    display: block;
    float: left;
    border: 0;
    width: 100%;
    list-style: none;
    padding: 0 10px 10px;
  }

  .grid-lines-listing-item {
    float: left;
    width: 25%;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    text-align: center;
  }

  .grid-lines-listing-item:nth-child(1),
  .grid-lines-listing-item:nth-child(2),
  .grid-lines-listing-item:nth-child(3),
  .grid-lines-listing-item:nth-child(4) {
    border-top: 0;
  }

  .grid-lines-listing-item:nth-child(2n+1) {
    border-left: 1px solid #d0d0d0;
  }

  .grid-lines-listing-item:nth-child(4n+1) {
    border-left: 1px solid #fff;
  }

  .offset-area-item {
    position: relative;
    padding: 10% 5% 10% 55%;
  }

  .offset-area-item:nth-child(2n+2) {
    padding: 10% 55% 10% 5%;
  }

  .offset-area-item:nth-child(2n+2) .offset-area-item-image {
    left: auto;
    right: 2.5%;
  }

  .offset-area-item-image {
    position: absolute;
    height: 90%;
    width: 50%;
    left: 2.5%;
    top: 5%;
    padding: 0;
    margin: 0;
  }

  .updates-band h1,
  .updates-band h2,
  .updates-band h3,
  .updates-band h4,
  .updates-band h5,
  .updates-band .name,
  .updates-band .email {
    width: 25%;
    float: left;
  }

  .updates-band h1,
  .updates-band h2,
  .updates-band h3,
  .updates-band h4,
  .updates-band h5 {
    text-align: right;
    padding-top: .3em;
    margin-right: 2.5%;
  }

  .updates-band input {
    border: 0;
    border-left: 1px solid #fff;
  }

  .updates-band .name,
  .updates-band .email {
    width: 25%;
    margin-right: 2.5%;
  }

  .product-listing-item {
    width: 25%;
    border: 1px solid #fff;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }

  .product-listing-item img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .product-listing-item:nth-child(2n+2) {
    border-right: 1px solid #d0d0d0;
  }

  .product-listing-item:nth-child(4n+4) {
    border-right: 1px solid #fff;
  }

  .page-content h1,
  .page-content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .page-content h1 .large,
  .page-content h2 .large {
    font-size: 4rem;
    display: block;
  }

  .section-title {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .section-detail-description {
    float: left;
    width: 55%;
  }

  .section-detail-images {
    width: 40%;
    float: right;
  }

  .updates-band-form {
    padding: 40px 0;
    margin-top: 20px;
  }

  .global-footer {
    padding: 70px 30px 30px;
    margin: 0;
  }

  .global-footer-logo {
    width: 300px;
    float: left;
  }

  .global-footer-social-icons {
    float: right;
    clear: none;
    padding-top: 10px;
  }

  .global-nav-bottom {
    padding-top: 40px;
  }

  .global-nav-bottom .copyright {
    float: right;
    clear: none;
    padding: 0;
    margin: 0;
  }

  .global-footer-nav {
    float: left;
  }
}

@media all and (min-width: 1280px) {

  /* 1200 =================================================== */
  .content-width {
    max-width: 1140px;
  }

  .global-header {
    padding-top: 40px;
    overflow: hidden;
  }

  .main-logo {
    width: 300px;
    margin-left: 20px;
  }

  .global-nav--list {
    left: 400px;
    padding-left: 30px;
    padding-right: 40px;
    overflow: hidden;
    height: 60px;
  }

  .global-nav--list li a {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 20px 15px;
    height: 60px;
  }

  .global-nav--list li a:hover {
    border-bottom: 3px solid #fff;
  }

  .hero.page-header {
    padding-bottom: 100px;
  }

  .section-header {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .section-header h1,
  .section-header h2,
  .section-header h3,
  .section-header h4,
  .section-header h5 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.2;
  }

  .intro {
    font-family: "Martel Sans", sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 40px;
  }

  .grid-lines-listing {
    max-width: 1200px;
    margin-left: -600px;
    position: relative;
    left: 50%;
    margin-bottom: 60px;
  }

  .capabilities-listing-item {
    height: 400px;
  }

  .capabilities-listing-item:hover {
    height: 500px;
  }
}

@media all and (min-width: 1280px) and (min-width: 1500px) {
  .capabilities-listing-item {
    height: 600px;
  }

  .capabilities-listing-item:hover {
    height: 700px;
  }
}

@media all and (min-width: 1280px) {
  .offset-area-item {
    padding-left: 50%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .offset-area-item h1,
  .offset-area-item h2,
  .offset-area-item h3,
  .offset-area-item h4,
  .offset-area-item h5 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.7em;
  }

  .offset-area-item:nth-child(2n+2) {
    padding-right: 50%;
  }

  .offset-area-item:nth-child(2n+2) .offset-area-item-image {
    left: auto;
    right: -5%;
  }

  .offset-area-item-image {
    left: -5%;
    height: 80%;
    top: 10%;
  }

  .page-content h1,
  .page-content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .page-content h1 .large,
  .page-content h2 .large {
    font-size: 5rem;
  }

  .image-gallery {
    width: 110%;
    margin-left: -5%;
  }
}

@media all and (min-width: 1280px) and (min-width: 1580px) {
  .image-gallery {
    width: 130%;
    margin-left: -15%;
  }
}

@media all and (min-width: 1280px) {

  .updates-band h1,
  .updates-band h2,
  .updates-band h3,
  .updates-band h4,
  .updates-band h5 {
    padding-right: 30px;
  }
}

/*! http://responsiveslides.com v1.32 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/*--===== start newly added in 20-08-20 area =====*/
.hero {
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
}



.home--about-visual {
  background-image: none !important;
  padding-right: 10px;
  overflow: hidden;
  transition: 1s;
}

.home--about-visual img {
  display: block !important;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home--about-visual:hover img {
  transition: ;
  transform: scale(1.2);
}

.home--about-visual.fit-image.imgLiquid_bgSize.imgLiquid_ready img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

  .hero {
    height: 700px;

  }
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .hero {
    height: 700px;

  }
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    height: 600px;

    text-align: center;
  }

  .home--about-visual {
    padding-right: 0;
  }

  .home--about-visual img {

    margin: 0;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
  .hero {
    height: 400px;
    text-align: center;
  }

  .home--about-visual {
    padding-right: 0;
  }

  .home--about-visual img {

    margin: 0;
  }

}

/*--===== completed newly added in 20-08-20 area =====*/