/*
Theme Name: VacEx
Author: Anonymous
Author URI:
Version: 1
Description: VacEx theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: VacEx
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.slick-dots, .main-nav ul, .footer-nav ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .accordion .slide-holder ul:not([class]), .accordion .slide-holder ol:not([class]), .widget ul, .social-networks, .details-holder ul:not([class]), .details-holder .services-list, .details-holder .history-list, .details-holder ol:not([class]), .twocols-content ul:not([class]), .twocols-content ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.625 "Montserrat", sans-serif;
  font-weight: 500;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.625em; }

blockquote {
  border-left: 4px solid #0C0A10;
  padding-left: .5em;
  margin-left: 1.625em; }

th, td {
  border: 1px solid #f1dd38;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 58px;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 22px;
  border-radius: 6px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #000; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #f1dd38; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px; }

.select2-container--default .select2-selection--single {
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  background-color: #fff; }

.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1) !important; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 180px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px;
  min-height: 46px;
  text-align: center;
  border-radius: 0;
  font-family: "Audiowide", sans-serif;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #000;
  background: #f1dd38;
  border: 1px solid transparent;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none; }
  @media (min-width: 1024px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='submit'], .button {
      font-size: 17px;
      line-height: 20px;
      padding: 16px 20px;
      min-height: 50px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover, .button:hover {
    background: #e6cf10;
    opacity: 1;
    color: #000; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #fff;
    border-color: #000;
    color: #000;
    position: relative; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background-color: #f1dd38;
      color: #000; }
  button.btn-info, .btn.btn-info,
  input[type='button'].btn-info,
  input[type='reset'].btn-info,
  input[type='submit'].btn-info, .button.btn-info {
    background: #000;
    color: #fff; }
    button.btn-info:hover, .btn.btn-info:hover,
    input[type='button'].btn-info:hover,
    input[type='reset'].btn-info:hover,
    input[type='submit'].btn-info:hover, .button.btn-info:hover {
      background: #262626;
      color: #fff; }
  button.btn-info-outline, .btn.btn-info-outline,
  input[type='button'].btn-info-outline,
  input[type='reset'].btn-info-outline,
  input[type='submit'].btn-info-outline, .button.btn-info-outline {
    background: #000;
    color: #f1dd38;
    border-color: #f1dd38; }
    button.btn-info-outline:hover, .btn.btn-info-outline:hover,
    input[type='button'].btn-info-outline:hover,
    input[type='reset'].btn-info-outline:hover,
    input[type='submit'].btn-info-outline:hover, .button.btn-info-outline:hover {
      background: #262626;
      color: #fff; }
    button.btn-info-outline:after, .btn.btn-info-outline:after,
    input[type='button'].btn-info-outline:after,
    input[type='reset'].btn-info-outline:after,
    input[type='submit'].btn-info-outline:after, .button.btn-info-outline:after {
      display: inline-block;
      vertical-align: top;
      content: '\f105';
      font-family: icomoon;
      margin: 0 0 0 20px; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: #000 !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  margin: 2px 10px;
  border-radius: 100%;
  font-family: "Montserrat", sans-serif;
  border: 0; }

.paging .nav-links span.current {
  color: #B7B7B7 !important;
  background: none; }

.paging .nav-links a:hover {
  background: none;
  color: #f1dd38 !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.625em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #f3f3f3;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #0C0A10; }

.commentlist {
  margin: 0 0 1.625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.625em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.625em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.625em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #f3f3f3;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #0C0A10; }

.navigation-single {
  margin-bottom: 1.625em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #f3f3f3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #0C0A10; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #f3f3f3;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
      .navigation-single .next a:hover,
      .navigation-single .prev a:hover {
        background: #0C0A10; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.625em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.625em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.625em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.625em; }

.mejs-container {
  margin-bottom: 1.625em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 60px; } }

h2, .h2 {
  font-size: 35px;
  line-height: 1.2; }
  @media (min-width: 1360px) {
    h2, .h2 {
      font-size: 38px; } }
  @media (min-width: 1440px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3 {
  font-size: 26px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 30px; } }

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map:before {
  content: "\e93c"; }

.icon-phone:before {
  content: "\e93d"; }

.icon-email:before {
  content: "\e93e"; }

.icon-play:before {
  content: "\e93b"; }

.icon-certificate:before {
  content: "\e939"; }

.icon-hat:before {
  content: "\e93a"; }

.icon-currency:before {
  content: "\e900"; }

.icon-calender:before {
  content: "\e901"; }

.icon-logout:before {
  content: "\e902"; }

.icon-user:before {
  content: "\e903"; }

.icon-x:before {
  content: "\e904"; }

.icon-triangle-up:before {
  content: "\e905"; }

.icon-triangle-right:before {
  content: "\e906"; }

.icon-triangle-left:before {
  content: "\e907"; }

.icon-triangle-down:before {
  content: "\e908"; }

.icon-utilities:before {
  content: "\e909"; }

.icon-construction:before {
  content: "\e90a"; }

.icon-consultants:before {
  content: "\e90b"; }

.icon-contractors:before {
  content: "\e90c"; }

.icon-data-center:before {
  content: "\e90d"; }

.icon-education:before {
  content: "\e90e"; }

.icon-enduser:before {
  content: "\e90f"; }

.icon-facilities:before {
  content: "\e910"; }

.icon-healthcare:before {
  content: "\e911"; }

.icon-info:before {
  content: "\e912"; }

.icon-militry:before {
  content: "\e913"; }

.icon-sales:before {
  content: "\e914"; }

.icon-search:before {
  content: "\e915"; }

.icon-target:before {
  content: "\e916"; }

.icon-icon-call:before {
  content: "\e917"; }

.icon-clock:before {
  content: "\e918"; }

.icon-icon-email:before {
  content: "\e919"; }

.icon-icon-quote:before {
  content: "\e91a"; }

.icon-icon-quote2:before {
  content: "\e91b"; }

.icon-icon-send:before {
  content: "\e91c"; }

.icon-icon-user:before {
  content: "\e91d"; }

.icon-arrow_right_alt:before {
  content: "\e91e"; }

.icon-long-arrow-right:before {
  content: "\e91f"; }

.icon-long-arrow-left:before {
  content: "\e920"; }

.icon-long-arrow-up:before {
  content: "\e921"; }

.icon-long-arrow-down:before {
  content: "\e922"; }

.icon-check_circle:before {
  content: "\e923"; }

.icon-location:before {
  content: "\e924"; }

.icon-download:before {
  content: "\e925"; }

.icon-arrow-right:before {
  content: "\e926"; }

.icon-arrow-left:before {
  content: "\e927"; }

.icon-envelope1:before {
  content: "\e928"; }

.icon-home:before {
  content: "\e929"; }

.icon-watch_later:before {
  content: "\e92a"; }

.icon-youtube1:before {
  content: "\e92b"; }

.icon-location1:before {
  content: "\e92c"; }

.icon-arrow-bottom:before {
  content: "\e92d"; }

.icon-arrow-top:before {
  content: "\e92e"; }

.icon-info1:before {
  content: "\e92f"; }

.icon-check_circle1:before {
  content: "\e930"; }

.icon-paperplane:before {
  content: "\e931"; }

.icon-search1:before {
  content: "\e932"; }

.icon-search2:before {
  content: "\e933"; }

.icon-phone1:before {
  content: "\e934"; }

.icon-facebook:before {
  content: "\e935"; }

.icon-telecomms:before {
  content: "\e936"; }

.icon-events:before {
  content: "\e937"; }

.icon-manufacturing:before {
  content: "\e938"; }

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search3:before {
  content: "\f002"; }

.icon-user1:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

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

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  outline: none !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 25px 0 0; }
  @media (min-width: 1024px) {
    .slick-dots {
      margin: 40px 0 0; } }
  .slick-dots li {
    padding: 0 3px;
    position: relative; }
    .slick-dots li button {
      background: #ccc;
      width: 30px;
      height: 8px;
      border-radius: 0;
      min-height: inherit;
      padding: 0;
      font-size: 0;
      line-height: 0;
      display: block; }
    .slick-dots li.slick-active button {
      background: #000; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #0C0A10; }

.slick-next {
  left: auto;
  right: 0;
  color: #0C0A10; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px rgba(241, 221, 56, 0.2); }
  @media (min-width: 1024px) {
    #header {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  #header .header-top {
    background: #191a1e;
    padding: 20px 0; }
    #header .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  #header .header-bottom {
    background: #2E2F33; }
  @media (max-width: 1359px) {
    #header .container {
      max-width: none; } }
  #header .tel, #header .email {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 0 30px;
    color: #fff;
    font-family: "Audiowide", sans-serif; }
    @media (min-width: 1024px) {
      #header .tel, #header .email {
        font-size: 18px; } }
    @media (min-width: 1360px) {
      #header .tel, #header .email {
        font-size: 22px; } }
    #header .tel a, #header .email a {
      color: #f1dd38;
      text-decoration: none; }
      #header .tel a span, #header .email a span {
        margin: 0 15px 0 0;
        color: #f1dd38; }
      #header .tel a:hover, #header .email a:hover {
        color: #f1dd38; }
      @media (min-width: 768px) {
        #header .tel a i, #header .email a i {
          display: none; } }
    @media (max-width: 575px) {
      #header .tel, #header .email {
        display: block;
        font-size: 0;
        line-height: 0;
        margin: 0 0 0 10px; }
        #header .tel span, #header .email span {
          margin: 0;
          font-size: 18px;
          line-height: 1;
          margin: 0; }
        #header .tel .callus, #header .email .callus {
          font-size: 18px;
          line-height: 1; } }
    @media (max-width: 767px) {
      #header .tel, #header .email {
        font-size: 0;
        line-height: 0; }
        #header .tel a, #header .email a {
          font-size: 16px;
          line-height: 20px;
          color: #fff; }
          #header .tel a:hover, #header .email a:hover {
            color: #f1dd38; }
          #header .tel a i, #header .email a i {
            color: #f1dd38;
            margin: 0 8px 0 0; }
        #header .tel .callus, #header .email .callus {
          font-size: 16px;
          line-height: 1; }
          #header .tel .callus .callus-opener, #header .email .callus .callus-opener {
            color: #fff; }
          #header .tel .callus span, #header .email .callus span {
            font-size: 13px;
            margin: 0; }
          #header .tel .callus a, #header .email .callus a {
            font-size: 13px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
    @media (max-width: 439px) {
      #header .tel, #header .email {
        display: none; } }
  @media (max-width: 767px) {
    #header .email {
      display: none; } }
  @media (max-width: 575px) {
    #header .email {
      display: block; } }
  #header .logo {
    max-width: 150px; }
    @media (min-width: 576px) {
      #header .logo {
        max-width: 190px; } }
    @media (min-width: 768px) {
      #header .logo {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      #header .logo {
        max-width: 250px; } }
    #header .logo img {
      display: block;
      max-width: 100%; }
    #header .logo.sticky {
      max-width: 170px;
      display: none; }
  #header .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media (max-width: 498px) {
    #header .phone-dropdown .phone-drop {
      width: 250px;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: -20px; } }
  @media (max-width: 498px) {
    #header .btn.phone-drop-opener.btn-secondary {
      font-size: 0;
      line-height: 0;
      padding: 0;
      background: none !important;
      border: 0; }
      #header .btn.phone-drop-opener.btn-secondary:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static; }
      #header .btn.phone-drop-opener.btn-secondary:after {
        display: none; } }
  @media (max-width: 1359px) {
    #header .callus .call-drop {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: auto;
      right: 0; } }

.phone-dropdown {
  position: relative; }
  .phone-dropdown .phone-drop {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    padding: 16px;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .phone-dropdown .phone-drop {
        font-size: 16px; } }
    .phone-dropdown .phone-drop ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .phone-dropdown .phone-drop ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #000; }
        .phone-dropdown .phone-drop ul li a .location {
          font-weight: 600; }
  .phone-dropdown:hover .phone-drop {
    opacity: 1;
    visibility: visible; }
  .phone-dropdown:hover .btn.phone-drop-opener.btn-secondary:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.btn.phone-drop-opener.btn-secondary {
  padding-right: 25px;
  padding-left: 55px; }
  @media (min-width: 768px) {
    .btn.phone-drop-opener.btn-secondary {
      padding-right: 30px;
      padding-left: 70px; } }
  @media (min-width: 1024px) {
    .btn.phone-drop-opener.btn-secondary {
      padding-left: 80px; } }
  .btn.phone-drop-opener.btn-secondary:after {
    width: auto;
    height: auto;
    position: static;
    display: inline-block;
    vertical-align: top;
    background: none;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 0 0 20px; }
  .btn.phone-drop-opener.btn-secondary:before {
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 100%;
    background: #f1dd38;
    width: 43px;
    height: 43px;
    content: '\e942';
    font-family: icomoon;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    font-weight: 400; }
    @media (min-width: 768px) {
      .btn.phone-drop-opener.btn-secondary:before {
        width: 53px;
        height: 53px;
        font-size: 20px; } }

.btn.phone-drop-opener:hover {
  background: #f2f2f2;
  color: #000; }

.main-nav {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }
  @media (min-width: 1200px) {
    .main-nav {
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      font-family: "Audiowide", sans-serif; } }
  @media (min-width: 1440px) {
    .main-nav {
      font-size: 16px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -16px; }
    .main-nav ul li {
      position: relative; }
      @media (min-width: 576px) {
        .main-nav ul li.d-hide {
          display: none; } }
      .main-nav ul li.contact > a {
        background: #f1dd38;
        color: #000; }
        .main-nav ul li.contact > a:hover {
          color: #000;
          background: #e6cf10; }
        .main-nav ul li.contact > a:before {
          display: none; }
      @media (min-width: 1200px) {
        .main-nav ul li.mega ul {
          padding: 25px;
          width: 400px;
          -moz-column-count: 2;
          -moz-column-gap: 20px;
          -webkit-column-count: 2;
          -webkit-column-gap: 20px;
          column-count: 2;
          column-gap: 20px; }
          .main-nav ul li.mega ul li {
            border: 0;
            padding: 0  0 10px; }
            .main-nav ul li.mega ul li a {
              padding: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
      @media (min-width: 1440px) {
        .main-nav ul li.mega ul {
          font-size: 14px; } }
      .main-nav ul li a {
        display: block;
        color: #fff;
        position: relative;
        text-decoration: none; }
        @media (min-width: 1200px) {
          .main-nav ul li a {
            text-align: center;
            padding: 20px 15px; } }
        .main-nav ul li a:hover {
          color: #f1dd38; }
      @media (min-width: 1200px) {
        .main-nav ul li.current_page_item > a {
          color: #f1dd38; } }
      .main-nav ul li.current_page_item > a:before {
        opacity: 1;
        visibility: visible; }
      .main-nav ul li.current_page_item.contact a {
        color: #000;
        background: #e6cf10; }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 2px 0 -2px 6px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a {
          color: #f1dd38; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .main-nav ul li.menu-item-has-children:hover > a:before {
            opacity: 1;
            visibility: visible; } }
    @media (min-width: 1200px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background: rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        text-transform: none; } }
    .main-nav ul ul li {
      margin: 0;
      border-left: 0; }
      @media (min-width: 1200px) {
        .main-nav ul ul li {
          border-top: solid 1px rgba(255, 255, 255, 0.1); } }
      .main-nav ul ul li a {
        text-align: left; }
        @media (min-width: 1200px) {
          .main-nav ul ul li a {
            padding: 12px 20px;
            color: #fff; }
            .main-nav ul ul li a:before {
              font-family: icomoon;
              display: inline-block;
              vertical-align: top;
              content: "\f105";
              color: #f1dd38;
              margin: 0 10px 0 0; } }
  .main-nav .drop-opener {
    display: none; }

@media (max-width: 1199px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 91px);
    background: #f3f3f3; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        margin: 0; }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 12px 20px;
          color: #000; }
          .main-nav ul li a:hover {
            color: #f1dd38; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li ul {
          display: none;
          background: #eeeeee; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        z-index: 2; } }

.menu-opener {
  display: none; }
  @media (max-width: 1199px) {
    .menu-opener {
      display: block;
      width: 40px;
      height: 26px;
      position: relative;
      z-index: 3;
      margin: 0 0 0 20px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 4px;
        background: #f1dd38; }
      .menu-opener span {
        top: 11px; }
      .menu-opener:after {
        top: 22px; } }
  @media (max-width: 498px) {
    .menu-opener span, .menu-opener:after, .menu-opener:before {
      background: #fff; } }

@media (max-width: 1199px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.thediffrence-block .btn:hover ul {
  opacity: 1 !important;
  visibility: visible !important; }

.callus {
  position: relative; }
  .btn .callus {
    position: static; }
  .callus .callus-opener {
    position: relative;
    cursor: pointer; }
    #header .callus .callus-opener {
      color: #f1dd38; }
    .callus .callus-opener:after {
      content: "\f107";
      font-family: icomoon;
      margin: 0 0 0 6px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1023px) {
        #footer .callus .callus-opener:after {
          display: none; } }
      @media (max-width: 767px) {
        .contact-bar .callus .callus-opener:after {
          display: none; } }
  .callus:hover ul {
    opacity: 1;
    visibility: visible; }
  .callus ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 13px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 576px) {
      .callus ul {
        font-size: 16px !important;
        width: 260px; } }
    #footer .callus ul {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media (max-width: 1023px) {
        #footer .callus ul {
          opacity: 1;
          visibility: visible;
          background: none;
          position: static;
          text-align: center;
          width: 100%; }
          #footer .callus ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                    justify-content: center !important;
            color: #fff !important;
            padding: 0;
            font-weight: 600; }
            #footer .callus ul li a span {
              margin: 0 6px;
              font-weight: 600; } }
    @media (max-width: 575px) {
      .hero-block .callus ul {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: auto;
        right: 0; } }
    @media (max-width: 395px) {
      .hero-block .callus ul {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        right: auto; } }
    @media (max-width: 575px) {
      .howitworks-block .callus ul {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: auto;
        right: 0; } }
    @media (max-width: 449px) {
      .howitworks-block .callus ul {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        right: auto; } }
    @media (max-width: 767px) {
      .contact-bar .callus ul {
        opacity: 1;
        visibility: visible;
        background: none;
        position: static;
        text-align: center;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .contact-bar .callus ul li {
          margin: 0 0 8px; }
          .contact-bar .callus ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                    justify-content: center !important;
            color: #fff !important;
            padding: 0;
            font-weight: 600; }
            .contact-bar .callus ul li a span {
              margin: 0 6px;
              font-weight: 600; } }
    .btn .callus ul {
      margin-top: 0;
      width: 100%; }
      .btn .callus ul:after {
        display: none; }
    .callus ul:after {
      position: absolute;
      left: 0;
      right: 0;
      top: -15px;
      height: 15px;
      content: ''; }
    .callus ul li {
      color: #000 !important;
      border-top: solid 1px rgba(0, 0, 0, 0.1); }
      .btn .callus ul li {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .callus ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 15px;
        text-decoration: none;
        color: #000 !important; }
        .callus ul li a span {
          color: #cdb700 !important; }
      .btn .callus ul li span {
        color: #cdb700 !important; }

#footer {
  background: #191a1e;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-top: solid 6px #f1dd38; }
  @media (min-width: 1024px) {
    #footer {
      text-align: left; } }
  @media (min-width: 1200px) {
    #footer {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    #footer {
      border-top: solid 8px #f1dd38; } }
  #footer a {
    text-decoration: none; }
  #footer .container {
    position: relative;
    z-index: 1; }
  #footer p {
    margin: 0 0 25px; }
  #footer address {
    margin: 0; }
  #footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #footer address {
    margin: 0 0 20px; }
  #footer .btn {
    min-height: inherit;
    height: auto;
    padding: 12px 24px; }
    @media (max-width: 1199px) {
      #footer .btn {
        font-size: 16px; } }
  #footer .chartity-link {
    display: block;
    max-width: 100px;
    text-align: center;
    margin: 10px auto 0; }
    @media (min-width: 1024px) {
      #footer .chartity-link {
        margin: 10px 0 0; } }
    #footer .chartity-link .charity-bubble {
      color: #333;
      background: #fff;
      border-radius: 10px;
      text-align: center;
      font-size: 18px;
      padding: 5px 5px;
      margin-bottom: 20px;
      position: relative;
      display: block;
      font-size: 10px;
      font-weight: 500; }
      #footer .chartity-link .charity-bubble:before {
        content: '';
        position: absolute;
        -webkit-clip-path: polygon(20% 0, 50% 100%, 50% 0);
                clip-path: polygon(20% 0, 50% 100%, 50% 0);
        background: #fff;
        width: 60px;
        height: 20px;
        bottom: -19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #footer .footer-top {
    padding: 60px 0 10px; }
    @media (min-width: 576px) {
      #footer .footer-top {
        padding: 40px 0 0; } }
    @media (min-width: 768px) {
      #footer .footer-top {
        padding: 50px 0 10px; } }
    @media (min-width: 1024px) {
      #footer .footer-top {
        padding: 70px 0; } }
    @media (min-width: 1200px) {
      #footer .footer-top {
        padding: 70px 0; } }
    @media (min-width: 1360px) {
      #footer .footer-top {
        padding: 80px 0 80px; } }
  #footer .heading {
    font-size: 16px;
    font-weight: 600;
    color: #f1dd38;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px; }
    @media (min-width: 1024px) {
      #footer .heading {
        margin: 0 0 20px;
        font-size: 18px; } }
  @media (min-width: 1024px) {
    #footer .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  #footer .row .col {
    padding: 0; }
    @media (min-width: 768px) {
      #footer .row .col {
        padding: 0 15px;
        width: 25%; } }
    @media (max-width: 1023px) {
      #footer .row .col {
        width: 100%;
        text-align: center;
        padding: 0 0 30px; } }
  #footer .review {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 25px 0 0; }
    @media (min-width: 1024px) {
      #footer .review {
        margin: 30px 0 0;
        border: 0;
        padding: 0; } }
  #footer .phone-list {
    margin: 0 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 36px; }
    #footer .phone-list i {
      font-size: 26px;
      color: #f1dd38;
      margin: 0 20px 0 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #footer .phone-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  #footer .email {
    display: block;
    margin: 0 0 13px; }
    #footer .email a {
      color: #fff;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1024px) {
        #footer .email a {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      #footer .email a i {
        color: #f1dd38;
        font-size: 18px;
        display: block;
        margin: 4px 0 5px;
        min-width: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 3px 10px 0 0; }
        @media (min-width: 576px) {
          #footer .email a i {
            margin: 3px 18px 0 0; } }
        @media (min-width: 1200px) {
          #footer .email a i {
            font-size: 20px; } }
  #footer .callus {
    margin: 0 0 13px;
    display: block; }
    #footer .callus .callus-opener {
      color: #fff;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1024px) {
        #footer .callus .callus-opener {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      #footer .callus .callus-opener i {
        color: #f1dd38;
        font-size: 18px;
        display: block;
        margin: 4px 0 5px;
        min-width: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 3px 10px 0 0; }
        @media (min-width: 576px) {
          #footer .callus .callus-opener i {
            margin: 3px 18px 0 0; } }
        @media (min-width: 1200px) {
          #footer .callus .callus-opener i {
            font-size: 20px; } }
  #footer .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      #footer .address {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        #footer .address br {
          display: none; } }
    #footer .address i {
      color: #f1dd38;
      font-size: 22px;
      min-width: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 3px 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 576px) {
        #footer .address i {
          margin: 3px 18px 0 0; } }
      @media (min-width: 1200px) {
        #footer .address i {
          font-size: 26px; } }
    #footer .address address {
      font-style: normal;
      margin: 0; }
  #footer .logo {
    margin: 0 auto 30px;
    max-width: 226px; }
    @media (min-width: 1024px) {
      #footer .logo {
        margin: 0 0 30px; } }
    #footer .logo img {
      display: block;
      max-width: 100%; }
  #footer p {
    margin: 0 0 30px;
    font-weight: 300; }
  #footer .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      #footer .social-networks {
        max-width: 226px;
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      #footer .social-networks {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #footer .btn-holder {
    text-align: center;
    margin: 0; }
    @media (min-width: 1024px) {
      #footer .btn-holder {
        max-width: 226px;
        margin: 0; } }

.footer-bottom {
  background: #333;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-align: center; }
  @media (min-width: 576px) {
    .footer-bottom {
      padding: 15px 0; } }
  .footer-bottom a {
    text-decoration: underline;
    color: #fff; }
    .footer-bottom a:hover {
      text-decoration: none; }
  @media (min-width: 1024px) {
    .footer-bottom .copyright br {
      display: none; } }

.footer-nav {
  line-height: 30px; }
  @media (min-width: 1024px) {
    .footer-nav {
      line-height: 34px; } }
  .footer-nav ul li a {
    color: #fff; }
    .footer-nav ul li a:hover {
      color: #f1dd38; }
  .footer-nav ul li.active a {
    color: #f1dd38 !important; }
  @media (max-width: 1023px) {
    .footer-nav ul {
      margin: 0 -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 12px;
      line-height: 24px; }
      .footer-nav ul li {
        margin: 0 10px 5px; }
        .footer-nav ul li a {
          display: block;
          border-bottom: dashed 1px #f1dd38; }
          .footer-nav ul li a:hover {
            color: #f1dd38; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #f1dd38;
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  display: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-decoration: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #0C0A10; }

.fixed-position ~ .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    font-weight: 500; }
  .text-block h3 {
    margin: 0 0 15px; }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #f1dd38; }
  .text-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #f1dd38;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .text-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-block blockquote q, .text-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-block blockquote cite {
      display: block;
      font-weight: 400; }

.btn-area {
  margin: 0 -10px 20px 0; }
  .btn-area .btn {
    margin: 0 10px 10px 0; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 55%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }

.slider-nav {
  margin: 0 -3px; }
  .slider-nav .slide {
    padding: 6px 3px; }

.slider-for .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(241, 221, 56, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 10px 10px; }

.gallery-holder {
  margin: 0 0 30px;
  position: relative; }
  @media (min-width: 768px) {
    .gallery-holder {
      margin: 0 0 40px; } }
  .gallery-holder:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    height: 7px;
    background: #f1dd38;
    z-index: 1; }
  .gallery-holder .slick-arrow {
    width: 50px;
    height: 50px;
    color: #000;
    background: #f1dd38;
    border-radius: 100%;
    margin: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000; }
  @media (min-width: 768px) {
    .iframe-holder {
      margin: 0 0 40px; } }
  .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.page-header.video {
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 190px; }
  @media (min-width: 768px) {
    .page-header.video {
      min-height: 370px; } }
  .page-header.video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    z-index: 2;
    opacity: .5;
    pointer-events: none; }
  .page-header.video .container {
    position: relative;
    z-index: 4; }
    .page-header.video .container h1 {
      pointer-events: none; }

.page-header .iframe-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.three-cols {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 1024px) {
    .three-cols {
      margin: 0 -20px; } }
  .three-cols .col {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .three-cols .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .three-cols .col {
        padding: 0 20px; } }

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #f1dd38; }
  @media (min-width: 768px) {
    .gmap {
      margin: 0 0 40px; } }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.form-area ul, .form-area .gform_fields {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
    width: 100%;
    padding: 0 8px 20px; }
    @media (min-width: 768px) {
      .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
        padding: 0 8px 30px; } }
    .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
      width: 100%; }
      @media (min-width: 768px) {
        .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
          width: 50%; } }
    @media (min-width: 768px) {
      .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
        width: 33.33%; }
      .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
        width: 66.66%; } }

.form-area .gfield_label {
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 4px; }

.form-area input[type="submit"] {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .form-area input[type="submit"] {
      min-width: 180px;
      width: 100%;
      height: 66px; } }

.form-area input[type="file"] {
  width: 100%; }

.form-area .custom-checkboxes legend, .form-area .custom-checkboxes .gfield_label_before_complex {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  margin: 0 0 20px; }

.form-area .ginput_container_checkbox:after {
  display: none; }

.form-area select, .form-area .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px; }

.form-area .consent legend {
  display: none; }

.form-area .consent .ginput_container_consent input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden; }

.form-area .consent .ginput_container_consent input:checked ~ label:before {
  opacity: 1; }

.form-area .consent .ginput_container_consent label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 34px; }
  .form-area .consent .ginput_container_consent label:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    border: solid 1px #D7D7D7;
    content: '';
    border-radius: 4px;
    cursor: pointer;
    background: #fff; }
  .form-area .consent .ginput_container_consent label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 12px;
    height: 6px;
    border: solid 2px #000;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 12px 0 0 6px;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1; }

.form-area .gfield_checkbox, .form-area .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  text-align: left;
  font-size: 16px;
  line-height: 27px; }
  .form-area .gfield_checkbox .gchoice, .form-area .gfield_radio .gchoice {
    width: calc(100% - 24px);
    margin: 0 10px 12px;
    position: relative;
    padding-left: 34px; }
    @media (min-width: 576px) {
      .form-area .gfield_checkbox .gchoice, .form-area .gfield_radio .gchoice {
        width: calc(50% - 24px); } }
    .form-area .gfield_checkbox .gchoice input, .form-area .gfield_radio .gchoice input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
    .form-area .gfield_checkbox .gchoice input:checked ~ label:before, .form-area .gfield_radio .gchoice input:checked ~ label:before {
      opacity: 1; }
    .form-area .gfield_checkbox .gchoice label, .form-area .gfield_radio .gchoice label {
      display: block;
      cursor: pointer; }
      .form-area .gfield_checkbox .gchoice label:after, .form-area .gfield_radio .gchoice label:after {
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        border: solid 1px #D7D7D7;
        content: '';
        border-radius: 4px;
        cursor: pointer;
        background: #fff; }
      .form-area .gfield_checkbox .gchoice label:before, .form-area .gfield_radio .gchoice label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 12px;
        height: 6px;
        border: solid 2px #000;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: 10px 0 0 6px;
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        z-index: 1; }

.form-area .gfield_radio .gchoice {
  width: auto; }
  .form-area .gfield_radio .gchoice label:after {
    border-radius: 100%; }
  .form-area .gfield_radio .gchoice label:before {
    width: 14px;
    height: 14px;
    border: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 7px 0 0 5px;
    background: #000;
    border-radius: 100%; }

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #f3fafe;
  margin: 0 0 14px;
  padding: 17px 15px 17px 66px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  background-color: #f3fafe;
  color: #000;
  font-weight: 600; }
  .download-btn .download {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 20px 17px;
    border-left: solid 1px #dbf0fc;
    font-size: 18px; }
    @media (min-width: 768px) {
      .download-btn .download {
        display: block; } }
    .download-btn .download i {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 15px;
      font-size: 20px; }
  .download-btn .ext {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
  .download-btn .f-name {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
  .download-btn .name-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .download-btn .icon-download {
    position: absolute;
    left: 20px;
    top: 16px;
    line-height: 1;
    font-size: 25px; }
  .download-btn:hover {
    color: #000; }

.downloads-list {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 0 0 40px; } }

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    margin: 0 0 15px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    .accordion li.active {
      border-bottom-color: #f1dd38; }
      .accordion li.active .opener:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 18px 60px 18px 25px;
    color: #000;
    position: relative;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .accordion .opener {
        line-height: 30px; } }
    .accordion .opener:before {
      position: absolute;
      right: 22px;
      top: 17px;
      content: '\f107';
      font-family: icomoon;
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      font-size: 20px; }
      @media (min-width: 1024px) {
        .accordion .opener:before {
          right: 30px;
          top: 19px;
          font-size: 24px; } }
  .accordion .slide-holder {
    padding: 0 25px 20px; }
    .accordion .slide-holder p {
      margin: 0 0 20px; }
    .accordion .slide-holder h3, .accordion .slide-holder h4 {
      font-size: 17px; }
      @media (min-width: 768px) {
        .accordion .slide-holder h3, .accordion .slide-holder h4 {
          font-size: 20px; } }
    .accordion .slide-holder ul:not([class]) {
      margin: 0 0 25px; }
      .accordion .slide-holder ul:not([class]) li {
        position: relative;
        padding: 0 0 4px 22px;
        margin: 0;
        background: none;
        border-radius: 0; }
        @media (min-width: 768px) {
          .accordion .slide-holder ul:not([class]) li {
            padding: 0 0 4px 22px; } }
        .accordion .slide-holder ul:not([class]) li:before {
          font-size: 20px;
          position: absolute;
          left: 0;
          top: -2px;
          content: '.';
          line-height: 1;
          font-weight: 800; }
    .accordion .slide-holder .btn {
      min-width: 240px; }
    .accordion .slide-holder ol:not([class]) {
      padding: 0 0 20px;
      counter-reset: item; }
      .accordion .slide-holder ol:not([class]) li {
        padding: 0 0 8px 20px;
        position: relative; }
        .accordion .slide-holder ol:not([class]) li:before {
          position: absolute;
          left: 0;
          top: 0;
          content: counters(item, ".") " ";
          counter-increment: item;
          font-weight: 700; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center; }

.twocolumns {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .twocolumns {
      padding: 0 0 60px; } }

.image-area {
  margin-bottom: 30px; }
  .image-area img {
    display: block;
    width: 100%; }

.table-holder {
  margin: 0 0 30px; }
  .table-holder table {
    width: 100%;
    text-align: center;
    margin: 0; }
    .table-holder table thead {
      background: #f3f3f3;
      color: #000;
      font-weight: 600; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #f3f3f3; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #f3f3f3;
      border-top: 0;
      border-bottom: 0; }
      .table-holder table {
        min-width: 580px;
        margin-left: -1px; } }

.hidden_label .gfield_label {
  display: none; }

.captcha-align {
  text-align: center; }
  .captcha-align .ginput_recaptcha {
    display: inline-block;
    vertical-align: top; }

.main-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .main-content {
      padding: 60px 0; } }

.file-input {
  padding-top: 20px; }
  .file-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    outline: none;
    color: #fff;
    position: relative;
    display: block; }
    .file-input label span {
      font-size: 13px;
      color: #c1c1c1;
      font-style: italic;
      display: block; }
    .file-input label:before {
      display: block;
      content: "";
      background: url(images/icon-upload.png);
      background-size: 100% 100%;
      width: 53px;
      height: 40px;
      margin: 0 auto 10px; }
  .file-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px; }
  .file-input .gfield_required {
    display: inline;
    color: #f1dd38; }
  .file-input.gfield_error .gfield_required {
    color: #f00; }
  .file-input.gfield_error .gfield_label {
    color: #f00; }
  .file-input .ginput_container_fileupload span {
    font-size: 13px;
    color: #c1c1c1;
    font-style: italic; }
  .file-input .gfield_label {
    display: block !important; }

.gform_not_found {
  display: none; }

.gfield--type-fileupload .gform_drop_instructions {
  display: none; }

.gfield--type-fileupload .gform_fileupload_rules {
  font-size: 12px;
  display: block;
  margin: 13px 0 0; }

.gfield--type-fileupload .gform_button_select_files {
  font-size: 14px;
  min-height: inherit;
  padding: 8px 20px;
  border-color: #000;
  background: none; }

.gfield--type-fileupload .gfield_description {
  font-size: 12px; }

.ginput_preview_list {
  font-size: 14px; }
  .ginput_preview_list .ginput_preview {
    margin: 0 0 10px; }
  .ginput_preview_list .gfield_fileupload_filesize {
    display: none; }
  .ginput_preview_list .gfield_fileupload_progress {
    margin: 0 0 0 8px; }
  .ginput_preview_list .gform_delete_file {
    margin: 0 0 0 8px;
    min-height: inherit;
    padding: 0;
    background: none; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }

@media (min-width: 1360px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1280px; } }

.listing-block {
  padding: 20px 0 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .listing-block {
      padding: 40px 0; } }
  @media (min-width: 1360px) {
    .listing-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .listing-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  .listing-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .listing-block .row .col {
        padding: 0 15px; } }
  .listing-block .row #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .listing-block .row #content {
        width: 66.66%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 33.33%; } }
  .listing-block.casestudies .posts-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (min-width: 1024px) and (min-width: 576px) {
  .listing-block.casestudies .posts-row .cta-box {
    width: calc(33.33% - 30px); } }
  .listing-block.casestudies .paging {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

.posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 20px; }
  .posts-row .post-article {
    padding: 0 15px 30px;
    width: 100%; }
    @media (min-width: 576px) {
      .posts-row .post-article {
        width: 50%; } }
  .posts-row .cta-box {
    margin: 0 15px 30px;
    width: calc(100% - 30px); }
    @media (min-width: 576px) {
      .posts-row .cta-box {
        width: calc(50% - 30px); } }
    .posts-row .cta-box h3 a {
      text-decoration: none; }

.post-article .featured-image {
  position: relative;
  padding-top: 75.13%;
  overflow: hidden; }
  .post-article .featured-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover; }

.post-article .text-block {
  padding: 20px 0 0;
  position: relative;
  margin: 0; }
  .post-article .text-block a {
    text-decoration: none; }

.post-article h3, .post-article .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-article h3, .post-article .h3 {
      font-size: 24px;
      line-height: 36px; } }
  .post-article h3 a, .post-article .h3 a {
    color: #000; }
    .post-article h3 a:hover, .post-article .h3 a:hover {
      color: #f1dd38; }

.post-article .read-more {
  color: #f1dd38;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600; }
  .post-article .read-more:hover {
    text-decoration: none !important; }

.post-article p {
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.widget {
  margin: 0 0 30px;
  background: #FFF;
  box-shadow: 0px 5px 27px 4px #EEE;
  padding: 20px; }
  .widget .widgettitle {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 20px;
    font-family: "Audiowide", sans-serif; }
    .widget .widgettitle:before {
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      content: '';
      width: 3px;
      background: #f1dd38; }
  .widget ul {
    padding: 0; }
    .widget ul li + li {
      border-top: solid 1px #E9E9E9; }
    .widget ul li a {
      display: block;
      padding: 12px 0;
      color: #000;
      text-decoration: none; }
      .widget ul li a:hover {
        color: #f1dd38; }
  .widget .social-networks {
    padding-top: 10px; }
  .widget .widget-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget .widget-post-list + .widget-post-list {
      margin: 15px 0 0 0; }
    .widget .widget-post-list .widget-posts-image {
      width: 90px;
      height: 90px;
      border-radius: 100%;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      margin: 0 15px 0 0; }
      .widget .widget-post-list .widget-posts-image img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .widget .widget-post-list .widget-posts-title {
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .widget .widget-post-list .widget-posts-title a {
        color: #000;
        text-decoration: none; }
        .widget .widget-post-list .widget-posts-title a:hover {
          color: #f1dd38; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_categories ul li + li {
      border: 0; }
    .widget_categories ul li a {
      padding: 0 0 0 15px !important;
      position: relative;
      color: #000;
      text-decoration: none; }
      .widget_categories ul li a:after {
        position: absolute;
        left: 0;
        top: 12px;
        content: '';
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 100%; }

.widget_categories .social-networks {
  margin: -3px; }
  .widget_categories .social-networks li {
    margin: 3px; }
    .widget_categories .social-networks li a:after {
      display: none;
      padding: 0; }

.widget_search .widgettitle, .widget_search h3, .widget_search .h3 {
  display: none; }

.searchform {
  border-radius: 25px;
  background-color: #F1F1F1;
  overflow: hidden;
  margin: 0;
  position: relative; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform:before {
    position: absolute;
    right: 16px;
    top: 17px;
    content: '\e915';
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    z-index: 2; }
  .searchform > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .searchform input {
    height: 50px;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    background: none;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    min-height: inherit;
    font-weight: 600; }
    .searchform input::-webkit-input-placeholder {
      color: #000; }
    .searchform input::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .searchform input:-moz-placeholder {
      color: #000; }
    .searchform input:-ms-input-placeholder {
      color: #000; }
    .searchform input.placeholder {
      color: #000; }
  .searchform input[type="text"] {
    padding-left: 28px; }
  .searchform input[type="submit"] {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    border: 0;
    padding: 0;
    min-height: inherit;
    position: relative;
    z-index: 1;
    background: #f1dd38; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0; }
  .social-networks li {
    margin: 0 6px; }
    .social-networks li a {
      display: block;
      width: 36px;
      height: 36px;
      position: relative;
      color: #000 !important;
      background-color: #f1dd38;
      font-size: 18px;
      font-weight: 400; }
      .social-networks li a:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .social-networks li a:hover {
        opacity: 0.9; }

.gallery-slider {
  overflow: hidden;
  margin: 0 -10px; }
  .gallery-slider .slide {
    float: left;
    width: 25%;
    padding: 10px; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 85%;
    display: block;
    position: relative;
    border: solid 4px #f1dd38; }
    .gallery-slider .image img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gallery-slider .slick-arrow {
    background: #f1dd38;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    margin: 0 30px; }
    .gallery-slider .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
    .gallery-slider .slick-arrow.slick-disabled {
      background: #a8a8a8; }

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -8px 0; }
  @media (min-width: 1024px) {
    .gallery-nav {
      margin: 40px -8px 0; } }
  .gallery-nav .slick-arrow {
    background: #f1dd38;
    position: static;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    margin: 0 8px; }
    .gallery-nav .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
    .gallery-nav .slick-arrow.slick-disabled {
      background: #f1dd38;
      opacity: 0.5; }

.our-accreditations {
  padding: 50px 0 50px;
  background: #fff; }
  .our-accreditations.gray-bg {
    background: #f3f3f3; }
  @media (min-width: 768px) {
    .our-accreditations {
      padding: 82px 0 80px; } }
  @media (min-width: 1360px) {
    .our-accreditations {
      padding: 100px 0; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 30px;
    font-family: "Audiowide", sans-serif;
    text-align: center; }
    @media (min-width: 768px) {
      .our-accreditations h2, .our-accreditations .h2 {
        margin: 0 0 50px; } }
    .our-accreditations h2 span, .our-accreditations .h2 span {
      color: #f1dd38; }
  .our-accreditations p {
    margin: 0 0 30px; }
  .our-accreditations .slick-list {
    width: 100%; }
    .our-accreditations .slick-list .slick-track {
      margin: 0 auto; }
  .our-accreditations.v2 {
    padding: 40px 20px; }
    @media (min-width: 1360px) {
      .our-accreditations.v2 {
        padding: 40px 100px; } }
  .our-accreditations .accreditation, .our-accreditations .accreditation-slider {
    margin: 0 20px; }
    @media (min-width: 768px) {
      .our-accreditations .accreditation, .our-accreditations .accreditation-slider {
        margin: 0 40px; } }
    @media (min-width: 1360px) {
      .our-accreditations .accreditation, .our-accreditations .accreditation-slider {
        margin: 0 -35px; } }
    .our-accreditations .accreditation .slide, .our-accreditations .accreditation-slider .slide {
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .our-accreditations .accreditation .slide, .our-accreditations .accreditation-slider .slide {
          padding: 0 30px; } }
      .our-accreditations .accreditation .slide img, .our-accreditations .accreditation-slider .slide img {
        display: inline-block;
        vertical-align: top; }
  .our-accreditations .slick-list {
    width: 100%; }
  .our-accreditations .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .our-accreditations .slick-arrow {
    margin: 0 -30px;
    width: 40px;
    height: 40px;
    background: #f1dd38;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%; }
    @media (min-width: 1360px) {
      .our-accreditations .slick-arrow {
        margin: 0 -50px;
        width: 50px;
        height: 50px; } }
    @media (min-width: 1440px) {
      .our-accreditations .slick-arrow {
        margin: 0 -50px; } }
    .our-accreditations .slick-arrow i {
      font-size: 22px; }

.quotes-block {
  text-align: center; }
  @media (min-width: 1024px) {
    .quotes-block {
      text-align: left; } }
  .quotes-block .container {
    padding: 0;
    max-width: none; }
  @media (min-width: 1024px) {
    .quotes-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .quotes-block .row .col {
    background: #0C0A10;
    padding: 60px 30px;
    color: #fff; }
    @media (min-width: 576px) {
      .quotes-block .row .col {
        padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .quotes-block .row .col {
        padding: 80px 40px;
        width: calc(100% - 36.45%); } }
    @media (min-width: 1200px) {
      .quotes-block .row .col {
        padding: 100px 40px; } }
    @media (min-width: 1360px) {
      .quotes-block .row .col {
        padding: 120px 60px; } }
    @media (min-width: 1600px) {
      .quotes-block .row .col {
        padding: 150px 100px; } }
    .quotes-block .row .col h2, .quotes-block .row .col .h2 {
      margin: 0 0 30px; }
      @media (min-width: 1200px) {
        .quotes-block .row .col h2, .quotes-block .row .col .h2 {
          margin: 0 0 42px; } }
      @media (max-width: 1359px) {
        .quotes-block .row .col h2, .quotes-block .row .col .h2 {
          font-size: 40px; } }
    .quotes-block .row .col:first-child {
      background: #f1dd38; }
      @media (min-width: 1024px) {
        .quotes-block .row .col:first-child {
          width: 36.45%; } }
      .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
        font-size: 40px;
        margin: 0 0 20px; }
        @media (min-width: 1024px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            margin: 0 0 50px; } }
        @media (min-width: 1360px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            font-size: 50px;
            margin: 0 0 80px; } }
        @media (min-width: 1600px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            font-size: 60px; } }
        .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
          display: block;
          font-size: 20px;
          font-weight: 400; }
          @media (min-width: 1200px) {
            .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
              font-size: 24px; } }
          @media (min-width: 1600px) {
            .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
              font-size: 30px; } }
  .quotes-block .slick-arrow {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f1dd38;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 6px;
    background: #fff;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .quotes-block .quotes-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    margin: 0 auto;
    max-width: 105px; }
    @media (min-width: 1024px) {
      .quotes-block .quotes-nav {
        margin: 0 -6px 0;
        max-width: none; } }
    @media (min-width: 1360px) {
      .quotes-block .quotes-nav {
        padding-top: 70px; } }

.details-holder h1 {
  font-size: 26px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .details-holder h1 {
      font-size: 30px;
      line-height: 35px; } }

.details-holder h2, .details-holder h3 {
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .details-holder h2, .details-holder h3 {
      font-size: 25px;
      line-height: 30px; } }

.details-holder h4 {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .details-holder h4 {
      font-size: 20px;
      line-height: 26px; } }

.details-holder .meta {
  display: block;
  font-weight: 600;
  margin: 0 0 20px; }

.details-holder .alignleft {
  max-width: 350px; }
  @media (min-width: 1024px) {
    .details-holder .alignleft {
      max-width: 450px; } }
  @media (max-width: 767px) {
    .details-holder .alignleft {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

.details-holder .alignright {
  max-width: 350px; }
  @media (min-width: 1024px) {
    .details-holder .alignright {
      max-width: 450px; } }
  @media (max-width: 767px) {
    .details-holder .alignright {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

@media (max-width: 767px) {
  .details-holder .aligncenter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none; } }

.details-holder .left-image {
  width: 100%;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .details-holder .left-image {
      float: left;
      width: 350px;
      margin: 0 30px 30px 0; } }
  @media (min-width: 1024px) {
    .details-holder .left-image {
      width: 450px; } }
  @media (min-width: 1200px) {
    .details-holder .left-image {
      width: 550px; } }

.details-holder ul:not([class]), .details-holder .services-list, .details-holder .history-list {
  margin: 0 0 25px; }
  .details-holder ul:not([class]) li, .details-holder .services-list li, .details-holder .history-list li {
    position: relative;
    padding: 0 0 4px; }
    @media (min-width: 768px) {
      .details-holder ul:not([class]) li, .details-holder .services-list li, .details-holder .history-list li {
        padding: 0 0 4px; } }
    .details-holder ul:not([class]) li:before, .details-holder .services-list li:before, .details-holder .history-list li:before {
      margin: 0 8px 0 0;
      font-size: 20px;
      content: '.';
      line-height: 1;
      font-weight: 800; }

.details-holder ol:not([class]) {
  padding: 0 0 20px;
  counter-reset: item; }
  .details-holder ol:not([class]) li {
    padding: 0 0 8px;
    position: relative; }
    .details-holder ol:not([class]) li:before {
      margin: 0 5px 0 0;
      content: counters(item, ".") " ";
      counter-increment: item;
      font-weight: 700; }

.post-prev-next {
  background: #f3f3f3;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .post-prev-next .navigation {
    padding: 0 20px;
    max-width: 1260px;
    margin: 0 auto; }
  .post-prev-next .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .post-prev-next .nav-previous, .post-prev-next .nav-next {
    font-size: 0;
    line-height: 0; }
    .post-prev-next .nav-previous:after, .post-prev-next .nav-next:after {
      display: block;
      content: ''; }
  .post-prev-next .nav-next a {
    color: #000;
    font-weight: 600; }
    .post-prev-next .nav-next a:before {
      font-size: 16px;
      line-height: 20px;
      content: 'Next';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-next a:after {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 20px;
      content: '\f105';
      font-family: 'icomoon';
      margin: 0 0 0 8px; }
  .post-prev-next .nav-previous a {
    color: #000;
    font-weight: 600; }
    .post-prev-next .nav-previous a:after {
      font-size: 16px;
      line-height: 20px;
      content: 'Prev';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-previous a:before {
      font-size: 18px;
      line-height: 20px;
      content: '\f104';
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 0 0; }

.gform_validation_errors {
  display: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.contact-block {
  border-bottom: solid 1px #F1F1F1;
  padding: 40px 0 20px; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 60px 0 30px; } }
  @media (min-width: 1024px) {
    .contact-block {
      padding: 80px 0; } }
  .contact-block .form-area {
    margin: 0 0 20px;
    border-radius: 10px;
    background: #FAFAFA;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .contact-block .form-area {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .contact-block .form-area {
        margin: 0; } }
  .contact-block .contact-information li address br {
    display: none; }

.contact-info-box {
  margin: 0 0 30px; }
  .contact-info-box .contact-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    line-height: 1.5; }
    @media (min-width: 1024px) {
      .contact-info-box .contact-information {
        margin: 0 -25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    @media (min-width: 1360px) {
      .contact-info-box .contact-information {
        margin: 0 -30px; } }
    @media (max-width: 1023px) {
      .contact-info-box .contact-information {
        font-size: 16px; } }
    .contact-info-box .contact-information > li {
      margin: 0 15px 40px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
      @media (min-width: 1024px) {
        .contact-info-box .contact-information > li {
          margin: 0 25px;
          max-width: 400px;
          width: auto; } }
      @media (min-width: 1360px) {
        .contact-info-box .contact-information > li {
          margin: 0 30px; } }
      @media (max-width: 1023px) {
        .contact-info-box .contact-information > li:last-child {
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .contact-info-box .contact-information > li + li:before {
          position: absolute;
          left: -25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 45px;
          content: '';
          width: 1px;
          background: rgba(0, 0, 0, 0.1); } }
      @media (min-width: 1360px) {
        .contact-info-box .contact-information > li + li:before {
          left: -50px; } }
      @media (max-width: 1023px) {
        .contact-info-box .contact-information > li + li:after {
          position: absolute;
          left: 44px;
          top: -20px;
          content: '';
          height: 1px;
          background: #f1dd38;
          width: 70px; } }
      .contact-info-box .contact-information > li .title {
        display: block;
        color: #000;
        font-weight: 600; }
      .contact-info-box .contact-information > li .icon {
        color: #f1dd38;
        font-size: 26px; }
        @media (min-width: 1024px) {
          .contact-info-box .contact-information > li .icon {
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    .contact-info-box .contact-information address, .contact-info-box .contact-information .phone-list, .contact-info-box .contact-information .info {
      font-size: 16px; }
    .contact-info-box .contact-information .phone-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .contact-info-box .contact-information .phone-list li {
        margin: 0;
        padding: 0; }

.wpcc-btn {
  min-height: inherit; }

.gform_heading .gform_required_legend {
  display: none; }

.gfield_required_asterisk {
  color: #f00; }

.contact-information {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact-information li {
    position: relative;
    padding: 0 0 0 43px; }
    .contact-information li + li {
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .contact-information li + li {
          margin-top: 20px; } }
    .contact-information li .icon {
      position: absolute;
      left: 0;
      top: 5px;
      font-size: 24px; }
    .contact-information li .sub-title {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      display: block; }
    .contact-information li address {
      margin: 0;
      font-style: normal;
      line-height: 24px; }
      @media (min-width: 1024px) {
        .contact-information li address {
          line-height: 29px; } }

.hero-block {
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  .hero-block .slide {
    position: relative;
    min-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .hero-block .slide .bg-image, .hero-block .slide .bg-video-holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: 50% 50%; }
      .hero-block .slide .bg-image img, .hero-block .slide .bg-video-holder img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (min-width: 768px) {
        .hero-block .slide .bg-image:before, .hero-block .slide .bg-video-holder:before {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          content: '';
          background: #000;
          opacity: 0.3;
          z-index: 1; } }
  @media (min-width: 768px) {
    .hero-block .hero-slider {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .hero-block .hero-slider .slick-list {
        height: 100%; }
        .hero-block .hero-slider .slick-list .slick-track {
          height: 100%; }
          .hero-block .hero-slider .slick-list .slick-track .slide {
            height: 100%; } }
  .hero-block .caption {
    color: #fff; }
    @media (min-width: 768px) {
      .hero-block .caption {
        min-height: 450px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        min-height: 500px; } }
    @media (min-width: 1200px) {
      .hero-block .caption {
        min-height: 680px; } }
    @media (min-width: 1360px) {
      .hero-block .caption {
        min-height: 680px; } }
    @media (min-width: 768px) {
      .hero-block .caption {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 50px 0 70px; } }
    @media (min-width: 1200px) {
      .hero-block .caption {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 84px;
        padding-bottom: 84px; } }
    .hero-block .caption .caption-holder {
      background: #0C0A10;
      padding: 40px 20px 60px; }
      @media (min-width: 768px) {
        .hero-block .caption .caption-holder {
          max-width: 600px;
          background: rgba(12, 10, 16, 0.67);
          padding: 30px; } }
      @media (min-width: 1024px) {
        .hero-block .caption .caption-holder {
          max-width: 690px;
          padding: 30px 42px; } }
      @media (min-width: 1200px) {
        .hero-block .caption .caption-holder {
          margin: 0 0 0 -40px; } }
    .hero-block .caption .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767px) {
        .hero-block .caption .container {
          padding: 0; } }
  .hero-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .hero-block .btns-holder .btn {
      margin: 0 10px 15px; }
    .hero-block .btns-holder .tel {
      margin: 0 10px 15px;
      font-weight: 600; }
  .hero-block .btn {
    min-width: 170px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .hero-block .btn {
        font-size: 14px;
        min-height: inherit;
        padding: 14px 30px;
        min-width: inherit; } }
    .hero-block .btn.btn-secondary {
      font-size: 14px;
      padding: 14px 20px; }
      @media (min-width: 1024px) {
        .hero-block .btn.btn-secondary {
          font-size: 15px; } }
  .hero-block h1, .hero-block .h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: "Audiowide", sans-serif; }
    @media (min-width: 576px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 36px;
        line-height: 42px; } }
    @media (min-width: 1024px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 42px;
        line-height: 48px; }
        .page-operated-hire .hero-block h1, .page-operated-hire .hero-block .h1 {
          font-size: 36px; } }
    @media (min-width: 1200px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 44px;
        line-height: 50px; }
        .page-operated-hire .hero-block h1, .page-operated-hire .hero-block .h1 {
          font-size: 39px; } }
    .hero-block h1 span, .hero-block .h1 span {
      color: #f1dd38; }
  .hero-block a {
    color: #f1dd38;
    text-decoration: none; }
    .hero-block a.btn {
      color: #000; }
  .hero-block p strong {
    color: #f1dd38; }
  .hero-block .title {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hero-block .title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .hero-block .title {
        color: #f1dd38; } }
    .hero-block .title span {
      position: relative; }
      .hero-block .title span:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 12px;
        content: '';
        height: 14px;
        background: #f1dd38;
        z-index: -1; }
        @media (max-width: 575px) {
          .hero-block .title span:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            right: auto;
            display: none;
            width: 150px; } }
  .hero-block .slick-arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    margin: 0 20px; }
    @media (min-width: 768px) {
      .hero-block .slick-arrow {
        margin: 0 30px; } }
    @media (min-width: 1024px) {
      .hero-block .slick-arrow {
        margin: 0 80px; } }
    @media (min-width: 1360px) {
      .hero-block .slick-arrow {
        margin: 0 150px; } }
    @media (min-width: 1600px) {
      .hero-block .slick-arrow {
        margin: 0 200px; } }
  .hero-block.inner .phone-dropdown {
    max-width: 275px; }
  .hero-block.inner .caption {
    min-height: inherit; }
    @media (min-width: 1024px) {
      .hero-block.inner .caption {
        padding-top: 84px;
        padding-bottom: 100px; } }
    @media (min-width: 1360px) {
      .hero-block.inner .caption {
        font-size: 20px;
        padding-bottom: 226px; } }
    @media (min-width: 1024px) {
      .hero-block.inner .caption .caption-holder {
        max-width: 665px; } }
    .hero-block.inner .caption h1, .hero-block.inner .caption .h1 {
      font-size: 32px;
      line-height: 1.2; }
  .hero-block.inner.v2 {
    padding: 0; }
  @media (max-width: 498px) {
    .hero-block .btn.phone-drop-opener.btn-secondary:before {
      width: 46px;
      height: 46px; } }
  .hero-block.v2, .hero-block.v3 {
    padding: 50px 0;
    min-height: inherit;
    height: auto;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .hero-block.v2, .hero-block.v3 {
        padding: 60px 0; } }
    @media (min-width: 1024px) {
      .hero-block.v2, .hero-block.v3 {
        padding: 80px 0; } }
    @media (min-width: 1360px) {
      .hero-block.v2, .hero-block.v3 {
        padding: 100px 0; } }
    .hero-block.v2:before, .hero-block.v3:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.5; }
    .hero-block.v2:after, .hero-block.v3:after {
      height: 10px;
      background-size: 30px 14px; }
      @media (min-width: 1024px) {
        .hero-block.v2:after, .hero-block.v3:after {
          height: 19px;
          background-size: 38px 19px; } }
    .hero-block.v2 h2, .hero-block.v2 .h2, .hero-block.v3 h2, .hero-block.v3 .h2 {
      margin: 0 auto 15px;
      font-family: "Audiowide", sans-serif;
      color: #fff;
      max-width: 900px; }
      .hero-block.v2 h2 span, .hero-block.v2 .h2 span, .hero-block.v3 h2 span, .hero-block.v3 .h2 span {
        color: #f1dd38; }
    .hero-block.v2 #breadcrumbs, .hero-block.v3 #breadcrumbs {
      margin: 0; }
    .hero-block.v2 .container, .hero-block.v3 .container {
      position: relative;
      z-index: 1; }
  .hero-block #breadcrumbs {
    background: none;
    font-weight: 500;
    margin: 0 0 30px; }
    .hero-block #breadcrumbs a {
      color: #f1dd38;
      text-decoration: none; }
      .hero-block #breadcrumbs a:hover {
        text-decoration: underline; }
  .hero-block.v3 {
    text-align: center;
    padding: 120px 0; }
    .hero-block.v3 .heading-holder .text {
      width: 100%; }
    .hero-block.v3 .icons-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero-block.v3 h2, .hero-block.v3 .h2 {
      font-size: 65px;
      line-height: 75px; }

.introcolumns-block {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .introcolumns-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1024px) {
    .introcolumns-block .row .col {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .introcolumns-block .row .col .text-holder {
    padding: 40px 20px;
    max-width: 900px; }
    @media (min-width: 576px) {
      .introcolumns-block .row .col .text-holder {
        padding: 40px 40px; } }
    @media (min-width: 1200px) {
      .introcolumns-block .row .col .text-holder {
        padding: 40px; } }
    @media (min-width: 1360px) {
      .introcolumns-block .row .col .text-holder {
        padding: 50px; } }
    @media (min-width: 1600px) {
      .introcolumns-block .row .col .text-holder {
        padding: 80px; } }
    @media (min-width: 1700px) {
      .introcolumns-block .row .col .text-holder {
        padding: 100px; } }
  .introcolumns-block .row .col.about {
    background: #f3f3f3;
    position: relative;
    font-size: 14px;
    line-height: 26px; }
    @media (min-width: 1024px) {
      .introcolumns-block .row .col.about {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1200px) {
      .introcolumns-block .row .col.about {
        font-size: 16px;
        line-height: 28px; } }
    .introcolumns-block .row .col.about h2 {
      margin: 0 0 25px; }
    .introcolumns-block .row .col.about ul {
      margin: 0 0 20px;
      padding: 0;
      list-style: none; }
      .introcolumns-block .row .col.about ul li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        padding: 6px 0;
        position: relative;
        padding-left: 25px; }
        .introcolumns-block .row .col.about ul li:before {
          position: absolute;
          left: 0;
          top: 5px;
          content: "\f105";
          font-family: icomoon;
          color: #cdb700; }
        .introcolumns-block .row .col.about ul li:last-child {
          border-bottom: 0; }
  .introcolumns-block h2 {
    font-family: "Audiowide", sans-serif;
    margin: 0 0 45px; }
    @media (max-width: 1199px) {
      .introcolumns-block h2 {
        font-size: 28px; } }
  .introcolumns-block blockquote {
    margin: 0;
    padding: 0;
    border: 0; }
    .introcolumns-block blockquote + blockquote {
      margin: 50px 0 0; }
    .introcolumns-block blockquote q {
      quotes: none;
      font-weight: 400;
      font-family: "Audiowide", sans-serif;
      font-size: 18px;
      margin: 0 0 20px;
      display: block;
      position: relative; }
      .introcolumns-block blockquote q:after, .introcolumns-block blockquote q:before {
        position: absolute;
        left: -5px;
        top: -5px;
        content: '"';
        color: #f1dd38;
        font-size: 80px;
        line-height: 20px; }
        @media (min-width: 576px) {
          .introcolumns-block blockquote q:after, .introcolumns-block blockquote q:before {
            left: -30px;
            top: 0; } }
      .introcolumns-block blockquote q:after {
        left: auto;
        right: -5px;
        bottom: -20px;
        top: auto; }
        @media (min-width: 576px) {
          .introcolumns-block blockquote q:after {
            right: -30px;
            left: auto; } }
    .introcolumns-block blockquote cite {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 14px; }
      @media (min-width: 1200px) {
        .introcolumns-block blockquote cite {
          font-size: 16px; } }

.valuedeliverd-block {
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .valuedeliverd-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .valuedeliverd-block {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .valuedeliverd-block {
      padding: 120px 0; } }
  .valuedeliverd-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: 1; }
  .valuedeliverd-block:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    background: url(images/background-elephant.png);
    width: 840px;
    height: 837px; }
  .valuedeliverd-block .container {
    position: relative;
    z-index: 2; }
  .valuedeliverd-block h2 {
    font-family: "Audiowide", sans-serif;
    text-align: center;
    margin: 0 0 40px; }
    .valuedeliverd-block h2 span {
      color: #f1dd38; }
  .valuedeliverd-block .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -15px;
    font-size: 13px; }
    @media (min-width: 768px) {
      .valuedeliverd-block .features-list {
        margin: 0 -15px -30px; } }
    @media (min-width: 1024px) {
      .valuedeliverd-block .features-list {
        margin: 0 -20px -40px;
        font-size: 15px; } }
    .valuedeliverd-block .features-list .feature {
      background: #000;
      margin: 0 15px 15px;
      width: calc(100% - 30px);
      border-radius: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px; }
      @media (min-width: 768px) {
        .valuedeliverd-block .features-list .feature {
          margin: 0 15px 30px;
          width: calc(50% - 30px); } }
      @media (min-width: 1024px) {
        .valuedeliverd-block .features-list .feature {
          padding: 18px;
          margin: 0 20px 40px;
          width: calc(50% - 40px); } }
      @media (min-width: 1360px) {
        .valuedeliverd-block .features-list .feature {
          padding: 25px;
          border-radius: 20px; } }
    .valuedeliverd-block .features-list .title {
      display: block;
      color: #f1dd38;
      font-weight: 600; }
    .valuedeliverd-block .features-list .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .valuedeliverd-block .features-list .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 70px;
      height: 70px;
      position: relative;
      margin: 0 15px 0 0; }
      @media (min-width: 576px) {
        .valuedeliverd-block .features-list .icon {
          width: 90px;
          height: 90px;
          margin: 0 20px 0 0; } }
      @media (min-width: 768px) {
        .valuedeliverd-block .features-list .icon {
          width: 60px;
          height: 60px;
          margin: 0 10px 0 0; } }
      @media (min-width: 1024px) {
        .valuedeliverd-block .features-list .icon {
          width: 70px;
          height: 70px;
          margin: 0 15px 0 0; } }
      @media (min-width: 1360px) {
        .valuedeliverd-block .features-list .icon {
          width: 90px;
          height: 90px;
          margin: 0 20px 0 0; } }
      .valuedeliverd-block .features-list .icon lord-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .valuedeliverd-block .features-list p {
      margin: 0; }

.thediffrence-block {
  background: #f3f3f3;
  padding: 40px 0;
  position: relative;
  min-height: 800px;
  text-align: center; }
  @media (min-width: 768px) {
    .thediffrence-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .thediffrence-block {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .thediffrence-block {
      overflow: hidden; } }
  .thediffrence-block .left-img, .thediffrence-block .right-img {
    position: absolute;
    left: 0;
    top: -50px;
    bottom: -50px;
    background-size: cover;
    background-position: 50% 50%;
    width: 530px;
    display: none; }
    @media (min-width: 1200px) {
      .thediffrence-block .left-img, .thediffrence-block .right-img {
        display: block; } }
    @media (min-width: 1700px) {
      .thediffrence-block .left-img, .thediffrence-block .right-img {
        left: 0; } }
    @media (min-width: 1800px) {
      .thediffrence-block .left-img, .thediffrence-block .right-img {
        left: 0; } }
    .thediffrence-block .left-img img, .thediffrence-block .right-img img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .thediffrence-block .right-img {
    left: auto;
    right: 0; }
    @media (min-width: 1700px) {
      .thediffrence-block .right-img {
        left: auto;
        right: 0; } }
    @media (min-width: 1800px) {
      .thediffrence-block .right-img {
        left: auto;
        right: 0; } }
  .thediffrence-block h2, .thediffrence-block .h2 {
    text-align: center;
    font-family: "Audiowide", sans-serif;
    margin: 0 0 40px;
    font-weight: 700; }
    .thediffrence-block h2 span, .thediffrence-block .h2 span {
      color: #f1dd38; }
      @media (min-width: 1600px) {
        .thediffrence-block h2 span, .thediffrence-block .h2 span {
          font-size: 30px;
          font-weight: 400;
          display: block; } }
  .thediffrence-block .container {
    position: relative;
    z-index: 1; }
  .thediffrence-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
    text-align: left; }
    .thediffrence-block .row .col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 1024px) {
        .thediffrence-block .row .col {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap; } }
    .thediffrence-block .row .text {
      padding: 0 0 20px;
      width: 100%; }
      @media (min-width: 1200px) {
        .thediffrence-block .row .text {
          padding: 20px 30px 0;
          background: #fff;
          border-radius: 10px 10px 0 0; } }
    .thediffrence-block .row blockquote {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .thediffrence-block blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    border-radius: 10px;
    padding: 40px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    @media (min-width: 1200px) {
      .thediffrence-block blockquote {
        border-radius: 0 0 10px 10px; } }
    .thediffrence-block blockquote q {
      quotes: none;
      font-weight: 600;
      font-family: "Audiowide", sans-serif;
      font-size: 15px;
      margin: 0 0 20px;
      display: block;
      position: relative;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .thediffrence-block blockquote q:after, .thediffrence-block blockquote q:before {
        position: absolute;
        left: -30px;
        top: 0;
        content: '"';
        color: #f1dd38;
        font-size: 80px;
        line-height: 20px; }
      .thediffrence-block blockquote q:after {
        left: auto;
        right: -30px;
        bottom: -20px;
        top: auto; }
    .thediffrence-block blockquote cite {
      font-size: 14px;
      display: block;
      font-style: normal;
      font-weight: 600;
      width: 100%; }
      .thediffrence-block blockquote cite span {
        color: #f1dd38; }
  .thediffrence-block .btn {
    position: relative; }

.howitworks-block {
  position: relative;
  color: #fff;
  padding: 40px 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .howitworks-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .howitworks-block {
      padding: 100px 0; } }
  .howitworks-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.8;
    z-index: 1; }
  .howitworks-block .container {
    position: relative;
    z-index: 1;
    max-width: 1400px; }
  .howitworks-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    .howitworks-block .btns-holder .btn {
      margin: 0 10px 15px; }
    .howitworks-block .btns-holder .tel {
      margin: 0 10px 15px;
      font-weight: 600; }
      .howitworks-block .btns-holder .tel a {
        color: #f1dd38;
        text-decoration: none; }
        .howitworks-block .btns-holder .tel a:hover {
          color: #fff; }
  .howitworks-block h2 {
    text-align: center;
    font-family: "Audiowide", sans-serif;
    margin: 0 0 40px; }
    .howitworks-block h2 span {
      color: #f1dd38; }
  .howitworks-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 500px;
    margin: 0 auto;
    font-size: 13px;
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .howitworks-block .row {
        max-width: none;
        margin: 0 -20px; } }
    @media (min-width: 1360px) {
      .howitworks-block .row {
        font-size: 14px; } }
    .howitworks-block .row .feature {
      width: 100%;
      margin: 0 0 20px;
      text-align: left;
      position: relative; }
      @media (min-width: 576px) {
        .howitworks-block .row .feature {
          width: calc(100% - 40px);
          margin: 0 20px 20px; } }
      @media (min-width: 1024px) {
        .howitworks-block .row .feature {
          margin: 0 20px 40px;
          width: calc(33.33% - 40px); } }
      @media (min-width: 1024px) {
        .howitworks-block .row .feature:last-child:after {
          display: none; } }
      @media (min-width: 576px) {
        .howitworks-block .row .feature:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 151px;
          background: yellow;
          top: 0;
          right: -30px;
          -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 75% 100%, 95% 50%, 75% 0);
                  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 75% 100%, 95% 50%, 75% 0); } }
      @media (min-width: 1200px) {
        .howitworks-block .row .feature:after {
          width: 200px; } }
      .howitworks-block .row .feature .feature-holder {
        position: relative;
        background: #000;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 20px;
        position: relative; }
        @media (min-width: 576px) {
          .howitworks-block .row .feature .feature-holder {
            -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
                    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
            padding-right: 40px; } }
        @media (min-width: 1360px) {
          .howitworks-block .row .feature .feature-holder {
            padding: 20px 25px;
            padding-right: 60px; } }
      .howitworks-block .row .feature .title {
        display: block;
        color: #f1dd38;
        font-weight: 600; }
      .howitworks-block .row .feature .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .howitworks-block .row .feature .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 60px;
        height: 60px;
        position: relative;
        margin: 0 15px 0 0; }
        @media (min-width: 1360px) {
          .howitworks-block .row .feature .icon {
            width: 90px;
            height: 90px;
            margin: 0 20px 0 0; } }
        .howitworks-block .row .feature .icon lord-icon {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .howitworks-block .row .feature p {
        margin: 0; }

.machine-block {
  background: #f3f3f3;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 768px) {
    .machine-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .machine-block {
      padding: 100px 0; } }
  .machine-block h2 {
    text-align: center;
    font-family: "Audiowide", sans-serif;
    margin: 0 0 20px; }
    .machine-block h2 span {
      color: #f1dd38; }
  .machine-block .section-header {
    padding: 0 0 20px;
    max-width: 600px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .machine-block .section-header {
        padding: 0 0 60px; } }
  .machine-block .container {
    max-width: 1420px; }
  .machine-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px -40px; }
    .machine-block .row .col {
      padding: 0 30px 40px;
      width: 100%; }
      @media (min-width: 1024px) {
        .machine-block .row .col {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .machine-block .row .col.active .col-holder {
        border-color: #f1dd38; }
  .machine-block .col-holder {
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: solid 3px transparent; }
    @media (min-width: 1024px) {
      .machine-block .col-holder {
        padding: 40px 30px; } }
  .machine-block .image {
    margin: 0 auto 30px;
    max-width: 400px; }
    @media (min-width: 1024px) {
      .machine-block .image {
        margin: -100px auto 30px; } }
  .machine-block .btn {
    min-width: 240px; }

.faq-block {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 768px) {
    .faq-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .faq-block {
      padding: 100px 0; } }
  .faq-block.bg-gray {
    background: #f3f3f3; }
  .faq-block:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    background: url(images/background-elephant.png);
    width: 840px;
    height: 837px;
    opacity: 0.2; }
  .faq-block h2, .faq-block .h2 {
    text-align: center;
    font-family: "Audiowide", sans-serif;
    margin: 0 0 45px; }
    .faq-block h2 span, .faq-block .h2 span {
      color: #f1dd38; }
  .faq-block .accordion {
    text-align: left;
    margin: 0; }
  .faq-block .container {
    position: relative;
    z-index: 1; }
  .faq-block + .our-accreditations {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }

.brochure-block {
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  color: #fff; }
  @media (min-width: 768px) {
    .brochure-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .brochure-block {
      padding: 100px 0; } }
  .brochure-block .row {
    margin: 0 0 -30px; }
    @media (min-width: 1024px) {
      .brochure-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -20px -40px; } }
    .brochure-block .row .col {
      width: 100%;
      padding: 0 0 30px; }
      @media (min-width: 1024px) {
        .brochure-block .row .col {
          width: 50%;
          padding: 0 20px 40px; } }
      @media (max-width: 1023px) {
        .brochure-block .row .col:first-child {
          display: none; } }
  .brochure-block h2 {
    font-family: "Audiowide", sans-serif;
    margin: 0 0 10px; }
    .brochure-block h2 span {
      color: #f1dd38; }
  .brochure-block p {
    margin: 0 0 20px; }
  .brochure-block .form-area {
    font-size: 14px; }
    .brochure-block .form-area .gfield_label {
      display: none; }
    .brochure-block .form-area .ginput_container:after {
      display: none; }
    .brochure-block .form-area input[type='text'],
    .brochure-block .form-area input[type='tel'],
    .brochure-block .form-area input[type='email'],
    .brochure-block .form-area input[type='search'],
    .brochure-block .form-area input[type='password'],
    .brochure-block .form-area input[type='url'],
    .brochure-block .form-area input[type='date'],
    .brochure-block .form-area textarea, .brochure-block .form-area select, .brochure-block .form-area input[type='number'] {
      height: 50px;
      font-size: 16px;
      line-height: 20px;
      padding: 14px 20px;
      color: #000;
      font-weight: 600;
      border-radius: 6px; }
      .brochure-block .form-area input[type='text']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='tel']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='email']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='search']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='password']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='url']::-webkit-input-placeholder,
      .brochure-block .form-area input[type='date']::-webkit-input-placeholder,
      .brochure-block .form-area textarea::-webkit-input-placeholder, .brochure-block .form-area select::-webkit-input-placeholder, .brochure-block .form-area input[type='number']::-webkit-input-placeholder {
        color: #000; }
      .brochure-block .form-area input[type='text']::-moz-placeholder,
      .brochure-block .form-area input[type='tel']::-moz-placeholder,
      .brochure-block .form-area input[type='email']::-moz-placeholder,
      .brochure-block .form-area input[type='search']::-moz-placeholder,
      .brochure-block .form-area input[type='password']::-moz-placeholder,
      .brochure-block .form-area input[type='url']::-moz-placeholder,
      .brochure-block .form-area input[type='date']::-moz-placeholder,
      .brochure-block .form-area textarea::-moz-placeholder, .brochure-block .form-area select::-moz-placeholder, .brochure-block .form-area input[type='number']::-moz-placeholder {
        opacity: 1;
        color: #000; }
      .brochure-block .form-area input[type='text']:-moz-placeholder,
      .brochure-block .form-area input[type='tel']:-moz-placeholder,
      .brochure-block .form-area input[type='email']:-moz-placeholder,
      .brochure-block .form-area input[type='search']:-moz-placeholder,
      .brochure-block .form-area input[type='password']:-moz-placeholder,
      .brochure-block .form-area input[type='url']:-moz-placeholder,
      .brochure-block .form-area input[type='date']:-moz-placeholder,
      .brochure-block .form-area textarea:-moz-placeholder, .brochure-block .form-area select:-moz-placeholder, .brochure-block .form-area input[type='number']:-moz-placeholder {
        color: #000; }
      .brochure-block .form-area input[type='text']:-ms-input-placeholder,
      .brochure-block .form-area input[type='tel']:-ms-input-placeholder,
      .brochure-block .form-area input[type='email']:-ms-input-placeholder,
      .brochure-block .form-area input[type='search']:-ms-input-placeholder,
      .brochure-block .form-area input[type='password']:-ms-input-placeholder,
      .brochure-block .form-area input[type='url']:-ms-input-placeholder,
      .brochure-block .form-area input[type='date']:-ms-input-placeholder,
      .brochure-block .form-area textarea:-ms-input-placeholder, .brochure-block .form-area select:-ms-input-placeholder, .brochure-block .form-area input[type='number']:-ms-input-placeholder {
        color: #000; }
      .brochure-block .form-area input[type='text'].placeholder,
      .brochure-block .form-area input[type='tel'].placeholder,
      .brochure-block .form-area input[type='email'].placeholder,
      .brochure-block .form-area input[type='search'].placeholder,
      .brochure-block .form-area input[type='password'].placeholder,
      .brochure-block .form-area input[type='url'].placeholder,
      .brochure-block .form-area input[type='date'].placeholder,
      .brochure-block .form-area textarea.placeholder, .brochure-block .form-area select.placeholder, .brochure-block .form-area input[type='number'].placeholder {
        color: #000; }
    @media (min-width: 576px) {
      .brochure-block .form-area input[type="submit"] {
        height: 56px;
        font-size: 20px;
        min-width: 300px;
        width: auto; } }
    .brochure-block .form-area ul li, .brochure-block .form-area ul .gfield, .brochure-block .form-area .gform_fields li, .brochure-block .form-area .gform_fields .gfield {
      padding-bottom: 20px; }
    .brochure-block .form-area .gform_footer {
      text-align: left; }
    .brochure-block .form-area .note {
      margin: 0; }
  .brochure-block a {
    text-decoration: none;
    color: #f1dd38; }
    .brochure-block a:hover {
      color: #fff; }

.ctas-block {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .ctas-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .ctas-block {
      padding: 100px 0; } }
  .ctas-block .container {
    max-width: 1366px; }
  .ctas-block h2 {
    text-align: center; }
    @media (min-width: 1200px) {
      .ctas-block h2 {
        font-size: 56px; } }
  .ctas-block .block-header {
    position: relative;
    max-width: none;
    padding: 0 120px;
    padding: 0 0 30px; }
    @media (min-width: 1200px) {
      .ctas-block .block-header {
        padding: 0 0 50px; } }
    .ctas-block .block-header .link {
      text-decoration: underline; }
      @media (min-width: 768px) {
        .ctas-block .block-header .link {
          position: absolute;
          right: 0;
          top: 16px; } }
      .ctas-block .block-header .link:hover {
        text-decoration: none; }
  .ctas-block.v2 {
    text-align: center;
    background: #3b3b3b;
    color: #fff; }
    .ctas-block.v2 .cta-box {
      text-align: left;
      color: #000; }
      .ctas-block.v2 .cta-box .btn {
        min-height: inherit;
        padding: 10px 35px;
        height: auto; }
      .ctas-block.v2 .cta-box .image:before {
        display: none; }
    .ctas-block.v2 h5 {
      text-transform: uppercase;
      color: #f1dd38;
      letter-spacing: 2px; }
    .ctas-block.v2 h2 {
      margin: 0 0 10px; }
    .ctas-block.v2 p {
      margin: 0 0 20px; }
    .ctas-block.v2 .cta-slider {
      padding-top: 20px; }

.cta-box {
  background: #F6F6F6;
  padding: 22px; }
  .cta-box .time {
    display: block;
    margin: 0 0 10px; }
    .cta-box .time i {
      display: inline-block;
      vertical-align: top;
      color: #f1dd38;
      margin: 7px 10px 0 0; }
  .cta-box .image {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-top: 70%;
    display: block; }
    .cta-box .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cta-box .text {
    padding: 20px 0 0; }
    @media (min-width: 1200px) {
      .cta-box .text {
        padding: 20px 0 0; } }
    @media (max-width: 1199px) {
      .cta-box .text p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
    .cta-box .text ul {
      margin: 0  0 25px;
      padding: 0;
      list-style: none; }
      .cta-box .text ul li span {
        color: #f1dd38; }
    @media (max-width: 1199px) {
      .cta-box .text {
        font-size: 14px; } }
  .cta-box h3 {
    font-size: 22px;
    line-height: 28px; }
    @media (min-width: 1200px) {
      .cta-box h3 {
        font-size: 24px;
        line-height: 30px; } }

.cta-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -8px; }
  @media (min-width: 1200px) {
    .cta-slider {
      margin: 0 -15px; } }
  .cta-slider .slide {
    padding: 0 8px 20px;
    width: 33.33%; }
    @media (min-width: 1200px) {
      .cta-slider .slide {
        padding: 0 15px 20px; } }
  .cta-slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (min-width: 1440px) {
      .cta-slider .slick-dots {
        display: none !important; } }
  .cta-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #FFE8D1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f1dd38;
    margin: 0 -35px; }
    @media (min-width: 1440px) {
      .cta-slider .slick-arrow {
        margin: 0 -35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1600px) {
      .cta-slider .slick-arrow {
        margin: 0 -100px; } }
    @media (max-width: 1439px) {
      .cta-slider .slick-arrow {
        display: none !important; } }

.reviews-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .reviews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .reviews-block {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .reviews-block {
      padding: 120px 0; } }
  .reviews-block.pt-0 {
    padding-top: 0; }
  .reviews-block.pb-0 {
    padding-bottom: 0; }
    .reviews-block.pb-0 .image {
      margin-bottom: 30px; }
  .reviews-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .reviews-block.bg-gray {
    background: #f2f2f2; }
  .reviews-block h2, .reviews-block .h2 {
    font-family: "Audiowide", sans-serif;
    line-height: 1; }
    @media (min-width: 1200px) {
      .reviews-block h2, .reviews-block .h2 {
        font-size: 50px; } }
    .reviews-block h2 span, .reviews-block .h2 span {
      color: #f1dd38; }
  .reviews-block .section-header {
    max-width: 790px;
    margin: 0 auto;
    padding: 0 0 20px; }
    @media (min-width: 576px) {
      .reviews-block .section-header {
        padding: 0 0 30px; } }
  .reviews-block .reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    @media (min-width: 1360px) {
      .reviews-block .reviews-slider {
        margin: 0 -30px; } }
    .reviews-block .reviews-slider .slide {
      padding: 0 15px;
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1360px) {
        .reviews-block .reviews-slider .slide {
          padding: 0 30px; } }
      .reviews-block .reviews-slider .slide q {
        quotes: none;
        margin: 0 0 20px;
        display: block;
        font-style: italic; }
      .reviews-block .reviews-slider .slide cite {
        display: block;
        font-style: normal;
        font-weight: 500; }
      .reviews-block .reviews-slider .slide:nth-child(even) .review {
        background: #232323; }
  .reviews-block .review {
    background: #0C0A10;
    color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%; }
    .reviews-block .review .icon {
      display: block;
      margin: 0 auto 10px;
      max-width: 117px; }
    .reviews-block .review .text-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .reviews-block .review .cite-holder {
      width: 100%; }
  .reviews-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .reviews-block .slick-track {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reviews-block .slick-track:after, .reviews-block .slick-track:before {
      display: none; }
  .reviews-block p a {
    color: inherit;
    text-decoration: underline; }
    .reviews-block p a:hover {
      text-decoration: none; }
  .reviews-block q {
    quotes: none; }
  .reviews-block .reviews-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -30px; }
    .reviews-block .reviews-grid .slide {
      width: 100%;
      padding: 0 15px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .reviews-block .reviews-grid .slide {
          width: 50%; } }
      @media (min-width: 1024px) {
        .reviews-block .reviews-grid .slide {
          width: 33.33%; } }

.faqs-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .faqs-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .faqs-block {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .faqs-block {
      padding: 120px 0; } }
  .faqs-block h2, .faqs-block .h2 {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .faqs-block h2, .faqs-block .h2 {
        margin: 0 0 40px; } }
  .faqs-block.bg-gray {
    background: #f2f2f2; }
  .faqs-block .accordion {
    margin: 0; }
    .faqs-block .accordion p + p {
      margin: 20px 0 0; }
    .faqs-block .accordion .slide a {
      color: #000;
      text-decoration: underline; }
      .faqs-block .accordion .slide a:hover {
        text-decoration: none; }

.cta-block {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .cta-block {
      padding: 80px 0 80px; } }
  .cta-block .container {
    position: relative;
    z-index: 1; }
  .cta-block h2, .cta-block .h2 {
    margin: 0 0 25px;
    font-weight: 400;
    font-family: "Audiowide", sans-serif; }
    .cta-block h2 span, .cta-block .h2 span {
      color: #f1dd38; }
  .cta-block p {
    font-weight: 300;
    margin: 0 0 24px; }
    @media (min-width: 1024px) {
      .cta-block p {
        margin: 0 0 40px; } }
    .cta-block p a {
      color: inherit;
      text-decoration: underline; }
      .cta-block p a:hover {
        text-decoration: none; }
  .cta-block .text-holder {
    max-width: 1130px;
    margin: 0 auto; }
  .cta-block .btn {
    min-width: 200px; }
    @media (min-width: 768px) {
      .cta-block .btn {
        min-width: 250px; } }
  .cta-block .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%; }
    .cta-block .bg-image:after {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      content: '';
      background-color: #000;
      opacity: 0.7;
      mix-blend-mode: multiply; }
  .cta-block.has-bg {
    color: #fff;
    background: #191a1e; }

.twocols-content {
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .twocols-content {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .twocols-content {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .twocols-content {
      padding: 120px 0; } }
  .twocols-content.pt-0 {
    padding-top: 0; }
  .twocols-content.pb-0 {
    padding-bottom: 0; }
    .twocols-content.pb-0 .image, .twocols-content.pb-0 .iframe-holder {
      margin-bottom: 30px; }
  .twocols-content.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .twocols-content.bg-gray {
    background: #f2f2f2; }
    .twocols-content.bg-gray .content-box {
      background: #fff; }
  .twocols-content + .twocols-content:after {
    display: none; }
  .twocols-content + .our-accreditations {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .twocols-content.v-middle .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .twocols-content:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
    content: '';
    background: url(images/elephant.png);
    width: 800px;
    height: 810px;
    background-size: 100% 100%;
    opacity: 0.07;
    display: none; }
    @media (min-width: 1024px) {
      .twocols-content:after {
        display: block; } }
  .twocols-content.reverse-order:after {
    left: auto;
    right: 0;
    -webkit-transform: translate(40%, -50%);
        -ms-transform: translate(40%, -50%);
            transform: translate(40%, -50%); }
  .twocols-content .bg-parallax {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover; }
    .twocols-content .bg-parallax:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #f2f2f2;
      opacity: 0.9; }
  .twocols-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -30px; }
    @media (min-width: 1360px) {
      .twocols-content .row {
        margin: 0 -30px; } }
    .page-where-we-work .twocols-content .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .twocols-content .row .col {
      width: 100%;
      padding: 0 15px 30px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1360px) {
        .twocols-content .row .col {
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .twocols-content .row .col {
          width: 45%; } }
      @media (min-width: 1024px) {
        .twocols-content .row .col:first-child {
          width: 55%; } }
      @media (max-width: 1023px) {
        .twocols-content .row .col:first-child {
          padding-bottom: 30px; } }
  .twocols-content h2, .twocols-content .h2 {
    font-family: "Audiowide", sans-serif; }
  .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
    margin: 0 0 20px;
    position: relative; }
    @media (min-width: 1200px) {
      .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
        font-size: 36px;
        line-height: 42px; } }
    .twocols-content h2 span, .twocols-content .h2 span, .twocols-content h3 span, .twocols-content .h3 span {
      color: #f1dd38; }
  .twocols-content h4, .twocols-content .h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500; }
    @media (min-width: 576px) {
      .twocols-content h4, .twocols-content .h4 {
        font-size: 28px;
        line-height: 32px; } }
    @media (min-width: 1200px) {
      .twocols-content h4, .twocols-content .h4 {
        font-size: 32px;
        line-height: 48px; } }
  .twocols-content h5, .twocols-content .h5 {
    color: #f1dd38;
    font-size: 24px;
    line-height: 30px; }
  .twocols-content h3, .twocols-content .h3 {
    font-size: 25px;
    line-height: 30px; }
  .twocols-content p {
    margin: 0 0 15px; }
    .twocols-content p a {
      text-decoration: underline;
      color: #000; }
      .twocols-content p a:hover {
        text-decoration: none; }
  .twocols-content .btn {
    min-width: 200px; }
  .twocols-content .container {
    position: relative;
    z-index: 1; }
  .twocols-content .btns-holder {
    margin: 0 -10px; }
    .twocols-content .btns-holder .btn {
      margin: 0 10px 15px; }
  .twocols-content .image, .twocols-content .iframe-holder {
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%; }
    .twocols-content .image:before, .twocols-content .iframe-holder:before {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 200px;
      height: 30px;
      content: '';
      background: url(images/watermark.png);
      background-size: 100% 100%;
      z-index: 1;
      opacity: 0.4; }
    .twocols-content .image img, .twocols-content .iframe-holder img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .twocols-content .image iframe, .twocols-content .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .twocols-content .image.has-video a, .twocols-content .iframe-holder.has-video a {
      display: block; }
      .twocols-content .image.has-video a:before, .twocols-content .iframe-holder.has-video a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
        z-index: 1;
        content: ''; }
    .twocols-content .image .image-inner, .twocols-content .iframe-holder .image-inner {
      width: 70%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .twocols-content .image .image-inner img, .twocols-content .iframe-holder .image-inner img {
        position: static; }
  .twocols-content .iframe-holder {
    margin-bottom: 0; }
    .twocols-content .iframe-holder:before {
      display: none; }
    @media (max-width: 1023px) {
      .twocols-content .iframe-holder {
        padding-top: 56.2%; } }
  .twocols-content .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #f1dd38;
    font-size: 80px;
    z-index: 1; }
  .twocols-content ul:not([class]) {
    margin: 0 0 25px;
    font-weight: 500; }
    .twocols-content ul:not([class]) li {
      position: relative;
      padding: 0 0 4px 22px; }
      @media (min-width: 768px) {
        .twocols-content ul:not([class]) li {
          padding: 0 0 4px 22px; } }
      .twocols-content ul:not([class]) li:before {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #000;
        font-size: 0;
        position: absolute;
        left: 0;
        top: 10px;
        content: '.';
        line-height: 1;
        font-weight: 800; }
  .twocols-content ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .twocols-content ol:not([class]) li {
      padding: 0 0 8px 20px;
      position: relative; }
      .twocols-content ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: 700; }
  .twocols-content .content-box {
    background: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .twocols-content .content-box {
        padding: 30px; } }
    .twocols-content .content-box h3, .twocols-content .content-box .h3 {
      background: rgba(0, 0, 0, 0.15);
      padding: 12px 20px;
      margin: -20px -20px 25px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .twocols-content .content-box h3, .twocols-content .content-box .h3 {
          padding: 14px 20px;
          margin: -30px -30px 25px;
          font-size: 22px; } }
    .twocols-content .content-box h4, .twocols-content .content-box .h2 {
      font-weight: 700;
      font-size: 18px; }
    .twocols-content .content-box .text {
      padding: 0 0 20px; }
      @media (min-width: 576px) {
        .twocols-content .content-box .text {
          -moz-column-count: 2;
          -moz-column-gap: 30px;
          -webkit-column-count: 2;
          -webkit-column-gap: 30px;
          column-count: 2;
          column-gap: 30px; } }
    .twocols-content .content-box ul {
      margin: 0; }
  .twocols-content.v2 {
    position: relative; }
    .twocols-content.v2 .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .twocols-content.v2 .image {
      padding-top: 0; }
      .twocols-content.v2 .image img {
        display: block;
        position: static; }
    .twocols-content.v2.reverse-order .container:before {
      left: auto;
      right: 100%;
      margin: 0 -300px 0 0;
      background: url(images/bg-x2.png);
      background-size: 100% 100%; }
    @media (min-width: 576px) {
      .twocols-content.v2 .container {
        position: relative; } }
    .twocols-content.v2 .container:before {
      position: absolute;
      left: 100%;
      margin: 0 0 0 -300px;
      bottom: 40px;
      content: '';
      background: url(images/bg-x.png);
      width: 500px;
      height: 333px;
      background-size: 100% 100%; }
      @media (min-width: 576px) {
        .twocols-content.v2 .container:before {
          bottom: 100px; } }
      @media (min-width: 1024px) {
        .twocols-content.v2 .container:before {
          width: 790px;
          height: 526px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          bottom: auto; } }
  .twocols-content.reverse-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.projects-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .projects-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .projects-block {
      padding: 80px 0; } }
  @media (min-width: 1360px) {
    .projects-block {
      padding: 120px 0; } }
  .projects-block.pt-0 {
    padding-top: 0; }
  .projects-block.pb-0 {
    padding-bottom: 0; }
    .projects-block.pb-0 .image {
      margin-bottom: 30px; }
  .projects-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .projects-block.bg-gray {
    background: #f2f2f2; }
  .projects-block h2, .projects-block .h2 {
    margin: 0 0 25px; }
    @media (min-width: 576px) {
      .projects-block h2, .projects-block .h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .projects-block h2, .projects-block .h2 {
        font-size: 50px; } }
  .projects-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px; }
    @media (min-width: 1200px) {
      .projects-block .row {
        margin: 0 -20px -30px; } }
    .projects-block .row .col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 576px) {
        .projects-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .projects-block .row .col {
          width: 33.33%; } }
      @media (min-width: 1200px) {
        .projects-block .row .col {
          padding: 0 20px 30px; } }
      .projects-block .row .col:hover .image .caption {
        opacity: 1;
        visibility: visible; }
      .projects-block .row .col:hover .image .view-icon {
        opacity: 0; }
    .projects-block .row.projects-slider {
      margin-bottom: 0; }
      .projects-block .row.projects-slider .col {
        padding-bottom: 0; }
  .projects-block .title, .projects-block .sub-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .projects-block .title, .projects-block .sub-title {
        font-size: 28px;
        line-height: 34px; } }
    @media (min-width: 1360px) {
      .projects-block .title, .projects-block .sub-title {
        font-size: 32px;
        line-height: 40px; } }
  .projects-block .title a {
    color: #000; }
  .projects-block .sub-title {
    color: #f1dd38; }
  .projects-block .slick-list {
    width: 100%; }
    .projects-block .slick-list .slick-track {
      margin: 0 auto; }
  .projects-block .image {
    position: relative;
    padding-top: 100%;
    margin: 0 0 20px; }
    .projects-block .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .projects-block .image .view-icon {
      width: 55px;
      height: 55px;
      background: #f1dd38;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 100%;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      .projects-block .image .view-icon:after {
        position: absolute;
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px;
        border: solid 1px #000;
        border-radius: 100%;
        content: ''; }
      .projects-block .image .view-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '\f067';
        font-weight: 400;
        font-family: icomoon;
        font-size: 16px; }
    .projects-block .image .caption {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(241, 221, 56, 0.85);
      padding: 40px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      .projects-block .image .caption .heading {
        display: block;
        font-size: 29px;
        font-weight: 700;
        line-height: 34px;
        margin: 0 0 10px; }
      .projects-block .image .caption p {
        margin: 0 0 20px; }
        .projects-block .image .caption p a {
          color: inherit;
          text-decoration: underline; }
          .projects-block .image .caption p a:hover {
            text-decoration: none; }
      .projects-block .image .caption .btn {
        font-size: 14px;
        line-height: 20px;
        min-height: 45px;
        padding: 12px 35px; }

.block-header {
  text-align: center;
  padding: 0 0 20px;
  max-width: 650px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .block-header {
      padding: 0 0 40px; } }

.video-block {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 300px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 576px) {
    .video-block {
      min-height: 380px; } }
  @media (min-width: 768px) {
    .video-block {
      min-height: 450px; } }
  @media (min-width: 1024px) {
    .video-block {
      min-height: 550px; } }
  @media (min-width: 1360px) {
    .video-block {
      min-height: 670px; } }
  .video-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0.5;
    background: #1E2A42;
    z-index: 1; }
  .video-block .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .video-block .video-btn span {
      background: url(images/play-btn.svg);
      background-size: 100% 100%;
      width: 65px;
      height: 65px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1024px) {
        .video-block .video-btn span {
          width: 84px;
          height: 84px; } }
  .video-block .bg-video-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; }

.video-active .bg-video {
  opacity: 1; }

.gallery-area {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .gallery-area {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .gallery-area {
      padding: 100px 0; } }
  .gallery-area h2 {
    text-align: center; }
  .gallery-area .container {
    max-width: 1300px; }

.gallery-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px; }
  .gallery-block .row .col {
    padding: 0 4px 8px;
    width: 50%; }
    @media (min-width: 1024px) {
      .gallery-block .row .col {
        width: 33.33%; } }
  .gallery-block .row .image {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 0;
    position: relative;
    overflow: hidden; }
    .gallery-block .row .image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      content: '';
      background: rgba(12, 10, 16, 0.7);
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      bottom: 0; }
    .gallery-block .row .image:after {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      content: '\f00e';
      font-family: icomoon;
      font-size: 30px;
      line-height: 1;
      z-index: 1; }
      @media (min-width: 768px) {
        .gallery-block .row .image:after {
          font-size: 45px; } }
    .gallery-block .row .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .gallery-block .row .image:hover:before, .gallery-block .row .image:hover:after {
      opacity: 1; }

.videos-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .videos-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .videos-block {
      padding: 100px 0; } }
  .videos-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px; }
    @media (min-width: 1360px) {
      .videos-block .row {
        margin: 0 -15px; } }
    .videos-block .row .col {
      padding: 0 8px 16px;
      width: 50%; }
      @media (min-width: 1024px) {
        .videos-block .row .col {
          width: 33.33%; } }
      @media (min-width: 1360px) {
        .videos-block .row .col {
          padding: 0 15px 30px; } }
  .videos-block .iframe-holder {
    position: relative;
    padding-top: 73.2%;
    margin: 0; }
    .videos-block .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0;
      margin: 0; }
  .videos-block.bg-gray {
    background: #f3f3f3; }

.map-area {
  position: relative;
  height: 400px; }
  .map-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0; }

.form-block {
  position: relative;
  z-index: 1;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .form-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .form-block {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .form-block {
      padding: 130px 0; } }
  .form-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px -30px; }
    .form-block .row .col {
      padding: 0 30px 30px;
      width: 100%; }
      @media (min-width: 1024px) {
        .form-block .row .col {
          width: 50%; } }
  .form-block + .our-accreditations {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .form-block h2 {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .form-block h2 {
        font-size: 56px;
        margin: 0 0 40px; } }
    .form-block h2 span {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .form-block h2 span:before {
        position: absolute;
        left: 100%;
        bottom: 15px;
        margin: 0 0 0 20px;
        content: '';
        width: 80px;
        background: #f1dd38;
        height: 1px; }
        @media (min-width: 576px) {
          .form-block h2 span:before {
            width: 100px;
            margin: 0 0 0 30px; } }
  .form-block .map {
    position: relative;
    height: 400px; }
    @media (min-width: 768px) {
      .form-block .map {
        height: 500px; } }
    @media (min-width: 1024px) {
      .form-block .map {
        height: 685px;
        margin-top: 30px; } }
    @media (min-width: 1360px) {
      .form-block .map {
        height: 717px; } }
    .form-block .map iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0;
      outline: none; }

.form-area {
  margin: 0; }
  .form-area h2, .form-area .h2 {
    text-align: center; }
  .form-area ul, .form-area .gform_fields {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
      width: 100%;
      padding: 0 8px 20px;
      position: relative; }
      @media (min-width: 768px) {
        .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
          padding: 0 8px 25px; } }
      .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 100%; }
        @media (min-width: 768px) {
          .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
            width: 50%; } }
      @media (min-width: 768px) {
        .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
          width: 33.33%; }
        .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
          width: 66.66%; } }
      .form-area ul li .ginput_container, .form-area ul .gfield .ginput_container, .form-area .gform_fields li .ginput_container, .form-area .gform_fields .gfield .ginput_container {
        position: relative; }
  .form-area .gfield_label {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 6px; }
    .form-area .gfield_label .gfield_required {
      color: #f00; }
  .form-area input[type="submit"] {
    min-width: 180px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    border: 0; }
  .form-area input[type="file"] {
    width: 100%; }
  .form-area .custom-checkboxes .ginput_container:before, .form-area .custom-checkboxes .ginput_container:after {
    display: none; }
  .form-area .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left;
    font-size: 16px;
    line-height: 27px; }
    .form-area .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding: 0;
      padding-left: 34px; }
      @media (min-width: 576px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          border: solid 1px #C7B0B0;
          content: '';
          border-radius: 4px;
          cursor: pointer; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:after {
              top: 4px; } }
        .form-area .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 2px;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #000;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 8px 0 0 4px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:before {
              top: 2px; } }
  .form-area .note {
    display: block;
    font-size: 14px;
    margin: 20px 0 0; }
    .form-area .note a {
      font-weight: 600; }

.case-study-info {
  margin: 0  0 25px;
  padding: 0;
  list-style: none; }
  .case-study-info li span {
    color: #f1dd38; }

.ctas-block.v3 {
  background: #F6F6F6; }
  .ctas-block.v3 .cta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px; }
    .ctas-block.v3 .cta-row .col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 768px) {
        .ctas-block.v3 .cta-row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .ctas-block.v3 .cta-row .col {
          width: 33.33%; } }
    .ctas-block.v3 .cta-row .cta-box {
      padding: 0; }
      .ctas-block.v3 .cta-row .cta-box .link {
        text-decoration: underline; }
        .ctas-block.v3 .cta-row .cta-box .link:hover {
          text-decoration: none; }

.team-block {
  text-align: center;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .team-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .team-block {
      padding: 100px 0; } }
  .team-block .team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px;
    text-align: left; }
    .team-block .team-grid .team-box {
      margin: 0 15px 30px;
      width: calc(100% - 30px); }
      @media (min-width: 576px) {
        .team-block .team-grid .team-box {
          width: calc(50% - 30px); } }
      @media (min-width: 1200px) {
        .team-block .team-grid .team-box {
          width: calc(25% - 30px); } }
  .team-block .common-block-header {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px; }
  .team-block h2, .team-block .h2 {
    margin: 0 0 30px;
    font-family: "Audiowide", sans-serif; }
    @media (min-width: 768px) {
      .team-block h2, .team-block .h2 {
        margin: 0 0 40px; } }
    .team-block h2 span, .team-block .h2 span {
      color: #f1dd38; }

.team-box {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-align: center; }
  @media (min-width: 768px) {
    .team-box {
      font-size: 16px;
      line-height: 24px; } }
  .team-box .image {
    display: block;
    padding-top: 120%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 0; }
  .team-box .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    color: #000; }
    .team-box .caption:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #f1dd38;
      opacity: 0.9;
      z-index: -1; }
  .team-box .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2px; }
  .team-box .sub-title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 500; }
  .team-box .more {
    text-decoration: underline;
    font-weight: 700; }
    .team-box .more:hover {
      text-decoration: none; }

.team-popup {
  max-width: 700px;
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  background: #fff; }
  .team-popup .image {
    padding-top: 80%;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%; }
  .team-popup .text {
    padding: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .team-popup .text {
        padding: 25px; } }
    @media (min-width: 768px) {
      .team-popup .text {
        padding: 30px; } }
  .team-popup .title {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000; }
    @media (min-width: 768px) {
      .team-popup .title {
        font-size: 24px;
        line-height: 32px; } }
  .team-popup .sub-title {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0; }
  .team-popup .heading-holder {
    position: relative;
    padding: 0 0 17px;
    margin: 0 0 17px; }
    .team-popup .heading-holder:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      height: 1px;
      background: #0C0A10; }
  .team-popup a {
    text-decoration: none;
    color: #f1dd38; }
  .team-popup p {
    margin: 0 0 20px; }
  .team-popup .info-links {
    margin: 0;
    padding: 0;
    list-style: none; }
    .team-popup .info-links li + li {
      margin-top: 5px; }
    .team-popup .info-links em {
      font-style: normal; }
    .team-popup .info-links i {
      margin: 0 10px 0 0;
      color: #000; }
    .team-popup .info-links a {
      color: #000;
      font-weight: 600; }
  .team-popup .social-networks {
    margin: 0 0 30px; }

.fancybox-close-small {
  background: none !important; }

.popup-holder {
  overflow: hidden;
  max-height: 0; }

.btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btns-section .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px; }
    @media (min-width: 768px) {
      .btns-section .btn {
        font-size: 16px;
        padding: 20px 20px; } }
    .btns-section .btn.btn-secondary {
      background: #907F6E; }
      .btns-section .btn.btn-secondary:hover {
        background: #736658; }

.quotes-nav, .projects-nav, .services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 30px; }
  @media (min-width: 576px) {
    .quotes-nav, .projects-nav, .services-nav {
      margin-top: 50px; } }
  .quotes-nav:before, .projects-nav:before, .services-nav:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #000;
    content: '';
    width: calc(50% - 80px); }
  .quotes-nav:after, .projects-nav:after, .services-nav:after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: #000;
    content: '';
    width: calc(50% - 80px); }
  .quotes-nav .slick-arrow, .projects-nav .slick-arrow, .services-nav .slick-arrow {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
    background: #f1dd38;
    border-radius: 100%;
    margin: 0 5px; }
    @media (min-width: 576px) {
      .quotes-nav .slick-arrow, .projects-nav .slick-arrow, .services-nav .slick-arrow {
        width: 48px;
        height: 48px;
        margin: 0 10px; } }
    .quotes-nav .slick-arrow.slick-disabled, .projects-nav .slick-arrow.slick-disabled, .services-nav .slick-arrow.slick-disabled {
      opacity: 0.5; }

@media (min-width: 1024px) {
  .services-nav, .projects-nav {
    display: none; } }

.main-content + .cta-block {
  border-top: solid 2px rgba(0, 0, 0, 0.1); }

.bg-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-parallax img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover; }

.certificates-block {
  padding: 60px 0 50px; }
  @media (min-width: 768px) {
    .certificates-block {
      padding: 80px 0 50px; } }
  @media (min-width: 1024px) {
    .certificates-block {
      padding: 100px 0 70px; } }
  @media (min-width: 1360px) {
    .certificates-block {
      padding: 120px 0 90px; } }
  .certificates-block.bg-gray {
    background: #f3f3f3; }
    .certificates-block.bg-gray .certificate-row {
      background: #fff; }
  .certificates-block.pt-0 {
    padding-top: 0; }
  .certificates-block.pb-0 {
    padding-bottom: 0; }
  .certificates-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .certificates-block + .our-accreditations {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .certificates-block h2, .certificates-block .h2 {
    margin: 0 0 50px; }
    @media (min-width: 768px) {
      .certificates-block h2, .certificates-block .h2 {
        margin: 0 0 65px; } }
  .certificates-block .certificate-row {
    text-align: center;
    margin: 0 0 30px;
    background: #f3f3f3;
    padding: 30px; }
    @media (min-width: 768px) {
      .certificates-block .certificate-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left; } }
    @media (min-width: 1024px) {
      .certificates-block .certificate-row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 40px;
        margin: 0 0 40px; } }
    .certificates-block .certificate-row:last-child {
      margin: 0; }
    .certificates-block .certificate-row .image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 auto 20px;
      border: solid 2px #f1dd38;
      padding: 10px;
      max-width: 180px;
      background: #fff; }
      @media (min-width: 768px) {
        .certificates-block .certificate-row .image {
          max-width: 200px;
          margin: 0 20px 0 0; } }
      @media (min-width: 1024px) {
        .certificates-block .certificate-row .image {
          max-width: 240px;
          margin: 0 30px 0 0; } }
      @media (min-width: 1200px) {
        .certificates-block .certificate-row .image {
          padding: 20px;
          max-width: 280px; } }
    .certificates-block .certificate-row .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .certificates-block .btns-holder {
    margin: 0 -7px -14px; }
    .certificates-block .btns-holder .btn {
      margin: 0 7px 14px;
      min-height: inherit; }
      @media (min-width: 768px) {
        .certificates-block .btns-holder .btn {
          padding: 13px 20px; } }

.contact-pupup {
  max-width: 650px;
  border: solid 2px #f1dd38;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-pupup {
      padding: 40px;
      border: solid 6px #f1dd38; } }
  .contact-pupup h3 {
    margin: 0;
    font-family: "Audiowide", sans-serif; }
    @media (max-width: 767px) {
      .contact-pupup h3 {
        font-size: 20px; } }
    .contact-pupup h3 span {
      color: #f1dd38; }
  .contact-pupup .sub-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .contact-pupup .sub-title {
        font-size: 24px; } }
  .contact-pupup .form-area {
    font-size: 14px; }
    .contact-pupup .form-area .gfield_label {
      display: none; }
    .contact-pupup .form-area .ginput_container:after {
      display: none; }
    .contact-pupup .form-area input[type='text'],
    .contact-pupup .form-area input[type='tel'],
    .contact-pupup .form-area input[type='email'],
    .contact-pupup .form-area input[type='search'],
    .contact-pupup .form-area input[type='password'],
    .contact-pupup .form-area input[type='url'],
    .contact-pupup .form-area input[type='date'],
    .contact-pupup .form-area textarea, .contact-pupup .form-area select, .contact-pupup .form-area input[type='number'] {
      height: 50px;
      font-size: 16px;
      line-height: 20px;
      padding: 14px 20px;
      color: #000;
      font-weight: 500;
      border-radius: 6px; }
      .contact-pupup .form-area input[type='text']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='tel']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='email']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='search']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='password']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='url']::-webkit-input-placeholder,
      .contact-pupup .form-area input[type='date']::-webkit-input-placeholder,
      .contact-pupup .form-area textarea::-webkit-input-placeholder, .contact-pupup .form-area select::-webkit-input-placeholder, .contact-pupup .form-area input[type='number']::-webkit-input-placeholder {
        color: #000; }
      .contact-pupup .form-area input[type='text']::-moz-placeholder,
      .contact-pupup .form-area input[type='tel']::-moz-placeholder,
      .contact-pupup .form-area input[type='email']::-moz-placeholder,
      .contact-pupup .form-area input[type='search']::-moz-placeholder,
      .contact-pupup .form-area input[type='password']::-moz-placeholder,
      .contact-pupup .form-area input[type='url']::-moz-placeholder,
      .contact-pupup .form-area input[type='date']::-moz-placeholder,
      .contact-pupup .form-area textarea::-moz-placeholder, .contact-pupup .form-area select::-moz-placeholder, .contact-pupup .form-area input[type='number']::-moz-placeholder {
        opacity: 1;
        color: #000; }
      .contact-pupup .form-area input[type='text']:-moz-placeholder,
      .contact-pupup .form-area input[type='tel']:-moz-placeholder,
      .contact-pupup .form-area input[type='email']:-moz-placeholder,
      .contact-pupup .form-area input[type='search']:-moz-placeholder,
      .contact-pupup .form-area input[type='password']:-moz-placeholder,
      .contact-pupup .form-area input[type='url']:-moz-placeholder,
      .contact-pupup .form-area input[type='date']:-moz-placeholder,
      .contact-pupup .form-area textarea:-moz-placeholder, .contact-pupup .form-area select:-moz-placeholder, .contact-pupup .form-area input[type='number']:-moz-placeholder {
        color: #000; }
      .contact-pupup .form-area input[type='text']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='tel']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='email']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='search']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='password']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='url']:-ms-input-placeholder,
      .contact-pupup .form-area input[type='date']:-ms-input-placeholder,
      .contact-pupup .form-area textarea:-ms-input-placeholder, .contact-pupup .form-area select:-ms-input-placeholder, .contact-pupup .form-area input[type='number']:-ms-input-placeholder {
        color: #000; }
      .contact-pupup .form-area input[type='text'].placeholder,
      .contact-pupup .form-area input[type='tel'].placeholder,
      .contact-pupup .form-area input[type='email'].placeholder,
      .contact-pupup .form-area input[type='search'].placeholder,
      .contact-pupup .form-area input[type='password'].placeholder,
      .contact-pupup .form-area input[type='url'].placeholder,
      .contact-pupup .form-area input[type='date'].placeholder,
      .contact-pupup .form-area textarea.placeholder, .contact-pupup .form-area select.placeholder, .contact-pupup .form-area input[type='number'].placeholder {
        color: #000; }
    .contact-pupup .form-area textarea {
      height: 140px !important; }
    .contact-pupup .form-area input[type="submit"] {
      width: auto;
      min-width: 300px;
      margin: 0; }
      @media (min-width: 576px) {
        .contact-pupup .form-area input[type="submit"] {
          height: 56px;
          font-size: 20px; } }
    .contact-pupup .form-area ul li, .contact-pupup .form-area ul .gfield, .contact-pupup .form-area .gform_fields li, .contact-pupup .form-area .gform_fields .gfield {
      width: 100%;
      padding-bottom: 20px; }
      .contact-pupup .form-area ul li.small, .contact-pupup .form-area ul .gfield.small, .contact-pupup .form-area .gform_fields li.small, .contact-pupup .form-area .gform_fields .gfield.small {
        width: 100%; }
  .contact-pupup .note {
    font-size: 14px;
    display: block;
    margin: 0; }

.contact-bar {
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  position: relative; }
  @media (min-width: 1024px) {
    .contact-bar {
      padding: 60px 0; } }
  .contact-bar h3 {
    margin: 0;
    font-family: "Audiowide", sans-serif;
    font-size: 22px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .contact-bar h3 {
        font-size: 26px; } }
  .contact-bar a {
    text-decoration: none;
    color: #f1dd38; }
    .contact-bar a:hover {
      color: #fff; }
  .contact-bar .callus-opener {
    color: #f1dd38; }

.sector-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .sector-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .sector-block {
      padding: 100px 0; } }
  .sector-block.bg-gray {
    background: #f3f3f3; }
    .sector-block.bg-gray .cta-box {
      background: #fff; }
  .sector-block .posts-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -30px; }
  @media (min-width: 1024px) {
    .sector-block .posts-row .cta-box {
      width: calc(33.33% - 30px); } }

.joinour-team-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .joinour-team-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .joinour-team-block {
      padding: 100px 0; } }
  .joinour-team-block h2, .joinour-team-block .h2 {
    font-family: "Audiowide", sans-serif;
    margin: 0 0 20px; }
    .joinour-team-block h2 span, .joinour-team-block .h2 span {
      color: #f1dd38; }
  .joinour-team-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
    padding: 20px 0 0; }
    .joinour-team-block .row .col {
      width: 40%;
      padding: 0 15px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .joinour-team-block .row .col:first-child {
        width: 60%; }
      @media (max-width: 1023px) {
        .joinour-team-block .row .col.img-col {
          display: none; } }
  .joinour-team-block .form-area {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .joinour-team-block .form-area {
        padding: 30px;
        border-radius: 10px; } }
    @media (min-width: 1024px) {
      .joinour-team-block .form-area {
        padding: 40px; } }
    .joinour-team-block .form-area input[type='text']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='tel']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='email']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='search']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='password']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='url']::-webkit-input-placeholder,
    .joinour-team-block .form-area input[type='date']::-webkit-input-placeholder,
    .joinour-team-block .form-area textarea::-webkit-input-placeholder, .joinour-team-block .form-area select::-webkit-input-placeholder, .joinour-team-block .form-area input[type='number']::-webkit-input-placeholder {
      color: #ddd; }
    .joinour-team-block .form-area input[type='text']::-moz-placeholder,
    .joinour-team-block .form-area input[type='tel']::-moz-placeholder,
    .joinour-team-block .form-area input[type='email']::-moz-placeholder,
    .joinour-team-block .form-area input[type='search']::-moz-placeholder,
    .joinour-team-block .form-area input[type='password']::-moz-placeholder,
    .joinour-team-block .form-area input[type='url']::-moz-placeholder,
    .joinour-team-block .form-area input[type='date']::-moz-placeholder,
    .joinour-team-block .form-area textarea::-moz-placeholder, .joinour-team-block .form-area select::-moz-placeholder, .joinour-team-block .form-area input[type='number']::-moz-placeholder {
      opacity: 1;
      color: #ddd; }
    .joinour-team-block .form-area input[type='text']:-moz-placeholder,
    .joinour-team-block .form-area input[type='tel']:-moz-placeholder,
    .joinour-team-block .form-area input[type='email']:-moz-placeholder,
    .joinour-team-block .form-area input[type='search']:-moz-placeholder,
    .joinour-team-block .form-area input[type='password']:-moz-placeholder,
    .joinour-team-block .form-area input[type='url']:-moz-placeholder,
    .joinour-team-block .form-area input[type='date']:-moz-placeholder,
    .joinour-team-block .form-area textarea:-moz-placeholder, .joinour-team-block .form-area select:-moz-placeholder, .joinour-team-block .form-area input[type='number']:-moz-placeholder {
      color: #ddd; }
    .joinour-team-block .form-area input[type='text']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='tel']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='email']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='search']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='password']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='url']:-ms-input-placeholder,
    .joinour-team-block .form-area input[type='date']:-ms-input-placeholder,
    .joinour-team-block .form-area textarea:-ms-input-placeholder, .joinour-team-block .form-area select:-ms-input-placeholder, .joinour-team-block .form-area input[type='number']:-ms-input-placeholder {
      color: #ddd; }
    .joinour-team-block .form-area input[type='text'].placeholder,
    .joinour-team-block .form-area input[type='tel'].placeholder,
    .joinour-team-block .form-area input[type='email'].placeholder,
    .joinour-team-block .form-area input[type='search'].placeholder,
    .joinour-team-block .form-area input[type='password'].placeholder,
    .joinour-team-block .form-area input[type='url'].placeholder,
    .joinour-team-block .form-area input[type='date'].placeholder,
    .joinour-team-block .form-area textarea.placeholder, .joinour-team-block .form-area select.placeholder, .joinour-team-block .form-area input[type='number'].placeholder {
      color: #ddd; }

.map-block {
  padding: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .map-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .map-block {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .map-block:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      content: '';
      width: 40%;
      background: url(images/dark-curve-left.png);
      background-size: 100% 100%; } }
  .map-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1024px) {
      .map-block .row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .map-block .row .col {
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .map-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .map-block .row .col {
          width: 60%; } }
      @media (min-width: 768px) {
        .map-block .row .col:nth-child(2) {
          width: 40%; } }
  .map-block .map {
    margin: 0 0 30px;
    position: relative; }
    @media (min-width: 768px) {
      .map-block .map {
        margin: 0; } }
    .map-block .map img {
      display: block;
      width: 100%; }
  .map-block .pins {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .map-block .pins .slick-slide {
      position: absolute !important;
      width: 12px !important;
      height: 12px !important;
      border-radius: 100%;
      background: #000;
      font-size: 0;
      line-height: 0;
      padding: 0;
      box-shadow: 0 0 10px #f1dd38, 0 0 10px #f1dd38, 0 0 10px #f1dd38;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      .map-block .pins .slick-slide:nth-child(1) {
        left: 82%;
        top: 84%; }
      .map-block .pins .slick-slide:nth-child(2) {
        left: 34%;
        top: 32%; }
      .map-block .pins .slick-slide:nth-child(3) {
        left: 65%;
        top: 4%; }
      .map-block .pins .slick-slide:nth-child(4) {
        left: 77%;
        top: 62%; }
      .map-block .pins .slick-slide:nth-child(5) {
        left: 67%;
        top: 89%; }
      .map-block .pins .slick-slide:nth-child(6) {
        left: 55%;
        top: 66%; }
      .map-block .pins .slick-slide:nth-child(7) {
        left: 50%;
        top: 79%; }
      .map-block .pins .slick-slide.slick-active {
        -webkit-animation: flicker 2s ease infinite;
                animation: flicker 2s ease infinite; }
    .map-block .pins .slick-list, .map-block .pins .slick-track {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: visible;
      width: 100% !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .map-block .locations-boxes {
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .map-block .locations-boxes {
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .map-block .locations-boxes {
        max-width: 400px; } }
  .map-block .location-box {
    position: static !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px 0 10px 0; }
    @media (min-width: 1024px) {
      .map-block .location-box {
        margin: 20px 40px 20px 0; } }
    @media (min-width: 1024px) {
      .map-block .location-box:nth-child(even) {
        margin: 20px 0 20px 40px; } }
    .map-block .location-box .image {
      display: block;
      position: relative;
      padding-top: 80%; }
      .map-block .location-box .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .map-block .location-box .title {
      display: block;
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      padding: 12px 20px;
      background: #f1dd38; }
  .map-block .map {
    max-width: 500px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .map-block .map {
        max-width: 380px;
        margin: 0 auto; } }

@-webkit-keyframes flicker {
  0% {
    background-color: #fff;
    box-shadow: 0 0 15px 5px #fff,0 0 15px 10px #efd20a,0 0 20px 15px #bba50f; }
  50% {
    background-color: #000;
    box-shadow: 0 0 15px 5px #757678,0 0 15px 10px #bba50f,0 0 20px 15px #efd20a; }
  100% {
    background-color: #fff;
    box-shadow: 0 0 15px 5px #fff,0 0 15px 10px #efd20a,0 0 20px 15px #bba50f; } }

@keyframes flicker {
  0% {
    background-color: #fff;
    box-shadow: 0 0 15px 5px #fff,0 0 15px 10px #efd20a,0 0 20px 15px #bba50f; }
  50% {
    background-color: #000;
    box-shadow: 0 0 15px 5px #757678,0 0 15px 10px #bba50f,0 0 20px 15px #efd20a; }
  100% {
    background-color: #fff;
    box-shadow: 0 0 15px 5px #fff,0 0 15px 10px #efd20a,0 0 20px 15px #bba50f; } }

.infographic-block {
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 0;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .infographic-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .infographic-block {
      padding: 80px 0; } }
  .infographic-block .container {
    max-width: 1300px; }
  .infographic-block h2, .infographic-block .h2 {
    text-align: center;
    margin: 0 0 40px;
    font-family: "Audiowide", sans-serif; }
    .infographic-block h2 span, .infographic-block .h2 span {
      color: #f1dd38; }
  .infographic-block .main-image {
    margin: 0 auto 20px;
    max-width: 500px; }
    @media (min-width: 1024px) {
      .infographic-block .main-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 375px;
        width: 340px;
        max-width: none; } }
    @media (min-width: 1200px) {
      .infographic-block .main-image {
        width: 380px; } }
    @media (min-width: 1360px) {
      .infographic-block .main-image {
        width: 440px; } }
  .infographic-block .infographic-holder {
    position: relative;
    min-height: 400px; }
  .infographic-block .features {
    margin: 0 0 -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .infographic-block .features {
        margin: 0 0 -30px; } }
    @media (min-width: 1024px) {
      .infographic-block .features {
        margin: 0 0 -50px; } }
    .infographic-block .features li {
      margin: 0 0 10px;
      width: 100%; }
      @media (min-width: 768px) {
        .infographic-block .features li {
          width: 48%;
          margin: 0 0 30px; } }
      @media (min-width: 1024px) {
        .infographic-block .features li {
          margin: 0 0 50px;
          width: 34%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: 180px; } }
      @media (min-width: 1200px) {
        .infographic-block .features li {
          min-height: 195px; } }
      @media (max-width: 1023px) {
        .infographic-block .features li {
          border: solid 1px #f1dd38;
          padding: 20px;
          background: rgba(0, 0, 0, 0.5); } }
      .infographic-block .features li:nth-child(even) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .infographic-block .features li:nth-child(even) .text:before {
          left: auto;
          right: 100%;
          margin: 0 -7px 0 0;
          -webkit-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
                  transform: rotate(-30deg); }
      .infographic-block .features li .text {
        position: relative; }
        @media (min-width: 1024px) {
          .infographic-block .features li .text {
            max-width: 260px;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; } }
        @media (min-width: 1200px) {
          .infographic-block .features li .text {
            max-width: 300px; } }
        @media (min-width: 1024px) {
          .infographic-block .features li .text:before {
            position: absolute;
            left: 100%;
            top: 56px;
            margin: 0 0 0 -7px;
            content: '';
            height: 3px;
            background: #f1dd38;
            width: 60px;
            -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                    transform: rotate(30deg); } }
        @media (min-width: 1200px) {
          .infographic-block .features li .text:before {
            width: 100px;
            top: 67px; } }
      .infographic-block .features li:nth-child(3) .text:before {
        top: 28px;
        -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg); }
        @media (min-width: 1200px) {
          .infographic-block .features li:nth-child(3) .text:before {
            top: 17px; } }
      .infographic-block .features li:nth-child(4) .text:before {
        top: 28px;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
        @media (min-width: 1200px) {
          .infographic-block .features li:nth-child(4) .text:before {
            top: 17px; } }
      .infographic-block .features li .heading {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px; }
        @media (min-width: 1024px) {
          .infographic-block .features li .heading {
            padding: 0 0 10px;
            border-bottom: solid 2px #f1dd38; } }
        @media (min-width: 1024px) {
          .infographic-block .features li .heading {
            margin: 0 0 20px;
            padding: 0 0 20px;
            border-bottom: solid 3px #f1dd38; } }
        @media (min-width: 1200px) {
          .infographic-block .features li .heading {
            font-size: 20px;
            line-height: 22px; } }
      .infographic-block .features li p {
        margin: 0; }
        .infographic-block .features li p a {
          color: #f1dd38;
          text-decoration: none; }
          .infographic-block .features li p a:hover {
            color: #fff; }

.page-t-vac-midi-track .twocols-content .row, .page-32t-8-wheel-vacuum-excavator .twocols-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.glossary-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .glossary-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .glossary-block {
      padding: 80px 0; } }
  .glossary-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .glossary-block .section-letter {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 20px 0 0;
    width: 30px; }
    @media (min-width: 576px) {
      .glossary-block .section-letter {
        margin: 0 20px 0 0;
        width: 30px; } }
    @media (min-width: 768px) {
      .glossary-block .section-letter {
        margin: 0 30px 0 0;
        width: 50px; } }
  .glossary-block .text-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 1024px) {
    .glossary-block h4 {
      font-size: 24px; } }
  .glossary-block .post {
    margin: 0 0 30px; }
    .glossary-block .post p {
      margin: 0; }
    .glossary-block .post h4 {
      margin: 0 0 6px; }
      .glossary-block .post h4 a {
        text-decoration: none; }
        .glossary-block .post h4 a:hover {
          color: #f1dd38; }
    .glossary-block .post .highlight {
      background: #f1dd38; }
  .glossary-block .content {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px; }
    .glossary-block .content:last-of-type {
      margin-bottom: 0;
      border-bottom: 0; }

.alphabet-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .alphabet-nav ul a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin: 0 5px; }
    .alphabet-nav ul a:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px;
      content: '';
      height: 1px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      background: #f1dd38; }
    .alphabet-nav ul a:hover:before {
      opacity: 1; }

.glossary-search {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .glossary-search .icon-search {
    position: absolute;
    left: 20px;
    top: 21px;
    z-index: 1; }
  .glossary-search .icon-times {
    position: absolute;
    right: 20px;
    top: 21px;
    z-index: 1; }
  .glossary-search input {
    padding-left: 50px;
    padding-right: 50px; }

.details-holder + .author-info {
  margin-top: 50px; }

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FAFAFA;
  padding: 20px;
  margin: 0 0 30px; }
  @media (min-width: 576px) {
    .author-info {
      padding: 30px;
      margin: 0 0 70px; } }
  .author-info .image {
    width: 90px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 0; }
    @media (min-width: 576px) {
      .author-info .image {
        width: 100px;
        height: 100px;
        margin: 0 22px 0 0; } }
  .author-info .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    font-weight: 700;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .author-info .heading {
        font-size: 20px;
        margin: 0 0 6px; } }
    .author-info .heading a {
      text-decoration: none; }
      .author-info .heading a:hover {
        color: #f1dd38; }
  .author-info .title {
    color: #AAA;
    font-size: 12px;
    display: block; }
    @media (min-width: 576px) {
      .author-info .title {
        font-size: 14px;
        margin: 0 0 3px; } }
  .author-info .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -2px;
    font-size: 12px; }
    .author-info .social-networks li {
      margin: 0 2px; }
      .author-info .social-networks li + li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .author-info .social-networks li + li:before {
          content: '|';
          margin: 0 10px 0 6px;
          color: #CBD5DD; }
      .author-info .social-networks li a {
        color: #f1dd38;
        width: auto;
        height: auto;
        display: block;
        background: none;
        text-decoration: none;
        font-size: 16px; }
        .author-info .social-networks li a:before {
          position: static;
          display: block;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        .author-info .social-networks li a:hover {
          color: #f1dd38 !important; }
        .author-info .social-networks li a.icon-icon-email {
          font-size: 14px; }

.content-slide {
  display: none; }

.form-col .form-area {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .form-col .form-area {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 1024px) {
    .form-col .form-area {
      margin: 0 0 -470px; } }
  @media (min-width: 1200px) {
    .form-col .form-area {
      margin: 0 0 -470px; } }
  .form-col .form-area .form-title {
    background: #f1dd38;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
    color: #000;
    position: relative;
    font-family: "Audiowide", sans-serif;
    font-weight: 400; }
    @media (min-width: 576px) {
      .form-col .form-area .form-title {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 20px; } }
    @media (min-width: 1360px) {
      .form-col .form-area .form-title {
        font-size: 22px;
        line-height: 26px; } }
    @media (min-width: 1600px) {
      .form-col .form-area .form-title {
        padding: 14px 20px; } }
    .form-col .form-area .form-title:before {
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #f1dd38 transparent transparent transparent; }
  .form-col .form-area .form-note {
    display: block;
    text-align: center;
    background: #e6eced;
    font-weight: 400;
    padding: 14px 20px;
    font-size: 16px; }
    @media (min-width: 1600px) {
      .form-col .form-area .form-note {
        padding: 16px 40px; } }
    @media (max-width: 1359px) {
      .form-col .form-area .form-note {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .form-col .form-area .form-note {
        font-size: 14px;
        padding: 14px 20px; } }

.form-col .form-area ul, .form-col .form-area .gform_fields {
  padding: 0;
  list-style: none;
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .form-col .form-area ul li, .form-col .form-area ul .gfield, .form-col .form-area .gform_fields li, .form-col .form-area .gform_fields .gfield {
    width: 100%;
    padding: 0 8px 15px; }
    @media (min-width: 768px) {
      .form-col .form-area ul li, .form-col .form-area ul .gfield, .form-col .form-area .gform_fields li, .form-col .form-area .gform_fields .gfield {
        padding: 0 12px 15px; } }
    @media (min-width: 1600px) {
      .form-col .form-area ul li, .form-col .form-area ul .gfield, .form-col .form-area .gform_fields li, .form-col .form-area .gform_fields .gfield {
        padding: 0 12px 20px; } }
    .form-col .form-area ul li.small, .form-col .form-area ul .gfield.small, .form-col .form-area .gform_fields li.small, .form-col .form-area .gform_fields .gfield.small {
      width: 100%; }
      @media (min-width: 768px) {
        .form-col .form-area ul li.small, .form-col .form-area ul .gfield.small, .form-col .form-area .gform_fields li.small, .form-col .form-area .gform_fields .gfield.small {
          width: 50%; } }
    @media (min-width: 768px) {
      .form-col .form-area ul li.extra-small, .form-col .form-area ul .gfield.extra-small, .form-col .form-area .gform_fields li.extra-small, .form-col .form-area .gform_fields .gfield.extra-small {
        width: 33.33%; }
      .form-col .form-area ul li.medium, .form-col .form-area ul .gfield.medium, .form-col .form-area .gform_fields li.medium, .form-col .form-area .gform_fields .gfield.medium {
        width: 66.66%; } }

.form-col .form-area form {
  position: relative;
  z-index: 1; }

.form-col .form-area .gfield_label {
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 4px;
  font-size: 14px; }
  @media (min-width: 1600px) {
    .form-col .form-area .gfield_label {
      font-size: 16px; } }

.form-col .form-area input[type="submit"] {
  width: 100%;
  background: #e50675;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 0;
  min-height: 60px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .form-col .form-area input[type="submit"] {
      margin-top: 20px;
      font-size: 20px; } }
  @media (min-width: 1600px) {
    .form-col .form-area input[type="submit"] {
      max-width: 680px; } }
  .form-col .form-area input[type="submit"]:hover {
    background: #9a044f; }

.form-col .form-area input[type="file"] {
  width: 100%; }

.form-col .form-area .custom-checkboxes legend, .form-col .form-area .gfield--type-consent legend {
  font-size: 24px;
  line-height: 27px;
  display: block;
  font-weight: 500;
  margin: 0 0 20px; }

.form-col .form-area .consent, .form-col .form-area .gfield--type-consent {
  max-width: 743px; }
  .form-col .form-area .consent legend, .form-col .form-area .gfield--type-consent legend {
    display: none; }
  .form-col .form-area .consent .ginput_container_consent input, .form-col .form-area .gfield--type-consent .ginput_container_consent input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .form-col .form-area .consent .ginput_container_consent input:checked ~ label:before, .form-col .form-area .gfield--type-consent .ginput_container_consent input:checked ~ label:before {
    opacity: 1; }
  .form-col .form-area .consent .ginput_container_consent label, .form-col .form-area .gfield--type-consent .ginput_container_consent label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 1600px) {
      .form-col .form-area .consent .ginput_container_consent label, .form-col .form-area .gfield--type-consent .ginput_container_consent label {
        font-size: 13px;
        line-height: 19px; } }
    .form-col .form-area .consent .ginput_container_consent label:after, .form-col .form-area .gfield--type-consent .ginput_container_consent label:after {
      position: absolute;
      left: 0;
      top: 4px;
      width: 24px;
      height: 24px;
      border: solid 1px #c4c4c4;
      content: '';
      border-radius: 3px;
      cursor: pointer;
      background: none; }
    .form-col .form-area .consent .ginput_container_consent label:before, .form-col .form-area .gfield--type-consent .ginput_container_consent label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 12px;
      height: 6px;
      border: solid 2px #000;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 12px 0 0 6px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1; }
    .form-col .form-area .consent .ginput_container_consent label a, .form-col .form-area .gfield--type-consent .ginput_container_consent label a {
      color: #000;
      text-decoration: underline; }
      .form-col .form-area .consent .ginput_container_consent label a:hover, .form-col .form-area .gfield--type-consent .ginput_container_consent label a:hover {
        text-decoration: none; }

.form-col .form-area .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  text-align: left;
  font-size: 17px;
  line-height: 27px; }
  @media (min-width: 1024px) {
    .form-col .form-area .gfield_checkbox {
      font-size: 18px; } }
  .form-col .form-area .gfield_checkbox .gchoice {
    width: calc(100% - 24px);
    margin: 0 10px 12px;
    position: relative;
    padding-left: 34px; }
    @media (min-width: 576px) {
      .form-col .form-area .gfield_checkbox .gchoice {
        width: calc(50% - 24px); } }
    .form-col .form-area .gfield_checkbox .gchoice input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
    .form-col .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
      opacity: 1; }
    .form-col .form-area .gfield_checkbox .gchoice label {
      display: block;
      cursor: pointer; }
      .form-col .form-area .gfield_checkbox .gchoice label:after {
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        border: solid 1px #fff;
        content: '';
        border-radius: 3px;
        cursor: pointer; }
      .form-col .form-area .gfield_checkbox .gchoice label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 12px;
        height: 6px;
        border: solid 2px #fff;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: 10px 0 0 6px;
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        z-index: 1; }

.form-col .form-area input[type='text'], .form-col .form-area input[type='tel'], .form-col .form-area input[type='email'], .form-col .form-area input[type='search'], .form-col .form-area input[type='password'], .form-col .form-area input[type='url'], .form-col .form-area input[type='date'], .form-col .form-area textarea, .form-col .form-area select, .form-col .form-area input[type='number'] {
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 16px !important;
  line-height: 20px;
  border: solid 1px #c4c4c4;
  padding: 14px 20px !important;
  border-radius: 8px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin: 0; }
  .form-col .form-area input[type='text']::-webkit-input-placeholder, .form-col .form-area input[type='tel']::-webkit-input-placeholder, .form-col .form-area input[type='email']::-webkit-input-placeholder, .form-col .form-area input[type='search']::-webkit-input-placeholder, .form-col .form-area input[type='password']::-webkit-input-placeholder, .form-col .form-area input[type='url']::-webkit-input-placeholder, .form-col .form-area input[type='date']::-webkit-input-placeholder, .form-col .form-area textarea::-webkit-input-placeholder, .form-col .form-area select::-webkit-input-placeholder, .form-col .form-area input[type='number']::-webkit-input-placeholder {
    color: #999; }
  .form-col .form-area input[type='text']::-moz-placeholder, .form-col .form-area input[type='tel']::-moz-placeholder, .form-col .form-area input[type='email']::-moz-placeholder, .form-col .form-area input[type='search']::-moz-placeholder, .form-col .form-area input[type='password']::-moz-placeholder, .form-col .form-area input[type='url']::-moz-placeholder, .form-col .form-area input[type='date']::-moz-placeholder, .form-col .form-area textarea::-moz-placeholder, .form-col .form-area select::-moz-placeholder, .form-col .form-area input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #999; }
  .form-col .form-area input[type='text']:-moz-placeholder, .form-col .form-area input[type='tel']:-moz-placeholder, .form-col .form-area input[type='email']:-moz-placeholder, .form-col .form-area input[type='search']:-moz-placeholder, .form-col .form-area input[type='password']:-moz-placeholder, .form-col .form-area input[type='url']:-moz-placeholder, .form-col .form-area input[type='date']:-moz-placeholder, .form-col .form-area textarea:-moz-placeholder, .form-col .form-area select:-moz-placeholder, .form-col .form-area input[type='number']:-moz-placeholder {
    color: #999; }
  .form-col .form-area input[type='text']:-ms-input-placeholder, .form-col .form-area input[type='tel']:-ms-input-placeholder, .form-col .form-area input[type='email']:-ms-input-placeholder, .form-col .form-area input[type='search']:-ms-input-placeholder, .form-col .form-area input[type='password']:-ms-input-placeholder, .form-col .form-area input[type='url']:-ms-input-placeholder, .form-col .form-area input[type='date']:-ms-input-placeholder, .form-col .form-area textarea:-ms-input-placeholder, .form-col .form-area select:-ms-input-placeholder, .form-col .form-area input[type='number']:-ms-input-placeholder {
    color: #999; }
  .form-col .form-area input[type='text'].placeholder, .form-col .form-area input[type='tel'].placeholder, .form-col .form-area input[type='email'].placeholder, .form-col .form-area input[type='search'].placeholder, .form-col .form-area input[type='password'].placeholder, .form-col .form-area input[type='url'].placeholder, .form-col .form-area input[type='date'].placeholder, .form-col .form-area textarea.placeholder, .form-col .form-area select.placeholder, .form-col .form-area input[type='number'].placeholder {
    color: #999; }

.form-col .form-area textarea {
  height: 95px !important; }

.form-col .form-area .gform_heading .gform_required_legend {
  display: none; }

.form-col .form-area .gfield_required_asterisk, .form-col .form-area .gfield_required {
  color: #f00; }

.form-col .form-area .validation_error {
  margin: 0 0 10px; }

.form-col .form-area .gfield .validation_message {
  display: none; }

.form-col .form-area .gfield_error input, .form-col .form-area .gfield_error textarea, .form-col .form-area .gfield_error select {
  border-color: #f00 !important; }

.form-col .form-area .gform_footer {
  text-align: center; }

.form-col .form-area .gform_not_found {
  display: none; }

.form-col .form-area .gform_validation_errors {
  display: none !important; }

.form-col .form-area .gform_wrapper {
  margin: 0; }

.form-col .form-area .gform_wrapper.gravity-theme .gform_fields {
  display: block; }

@-webkit-keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
            transform: scale3d(1.04, 1.04, 1.04); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
            transform: scale3d(1.04, 1.04, 1.04); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.form-col .main-form-holder {
  padding: 20px 30px 30px; }
  @media (min-width: 1200px) {
    .form-col .main-form-holder {
      padding: 30px 30px; } }

.hero-block.landing .caption {
  min-height: 350px;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1024px) {
  .hero-block.landing .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.hero-block.landing .container .caption-holder {
  font-size: 16px; }
  @media (min-width: 768px) {
    .hero-block.landing .container .caption-holder {
      background: none;
      padding: 0; } }
  @media (min-width: 1024px) {
    .hero-block.landing .container .caption-holder {
      padding: 0 0 40px; } }
  @media (min-width: 1200px) {
    .hero-block.landing .container .caption-holder {
      font-size: 17px;
      padding: 0 0 40px; } }
  @media (min-width: 1500px) {
    .hero-block.landing .container .caption-holder {
      font-size: 20px; } }
  .hero-block.landing .container .caption-holder h1, .hero-block.landing .container .caption-holder .h1 {
    font-size: 30px;
    line-height: 40px; }
    @media (min-width: 1200px) {
      .hero-block.landing .container .caption-holder h1, .hero-block.landing .container .caption-holder .h1 {
        font-size: 33px;
        line-height: 46px; } }
  .hero-block.landing .container .caption-holder ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .hero-block.landing .container .caption-holder ul li {
      position: relative;
      padding: 0 0 6px 35px; }
      @media (min-width: 1500px) {
        .hero-block.landing .container .caption-holder ul li {
          padding: 0 0 10px 40px; } }
      .hero-block.landing .container .caption-holder ul li:before {
        content: '';
        width: 20px;
        height: 26px;
        background: url(images/check.svg);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0; }
        @media (min-width: 1500px) {
          .hero-block.landing .container .caption-holder ul li:before {
            width: 26px;
            height: 30px; } }

@media (min-width: 768px) {
  .hero-block.landing .container .form-col {
    margin: 30px 0 0; } }

@media (min-width: 1024px) {
  .hero-block.landing .container .form-col {
    width: 400px;
    margin: 0 0 0 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 1360px) {
  .hero-block.landing .container .form-col {
    width: 460px;
    margin: 0 0 0 40px; } }

@media (min-width: 1440px) {
  .hero-block.landing .container .form-col {
    width: 527px;
    margin: 0 0 0 40px; } }

.twocols-content.v3 {
  padding-top: 40px;
  overflow: visible; }
  @media (min-width: 1024px) {
    .twocols-content.v3 .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      margin: 0; } }
  .twocols-content.v3 .row .col {
    position: relative; }
    @media (min-width: 1024px) {
      .twocols-content.v3 .row .col {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto;
        padding: 0; } }
    @media (min-width: 1024px) {
      .twocols-content.v3 .row .col:nth-child(2) {
        width: 400px;
        margin: 340px 0 0 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (min-width: 1360px) {
      .twocols-content.v3 .row .col:nth-child(2) {
        width: 460px;
        margin: 380px 0 0 40px; } }
    @media (min-width: 1440px) {
      .twocols-content.v3 .row .col:nth-child(2) {
        width: 527px;
        margin: 370px 0 0 40px; } }
    @media (min-width: 1600px) {
      .twocols-content.v3 .row .col:nth-child(2) {
        margin: 390px 0 0 40px; } }

.twocols-content .content-icon {
  margin: 0 auto 20px;
  z-index: 100;
  width: 120px;
  height: 100px;
  background: url(images/icon-shape.png);
  background-size: 100% 100%;
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .twocols-content .content-icon {
      position: absolute;
      right: 0;
      top: -110px;
      margin: 0; } }
  @media (min-width: 1200px) {
    .twocols-content .content-icon {
      top: -137px;
      z-index: 100;
      width: 150px;
      height: 130px; } }
  @media (min-width: 1360px) {
    .twocols-content .content-icon {
      top: -140px; } }
  .twocols-content .content-icon .icon-holder {
    max-width: 35px;
    display: block;
    margin: 0 auto 10px; }
    @media (min-width: 1200px) {
      .twocols-content .content-icon .icon-holder {
        max-width: 50px; } }
    .twocols-content .content-icon .icon-holder img {
      display: block;
      width: 100%; }
  .twocols-content .content-icon .title {
    font-family: "Audiowide", sans-serif; }

.quotes-slider-holder {
  position: relative;
  background: #191a1e;
  color: #fff;
  padding: 30px 40px;
  text-align: center;
  margin: 0 0 30px;
  font-size: 14px; }
  @media (min-width: 576px) {
    .quotes-slider-holder {
      padding: 30px 60px;
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .quotes-slider-holder {
      margin: 0 0 50px; } }
  .quotes-slider-holder:before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 0 -12px;
    content: '';
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #191a1e transparent; }
    @media (min-width: 1024px) {
      .quotes-slider-holder:before {
        left: 40px;
        margin: 0; } }
  .quotes-slider-holder .quote q {
    quotes: none; }
  .quotes-slider-holder .quote cite {
    font-weight: 600;
    font-style: normal;
    display: block;
    margin: 8px 0 0; }
  .quotes-slider-holder .slick-track {
    width: 100% !important; }
    .quotes-slider-holder .slick-track .slide {
      width: 100% !important;
      left: 0 !important;
      top: 0 !important;
      position: absolute !important; }
      .quotes-slider-holder .slick-track .slide.slick-active {
        position: relative !important; }
    .quotes-slider-holder .slick-track .stars {
      text-align: center;
      display: block;
      max-width: 117px;
      margin: 0 auto 10px; }
  .quotes-slider-holder .slick-arrow {
    color: #fff;
    margin: 0 -30px; }
    .quotes-slider-holder .slick-arrow:hover {
      color: #f1dd38; }

.open-close {
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .open-close {
      margin: 0 0 50px; } }
  .open-close .text-slide {
    display: none; }
  .open-close .read-more {
    font-weight: 600; }
    .open-close .read-more em {
      display: none;
      font-style: normal; }
  .open-close.text-slide-active .read-more em {
    display: inline; }
  .open-close.text-slide-active .read-more span {
    display: none; }

.play-icon {
  height: 70px;
  width: 70px;
  background: #f1dd38;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
  .play-icon span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #0C0A10;
    margin: 0 0 0 4px; }

.play-icon:before,
.play-icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f1dd38;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7; }

.play-icon:before {
  -webkit-animation: pulse 2s ease-out infinite;
          animation: pulse 2s ease-out infinite; }

.play-icon:after {
  -webkit-animation: pulse 2s 1s ease-out infinite;
          animation: pulse 2s 1s ease-out infinite; }

@-webkit-keyframes pulse {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.application-block {
  border-bottom: solid 1px #F1F1F1;
  padding: 40px 0 20px; }
  @media (min-width: 768px) {
    .application-block {
      padding: 60px 0 30px; } }
  @media (min-width: 1024px) {
    .application-block {
      padding: 80px 0; } }
  .application-block.bg-gray {
    background: #FAFAFA; }
    .application-block.bg-gray .form-area {
      background: #fff; }
  .application-block .form-area {
    margin: 0 0 20px;
    border-radius: 0;
    border: solid 1px #ccc;
    background: #FAFAFA;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .application-block .form-area {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .application-block .form-area {
        margin: 0; } }
    .application-block .form-area .gfield_label {
      font-weight: 600; }
    .application-block .form-area input[type="submit"] {
      width: auto; }
    .application-block .form-area textarea {
      height: 120px !important; }
  .application-block .contact-information li address br {
    display: none; }
  .application-block h3 {
    font-size: 20px;
    margin: 0; }
    .application-block h3.gsection_title {
      font-size: 18px;
      margin: 0;
      padding: 0 0 20px;
      border-bottom: solid 1px #ccc; }
  .application-block h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0; }
  .application-block .container {
    max-width: 1100px; }

.gform-loader {
  display: none !important; }

.gf_progressbar_title {
  text-align: center;
  font-weight: 700;
  font-size: 20px; }

.gf_progressbar {
  background: #ccc;
  height: 12px;
  border-radius: 8px;
  margin: 20px 20px 25px;
  max-width: 600px;
  position: relative; }

@media (min-width: 576px) {
  .gf_progressbar {
    margin: 5px auto 20px; } }

@media (min-width: 768px) {
  .gf_progressbar {
    margin: 25px auto 30px; } }

@media (min-width: 1200px) {
  .gf_progressbar {
    height: 16px; } }

.gf_progressbar .gf_progressbar_percentage {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f1dd38;
  border-radius: 8px;
  overflow: hidden; }

.gf_progressbar .gf_progressbar_percentage:after {
  position: absolute;
  left: -50px;
  top: 0;
  right: 0;
  height: 100%;
  content: '';
  background-size: 56px 56px;
  -webkit-animation: wide 1s linear infinite;
  animation: wide 1s linear infinite;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px);
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px); }

.gf_progressbar:hover .gf_progressbar_percentage:after {
  opacity: 0; }

.gf_progressbar span {
  position: absolute;
  right: 8px;
  top: 0px;
  margin: 0;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700; }

@-webkit-keyframes wide {
  from {
    background-position: 0 0; }
  to {
    background-position: 56px 0; } }

@keyframes wide {
  from {
    background-position: 0 0; }
  to {
    background-position: 56px 0; } }

.gform_next_button {
  min-width: 150px; }
  @media (min-width: 768px) {
    .gform_next_button {
      min-width: 200px; } }

.gform-page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .gform-page-footer button {
    min-width: 180px; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@keyframes rotating {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

.proxwheel-block {
  padding: 60px 20px 30px;
  overflow: hidden; }
  @media (min-width: 576px) {
    .proxwheel-block {
      padding: 80px 20px 30px; } }
  @media (min-width: 1024px) {
    .proxwheel-block {
      padding: 80px 20px; } }
  .proxwheel-block .row {
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .proxwheel-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .proxwheel-block .row .col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1024px) {
        .proxwheel-block .row .col.sidebar {
          width: 350px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-box-flex: inherit;
              -ms-flex-positive: inherit;
                  flex-grow: inherit; } }
      @media (min-width: 1360px) {
        .proxwheel-block .row .col.sidebar {
          width: 400px; } }
  .proxwheel-block .instruction-box {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .proxwheel-block .instruction-box {
        margin: 20px 0 20px 30px; } }
    @media (min-width: 1360px) {
      .proxwheel-block .instruction-box {
        padding: 30px; } }
    .proxwheel-block .instruction-box h3 {
      font-size: 20px; }
      @media (min-width: 1360px) {
        .proxwheel-block .instruction-box h3 {
          font-size: 22px; } }
    .proxwheel-block .instruction-box .slide {
      display: none; }
      .proxwheel-block .instruction-box .slide.point-3 {
        display: block; }
    .proxwheel-block .instruction-box.active-5 .slide.point-1, .proxwheel-block .instruction-box.active-2 .slide.point-1 {
      display: block; }
    .proxwheel-block .instruction-box.active-5 .slide.point-3, .proxwheel-block .instruction-box.active-2 .slide.point-3 {
      display: none; }
    .proxwheel-block .instruction-box.active-3 .slide.point-2, .proxwheel-block .instruction-box.active-4 .slide.point-2 {
      display: block; }
    .proxwheel-block .instruction-box.active-3 .slide.point-3, .proxwheel-block .instruction-box.active-4 .slide.point-3 {
      display: none; }
    .proxwheel-block .instruction-box.active-1 .slide.point-3, .proxwheel-block .instruction-box.active-6 .slide.point-3 {
      display: block; }
    .proxwheel-block .instruction-box.active-7 .slide.point-4 {
      display: block; }
    .proxwheel-block .instruction-box.active-7 .slide.point-3 {
      display: none; }
    .proxwheel-block .instruction-box.active-8 .slide.point-5 {
      display: block; }
    .proxwheel-block .instruction-box.active-8 .slide.point-3 {
      display: none; }
    .proxwheel-block .instruction-box.active-9 .slide.point-6 {
      display: block; }
    .proxwheel-block .instruction-box.active-9 .slide.point-3 {
      display: none; }

.proxwheel-holder {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto 50px;
  border-radius: 100%; }
  @media (min-width: 480px) {
    .proxwheel-holder {
      width: 420px;
      height: 420px; } }
  @media (min-width: 576px) {
    .proxwheel-holder {
      width: 480px;
      height: 480px;
      margin: 0 auto 100px; } }
  @media (min-width: 768px) {
    .proxwheel-holder {
      width: 580px;
      height: 580px; } }
  @media (min-width: 1024px) {
    .proxwheel-holder {
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .proxwheel-holder {
      width: 680px;
      height: 680px; } }
  .proxwheel-holder:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    content: '';
    background: url(images/arrows.png);
    background-size: 100% 100%;
    z-index: 1;
    -webkit-animation: rotating alternate 1s infinite;
            animation: rotating alternate 1s infinite; }
  .proxwheel-holder .paths {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 5; }
    .proxwheel-holder .paths.active-1 {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .proxwheel-holder .paths.active-2 {
      -webkit-transform: rotate(-40deg);
          -ms-transform: rotate(-40deg);
              transform: rotate(-40deg); }
    .proxwheel-holder .paths.active-3 {
      -webkit-transform: rotate(-80deg);
          -ms-transform: rotate(-80deg);
              transform: rotate(-80deg); }
    .proxwheel-holder .paths.active-4 {
      -webkit-transform: rotate(-120deg);
          -ms-transform: rotate(-120deg);
              transform: rotate(-120deg); }
    .proxwheel-holder .paths.active-5 {
      -webkit-transform: rotate(-160deg);
          -ms-transform: rotate(-160deg);
              transform: rotate(-160deg); }
    .proxwheel-holder .paths.active-6 {
      -webkit-transform: rotate(-200deg);
          -ms-transform: rotate(-200deg);
              transform: rotate(-200deg); }
    .proxwheel-holder .paths.active-7 {
      -webkit-transform: rotate(-240deg);
          -ms-transform: rotate(-240deg);
              transform: rotate(-240deg); }
    .proxwheel-holder .paths.active-8 {
      -webkit-transform: rotate(-280deg);
          -ms-transform: rotate(-280deg);
              transform: rotate(-280deg); }
    .proxwheel-holder .paths.active-9 {
      -webkit-transform: rotate(-320deg);
          -ms-transform: rotate(-320deg);
              transform: rotate(-320deg); }
    .proxwheel-holder .paths a {
      position: absolute;
      left: 34.3333%;
      top: -7.1%;
      width: 30%;
      height: 28%;
      z-index: 1;
      -webkit-clip-path: url(#shape1);
      clip-path: url(#shape1);
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
    .proxwheel-holder .paths li:nth-child(2) a {
      left: 62.5%;
      top: 2.4%;
      -webkit-transform: rotate(80deg);
          -ms-transform: rotate(80deg);
              transform: rotate(80deg); }
    .proxwheel-holder .paths li:nth-child(3) a {
      left: 77.5%;
      top: 27.8%;
      -webkit-transform: rotate(120deg);
          -ms-transform: rotate(120deg);
              transform: rotate(120deg); }
    .proxwheel-holder .paths li:nth-child(4) a {
      left: 72.8%;
      top: 57.1%;
      -webkit-transform: rotate(160deg);
          -ms-transform: rotate(160deg);
              transform: rotate(160deg); }
    .proxwheel-holder .paths li:nth-child(5) a {
      left: 50.5%;
      top: 76.4%;
      -webkit-transform: rotate(200deg);
          -ms-transform: rotate(200deg);
              transform: rotate(200deg); }
    .proxwheel-holder .paths li:nth-child(6) a {
      left: 20.85%;
      top: 76.8%;
      -webkit-transform: rotate(240deg);
          -ms-transform: rotate(240deg);
              transform: rotate(240deg); }
    .proxwheel-holder .paths li:nth-child(7) a {
      left: -2.1%;
      top: 58%;
      -webkit-transform: rotate(280deg);
          -ms-transform: rotate(280deg);
              transform: rotate(280deg); }
    .proxwheel-holder .paths li:nth-child(8) a {
      left: -7.7%;
      top: 29%;
      -webkit-transform: rotate(320deg);
          -ms-transform: rotate(320deg);
              transform: rotate(320deg); }
    .proxwheel-holder .paths li:nth-child(9) a {
      left: 6.9%;
      top: 3.2%;
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg); }
  .proxwheel-holder .main-wheel {
    position: relative;
    -webkit-transition: linear 0.5s;
    transition: linear 0.5s; }
    .proxwheel-holder .main-wheel img {
      display: block;
      width: 100%;
      height: 100%; }
    .proxwheel-holder .main-wheel.active-1 {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .proxwheel-holder .main-wheel.active-2 {
      -webkit-transform: rotate(-40deg);
          -ms-transform: rotate(-40deg);
              transform: rotate(-40deg); }
    .proxwheel-holder .main-wheel.active-3 {
      -webkit-transform: rotate(-80deg);
          -ms-transform: rotate(-80deg);
              transform: rotate(-80deg); }
    .proxwheel-holder .main-wheel.active-4 {
      -webkit-transform: rotate(-120deg);
          -ms-transform: rotate(-120deg);
              transform: rotate(-120deg); }
    .proxwheel-holder .main-wheel.active-5 {
      -webkit-transform: rotate(-160deg);
          -ms-transform: rotate(-160deg);
              transform: rotate(-160deg); }
    .proxwheel-holder .main-wheel.active-6 {
      -webkit-transform: rotate(-200deg);
          -ms-transform: rotate(-200deg);
              transform: rotate(-200deg); }
    .proxwheel-holder .main-wheel.active-7 {
      -webkit-transform: rotate(-240deg);
          -ms-transform: rotate(-240deg);
              transform: rotate(-240deg); }
    .proxwheel-holder .main-wheel.active-8 {
      -webkit-transform: rotate(-280deg);
          -ms-transform: rotate(-280deg);
              transform: rotate(-280deg); }
    .proxwheel-holder .main-wheel.active-9 {
      -webkit-transform: rotate(-320deg);
          -ms-transform: rotate(-320deg);
              transform: rotate(-320deg); }
  .proxwheel-holder .cover-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
    width: 76.5%;
    height: 76.5%;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transition: linear 0.5s;
    transition: linear 0.5s; }
    .proxwheel-holder .cover-mask img {
      display: block;
      width: 100%;
      height: 100%; }

.masked-svg {
  position: absolute;
  width: 0;
  height: 0; }

.ui-widget {
  font-size: 13px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  width: 300px; }

.ui-datepicker {
  z-index: 1000 !important;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  display: none; }
  .ui-datepicker table {
    width: 100%;
    margin-bottom: 0; }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker th {
    font-weight: 600;
    background: #fff;
    color: #000;
    text-align: center; }
  .ui-datepicker th, .ui-datepicker td {
    padding: 0;
    border: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: 0;
    overflow: hidden;
    padding: 0.625rem 0 0.625rem;
    position: relative;
    font-weight: 700;
    color: #000; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  border: 0;
  height: auto;
  width: auto;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 16px;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }
  .ui-datepicker .ui-datepicker-prev:after,
  .ui-datepicker .ui-datepicker-next:after {
    content: "";
    width: 11px;
    height: 15px;
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300588B' viewBox='0 0 11 16'%3e%3cpath d='M8.5 16l1.866-1.867L4.233 8l6.133-6.133L8.5 0l-8 8z'/%3e%3c/svg%3e");
    background-size: 100% 100%; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.8; }

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0.9375rem; }
  .ui-datepicker .ui-datepicker-next:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.ui-datepicker-title {
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .ui-datepicker-title select {
    padding: 4px 8px;
    height: auto;
    background-size: 26px 25px;
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #e3e3e3;
    margin: 0 5px; }
    .ui-datepicker-title select:focus {
      border-color: #e3e3e3; }

.ui-state-default {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  border: 0;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #000;
  border-radius: 100%; }
  .ui-state-default.ui-state-hover, .ui-state-default.ui-state-highlight, .ui-state-default.ui-state-active {
    background: #f1dd38;
    color: #fff; }

.ui-datepicker-other-month .ui-state-default {
  color: rgba(0, 0, 0, 0.1); }

.ui-datepicker-other-month.ui-datepicker-current-day .ui-state-default {
  background: #f1dd38;
  color: #fff; }
.twocols-content.single .slider-for .image {
  padding-top: 80%; }
  .twocols-content.single .slider-for .image:before {
    display: none; }

.twocols-content.single .slider-nav .image:before {
  display: none; }

.twocols-content.single:after {
  display: none; }

.twocols-content.single .slick-arrow {
  width: 40px;
  height: 40px;
  background: #f1dd38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*15-07-2025*/
