@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #32586b;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "merriweather", Georgia, serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.825em 1.65em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #284656;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #32586b;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4125em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4125em;
}

input,
select,
textarea {
  display: block;
  font-family: "merriweather", Georgia, serif;
  font-size: 15px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.825em;
  padding: 0.55em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #32586b;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(42, 74, 90, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type="search"] {
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4125em;
}

[type="file"] {
  margin-bottom: 0.825em;
  width: 100%;
}

select {
  margin-bottom: 0.825em;
  max-width: 100%;
  width: auto;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.825em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.825em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.825em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "merriweather", Georgia, serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.333em;
  line-height: 1.1;
  margin: 0 0 0.825em;
}

p {
  margin: 0 0 0.825em;
}

a {
  color: #32586b;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #264250;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.65em 0;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

p {
  max-width: 600px;
  margin: 0;
}

article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "museo-sans", helvetica, sans-serif;
  text-align: left;
}

article::after {
  clear: both;
  content: "";
  display: table;
}

article::after {
  clear: both;
  content: "";
  display: table;
}

article h1, article h2, article h3, article p {
  margin: 0;
}

article hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.65em 0;
}

article p {
  color: #333;
  line-height: 1.65;
}

article a {
  color: #32586b;
  text-decoration: none;
}

article .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}

article h1 {
  font-family: "merriweather", Georgia, serif;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 600px) {
  article h1 {
    font-size: 2.6em;
  }
}

article h2 {
  font-family: "merriweather", Georgia, serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.1em;
}

@media screen and (min-width: 600px) {
  article h2 {
    font-size: 1.3em;
  }
}

article code {
  background: #F7F7F7;
  border-radius: 4.5px;
  border: 1px solid #E0E0E0;
  font-size: 0.7em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap;
}

article h3 {
  font-family: "merriweather", Georgia, serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}

article p.date {
  color: rgba(51, 51, 51, 0.4);
  font-family: "merriweather", Georgia, serif;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.3em;
}

article p {
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.05em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

article a.read-more {
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase;
}

article a.read-more span {
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  position: absolute;
  right: -12px;
  top: -1px;
}

article hr {
  width: 3em;
}

article p.author {
  font-family: "museo-sans", helvetica, sans-serif;
}

header.navigation {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 75px;
  border-bottom: 1px solid transparent;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 900px) {
  header.navigation {
    background: transparent;
  }
}

header.navigation.nav-up {
  top: -75px;
}

header.navigation.dark-header {
  background-color: white;
  border-color: #ddd;
}

header.navigation.dark-header .logo svg path {
  fill: black;
}

header.navigation.dark-header .navigation-menu-button span {
  background: black !important;
}

header.navigation.dark-header ul li.nav-link {
  background: white;
}

@media screen and (min-width: 900px) {
  header.navigation.dark-header ul li.nav-link {
    background: transparent;
  }
}

header.navigation.dark-header ul li.nav-link a {
  color: black;
}

header.navigation.dark-header ul li.nav-link a:hover, header.navigation.dark-header ul li.nav-link a:focus {
  color: black;
}

header.navigation.dark-header ul li.nav-link a:hover:after, header.navigation.dark-header ul li.nav-link a:focus:after {
  background: #32586b;
}

header.navigation .navigation-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}

header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

header.navigation .logo {
  height: 75px;
  padding-left: 0;
  padding-right: 2em;
  display: inline-block;
  width: 150px;
}

header.navigation .logo:hover .frame {
  animation: car-bounce 0.5s ease-in-out;
}

header.navigation .logo:hover .suspension {
  animation: suspension-bounce 0.5s ease-in-out;
}

header.navigation .logo svg {
  max-height: 75px;
  padding: 0;
}

header.navigation .logo svg path {
  fill: #ffffff;
}

header.navigation .navigation-menu-button {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  float: right;
  width: 35px;
  margin-top: 28px;
  height: 25px;
  padding-right: 1em;
}

