/*
Theme Name: Boyds Blinds
Author: Anonymous
Author URI:
Version: 1
Description: Boyds Blinds theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Boyds Blinds
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, .widget ul, .social-networks, .twocols-content ul:not([class]), .twocols-content ol:not([class]), .phone-book {
  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: 18px/1.5555555556 "Cabin", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 17px;
      line-height: 26px; } }

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: none; }
  a:hover {
    color: #343435; }

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

blockquote {
  border-left: 4px solid #39393a;
  padding-left: .5em;
  margin-left: 1.5555555556em; }

th, td {
  border: 1px solid #343435;
  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: 54px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 16px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  @media (min-width: 768px) {
    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: 60px;
      padding: 19px 22px;
      font-size: 16px;
      line-height: 20px; } }
  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: #888787; }
  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: #888787; }
  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: #888787; }
  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: #888787; }
  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: #888787; }
  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: #343435; }

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;
  height: 54px !important; }
  @media (min-width: 768px) {
    select, .select2-container--default .select2-selection--single {
      height: 60px !important;
      background-size: 60px 60px; } }

.select2-container--default .select2-selection--single {
  font-size: 16px;
  line-height: 20px;
  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='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  padding: 11px 22px;
  min-height: 48px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #343435;
  border: solid 1px transparent;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase; }
  button:after, .btn:after,
  input[type='button']:after,
  input[type='reset']:after,
  input[type='file']:after,
  input[type='submit']:after, .button:after {
    display: inline-block;
    vertical-align: top;
    content: '\f105';
    font-family: icomoon;
    margin: 0 0 0 8px; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background: #1b1b1b;
    opacity: 1;
    color: #fff; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #39393a;
    color: #fff; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background-color: #525254; }
  button.btn-secondary-outline, .btn.btn-secondary-outline,
  input[type='button'].btn-secondary-outline,
  input[type='reset'].btn-secondary-outline,
  input[type='file'].btn-secondary-outline,
  input[type='submit'].btn-secondary-outline, .button.btn-secondary-outline {
    background: none;
    border-color: #39393a;
    color: #000; }
    button.btn-secondary-outline:hover, .btn.btn-secondary-outline:hover,
    input[type='button'].btn-secondary-outline:hover,
    input[type='reset'].btn-secondary-outline:hover,
    input[type='file'].btn-secondary-outline:hover,
    input[type='submit'].btn-secondary-outline:hover, .button.btn-secondary-outline:hover {
      background: #39393a;
      color: #fff; }
  button.btn-light-primary, .btn.btn-light-primary,
  input[type='button'].btn-light-primary,
  input[type='reset'].btn-light-primary,
  input[type='file'].btn-light-primary,
  input[type='submit'].btn-light-primary, .button.btn-light-primary {
    background: #f0f4e0;
    color: #343435; }
    button.btn-light-primary:hover, .btn.btn-light-primary:hover,
    input[type='button'].btn-light-primary:hover,
    input[type='reset'].btn-light-primary:hover,
    input[type='file'].btn-light-primary:hover,
    input[type='submit'].btn-light-primary:hover, .button.btn-light-primary:hover {
      background: #39393a;
      color: #fff; }

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

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

input[type='file'] {
  border-bottom: 0;
  background-color: #343435;
  color: #fff; }

.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: "Cabin", sans-serif;
  border: 0; }

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

.paging .nav-links a:hover {
  background: none;
  color: #343435 !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.5555555556em; }
  .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: #5b5b5b;
  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: #39393a; }

.commentlist {
  margin: 0 0 1.5555555556em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5555555556em 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.5555555556em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5555555556em; }
  .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: #5b5b5b;
    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: #39393a; }

.navigation-single {
  margin-bottom: 1.5555555556em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #5b5b5b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #39393a; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #5b5b5b;
      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: #39393a; }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

.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: "Cabin", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block;
  color: #343435; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 576px) {
    h1, .h1 {
      font-size: 42px; } }

h2, .h2 {
  font-size: 42px; }

h3, .h3 {
  font-size: 25px; }

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #343435; }
  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-tick:before {
  content: "\e908"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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"; }

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

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

.icon-envelop:before {
  content: "\e94a"; }

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

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

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

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

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

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

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

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

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

.icon-shopping-cart:before {
  content: "\e905"; }

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

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

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

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

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

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

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

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

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

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

.icon-exit:before {
  content: "\ea14"; }

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

.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;
  width: 200px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  font-size: 18px;
  counter-reset: item; }
  .slick-dots li {
    padding: 0;
    background: #192D63;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
    .slick-dots li:before {
      position: absolute;
      right: -40px;
      top: -15px;
      content: "0" counters(item, ".");
      counter-increment: item;
      opacity: 0; }
    .slick-dots li:first-child:before, .slick-dots li:last-child:before {
      opacity: 1; }
    .slick-dots li:first-child:before {
      color: #343435;
      left: -40px;
      right: auto; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background: #16A84F;
      height: 3px;
      margin-top: -1px; }

.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: #c5c3cd;
  -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: #39393a; }

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

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 {
  width: 100%;
  z-index: 9999;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  background: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1200px) {
    #header .topbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 30px 0; } }
  #header .logo {
    margin: 0;
    max-width: 150px; }
    @media (min-width: 576px) {
      #header .logo {
        max-width: 150px; } }
    @media (min-width: 1200px) {
      #header .logo {
        margin: -110px auto 10px;
        max-width: 210px; } }
    #header .logo img {
      display: block;
      width: 100%; }
  #header .btn-enquire {
    min-width: 210px;
    min-height: 49px; }
    @media (max-width: 1199px) {
      #header .btn-enquire {
        width: 50%;
        min-width: inherit; } }
    @media (max-width: 575px) {
      #header .btn-enquire {
        font-size: 15px;
        letter-spacing: 0; } }
  @media (max-width: 1199px) {
    #header .callus-drop {
      width: 50%; }
      #header .callus-drop .btn {
        display: block;
        background: rgba(52, 52, 53, 0.9); } }
  @media (max-width: 575px) {
    #header .callus-drop .btn {
      font-size: 15px;
      letter-spacing: 0; } }
  @media (max-width: 1199px) {
    #header .header-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 20px; } }
  #header .callus-drop .phone-drop {
    min-width: 300px;
    left: auto;
    right: 0; }
    @media (max-width: 1199px) {
      #header .callus-drop .phone-drop {
        width: 100%; } }
  #header .social-networks {
    margin: 0 -5px; }
    @media (max-width: 1199px) {
      #header .social-networks {
        display: none; } }
    #header .social-networks li {
      margin: 0 5px; }
      #header .social-networks li a {
        border-radius: 8px;
        font-size: 20px;
        width: 35px;
        height: 35px; }
        #header .social-networks li a.icon-instagram:before {
          margin: 0 0 0 1px; }
  @media (max-width: 1199px) {
    #header .btns-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    #header .btns-right .btn-enquire {
      display: block;
      margin: 0 0 10px; } }
  @media (min-width: 1200px) {
    #header .btns-right .btn {
      display: block;
      background: none;
      color: #343435;
      border-color: #343435; } }

.main-nav {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .main-nav {
      font-size: 15px;
      line-height: 20px; } }
  @media (min-width: 1366px) {
    .main-nav {
      font-size: 17px; } }
  .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 -20px; }
    .main-nav ul > li {
      position: relative; }
      .main-nav ul > li:before {
        position: absolute;
        left: 0;
        top: 27px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 5px;
        height: 5px;
        background: #000;
        content: ''; }
        @media (min-width: 1366px) {
          .main-nav ul > li:before {
            width: 7px;
            height: 7px;
            top: 25px; } }
        @media (min-width: 1600px) {
          .main-nav ul > li:before {
            top: 29px; } }
      .main-nav ul > li a {
        display: block;
        padding: 28px 16px;
        position: relative; }
        @media (min-width: 1200px) {
          .main-nav ul > li a {
            padding: 20px 20px; } }
        @media (min-width: 1366px) {
          .main-nav ul > li a {
            padding: 20px 25px; } }
        @media (min-width: 1600px) {
          .main-nav ul > li a {
            padding: 24px 25px; } }
        @media (min-width: 1700px) {
          .main-nav ul > li a {
            padding: 24px 32px; } }
      .main-nav ul > li.active > a, .main-nav ul > li.current-menu-item > a {
        opacity: 0.7; }
        .main-nav ul > li.active > a:before, .main-nav ul > li.current-menu-item > a:before {
          opacity: 1;
          visibility: visible; }
      @media (min-width: 1200px) {
        .main-nav ul > li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f067';
          font-family: 'icomoon';
          margin: 1px 0 0 10px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          font-size: 14px;
          font-weight: 400; } }
      @media (min-width: 1200px) {
        .main-nav ul > li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; } }
      @media (min-width: 1200px) {
        .main-nav ul > li.mega ul {
          width: 570px;
          padding: 30px;
          -moz-column-count: 2;
          -moz-column-gap: 30px;
          -webkit-column-count: 2;
          -webkit-column-gap: 30px;
          column-count: 2;
          column-gap: 30px;
          text-transform: none; }
          .main-nav ul > li.mega ul li {
            margin: 0; }
            .main-nav ul > li.mega ul li a {
              padding: 10px 0; }
              .main-nav ul > li.mega ul li a:hover {
                opacity: 0.75; } }
    @media (min-width: 1200px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 270px;
        background: #fff;
        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;
        font-size: 17px;
        font-weight: 400; } }
    .main-nav ul ul li {
      margin: 0; }
      @media (min-width: 1200px) {
        .main-nav ul ul li {
          border-top: solid 1px rgba(52, 52, 53, 0.1); } }
      .main-nav ul ul li:before {
        display: none; }
      @media (min-width: 1200px) {
        .main-nav ul ul li a {
          padding: 15px 20px;
          color: #000; } }
      @media (min-width: 1200px) {
        .main-nav ul ul li a {
          padding: 15px 20px; } }
      @media (min-width: 1200px) {
        .main-nav ul ul li.active a {
          color: #000; }
          .main-nav ul ul li.active a:hover {
            color: #343435; }
          .main-nav ul ul li.active a:before {
            display: none; } }
  .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-size: 18px;
    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 - 167px);
    background: #343435; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(255, 255, 255, 0.1);
        margin: 0; }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 17px 20px;
          color: #fff; }
        .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:before {
          display: none; }
        .main-nav ul li ul {
          display: none;
          background: #39393a; }
          .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;
        color: #fff;
        z-index: 2; } }

@media (max-width: 575px) {
  .main-nav {
    max-height: calc(100vh - 167px); } }

.menu-opener {
  display: none; }
  @media (max-width: 1199px) {
    .menu-opener {
      display: block;
      width: 36px;
      height: 30px;
      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: #343435; }
      .menu-opener span {
        top: 12px; }
      .menu-opener:after {
        top: 24px; } }

@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: 12px; }
    .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; }

.callus-drop {
  position: relative;
  z-index: 100; }
  .callus-drop .btn {
    min-width: 200px; }
    .callus-drop .btn:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: 1px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .callus-drop .btn:before {
      display: inline-block;
      vertical-align: top;
      content: '\e942';
      font-family: icomoon;
      margin: 0 8px 0 0;
      color: #9a9a9a; }
  .callus-drop.phone-drop-active .btn:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .callus-drop.phone-drop-active .phone-drop {
    opacity: 1;
    visibility: visible; }
  .callus-drop .phone-drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    background: #5b5b5b;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    .callus-drop .phone-drop ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .callus-drop .phone-drop ul li + li {
        padding-top: 8px; }
      .callus-drop .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: #fff; }
        .callus-drop .phone-drop ul li a span {
          font-weight: 600; }
        .callus-drop .phone-drop ul li a:hover {
          opacity: 0.8; }

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .fixed-position #header .social-networks {
    display: none; }
  @media (min-width: 1200px) {
    .fixed-position #header .header-bottom {
      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;
      padding: 0 240px 0 0; } }
  @media (min-width: 1900px) {
    .fixed-position #header .header-bottom {
      padding: 0 255px 0 0; } }
  @media (min-width: 1200px) {
    .fixed-position #header .header-bottom .logo {
      margin: 20px 20px 15px 20px;
      max-width: 100px; } }
  @media (min-width: 1366px) {
    .fixed-position #header .header-bottom .logo {
      max-width: 130px; } }
  @media (min-width: 1366px) {
    .fixed-position #header .header-bottom .logo {
      margin: 20px 20px 15px 20px; } }
  @media (min-width: 1600px) {
    .fixed-position #header .header-bottom .logo {
      margin: 20px 80px 15px 20px; } }
  @media (min-width: 1200px) {
    .fixed-position #header .header-bottom .main-nav ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 1598px) {
    .fixed-position #header .header-bottom .main-nav ul > li:before {
      width: 4px;
      height: 4px;
      top: 28px; } }
  @media (min-width: 1200px) {
    .fixed-position #header .header-bottom .main-nav > ul > li > a {
      padding: 20px 15px;
      font-size: 11px; } }
  @media (min-width: 1366px) {
    .fixed-position #header .header-bottom .main-nav > ul > li > a {
      padding: 20px 17px;
      font-size: 13px; } }
  @media (min-width: 1600px) {
    .fixed-position #header .header-bottom .main-nav > ul > li > a {
      padding: 24px 20px;
      font-size: 16px; } }
  @media (min-width: 1900px) {
    .fixed-position #header .header-bottom .main-nav > ul > li > a {
      padding: 24px 34px;
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .fixed-position #header .header-bottom .main-nav ul > li.home {
      display: none; } }
  @media (min-width: 1200px) {
    .fixed-position #header .callus-drop .btn {
      min-width: inherit; } }
  @media (min-width: 1200px) {
    .fixed-position #header .topbar {
      padding: 0; } }
  @media (min-width: 1200px) {
    .fixed-position #header .topbar .btns-right .btn-enquire {
      display: none; } }
  @media (min-width: 1200px) {
    .fixed-position #header .topbar .btns-right .callus-drop {
      position: absolute;
      right: 20px;
      bottom: 25px; } }
  @media (min-width: 1366px) {
    .fixed-position #header .topbar .btns-right .callus-drop {
      right: 20px;
      bottom: 32px; } }

@-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); } }

#footer {
  background-color: #343435;
  color: #fff;
  text-align: center; }
  @media (min-width: 1024px) {
    #footer {
      text-align: left; } }
  #footer a {
    color: inherit; }
  #footer .footer-top {
    padding: 40px 0 0; }
    @media (min-width: 1024px) {
      #footer .footer-top {
        padding: 0; } }
    #footer .footer-top .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; }
      @media (min-width: 1024px) {
        #footer .footer-top .row {
          margin: 0 -22px; } }
      @media (min-width: 1600px) {
        #footer .footer-top .row {
          margin: 0 -15px; } }
      #footer .footer-top .row .col {
        padding: 0 15px 20px;
        -webkit-box-flex: inherit;
            -ms-flex-positive: inherit;
                flex-grow: inherit;
        width: 100%; }
        @media (min-width: 1024px) {
          #footer .footer-top .row .col {
            padding: 50px 15px 25px; } }
        @media (min-width: 1024px) {
          #footer .footer-top .row .col {
            padding: 60px 15px 35px;
            width: 20%; }
            #footer .footer-top .row .col:nth-child(2) {
              width: 25%; }
            #footer .footer-top .row .col:nth-child(3) {
              width: 20%; }
            #footer .footer-top .row .col:nth-child(5) {
              width: 15%; } }
        @media (min-width: 1366px) {
          #footer .footer-top .row .col {
            width: 20%; }
            #footer .footer-top .row .col:nth-child(2) {
              width: 23%; }
            #footer .footer-top .row .col:nth-child(3) {
              width: 22%; }
            #footer .footer-top .row .col:nth-child(5) {
              width: 15%; } }
        @media (max-width: 1199px) {
          #footer .footer-top .row .col {
            width: 23%; }
            #footer .footer-top .row .col:nth-child(1) {
              width: 27%; }
            #footer .footer-top .row .col:nth-child(2) {
              width: 30%; }
            #footer .footer-top .row .col:nth-child(3) {
              width: 20%; } }
        @media (max-width: 1023px) {
          #footer .footer-top .row .col {
            width: 100% !important; } }
        @media (max-width: 1199px) {
          #footer .footer-top .row .col.m-hide {
            display: none; } }
  #footer .google-reviews {
    max-width: 100px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      #footer .google-reviews {
        max-width: 130px;
        margin: 0; } }
    #footer .google-reviews img {
      display: block;
      max-width: 100%; }
    @media (min-width: 1200px) {
      #footer .google-reviews.d-hide {
        display: none; } }
  #footer .container {
    max-width: 1680px; }
  #footer .phone-drop-btn {
    background-color: #5b5b5b;
    display: block; }
  #footer .callus-drop {
    margin: 0 0 20px; }
    @media (max-width: 1023px) {
      #footer .callus-drop {
        max-width: 250px;
        margin: 0 auto 20px; } }
    @media (min-width: 1024px) {
      #footer .callus-drop {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
  #footer .footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1200px) {
      #footer .footer-bottom {
        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: 1366px) {
      #footer .footer-bottom {
        font-size: 16px; } }
    #footer .footer-bottom .footer-info {
      margin: 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: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1200px) {
        #footer .footer-bottom .footer-info {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      #footer .footer-bottom .footer-info li {
        margin: 0 10px; }
      #footer .footer-bottom .footer-info a {
        text-decoration: underline; }
        #footer .footer-bottom .footer-info a:hover {
          text-decoration: none; }
  #footer .footer-links ul {
    margin: 0;
    padding: 8px 0 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; }
    @media (min-width: 1024px) {
      #footer .footer-links ul {
        padding: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #footer .footer-links ul li a {
      color: #fff; }
      #footer .footer-links ul li a:hover {
        opacity: 0.7; }
  #footer .heading {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0; }
    @media (min-width: 1366px) {
      #footer .heading {
        font-size: 22px; } }
  #footer .logo {
    max-width: 140px;
    margin: 0 auto 30px; }
    @media (min-width: 1366px) {
      #footer .logo {
        max-width: 205px;
        margin: 0 auto 24px; } }
    #footer .logo img {
      display: block;
      width: 100%; }
  #footer .contact-information {
    font-size: 18px;
    margin: 0 0 20px; }
    @media (min-width: 1366px) {
      #footer .contact-information {
        font-size: 20px; } }
    #footer .contact-information li {
      margin: 0 0 8px;
      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;
      padding: 0; }
      #footer .contact-information li .icon {
        color: #aeaeae;
        position: static;
        margin: 0 10px 0 0; }
        @media (max-width: 1023px) {
          #footer .contact-information li .icon {
            position: static;
            margin: 0 8px 0 0; } }
  #footer .registration-no {
    font-size: 16px; }
    @media (min-width: 1366px) {
      #footer .registration-no {
        font-size: 18px; } }
  #footer .social-networks {
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1200px) {
      #footer .social-networks {
        margin-bottom: 0; } }
    #footer .social-networks li {
      margin: 0 12px; }
      #footer .social-networks li a {
        height: auto;
        width: auto;
        padding: 0;
        background: none; }
        #footer .social-networks li a:before {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          position: static;
          display: block;
          color: #fff;
          font-size: 26px; }
  #footer address {
    font-style: normal;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      #footer address {
        margin: 0 0 30px; } }
    @media (max-width: 1023px) {
      #footer address br {
        display: none; } }

.footer-nav {
  line-height: 32px; }
  @media (min-width: 1024px) {
    .footer-nav {
      padding-top: 15px; } }
  @media (max-width: 1365px) {
    .footer-nav {
      font-size: 18px; } }
  @media (max-width: 1199px) {
    .footer-nav {
      font-size: 18px; } }
  .footer-nav ul li a {
    color: #353659; }
    .footer-nav ul li a:before {
      display: inline-block;
      vertical-align: top;
      content: '\f105';
      font-family: icomoon;
      font-size: 16px;
      margin: 0 10px 0 0; }
    .footer-nav ul li a:hover {
      opacity: 0.7; }
  .footer-nav ul li.active a {
    opacity: 0.7; }
  @media (max-width: 1023px) {
    .footer-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; }
      .footer-nav ul li {
        margin: 0 8px 10px; }
        .footer-nav ul li a {
          border-bottom: dashed 1px #fff; }
          .footer-nav ul li a:before {
            display: none; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  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; }
  .back-to-top:hover {
    color: #fff;
    background-color: #39393a; }

.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; }
  .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: #343435; }
  .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: #343435;
        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(52, 52, 53, 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: #343435;
    z-index: 1; }
  .gallery-holder .slick-arrow {
    width: 50px;
    height: 50px;
    color: #343435;
    background: rgba(255, 255, 255, 0.7);
    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: #343435; }
  @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;
  border-radius: 8px;
  width: 100%;
  height: 54px; }
  @media (min-width: 768px) {
    .form-area input[type="submit"] {
      min-width: 180px;
      width: 100%;
      height: 60px;
      border-radius: 8px; } }

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

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

.form-area .large-label .gfield_label {
  font-size: 20px;
  line-height: 27px;
  display: block;
  font-weight: 500;
  margin: 0 0 20px; }

.form-area input[type='text']:focus,
.form-area input[type='tel']:focus,
.form-area input[type='email']:focus,
.form-area input[type='search']:focus,
.form-area input[type='password']:focus,
.form-area input[type='url']:focus,
.form-area input[type='date']:focus,
.form-area textarea:focus, .form-area select:focus, .form-area input[type='number']:focus {
  border-color: #343435; }

.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 rgba(0, 0, 0, 0.3);
    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: 17px;
  line-height: 27px; }
  @media (min-width: 1024px) {
    .form-area .gfield_checkbox, .form-area .gfield_radio {
      font-size: 18px; } }
  .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 rgba(0, 0, 0, 0.3);
        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: calc(100% - 24px); }
  .form-area .gfield_radio .gchoice label:after {
    border-radius: 100%; }
  .form-area .gfield_radio .gchoice label:before {
    left: 7px;
    top: 9px;
    border: 0;
    width: 10px;
    height: 10px;
    background: #343435;
    border-radius: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0; }

.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 {
    border: solid 1px #343435;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 20px; }
    .accordion li.active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 50px 20px 25px;
    color: #343435;
    position: relative;
    font-weight: 600; }
    @media (min-width: 768px) {
      .accordion .opener {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .accordion .opener {
        font-size: 23px;
        line-height: 32px;
        padding: 20px 50px 20px 25px; } }
    .accordion .opener:before {
      position: absolute;
      right: 25px;
      top: 20px;
      content: '\f107';
      font-family: icomoon;
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .accordion .slide-holder {
    padding: 0 25px 20px; }
    .accordion .slide-holder p {
      margin: 0; }

.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: #f3fafe;
      color: #000;
      font-weight: 600; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #f3fafe; }
    .table-holder table th {
      font-weight: 600; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #f3fafe;
      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; } }
  .main-content .container {
    max-width: 1280px; }
  .main-content .form-area {
    margin: 0 0 30px; }

.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: #343435; }
  .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; }

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

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

.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: 1366px) {
    .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; } }
  @media (min-width: 1024px) {
    .listing-block .row #content {
      width: 66.66%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 33.33%; } }

.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%; } }

.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: 600;
  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: #343435; }
    .post-article h3 a:hover, .post-article .h3 a:hover {
      color: #343435; }

.post-article .read-more {
  color: #343435;
  text-decoration: underline !important;
  font-size: 16px; }
  .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: 600;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 20px; }
    .widget .widgettitle:before {
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      content: '';
      width: 3px;
      background: #343435; }
  .widget ul {
    padding: 0;
    font-size: 18px;
    line-height: 27px; }
    .widget ul li + li {
      border-top: solid 1px #E9E9E9; }
    .widget ul li a {
      display: block;
      padding: 12px 0;
      color: #61687C; }
      .widget ul li a:hover {
        color: #343435; }
  .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: 18px;
      line-height: 27px;
      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; }
        .widget .widget-post-list .widget-posts-title a:hover {
          color: #343435; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 18px;
    line-height: 27px;
    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: #192D63; }
      .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: '\e910';
    font-family: 'icomoon';
    color: #fff;
    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: 16px;
    line-height: 20px;
    min-height: inherit; }
  .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: #343435; }

.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: 2px; }
    .social-networks li a {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      color: #fff !important;
      background-color: #343435;
      font-size: 16px;
      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; }
  .gallery-slider .slide {
    float: left;
    width: 25%; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    display: block; }
  .gallery-slider .slick-arrow {
    background: #343435;
    width: 45px;
    height: 60px;
    border-radius: 0;
    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;
    margin: 0 -8px; }
    .gallery-slider .slick-arrow i {
      font-size: 22px;
      line-height: 1; }

.gallery-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .gallery-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .gallery-block {
      padding: 80px 0; } }
  .gallery-block h2, .gallery-block .h2 {
    margin: 0 0 20px; }
  .gallery-block .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .gallery-block.bg-light-blue {
    background: #f9f9ff; }
    .gallery-block.bg-light-blue .slider-for {
      background: #fff; }
  .gallery-block.bg-light-gray {
    background: #e7eaec; }
    .gallery-block.bg-light-gray .slider-for {
      background: #fff; }
  .gallery-block .slider-for {
    overflow: hidden;
    background: #e7eaec; }
    @media (min-width: 768px) {
      .gallery-block .slider-for {
        border-radius: 0; } }
    .gallery-block .slider-for .image {
      padding-top: 60%;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      @media (min-width: 1024px) {
        .gallery-block .slider-for .image {
          padding-top: 35%;
          background-size: contain; } }
  .gallery-block .slick-arrow {
    background: #343435;
    width: 45px;
    height: 60px;
    border-radius: 0;
    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;
    margin: 0 -8px; }
    .gallery-block .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
  .gallery-block .slider-nav {
    max-width: 700px;
    margin: 0 auto; }
    .gallery-block .slider-nav .image {
      padding-top: 65%; }

.ctalist-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .ctalist-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .ctalist-block {
      padding: 80px 0; } }
  .ctalist-block h2, .ctalist-block .h2 {
    margin: 0 0 20px; }
  .ctalist-block .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .ctalist-block.bg-light-blue {
    background: #f9f9ff; }
    .ctalist-block.bg-light-blue .slider-for {
      background: #fff; }
  .ctalist-block.bg-light-gray {
    background: #e7eaec; }
    .ctalist-block.bg-light-gray .slider-for {
      background: #fff; }
  @media (min-width: 1200px) {
    .ctalist-block.threecols .row .col {
      width: calc(100%/3); } }
  .ctalist-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: 1440px) {
      .ctalist-block .row {
        margin: 0 -25px -50px; } }
    .ctalist-block .row .col {
      width: 100%;
      padding: 0 15px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 576px) {
        .ctalist-block .row .col {
          width: calc(100%/2); } }
      @media (min-width: 1200px) {
        .ctalist-block .row .col {
          width: calc(100%/4); } }
      @media (min-width: 1440px) {
        .ctalist-block .row .col {
          padding: 0 25px 50px; } }
  .ctalist-block .cta-box {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .ctalist-block .cta-box {
        max-width: 330px;
        margin: 0 auto; } }
    .ctalist-block .cta-box .image {
      position: relative;
      padding-top: 62%; }
      .ctalist-block .cta-box .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .ctalist-block .cta-box .text {
      text-align: center;
      padding: 20px 20px 30px;
      font-size: 20px;
      line-height: 26px; }
    .ctalist-block .cta-box .heading {
      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: 60px;
      font-weight: 600;
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 20px;
      color: #343435; }
    .ctalist-block .cta-box .more {
      font-size: 20px;
      font-weight: 700; }
    .ctalist-block .cta-box p {
      margin: 0 0 25px; }

.features-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .features-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .features-block {
      padding: 80px 0; } }
  .features-block h2, .features-block .h2 {
    margin: 0 0 20px; }
  .features-block .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 30px; }
  .features-block.bg-light-blue {
    background: #f9f9ff; }
    .features-block.bg-light-blue .slider-for {
      background: #fff; }
  .features-block.bg-light-gray {
    background: #e7eaec; }
    .features-block.bg-light-gray .slider-for {
      background: #fff; }
  .features-block .row {
    font-size: 18px;
    line-height: 24px;
    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: 1440px) {
      .features-block .row {
        margin: 0 -25px -50px; } }
    .features-block .row .col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 576px) {
        .features-block .row .col {
          width: calc(100%/2); } }
      @media (min-width: 1200px) {
        .features-block .row .col {
          width: calc(100%/4); } }
      @media (min-width: 1440px) {
        .features-block .row .col {
          padding: 0 25px 50px; } }
    .features-block .row .heading {
      font-weight: 600;
      font-size: 22px;
      line-height: 30px;
      margin: 0 0 20px;
      display: block;
      color: #343435; }
    .features-block .row p {
      margin: 0; }
    .features-block .row .icon {
      display: block;
      margin: 0 0 25px; }

.our-accreditations {
  text-align: center;
  padding: 50px 0 50px; }
  @media (min-width: 768px) {
    .our-accreditations {
      padding: 82px 0 80px; } }
  @media (min-width: 1366px) {
    .our-accreditations {
      padding: 100px 0; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 40px; }
  .our-accreditations p {
    margin: 0 0 30px; }
  .our-accreditations .accreditation {
    margin: 0 20px; }
    @media (min-width: 768px) {
      .our-accreditations .accreditation {
        padding: 15px 0 0;
        margin: 0 40px; } }
    .our-accreditations .accreditation .slide {
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .our-accreditations .accreditation .slide {
          padding: 0 30px; } }
      .our-accreditations .accreditation .slide img {
        display: inline-block;
        vertical-align: top; }
      .our-accreditations .accreditation .slide a {
        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;
    color: #343435;
    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: 1366px) {
      .our-accreditations .slick-arrow {
        margin: 0 -40px; } }
    .our-accreditations .slick-arrow i {
      font-size: 26px; }

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

.details-holder .alignright {
  max-width: 550px; }
  @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 .meta {
  font-weight: 600;
  margin: 0 0 30px; }

.post-prev-next {
  background: #eeeeef; }
  .post-prev-next .navigation {
    padding: 0 20px;
    max-width: 1210px;
    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 {
    font-weight: 600; }
    .post-prev-next .nav-next a:before {
      font-size: 18px;
      line-height: 20px;
      content: 'View Next';
      display: inline-block;
      vertical-align: top;
      text-decoration: underline; }
    .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-next a:hover:before {
      text-decoration: none; }
  .post-prev-next .nav-previous a {
    font-weight: 600; }
    .post-prev-next .nav-previous a:after {
      font-size: 18px;
      line-height: 20px;
      content: 'View Previous';
      display: inline-block;
      vertical-align: top;
      text-decoration: underline; }
    .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; }
    .post-prev-next .nav-previous a:hover:after {
      text-decoration: none; }

.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-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; }
    @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: 1366px) {
      .contact-info-box .contact-information {
        margin: 0 -50px; } }
    @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: 1366px) {
        .contact-info-box .contact-information li {
          margin: 0 50px; } }
      @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: 1366px) {
        .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: #343435;
          width: 70px; } }
      .contact-info-box .contact-information li .icon {
        color: #343435;
        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%); } }

.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 {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .hero-block .bg-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 380px; }
    @media (min-width: 576px) {
      .hero-block .bg-image {
        height: 420px; } }
    @media (min-width: 768px) {
      .hero-block .bg-image {
        height: 500px; } }
    @media (min-width: 1200px) {
      .hero-block .bg-image {
        height: 530px; } }
    @media (min-width: 1366px) {
      .hero-block .bg-image {
        height: 540px; } }
    @media (min-width: 1600px) {
      .hero-block .bg-image {
        height: 600px; }
        .home .hero-block .bg-image {
          height: 670px; } }
    .hero-block .bg-image:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 150px;
      content: '';
      z-index: 10;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.6; }
      @media (min-width: 768px) {
        .hero-block .bg-image:before {
          opacity: 1; } }
  .hero-block .hero-slider {
    position: relative; }
  .hero-block .caption {
    position: absolute;
    left: 0;
    bottom: 60px;
    background: #39393a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    padding: 0 0 0 20px; }
    @media (min-width: 576px) {
      .hero-block .caption {
        max-width: 450px; } }
    @media (min-width: 768px) {
      .hero-block .caption {
        bottom: 40px;
        max-width: 500px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        max-width: 580px; } }
    @media (min-width: 1200px) {
      .hero-block .caption {
        padding: 0 0 0 60px;
        max-width: 715px; } }
    @media (max-width: 575px) {
      .hero-block .caption {
        position: static;
        display: block;
        padding: 20px;
        text-align: center; }
        .hero-block .caption .title {
          margin: 0 0 20px;
          display: block;
          padding: 0 !important; } }
    .hero-block .caption .text {
      padding: 20px 0; }
      .hero-block .caption .text p {
        margin: 10px 0 20px; }
        @media (min-width: 576px) {
          .hero-block .caption .text p {
            margin: 10px 0 0; } }
    .hero-block .caption .title {
      font-size: 28px;
      line-height: 32px; }
      @media (min-width: 1024px) {
        .hero-block .caption .title {
          font-size: 28px;
          line-height: 34px; } }
      @media (min-width: 1200px) {
        .hero-block .caption .title {
          font-size: 34px;
          line-height: 40px; } }
    .hero-block .caption .accredited {
      margin: 0 -40px 0 20px;
      max-width: 95px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 1024px) {
        .hero-block .caption .accredited {
          margin: 0 -65px 0 52px;
          max-width: 130px; } }
      .hero-block .caption .accredited img {
        display: block;
        width: 100%; }
      @media (max-width: 575px) {
        .hero-block .caption .accredited {
          margin: auto;
          margin: 0 auto 50px; } }
  .hero-block .payment-cards {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 100px; }
    @media (max-width: 767px) {
      .hero-block .payment-cards {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (min-width: 1024px) {
      .hero-block .payment-cards {
        right: 40px;
        bottom: 40px;
        max-width: 167px; } }
  .hero-block.v2 {
    min-height: inherit;
    height: auto;
    color: #fff;
    background-size: cover;
    text-align: center;
    padding: 40px 0 20px; }
    @media (min-width: 768px) {
      .hero-block.v2 {
        padding: 60px 0 30px; } }
    @media (min-width: 1024px) {
      .hero-block.v2 {
        padding: 100px 0; } }
    .hero-block.v2:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      content: '';
      background: #343435;
      opacity: 0.75; }
    .hero-block.v2 .caption {
      position: static;
      text-align: center; }
    .hero-block.v2 .heading-holder {
      display: block; }
    .hero-block.v2 h2, .hero-block.v2 .h2, .hero-block.v2 .h1, .hero-block.v2 h1 {
      color: #fff;
      margin: 0 0 15px;
      font-size: 35px; }
      @media (min-width: 768px) {
        .hero-block.v2 h2, .hero-block.v2 .h2, .hero-block.v2 .h1, .hero-block.v2 h1 {
          font-size: 40px; } }
      @media (min-width: 1024px) {
        .hero-block.v2 h2, .hero-block.v2 .h2, .hero-block.v2 .h1, .hero-block.v2 h1 {
          font-size: 50px;
          line-height: 56px;
          margin: 0 0 20px; } }
    .hero-block.v2 .container {
      position: relative;
      z-index: 1; }
    @media (min-width: 1024px) {
      .hero-block.v2 .heading-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .hero-block.v2 .heading-holder .text {
          margin: 0 30px 0 0; } }
    .hero-block.v2 #breadcrumbs {
      background: none;
      font-weight: 300;
      margin: 0; }
      @media (min-width: 768px) {
        .hero-block.v2 #breadcrumbs {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .hero-block.v2 #breadcrumbs {
          font-size: 18px;
          line-height: 40px; } }
      .hero-block.v2 #breadcrumbs a {
        color: #fff; }
        .hero-block.v2 #breadcrumbs a:hover {
          text-decoration: underline; }
  .hero-block.v3:before {
    bottom: 0; }
  .hero-block.v3 .caption-holder {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 1024px) {
    .hero-block.v3 .hero-slider2 {
      margin: 0 -15px; }
      .hero-block.v3 .hero-slider2 .slide {
        padding: 0 15px; } }
  @media (min-width: 1024px) {
    .hero-block.v3 .top-heading {
      padding-right: 100px; } }
  @media (max-width: 767px) {
    .hero-block.v3 {
      background: #eceeee; } }
  .hero-block.v3 .caption {
    min-height: inherit; }
    @media (max-width: 1023px) {
      .hero-block.v3 .caption {
        padding: 0;
        width: 100%; } }
  @media (max-width: 767px) {
    .hero-block.v3 .payment-cards {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 0 20px 30px;
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .hero-block.v3 .bg-image {
      height: 620px; } }
  .hero-block.v3 .hero-slider2 {
    width: 100%; }
    .hero-block.v3 .hero-slider2 .slick-arrow {
      top: 50%;
      position: absolute;
      width: 37px;
      height: 37px;
      border-radius: 100%;
      border: solid 1px #343435;
      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: #343435; }
      @media (min-width: 1024px) {
        .hero-block.v3 .hero-slider2 .slick-arrow {
          right: 0;
          top: -52px;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      @media (min-width: 1200px) {
        .hero-block.v3 .hero-slider2 .slick-arrow {
          top: -63px; } }
      .hero-block.v3 .hero-slider2 .slick-arrow.slick-disabled {
        color: #b7b8c4;
        border-color: #b7b8c4; }
      @media (min-width: 1024px) {
        .hero-block.v3 .hero-slider2 .slick-arrow.slick-next {
          right: 30px; } }
      @media (min-width: 1200px) {
        .hero-block.v3 .hero-slider2 .slick-arrow.slick-next {
          right: 40px; } }
      @media (min-width: 1024px) {
        .hero-block.v3 .hero-slider2 .slick-arrow.slick-prev {
          right: 80px;
          left: auto; } }
      @media (min-width: 1200px) {
        .hero-block.v3 .hero-slider2 .slick-arrow.slick-prev {
          right: 90px; } }
      @media (max-width: 1023px) {
        .hero-block.v3 .hero-slider2 .slick-arrow {
          margin: 0 25px;
          background: #343435;
          color: #fff;
          border-color: #fff; } }
    @media (max-width: 1023px) {
      .hero-block.v3 .hero-slider2 .bg-image {
        height: auto;
        min-height: inherit;
        padding-top: 60%; } }
    @media (max-width: 575px) {
      .hero-block.v3 .hero-slider2 .bg-image {
        padding-top: 80%; } }
    .hero-block.v3 .hero-slider2 .bg-image:before {
      display: none; }
  .hero-block.v3 .caption {
    max-width: none;
    padding: 0;
    background: none;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block;
    color: #000; }
    .hero-block.v3 .caption .caption-holder {
      background: rgba(255, 255, 255, 0.9);
      max-width: 600px;
      margin: 0;
      padding: 30px;
      font-size: 16px;
      line-height: 26px; }
      @media (min-width: 1024px) {
        .hero-block.v3 .caption .caption-holder {
          padding: 40px;
          font-size: 18px;
          line-height: 28px;
          max-width: 700px; } }
    .hero-block.v3 .caption h2, .hero-block.v3 .caption .h2 {
      font-weight: 400;
      font-size: 30px; }
      @media (min-width: 576px) {
        .hero-block.v3 .caption h2, .hero-block.v3 .caption .h2 {
          font-size: 34px; } }
      @media (min-width: 768px) {
        .hero-block.v3 .caption h2, .hero-block.v3 .caption .h2 {
          font-size: 36px; } }
      @media (min-width: 1024px) {
        .hero-block.v3 .caption h2, .hero-block.v3 .caption .h2 {
          font-size: 40px; } }
    .hero-block.v3 .caption .btns-holder {
      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 -16px; }
      @media (min-width: 1024px) {
        .hero-block.v3 .caption .btns-holder {
          margin: 0 -10px -20px; } }
      .hero-block.v3 .caption .btns-holder .btn {
        margin: 0 8px 16px; }
        @media (min-width: 1024px) {
          .hero-block.v3 .caption .btns-holder .btn {
            margin: 0 10px 20px; } }
    @media (max-width: 767px) {
      .hero-block.v3 .caption {
        position: static;
        background: #eceeee;
        text-align: left; }
        .hero-block.v3 .caption .caption-holder {
          background: none;
          padding: 35px 0; } }

.services-cta-block {
  padding: 30px 0 40px; }
  @media (min-width: 576px) {
    .services-cta-block {
      padding: 50px 0 60px; } }
  .services-cta-block .container {
    max-width: none; }
  .services-cta-block h2, .services-cta-block .h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px; }
    @media (min-width: 576px) {
      .services-cta-block h2, .services-cta-block .h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .services-cta-block h2, .services-cta-block .h2 {
        font-size: 35px;
        line-height: 40px; } }
  .services-cta-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 -13px -26px; }
    .services-cta-block .row .col {
      width: 100%;
      padding: 0 13px 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .services-cta-block .row .col {
          width: calc(100%/2); } }
      @media (min-width: 1024px) {
        .services-cta-block .row .col {
          width: calc(100%/3); } }
  .services-cta-block.bg-light-blue {
    background: #f9f9ff; }
  .services-cta-block.bg-light-gray {
    background: #e7eaec; }
  .services-cta-block .service-cta {
    margin: 0; }

.service-cta {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  position: relative;
  margin: 0 0 35px; }
  .service-cta .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding: 20px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #343435;
    text-transform: uppercase;
    letter-spacing: 2px;
    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; }
    @media (min-width: 1366px) {
      .service-cta .title {
        font-size: 22px;
        line-height: 28px; } }
    .service-cta .title:after, .service-cta .title:before {
      display: inline-block;
      vertical-align: top;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 7px;
      height: 7px;
      background: #fff;
      content: '';
      margin: 0 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 768px) {
        .service-cta .title:after, .service-cta .title:before {
          margin: 0 18px; } }
  .service-cta .more {
    font-weight: 600; }
  .service-cta .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -35px;
    white-space: nowrap; }
  .service-cta .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 67%;
    position: relative;
    overflow: hidden; }
    .service-cta .image .image-frame {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      will-change: transform; }
  .service-cta:hover {
    box-shadow: 0 0 15px rgba(52, 52, 53, 0.3); }
    .service-cta:hover .image-frame {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

.reviews-block {
  background: #fff;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .reviews-block {
      padding: 60px 0; } }
  .reviews-block.bg-light-blue {
    background: #f9f9ff; }
    .reviews-block.bg-light-blue .slick-list:after, .reviews-block.bg-light-blue .slick-list:before {
      background: #fff; }
    .reviews-block.bg-light-blue .quotes-slider {
      background: #fff; }
  .reviews-block.bg-light-gray {
    background: #e7eaec; }
    .reviews-block.bg-light-gray .slick-list:after, .reviews-block.bg-light-gray .slick-list:before {
      background: #fff; }
    .reviews-block.bg-light-gray .quotes-slider {
      background: #fff; }
  .reviews-block h2, .reviews-block .h2 {
    margin: 0 0 40px; }
  .reviews-block .slick-list {
    margin: 0 -200px;
    padding: 0 200px;
    position: relative; }
    @media (min-width: 1366px) {
      .reviews-block .slick-list {
        margin: 0 -270px;
        padding: 0 270px; } }
    @media (min-width: 1600px) {
      .reviews-block .slick-list {
        margin: 0 -400px;
        padding: 0 400px; } }
    .reviews-block .slick-list:after, .reviews-block .slick-list:before {
      position: absolute;
      left: 0;
      width: 200px;
      top: 20px;
      bottom: 20px;
      content: '';
      z-index: 1;
      pointer-events: none;
      background: #f0f4e0;
      opacity: 0.8; }
      @media (min-width: 1366px) {
        .reviews-block .slick-list:after, .reviews-block .slick-list:before {
          width: 270px; } }
      @media (min-width: 1600px) {
        .reviews-block .slick-list:after, .reviews-block .slick-list:before {
          width: 400px; } }
    .reviews-block .slick-list:after {
      left: auto;
      right: 0; }
  .reviews-block .slide {
    filter: blur(5px); }
    .reviews-block .slide.slick-current {
      filter: blur(0); }
  .reviews-block .quotes-nav {
    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;
    padding: 30px 0 0; }
    .reviews-block .quotes-nav .slick-arrow {
      position: static;
      display: block;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 20px;
      color: #343435; }
      .reviews-block .quotes-nav .slick-arrow.slick-next {
        color: #000; }

.quotes-slider {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: #f0f4e0; }
  @media (min-width: 1200px) {
    .quotes-slider {
      max-width: 770px; } }
  .quotes-slider:after, .quotes-slider:before {
    width: 50px;
    height: 36px;
    background: url(images/quotes-icon.png);
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    z-index: 1; }
  .quotes-slider:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: auto;
    bottom: 0; }
  .quotes-slider .quote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding: 50px 40px;
    min-height: 380px;
    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; }
    @media (min-width: 576px) {
      .quotes-slider .quote {
        font-size: 20px;
        padding: 50px 50px;
        line-height: 34px; } }
    .quotes-slider .quote q {
      display: block;
      quotes: none;
      margin: 0 0 30px;
      font-style: italic; }
    .quotes-slider .quote cite {
      display: block;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      font-style: normal; }

.latestnews-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .latestnews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .latestnews-block {
      padding: 100px 0; } }
  .latestnews-block h2, .latestnews-block .h2 {
    margin: 0 0 35px;
    text-transform: uppercase; }
    @media (min-width: 1600px) {
      .latestnews-block h2, .latestnews-block .h2 {
        font-size: 60px; } }
    .latestnews-block h2 span, .latestnews-block .h2 span {
      font-weight: 300; }
  .latestnews-block .news-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: 768px) {
      .latestnews-block .news-slider {
        margin: 0 -15px; } }
    .latestnews-block .news-slider .slide {
      padding: 0 8px;
      width: calc(100%/3); }
      @media (min-width: 768px) {
        .latestnews-block .news-slider .slide {
          padding: 0 15px; } }
  .latestnews-block .slick-list {
    width: 100%; }
  @media (min-width: 1600px) {
    .latestnews-block .container {
      max-width: 1535px; } }
  .latestnews-block .slick-arrow {
    margin: -100px -20px 0; }
    @media (min-width: 1700px) {
      .latestnews-block .slick-arrow {
        margin: -100px -50px 0; } }
    .latestnews-block .slick-arrow i {
      font-size: 30px; }
  @media (max-width: 1365px) {
    .latestnews-block .slick-arrow {
      top: auto;
      right: 15px;
      bottom: 100%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 0 50px; }
      .latestnews-block .slick-arrow.slick-prev {
        left: auto;
        right: 50px; } }
  @media (max-width: 767px) {
    .latestnews-block .slick-arrow {
      margin: 0 0 45px; } }

.news-item {
  color: #000; }
  .news-item .image {
    display: block;
    padding-top: 57%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 25px; }
  .news-item h3, .news-item .h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    display: block; }
    @media (min-width: 1200px) {
      .news-item h3, .news-item .h3 {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1600px) {
      .news-item h3, .news-item .h3 {
        font-size: 30px;
        line-height: 36px; } }
  .news-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 20px; }
  .news-item:hover {
    color: #000; }
    .news-item:hover h3 {
      color: #343435; }
  .news-item .meta-holder {
    width: 100%;
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 15px 0 0;
    color: #BABABA;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .news-item .meta-holder {
        font-size: 16px; } }
    .news-item .meta-holder .more {
      color: #000; }
      .news-item .meta-holder .more:before {
        color: #BABABA;
        margin: 0 10px 0 10px;
        content: '|'; }

.faqs-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .faqs-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .faqs-block {
      padding: 80px 0; } }
  .faqs-block h2, .faqs-block .h2 {
    margin: 0 0 20px; }
  .faqs-block .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .faqs-block .accordion {
    margin: 0; }
    .faqs-block .accordion p + p {
      margin: 15px 0 0; }
    .faqs-block .accordion .slide a {
      color: #000;
      text-decoration: underline; }
      .faqs-block .accordion .slide a:hover {
        text-decoration: none; }
  .faqs-block.bg-light-blue {
    background: #f9f9ff; }
  .faqs-block.bg-light-gray {
    background: #e7eaec; }

.cta-block {
  position: relative;
  padding: 60px 0;
  color: #343435;
  text-align: center; }
  @media (min-width: 1024px) {
    .cta-block {
      padding: 80px 0 80px; } }
  .cta-block .bg-image {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(1); }
    .cta-block .bg-image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #cfc8fb;
      opacity: 0.9; }
  .cta-block .container {
    position: relative;
    z-index: 1; }
  .cta-block p {
    margin: 0 0 30px; }
    @media (min-width: 576px) {
      .cta-block p {
        margin: 0 0 40px; } }
  .cta-block .text-holder {
    max-width: 1077px;
    margin: 0 auto; }
  .cta-block h2, .cta-block h1, .cta-block .h2, .cta-block .h1 {
    font-size: 35px;
    margin: 0 0 20px;
    position: relative; }
  .cta-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 -8px -20px; }
    .cta-block .btns-holder .btn, .cta-block .btns-holder .callus-drop {
      margin: 0 8px 20px;
      min-width: 220px; }
    .cta-block .btns-holder .callus-drop .btn {
      margin: 0; }

.textblock {
  background: #FFEFF1;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .textblock {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .textblock {
      padding: 100px 0; } }
  .textblock h3, .textblock h2, .textblock h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .textblock h3, .textblock h2, .textblock h1 {
        font-size: 36px;
        line-height: 56px; } }
  .textblock.no-bg {
    background: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

.twocols-content {
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .twocols-content {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .twocols-content {
      padding: 70px 0; } }
  .home .twocols-content .container {
    max-width: 1680px; }
  .twocols-content.bg-gray {
    background: #eceeee; }
  .twocols-content.revert-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .twocols-content.pt-0 {
    padding-top: 0; }
  .twocols-content.pb-0 {
    padding-bottom: 0; }
    .twocols-content.pb-0 .image {
      margin: 0 0 30px; }
  .twocols-content.style2 {
    padding: 0; }
    .twocols-content.style2 .container {
      max-width: none;
      padding: 0; }
    .twocols-content.style2 .row {
      margin: 0; }
      .twocols-content.style2 .row .col {
        padding: 0; }
        .twocols-content.style2 .row .col:first-child {
          padding: 40px 20px; }
          @media (min-width: 768px) {
            .twocols-content.style2 .row .col:first-child {
              padding: 60px 4 0px; } }
          @media (min-width: 1024px) {
            .twocols-content.style2 .row .col:first-child {
              padding: 70px 40px; } }
          @media (min-width: 1600px) {
            .twocols-content.style2 .row .col:first-child {
              padding: 70px 90px; } }
        .twocols-content.style2 .row .col .image {
          height: 100%; }
  .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 -30px; }
    .twocols-content .row .col {
      width: 100%;
      padding: 0 30px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1200px) {
        .twocols-content .row .col {
          width: 50%; } }
      @media (max-width: 1199px) {
        .twocols-content .row .col:first-child {
          padding-bottom: 30px; } }
      .twocols-content .row .col:only-child {
        padding-bottom: 0; }
      .twocols-content .row .col.has-project {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .twocols-content .row .col.has-project .featured-project {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
  .twocols-content h2, .twocols-content .h2 {
    margin: 0 0 20px;
    position: relative;
    font-size: 36px;
    color: #343435;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .twocols-content h2, .twocols-content .h2 {
        font-size: 40px;
        line-height: 50px; } }
    .twocols-content h2 span, .twocols-content h2 strong, .twocols-content .h2 span, .twocols-content .h2 strong {
      font-weight: 600; }
    @media (max-width: 1599px) {
      .twocols-content h2 br, .twocols-content .h2 br {
        display: none; } }
  .twocols-content p {
    margin: 0 0 20px; }
  .twocols-content .image {
    position: relative;
    padding-top: 60%;
    background-size: cover;
    background-position: 50% 50%; }
    @media (min-width: 1200px) {
      .twocols-content .image {
        padding-top: 100%; } }
    @media (min-width: 1600px) {
      .twocols-content .image {
        padding-top: 82%; } }
    .twocols-content .image iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      border: 0; }
  .twocols-content .btn-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    background: rgba(0, 0, 0, 0.2); }
    .twocols-content .btn-play span {
      width: 80px;
      height: 80px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 100%;
      border: solid 3px #fff;
      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; }
      .twocols-content .btn-play span:after {
        display: block;
        content: '';
        position: relative;
        border-style: solid;
        border-width: 14px 0 14px 18px;
        border-color: transparent transparent transparent #fff;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        margin: 0 0 0 4px; }
  .twocols-content .iframe-holder {
    position: relative;
    padding-top: 65%;
    background-size: cover;
    margin: 0;
    background-position: 50% 50%; }
    .twocols-content .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      border: 0; }
  .twocols-content .form-area {
    margin: 0;
    background: #39393a;
    border-radius: 10px;
    overflow: hidden;
    color: #fff; }
    .twocols-content .form-area a {
      color: inherit; }
    @media (min-width: 576px) {
      .twocols-content .form-area {
        border-radius: 20px; } }
    .twocols-content .form-area form {
      padding: 30px 20px; }
      @media (min-width: 576px) {
        .twocols-content .form-area form {
          padding: 40px; } }
    .twocols-content .form-area .heading {
      display: block;
      font-size: 21px;
      line-height: 40px;
      color: #fff;
      font-weight: 600;
      background: #343435;
      padding: 10px 20px; }
      @media (min-width: 1200px) {
        .twocols-content .form-area .heading {
          font-size: 19px; } }
      @media (min-width: 576px) {
        .twocols-content .form-area .heading {
          padding: 10px 40px; } }
      @media (min-width: 1600px) {
        .twocols-content .form-area .heading {
          font-size: 21px; } }
      .twocols-content .form-area .heading:before {
        content: '\e94a';
        font-family: icomoon;
        margin: 0 15px 0 0;
        font-size: 22px; }
    .twocols-content .form-area form input[type="submit"] {
      border-color: #fff; }
      .twocols-content .form-area form input[type="submit"]:hover {
        background: #fff;
        color: #343435; }
    .twocols-content .form-area form textarea {
      height: 140px !important; }
  @media (min-width: 1366px) {
    .twocols-content.form-option .row .col {
      width: 60%; }
      .twocols-content.form-option .row .col:nth-child(2) {
        width: 40%; } }
  .twocols-content ul:not([class]) {
    margin: 0 0 10px; }
    .twocols-content ul:not([class]) strong {
      font-weight: 600;
      color: #343435; }
    .twocols-content ul:not([class]) li {
      position: relative;
      padding: 1px 0 8px 40px; }
      @media (min-width: 768px) {
        .twocols-content ul:not([class]) li {
          padding: 1px 0 15px 40px; } }
      @media (min-width: 1600px) {
        .twocols-content ul:not([class]) li {
          padding: 1px 0 25px 40px; } }
      .twocols-content ul:not([class]) li:before {
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 0;
        content: '\e908';
        font-family: icomoon;
        color: #39393a; }
  .twocols-content ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .twocols-content ol:not([class]) strong {
      font-weight: 600;
      color: #343435; }
    .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;
        color: #39393a;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .twocols-content.reverse-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media (min-width: 768px) {
    .twocols-content.bullet-twocols ul:not([class]) {
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 30px;
      column-count: 2;
      column-gap: 30px; }
      .twocols-content.bullet-twocols ul:not([class]) li {
        page-break-inside: avoid; } }
  @media (min-width: 1200px) {
    .twocols-content.v2 .row .col {
      width: 45%; }
      .twocols-content.v2 .row .col:first-child {
        width: 55%; } }
  .twocols-content.v2 .row .image {
    position: relative; }
    .twocols-content.v2 .row .image:before {
      position: absolute;
      right: -20px;
      top: 20px;
      bottom: -20px;
      content: '';
      left: 20px;
      background: #343435;
      z-index: -1; }
  .twocols-content.bg-light-blue {
    background: #f9f9ff; }
  .twocols-content.bg-light-gray {
    background: #e7eaec; }
  .twocols-content .featured-project {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media (min-width: 1200px) {
      .twocols-content .featured-project {
        margin: -90px -20px -90px 0; } }
    @media (min-width: 1366px) {
      .twocols-content .featured-project {
        margin: -100px 0; } }
    .twocols-content .featured-project .image {
      position: relative;
      padding-top: 56.2%;
      display: block;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .twocols-content .featured-project .image {
          padding-top: 85%; } }
      @media (min-width: 1600px) {
        .twocols-content .featured-project .image {
          padding-top: 75%; } }
      .twocols-content .featured-project .image .image-frame {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: 50% 50%;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        will-change: transform; }
    .twocols-content .featured-project:hover .image .image-frame {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .twocols-content .featured-project .tag {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #343435;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 10px 30px;
      letter-spacing: 1px; }
      @media (min-width: 576px) {
        .twocols-content .featured-project .tag {
          font-size: 20px; } }
      @media (min-width: 1366px) {
        .twocols-content .featured-project .tag {
          font-size: 23px; } }
    .twocols-content .featured-project .text {
      padding: 20px; }
      @media (min-width: 576px) {
        .twocols-content .featured-project .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (min-width: 1366px) {
        .twocols-content .featured-project .text {
          padding: 25px; } }
      @media (min-width: 1600px) {
        .twocols-content .featured-project .text {
          padding: 32px; } }
      .twocols-content .featured-project .text .title {
        display: block;
        color: #343435;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 0 15px;
        font-weight: 600;
        font-size: 22px; }
        @media (min-width: 576px) {
          .twocols-content .featured-project .text .title {
            margin: 0 25px 0 0;
            width: 38%; } }
        @media (min-width: 1366px) {
          .twocols-content .featured-project .text .title {
            font-size: 24px; } }
        @media (min-width: 1600px) {
          .twocols-content .featured-project .text .title {
            font-size: 28px;
            margin: 0 43px 0 0; } }
        .twocols-content .featured-project .text .title span {
          display: block;
          color: #5a5a77; }
      .twocols-content .featured-project .text .text-holder {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .twocols-content .featured-project .text ul:not([class]) {
        margin: 0;
        font-size: 18px;
        color: #343435; }
        @media (min-width: 1600px) {
          .twocols-content .featured-project .text ul:not([class]) {
            font-size: 20px; } }
        .twocols-content .featured-project .text ul:not([class]) li {
          padding: 0 0 0 14px; }
          .twocols-content .featured-project .text ul:not([class]) li:after {
            position: absolute;
            left: 0;
            top: 10px;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background: #343435;
            content: ''; }
          .twocols-content .featured-project .text ul:not([class]) li:before {
            display: none; }

.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: 1366px) {
    .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; }

.sectors-block {
  background: #fff;
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .sectors-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .sectors-block {
      padding: 60px 0; } }
  @media (min-width: 1366px) {
    .sectors-block {
      padding: 100px 0; } }
  .sectors-block .container {
    max-width: 1680px; }
  @media (min-width: 1366px) {
    .sectors-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .sectors-block .row .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .sectors-block .row .col.text-col {
      margin: 0 auto 40px;
      text-align: center;
      max-width: 800px; }
      @media (min-width: 1366px) {
        .sectors-block .row .col.text-col {
          max-width: none;
          width: 320px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0 40px 0 0;
          -webkit-box-flex: inherit;
              -ms-flex-positive: inherit;
                  flex-grow: inherit;
          text-align: left; } }
  .sectors-block .btn {
    min-width: 200px; }
  .sectors-block .sub-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 -10px -20px; }
    .sectors-block .sub-row .sub-col {
      width: 100%;
      padding: 0 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .sectors-block .sub-row .sub-col {
          width: calc(100%/2); } }
      @media (min-width: 1024px) {
        .sectors-block .sub-row .sub-col {
          width: calc(100%/4); } }
  .sectors-block .service-cta {
    font-size: 16px;
    line-height: 22px;
    padding: 35px 20px;
    margin: 0; }
    @media (min-width: 1024px) {
      .sectors-block .service-cta {
        margin: 0; } }
    @media (min-width: 1600px) {
      .sectors-block .service-cta {
        padding: 35px 30px; } }
    .sectors-block .service-cta p {
      margin: 0; }
  .sectors-block .more {
    font-weight: 600;
    color: #66709e;
    text-decoration: underline; }
    .sectors-block .more:hover {
      text-decoration: none; }
  .sectors-block.bg-light-blue {
    background: #f9f9ff; }
  .sectors-block.bg-light-gray {
    background: #e7eaec; }
  .sectors-block .service-cta .title {
    color: #343435;
    text-transform: none;
    position: static;
    background: none;
    white-space: normal;
    text-overflow: inherit;
    display: block;
    font-weight: 600; }
    .sectors-block .service-cta .title:after, .sectors-block .service-cta .title:before {
      display: none; }

.listing-block .container {
  max-width: 1270px; }

.contact-block .text-holder {
  max-width: 1074px;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .contact-block .text-holder {
      padding-bottom: 30px; } }

.contact-block .container {
  max-width: 1280px; }

@media (min-width: 1024px) {
  .contact-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; } }

@media (min-width: 1366px) {
  .contact-block .row {
    margin: 0 -40px; } }

@media (min-width: 1024px) {
  .contact-block .row .col {
    padding: 0 15px;
    width: 45%; } }

@media (min-width: 1366px) {
  .contact-block .row .col {
    padding: 0 40px; } }

@media (min-width: 1024px) {
  .contact-block .row .col:first-child {
    width: 55%; } }

.contact-block form {
  background: #eceeee;
  padding: 20px; }
  @media (min-width: 576px) {
    .contact-block form {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .contact-block form {
      padding: 40px; } }
  .contact-block form input[type="submit"] {
    text-transform: uppercase;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .contact-block form input[type="submit"] {
        min-height: 70px; } }
  @media (max-width: 1023px) {
    .contact-block form {
      margin: 0 0 30px; } }

.contact-block .logo {
  margin: 0 0 30px;
  max-width: 180px; }

.contact-block address {
  font-style: normal;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .contact-block address {
      margin: 0 0 20px; } }

.contact-block .heading {
  font-size: 20px;
  font-weight: 700; }

.contact-block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .contact-block .link {
      font-size: 20px; } }
  .contact-block .link .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 0 0;
    min-width: 60px;
    font-weight: 700; }
  .contact-block .link .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #343435; }
  .contact-block .link .sub-title {
    display: block;
    font-weight: 700; }
  .contact-block .link a {
    color: #000;
    word-break: break-all; }

.contact-block .phone-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px; }
  .contact-block .phone-list li span {
    font-weight: 600; }

.phone-book {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: 0; }
  .phone-book .tel {
    font-weight: 700; }
  .phone-book li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px 16px; }

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

.contact-block.bg-light-blue {
  background: #f9f9ff; }

.contact-block.bg-light-gray {
  background: #e7eaec; }

.contact-block .container {
  max-width: 1480px; }
  .contact-block .container .row .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.contact-block.v2 {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .contact-block.v2 {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .contact-block.v2 {
      padding: 80px 0; } }
  .contact-block.v2 h2, .contact-block.v2 .h2 {
    margin: 0 0 20px; }
  .contact-block.v2 .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .contact-block.v2 form {
    padding: 0;
    background: none; }

.team-block {
  padding: 60px 0 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .team-block {
      padding: 60px 0 40px; } }
  @media (min-width: 1024px) {
    .team-block {
      padding: 80px 0 50px; } }
  .team-block.bg-light-blue {
    background: #f9f9ff; }
  .team-block.bg-light-gray {
    background: #e7eaec; }
  .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 h2, .team-block .h2 {
    margin: 0 0 30px;
    font-weight: 600; }
    @media (min-width: 576px) {
      .team-block h2, .team-block .h2 {
        font-size: 40px;
        margin: 0 0 50px; } }

.team-box {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-align: center; }
  @media (min-width: 768px) {
    .team-box {
      font-size: 20px;
      line-height: 26px; } }
  .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: solid 8px #fff; }
  .team-box .caption {
    color: #fff;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(52, 52, 53, 0.9);
    padding: 10px; }
  .team-box .title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 2px; }
    @media (min-width: 1440px) {
      .team-box .title {
        font-size: 24px;
        line-height: 28px; } }
  .team-box .text {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 100px 20px 20px;
    font-size: 20px; }
  .team-box .sub-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  .team-box .more {
    font-weight: 600;
    text-decoration: underline; }
    .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; }
    @media (min-width: 768px) {
      .team-popup .title {
        font-size: 24px;
        line-height: 32px; } }
  .team-popup .sub-title {
    display: block;
    color: #B0B0B0;
    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: #343435; }
  .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; }

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

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

.spacer.bg-light-blue {
  background: #f9f9ff; }

.spacer.bg-light-gray {
  background: #e7eaec; }

.spacer .mob-height {
  display: none; }
  @media (max-width: 1023px) {
    .spacer .mob-height {
      display: block; } }

.spacer .desktop-height {
  display: none; }
  @media (min-width: 1024px) {
    .spacer .desktop-height {
      display: block; } }

.clients-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .clients-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .clients-block {
      padding: 80px 0; } }
  .clients-block h2, .clients-block .h2 {
    margin: 0; }
    @media (min-width: 768px) {
      .clients-block h2, .clients-block .h2 {
        margin: 0 0 30px; } }
    @media (min-width: 1200px) {
      .clients-block h2, .clients-block .h2 {
        margin: 0 0 40px; } }
  .clients-block .header-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .clients-block.bg-light-blue {
    background: #f9f9ff; }
  .clients-block.bg-light-gray {
    background: #e7eaec; }
  .clients-block .logos-list {
    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;
    margin: 0 -10px -20px; }
    @media (min-width: 1200px) {
      .clients-block .logos-list {
        margin: 0 -20px -50px; } }
    @media (min-width: 1600px) {
      .clients-block .logos-list {
        margin: 0 -30px -50px; } }
    .clients-block .logos-list li {
      width: 50%;
      padding: 0 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .clients-block .logos-list li {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .clients-block .logos-list li {
          width: 25%; } }
      @media (min-width: 1200px) {
        .clients-block .logos-list li {
          padding: 0 20px 50px; } }
      @media (min-width: 1600px) {
        .clients-block .logos-list li {
          padding: 0 30px 50px; } }
      .clients-block .logos-list li a, .clients-block .logos-list li .logo-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;
        padding: 10px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        min-height: 90px;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }
        @media (min-width: 576px) {
          .clients-block .logos-list li a, .clients-block .logos-list li .logo-holder {
            min-height: 115px;
            padding: 20px; } }
        .clients-block .logos-list li a:hover, .clients-block .logos-list li .logo-holder:hover {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); }
        .clients-block .logos-list li a img, .clients-block .logos-list li .logo-holder img {
          max-width: 100%;
          max-height: auto; }

.projects-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .projects-block {
      padding: 80px 0; } }
  @media (min-width: 1366px) {
    .projects-block {
      padding: 100px 0; } }
  .projects-block .projects-block-header {
    text-align: center;
    margin: 0 0 25px; }
    @media (min-width: 576px) {
      .projects-block .projects-block-header {
        text-align: left;
        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; } }
  .projects-block .more {
    font-weight: 600;
    text-decoration: underline; }
    .projects-block .more:hover {
      text-decoration: none; }
  .projects-block h2, .projects-block .h2 {
    margin: 0 0 10px;
    color: #343435;
    font-weight: 600; }
    @media (min-width: 576px) {
      .projects-block h2, .projects-block .h2 {
        margin: 0; } }
    @media (max-width: 767px) {
      .projects-block h2, .projects-block .h2 {
        font-size: 35px; } }
  .projects-block .projects-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 -5px; }
  .projects-block .project {
    padding: 0 5px 20px;
    width: 33.33%;
    margin: 17px 0 22px; }
    .projects-block .project.slick-slide {
      padding-bottom: 0; }
    .projects-block .project:nth-child(even) {
      margin: 0; }
      .projects-block .project:nth-child(even) .image {
        padding-top: 90%; }
      .projects-block .project:nth-child(even) .caption {
        background: #39393a; }
    .projects-block .project a:hover .caption {
      background: #39393a; }
    .projects-block .project .image {
      display: block;
      padding-top: 80%;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
    .projects-block .project .caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #343435;
      color: #fff;
      text-align: center;
      font-weight: 500;
      padding: 15px 15px;
      font-size: 19px;
      line-height: 24px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      @media (min-width: 768px) {
        .projects-block .project .caption {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 1200px) {
        .projects-block .project .caption {
          font-size: 24px;
          line-height: 30px; } }
      @media (min-width: 1366px) {
        .projects-block .project .caption {
          font-size: 26px;
          line-height: 32px; } }
    .projects-block .project .title {
      display: block; }
    .projects-block .project .sub-title {
      display: block;
      opacity: 0.5; }
  .projects-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 -300px 0 0;
    padding: 0 300px 0 0; }
  @media (min-width: 576px) {
    .projects-block .heading-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .projects-block.bg-light-blue {
    background: #f9f9ff; }
  .projects-block.bg-light-gray {
    background: #e7eaec; }

.project-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .project-slider-nav {
      margin: 0 0 0 10px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .project-slider-nav .slick-arrow {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    border: solid 1px #343435;
    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: #343435;
    margin: 0 5px; }
    .project-slider-nav .slick-arrow.slick-disabled {
      color: #b7b8c4;
      border-color: #b7b8c4; }

.portfolio-content {
  background: #eceeee;
  padding: 0 0 40px; }
  @media (min-width: 576px) {
    .portfolio-content {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .portfolio-content {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .portfolio-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; } }
  @media (min-width: 1024px) {
    .portfolio-content .row .col {
      width: 350px;
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .portfolio-content .row .col {
      width: 400px; } }
  .portfolio-content .row .col.text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .portfolio-content .row .col.text p strong {
      font-weight: 600; }
  .portfolio-content .service-cta {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .portfolio-content .service-cta .title {
      text-overflow: inherit;
      white-space: normal;
      text-transform: none; }
  .portfolio-content + .post-prev-next {
    background: #fff; }

.post-prev-next {
  text-align: center; }
  .post-prev-next .navigation {
    padding: 0;
    max-width: none; }
  .post-prev-next .nav-previous {
    width: 50%; }
    .post-prev-next .nav-previous a {
      display: block;
      padding: 20px 10px; }
  .post-prev-next .nav-next {
    width: 50%;
    border-left: solid 1px rgba(0, 0, 0, 0.2); }
    .post-prev-next .nav-next a {
      display: block;
      padding: 20px 10px; }
  .post-prev-next .nav-links {
    padding: 0; }

.projects-block.listing {
  text-align: center;
  padding: 80px 0 40px; }
  @media (min-width: 480px) {
    .projects-block.listing {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .projects-block.listing {
      padding: 60px 0; } }
  @media (min-width: 1366px) {
    .projects-block.listing {
      padding: 80px 0; } }
  .projects-block.listing h2, .projects-block.listing .h2 {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .projects-block.listing h2, .projects-block.listing .h2 {
        margin: 0 0 30px; } }
  .projects-block.listing .filter-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
    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; }
    @media (min-width: 768px) {
      .projects-block.listing .filter-nav {
        margin: 0 0 30px; } }
    .projects-block.listing .filter-nav li {
      margin: 0 5px 10px; }
      .projects-block.listing .filter-nav li a {
        display: block;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        font-weight: 600;
        padding: 8px 20px;
        min-width: 100px;
        font-size: 18px; }
        @media (min-width: 768px) {
          .projects-block.listing .filter-nav li a {
            padding: 10px 25px;
            min-width: 120px;
            font-size: 20px; } }
        .projects-block.listing .filter-nav li a:hover, .projects-block.listing .filter-nav li a.active {
          background: #343435;
          color: #fff; }
  .projects-block.listing .container {
    max-width: 1800px; }
  .projects-block.listing .projects-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px; }
    .projects-block.listing .projects-row .project {
      padding: 0 5px 10px;
      margin: 0;
      width: 100%; }
      @media (min-width: 576px) {
        .projects-block.listing .projects-row .project {
          width: 50%; } }
      @media (min-width: 1024px) {
        .projects-block.listing .projects-row .project {
          width: 33.33%; } }
      @media (min-width: 1366px) {
        .projects-block.listing .projects-row .project {
          width: 25%; } }
      .projects-block.listing .projects-row .project .image {
        padding-top: 90%; }
      .projects-block.listing .projects-row .project .caption {
        background: #39393a;
        font-size: 20px;
        line-height: 28px; }
        @media (min-width: 1600px) {
          .projects-block.listing .projects-row .project .caption {
            font-size: 22px;
            line-height: 30px; } }

.loadmore-holder {
  padding-top: 30px; }
  .loadmore-holder .btn {
    min-width: 200px; }

.reviews-area {
  background: #303131; }
  .reviews-area img {
    display: block;
    width: 100%; }

.gallery-slider-block {
  padding: 40px 0 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .gallery-slider-block {
      padding: 60px 0 0; } }
  @media (min-width: 1024px) {
    .gallery-slider-block {
      padding: 70px 0 0; } }
  .gallery-slider-block h2, .gallery-slider-block .h2 {
    text-align: center;
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 35px; }
  .gallery-slider-block.bg-light-blue {
    background: #f9f9ff; }
  .gallery-slider-block.bg-light-gray {
    background: #e7eaec; }

.features-list-block {
  border-bottom: solid 1px #d1d5d7;
  padding: 20px 0; }
  .features-list-block .container {
    text-align: center; }
    @media (min-width: 1600px) {
      .features-list-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left; } }
  .features-list-block h3, .features-list-block .h3 {
    color: #808080;
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 400; }
    @media (min-width: 1600px) {
      .features-list-block h3, .features-list-block .h3 {
        margin: 0; } }
  .features-list-block ul {
    margin: 0 -15px -8px;
    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; }
    @media (min-width: 1366px) {
      .features-list-block ul {
        margin: 0 -20px -8px; } }
    .features-list-block ul li {
      font-size: 18px;
      color: #39393a;
      font-weight: 600;
      margin: 0 15px 8px; }
      @media (min-width: 1366px) {
        .features-list-block ul li {
          margin: 0 20px 8px;
          font-size: 19px; } }
      .features-list-block ul li:before {
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        content: '\e908';
        font-family: icomoon;
        color: #808080;
        margin: -2px 8px 0 0; }

.reviews-grid-block {
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .reviews-grid-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .reviews-grid-block {
      padding: 70px 0; } }
  .reviews-grid-block.bg-gray {
    background: #eceeee; }
    .reviews-grid-block.bg-gray .review-box {
      background: #fff; }
  .reviews-grid-block .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%; }
    .reviews-grid-block .bg-image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.7; }
  .reviews-grid-block .container {
    position: relative;
    z-index: 1; }
  .reviews-grid-block .reviews-header {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .reviews-grid-block .reviews-header {
        padding: 0 0 30px; } }
  .reviews-grid-block.has-bg-image {
    background-size: cover;
    background-position: 50% 50%; }
    .reviews-grid-block.has-bg-image .reviews-header {
      color: #fff; }
    .reviews-grid-block.has-bg-image h2, .reviews-grid-block.has-bg-image .h2 {
      color: inherit; }
  .reviews-grid-block.text-center {
    text-align: center; }
    .reviews-grid-block.text-center .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .reviews-grid-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; }
    .reviews-grid-block .row .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px 30px;
      width: 100%; }
      @media (min-width: 768px) {
        .reviews-grid-block .row .col {
          width: 50%; } }
      @media (min-width: 1200px) {
        .reviews-grid-block .row .col {
          width: 33.33%; } }
  .reviews-grid-block .review-box {
    width: 100%;
    background: #eceeee;
    padding: 65px 30px 40px;
    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;
    text-align: left; }
    @media (min-width: 1024px) {
      .reviews-grid-block .review-box {
        padding: 65px 40px 40px; } }
    .reviews-grid-block .review-box q {
      quotes: none;
      display: block;
      margin: 0 0 30px;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative; }
      @media (min-width: 1024px) {
        .reviews-grid-block .review-box q {
          margin: 0 0 40px; } }
      .reviews-grid-block .review-box q:after {
        position: absolute;
        left: 0;
        top: -40px;
        content: '\e916';
        font-family: icomoon;
        font-size: 24px; }
    .reviews-grid-block .review-box cite {
      font-weight: 600; }
/*# sourceMappingURL=style.css.map */