.proxwheel-block h2, .proxwheel-block .h2 {
  margin: 0 0 30px;
  font-family: "Audiowide", sans-serif;
  text-align: center; }
  @media (min-width: 768px) {
    .proxwheel-block h2, .proxwheel-block .h2 {
      margin: 0 0 40px; } }
  .proxwheel-block h2 span, .proxwheel-block .h2 span {
    color: #f1dd38; }

.hero-block .btns-holder .tel, .howitworks-block .btns-holder .tel, #footer .btns-holder .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero-block .btns-holder .tel i, .howitworks-block .btns-holder .tel i, #footer .btns-holder .tel i {
    color: #f1dd38;
    font-family: icomoon;
    margin: 0 0 0 0;
    font-size: 20px; }

.hero-block .callus, .howitworks-block .callus, #footer .callus {
  margin: 0 0 0 10px; }
  .hero-block .callus .callus-opener, .howitworks-block .callus .callus-opener, #footer .callus .callus-opener {
    display: none; }
  .hero-block .callus .call-drop, .howitworks-block .callus .call-drop, #footer .callus .call-drop {
    position: static;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    background: none;
    width: auto;
    margin: 0; }
    .hero-block .callus .call-drop li, .howitworks-block .callus .call-drop li, #footer .callus .call-drop li {
      border-top: 0;
      color: #fff; }
      .hero-block .callus .call-drop li a, .howitworks-block .callus .call-drop li a, #footer .callus .call-drop li a {
        color: #fff !important;
        padding: 0;
        display: block; }