header.navigation .navigation-menu-button span {
  display: block;
  background: white;
  height: 2px;
  width: 100%;
  margin-bottom: 5px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

header.navigation .navigation-menu-button span:nth-of-type(2) {
  width: 80%;
}

header.navigation .navigation-menu-button:hover span:nth-of-type(1) {
  width: 90%;
}

header.navigation .navigation-menu-button:hover span:nth-of-type(2) {
  width: 50%;
}

header.navigation .navigation-menu-button:hover span:nth-of-type(3) {
  width: 20%;
}

header.navigation .navigation-menu-button.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(4px);
  -moz-transform: rotate(45deg) translateY(6px) translateX(4px);
  -ms-transform: rotate(45deg) translateY(6px) translateX(4px);
  -o-transform: rotate(45deg) translateY(6px) translateX(4px);
  transform: rotate(45deg) translateY(6px) translateX(4px);
}

header.navigation .navigation-menu-button.open span:nth-of-type(2) {
  width: 0%;
}

header.navigation .navigation-menu-button.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
  -moz-transform: rotate(-45deg) translateY(-6px) translateX(4px);
  -ms-transform: rotate(-45deg) translateY(-6px) translateX(4px);
  -o-transform: rotate(-45deg) translateY(-6px) translateX(4px);
  transform: rotate(-45deg) translateY(-6px) translateX(4px);
}

header.navigation .navigation-menu-button.open:hover span:nth-of-type(1) {
  width: 100%;
}

header.navigation .navigation-menu-button.open:hover span:nth-of-type(2) {
  width: 0%;
}

header.navigation .navigation-menu-button.open:hover span:nth-of-type(3) {
  width: 100%;
}

@media screen and (min-width: 900px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}

header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
  color: white;
}

header.navigation nav {
  float: none;
  min-height: 75px;
  z-index: 9999999;
}

@media screen and (min-width: 900px) {
  header.navigation nav {
    float: right;
  }
}

header.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

header.navigation ul.navigation-menu.show {
  display: block;
}

@media screen and (min-width: 900px) {
  header.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}

header.navigation ul li.nav-link {
  background: black;
  display: block;
  line-height: 75px;
  overflow: hidden;
  padding-right: 0.8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}

header.navigation ul li.nav-link.primary:before {
  content: 'Contact Us: ';
  color: #999;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 0.85em;
}

@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 75px;
    text-decoration: none;
    width: auto;
  }
}

header.navigation ul li.nav-link a {
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link a {
    margin-right: 1em;
  }
}

header.navigation ul li.nav-link a:after {
  content: '';
  left: 0;
  width: 0%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 2em;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
  color: white;
}

header.navigation ul li.nav-link a:focus:after, header.navigation ul li.nav-link a:hover:after {
  width: 100%;
}

header.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}

header.navigation li.more.nav-link {
  padding-right: 0;
}

@media screen and (min-width: 900px) {
  header.navigation li.more.nav-link {
    padding-right: 1em;
  }
}

header.navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}

header.navigation li.more.nav-link a {
  margin-right: 1em;
}

header.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}

header.navigation li.more.nav-link > a::after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: rgba(255, 255, 255, 0.8);
  content: "\25BE";
}

header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}

header.navigation li.more a {
  padding-right: 0.8em;
}

header.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}

@media screen and (min-width: 900px) {
  header.navigation li.more > a {
    margin-right: 1em;
  }
}

header.navigation li.more > a::after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}

header.navigation li.more:focus > .submenu,
header.navigation li.more:hover > .submenu {
  display: block;
}

@media screen and (min-width: 900px) {
  header.navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}

header.navigation ul.submenu {
  display: none;
  padding-left: 0;
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-right {
    left: 11.8em;
    top: 0;
  }
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-left {
    left: -11.8em;
    top: 0;
  }
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}

header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu li {
    line-height: 57.6923076923px;
  }
  header.navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  header.navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 0.7em;
  }
}

