/*
Theme Name: Quality Bathroom
Author: Anonymous
Author URI:
Version: 1
Description: Quality Bathroom theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Quality Bathroom
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, .top-nav ul, .nav ul, .footer-nav ul, .contact-info-list, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .contact-form ul, .contact-form .gform_fields, .widget ul, .social-networks, .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields, .contact-block .contact-info-list {
  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: #58595B;
  background: #fff;
  font: 18px/1.8888888889 "Roboto Condensed", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

blockquote {
  border-left: 4px solid #363C55;
  padding-left: .5em;
  margin-left: 1.8888888889em; }

th, td {
  border: 1px solid #B22C12;
  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: 52px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px transparent;
  padding: 14px 20px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #58595B;
  background-color: #fff; }
  @media (min-width: 1024px) {
    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: 64px; } }
  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: #A9A9A9; }
  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: #A9A9A9; }
  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: #A9A9A9; }
  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: #A9A9A9; }
  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: #A9A9A9; }
  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: #B22C12; }

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

textarea {
  resize: vertical;
  vertical-align: top;
  height: 183px !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: 17px;
  line-height: 20px;
  padding: 15px 25px;
  min-height: 50px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #B22C12;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 18px;
      line-height: 22px;
      padding: 19px 25px;
      min-height: 60px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background: #84210d;
    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: #363C55;
    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: #4a5274; }

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

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

input[type='file'] {
  border-bottom: 0;
  background-color: #B22C12;
  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: #B22C12 !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: "Anglecia Pro", serif;
  border: 0; }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #363C55 !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'; }

.widget {
  margin-bottom: 1.8888888889em; }
  .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: #B22C12;
  color: #fff;
  font-size: 15px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

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

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.8888888889em; }
  .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: #B22C12;
    color: #fff;
    padding: 9px 10px 8px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 5px #B22C12; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.8888888889em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #B22C12;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #B22C12;
      color: #fff;
      padding: 9px 10px 8px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      border-bottom: solid 5px #B22C12; }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

.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: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #10121A;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 40px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 46px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 50px; } }

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

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

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

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

p {
  margin: 0 0 1em; }

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

@font-face {
  font-family: 'Anglecia Pro';
  src: url("fonts/AngleciaProDisplay-Regular.woff2") format("woff2"), url("fonts/AngleciaProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@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-address:before {
  content: "\e937"; }

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

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

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

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

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

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

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

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

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

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

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

.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-utilities:before {
  content: "\e904"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-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-user:before {
  content: "\f007"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-pagination {
  overflow: hidden; }

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

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 20px !important; }
  .slick-dots li {
    padding: 0 3px; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 14px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #B22C12;
      -webkit-transition: background linear 0.3s;
      transition: background linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #B22C12 !important;
        border-color: #B22C12; }
    .slick-dots li.slick-active button {
      background: #B22C12;
      border-color: #B22C12; }

.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;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slick-prev i,
  .slick-next i {
    margin: 0 3px;
    font-size: 22px; }

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

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

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header {
  position: relative;
  z-index: 1000;
  border-top: solid 4px #B22C12;
  border-bottom: solid 1px rgba(54, 60, 85, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    #header {
      border-bottom: 0;
      box-shadow: none;
      border-top: solid 6px #B22C12; } }
  @media (max-width: 1023px) {
    #header:before {
      position: fixed;
      left: 0;
      right: 0;
      top: 83px;
      bottom: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; } }

.top-nav {
  display: block; }
  @media (min-width: 1024px) {
    .top-nav ul {
      margin: 0 -19px;
      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; }
      .top-nav ul li {
        padding: 0 19px;
        position: relative; }
        .top-nav ul li.active a {
          color: #B22C12; }
      .top-nav ul a {
        font-size: 18px;
        line-height: 24px; }
        .top-nav ul a:hover {
          color: #B22C12; } }

.phone-no {
  position: relative;
  padding-left: 47px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 30px;
  display: none; }
  @media (min-width: 450px) {
    .phone-no {
      display: block; } }
  .phone-no .icon {
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #B22C12;
    border-radius: 3px;
    color: #fff;
    width: 38px;
    height: 38px;
    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; }

.menu-bar {
  background-color: #fff;
  padding: 13px 0; }
  .menu-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu-bar .logo {
    max-width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1200px) {
      .menu-bar .logo {
        max-width: 223px; } }
    .menu-bar .logo img {
      display: block;
      max-width: 100%; }
  .menu-bar .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.nav {
  background: #0B0E1A;
  display: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .nav {
      display: block; } }
  .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;
    font-size: 15px;
    line-height: 20px;
    margin: 0 -20px;
    position: relative; }
    @media (min-width: 1200px) {
      .nav ul {
        font-size: 18px;
        line-height: 22px;
        margin: 0 -28px; } }
    @media (min-width: 1024px) {
      .nav ul .drop-opener {
        display: none; } }
    @media (max-width: 1023px) {
      .nav ul .drop-opener {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-weight: 400;
        z-index: 1;
        width: 44px;
        height: 44px;
        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; } }
    .nav ul li {
      position: relative; }
      .nav ul li:before {
        position: absolute;
        left: 0;
        top: 17px;
        bottom: 17px;
        content: '';
        background-color: #474A56;
        width: 1px; }
      .nav ul li:first-child:before {
        display: none; }
      @media (max-width: 1023px) {
        .nav ul li.drop-active > .drop-opener .icon-plus:before {
          content: '\f068'; } }
      .nav ul li.menu-item-has-children > a {
        padding-right: 40px; }
        @media (min-width: 1024px) {
          .nav ul li.menu-item-has-children > a:before {
            position: absolute;
            right: 17px;
            top: 18px;
            content: '\f107';
            font-family: 'icomoon' !important;
            -webkit-transition: linear 0.4s;
            transition: linear 0.4s; } }
      .nav ul li a {
        display: block;
        text-align: center;
        position: relative;
        color: #fff;
        padding: 18px 22px; }
        @media (min-width: 1200px) {
          .nav ul li a {
            padding: 18px 27px; } }
        .nav ul li a:hover {
          color: #363C55; }
      .nav ul li.active > a {
        color: #363C55; }
      .nav ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      @media (min-width: 1024px) {
        .nav ul li:hover > a {
          background-color: #B22C12;
          color: #fff; } }
      .nav ul li:hover > a:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media (min-width: 1024px) {
        .nav ul li ul {
          position: absolute;
          left: 0;
          top: 100%;
          min-width: 260px;
          display: block;
          background-color: #B22C12;
          margin: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          z-index: 20;
          overflow: hidden;
          pointer-events: none; } }
      .nav ul li ul ul {
        display: block; }
      .nav ul li ul li {
        padding: 0;
        margin: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.2); }
        .nav ul li ul li a {
          text-align: left;
          color: #fff;
          padding: 10px 22px; }
          @media (min-width: 1200px) {
            .nav ul li ul li a {
              padding: 10px 32px; } }
          .nav ul li ul li a.has-drop-down-a {
            padding-right: 45px; }
            .nav ul li ul li a.has-drop-down-a:before {
              right: 20px;
              top: 10px; }
        .nav ul li ul li ul {
          left: 100%;
          top: 0; }
          .nav ul li ul li ul li:first-child {
            border-top: 0; }
      .nav ul li.mega-menu {
        position: static; }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul {
            position: absolute;
            right: 15px;
            left: auto;
            width: calc(100% - 15px);
            padding: 0 0 30px;
            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: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); } }
        @media (min-width: 1200px) {
          .nav ul li.mega-menu > ul {
            right: 0;
            width: 1100px;
            padding: 0 0 15px;
            font-size: 18px; } }
        @media (min-width: 1760px) {
          .nav ul li.mega-menu > ul {
            left: 0;
            right: auto; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li {
            width: 50%;
            -webkit-box-flex: inherit;
                -ms-flex-positive: inherit;
                    flex-grow: inherit;
            padding: 30px 30px 0; } }
        @media (min-width: 1200px) {
          .nav ul li.mega-menu > ul li {
            width: calc(70%/3);
            padding: 30px 30px; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li + li {
            border-left: solid 1px #cae6a8; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li a {
            padding: 0;
            font-weight: 500; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li a.has-drop-down-a {
            padding: 0; }
            .nav ul li.mega-menu > ul li a.has-drop-down-a:before {
              display: none; } }
        @media (min-width: 1200px) {
          .nav ul li.mega-menu > ul li:nth-child(4) {
            width: 30%; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li:nth-child(5), .nav ul li.mega-menu > ul li:nth-child(6) {
            border: 0; } }
        @media (min-width: 1200px) {
          .nav ul li.mega-menu > ul li:nth-child(5), .nav ul li.mega-menu > ul li:nth-child(6) {
            width: 25%;
            padding-top: 40px; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li:nth-child(5) a, .nav ul li.mega-menu > ul li:nth-child(6) a {
            text-decoration: underline;
            font-weight: 600; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li ul {
            position: static;
            width: 100%;
            opacity: 1;
            visibility: visible;
            display: block;
            padding: 0;
            min-width: inherit;
            padding-top: 10px;
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .nav ul li.mega-menu > ul li ul {
            padding-top: 20px; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li ul li {
            width: 100%;
            border: 0;
            padding: 0 0 10px; } }
        @media (min-width: 1024px) {
          .nav ul li.mega-menu > ul li ul li a {
            padding: 0;
            font-weight: 400; } }
  .nav .top-nav {
    display: block; }
    @media (min-width: 1024px) {
      .nav .top-nav {
        display: none; } }

.main-menu .nav {
  display: none; }

@media (max-width: 1023px) {
  .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #0B0E1A;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    max-height: calc(100vh - 83px);
    overflow-x: hidden;
    overflow-y: auto; }
    .main-menu .nav, .main-menu .top-nav {
      display: block; }
      .main-menu .nav ul, .main-menu .top-nav ul {
        display: block;
        margin: 0;
        border: 0;
        font-size: 15px;
        line-height: 20px; }
        .main-menu .nav ul li, .main-menu .top-nav ul li {
          border-top: solid 1px rgba(255, 255, 255, 0.2);
          padding: 0;
          margin: 0; }
          .main-menu .nav ul li a, .main-menu .top-nav ul li a {
            color: #fff;
            text-align: left;
            padding: 12px 20px;
            display: block; }
            .main-menu .nav ul li a.has-drop-down-a, .main-menu .top-nav ul li a.has-drop-down-a {
              padding-right: 40px; }
              .main-menu .nav ul li a.has-drop-down-a:before, .main-menu .top-nav ul li a.has-drop-down-a:before {
                top: 11px;
                right: 20px; }
            .main-menu .nav ul li a:hover, .main-menu .top-nav ul li a:hover {
              color: #363C55; }
          .main-menu .nav ul li.active a, .main-menu .top-nav ul li.active a {
            color: #363C55; }
          .main-menu .nav ul li.hover > ul, .main-menu .top-nav ul li.hover > ul {
            display: block; }
          .main-menu .nav ul li ul, .main-menu .top-nav ul li ul {
            position: static;
            opacity: 1;
            visibility: visible;
            background-color: #2c3145;
            display: none; }
            .main-menu .nav ul li ul li a, .main-menu .top-nav ul li ul li a {
              padding-left: 40px; }
            .main-menu .nav ul li ul ul, .main-menu .top-nav ul li ul ul {
              background-color: #84210d; }
              .main-menu .nav ul li ul ul li:first-child, .main-menu .top-nav ul li ul ul li:first-child {
                border-top: solid 1px rgba(255, 255, 255, 0.2); }
              .main-menu .nav ul li ul ul li a, .main-menu .top-nav ul li ul ul li a {
                padding-left: 60px; } }

@media (max-width: 1023px) {
  .fixed-position .main-menu {
    max-height: calc(100vh - 83px); } }

@media (max-width: 767px) {
  .main-menu {
    max-height: calc(100vh - 83px); } }

.menu-opener {
  display: none;
  float: right;
  margin: 0 0 0 20px; }
  @media (max-width: 1023px) {
    .menu-opener {
      display: block;
      width: 30px;
      height: 26px;
      position: relative;
      z-index: 3; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        content: "";
        height: 4px;
        background: #B22C12; }
      .menu-opener span {
        top: 9px; }
      .menu-opener:after {
        top: 18px; } }

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

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

.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 .menu-bar {
    padding: 5px 0; }
    @media (max-width: 1023px) {
      .fixed-position #header .menu-bar {
        padding: 12px 0; } }
    .fixed-position #header .menu-bar .logo {
      width: 200px; }
  .fixed-position #header .header-top .container {
    padding-top: 5px;
    padding-bottom: 5px; }
  @media (max-width: 1023px) {
    .fixed-position #header .header-top {
      display: none; } }

@-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-bottom {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
  background: #10121A;
  color: #9F9F9F;
  text-align: center;
  border-top: solid 1px #272C3F; }
  @media (min-width: 1024px) {
    .footer-bottom {
      text-align: left; } }
  .footer-bottom p {
    margin: 0; }

.footer-top {
  padding: 40px 0 20px;
  font-size: 16px;
  text-align: center;
  background: #10121A;
  color: #fff; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 50px 0 24px;
      text-align: left; } }
  @media (min-width: 1024px) {
    .footer-top {
      padding: 50px 0 24px; } }
  @media (min-width: 1200px) {
    .footer-top {
      font-size: 17px; } }
  .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: 1366px) {
      .footer-top .row {
        margin: 0 -30px; } }
    .footer-top .row .col {
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 768px) {
        .footer-top .row .col {
          width: 33.33%;
          padding: 0 15px; } }
      @media (min-width: 1024px) {
        .footer-top .row .col {
          padding: 0 15px;
          width: 25%; } }
      @media (min-width: 1200px) {
        .footer-top .row .col {
          width: 25%; } }
      @media (min-width: 1366px) {
        .footer-top .row .col {
          padding: 0 30px; } }
      @media (max-width: 1023px) {
        .footer-top .row .col:last-child {
          width: 100%; }
        .footer-top .row .col .contact-info-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          margin: 0 -15px; }
          .footer-top .row .col .contact-info-list li {
            width: 33.33%;
            padding: 0 15px; }
            .footer-top .row .col .contact-info-list li address, .footer-top .row .col .contact-info-list li a {
              font-size: 13px; } }
      @media (max-width: 767px) {
        .footer-top .row .col .contact-info-list {
          display: block; }
          .footer-top .row .col .contact-info-list li {
            width: 100%; }
            .footer-top .row .col .contact-info-list li i {
              position: static;
              margin: 0 8px;
              display: inline-block;
              vertical-align: middle; } }
  .footer-top .discount {
    margin: 0 auto;
    max-width: 210px; }
    @media (min-width: 768px) {
      .footer-top .discount {
        margin: 25px auto 0; } }
  .footer-top .heading {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 16px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .footer-top .heading {
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 1024px) {
      .footer-top .heading {
        font-size: 24px;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 0 22px; } }
  .footer-top .logo {
    width: 232px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .footer-top .logo {
        margin: 0 0 30px; } }
  .footer-top .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.footer-nav ul {
  font-size: 18px;
  line-height: 38px; }
  @media (min-width: 1200px) {
    .footer-nav ul {
      font-size: 21px;
      line-height: 42px; } }
  .footer-nav ul li a {
    color: #fff; }
    .footer-nav ul li a:hover {
      color: #B22C12; }
  .footer-nav ul li.active a {
    color: #B22C12; }
  @media (max-width: 767px) {
    .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;
      margin: 0 -8px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer-nav ul li {
        margin: 0 8px 8px; }
        .footer-nav ul li a {
          border-bottom: dashed 1px #B22C12;
          font-size: 16px;
          line-height: 26px;
          display: block; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #B22C12;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  .back-to-top:hover {
    color: #fff;
    background-color: #363C55; }

.fixed-position ~ .back-to-top {
  opacity: 1;
  visibility: visible; }

.contact-info-list li {
  margin: 0 0 12px; }
  .contact-info-list li a, .contact-info-list li address {
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-style: normal;
    display: block; }
  @media (max-width: 1023px) {
    .contact-info-list li [href*="mailto:"] {
      word-break: break-all; } }
  .contact-info-list li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #B22C12;
    font-size: 24px; }
    .contact-info-list li i.icon-email {
      left: -5px; }
  .contact-info-list li address {
    margin: 0; }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    color: #B22C12; }
  .text-block h1 {
    color: #B22C12; }
  .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: 010px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #B22C12; }
  .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: #B22C12;
        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(178, 44, 18, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 10px 10px; }
  .slider-for .caption:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    background-image: url(images/icon-chat.png);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin: 0 8px 0 0; }

.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: #B22C12;
    z-index: 1; }
  .gallery-holder .slick-prev,
  .gallery-holder .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;
    border: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-size: 22px;
    left: 0;
    background-color: #000; }
    .gallery-holder .slick-prev:before,
    .gallery-holder .slick-next:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-style: solid;
      border-width: 6px 10px 6px 0;
      border-color: transparent #fff transparent transparent; }
    .gallery-holder .slick-prev:hover,
    .gallery-holder .slick-next:hover {
      background: rgba(178, 44, 18, 0.7); }
  .gallery-holder .slick-next {
    left: auto;
    right: 0; }
    .gallery-holder .slick-next:before {
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #fff; }

.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: #B22C12; }
  @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 {
  margin: 0 -20px 30px;
  background: #FFF6F3;
  padding: 30px; }
  @media (min-width: 576px) {
    .form-area {
      margin: 0 0 30px; } }
  @media (min-width: 768px) {
    .form-area {
      padding: 40px; } }
  .form-area h2, .form-area .h2 {
    text-align: center; }
  .form-area ul, .form-area .gform_fields {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
      width: 100%;
      padding: 0 8px 20px; }
      @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, .form-area label {
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 4px;
    font-family: "Roboto Condensed", sans-serif; }
  .form-area .gfield_checkbox label, .form-area .gfield_checkbox .gfield_label {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }
  .form-area input[type="submit"] {
    min-width: 180px;
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .form-area input[type="submit"] {
        height: 60px; } }
    @media (min-width: 1024px) {
      .form-area input[type="submit"] {
        height: 70px; } }
  .form-area input[type="file"] {
    width: 100%; }
  .form-area .custom-checkboxes legend {
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 500;
    margin: 0 0 20px; }
  .form-area .gfield_checkbox {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .form-area .gfield_checkbox {
        font-size: 18px; } }
    .form-area .gfield_checkbox .gchoice {
      margin: 0 10px 12px;
      position: relative;
      padding-left: 34px; }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          border: solid 1px #58595B;
          content: '';
          border-radius: 4px;
          cursor: pointer;
          background: #fff; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:after {
              top: 2px; } }
        .form-area .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 2px;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #58595B;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 8px 0 0 4px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          z-index: 1; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:before {
              top: 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 #fff;
  margin: 0 0 14px;
  padding: 14px 15px 14px 66px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  background-color: #B22C12;
  color: #fff; }
  @media (min-width: 768px) {
    .download-btn {
      padding: 14px 204px 14px 66px; } }
  .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: 14px 20px 14px;
    border-left: solid 1px #fff; }
    @media (min-width: 768px) {
      .download-btn .download {
        display: block; } }
    .download-btn .download i {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 15px; }
  .download-btn .ext {
    font-size: 14px;
    color: #fff;
    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: 10px;
    line-height: 1;
    font-size: 25px; }
  .download-btn:hover {
    color: #fff; }

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

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    margin: 0 0 16px; }
    .accordion li.active .opener .icon:before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  .accordion .opener {
    display: block;
    background: #B22C12;
    font-size: 19px;
    line-height: 22px;
    padding: 12px 60px 12px 20px;
    position: relative;
    border: solid 1px #B22C12;
    font-weight: 700;
    color: #fff; }
    .accordion .opener .icon {
      position: absolute;
      right: 0;
      top: 0;
      width: 44px;
      height: 100%;
      background-color: #B22C12;
      font-size: 14px; }
      .accordion .opener .icon:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #fff;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }
    .accordion .opener:hover {
      color: #fff; }
  .accordion .slide-holder {
    padding: 20px 20px;
    border: solid 1px #B22C12;
    border-top: 0; }
    .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; }

.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: #B22C12;
      font-size: 16px;
      color: #fff; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #696969; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #696969;
      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: 60px 0; }

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

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

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

.hidden_label .gfield_label {
  display: none; }

.validation_error {
  display: none; }

.gfield_description.validation_message {
  display: none; }

.gfield_error input[type='text'], .gfield_error input[type='tel'],
.gfield_error input[type='email'], .gfield_error input[type='search'],
.gfield_error input[type='password'], .gfield_error input[type='url'],
.gfield_error input[type='date'], .gfield_error textarea, .gfield_error input[type='number'] {
  border-color: #f00 !important; }

.contact-form ul li, .contact-form ul .gfield, .contact-form .gform_fields li, .contact-form .gform_fields .gfield {
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .contact-form ul li, .contact-form ul .gfield, .contact-form .gform_fields li, .contact-form .gform_fields .gfield {
      margin: 0 0 30px; } }

.contact-form input[type='text'],
.contact-form input[type='tel'],
.contact-form input[type='email'],
.contact-form input[type='search'],
.contact-form input[type='password'],
.contact-form input[type='url'],
.contact-form input[type='date'],
.contact-form textarea, .contact-form select, .contact-form input[type='number'] {
  border-color: rgba(178, 44, 18, 0.2); }
  .contact-form input[type='text']::-webkit-input-placeholder,
  .contact-form input[type='tel']::-webkit-input-placeholder,
  .contact-form input[type='email']::-webkit-input-placeholder,
  .contact-form input[type='search']::-webkit-input-placeholder,
  .contact-form input[type='password']::-webkit-input-placeholder,
  .contact-form input[type='url']::-webkit-input-placeholder,
  .contact-form input[type='date']::-webkit-input-placeholder,
  .contact-form textarea::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder, .contact-form input[type='number']::-webkit-input-placeholder {
    color: #9ab5c3; }
  .contact-form input[type='text']::-moz-placeholder,
  .contact-form input[type='tel']::-moz-placeholder,
  .contact-form input[type='email']::-moz-placeholder,
  .contact-form input[type='search']::-moz-placeholder,
  .contact-form input[type='password']::-moz-placeholder,
  .contact-form input[type='url']::-moz-placeholder,
  .contact-form input[type='date']::-moz-placeholder,
  .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #9ab5c3; }
  .contact-form input[type='text']:-moz-placeholder,
  .contact-form input[type='tel']:-moz-placeholder,
  .contact-form input[type='email']:-moz-placeholder,
  .contact-form input[type='search']:-moz-placeholder,
  .contact-form input[type='password']:-moz-placeholder,
  .contact-form input[type='url']:-moz-placeholder,
  .contact-form input[type='date']:-moz-placeholder,
  .contact-form textarea:-moz-placeholder, .contact-form select:-moz-placeholder, .contact-form input[type='number']:-moz-placeholder {
    color: #9ab5c3; }
  .contact-form input[type='text']:-ms-input-placeholder,
  .contact-form input[type='tel']:-ms-input-placeholder,
  .contact-form input[type='email']:-ms-input-placeholder,
  .contact-form input[type='search']:-ms-input-placeholder,
  .contact-form input[type='password']:-ms-input-placeholder,
  .contact-form input[type='url']:-ms-input-placeholder,
  .contact-form input[type='date']:-ms-input-placeholder,
  .contact-form textarea:-ms-input-placeholder, .contact-form select:-ms-input-placeholder, .contact-form input[type='number']:-ms-input-placeholder {
    color: #9ab5c3; }
  .contact-form input[type='text'].placeholder,
  .contact-form input[type='tel'].placeholder,
  .contact-form input[type='email'].placeholder,
  .contact-form input[type='search'].placeholder,
  .contact-form input[type='password'].placeholder,
  .contact-form input[type='url'].placeholder,
  .contact-form input[type='date'].placeholder,
  .contact-form textarea.placeholder, .contact-form select.placeholder, .contact-form input[type='number'].placeholder {
    color: #9ab5c3; }
  @media (min-width: 1024px) {
    .contact-form input[type='text'],
    .contact-form input[type='tel'],
    .contact-form input[type='email'],
    .contact-form input[type='search'],
    .contact-form input[type='password'],
    .contact-form input[type='url'],
    .contact-form input[type='date'],
    .contact-form textarea, .contact-form select, .contact-form input[type='number'] {
      height: 60px; } }
  .contact-form input[type='text']:focus,
  .contact-form input[type='tel']:focus,
  .contact-form input[type='email']:focus,
  .contact-form input[type='search']:focus,
  .contact-form input[type='password']:focus,
  .contact-form input[type='url']:focus,
  .contact-form input[type='date']:focus,
  .contact-form textarea:focus, .contact-form select:focus, .contact-form input[type='number']:focus {
    border-color: #363C55; }

.contact-form input[type='button'],
.contact-form input[type='reset'],
.contact-form input[type='submit'] {
  width: 100%;
  background-color: #363C55;
  color: #B22C12;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .contact-form input[type='button'],
    .contact-form input[type='reset'],
    .contact-form input[type='submit'] {
      height: 60px; } }
  .contact-form input[type='button']:hover,
  .contact-form input[type='reset']:hover,
  .contact-form input[type='submit']:hover {
    background-color: #4a5274; }

.listing-block {
  padding: 60px 0 20px; }
  @media (min-width: 768px) {
    .listing-block {
      padding: 80px 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 -20px; } }
  @media (min-width: 1366px) {
    .listing-block .row {
      margin: 0 -50px; } }
  .listing-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .listing-block .row .col {
        padding: 0 20px; } }
    @media (min-width: 1366px) {
      .listing-block .row .col {
        padding: 0 50px; } }
  @media (min-width: 1024px) {
    .listing-block .row #content {
      width: 63%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 37%; } }

.post-article {
  margin: 0 0 35px;
  padding-bottom: 35px;
  border-bottom: solid 1px #e8e8e8; }
  @media (min-width: 768px) {
    .post-article {
      margin: 0 0 40px;
      padding-bottom: 30px; } }
  .post-article .featured-image {
    position: relative;
    padding-top: 50%;
    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: 28px 0 0;
    margin: 0;
    position: relative; }
    .post-article .text-block a {
      text-decoration: none; }
  .post-article h3, .post-article .h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #B22C12;
    margin: 0 0 15px; }
    .post-article h3 a, .post-article .h3 a {
      color: #B22C12; }
      .post-article h3 a:hover, .post-article .h3 a:hover {
        color: #363C55; }
  .post-article .read-more {
    color: #B22C12;
    text-decoration: underline;
    font-weight: 500;
    font-size: 17px; }
    .post-article .read-more:hover {
      text-decoration: none;
      color: #363C55; }
  .post-article p {
    margin: 0 0 22px; }
  .post-article .meta {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #B22C12;
    margin: 0 0 10px;
    padding-right: 60px; }
    .post-article .meta a {
      color: #B22C12; }
      .post-article .meta a:hover {
        color: #363C55; }
    .post-article .meta .date {
      color: #363C55; }
  .post-article .icon-share {
    position: absolute;
    right: 1px;
    top: 27px;
    background: url(images/icon-share.svg);
    width: 15px;
    height: 15px;
    background-size: 100% 100%; }

.widget {
  margin: 0 0 50px; }
  .widget .widgettitle {
    display: block;
    color: #B22C12;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
    position: relative; }
    .widget .widgettitle span {
      position: relative; }
      .widget .widgettitle span:after {
        position: absolute;
        left: 100%;
        bottom: 5px;
        margin: 0 0 0 10px;
        content: "";
        width: 100px;
        background-color: #363C55;
        height: 1px; }
  .widget ul {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    border-bottom: solid 1px #e8e8e8; }
    @media (min-width: 1366px) {
      .widget ul {
        font-size: 20px;
        line-height: 32px; } }
    .widget ul li + li {
      border-top: solid 1px #e8e8e8; }
    .widget ul li a {
      display: block;
      padding: 15px 0;
      color: #58595B; }
      @media (min-width: 1366px) {
        .widget ul li a {
          padding: 20px 0; } }
      .widget ul li a:hover {
        color: #B22C12; }
  .widget .social-networks {
    margin: 0 -9px;
    padding-top: 30px; }
    .widget .social-networks li {
      margin: 0 9px; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 8px;
    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; }

.searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e8e8e8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .searchform > div:before {
    position: absolute;
    right: 0;
    top: 2px;
    content: '\e910';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1; }
  .searchform > div input[type='search'] {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: auto;
    padding: 0 50px 18px 0;
    min-height: inherit; }
  .searchform > div input[type='submit'] {
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    min-height: inherit;
    background: none !important;
    cursor: pointer; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -9px; }
  .social-networks li {
    margin: 0 9px 10px; }
    .social-networks li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      position: relative;
      color: #B22C12 !important;
      font-size: 15px;
      border: solid 1px #B22C12; }
      .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 {
        background: #B22C12;
        color: #fff !important; }

.content-area h1 {
  font-size: 30px; }
  @media (min-width: 1024px) {
    .content-area h1 {
      font-size: 40px; } }

.content-area h2 {
  font-size: 30px; }
  @media (min-width: 1024px) {
    .content-area h2 {
      font-size: 40px; } }

.content-area h3 {
  font-size: 25px; }
  @media (min-width: 1024px) {
    .content-area h3 {
      font-size: 30px; } }

.content-area h4 {
  font-size: 18px; }
  @media (min-width: 1024px) {
    .content-area h4 {
      font-size: 20px; } }

.content-area h5 {
  font-size: 18px; }

.content-area .alignright, .content-area .alignleft {
  max-width: 400px; }
  @media (max-width: 767px) {
    .content-area .alignright, .content-area .alignleft {
      max-width: 100%;
      width: 100%;
      margin: 0 0 20px; } }

.hero-block {
  position: relative; }
  .hero-block .slide {
    min-height: 400px; }
    @media (min-width: 1024px) {
      .hero-block .slide {
        min-height: 600px; } }
  .hero-block .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%; }
    .hero-block .image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: -webkit-linear-gradient(top, #0B0E1A 0%, rgba(11, 11, 24, 0) 100%);
      background: linear-gradient(180deg, #0B0E1A 0%, rgba(11, 11, 24, 0) 100%); }
  .hero-block.v2 .image:before {
    background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .hero-block.v2 .caption {
      padding: 60px 20px; } }
  @media (min-width: 1024px) {
    .hero-block.v2 .caption {
      padding: 80px 20px; } }
  @media (min-width: 1200px) {
    .hero-block.v2 .caption {
      padding: 100px 20px; } }
  .hero-block.v2 .slide {
    min-height: inherit; }
  .hero-block.v2 h1, .hero-block.v2 .h1 {
    margin: 0; }
  .hero-block .caption {
    position: relative;
    z-index: 1;
    padding: 40px 20px 50px;
    text-align: center;
    color: #fff;
    max-width: 600px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .hero-block .caption {
        padding: 100px 20px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        max-width: 775px;
        padding: 126px 0 200px; } }
  .hero-block h1, .hero-block .h1 {
    font-size: 40px;
    line-height: 132%;
    font-weight: 700;
    color: inherit;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
    @media (min-width: 576px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 45px;
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 70px; } }
    @media (min-width: 1200px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 80px;
        line-height: 132%;
        margin: 0 0 70px; } }
    .hero-block h1 span, .hero-block .h1 span {
      display: block;
      font-size: 30px;
      position: relative;
      font-weight: 400; }
      @media (min-width: 576px) {
        .hero-block h1 span, .hero-block .h1 span {
          font-size: 50px; } }
      @media (min-width: 1024px) {
        .hero-block h1 span, .hero-block .h1 span {
          font-size: 50px; } }
      @media (min-width: 1200px) {
        .hero-block h1 span, .hero-block .h1 span {
          font-size: 60px; } }
      .hero-block h1 span:before, .hero-block .h1 span:before {
        position: absolute;
        left: 0;
        top: 20px;
        content: '';
        background-color: #B22C12;
        z-index: -1;
        right: 0;
        height: 20px; }
        @media (min-width: 576px) {
          .hero-block h1 span:before, .hero-block .h1 span:before {
            height: 28px;
            top: 25px; } }
        @media (min-width: 768px) {
          .hero-block h1 span:before, .hero-block .h1 span:before {
            height: 38px; } }
        @media (min-width: 1024px) {
          .hero-block h1 span:before, .hero-block .h1 span:before {
            top: 40px; } }
  .hero-block .btn {
    min-width: 200px;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }

.hero-slider-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 1199px) {
    .hero-slider-nav {
      top: auto;
      bottom: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (min-width: 1366px) {
    .hero-slider-nav {
      right: 120px; } }
  @media (max-width: 1023px) {
    .hero-slider-nav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (min-width: 1024px) {
    .hero-slider-nav:before {
      position: absolute;
      left: 50%;
      top: 50%;
      content: '';
      width: 40px;
      background-color: rgba(255, 255, 255, 0.8);
      height: 1px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .hero-slider-nav .slick-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 1024px) {
      .hero-slider-nav .slick-arrow {
        margin: 70px 0; } }
    .hero-slider-nav .slick-arrow:hover {
      color: #B22C12; }
    .hero-slider-nav .slick-arrow i {
      font-size: 8px; }
    .hero-slider-nav .slick-arrow.slick-prev {
      color: #B22C12; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); } }

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); } }

.btn-down {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #60636C;
  font-size: 0;
  line-height: 0;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .btn-down {
      -webkit-transform: rotate(-180deg) translateY(50%);
      -ms-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 50%;
      font-size: 18px;
      line-height: 140%;
      left: 30px;
      bottom: auto; } }
  @media (min-width: 1200px) {
    .btn-down {
      font-size: 20px; } }
  @media (min-width: 1366px) {
    .btn-down {
      left: 122px; } }
  .btn-down .arrow {
    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;
    width: 50px;
    height: 50px;
    background-color: #B22C12;
    border-radius: 100%;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 140%; }
    @media (min-width: 1024px) {
      .btn-down .arrow {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
    @media (min-width: 1200px) {
      .btn-down .arrow {
        width: 60px;
        height: 60px; } }
    .btn-down .arrow:before {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-animation: jump 1s linear alternate infinite;
              animation: jump 1s linear alternate infinite; }

.our-services {
  background-color: #10121A;
  padding: 50px 0;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .our-services {
      padding: 80px 0 100px; } }
  @media (min-width: 1024px) {
    .our-services {
      padding: 100px 0 100px; } }
  @media (min-width: 1200px) {
    .our-services {
      padding: 120px 0 150px; } }
  .our-services .container {
    max-width: 1210px; }
  .our-services h2, .our-services .h2 {
    margin: 0 0 30px;
    color: inherit;
    text-align: left; }
    @media (min-width: 768px) {
      .our-services h2, .our-services .h2 {
        margin: 0 0 25px; } }
    @media (min-width: 1200px) {
      .our-services h2, .our-services .h2 {
        font-size: 60px;
        line-height: 84px;
        margin: 0 0 10px; } }
  .our-services .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;
    position: relative; }
    @media (min-width: 768px) {
      .our-services .row {
        margin: 0 -28px; } }
    @media (min-width: 768px) {
      .our-services .row:before {
        position: absolute;
        left: 28px;
        right: 28px;
        bottom: 0;
        height: 1px;
        border-bottom: solid 1px #333B5A;
        content: ''; } }
    .our-services .row:hover .col:nth-child(2) .service-box .caption {
      opacity: 0; }
    .our-services .row:hover .col:nth-child(2) .service-box .title {
      opacity: 1;
      position: relative;
      z-index: 5; }
    .our-services .row:hover .col:nth-child(2) .service-box .btn {
      opacity: 0; }
    .our-services .row:hover .col:nth-child(2) .service-box:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.3; }
    .our-services .row:hover .col:nth-child(2) .service-box:hover:before {
      opacity: 0; }
    .our-services .row:hover .col:nth-child(2) .service-box:hover .caption {
      opacity: 1; }
      .our-services .row:hover .col:nth-child(2) .service-box:hover .caption .title {
        opacity: 1; }
    .our-services .row:hover .col:nth-child(2) .service-box:hover .title {
      opacity: 0; }
    .our-services .row:hover .col:nth-child(2) .service-box:hover .btn {
      opacity: 1; }
    .our-services .row .col {
      padding: 0 15px 30px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 576px) {
        .our-services .row .col {
          width: 50%; } }
      @media (min-width: 768px) {
        .our-services .row .col {
          width: 30%;
          -webkit-box-flex: inherit;
              -ms-flex-positive: inherit;
                  flex-grow: inherit;
          padding: 0 28px 60px; } }
      .our-services .row .col.animate {
        opacity: 0;
        -webkit-transition: linear 1s;
        transition: linear 1s; }
        .our-services .row .col.animate:nth-child(1) {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        .our-services .row .col.animate:nth-child(2) {
          -webkit-transition-delay: 1s;
                  transition-delay: 1s; }
        .our-services .row .col.animate:nth-child(3) {
          -webkit-transition-delay: 1.5s;
                  transition-delay: 1.5s; }
        .our-services .row .col.animate.in-viewport {
          opacity: 1; }
      @media (min-width: 768px) {
        .our-services .row .col:before {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          content: '';
          border-left: solid 1px #333B5A;
          width: 1px; } }
      @media (min-width: 768px) {
        .our-services .row .col:after {
          position: absolute;
          left: -12px;
          bottom: 0;
          content: '';
          border-style: solid;
          border-width: 0 12px 12px 12px;
          border-color: transparent transparent #333B5A transparent; } }
      @media (min-width: 768px) {
        .our-services .row .col:nth-child(2) {
          width: 40%; } }
      @media (min-width: 768px) {
        .our-services .row .col:nth-child(2) .service-box {
          margin-bottom: -60px;
          width: 100%;
          max-width: none; } }
      @media (min-width: 768px) {
        .our-services .row .col:nth-child(2) .service-box .title {
          position: static;
          display: block;
          width: auto;
          text-align: center; } }
      .our-services .row .col:nth-child(2) .caption {
        opacity: 1;
        visibility: visible;
        font-size: 18px; }
        @media (min-width: 768px) {
          .our-services .row .col:nth-child(2) .caption {
            left: 20px;
            right: 20px; } }
        @media (min-width: 1024px) {
          .our-services .row .col:nth-child(2) .caption {
            left: 30px;
            right: 30px;
            padding: 20px; } }
        @media (max-width: 1199px) {
          .our-services .row .col:nth-child(2) .caption {
            font-size: 16px; } }
        .our-services .row .col:nth-child(2) .caption .title {
          opacity: 1; }
      .our-services .row .col:nth-child(2) .btn {
        opacity: 1;
        visibility: visible; }
        @media (min-width: 768px) {
          .our-services .row .col:nth-child(2) .btn {
            left: 20px;
            right: 20px; } }
        @media (min-width: 1024px) {
          .our-services .row .col:nth-child(2) .btn {
            left: 30px;
            right: 30px; } }
      .our-services .row .col:nth-child(2) .title {
        opacity: 0; }
        @media (min-width: 768px) {
          .our-services .row .col:nth-child(2) .title {
            margin: 0 0 5px;
            font-size: 25px;
            line-height: 30px; } }
        @media (min-width: 1024px) {
          .our-services .row .col:nth-child(2) .title {
            font-size: 35px;
            line-height: 45px; } }
        @media (min-width: 1200px) {
          .our-services .row .col:nth-child(2) .title {
            font-size: 40px;
            line-height: 50px; } }
      @media (min-width: 768px) {
        .our-services .row .col:nth-child(3) {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .our-services .row .col:first-child:before, .our-services .row .col:first-child:after {
        display: none; }

.service-box {
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  color: #fff;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .service-box {
      max-width: 270px; } }
  @media (max-width: 767px) {
    .service-box:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.3); } }
  .service-box .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(178, 44, 18, 0.7);
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 768px) {
      .service-box .caption {
        left: 10px;
        right: 10px;
        bottom: 0; } }
    @media (min-width: 1024px) {
      .service-box .caption {
        padding: 10px;
        font-size: 16px; } }
    .service-box .caption p {
      margin: 0; }
    @media (max-width: 767px) {
      .service-box .caption {
        opacity: 1;
        visibility: visible;
        padding: 20px;
        margin: 10px;
        border-radius: 5px 5px 5px 5px; } }
    @media (min-width: 768px) {
      .service-box .caption .title {
        font-size: 20px;
        line-height: 25px;
        position: static;
        text-align: center;
        margin: 0 0 5px; } }
    @media (min-width: 1024px) {
      .service-box .caption .title {
        font-size: 30px;
        line-height: 35px; } }
    @media (max-width: 767px) {
      .service-box .caption .title {
        display: block;
        position: static;
        opacity: 1;
        text-align: center;
        visibility: visible; } }
  .service-box:hover {
    color: #fff; }
    .service-box:hover .btn {
      text-decoration: none;
      opacity: 1;
      visibility: visible; }
    .service-box:hover .title {
      opacity: 0; }
    .service-box:hover .caption {
      opacity: 1;
      visibility: visible; }
      .service-box:hover .caption .title {
        opacity: 1; }
  .service-box .title {
    color: #fff;
    z-index: 1;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin: 0 -15px 6px 0;
    text-align: right;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
    @media (min-width: 768px) {
      .service-box .title {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0; } }
    @media (min-width: 1024px) {
      .service-box .title {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .service-box .title {
        font-size: 35px;
        line-height: 45px; } }
    @media (min-width: 1200px) {
      .service-box .title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 -20px 6px 0; } }
    @media (max-width: 767px) {
      .service-box .title {
        display: none; } }
  .service-box .btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    border-radius: 0 0 5px 5px;
    background-color: #B22C12;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-size: 14px; }
    @media (min-width: 768px) {
      .service-box .btn {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 100%;
        display: block;
        width: auto; } }
    @media (min-width: 1024px) {
      .service-box .btn {
        font-size: 16px; } }

.cta-block {
  position: relative;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .cta-block {
      text-align: left; } }
  @media (min-width: 1024px) {
    .cta-block {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .cta-block {
      padding: 120px 0; } }
  .cta-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -8px; }
    .cta-block .row .col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 8px; }
      .cta-block .row .col:nth-child(2) {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 1023px) {
          .cta-block .row .col:nth-child(2) {
            display: none; } }
  .cta-block h2, .cta-block .h2 {
    line-height: 60px;
    font-weight: 400;
    margin: 0;
    color: inherit;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
    @media (min-width: 768px) {
      .cta-block h2, .cta-block .h2 {
        line-height: 84px; } }
    .cta-block h2 span, .cta-block .h2 span {
      position: relative;
      display: block; }
      @media (min-width: 768px) {
        .cta-block h2 span, .cta-block .h2 span {
          padding-left: 140px; } }
    @media (max-width: 1199px) {
      .cta-block h2, .cta-block .h2 {
        font-size: 45px; } }
    @media (max-width: 575px) {
      .cta-block h2, .cta-block .h2 {
        line-height: 50px;
        font-size: 40px; } }
  .cta-block .map-image {
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }
    @media (min-width: 1200px) {
      .cta-block .map-image {
        max-width: 330px; } }
    .cta-block .map-image img {
      display: block;
      width: 100%; }
  .cta-block .heading-holder {
    position: relative;
    margin: 0 0 40px; }
  .cta-block .btn {
    position: absolute;
    left: 0;
    bottom: 12px;
    display: none;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
    @media (min-width: 768px) {
      .cta-block .btn {
        display: block; } }
  .cta-block .sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    max-width: 730px;
    margin: 0 -15px; }
    @media (min-width: 1024px) {
      .cta-block .sub-row {
        margin: 0 -30px; } }
    .cta-block .sub-row .sub-col {
      padding: 0 15px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
      @media (min-width: 1024px) {
        .cta-block .sub-row .sub-col {
          padding: 0 30px; } }
      .cta-block .sub-row .sub-col:nth-child(1) {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s; }
        @media (max-width: 767px) {
          .cta-block .sub-row .sub-col:nth-child(1) {
            display: none; } }

.directions-form {
  background: rgba(40, 16, 16, 0.5);
  border: 1px solid #959494;
  border-radius: 10px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .directions-form input[type="submit"] {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 576px) {
      .directions-form input[type="submit"] {
        margin: 0 0 0 10px; } }
    @media (max-width: 575px) {
      .directions-form input[type="submit"] {
        padding-left: 20px;
        padding-right: 20px; } }
  .directions-form input[type="text"] {
    width: 100%;
    background: none;
    border: 0;
    color: #fff; }
    @media (max-width: 575px) {
      .directions-form input[type="text"] {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1024px) {
      .directions-form input[type="text"] {
        width: 320px;
        height: 62px; } }
    .directions-form input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    .directions-form input[type="text"]::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .directions-form input[type="text"]:-moz-placeholder {
      color: #fff; }
    .directions-form input[type="text"]:-ms-input-placeholder {
      color: #fff; }
    .directions-form input[type="text"].placeholder {
      color: #fff; }

.text-section {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .text-section {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .text-section {
      padding: 120px 0; } }
  .text-section:before {
    position: absolute;
    right: -20px;
    top: 120px;
    content: '';
    background: url(images/right-shape.svg);
    width: 149px;
    height: 130px;
    display: none; }
    @media (min-width: 1366px) {
      .text-section:before {
        display: block; } }
  .text-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px 30px; }
    @media (min-width: 1024px) {
      .text-section .row {
        margin: 0 -33px 40px; } }
    .text-section .row .col {
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .text-section .row .col {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 1024px) {
        .text-section .row .col {
          padding: 0 33px; } }
      @media (min-width: 768px) {
        .text-section .row .col.image {
          width: 50%; } }
      @media (max-width: 767px) {
        .text-section .row .col.image {
          margin-bottom: 30px; } }
  .text-section .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 75%;
    position: relative; }
    @media (min-width: 1024px) {
      .text-section .image {
        padding-top: 42%; } }
    .text-section .image:before {
      position: absolute;
      right: 0;
      bottom: 0;
      content: '';
      border-style: solid;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #fff transparent; }
  .text-section h2, .text-section .h2 {
    margin: 0;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
    .text-section h2 span, .text-section .h2 span {
      color: #B22C12; }
  .text-section h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #363C55;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .text-section h5 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 45px; } }
  .text-section .alignright {
    position: relative; }
    @media (max-width: 1023px) {
      .text-section .alignright {
        width: 100%;
        float: none;
        margin: 0 0 20px; } }
    .text-section .alignright:before {
      position: absolute;
      right: 0;
      bottom: 0;
      content: '';
      border-style: solid;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #fff transparent; }
  .text-section .more {
    text-decoration: underline;
    color: #B22C12;
    text-align: right;
    position: relative;
    overflow: hidden;
    display: block; }
    .text-section .more:hover span {
      text-decoration: none; }
    .text-section .more span {
      float: right;
      position: relative;
      text-decoration: underline; }
      .text-section .more span:before {
        position: absolute;
        right: 100%;
        top: 50%;
        display: block;
        content: '';
        height: 1px;
        background: #B22C12;
        width: 999px;
        margin: 0 10px 0 0; }
      .text-section .more span:after {
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -3px;
        margin-right: 9px;
        content: '';
        border-style: solid;
        border-width: 3px 0 3px 6px;
        border-color: transparent transparent transparent #B22C12; }
  .text-section p {
    margin: 0 0 35px; }
  @media (min-width: 1024px) {
    .text-section .text-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .text-section .text-row .txt-col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .text-section .text-row .txt-col.image-col {
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 1023px) {
    .text-section .text-row .txt-col.image-col {
      margin-top: 30px; } }
  .text-section .text-row .img {
    position: relative;
    width: 100%; }
    .text-section .text-row .img img {
      display: block;
      width: 100%; }
    .text-section .text-row .img:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      border-style: solid;
      border-width: 30px 30px 0 0;
      border-color: #fff transparent transparent transparent; }

.projects-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 40px 0 20px;
  text-align: center; }
  @media (min-width: 576px) {
    .projects-block {
      text-align: left; } }
  @media (min-width: 768px) {
    .projects-block {
      padding: 60px 0 20px; } }
  @media (min-width: 1024px) {
    .projects-block {
      padding: 100px 0 20px; } }
  @media (min-width: 1200px) {
    .projects-block {
      padding: 120px 0 20px; } }
  .projects-block h2, .projects-block .h2 {
    color: #fff;
    text-align: center;
    margin: 0; }
  .projects-block .container {
    position: relative;
    z-index: 1; }
  .projects-block .heading-holder {
    position: relative;
    margin: 0 0 40px; }
  .projects-block .slick-list {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1366px) {
      .projects-block .slick-list {
        margin: 0 -250px 0 0;
        padding: 0 250px 0 0; } }
    @media (min-width: 1440px) {
      .projects-block .slick-list {
        margin: 0 -360px 0 0;
        padding: 0 360px 0 0; } }
  .projects-block .more {
    color: #B22C12;
    text-decoration: underline; }
    @media (min-width: 576px) {
      .projects-block .more {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .projects-block .more:hover {
      text-decoration: none; }
  .projects-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 150px;
    content: '';
    background-color: #10121A; }
  .projects-block:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 368px;
    content: '';
    background: url(images/line-bg.png);
    background-size: 100% 100%; }
  @media (max-width: 767px) {
    .projects-block .projects-slider-nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      right: 20px; } }

.projects-slider {
  position: relative;
  z-index: 2; }
  .projects-slider .splide__list .splide__slide {
    padding: 0 10px; }
    @media (max-width: 1365px) {
      .projects-slider .splide__list .splide__slide {
        width: 33.33% !important; } }
    @media (max-width: 1023px) {
      .projects-slider .splide__list .splide__slide {
        width: 50% !important; } }
    @media (max-width: 575px) {
      .projects-slider .splide__list .splide__slide {
        width: 90% !important; } }
    .projects-slider .splide__list .splide__slide:nth-child(even) .project:before, .projects-slider .splide__list .splide__slide:nth-child(even) .project .caption {
      opacity: 1; }
  .projects-slider .project {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    .projects-slider .project:before {
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      content: '';
      background: rgba(16, 18, 26, 0.7);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .projects-slider .project:hover:before, .projects-slider .project:hover .caption {
      opacity: 1; }
  .projects-slider .splide__pagination, .projects-slider .splide__arrows {
    display: none; }
  .projects-slider .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    min-width: 90%;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .projects-slider .title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .projects-slider .title {
        font-size: 38px;
        line-height: 45px; } }

.projects-slider-nav, .clients-slider-nav, .gallery-slider-nav {
  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;
  position: absolute;
  left: 20px;
  bottom: -45px;
  margin: 0 -10px; }
  .projects-slider-nav .slick-arrow, .clients-slider-nav .slick-arrow, .gallery-slider-nav .slick-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    color: #B22C12;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    .projects-slider-nav .slick-arrow:hover, .clients-slider-nav .slick-arrow:hover, .gallery-slider-nav .slick-arrow:hover {
      color: #58595B; }
    .projects-slider-nav .slick-arrow i, .clients-slider-nav .slick-arrow i, .gallery-slider-nav .slick-arrow i {
      font-size: 8px; }
    .projects-slider-nav .slick-arrow.slick-disabled, .clients-slider-nav .slick-arrow.slick-disabled, .gallery-slider-nav .slick-arrow.slick-disabled {
      color: #58595B; }

.text-section-v2 {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .text-section-v2 {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .text-section-v2 {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .text-section-v2 {
      padding: 100px 0; } }
  .text-section-v2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .text-section-v2 .row.v2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .text-section-v2 .row.v2 .col .image {
        margin-top: 20px; }
    .text-section-v2 .row .col {
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 1024px) {
        .text-section-v2 .row .col {
          width: 65%; } }
      @media (min-width: 1024px) {
        .text-section-v2 .row .col.img {
          width: 35%; } }
  .text-section-v2 h2 span {
    color: #B22C12; }
  .text-section-v2 .image {
    display: block;
    margin: 0 0 20px;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
    @media (min-width: 1024px) {
      .text-section-v2 .image {
        max-width: 390px;
        margin-top: 20px;
        margin-bottom: 0; } }
    .text-section-v2 .image img {
      display: block;
      width: 100%; }
  @media (min-width: 1024px) {
    .text-section-v2 .info {
      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; } }
  .text-section-v2 .info .left-info {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .text-section-v2 .payment-cards {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
    @media (min-width: 1024px) {
      .text-section-v2 .payment-cards {
        max-width: 506px;
        border-left: solid 1px #B22C12;
        padding: 0 0 0 50px;
        margin: 0 0 0 50px; } }
    .text-section-v2 .payment-cards img {
      display: block;
      max-width: 100%; }
  .text-section-v2 h3 {
    font-size: 30px;
    line-height: 163%; }
  .text-section-v2 + .our-accreditations {
    border-top: solid 1px rgba(88, 89, 91, 0.2); }

.contact-no {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  background-color: #61190B;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px; }
  .contact-no:hover {
    color: #fff;
    background: #330d06; }
  .contact-no .icon {
    display: block;
    background: #B22C12;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    position: relative; }
    .contact-no .icon:before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      background: url(images/icon-phone.png);
      width: 18px;
      height: 22px;
      background-size: 100% 100%;
      z-index: 1; }

.cta-block-v2 {
  background: #61190B url(images/cta-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .cta-block-v2 {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .cta-block-v2 {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .cta-block-v2 {
      padding: 100px 0; } }
  @media (min-width: 1366px) {
    .cta-block-v2 {
      padding: 120px 0; } }
  .cta-block-v2 .container {
    max-width: 800px; }
  .cta-block-v2 h2, .cta-block-v2 .h2 {
    color: inherit;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .cta-block-v2 h2, .cta-block-v2 .h2 {
        margin: 0 0 56px; } }
  .cta-block-v2 .btn {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }

.our-accreditations {
  text-align: center;
  padding: 60px 0;
  position: relative;
  background: #fff; }
  @media (min-width: 1024px) {
    .our-accreditations {
      padding: 80px 0; } }
  .our-accreditations .heading-holder {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .our-accreditations .heading-holder {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0;
    font-size: 40px; }
    @media (min-width: 768px) {
      .our-accreditations h2, .our-accreditations .h2 {
        text-align: left; } }
  .our-accreditations .view-all {
    text-decoration: underline;
    color: #B22C12; }
    .our-accreditations .view-all:hover {
      text-decoration: none; }
  .our-accreditations .accreditation {
    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;
    margin: 0 -20px; }
    @media (min-width: 1024px) {
      .our-accreditations .accreditation {
        padding: 15px 0 0;
        margin: 0 -20px; } }
    @media (min-width: 1366px) {
      .our-accreditations .accreditation {
        margin: 0 -40px; } }
    .our-accreditations .accreditation .slide {
      margin: 0 20px 40px; }
      @media (min-width: 1024px) {
        .our-accreditations .accreditation .slide {
          margin: 0 20px 80px; } }
      @media (min-width: 1366px) {
        .our-accreditations .accreditation .slide {
          margin: 0 40px 80px; } }
      @media (max-width: 767px) {
        .our-accreditations .accreditation .slide {
          max-width: 127px; } }
    .our-accreditations .accreditation img {
      max-width: 80%; }
      @media (min-width: 1024px) {
        .our-accreditations .accreditation img {
          max-width: 90%; } }
  .our-accreditations .container {
    position: relative;
    z-index: 2;
    max-width: 1340px; }
  .our-accreditations .slick-list {
    width: 100%; }
    .our-accreditations .slick-list .slick-track {
      width: 100%; }
  .our-accreditations .clients-slider {
    padding: 0; }
    .our-accreditations .clients-slider .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; }
    .our-accreditations .clients-slider .slide {
      margin: 0;
      padding: 0 20px;
      text-align: center; }
      @media (max-width: 767px) {
        .our-accreditations .clients-slider .slide {
          max-width: none; } }
      .our-accreditations .clients-slider .slide img {
        display: inline-block;
        vertical-align: top; }
  .our-accreditations .clients-slider-nav {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0 0; }

.gallery-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .gallery-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .gallery-block {
      padding: 100px 0; } }
  .gallery-block .gallery-slider-nav {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 0 0; }
  .gallery-block .heading-holder {
    margin: 0 0 40px;
    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; }
  .gallery-block h2, .gallery-block .h2 {
    margin: 0; }
  .gallery-block .more {
    color: #B22C12;
    text-decoration: underline; }
    .gallery-block .more:hover {
      text-decoration: none; }

.gallery-slider .slide {
  float: left;
  width: 25%; }

.gallery-slider .image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 88%;
  display: block;
  border: solid 1px #fff;
  border-radius: 10px; }

.gallery-slider .slick-list {
  margin: 0 -360px 0 0;
  padding: 0 360px 0 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.text-section-v3 {
  padding: 40px 0;
  background: #fff4f2;
  position: relative; }
  @media (min-width: 768px) {
    .text-section-v3 {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .text-section-v3 {
      padding: 100px 0; } }
  .text-section-v3:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: url(images/bg.png);
    width: 113px; }
  .text-section-v3 h2 span {
    color: #B22C12; }

.map-block {
  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; }
  .map-block .image {
    width: 100%;
    min-height: 430px;
    position: relative; }
    @media (min-width: 768px) {
      .map-block .image {
        width: 50%; } }
  .map-block .map-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (min-width: 768px) {
      .map-block .map-col {
        width: 50%; } }
  .map-block .form-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(14, 25, 36, 0.7);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    padding: 20px; }
    @media (min-width: 768px) {
      .map-block .form-holder {
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .map-block .form-holder .heading {
      display: block;
      margin: 0 0 8px; }
  .map-block .map {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%; }
    @media (max-width: 767px) {
      .map-block .map {
        padding-top: 56.2%; } }
  .map-block .directions-form {
    padding: 0;
    border: 0;
    background: none; }
    .map-block .directions-form input[type="text"] {
      width: 160px;
      font-size: 16px;
      line-height: 20px;
      padding: 15px 15px;
      height: 50px;
      background: #fff;
      border-radius: 0;
      border: 0;
      color: #0E1924; }
      .map-block .directions-form input[type="text"]::-webkit-input-placeholder {
        color: #CAC6C6; }
      .map-block .directions-form input[type="text"]::-moz-placeholder {
        opacity: 1;
        color: #CAC6C6; }
      .map-block .directions-form input[type="text"]:-moz-placeholder {
        color: #CAC6C6; }
      .map-block .directions-form input[type="text"]:-ms-input-placeholder {
        color: #CAC6C6; }
      .map-block .directions-form input[type="text"].placeholder {
        color: #CAC6C6; }
      @media (min-width: 576px) {
        .map-block .directions-form input[type="text"] {
          width: 175px; } }
      @media (min-width: 1024px) {
        .map-block .directions-form input[type="text"] {
          width: 185px; } }
    .map-block .directions-form input[type="submit"] {
      background: none;
      border-radius: 0;
      border: solid 1px #B22C12;
      height: 50px;
      font-size: 16px;
      line-height: 20px;
      padding: 15px 20px;
      min-height: inherit;
      margin: 0; }
      @media (min-width: 576px) {
        .map-block .directions-form input[type="submit"] {
          padding: 15px 25px; } }
  .map-block .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 525px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(14, 25, 36, 0.7);
    padding: 30px 60px 30px;
    text-align: center;
    color: #fff; }
    @media (min-width: 1024px) {
      .map-block .caption {
        padding: 47px 82px 34px; } }
    .map-block .caption:after, .map-block .caption:before {
      position: absolute;
      width: 35%;
      left: 30px;
      top: 30px;
      height: 65%;
      content: '';
      border: solid 1px #B22C12;
      border-radius: 10px 0 0;
      border-width: 1px 0 0 1px; }
    .map-block .caption:after {
      left: auto;
      right: 30px;
      border-width: 1px 1px 0 0;
      border-radius: 0 10px 0 0; }
    .map-block .caption h2 {
      color: inherit;
      margin: 0  0 10px; }
      @media (max-width: 1023px) {
        .map-block .caption h2 {
          font-size: 40px; } }
      .map-block .caption h2:before {
        position: absolute;
        left: 50%;
        top: 30px;
        content: '';
        width: 16px;
        height: 16px;
        background: #B22C12;
        -webkit-transform: rotate(45deg) translateX(-50%);
            -ms-transform: rotate(45deg) translateX(-50%);
                transform: rotate(45deg) translateX(-50%); }
    .map-block .caption .btn {
      background: none;
      border: solid 1px #B22C12; }
      .map-block .caption .btn:hover {
        background: #B22C12; }

.callback-block {
  padding: 50px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .callback-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .callback-block {
      padding: 90px 0; } }
  .callback-block h2, .callback-block .h2 {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    text-align: left;
    color: #fff; }
  .callback-block p {
    margin: 0 0 25px; }
  .callback-block .form-holder {
    text-align: center;
    position: relative;
    background: #B22C12;
    padding: 30px 20px;
    border-radius: 10px;
    z-index: 1; }
    @media (min-width: 768px) {
      .callback-block .form-holder {
        padding: 50px 60px; } }
    @media (min-width: 1024px) {
      .callback-block .form-holder {
        padding: 70px 60px 110px; } }
    @media (min-width: 1200px) {
      .callback-block .form-holder {
        padding: 70px 100px 110px; } }
    .callback-block .form-holder:before {
      position: absolute;
      left: -30px;
      right: -30px;
      top: -30px;
      bottom: -30px;
      content: '';
      background-image: url(images/bg-callback.png);
      background-position: 50% 50%;
      border-radius: 10px;
      z-index: -1; }
  .callback-block form {
    text-align: left; }
    @media (min-width: 1024px) {
      .callback-block form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px; } }
    @media (min-width: 1024px) {
      .callback-block form .gform_body {
        padding: 0 10px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 768px) {
      .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields {
        margin: 0 -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media (min-width: 1024px) {
      .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
      padding: 0 0 15px;
      position: relative; }
      @media (min-width: 768px) {
        .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 0 10px 20px;
          width: 50%; } }
      @media (min-width: 1024px) {
        .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
          width: 33.33%;
          padding: 0 10px; } }
    .callback-block form .gform_footer {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 200px; }
      @media (min-width: 1200px) {
        .callback-block form .gform_footer {
          padding-top: 0;
          min-width: 200px; } }
      .callback-block form .gform_footer input[type="submit"] {
        width: 100%; }
        @media (max-width: 767px) {
          .callback-block form .gform_footer input[type="submit"] {
            min-height: 56px; } }
    .callback-block form .gform_footer {
      position: relative; }
      @media (min-width: 1024px) {
        .callback-block form .gform_footer {
          padding: 0 10px; } }
  .callback-block button, .callback-block .btn,
  .callback-block input[type='button'],
  .callback-block input[type='reset'],
  .callback-block input[type='file'],
  .callback-block input[type='submit'], .callback-block .button {
    background: #363C55; }
    @media (min-width: 768px) {
      .callback-block button, .callback-block .btn,
      .callback-block input[type='button'],
      .callback-block input[type='reset'],
      .callback-block input[type='file'],
      .callback-block input[type='submit'], .callback-block .button {
        min-height: 65px;
        font-size: 16px;
        border-radius: 8px; } }
    .callback-block button:hover, .callback-block .btn:hover,
    .callback-block input[type='button']:hover,
    .callback-block input[type='reset']:hover,
    .callback-block input[type='file']:hover,
    .callback-block input[type='submit']:hover, .callback-block .button:hover {
      background-color: #363C55; }
  .callback-block input[type='text'],
  .callback-block input[type='tel'],
  .callback-block input[type='email'],
  .callback-block input[type='search'],
  .callback-block input[type='password'],
  .callback-block input[type='url'],
  .callback-block input[type='date'],
  .callback-block textarea, .callback-block select, .callback-block input[type='number'] {
    border-radius: 6px;
    border-color: transparent;
    background: #FFDED8;
    border: solid 1px #FFDED8; }
    @media (min-width: 768px) {
      .callback-block input[type='text'],
      .callback-block input[type='tel'],
      .callback-block input[type='email'],
      .callback-block input[type='search'],
      .callback-block input[type='password'],
      .callback-block input[type='url'],
      .callback-block input[type='date'],
      .callback-block textarea, .callback-block select, .callback-block input[type='number'] {
        height: 65px; } }
    .callback-block input[type='text']::-webkit-input-placeholder,
    .callback-block input[type='tel']::-webkit-input-placeholder,
    .callback-block input[type='email']::-webkit-input-placeholder,
    .callback-block input[type='search']::-webkit-input-placeholder,
    .callback-block input[type='password']::-webkit-input-placeholder,
    .callback-block input[type='url']::-webkit-input-placeholder,
    .callback-block input[type='date']::-webkit-input-placeholder,
    .callback-block textarea::-webkit-input-placeholder, .callback-block select::-webkit-input-placeholder, .callback-block input[type='number']::-webkit-input-placeholder {
      color: #58595B; }
    .callback-block input[type='text']::-moz-placeholder,
    .callback-block input[type='tel']::-moz-placeholder,
    .callback-block input[type='email']::-moz-placeholder,
    .callback-block input[type='search']::-moz-placeholder,
    .callback-block input[type='password']::-moz-placeholder,
    .callback-block input[type='url']::-moz-placeholder,
    .callback-block input[type='date']::-moz-placeholder,
    .callback-block textarea::-moz-placeholder, .callback-block select::-moz-placeholder, .callback-block input[type='number']::-moz-placeholder {
      opacity: 1;
      color: #58595B; }
    .callback-block input[type='text']:-moz-placeholder,
    .callback-block input[type='tel']:-moz-placeholder,
    .callback-block input[type='email']:-moz-placeholder,
    .callback-block input[type='search']:-moz-placeholder,
    .callback-block input[type='password']:-moz-placeholder,
    .callback-block input[type='url']:-moz-placeholder,
    .callback-block input[type='date']:-moz-placeholder,
    .callback-block textarea:-moz-placeholder, .callback-block select:-moz-placeholder, .callback-block input[type='number']:-moz-placeholder {
      color: #58595B; }
    .callback-block input[type='text']:-ms-input-placeholder,
    .callback-block input[type='tel']:-ms-input-placeholder,
    .callback-block input[type='email']:-ms-input-placeholder,
    .callback-block input[type='search']:-ms-input-placeholder,
    .callback-block input[type='password']:-ms-input-placeholder,
    .callback-block input[type='url']:-ms-input-placeholder,
    .callback-block input[type='date']:-ms-input-placeholder,
    .callback-block textarea:-ms-input-placeholder, .callback-block select:-ms-input-placeholder, .callback-block input[type='number']:-ms-input-placeholder {
      color: #58595B; }
    .callback-block input[type='text'].placeholder,
    .callback-block input[type='tel'].placeholder,
    .callback-block input[type='email'].placeholder,
    .callback-block input[type='search'].placeholder,
    .callback-block input[type='password'].placeholder,
    .callback-block input[type='url'].placeholder,
    .callback-block input[type='date'].placeholder,
    .callback-block textarea.placeholder, .callback-block select.placeholder, .callback-block input[type='number'].placeholder {
      color: #58595B; }
  .callback-block select {
    background: #FFDED8 url("images/select-bg2.png");
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: 100% 0; }
    @media (min-width: 768px) {
      .callback-block select {
        background-size: 65px 65px; } }

.contact-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .contact-block {
      padding: 60px 0; } }
  .contact-block h2 {
    border-bottom: solid 1px #FFD8D0;
    padding: 0 0 15px;
    margin: 0 0 15px; }
  .contact-block .contact-info-list {
    color: #58595B;
    padding: 10px 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;
    margin: 0 -30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .contact-block .contact-info-list {
        margin: 0 -50px; } }
    .contact-block .contact-info-list address, .contact-block .contact-info-list a {
      color: #58595B; }
    .contact-block .contact-info-list li {
      padding: 0 30px;
      width: 100%; }
      @media (min-width: 768px) {
        .contact-block .contact-info-list li {
          width: 50%; } }
      @media (min-width: 1024px) {
        .contact-block .contact-info-list li {
          width: 33.33%;
          padding: 0 50px; } }
      .contact-block .contact-info-list li + li {
        border-left: solid 1px #DADADA; }

.post-prev-next {
  background: #f3fafe; }
  .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:before {
    font-size: 18px;
    line-height: 20px;
    content: 'Next';
    display: inline-block;
    vertical-align: top; }
  .post-prev-next .nav-next a:after {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    content: '\f105';
    font-family: 'icomoon';
    margin: 0 0 0 8px; }
  .post-prev-next .nav-previous a:after {
    font-size: 18px;
    line-height: 20px;
    content: 'Prev';
    display: inline-block;
    vertical-align: top; }
  .post-prev-next .nav-previous a:before {
    font-size: 18px;
    line-height: 20px;
    content: '\f104';
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0; }

.gform_validation_errors {
  display: none !important; }

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

.hero-block.v3 .caption {
  padding: 60px 20px;
  max-width: 800px; }
  @media (min-width: 576px) {
    .hero-block.v3 .caption {
      padding: 80px 20px; } }
  @media (min-width: 768px) {
    .hero-block.v3 .caption {
      padding: 100px 20px; } }
  @media (min-width: 1024px) {
    .hero-block.v3 .caption {
      padding: 120px 20px; } }

.hero-block.v3 h1, .hero-block.v3 .h1 {
  font-size: 45px;
  line-height: 50px;
  margin: 0; }
  @media (min-width: 768px) {
    .hero-block.v3 h1, .hero-block.v3 .h1 {
      font-size: 55px;
      line-height: 60px; } }
  @media (min-width: 1024px) {
    .hero-block.v3 h1, .hero-block.v3 .h1 {
      font-size: 60px;
      line-height: 65px; } }

.hero-block.v3 .slide {
  min-height: 200px; }
  @media (min-width: 768px) {
    .hero-block.v3 .slide {
      min-height: 300px; } }
  .hero-block.v3 .slide .image:before {
    background: #000;
    opacity: 0.5; }

.hero-block.v3 .hero-slider-nav {
  display: none; }

.details-holder h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (min-width: 1024px) {
    .details-holder h1 {
      font-size: 50px;
      line-height: 60px; } }

.details-holder h2 {
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 1024px) {
    .details-holder h2 {
      font-size: 40px;
      line-height: 50px; } }

@media (max-width: 1023px) {
  .details-holder h3 {
    font-size: 26px;
    line-height: 30px; } }

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

.details-holder .alignright {
  max-width: 350px; }
  @media (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 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #B22C12;
  margin: 0 0 10px;
  padding-right: 60px; }
  .details-holder .meta a {
    color: #B22C12; }
    .details-holder .meta a:hover {
      color: #363C55; }
  .details-holder .meta .date {
    color: #363C55; }

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

.gform_required_legend {
  display: none !important; }

.gfield_required_asterisk {
  color: #f00; }

.testimonil-block {
  position: relative;
  padding: 100px 0 0; }
  @media (min-width: 768px) {
    .testimonil-block {
      padding: 110px 0 0; } }
  .testimonil-block + .callback-block {
    padding-top: 0; }
  .testimonil-block .testimonil {
    margin: 0 0 85px;
    background: #fff4f2;
    border-radius: 30px;
    padding: 25px 30px 40px;
    position: relative; }
    .testimonil-block .testimonil p {
      margin: 0; }
      .testimonil-block .testimonil p + p {
        margin-top: 20px; }
    .testimonil-block .testimonil:first-child {
      background: #B22C12;
      color: #fff;
      z-index: 1; }
      .testimonil-block .testimonil:first-child .heading {
        color: inherit; }
  .testimonil-block .heading {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #B22C12;
    margin: 0 0 25px;
    padding: 0 0 0 100px; }
    @media (min-width: 768px) {
      .testimonil-block .heading {
        margin: 0 0 35px;
        padding: 0 0 0 112px; } }
  .testimonil-block .image {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 30px;
    top: -45px;
    border: solid 1px #B22C12;
    display: block; }
    @media (min-width: 768px) {
      .testimonil-block .image {
        width: 102px;
        height: 102px;
        left: 30px;
        top: -51px; } }

.projects-area {
  background: #fff4f2;
  padding: 50px 0 0; }
  @media (min-width: 1024px) {
    .projects-area {
      padding: 100px 0 60px; } }
  .projects-area .project {
    border: solid 1px rgba(178, 44, 18, 0.2);
    color: #58595B;
    padding: 20px;
    margin: 0 0 40px;
    background: #fff; }
    @media (min-width: 768px) {
      .projects-area .project {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .projects-area .project:nth-child(even) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (min-width: 1024px) {
      .projects-area .project .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media (min-width: 1024px) {
      .projects-area .project .row .col {
        width: 60%;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .projects-area .project .row .col.gallery {
        width: 40%; } }
    .projects-area .project .images-gallery {
      width: 100%;
      margin: 0 0 30px; }
      @media (min-width: 1024px) {
        .projects-area .project .images-gallery {
          margin: 0; } }
      .projects-area .project .images-gallery .slide {
        position: relative; }
        .projects-area .project .images-gallery .slide:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: '';
          background: rgba(0, 0, 0, 0.4);
          opacity: 0;
          pointer-events: none;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
        .projects-area .project .images-gallery .slide:hover:after {
          opacity: 1; }
        .projects-area .project .images-gallery .slide:hover .image:after, .projects-area .project .images-gallery .slide:hover .image:before {
          opacity: 1; }
      .projects-area .project .images-gallery .image {
        width: 100%;
        display: block;
        padding-top: 60%;
        position: relative;
        background-size: cover;
        background-position: 50% 50%; }
        @media (min-width: 1024px) {
          .projects-area .project .images-gallery .image {
            padding-top: 80%; } }
        .projects-area .project .images-gallery .image:before {
          position: absolute;
          left: 50%;
          top: 50%;
          content: '\f00e';
          font-family: 'icomoon';
          color: #fff;
          font-size: 30px;
          width: 50px;
          height: 50px;
          line-height: 1;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: rgba(0, 0, 0, 0.2);
          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: 4px;
          z-index: 1;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
        .projects-area .project .images-gallery .image:after {
          position: absolute;
          left: 50%;
          top: 50%;
          content: 'Enlarge';
          color: #fff;
          font-size: 16px;
          line-height: 1;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin-top: 45px;
          z-index: 1;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
    .projects-area .project .slick-dots {
      padding-top: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px; }
    .projects-area .project .slick-arrow {
      background: #B22C12;
      color: #fff;
      width: 30px;
      height: 30px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -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: 768px) {
        .projects-area .project .slick-arrow {
          width: 40px;
          height: 40px; } }

.bucktes-block {
  position: relative;
  background: #10121A;
  padding: 60px 0 40px; }
  @media (min-width: 768px) {
    .bucktes-block {
      padding: 80px 0 60px; } }
  @media (min-width: 1024px) {
    .bucktes-block {
      padding: 120px 0 100px; } }
  .bucktes-block h2, .bucktes-block .h2 {
    margin: 0 0 40px;
    color: #fff;
    text-align: center; }
  .bucktes-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 -10px; }
    .bucktes-block .row .col {
      width: 100%;
      padding: 0 10px 20px; }
      @media (min-width: 576px) {
        .bucktes-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .bucktes-block .row .col {
          width: 25%; } }

.bucket {
  display: block;
  padding-top: 120%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }
  .bucket .caption {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    text-align: center; }
    @media (min-width: 1366px) {
      .bucket .caption {
        left: 25px;
        right: 25px;
        top: 25px;
        bottom: 25px;
        padding: 20px; } }
    .bucket .caption .title {
      display: block;
      font-size: 28px;
      line-height: 1.3;
      width: 100%;
      color: #10121A; }
      @media (min-width: 1366px) {
        .bucket .caption .title {
          font-size: 32px; } }
      .bucket .caption .title:after {
        display: block;
        width: 180px;
        margin: 0 auto;
        content: '';
        background: url(images/dot.png);
        height: 22px;
        margin-top: 2px;
        background-size: 100% 100%; }
        @media (min-width: 1366px) {
          .bucket .caption .title:after {
            margin-top: -3px; } }

.js-tab-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 100%; }

.brands-block {
  padding: 40px 0; }
  @media (min-width: 576px) {
    .brands-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .brands-block {
      padding: 80px 0; } }
  @media (max-width: 1023px) {
    .brands-block .js-tab-hidden {
      position: static !important; } }
  .brands-block .row {
    border: solid 1px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1024px) {
      .brands-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .brands-block .row .col {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .brands-block .row .col .slide {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    .brands-block .row .col.sidebar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: inherit;
          -ms-flex-positive: inherit;
              flex-grow: inherit;
      width: 300px;
      border-right: solid 1px rgba(0, 0, 0, 0.1);
      display: none; }
      @media (min-width: 1024px) {
        .brands-block .row .col.sidebar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .brands-block .tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .brands-block .tabset li + li {
      border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .brands-block .tabset li a {
      display: block;
      padding: 12px 20px;
      font-weight: 500;
      font-size: 22px;
      line-height: 30px; }
      .brands-block .tabset li a.active {
        background: #B22C12;
        color: #fff; }
  @media (min-width: 1024px) {
    .brands-block .js-acc-hidden {
      position: static !important; } }
  @media (min-width: 1024px) {
    .brands-block .opener {
      display: none; } }
  @media (min-width: 1024px) {
    .brands-block .tabcontent {
      margin: 0;
      overflow: hidden;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .brands-block .tabcontent > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; } }
  .brands-block .tab-text {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    @media (min-width: 1024px) {
      .brands-block .tab-text {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 600px; } }
    .brands-block .tab-text:before {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 15px;
      bottom: 15px;
      border-radius: 10px;
      content: '';
      background: #fff;
      opacity: 0.7; }
      @media (min-width: 576px) {
        .brands-block .tab-text:before {
          left: 30px;
          right: 30px;
          top: 30px;
          bottom: 30px; } }
    .brands-block .tab-text .caption {
      padding: 40px;
      position: relative;
      z-index: 2;
      text-align: center;
      margin: 0 auto;
      font-weight: 500;
      color: #000; }
      @media (min-width: 576px) {
        .brands-block .tab-text .caption {
          padding: 60px;
          width: 650px; } }
    .brands-block .tab-text .title {
      font-size: 30px;
      font-weight: 600; }
      @media (min-width: 576px) {
        .brands-block .tab-text .title {
          font-size: 36px; } }
      .brands-block .tab-text .title:after {
        display: block;
        width: 180px;
        margin: 0 auto 20px;
        content: '';
        background: url(images/dot.png);
        height: 22px;
        margin-top: 2px;
        background-size: 100% 100%; }
        @media (min-width: 1366px) {
          .brands-block .tab-text .title:after {
            margin-top: -3px; } }
  .brands-block .accordion {
    margin: 0; }
    @media (max-width: 1023px) {
      .brands-block .accordion > div {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
        .brands-block .accordion > div:last-child {
          border-bottom: 0; }
        .brands-block .accordion > div.active .opener {
          color: #fff;
          background: #B22C12; }
          .brands-block .accordion > div.active .opener:before {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .brands-block .accordion .opener {
        display: block;
        background: none;
        color: #58595B;
        border: 0;
        padding: 15px 50px 15px 20px;
        font-weight: 400; }
        .brands-block .accordion .opener:before {
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -10px;
          content: '\f107';
          font-family: icomoon;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: linear 1s;
  transition: linear 1s; }
  .fadeIn.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

.reviews-slider {
  padding: 0 0 40px; }
  .reviews-slider .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; }
    .reviews-slider .slick-track:after, .reviews-slider .slick-track:before {
      display: none; }
    .reviews-slider .slick-track .slick-slide {
      margin: 52px 10px 0; }

.testimonil-block {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .testimonil-block {
      padding-bottom: 60px; } }
  .testimonil-block .container {
    position: relative; }

.reviews-slider-nav {
  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;
  padding: 0; }
  .reviews-slider-nav .slick-arrow {
    color: #B22C12;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 -60px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 1440px) {
      .reviews-slider-nav .slick-arrow {
        margin: 0 -100px; } }
    @media (max-width: 1365px) {
      .reviews-slider-nav .slick-arrow {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: static;
        margin: 0 10px; } }
    .reviews-slider-nav .slick-arrow:hover {
      color: #58595B; }
    .reviews-slider-nav .slick-arrow i {
      font-size: 8px; }
    .reviews-slider-nav .slick-arrow.slick-disabled {
      color: #58595B; }
/*# sourceMappingURL=style.css.map */