@media screen and (max-width: 64em) {
  .xs-hidden {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .xs-show {
    display: none !important; } }

.container {
  max-width: 1200px;
  padding: 2em; }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: var(2rem, 2rem);
  padding-left: var(2rem, 2rem); }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(calc((var($gutter-width) * 0.5) * -1), -0.5rem);
  margin-left: var(calc((var($gutter-width) * 0.5) * -1), -0.5rem); }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(calc((var($gutter-width) * 0.5)), 0.5rem);
  padding-left: var(calc((var($gutter-width) * 0.5)), 0.5rem); }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: var(calc(var($sm-min) + var($gutter-width)), 46rem); }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(calc((var($gutter-width) * 0.5)), 0.5rem);
    padding-left: var(calc((var($gutter-width) * 0.5)), 0.5rem); }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: var(calc(var($md-min) + var($gutter-width)), 61rem); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(calc((var($gutter-width) * 0.5)), 0.5rem);
    padding-left: var(calc((var($gutter-width) * 0.5)), 0.5rem); }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: var(calc(var($lg-min) + var($gutter-width)), 71rem); }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(calc((var($gutter-width) * 0.5)), 0.5rem);
    padding-left: var(calc((var($gutter-width) * 0.5)), 0.5rem); }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

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

body {
  background: #011C2F;
  overflow-x: hidden;
  color: white; }

body.admin-bar header {
  margin-top: -32px; }

div {
  display: flex;
  flex-direction: column; }

.venoratio.venoratio-16x9.vbox-child {
  background-color: transparent !important;
  box-shadow: none !important;
  height: 100% !important; }

