/*
Theme Name: Jackson Coldroom Services
Description: Jackson Coldroom Services
Author: Atom Creative Media
Author URI: http://www.atomcreativemedia.com/
Version: 1.0
*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_body li .ginput_container textarea, .gform_wrapper .gform_body li .ginput_container input, p.button a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.case-studies__item__overlay, .gform_wrapper .gform_footer input[type=submit], .footer__section ul.menu li a, .header__menu-desktop ul li a, #menu-container ul.menu li a, #menu-container .layer-1, p a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-case-study__article, .case-studies__list, .contact-page__contact-section, .single-service__article, .page__article, .contact__overlay, .logos, .reviews, .services__intro, .footer, .pad {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .single-case-study__article, .case-studies__list, .contact-page__contact-section, .single-service__article, .page__article, .contact__overlay, .logos, .reviews, .services__intro, .footer, .pad {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .single-case-study__article, .case-studies__list, .contact-page__contact-section, .single-service__article, .page__article, .contact__overlay, .logos, .reviews, .services__intro, .footer, .pad {
    padding: 70px 0;
  }
}

.contact__intro, .logos__intro, .reviews__intro, .pad-bottom {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact__intro, .logos__intro, .reviews__intro, .pad-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .contact__intro, .logos__intro, .reviews__intro, .pad-bottom {
    padding-bottom: 70px;
  }
}

.contact-page__article, .pad-top {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .contact-page__article, .pad-top {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .contact-page__article, .pad-top {
    padding-top: 70px;
  }
}

.bg-img {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
}

.footer__section ul.menu li, .footer__section ul.menu, .header__menu-desktop ul li, .header__menu-desktop ul {
  margin: 0;
  padding: 0;
}

body {
  font: normal normal 400 14px "Roboto", sans-serif;
  color: #2F2D39;
  background-color: #FFFFFF;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font: normal normal 900 38px "Roboto", sans-serif;
  margin-bottom: 20px;
}

h1 {
  font-size: 38px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 26px;
  color: #CB1517;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  color: #CB1517;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}

p {
  color: #000000;
}
p a {
  color: #000000;
  text-decoration: underline;
}
p a:hover {
  color: #000000;
}
p.button {
  display: inline-block;
  margin-bottom: 0;
}
p.button a {
  text-decoration: none;
  padding: 8px 18px;
  display: block;
  border: 2px solid;
}
p.button.solid a {
  background-color: #CB1517;
  border-color: #CB1517;
  color: #FFFFFF;
}
p.button.solid a:hover {
  background-color: #9d1012;
  border-color: #9d1012;
}
p.button.solid.dark a {
  background-color: #2F2D39;
  border-color: #2F2D39;
  color: #FFFFFF;
}
p.button.solid.dark a:hover {
  background-color: #151515;
  border-color: #151515;
}
p.button.ghost a {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
p.button.ghost a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2F2D39;
}
p.button.ghost.dark a {
  border-color: #2F2D39;
  color: #2F2D39;
}
p.button.ghost.dark a:hover {
  background-color: #2F2D39;
  border-color: #2F2D39;
  color: #F2F2F2;
}

ul li, ol li {
  list-style-position: outside;
  margin-bottom: 5px;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

@media (min-width: 768px) {
  .tac-md {
    text-align: center !important;
  }

  .tal-md {
    text-align: left !important;
  }

  .tar-md {
    text-align: right !important;
  }
}
.bx-pager {
  font-size: 0;
}

.bx-pager-item {
  margin: 0 3px;
  display: inline-block;
}

.bx-pager-link {
  font-size: 0;
  display: block;
  margin: 0 !important;
  width: 11px !important;
  height: 11px !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
}
.bx-pager-link.active {
  background-color: #FFFFFF !important;
}

#menu-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 0;
  width: 100%;
}
#menu-container .layer-1 {
  width: 100%;
  height: calc(100vh);
  position: absolute;
  top: 0px;
  left: 100%;
  overflow: hidden;
  background-color: #2F2D39;
}
#menu-container .the-menu-container {
  padding: 40px 15px;
}
#menu-container .the-menu-container .nav-header {
  font-size: 0;
}
#menu-container .the-menu-container .nav-header .nav-logo-container, #menu-container .the-menu-container .nav-header .close-menu {
  width: 100%;
  display: inline-block;
}
#menu-container .the-menu-container .nav-header .close-menu {
  font-size: 22px;
  text-align: right;
  color: #CB1517;
  cursor: pointer;
}
#menu-container.open {
  height: auto;
}
#menu-container.open .layer-1 {
  left: 0;
}
#menu-container ul.menu {
  margin: 0;
  padding: 0;
}
#menu-container ul.menu li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 22px;
  width: 100%;
  font-weight: 700;
}
#menu-container ul.menu li a {
  color: #FFFFFF;
}
#menu-container ul.menu li a:hover {
  color: #CB1517;
  text-decoration: none;
}
#menu-container ul.menu li.current-menu-item a {
  color: #CB1517;
}
#menu-container ul.menu li.current-menu-item ul li a {
  color: #FFFFFF;
}
#menu-container ul.menu li.current-menu-item ul li a:hover {
  color: #CB1517;
  text-decoration: none;
}
#menu-container ul.menu li ul li {
  font-size: 16px;
  margin-top: 10px;
}

.topbar {
  background-color: #CB1517;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: 900;
}
.topbar__phone {
  display: block;
}
.topbar__phone i {
  font-size: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .topbar__phone i {
    font-size: 22px;
  }
}
.topbar__phone span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .topbar__phone span {
    font-size: 18px;
  }
}
.topbar__phone i, .topbar__phone span {
  display: inline-block;
  vertical-align: middle;
}
.topbar__social {
  text-align: right;
}
.topbar__social a {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .topbar__social a {
    margin-left: 15px;
  }
}
.topbar__social a i {
  font-size: 20px;
}
@media (min-width: 768px) {
  .topbar__social a i {
    font-size: 22px;
  }
}

.header__main {
  padding: 15px 0;
  background-color: #2F2D39;
}
.header__right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.header__logo {
  max-height: 70px;
}
@media (min-width: 768px) {
  .header__logo {
    max-height: 80px;
  }
}
.header__text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-align: right;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .header__text {
    font-size: 22px;
  }
}
.header__nav {
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: right;
}
.header__nav i {
  font-size: 20px;
}
.header__nav i:hover {
  cursor: pointer;
}
.header__menu-mobile {
  display: block;
}
@media (min-width: 768px) {
  .header__menu-mobile {
    display: none;
  }
}
.header__menu-desktop {
  display: none;
}
@media (min-width: 768px) {
  .header__menu-desktop {
    display: block;
  }
}
.header__menu-desktop ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 900;
  margin-left: 50px;
  font-size: 16px;
}
.header__menu-desktop ul li a {
  color: #FFFFFF;
}
.header__menu-desktop ul li a:hover {
  color: #CB1517;
  text-decoration: none;
}
.header__menu-desktop ul li ul {
  display: none;
}

.footer {
  background-color: #2F2D39;
}
.footer__section ul.menu li {
  font-size: 12px;
  margin-bottom: 10px;
}
.footer__section ul.menu li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__section ul.menu li a:hover {
  color: #CB1517;
}
@media (min-width: 768px) {
  .footer__section ul.menu li {
    display: inline-block;
    margin: 0 10px !important;
    font-size: 14px;
  }
}
.footer__section--2 {
  text-align: right;
}
.footer__section--3 {
  padding: 40px 0;
}
.footer__section--3 ul {
  text-align: center;
}
.footer__section--3 ul li {
  display: inline-block;
  margin: 0 10px !important;
}
.footer__credit {
  text-align: center;
}
.footer__credit p {
  margin: 0 !important;
  font-size: 10px;
  color: #FFFFFF;
}
.footer__credit .credit-logo {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 5px auto 0;
}

.hero {
  position: relative;
}
.hero__overlay {
  padding: 300px 0;
}
@media (min-width: 768px) {
  .hero__overlay {
    padding: 300px 0;
  }
}
@media (min-width: 992px) {
  .hero__overlay {
    padding: 300px 0;
  }
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 10%;
}
.hero__content h1, .hero__content h2, .hero__content p {
  color: #FFFFFF;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.hero__content h1 {
  font-size: 52px;
}
.hero__content h2 {
  font-size: 20px;
}
.hero__content p {
  font-size: 16px;
}
.hero__cta--mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero__cta--mobile {
    display: none;
  }
}
.hero__cta--desktop {
  display: none;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hero__cta--desktop {
    display: block;
  }
}
.hero__cta-container {
  padding: 40px 20px;
  font-weight: 700;
}
.hero__cta-container h5, .hero__cta-container i, .hero__cta-container p {
  color: #FFFFFF;
}
.hero__cta-container i {
  font-size: 20px;
  margin-right: 5px;
}
.hero__cta-container p a {
  color: #FFFFFF;
  text-decoration: none;
}
.hero__cta-container--1 {
  background-color: #CB1517;
}
.hero__cta-container--2 {
  background-color: #2F2D39;
}
@media (min-width: 768px) {
  .hero__cta-container {
    padding: 20px 30px;
    display: inline-block;
    margin-right: 20px;
  }
}

.services__service-img {
  height: 100%;
}
.services__service-content {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .services__service-content {
    padding: 150px;
  }
}

.reviews {
  background-color: #CB1517;
  text-align: center;
}
.reviews * {
  color: #FFFFFF;
}
.reviews__intro::after {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #FFFFFF;
  display: block;
  margin: 50px auto 0;
}
.reviews__icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.reviews__custom-bxpager-container {
  width: 100%;
  text-align: center;
  background-color: #2F2D39;
  padding: 20px 0;
}

.logos {
  background-color: #FFFFFF;
}
.logos__container {
  font-size: 0;
}
.logos__logo {
  max-width: 20%;
  display: inline-block;
  margin: 10px;
  max-height: 70px;
}
@media (min-width: 768px) {
  .logos {
    text-align: center;
  }
}

.gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .gform_body li {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.gform_wrapper .gform_body li label {
  display: block !important;
  margin-bottom: 15px !important;
}
.gform_wrapper .gform_body li .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body li .ginput_container input {
  border: none !important;
  width: 100%;
  padding: 8px 13px !important;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_body li .ginput_container input {
    padding: 13px 17px !important;
  }
}
.gform_wrapper .gform_body li .ginput_container textarea {
  border: none !important;
  width: 100%;
  padding: 8px 13px !important;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_body li .ginput_container textarea {
    padding: 13px 17px !important;
  }
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  border: none !important;
  width: 100%;
  padding: 8px 13px !important;
  margin: 0 !important;
  width: auto !important;
  padding: 8px 50px !important;
  background-color: #CB1517;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 13px 17px !important;
  }
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #9d1012;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 15px 50px !important;
  }
}

.frontpage__article-container {
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .frontpage__article-container {
    padding: 50px 0;
  }
}
.frontpage__article-img {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .frontpage__article-img {
    margin: 0 auto;
    max-width: 70%;
  }
}
.frontpage__article {
  padding: 50px 5px;
}
@media (min-width: 768px) {
  .frontpage__article {
    padding: 0;
  }
}

.page {
  background-color: #F2F2F2;
}
.page__article img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.single-service {
  background-color: #FFFFFF;
}
.single-service__img {
  height: 250px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .single-service__img {
    height: 450px;
  }
}

.contact-page {
  background-color: #FFFFFF;
}
.contact-page__article img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}
.contact-page__contact-information a {
  color: #2F2D39;
}
.contact-page__contact-information a i {
  font-size: 42px;
  margin-right: 5px;
}
.contact-page form input,
.contact-page form textarea {
  background-color: #F2F2F2;
}

.case-studies__item {
  margin-bottom: 30px;
}
.case-studies__item__overlay {
  background-color: rgba(203, 21, 23, 0);
  position: relative;
  padding: 130px 0;
}
.case-studies__item__overlay:hover {
  background-color: rgba(203, 21, 23, 0.75);
}
.case-studies__item__content {
  position: absolute;
  width: 100%;
  text-align: center;
  text-decoration: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.case-studies__item__content * {
  color: #FFFFFF;
  text-shadow: 0px 0px 3px #151515;
}
.case-studies__item__title {
  margin-bottom: 10px;
  font-size: 28px;
}
.case-studies__item__service-type {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-studies__item__project-location {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
}

.single-case-study {
  background-color: #FFFFFF;
}
.single-case-study__gallery {
  margin-bottom: 50px;
}
.single-case-study__img {
  height: 250px;
}
@media (min-width: 768px) {
  .single-case-study__img {
    height: 450px;
  }
}
.single-case-study__custom-bxpager-container {
  width: 100%;
  text-align: center;
  background-color: #2F2D39;
  padding: 20px 0;
}

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