header.navigation ul.submenu li a {
  background-color: black;
  display: inline-block;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 900px) {
  header.navigation ul.submenu li a {
    background-color: black;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

header.navigation .navigation-tools {
  background: #505050;
  clear: both;
  display: block;
  height: 75px;
}

@media screen and (min-width: 900px) {
  header.navigation .navigation-tools {
    background: transparent;
    clear: none;
    float: right;
  }
}

.loading {
  background: black;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.loading div {
  display: block;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loading svg {
  display: block;
  margin: -2em auto 0 auto;
  width: 200px;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.loading span {
  text-align: center;
  font-family: "museo-sans", helvetica, sans-serif;
  font-weight: 700;
  display: block;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.loading.run svg {
  opacity: 0;
}

.loading.run span {
  opacity: 0;
}

.loading.hidden {
  height: 0;
}

.hero {
  background: url("../assets/hero.jpg"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background-color: #324766;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0 2em 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (min-width: 600px) {
  .hero {
    padding: 9em 0 6em 0;
  }
}

.hero .hero-logo img {
  height: 4em;
  margin-bottom: 1em;
}

.hero .hero-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  padding: 3.5em 1em;
  text-align: left;
}

.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}

.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}

.hero .hero-inner .hero-copy {
  text-align: left;
}

.hero .hero-inner .hero-copy h1 {
  color: white;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .hero .hero-inner .hero-copy h1 {
    font-size: 4em;
  }
}

.hero .hero-inner .hero-copy p {
  color: white;
  line-height: 1.6em;
  margin: 0 0 1em 0;
}

@media screen and (min-width: 900px) {
  .hero .hero-inner .hero-copy p {
    font-size: 1.1em;
  }
}

.ourway {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}

.ourway::after {
  clear: both;
  content: "";
  display: table;
}

.ourway::after {
  clear: both;
  content: "";
  display: table;
}

.ourway h2, .ourway h3, .ourway ul, .ourway li, .ourway p {
  text-align: center;
}

.ourway h2 {
  font-size: 2.25em;
}

.ourway p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

@media screen and (min-width: 600px) {
  .ourway .our-way-category {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .ourway .our-way-category:last-child {
    margin-right: 0;
  }
}

.ourway .our-way-category .ourway-icon {
  padding: 1em 6em;
}

@media screen and (min-width: 600px) {
  .ourway .our-way-category .ourway-icon {
    padding: 1em 2em;
  }
}

.ourway h3 {
  font-size: 1em;
}

.ourway li {
  padding: 0.75em;
  border-bottom: 1px solid #ddd;
  font-size: 0.85em;
  line-height: 1.65;
}

.ourway li:last-of-type {
  border-bottom: none;
}

.ourway .st0 {
  fill: #CBCBCB;
}

.ourway .st1 {
  fill: none;
  stroke: #444444;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.ourwork {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}

.ourwork::after {
  clear: both;
  content: "";
  display: table;
}

.ourwork::after {
  clear: both;
  content: "";
  display: table;
}

.ourwork h2, .ourwork .section-caption {
  text-align: center;
}

.ourwork h2 {
  font-size: 2.25em;
}

.ourwork p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.ourwork .portfolio-item {
  position: relative;
  width: 100%;
  margin: 3em 0;
}

.ourwork .portfolio-item a:hover .portfolio-title {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.ourwork .portfolio-item a:hover .portfolio-title:after {
  width: 100%;
}

.ourwork .portfolio-item a:hover .portfolio-image img {
  transform: scale(1.1);
}

.ourwork .portfolio-item .portfolio-image {
  width: 66%;
  overflow: hidden;
  background-color: #ddd;
  height: 375px;
  text-align: center;
}

.ourwork .portfolio-item .portfolio-image img {
  max-height: 110%;
  max-width: none;
  transition: all 0.5s ease;
  transform: scale(1);
}

.ourwork .portfolio-item .portfolio-title {
  position: absolute;
  width: 40%;
  min-width: 320px;
  top: 3em;
  right: 0;
  z-index: 3;
  padding: 3em;
  background: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ourwork .portfolio-item .portfolio-title:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ourwork .portfolio-item .portfolio-title:after {
  content: '';
  left: 0;
  width: 0%;
  height: 2px;
  background: #32586b;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ourwork .portfolio-item .portfolio-title p {
  color: #999;
}

.ourwork .portfolio-item .portfolio-title p:before {
  content: "- ";
}

.ourwork .portfolio-item .portfolio-title h3 {
  font-size: 1.75em;
}

.ourwork .portfolio-item:nth-of-type(even) .portfolio-image {
  margin-left: 34%;
}

.ourwork .portfolio-item:nth-of-type(even) .portfolio-title {
  left: 0;
}

.ourblog {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}

.ourblog::after {
  clear: both;
  content: "";
  display: table;
}

.ourblog::after {
  clear: both;
  content: "";
  display: table;
}

.ourblog h2, .ourblog .section-caption {
  text-align: center;
}

.ourblog h2 {
  font-size: 2.25em;
}

.ourblog a:hover li.block:after {
  width: 100%;
}

.ourblog a {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}

.ourblog a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .ourblog a {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .ourblog a:last-child {
    margin-right: 0;
  }
  .ourblog a:nth-child(3n) {
    margin-right: 0;
  }
  .ourblog a:nth-child(3n+1) {
    clear: left;
  }
}

.ourblog li.block {
  padding: 1.5em 0;
  position: relative;
}

.ourblog li.block:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}

.ourblog li.block:after {
  content: '';
  left: 0;
  width: 0%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ourblog li.block .post-source, .ourblog li.block .post-category {
  font-family: "museo-sans", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
}

.ourblog li.block .post-category {
  color: #999;
  margin-right: 0.5em;
}

.ourblog li.block .post-date {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}

.ourblog li.block h3 {
  margin: 1em 0;
  text-transform: none;
  font-family: "merriweather", Georgia, serif;
  font-weight: normal;
}

.getintouch {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}

.getintouch::after {
  clear: both;
  content: "";
  display: table;
}

.getintouch::after {
  clear: both;
  content: "";
  display: table;
}

.getintouch h2, .getintouch .section-caption {
  text-align: center;
}

.getintouch h2 {
  font-size: 2.25em;
}

.getintouch p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.animate-car {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.animate-car::after {
  clear: both;
  content: "";
  display: table;
}

.animate-car::after {
  clear: both;
  content: "";
  display: table;
}

.animate-car img {
  position: relative;
  width: 150px;
  z-index: -1;
  bottom: -1em;
}

.billboards {
  width: 100%;
  overflow: hidden;
  height: 140px;
  position: relative;
  float: left;
  background: url("../assets/mottie.svg");
  background-size: 2564px 140px;
}

.billboards .empty-contact-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-2 {
  background: #020202;
  display: inline-block;
  padding: 0.5em 1em;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 0.85em;
  font-family: "museo-sans", helvetica, sans-serif;
}

.footer-2 ul {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0;
}

@media screen and (min-width: 900px) {
  .footer-2 ul {
    float: left;
    line-height: 1.8em;
    margin-bottom: 0;
    margin-left: 1em;
  }
}

.footer-2 ul li {
  list-style: none;
  padding-right: 1em;
}

@media screen and (min-width: 900px) {
  .footer-2 ul li {
    display: inline;
    text-align: left;
  }
}

.footer-2 ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.footer-2 ul li a:focus, .footer-2 ul li a:hover {
  color: white;
}

@media screen and (min-width: 900px) {
  .footer-2 .footer-secondary-links {
    float: right;
  }
}

.footer-2 .footer-secondary-links li {
  font-size: 0.8em;
}

.footer-2 .footer-secondary-links ul.footer-social {
  margin: 1em 0 0 0;
}

@media screen and (min-width: 900px) {
  .footer-2 .footer-secondary-links ul.footer-social {
    margin-top: 0;
  }
}

.footer-2 .footer-secondary-links ul.footer-social li {
  float: left;
  font-size: 1em;
  line-height: 0;
  margin: 0;
  padding-right: 0.7em;
}

.footer-2 .footer-secondary-links ul.footer-social li:last-child {
  padding-right: 0;
}

.footer-2 .footer-secondary-links ul.footer-social img {
  height: 1.6em;
  opacity: 0.7;
  padding: 1px;
}

.footer-2 .footer-secondary-links ul.footer-social img:focus, .footer-2 .footer-secondary-links ul.footer-social img:hover {
  opacity: 1;
}

@keyframes car-bounce {
  0%, 50%, 100% {
    transform: translateY(0px);
  }
  25%, 75% {
    transform: translateY(10px);
  }
}

@keyframes suspension-bounce {
  0%, 53%, 100% {
    transform: translateY(0px);
  }
  28%, 78% {
    transform: translateY(7px);
  }
}

/*# sourceMappingURL=main.css.map */