#footer .callus {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #footer .callus:before {
    color: #f1dd38;
    content: "\e942";
    font-family: icomoon;
    margin: 0 18px 0 8px;
    font-size: 20px; }
  .btns-holder .tel a {
  margin: 0 0 0 4px; }
@media (min-width: 768px) {
  #header .tel.v2 {
    display: block;
    text-align: right;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: -5px; } }

@media (min-width: 1024px) {
  #header .tel.v2 {
    font-size: 20px; } }

@media (min-width: 768px) {
  #header .tel.v2 .callus-opener {
    display: none; } }

@media (min-width: 768px) {
  #header .callus {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 4px; } }

@media (min-width: 768px) {
  #header .callus .call-drop {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    vertical-align: top;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    background: none;
    width: auto;
    margin: 0 -5px;
    font-size: 15px;
    line-height: 18px; } }

@media (min-width: 768px) {
  #header .callus .call-drop li {
    margin: 0 5px; } }

@media (min-width: 768px) {
  #header .callus .call-drop li a {
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    font-size: 13px;
    line-height: 18px; } }

@media (min-width: 1024px) {
  #header .callus .call-drop li a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px; } }

@media (min-width: 768px) {
  #header .callus .call-drop li a span {
    margin: 0 0 0 10px; } }

@media (min-width: 1200px) {
  .main-nav ul li.current_page_item > a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px; }
  .main-nav ul li.contact-btn a {
    color: #f1dd38;
    border: solid 1px #f1dd38;
    padding: 10px 15px; }
    .main-nav ul li.contact-btn a:hover {
      color: #fff;
      border-color: #fff; }
  .main-nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-nav {
    font-size: 14px; } }