.button, button, .wpcf7-submit {
  text-decoration: none;
  color: #00A8E7;
  font-weight: 700;
  font-size: 1em !important;
  display: inline-block;
  padding: 1em;
  text-align: center;
  background: #00A8E7;
  color: #EBEEEF; }

header {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #011C2F;
  width: 100%;
  padding: 1em; }
  @media screen and (max-width: 48em) {
    header {
      flex-direction: column;
      position: relative; } }
  header .logo img {
    max-width: 350px;
    margin-left: 32px; }
  header nav {
    width: 100%; }
  header a {
    color: #EBEEEF;
    text-decoration: none; }
  header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row; }
    @media screen and (max-width: 48em) {
      header nav ul {
        justify-content: center;
        padding-top: 1em; } }
    header nav ul a {
      text-decoration: none;
      color: #00A8E7;
      font-weight: 700;
      display: inline-block;
      padding: 0.5em 1em;
      text-align: center; }
      header nav ul a.button {
        background: #00A8E7;
        color: #EBEEEF;
        margin-left: 1em;
        padding: 1em; }
        @media screen and (max-width: 48em) {
          header nav ul a.button {
            background: none;
            padding: 0.5em 1em;
            margin: 0;
            color: #00A8E7; } }
  header h1 {
    color: #EBEEEF;
    font-size: 3em; }

section {
  display: flex; }

.jumbotron {
  margin-top: 48px;
  position: relative;
  width: 100vw;
  height: 90vh;
  color: white;
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 48em) {
    .jumbotron {
      margin-top: 0; } }
  .jumbotron video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .jumbotron svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .jumbotron .jumbotron-content-wrapper {
    height: 100%;
    align-items: stretch; }
  .jumbotron .jumbotron-content {
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: flex-start; }
    .jumbotron .jumbotron-content div {
      padding: 5em; }
      @media screen and (max-width: 48em) {
        .jumbotron .jumbotron-content div {
          padding: 1em; } }
    .jumbotron .jumbotron-content h1 {
      font-size: 6em; }
      @media screen and (max-width: 64em) {
        .jumbotron .jumbotron-content h1 {
          font-size: 4em; } }
      @media screen and (max-width: 48em) {
        .jumbotron .jumbotron-content h1 {
          font-size: 2.5em; } }

.clients {
  padding: 56px 1em; }
  .clients div {
    background-color: #011C2F;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1em; }
    @media screen and (max-width: 48em) {
      .clients div div:first-of-type, .clients div div:nth-child(2), .clients div div:nth-child(3) {
        padding-bottom: 2em; } }
    .clients div img {
      max-width: 100%;
      max-height: 45px; }
      @media screen and (max-width: 48em) {
        .clients div img {
          max-width: 100%; } }

.light-background {
  background-image: radial-gradient(100% 100% at 0% 0%, #cef2ff 19%, #EBEEEF 39.25%, rgba(255, 255, 255, 0.5) 59.5%), radial-gradient(100% 100% at 100% 50%, #cef2ff 19%, #EBEEEF 39.25%, white 59.5%);
  color: #011C2F; }

.dark-background {
  background-image: radial-gradient(100% 100% at 0% 0%, #003141 19%, #011C2F 39.25%, rgba(1, 28, 47, 0.5) 59.5%), radial-gradient(100% 100% at 100% 50%, #00445b 19%, #011C2F 39.25%, rgba(1, 28, 47, 0.5) 59.5%);
  color: #EBEEEF; }

.section-heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 112px; }

.quote-content {
  flex-direction: column;
  align-items: center;
  padding: 112px 0; }

.showcase {
  padding-top: 112px;
  background: #011C2F;
  color: #EBEEEF; }
  .showcase a {
    text-decoration: none; }
  .showcase .row {
    justify-content: center; }
  .showcase .showcase-item {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    padding: 2em 4em;
    height: 300px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: right; }
  .showcase .showcase-item2 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/Moto.jpg); }
    .showcase .showcase-item2:hover {
      background-image: url(img/thumbnails/Moto.jpg); }
  .showcase .showcase-item3 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/betterhomes2.jpg); }
    .showcase .showcase-item3:hover {
      background-image: url(img/thumbnails/betterhomes2.jpg); }
  .showcase .showcase-item4 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/EmiliaOrthman.jpg); }
    .showcase .showcase-item4 h3 {
      font-size: 2.3em; }
    .showcase .showcase-item4:hover {
      background-image: url(img/thumbnails/EmiliaOrthman.jpg); }
  .showcase .showcase-item5 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/XDubai.jpg); }
    .showcase .showcase-item5:hover {
      background-image: url(img/thumbnails/XDubai.jpg); }
  .showcase .showcase-item6 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/MDLBeast2.jpg); }
    .showcase .showcase-item6:hover {
      background-image: url(img/thumbnails/MDLBeast2.jpg); }
  .showcase .showcase-item7 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/Euronews.jpg); }
    .showcase .showcase-item7:hover {
      background-image: url(img/thumbnails/Euronews.jpg); }
  .showcase .showcase-item8 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/LEAP.jpg); }
    .showcase .showcase-item8:hover {
      background-image: url(img/thumbnails/LEAP.jpg); }
  .showcase .showcase-item9 {
    background-image: linear-gradient(135deg, rgba(1, 27, 45, 0) 0%, rgba(1, 27, 45, 0.25) 25%, rgba(1, 28, 46, 0.5) 50%, #011c2f 100%), url(img/thumbnails/VikingBageri.jpg); }
    .showcase .showcase-item9:hover {
      background-image: url(img/thumbnails/VikingBageri.jpg); }

.ourprocess {
  padding: 112px 0;
  color: #EBEEEF; }
  .ourprocess .ourprocess-left, .ourprocess .ourprocess-right {
    align-items: stretch;
    margin-bottom: 56px; }
  .ourprocess .ourprocess-content {
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: initial;
    text-align: center;
    padding: 0 1em; }
  .ourprocess .title {
    align-items: center; }
    @media screen and (max-width: 64em) {
      .ourprocess .title {
        padding-bottom: 2em; } }
    .ourprocess .title h3, .ourprocess .title h5 {
      color: #EBEEEF; }
  .ourprocess .ourprocess-list {
    flex-direction: row;
    width: 100%; }
    @media screen and (max-width: 48em) {
      .ourprocess .ourprocess-list {
        flex-direction: column; } }
    .ourprocess .ourprocess-list div {
      padding: 0 0.5em;
      flex-grow: 1; }
    .ourprocess .ourprocess-list h5 {
      font-size: 1em;
      border-top: 1px solid #007EA7;
      border-bottom: 1px solid #007EA7;
      background: #011C2F;
      padding: .5em;
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: center; }

.ourteam {
  padding: 112px 0; }
  .ourteam .ourteam-left, .ourteam .ourteam-right {
    align-items: stretch;
    margin-bottom: 56px;
    justify-content: center; }
  .ourteam p {
    padding: 0;
    margin: 0; }
  .ourteam .ourteam-image {
    padding: 2em;
    position: relative; }
  .ourteam img.headshot {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 126, 167, 0.2) 0 0 40px; }
  .ourteam img.icon {
    position: absolute;
    width: 70px;
    height: 70px; }
    .ourteam img.icon.light {
      bottom: 0;
      right: 0; }
    .ourteam img.icon.pen {
      top: 0;
      left: 0; }
    .ourteam img.icon.camera {
      top: 0;
      right: 0; }
    .ourteam img.icon.light2 {
      bottom: 0;
      left: 0; }
  .ourteam .ourteam-content {
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    flex-wrap: initial;
    text-align: center;
    padding: 0 1em; }
  .ourteam .title {
    align-items: center; }
    .ourteam .title h3, .ourteam .title h5 {
      font-family: 'Staatliches', sans-serif;
      color: #011C2F; }
    @media screen and (max-width: 64em) {
      .ourteam .title {
        padding-bottom: 1em; } }
  .ourteam .ourteam-left div, .ourteam .ourteam-right div {
    justify-content: center;
    flex-wrap: wrap; }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-family: 'Staatliches', sans-serif;
  font-size: 4.5em; }

h2 {
  font-family: 'Staatliches', sans-serif;
  font-size: 5em; }
  @media screen and (max-width: 48em) {
    h2 {
      font-size: 3em; } }

h3 {
  font-family: 'Staatliches', sans-serif;
  font-size: 3em;
  color: #EBEEEF;
  margin-bottom: 0.1em; }
  @media screen and (max-width: 48em) {
    h3 {
      font-size: 2em; } }

h4 {
  font-size: 2.25em;
  font-weight: 700;
  color: #00A8E7;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.5em;
  color: #EBEEEF;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em; }

p {
  padding-bottom: 1em;
  font-size: 1.25em;
  line-height: 130%; }

p.large-paragraph {
  font-size: 2.5em;
  line-height: 1.35em; }
  @media screen and (max-width: 64em) {
    p.large-paragraph {
      font-size: 2em; } }
  @media screen and (max-width: 48em) {
    p.large-paragraph {
      font-size: 1.5em; } }

.contactus {
  padding: 112px 0;
  display: flex;
  background-image: linear-gradient(135deg, rgba(0, 51, 87, 0.8) 0%, rgba(0, 51, 87, 0.8) 100%), url(img/contactBG.jpeg);
  background-size: cover; }
  .contactus a, .contactus a:visited, .contactus a:focus {
    color: #00A8E7;
    font-weight: 700; }
  .contactus .row {
    display: flex;
    justify-content: center; }
  .contactus img {
    max-width: 100px;
    margin-top: 32px; }

.contact-details {
  padding-top: 2.8em; }
  @media screen and (max-width: 48em) {
    .contact-details {
      padding-right: 2em;
      text-align: center; } }
  .contact-details h4 {
    color: white; }

.form {
  padding: 1em;
  align-items: flex-end;
  text-align: left;
  padding-right: 2em; }
  @media screen and (max-width: 48em) {
    .form {
      padding-right: 2em; } }

input, textarea {
  height: 44px;
  border: 0;
  width: 100%;
  padding: 1em;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: #003357;
  color: white; }

input.wpcf7-submit {
  padding: 1em 2em;
  height: auto;
  width: auto; }
  input.wpcf7-submit:hover {
    background: #007EA7; }

textarea {
  min-height: 88px; }

.wpcf7 {
  width: 100%;
  max-width: 600px; }
  @media screen and (max-width: 48em) {
    .wpcf7 {
      max-width: none; } }
  .wpcf7 span {
    display: block;
    margin-top: 0.5em; }
  .wpcf7 button {
    margin-top: 1em;
    border: 0; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 1em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
  background: white;
  color: #003357; }

.wpcf7 form.init .wpcf7-response-output {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output {
  color: white;
  background: #127d1b;
  /* Green */ }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: white;
  background: #dc3232;
  /* Red */ }

.wpcf7 form.spam .wpcf7-response-output {
  color: white;
  background: #812f07;
  /* Orange */ }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: white;
  background: #987103;
  /* Yellow */ }

.wpcf7-not-valid-tip {
  color: white;
  font-weight: normal;
  display: block;
  padding: 0.5em 1em;
  background-color: #dc3232;
  font-size: 0.7em; }