.back-to-top {
  right: 77px;
  bottom: 20px; }
  @media (min-width: 1024px) {
    .back-to-top {
      right: 95px; } }
  @media (min-width: 1500px) {
    .back-to-top {
      right: 100px; } }

.reviews-slideshow .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.reviews-slideshow .slick-list {
  overflow: visible; }

.reviews-slideshow .slide {
  margin: 15px 0; }

.introcolumns-block .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.introcolumns-block .row .col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.introcolumns-block .row .col .text-holder {
  width: 100% !important; }

.introcolumns-block blockquote q:after {
  position: static;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 8px 0 -10px; }

#header {
  box-shadow: none; }

.fixed-position #header {
  box-shadow: 0 0 10px rgba(241, 221, 56, 0.2); }

.header-cta {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  background: #494d59;
  color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none; }
  @media (min-width: 576px) {
    .header-cta {
      font-size: 20px; } }
  .header-cta span {
    font-size: 15px;
    font-weight: 400;
    color: inherit;
    text-decoration: underline; }
    @media (min-width: 576px) {
      .header-cta span {
        font-size: 18px; } }
  @media (min-width: 1024px) {
    .header-cta {
      position: fixed;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100;
      background: #f1dd38;
      color: #000;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      font-size: 16px; }
      .header-cta span {
        font-size: 0;
        line-height: 0; } }
.hero-block .slide .bg-image img,
.hero-block .slide .bg-video-holder img {
  left: 0;
  top: 0;
}