/*
Theme Name: Ballustrades
Author: Anonymous
Author URI:
Version: 1
Description: Ballustrades theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ballustrades
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; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url("fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("fonts/SamsungSharpSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url("fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url("fonts/SamsungSharpSans.woff2") format("woff2"), url("fonts/SamsungSharpSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.slick-dots, .main-nav ul, .footer-nav > ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .widget ul, .social-networks, .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields, .textvideo-block ul, .img-text-block ul, .aboutus-block ul, .whyus-list, .roofing-company ul {
  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: #17313d;
  background: #fff;
  font: 20px/1.6 "Jost", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 17px;
      line-height: 26px; } }

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

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

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

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

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

th, td {
  border: 1px solid #3fa3d4;
  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: 56px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #c4cbf2;
  padding: 18px 24px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #17313d;
  background-color: #fff; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    input[type='date'],
    textarea, select, input[type='number'] {
      height: 70px;
      font-size: 17px;
      line-height: 24px;
      padding: 10px 24px; } }
  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: #17313d; }
  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: #17313d; }
  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: #17313d; }
  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: #17313d; }
  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: #17313d; }
  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: #3fa3d4; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg2.png");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: 100% 0; }
  @media (min-width: 768px) {
    select, .select2-container--default .select2-selection--single {
      background-size: 70px 70px; } }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 140px !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: 16px;
  line-height: 20px;
  padding: 14px 25px;
  min-height: 48px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #3fa3d4;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 18px;
      line-height: 20px;
      padding: 18px 30px;
      min-height: 56px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background-color: #2988b7;
    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: #0f4579;
    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: #2988b7; }
  button i, .btn i,
  input[type='button'] i,
  input[type='reset'] i,
  input[type='file'] i,
  input[type='submit'] i, .button i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px; }

.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: #3fa3d4;
  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: #3fa3d4 !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: "Jost", sans-serif;
  border: 0; }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #0f4579 !important; }

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

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

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

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

.widget {
  margin-bottom: 1.6em; }
  .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: #3fa3d4;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #0f4579; }

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

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.6em; }
  .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: #3fa3d4;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #0f4579; }

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

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

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

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

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

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

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

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

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

h2, .h2 {
  font-size: 38px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 42px;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    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: #3fa3d4; }
  a:hover, a:focus {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-search: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;
  outline: none !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slide-pagination {
  overflow: hidden; }

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

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 35px !important; }
  @media (min-width: 768px) {
    .slick-dots {
      padding-top: 50px !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 #00aeef;
      -webkit-transition: background linear 0.3s;
      transition: background linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #00aeef !important;
        border-color: #00aeef; }
    .slick-dots li.slick-active button {
      background: #00aeef;
      border-color: #00aeef; }

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

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

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

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header {
  position: relative;
  z-index: 1000;
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  padding: 14px 0; }
  #header .container {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px; }
    @media (min-width: 768px) {
      #header .container {
        padding: 0 40px; } }
  #header .logo {
    max-width: 170px; }
    @media (min-width: 768px) {
      #header .logo {
        max-width: 207px; } }

.main-nav {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500; }
  @media (min-width: 1440px) {
    .main-nav {
      line-height: 20px; } }
  @media (min-width: 1600px) {
    .main-nav {
      font-size: 20px;
      line-height: 24px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px; }
    .main-nav ul li {
      position: relative; }
      @media (min-width: 1366px) {
        .main-nav ul li {
          margin: 0 0 0 20px; } }
      .main-nav ul li a {
        display: block;
        padding: 18px 9px;
        color: #17313d;
        position: relative;
        text-align: center; }
        @media (min-width: 1440px) {
          .main-nav ul li a {
            padding: 18px 10px; } }
        @media (min-width: 1500px) {
          .main-nav ul li a {
            padding: 18px 13px; } }
        @media (min-width: 1600px) {
          .main-nav ul li a {
            padding: 18px 10px; } }
        @media (min-width: 1700px) {
          .main-nav ul li a {
            padding: 18px 12px; } }
        .main-nav ul li a:hover {
          color: #3fa3d4; }
          @media (min-width: 1366px) {
            .main-nav ul li a:hover:before {
              width: calc(100% - 20px);
              left: 10px;
              right: 10px; } }
        @media (min-width: 1366px) {
          .main-nav ul li a:before {
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: 0;
            height: 3px;
            background: #3fa3d4;
            border-radius: 2px;
            content: '';
            width: 0;
            -webkit-transition: linear 0.3s;
            transition: linear 0.3s; } }
      .main-nav ul li.active > a {
        color: #3fa3d4; }
      .main-nav ul li.get-quote {
        display: none; }
      @media (min-width: 1366px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 2px 0 -5px 6px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }
      @media (min-width: 1366px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a {
          color: #3fa3d4; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    @media (min-width: 1366px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; } }
    @media (min-width: 1366px) {
      .main-nav ul ul li {
        border-top: solid 1px rgba(63, 163, 212, 0.1);
        margin: 0; } }
    @media (min-width: 1366px) {
      .main-nav ul ul li a {
        padding: 18px 20px;
        text-align: left;
        color: #17313d; } }
    @media (min-width: 1366px) {
      .main-nav ul ul li a {
        padding: 20px 20px; } }
    .main-nav ul ul li a:before {
      display: none; }
  .main-nav .drop-opener {
    display: none; }

@media (max-width: 1365px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 130px);
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(63, 163, 212, 0.1); }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 17px 20px;
          text-align: left; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li ul {
          display: none;
          background: #f4f5ff; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        z-index: 1; } }

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

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

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

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

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-top-width: 4px; }
  @media (min-width: 1200px) {
    .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 {
  background: #fff;
  padding-top: 80px;
  color: #17313d; }
  @media (min-width: 1024px) {
    #footer {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    #footer {
      padding-top: 106px; } }

.callback-block + #footer {
  padding-top: 200px; }
  @media (min-width: 1024px) {
    .callback-block + #footer {
      padding-top: 200px; } }
  @media (min-width: 1200px) {
    .callback-block + #footer {
      padding-top: 220px; } }

.footer-bottom {
  font-size: 14px;
  line-height: 20px;
  padding: 18px 0;
  text-align: center;
  background: #2d240c;
  color: #fff; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 26px 0; } }
  @media (min-width: 1200px) {
    .footer-bottom {
      text-align: left;
      font-size: 16px; } }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom .container {
    text-align: center; }
    @media (min-width: 1024px) {
      .footer-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left; } }
  @media (max-width: 1023px) {
    .footer-bottom .link {
      margin: 0 8px; } }

.footer-top {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 0 0 20px; } }
  @media (min-width: 1024px) {
    .footer-top {
      padding: 0 0 30px;
      font-size: 18px;
      line-height: 32px; } }
  @media (min-width: 1200px) {
    .footer-top {
      font-size: 20px;
      line-height: 40px;
      padding: 0 0 50px; } }
  .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .footer-top .row {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 575px) {
      .footer-top .row {
        text-align: center; } }
    .footer-top .row .col {
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 576px) {
        .footer-top .row .col {
          width: 50%; } }
      @media (min-width: 768px) {
        .footer-top .row .col {
          width: 50%; } }
      @media (min-width: 768px) {
        .footer-top .row .col {
          width: 24%;
          padding: 0 15px; } }
      @media (min-width: 1024px) {
        .footer-top .row .col {
          padding: 0 15px;
          width: 25%; } }
      .footer-top .row .col.large {
        width: 100%; }
        @media (min-width: 768px) {
          .footer-top .row .col.large {
            width: 40%; } }
      @media (min-width: 576px) {
        .footer-top .row .col.info {
          width: 50%; } }
      @media (min-width: 768px) {
        .footer-top .row .col.info {
          width: 34%; } }
  .footer-top .heading {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .footer-top .heading {
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 1024px) {
      .footer-top .heading {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 15px; } }
    @media (min-width: 1200px) {
      .footer-top .heading {
        font-size: 28px;
        line-height: 36px; } }
  .footer-top .link {
    display: block;
    font-weight: 500; }
    .footer-top .link a {
      font-weight: 400;
      position: relative;
      word-break: break-all;
      color: #17313d; }
      @media (min-width: 1366px) {
        .footer-top .link a {
          word-break: keep-all; } }
      .footer-top .link a:hover {
        color: #3fa3d4; }
  .footer-top address {
    font-style: normal;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .footer-top address {
        padding-top: 8px; } }
    @media (max-width: 767px) {
      .footer-top address {
        font-size: 15px; } }
    .footer-top address strong {
      display: block;
      font-weight: 500; }
    @media (max-width: 1199px) {
      .footer-top address br {
        display: none; } }
    @media (max-width: 767px) {
      .footer-top address br {
        display: block; } }
    .footer-top address strong {
      font-weight: 400;
      display: inline; }
  .footer-top .logo {
    max-width: 180px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .footer-top .logo {
        max-width: 220px;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .footer-top .logo {
        max-width: 275px;
        margin: 0 0 33px; } }
    .footer-top .logo img {
      display: block;
      max-width: 100%; }
  .footer-top .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .footer-top .social-networks {
        padding-right: 80px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 40px; } }

@media (min-width: 768px) {
  .footer-nav {
    margin: 0  0 30px; } }

.footer-nav > ul li a {
  color: #17313d; }
  .footer-nav > ul li a:hover {
    color: #3fa3d4; }

.footer-nav > ul li.active a {
  color: #3fa3d4; }

@media (max-width: 575px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-nav ul li {
      margin: 0 8px 10px; }
      .footer-nav ul li a {
        border-bottom: dashed 1px #3fa3d4; } }

.social-area {
  padding-top: 20px; }

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

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

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px; }
  .text-block h3 {
    margin: 0 0 15px; }
  .text-block h1 {
    font-size: 50px; }
  .text-block h2 {
    font-size: 40px; }
  .text-block h3 {
    font-size: 34px; }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #3fa3d4; }
  .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: #3fa3d4;
        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(63, 163, 212, 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: #3fa3d4;
    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(63, 163, 212, 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: #3fa3d4; }
  @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 0 30px; }
  .form-area h2, .form-area .h2 {
    font-weight: 50px;
    margin: 0 0 50px; }
  .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 10px; }
      @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 10px; } }
      .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 100%; }
        @media (min-width: 768px) {
          .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
            width: 50%; } }
      @media (min-width: 768px) {
        .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
          width: 33.33%; }
        .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
          width: 66.66%; } }
  .form-area .gfield_label {
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 4px; }
  .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: 70px; } }
  .form-area input[type="file"] {
    width: 100%; }
  .form-area .custom-checkboxes .gfield_label_before_complex {
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 500;
    margin: 0 0 20px;
    display: none; }
  .form-area .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .form-area .gfield_checkbox {
        font-size: 18px; } }
    .form-area .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding: 0 0 0 34px; }
      @media (min-width: 576px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          border: solid 1px #17313d;
          content: '';
          border-radius: 4px;
          cursor: pointer; }
          @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 #17313d;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 8px 0 0 4px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:before {
              top: 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 #3fa3d4;
  margin: 0 0 14px;
  padding: 17px 15px 17px 66px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  background-color: #3fa3d4;
  color: #fff;
  font-weight: 500; }
  .download-btn .download {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 20px 17px;
    border-left: solid 1px #329dd1;
    font-size: 18px; }
    @media (min-width: 768px) {
      .download-btn .download {
        display: block; } }
    .download-btn .download i {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 15px;
      font-size: 20px; }
  .download-btn .ext {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
  .download-btn .f-name {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500; }
  .download-btn .name-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .download-btn .icon-download {
    position: absolute;
    left: 20px;
    top: 16px;
    line-height: 1;
    font-size: 25px; }
  .download-btn:hover {
    color: #fff;
    opacity: 0.9; }

.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: #3fa3d4;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 70px 16px 20px;
    position: relative;
    border: solid 1px #3fa3d4;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 1024px) {
      .accordion .opener {
        font-size: 22px;
        line-height: 24px; } }
    .accordion .opener .icon {
      position: absolute;
      right: 10px;
      top: 0;
      width: 44px;
      height: 100%;
      background-color: #3fa3d4;
      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 #3fa3d4;
    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 !important; }

.gform_footer {
  text-align: center; }

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

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

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

.hidden_label .gfield_label {
  display: none; }

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

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

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

@media (max-width: 1023px) {
  body {
    font-size: 18px; } }

@media (max-width: 767px) {
  body {
    font-size: 17px; } }

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

.listing-block {
  padding: 20px 0 20px;
  border-bottom: solid 1px rgba(63, 163, 212, 0.1); }
  @media (min-width: 768px) {
    .listing-block {
      padding: 40px 0; } }
  @media (min-width: 1366px) {
    .listing-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .listing-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -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 50px;
      padding-bottom: 50px; } }
  .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;
    position: relative;
    margin: 0; }
    .post-article .text-block a {
      text-decoration: none; }
  .post-article h3, .post-article .h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #17313d;
    margin: 0 0 15px; }
    .post-article h3 a, .post-article .h3 a {
      color: #17313d; }
      .post-article h3 a:hover, .post-article .h3 a:hover {
        color: #3fa3d4; }
  .post-article .read-more {
    color: #17313d;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 20px; }
    .post-article .read-more:hover {
      color: #3fa3d4; }
  .post-article p {
    margin: 0 0 22px; }
  .post-article .meta {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #3fa3d4;
    margin: 0 0 10px;
    padding-right: 60px; }
    .post-article .meta a {
      color: #3fa3d4; }
      .post-article .meta a:hover {
        color: #0f4579; }
    .post-article .meta .date {
      color: #0f4579; }
  .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;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
    position: relative; }
  .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: #17313d; }
      @media (min-width: 1366px) {
        .widget ul li a {
          padding: 20px 0; } }
      .widget ul li a:hover {
        color: #3fa3d4; }
  .widget .social-networks {
    padding-top: 30px; }

.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 !important; }

.widget_categories .social-networks {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -20px; }
  .widget_categories .social-networks li {
    margin: 0 !important; }
    .widget_categories .social-networks li a {
      color: #596375; }

.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: '\e91b';
    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;
    background: none; }
  .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px; }
  .social-networks li {
    padding: 0 20px;
    position: relative; }
    .social-networks li:before {
      position: absolute;
      left: 0;
      top: 3px;
      width: 1px;
      height: 15px;
      content: '';
      background: #17313d; }
    .social-networks li:first-child:before {
      display: none; }
    .social-networks li a {
      color: #596375;
      display: block; }
      .social-networks li a:hover {
        color: #3fa3d4; }

.callout {
  display: block;
  padding: 20px 0 20px; }
  @media (min-width: 768px) {
    .callout {
      padding: 30px 0 30px; } }
  @media (min-width: 1024px) {
    .callout {
      padding: 50px 0 30px; } }
  .callout .heading {
    color: #35b729;
    font-weight: 400;
    text-transform: uppercase;
    display: block; }
  .callout .drop {
    display: none; }
    .callout .drop ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .callout time {
    cursor: pointer; }
    .callout time:after {
      display: inline-block;
      vertical-align: top;
      content: '\f107';
      font-family: 'icomoon';
      margin: 0 0 0 6px;
      color: #83a081; }

.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: #3fa3d4;
  margin: 0 0 10px;
  padding-right: 60px; }
  .details-holder .meta a {
    color: #3fa3d4; }
    .details-holder .meta a:hover {
      color: #0f4579; }
  .details-holder .meta .date {
    color: #0f4579; }

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

.callback-block .form-holder {
  background: #fff;
  padding: 30px 30px;
  position: relative;
  z-index: 2;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1200px) {
    .callback-block .form-holder {
      padding: 50px 54px; } }

.callback-block h3, .callback-block .h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 10px;
  color: #17313d; }
  @media (min-width: 768px) {
    .callback-block h3, .callback-block .h3 {
      font-size: 50px;
      line-height: 60px; } }
  @media (min-width: 1024px) {
    .callback-block h3, .callback-block .h3 {
      margin: 0 0 30px; } }

.callback-block p {
  margin: 0 0 25px; }

.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: 220px; }
    @media (min-width: 1200px) {
      .callback-block form .gform_footer {
        padding-top: 0;
        min-width: 250px; } }
    .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 form .gform_footer:before {
      position: absolute;
      left: 27px;
      font-size: 20px;
      top: 14px;
      content: "\e905";
      font-family: 'icomoon';
      color: #fff;
      pointer-events: none; }
      @media (min-width: 1200px) {
        .callback-block form .gform_footer:before {
          left: 36px; } }

.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: #0f4579; }
  @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: 0; } }
  .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: #092b4c; }

.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: 0;
  padding-left: 53px;
  padding-right: 28px;
  border-color: #f3f8ff;
  border-color: transparent;
  background: #f3f8ff;
  border: solid 1px #f3f8ff; }
  @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: #8589a2; }
  .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: #8589a2; }
  .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: #8589a2; }
  .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: #8589a2; }
  .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: #8589a2; }

.callback-block .name:before {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 15px;
  content: "\e906";
  font-family: 'icomoon';
  color: #0f4579; }
  @media (min-width: 768px) {
    .callback-block .name:before {
      left: 27px; } }

.callback-block .phone:before {
  position: absolute;
  left: 18px;
  font-size: 26px;
  top: 11px;
  content: "\e900";
  font-family: 'icomoon';
  color: #0f4579; }
  @media (min-width: 768px) {
    .callback-block .phone:before {
      left: 27px; } }

.callback-block .time:before {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 15px;
  content: "\e901";
  font-family: 'icomoon';
  color: #0f4579; }
  @media (min-width: 768px) {
    .callback-block .time:before {
      left: 27px; } }

.callback-block select {
  background: #f3f8ff url("images/select-bg.png");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  color: #8589a2; }
  @media (min-width: 768px) {
    .callback-block select {
      background-size: 65px 65px; } }

.callback-block + #footer {
  margin-top: -150px; }
  @media (min-width: 1024px) {
    .callback-block + #footer {
      margin-top: -251px; } }

.quotes-block + .callback-block {
  background: #0f4579;
  height: 1px;
  padding-top: 380px; }
  .quotes-block + .callback-block .form-holder {
    margin-top: -380px; }

.gallery-slider {
  overflow: hidden; }
  .gallery-slider .slide {
    float: left;
    width: 25%; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    display: block; }
  .gallery-slider .slick-arrow {
    background: #3fa3d4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: 0 20px; }
    @media (min-width: 1024px) {
      .gallery-slider .slick-arrow {
        width: 50px;
        height: 50px; } }
    @media (min-width: 1366px) {
      .gallery-slider .slick-arrow {
        margin: 0 60px; } }
    .gallery-slider .slick-arrow i {
      font-size: 25px;
      margin-top: 2px; }

.quotes-block {
  background: #0f4579;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .quotes-block {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 1024px) {
    .quotes-block {
      font-size: 24px;
      line-height: 36px; } }
  .quotes-block h2, .quotes-block .h2 {
    color: #fff;
    margin: 0 0 30px; }
  .quotes-block .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 1; }
    @media (min-width: 768px) {
      .quotes-block .container {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (min-width: 1024px) {
      .quotes-block .container {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .quotes-block a {
    color: inherit;
    text-decoration: underline; }
  .quotes-block .sub-title {
    display: block;
    font-size: 16px;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .quotes-block .sub-title {
        font-size: 19px; } }
  .quotes-block .container {
    position: relative; }
    .quotes-block .container:after, .quotes-block .container:before {
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      content: '';
      width: 1px;
      background: #40a3d5;
      z-index: 1; }
    .quotes-block .container:after {
      left: auto;
      right: 20px; }
  .quotes-block .quotes-slider {
    padding: 0 30px;
    position: static; }
    @media (min-width: 768px) {
      .quotes-block .quotes-slider {
        padding: 0 90px; } }
    @media (min-width: 1024px) {
      .quotes-block .quotes-slider {
        max-width: 800px;
        margin: 0 auto;
        padding: 0; } }
    @media (min-width: 1200px) {
      .quotes-block .quotes-slider {
        max-width: 967px; } }
    .quotes-block .quotes-slider:after, .quotes-block .quotes-slider:before {
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 16px;
      height: 16px;
      content: '';
      border: solid 1px #40a3d5;
      border-radius: 100%;
      z-index: 11;
      margin: 43px 0; }
    .quotes-block .quotes-slider:after {
      left: auto;
      right: 12px;
      margin: -43px 0; }
  .quotes-block .icon {
    width: 150px;
    height: 100px;
    background: #fff;
    border-radius: 30px 0 0 0;
    margin: 0 auto 33px;
    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;
    overflow: hidden; }
    @media (min-width: 768px) {
      .quotes-block .icon {
        width: 180px;
        height: 100px;
        border-radius: 50px 0 0 0; } }
    @media (min-width: 1024px) {
      .quotes-block .icon {
        width: 220px;
        height: 125px;
        border-radius: 74px 0 0 0; } }
    .quotes-block .icon:before {
      display: block;
      width: 73px;
      height: 65px;
      content: '';
      background: url(images/icon-quote.png); }
  .quotes-block cite {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 36px; }
    .quotes-block cite span {
      display: block;
      font-weight: 400;
      font-size: 18px; }
  .quotes-block .slick-arrow {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    background: #0f4579;
    padding: 40px 0; }
    @media (min-width: 1366px) {
      .quotes-block .slick-arrow {
        margin: 0 -30px; } }
    .quotes-block .slick-arrow i {
      margin: 0 8px; }
    @media (max-width: 767px) {
      .quotes-block .slick-arrow {
        font-size: 0;
        line-height: 0;
        margin: 0 3px; } }
  .quotes-block p {
    margin: 0 0 20px; }

.contact-block {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .contact-block {
      padding: 100px 0; } }
  .contact-block .text-holder {
    max-width: 1074px;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      .contact-block .text-holder {
        padding-bottom: 30px; } }
  .contact-block .est-text {
    margin: 0 0 25px;
    color: #3fa3d4; }
  .contact-block h2, .contact-block .h2 {
    font-size: 40px; }
    @media (min-width: 768px) {
      .contact-block h2, .contact-block .h2 {
        font-size: 45px; } }
    @media (min-width: 1024px) {
      .contact-block h2, .contact-block .h2 {
        font-size: 50px; } }
  @media (min-width: 1024px) {
    .contact-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  @media (min-width: 1366px) {
    .contact-block .row {
      margin: 0 -40px; } }
  @media (min-width: 1024px) {
    .contact-block .row .col {
      padding: 0 15px;
      width: 45%; } }
  @media (min-width: 1366px) {
    .contact-block .row .col {
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .contact-block .row .col:first-child {
      width: 55%; } }
  .contact-block form input[type="submit"] {
    text-transform: uppercase;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .contact-block form input[type="submit"] {
        min-height: 70px; } }
  .contact-block .logo {
    margin: 0 0 27px;
    max-width: 315px;
    display: none; }
    @media (min-width: 1024px) {
      .contact-block .logo {
        display: block; } }
  .contact-block address {
    font-style: normal;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .contact-block address {
        font-size: 20px;
        margin: 0 0 20px; } }
    .contact-block address strong {
      display: block;
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 6px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .contact-block address strong {
          font-size: 26px;
          line-height: 30px; } }
      .contact-block address strong + br {
        display: none; }
  .contact-block .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .contact-block .link {
        font-size: 20px; } }
    .contact-block .link .title {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 10px 0 0;
      min-width: 60px;
      font-weight: 600; }
    .contact-block .link .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #3fa3d4; }
    .contact-block .link .text-holder .text {
      display: block; }
    .contact-block .link a {
      color: #17313d;
      word-break: break-all; }
    @media (max-width: 767px) {
      .contact-block .link {
        font-size: 16px; } }

.map-block {
  position: relative;
  height: 300px; }
  @media (min-width: 1024px) {
    .map-block {
      height: 442px; } }
  .map-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

.our-accreditations {
  text-align: center;
  padding: 60px 0;
  position: relative; }
  @media (min-width: 1024px) {
    .our-accreditations {
      padding: 80px 0; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 40px;
    font-size: 36px; }
    @media (min-width: 768px) {
      .our-accreditations h2, .our-accreditations .h2 {
        font-size: 45px; } }
    @media (min-width: 1024px) {
      .our-accreditations h2, .our-accreditations .h2 {
        font-size: 50px; } }
  .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 -30px; } }
    @media (min-width: 1024px) {
      .our-accreditations .accreditation {
        margin: 0 -40px; } }
    .our-accreditations .accreditation .slide {
      margin: 0 20px 40px; }
      @media (min-width: 1024px) {
        .our-accreditations .accreditation .slide {
          margin: 0 30px 80px; } }
      @media (min-width: 1200px) {
        .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: 1780px; }
  .our-accreditations .clients-slider {
    margin: 0 30px;
    padding: 0; }
    @media (min-width: 1024px) {
      .our-accreditations .clients-slider {
        margin: 0 50px; } }
    .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 (min-width: 1024px) {
        .our-accreditations .clients-slider .slide {
          padding: 0 30px; } }
      @media (min-width: 1200px) {
        .our-accreditations .clients-slider .slide {
          padding: 0 40px; } }
      @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 .slick-arrow {
      background: #35b729;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      margin: 0 -30px; }
      @media (min-width: 1024px) {
        .our-accreditations .clients-slider .slick-arrow {
          width: 50px;
          height: 50px;
          margin: 0 -50px; } }
      @media (min-width: 1366px) {
        .our-accreditations .clients-slider .slick-arrow {
          margin: 0 -50px; } }
      .our-accreditations .clients-slider .slick-arrow i {
        font-size: 25px;
        margin-top: 2px; }
      .our-accreditations .clients-slider .slick-arrow.slick-disabled {
        opacity: 0.7; }

.accreditations-v2 .our-accreditations {
  padding: 50px 0 0; }
  .accreditations-v2 .our-accreditations:after, .accreditations-v2 .our-accreditations:before {
    display: none; }
  .accreditations-v2 .our-accreditations .accreditations-holder:after {
    display: none; }
  .accreditations-v2 .our-accreditations h3, .accreditations-v2 .our-accreditations .h3 {
    display: none; }

.cta-block {
  background: #4253bf url(images/bg-cta.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  text-align: center; }
  @media (min-width: 1024px) {
    .cta-block {
      font-size: 18px;
      line-height: 32px; } }
  .cta-block a {
    color: #fff;
    font-weight: 600; }
    .cta-block a.btn {
      font-weight: 400; }
  .cta-block h2, .cta-block .h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px;
    color: #fff; }
    @media (min-width: 768px) {
      .cta-block h2, .cta-block .h2 {
        font-size: 45px;
        line-height: 50px; } }
    @media (min-width: 1024px) {
      .cta-block h2, .cta-block .h2 {
        font-size: 50px;
        line-height: 55px; } }
  .cta-block .heading {
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .cta-block .heading {
        font-size: 30px;
        line-height: 32px; } }
  .cta-block .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .cta-block .container {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .cta-block .container {
        padding-top: 110px;
        padding-bottom: 110px; } }
  .cta-block p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .cta-block p {
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .cta-block p {
        margin: 0 0 40px; } }
  .cta-block .btn-tel {
    min-height: 70px;
    position: relative;
    padding: 13px 10px 12px 121px;
    text-align: left;
    min-width: 313px;
    margin: 0 8px 20px; }
    .cta-block .btn-tel .title {
      display: block;
      text-transform: uppercase;
      margin: 0 0 5px; }
    .cta-block .btn-tel .tel {
      color: #17313d;
      display: block; }
    .cta-block .btn-tel .icon {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 80px;
      height: 50px;
      background: #ffd172;
      border-radius: 8px;
      color: #17313d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 30px; }
  .cta-block .text {
    max-width: 1050px;
    margin: 0 auto; }
  .cta-block .btns-holder {
    margin-bottom: -20px; }

.textvideo-block {
  padding: 50px 0 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .textvideo-block {
      padding: 90px 0 70px; } }
  @media (min-width: 1024px) {
    .textvideo-block {
      padding: 170px 0 120px; } }
  .textvideo-block .image-holder {
    float: left;
    margin: 20px 40px 30px 0;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    border-radius: 8px;
    position: relative;
    padding-top: 60%; }
    @media (min-width: 1024px) {
      .textvideo-block .image-holder {
        width: 500px;
        height: 311px;
        padding-top: 0; } }
  .textvideo-block h2, .textvideo-block .h2 {
    font-size: 44px; }
  .textvideo-block .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(images/icon-play.png);
    background-size: 100% 100%;
    width: 70px;
    height: 70px; }
  .textvideo-block ul {
    font-weight: 600; }
    .textvideo-block ul li {
      position: relative;
      padding: 0 0 8px 33px; }
      @media (min-width: 768px) {
        .textvideo-block ul li {
          padding: 0 0 10px 33px; } }
      .textvideo-block ul li:before {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
        content: '\f059';
        font-family: 'icomoon';
        line-height: 1;
        color: #3fa3d4; }

.img-text-block {
  background: #f2f9ff; }
  .img-text-block .row {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 1024px) {
      .img-text-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0 -35px;
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media (min-width: 1024px) {
      .img-text-block .row .col {
        width: 52%;
        padding: 0 35px; } }
    @media (min-width: 1024px) {
      .img-text-block .row .col.img-col {
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .img-text-block .row + .row {
      padding-top: 0; }
    @media (min-width: 1024px) {
      .img-text-block .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .img-text-block .image {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    padding-top: 60%;
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .img-text-block .image {
        padding-top: 110%;
        margin-top: 0; } }
  .img-text-block ul {
    font-weight: 600; }
    .img-text-block ul li {
      position: relative;
      padding: 0 0 8px 33px; }
      @media (min-width: 768px) {
        .img-text-block ul li {
          padding: 0 0 10px 33px; } }
      .img-text-block ul li:before {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
        content: '\f059';
        font-family: 'icomoon';
        line-height: 1;
        color: #3fa3d4; }

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

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

.validation_error {
  display: none; }

.aboutus-block {
  padding: 40px 0 20px;
  background: #3c3c3c;
  color: #e5e5e5;
  position: relative; }
  @media (min-width: 768px) {
    .aboutus-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .aboutus-block {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .aboutus-block {
      padding: 120px 0 100px; } }
  .aboutus-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    content: '';
    background: url(images/about-bg.png);
    background-position: 50% 50%;
    height: 680px;
    opacity: 0.3; }
  .aboutus-block .container {
    position: relative;
    z-index: 2; }
  .aboutus-block h2 {
    color: #fff; }
  @media (min-width: 1024px) {
    .aboutus-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -30px; } }
  @media (min-width: 1200px) {
    .aboutus-block .row {
      margin: 0 -40px; } }
  @media (min-width: 1024px) {
    .aboutus-block .row .col {
      padding: 0 30px;
      width: 61%; } }
  @media (min-width: 1200px) {
    .aboutus-block .row .col {
      padding: 0 40px; } }
  .aboutus-block .row .col.img-col {
    text-align: center;
    margin: 0 0 40px; }
    @media (min-width: 1024px) {
      .aboutus-block .row .col.img-col {
        width: 39%; } }
    .aboutus-block .row .col.img-col img {
      display: inline-block;
      vertical-align: top; }
    @media (min-width: 1024px) {
      .aboutus-block .row .col.img-col {
        margin: 0; } }
  .aboutus-block p a {
    font-weight: 600; }
  .aboutus-block ul {
    margin: 0 0 34px; }
    .aboutus-block ul li {
      position: relative;
      padding: 0 0 8px 33px; }
      @media (min-width: 768px) {
        .aboutus-block ul li {
          padding: 0 0 10px 33px; } }
      .aboutus-block ul li:before {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
        content: '\f059';
        font-family: 'icomoon';
        line-height: 1;
        color: #3fa3d4; }
  .aboutus-block p {
    margin: 0 0 28px; }
  .aboutus-block h2, .aboutus-block .h2 {
    position: relative; }
    .aboutus-block h2:before, .aboutus-block .h2:before {
      position: absolute;
      left: -40px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #3fa3d4;
      content: ''; }
  .aboutus-block .image {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding-top: 49%;
    width: calc(50% - 22px);
    margin: 0 11px 22px; }
    .aboutus-block .image:last-child {
      padding-top: 41%;
      border-radius: 0 0 40px 0; }
      @media (min-width: 768px) {
        .aboutus-block .image:last-child {
          border-radius: 0 0 90px 0; } }
    .aboutus-block .image:nth-child(2) {
      border-radius: 0 0 40px 0;
      margin-top: 40px; }
      @media (min-width: 768px) {
        .aboutus-block .image:nth-child(2) {
          margin-top: 80px;
          border-radius: 0 0 90px 0; } }
      @media (min-width: 1200px) {
        .aboutus-block .image:nth-child(2) {
          margin-top: 135px; } }
    .aboutus-block .image:nth-child(1) {
      border-radius: 0 40px 0 0; }
      @media (min-width: 768px) {
        .aboutus-block .image:nth-child(1) {
          border-radius: 0 90px 0 0; } }
    .aboutus-block .image:nth-child(3) {
      margin-top: -40px;
      border-radius: 0 0 0 40px; }
      @media (min-width: 768px) {
        .aboutus-block .image:nth-child(3) {
          border-radius: 0 0 0 90px;
          margin-top: -80px; } }
      @media (min-width: 1200px) {
        .aboutus-block .image:nth-child(3) {
          margin-top: -135px; } }
  .aboutus-block .images-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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px -20px 0 -11px; }
    @media (min-width: 1024px) {
      .aboutus-block .images-list {
        margin: 96px -20px 0 -11px; } }
    @media (min-width: 1366px) {
      .aboutus-block .images-list {
        margin: 96px -85px 0 -11px; } }

.page-template-pagestemplate-contactus-php .contact-block h2, .page-contact .contact-block h2 {
  display: none; }

.page-template-pagestemplate-contactus-php .map-block, .page-contact .map-block {
  margin-bottom: 0; }

.full-width {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .full-width {
      padding-top: 50px; } }

blockquote {
  margin: 0 0 25px;
  border: 0;
  padding: 20px;
  background: #3fa3d4;
  color: #fff; }
  blockquote a {
    color: #fff; }
    blockquote a:hover {
      opacity: 0.7; }
  blockquote p {
    margin: 0 !important; }
    blockquote p a {
      color: #fff; }
      blockquote p a:hover {
        opacity: 0.7; }

.hero-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;
  position: relative; }
  @media (min-width: 1366px) {
    .hero-block .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  .hero-block .row .col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative; }
    @media (min-width: 1024px) {
      .hero-block .row .col {
        width: 50%; } }
    @media (min-width: 1366px) {
      .hero-block .row .col {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .hero-block .row .col.gallery-col {
      padding: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: inherit;
          -ms-flex-positive: inherit;
              flex-grow: inherit;
      width: 100%; }
      @media (min-width: 1366px) {
        .hero-block .row .col.gallery-col {
          padding: 22px 0 22px 0;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 300px; } }
      @media (min-width: 1600px) {
        .hero-block .row .col.gallery-col {
          width: 375px;
          padding: 22px 0 22px 30px; } }
    .hero-block .row .col.image {
      background-size: cover;
      background-position: 50% 50%; }
      @media (min-width: 1024px) {
        .hero-block .row .col.image {
          min-height: 600px; } }
      @media (min-width: 1366px) {
        .hero-block .row .col.image {
          min-height: 700px;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (min-width: 1600px) {
        .hero-block .row .col.image {
          min-height: 775px; } }
      @media (max-width: 1023px) {
        .hero-block .row .col.image {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; } }
    .hero-block .row .col.caption {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px 20px;
      background-image: -webkit-linear-gradient(135deg, #f5f9ff 0%, white 70%);
      background-image: linear-gradient(-45deg, #f5f9ff 0%, white 70%);
      z-index: 1; }
      @media (min-width: 768px) {
        .hero-block .row .col.caption {
          padding: 60px 40px; } }
      @media (min-width: 1200px) {
        .hero-block .row .col.caption {
          padding: 60px 50px; } }
      @media (min-width: 1600px) {
        .hero-block .row .col.caption {
          padding: 80px 50px; } }
      @media (min-width: 1800px) {
        .hero-block .row .col.caption {
          padding: 80px 90px; } }
      .hero-block .row .col.caption:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 446px;
        content: '';
        background: url(images/hero-lines.png);
        background-size: cover;
        background-position: 50% 50%;
        z-index: -1; }
      @media (max-width: 1023px) {
        .hero-block .row .col.caption {
          background: rgba(255, 255, 255, 0.75);
          margin: 30px 20px;
          padding: 50px 40px;
          width: calc(100% - 40px); }
          .hero-block .row .col.caption:before {
            display: none; } }
      @media (max-width: 767px) {
        .hero-block .row .col.caption {
          padding: 30px 20px; } }

.hero-block h1, .hero-block .h1 {
  font-size: 39px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #0f4579; }
  @media (min-width: 768px) {
    .hero-block h1, .hero-block .h1 {
      font-size: 55px;
      line-height: 65px; } }
  @media (min-width: 1200px) {
    .hero-block h1, .hero-block .h1 {
      font-size: 60px;
      line-height: 70px; } }
  @media (min-width: 1600px) {
    .hero-block h1, .hero-block .h1 {
      font-size: 70px;
      line-height: 80px; } }
  @media (min-width: 1800px) {
    .hero-block h1, .hero-block .h1 {
      font-size: 80px;
      line-height: 90px; } }
  .hero-block h1 span, .hero-block .h1 span {
    color: #3fa3d4; }

.hero-block p {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .hero-block p {
      margin: 0 0 45px; } }

@media (min-width: 768px) {
  .hero-block .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 24px; } }

@media (min-width: 1600px) {
  .hero-block .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 26px 30px; } }

@media (min-width: 1366px) {
  .side-gallery {
    height: 100%; } }

.side-gallery .slide {
  display: block;
  width: 33.33%; }
  @media (min-width: 1366px) {
    .side-gallery .slide {
      height: 33.33%;
      width: auto; } }

.side-gallery .slide-image {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding-top: 80%; }
  @media (min-width: 1366px) {
    .side-gallery .slide-image {
      padding-top: 0; } }
  .side-gallery .slide-image:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(15, 69, 121, 0.8);
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .side-gallery .slide-image i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .side-gallery .slide-image:hover i, .side-gallery .slide-image:hover:before {
    opacity: 1; }

.side-gallery .slick-list {
  height: 100% !important; }
  .side-gallery .slick-list .slick-track {
    height: 100% !important; }

.side-gallery .slick-arrow {
  text-transform: uppercase;
  background: rgba(106, 83, 16, 0.9);
  width: 107px;
  height: 51px;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  text-align: center;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0; }
  @media (min-width: 1024px) {
    .side-gallery .slick-arrow {
      left: 20px;
      border-radius: 10px; } }
  @media (min-width: 1366px) {
    .side-gallery .slick-arrow {
      -webkit-transform: translate(-50%, 0) rotate(90deg);
          -ms-transform: translate(-50%, 0) rotate(90deg);
              transform: translate(-50%, 0) rotate(90deg);
      top: auto;
      left: 50%;
      margin: 28px 0; } }
  @media (min-width: 1366px) {
    .side-gallery .slick-arrow.slick-prev {
      top: -22px; } }
  @media (min-width: 1366px) {
    .side-gallery .slick-arrow.slick-next {
      bottom: -22px; } }
  @media (max-width: 1365px) {
    .side-gallery .slick-arrow.slick-next {
      left: auto;
      right: 20px; } }
  @media (max-width: 1023px) {
    .side-gallery .slick-arrow.slick-next {
      left: auto;
      right: 0; } }
  .side-gallery .slick-arrow i {
    margin: 0 4px;
    color: #3fa3d4; }
  @media (max-width: 1023px) {
    .side-gallery .slick-arrow {
      font-size: 0;
      line-height: 0;
      width: 40px;
      height: 40px;
      padding: 0 !important;
      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;
      letter-spacing: -4px; }
      .side-gallery .slick-arrow i {
        margin: 0;
        font-size: 18px; } }

.whyus-area {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .whyus-area {
      padding: 70px 0 70px; } }
  @media (min-width: 1024px) {
    .whyus-area {
      padding: 120px 0; } }
  @media (min-width: 1024px) {
    .whyus-area .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;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin: 0 -20px; } }
  @media (min-width: 1200px) {
    .whyus-area .row {
      margin: 0 -50px; } }
  .whyus-area .row .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .whyus-area .row .col {
        padding: 0 20px;
        width: 50%; } }
    @media (min-width: 1200px) {
      .whyus-area .row .col {
        padding: 0 50px; } }

.whyus-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;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin: 40px -15px 0; }
  @media (min-width: 1200px) {
    .whyus-list {
      margin: 0 -15px;
      font-size: 23px;
      line-height: 32px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .whyus-list li {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    background: #f3f8ff;
    padding: 32px 24px 40px; }
    @media (min-width: 576px) {
      .whyus-list li {
        width: calc(50% - 30px); } }
    @media (min-width: 1024px) {
      .whyus-list li {
        margin: 0 15px 30px; }
        .whyus-list li:nth-child(2) {
          margin-top: 30px; }
        .whyus-list li:nth-child(3) {
          margin-top: -30px; } }
  .whyus-list .icon {
    display: block;
    margin: 0 0 16px; }

.bluestrade-system {
  position: relative;
  z-index: 2; }
  .bluestrade-system .section-header {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 15px; }
    @media (min-width: 768px) {
      .bluestrade-system .section-header {
        padding: 0 0 25px; } }
    .bluestrade-system .section-header p {
      margin: 0 0 30px; }
  .bluestrade-system a {
    text-decoration: underline; }
    .bluestrade-system a:hover {
      text-decoration: none; }
  .bluestrade-system + .aboutus-block {
    padding-top: 240px; }
    @media (min-width: 768px) {
      .bluestrade-system + .aboutus-block {
        padding-top: 260px; } }
    @media (min-width: 1024px) {
      .bluestrade-system + .aboutus-block {
        padding-top: 392px; } }
  .bluestrade-system .bluestrade-slider {
    margin-bottom: -200px; }
    @media (min-width: 1024px) {
      .bluestrade-system .bluestrade-slider {
        margin-bottom: -277px; } }
  .bluestrade-system .container {
    max-width: 1300px; }
    @media (min-width: 768px) {
      .bluestrade-system .container {
        padding: 0 80px; } }
    @media (min-width: 1600px) {
      .bluestrade-system .container {
        padding: 0 20px; } }

.bluestrade-slider {
  margin: 0 -15px;
  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; }
  .bluestrade-slider .slide {
    width: calc(100%/3);
    padding: 0 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .bluestrade-slider .slick-arrow {
    text-transform: uppercase;
    margin: 90px -60px 0;
    font-size: 14px;
    color: #fff; }
    @media (min-width: 1200px) {
      .bluestrade-slider .slick-arrow {
        margin: 130px -60px 0; } }
    @media (min-width: 1366px) {
      .bluestrade-slider .slick-arrow {
        font-size: 16px;
        margin: 130px -100px 0; } }
    @media (min-width: 1600px) {
      .bluestrade-slider .slick-arrow {
        margin: 130px -140px 0; } }
    .bluestrade-slider .slick-arrow i {
      color: #3fa3d4;
      margin: 0 4px; }
      @media (min-width: 1366px) {
        .bluestrade-slider .slick-arrow i {
          margin: 0 8px; } }
    @media (max-width: 767px) {
      .bluestrade-slider .slick-arrow {
        margin: 0 15px;
        font-size: 0;
        line-height: 0;
        width: 40px;
        height: 40px;
        background: #0f4579;
        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;
        letter-spacing: -4px; }
        .bluestrade-slider .slick-arrow i {
          color: #fff;
          font-size: 17px; } }
  .bluestrade-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.cta-box {
  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;
  background: #fff;
  color: #17313d;
  width: 100%;
  text-decoration: none !important; }
  .cta-box .text, .cta-box .image {
    width: 100%; }
  .cta-box .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 70%; }
    @media (min-width: 1200px) {
      .cta-box .image {
        padding-top: 85%; } }
  .cta-box .text {
    padding: 20px 25px 35px; }
    @media (min-width: 1200px) {
      .cta-box .text {
        padding: 25px 30px 47px; } }
  .cta-box .btn.btn-secondary {
    background: #40a3d5; }
    .cta-box .btn.btn-secondary:hover {
      background: #0f4579; }
  .cta-box .title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .cta-box .title {
        font-size: 24px;
        line-height: 30px; } }

.hero-block.v2 {
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 1024px) {
    .hero-block.v2 {
      background: #f3f8ff; } }
  @media (max-width: 1023px) {
    .hero-block.v2 .container {
      padding: 0; } }
  @media (min-width: 1024px) {
    .hero-block.v2:before {
      position: absolute;
      left: 0;
      right: 50%;
      top: 0;
      height: 100%;
      content: '';
      background: url(images/hero-lines.png);
      background-size: cover;
      background-position: 50% 50%; } }
  @media (min-width: 1024px) {
    .hero-block.v2 .row .col.image {
      height: auto;
      min-height: 400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1024px) {
    .hero-block.v2 .row .col.caption {
      padding: 100px 30px 100px 0; } }
  @media (min-width: 1024px) {
    .hero-block.v2 .row .col.caption {
      background: none; } }
  .hero-block.v2 .row .col.caption:before {
    display: none; }
  .hero-block.v2 .image-holder {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .hero-block.v2 .image-holder {
        margin-right: -20px; } }
    @media (min-width: 1210px) {
      .hero-block.v2 .image-holder {
        margin-right: calc((100vw - 1170px) / -2); } }
    @media (max-width: 1023px) {
      .hero-block.v2 .image-holder {
        height: 100%; } }
  .hero-block.v2 h2, .hero-block.v2 .h2 {
    line-height: 50px;
    font-size: 45px;
    margin: 0 0 20px; }
    @media (min-width: 420px) {
      .hero-block.v2 h2, .hero-block.v2 .h2 {
        line-height: 60px;
        font-size: 50px; } }
    @media (min-width: 1024px) {
      .hero-block.v2 h2, .hero-block.v2 .h2 {
        line-height: 70px;
        font-size: 60px;
        margin: 0 0 26px; } }
  .hero-block.v2 .btn-tel {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 22px;
    text-transform: uppercase;
    background: #0f4579; }
    @media (min-width: 420px) {
      .hero-block.v2 .btn-tel {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1024px) {
      .hero-block.v2 .btn-tel {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 25px; } }
    .hero-block.v2 .btn-tel i {
      font-size: 18px;
      margin: 0 6px 0 0; }
      @media (min-width: 420px) {
        .hero-block.v2 .btn-tel i {
          font-size: 20px;
          margin: 0 8px 0 0; } }
      @media (min-width: 1024px) {
        .hero-block.v2 .btn-tel i {
          font-size: 26px;
          margin: 1px 8px 0 0; } }
    .hero-block.v2 .btn-tel:hover {
      background: #3fa3d4; }
    @media (max-width: 1023px) {
      .hero-block.v2 .btn-tel span {
        display: none; } }

.whyus-block {
  padding: 40px 0 20px; }
  @media (min-width: 768px) {
    .whyus-block {
      padding: 70px 0 50px; } }
  @media (min-width: 1024px) {
    .whyus-block {
      padding: 70px 0 50px; } }
  @media (min-width: 1200px) {
    .whyus-block {
      padding: 100px 0 70px; } }
  .whyus-block h2, .whyus-block .h2 {
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .whyus-block h2, .whyus-block .h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .whyus-block h2, .whyus-block .h2 {
        text-align: left; } }
    @media (max-width: 574px) {
      .whyus-block h2, .whyus-block .h2 {
        text-align: center; } }
  @media (min-width: 768px) {
    .whyus-block .whyus-list {
      font-size: 20px;
      line-height: 28px;
      -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) {
    .whyus-block .whyus-list li {
      background: none;
      margin-top: 0;
      width: calc(100%/2 - 30px);
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; } }
  @media (min-width: 1024px) {
    .whyus-block .whyus-list li {
      width: calc(100%/3 - 30px); } }
  @media (min-width: 1200px) {
    .whyus-block .whyus-list li {
      width: calc(100%/4 - 30px); } }
  @media (min-width: 768px) {
    .whyus-block .whyus-list li .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 20px 0 0; } }
  @media (max-width: 1023px) {
    .whyus-block .whyus-list li .icon {
      min-width: 98px;
      text-align: center; } }

.twocols-block {
  background: #f3f8ff;
  padding: 40px 0 20px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .twocols-block {
      padding: 80px 0 60px; } }
  @media (min-width: 1200px) {
    .twocols-block {
      padding: 113px 0; } }
  .twocols-block h2, .twocols-block .h2 {
    margin: 0 0 26px; }
    @media (min-width: 1200px) {
      .twocols-block h2, .twocols-block .h2 {
        margin: 0 0 30px; } }
    .twocols-block h2 span, .twocols-block .h2 span {
      font-weight: 300; }
  .twocols-block p {
    margin: 0 0 26px; }
    @media (min-width: 1200px) {
      .twocols-block p {
        margin: 0 0 30px; } }
  @media (min-width: 1024px) {
    .twocols-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -20px; } }
  @media (min-width: 1366px) {
    .twocols-block .row {
      margin: 0 -50px; } }
  @media (min-width: 1024px) {
    .twocols-block .row .col {
      padding: 0 20px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (min-width: 1366px) {
    .twocols-block .row .col {
      padding: 0 50px; } }
  .twocols-block .row .col.image {
    margin: 0 0 40px; }
    @media (min-width: 1024px) {
      .twocols-block .row .col.image {
        width: 530px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: inherit;
            -ms-flex-positive: inherit;
                flex-grow: inherit;
        margin: 0; } }
    @media (min-width: 1366px) {
      .twocols-block .row .col.image {
        width: 600px; } }
  .twocols-block .image-holder {
    padding-top: 65%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    border-radius: 40px 0 40px 0; }
    @media (min-width: 768px) {
      .twocols-block .image-holder {
        padding-top: 56.2%; } }
    @media (min-width: 1024px) {
      .twocols-block .image-holder {
        padding-top: 110%;
        border-radius: 55px 0 55px 0;
        margin-top: 12px; } }
    .twocols-block .image-holder:before {
      position: absolute;
      left: -20px;
      bottom: -20px;
      content: '';
      width: 100px;
      height: 100px;
      background: #3fa3d4;
      opacity: 0.7; }
      @media (min-width: 768px) {
        .twocols-block .image-holder:before {
          width: 140px;
          height: 140px; } }
      @media (min-width: 1024px) {
        .twocols-block .image-holder:before {
          width: 163px;
          height: 163px;
          left: -36px;
          bottom: -51px; } }
  .twocols-block .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%; }
    .twocols-block .btn-play:before {
      content: '';
      border-style: solid;
      border-width: 12px 0 12px 16px;
      border-color: transparent transparent transparent #17313d;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 3px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    .twocols-block.v2 .image-holder {
      padding-top: 120%; } }
  .twocols-block.v2 h2, .twocols-block.v2 .h2 {
    margin: 0 -40px 0 0; }
  .twocols-block .container {
    position: relative;
    z-index: 1; }
  .twocols-block:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #f3f8ff;
    opacity: 0.1; }
  .twocols-block .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.07; }

.roofing-company {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .roofing-company {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .roofing-company {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .roofing-company {
      padding: 120px 0; } }
  @media (min-width: 1024px) {
    .roofing-company .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 -50px; } }
  @media (min-width: 1024px) {
    .roofing-company .row .col {
      padding: 0 50px;
      width: 52%; } }
  @media (min-width: 1024px) {
    .roofing-company .row .col.images {
      width: 48%; } }
  .roofing-company .images-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 0; }
    @media (min-width: 1024px) {
      .roofing-company .images-holder {
        margin: 0; } }
    @media (min-width: 1200px) {
      .roofing-company .images-holder {
        margin: 0 -70px 0 0; } }
    @media (min-width: 1440px) {
      .roofing-company .images-holder {
        margin: 0 -204px 0 0; } }
    .roofing-company .images-holder .image {
      border-radius: 36px 0 0 0;
      position: relative;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 768px) {
        .roofing-company .images-holder .image {
          width: 60%;
          height: 400px;
          border-radius: 46px 0 0 0; } }
      @media (min-width: 1024px) {
        .roofing-company .images-holder .image {
          width: 100%;
          height: 430px; } }
      @media (min-width: 1200px) {
        .roofing-company .images-holder .image {
          width: 260px;
          height: 300px; } }
      @media (min-width: 1366px) {
        .roofing-company .images-holder .image {
          width: 325px;
          height: 370px; } }
      @media (min-width: 1440px) {
        .roofing-company .images-holder .image {
          width: 400px;
          height: 439px; } }
      .roofing-company .images-holder .image + .image {
        display: none;
        margin: 0 0 0 30px;
        border-radius: 0 0 36px 0; }
        @media (min-width: 768px) {
          .roofing-company .images-holder .image + .image {
            display: block;
            width: 40%;
            height: 300px;
            border-radius: 0 0 46px 0; } }
        @media (min-width: 1024px) {
          .roofing-company .images-holder .image + .image {
            display: none;
            width: 200px;
            height: 250px; } }
        @media (min-width: 1200px) {
          .roofing-company .images-holder .image + .image {
            display: block; } }
        @media (min-width: 1366px) {
          .roofing-company .images-holder .image + .image {
            width: 250px;
            height: 280px; } }
        @media (min-width: 1440px) {
          .roofing-company .images-holder .image + .image {
            width: 275px;
            height: 302px; } }
        .roofing-company .images-holder .image + .image img {
          border-radius: 0 0 36px 0; }
          @media (min-width: 768px) {
            .roofing-company .images-holder .image + .image img {
              border-radius: 0 0 46px 0; } }
      .roofing-company .images-holder .image img {
        height: 100%;
        object-fit: cover;
        display: block;
        width: 100%;
        border-radius: 36px 0 0 0; }
        @media (min-width: 768px) {
          .roofing-company .images-holder .image img {
            border-radius: 46px 0 0 0; } }
      @media (max-width: 1199px) {
        .roofing-company .images-holder .image:before {
          position: absolute;
          right: -36px;
          bottom: -51px;
          content: '';
          width: 163px;
          height: 163px;
          background: #3fa3d4;
          opacity: 0.5; } }
      @media (max-width: 1199px) {
        .roofing-company .images-holder .image:before {
          display: none; } }
  .roofing-company ul {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .roofing-company ul {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px; } }
    .roofing-company ul li {
      position: relative;
      padding: 0 0 8px 33px; }
      @media (min-width: 768px) {
        .roofing-company ul li {
          padding: 0 0 0 33px; } }
      .roofing-company ul li:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: '\f00c';
        font-family: 'icomoon';
        line-height: 1;
        color: #3fa3d4; }

.setps-block {
  padding: 70px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .setps-block {
      text-align: left; } }
  @media (min-width: 1200px) {
    .setps-block {
      padding: 100px 0; } }
  @media (min-width: 1024px) {
    .setps-block .steps-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 -65px; } }
  @media (min-width: 1024px) {
    .setps-block .steps-list .step {
      width: 50%;
      padding: 0 65px; } }
  .setps-block .steps-list .step:before {
    display: none; }

.step {
  position: relative;
  margin: 0 0 47px; }
  @media (min-width: 768px) {
    .step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .step:before {
    position: absolute;
    left: 33px;
    bottom: -26px;
    content: '\e90b';
    font-family: 'icomoon';
    color: #3fa3d4;
    font-size: 30px;
    display: none; }
    @media (min-width: 768px) {
      .step:before {
        display: block; } }
  .step:last-child {
    margin: 0; }
    .step:last-child:before {
      display: none; }
  .step .icon {
    margin: 0 0 20px;
    display: block; }
    @media (min-width: 768px) {
      .step .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 95px;
        margin: 0 23px 0 0; } }
    .step .icon img {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; }
      @media (min-width: 768px) {
        .step .icon img {
          display: block; } }
  .step p {
    margin: 0; }
  .step .heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .step .heading {
        font-size: 24px;
        line-height: 28px; } }

.text-section {
  padding: 40px 0 30px; }
  @media (min-width: 768px) {
    .text-section {
      padding: 80px 0 60px; } }
  @media (min-width: 1200px) {
    .text-section {
      padding: 100px 0 80px; } }
  .text-section p {
    margin: 0 0 20px; }
  .text-section h2, .text-section .h2 {
    margin: 0 0 25px; }

.news-block {
  padding: 40px 0 20px;
  background: #f3f8ff; }
  @media (min-width: 768px) {
    .news-block {
      padding: 80px 0 50px; } }
  @media (min-width: 1200px) {
    .news-block {
      padding: 130px 0; } }
  .news-block .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .news-block .news-grid .col {
      padding: 0 15px 30px;
      width: 100%; }
      @media (min-width: 576px) {
        .news-block .news-grid .col {
          width: 50%; } }
      @media (min-width: 768px) {
        .news-block .news-grid .col {
          width: 33.33%; } }
      @media (min-width: 1200px) {
        .news-block .news-grid .col {
          width: 25%;
          padding: 0 15px; } }
      .news-block .news-grid .col:nth-child(even) .news-box .image {
        border-radius: 0 47px 0 0; }
      .news-block .news-grid .col.contact {
        display: block; }
        @media (min-width: 768px) {
          .news-block .news-grid .col.contact {
            display: none; } }
        @media (min-width: 1200px) {
          .news-block .news-grid .col.contact {
            display: block; } }
  .news-block .container {
    max-width: 1610px; }

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

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

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

.get-in-touch {
  padding-top: 20px; }
  @media (min-width: 1200px) {
    .get-in-touch {
      margin: 0 0 34px;
      padding-top: 30px; } }
  .get-in-touch .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; }
    .get-in-touch .row .col {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 15px 20px; }
      @media (min-width: 768px) {
        .get-in-touch .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .get-in-touch .row .col {
          padding: 0 15px;
          width: 33.33%; } }
  .get-in-touch .title {
    display: block;
    color: #3fa3d4;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px; }
    .get-in-touch .title i {
      display: inline-block;
      vertical-align: top;
      margin: 6px 10px 0 0; }
  .get-in-touch address {
    font-style: normal;
    margin: 0; }
    .get-in-touch address br {
      display: none; }
    .get-in-touch address strong {
      font-weight: 400; }
  .get-in-touch a {
    color: #17313d; }
    .get-in-touch a:hover {
      color: #3fa3d4; }

.service-box .image, .news-box .image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 85%;
  border-radius: 0 0 47px 0; }

.service-box .text, .news-box .text {
  padding-top: 20px; }

.service-box .heading, .news-box .heading {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 6px;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .service-box .heading, .news-box .heading {
      font-size: 28px;
      line-height: 32px; } }
  .service-box .heading i, .news-box .heading i {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 5px; }

.service-box a, .news-box a {
  text-decoration: underline;
  color: inherit; }
  .service-box a:hover, .news-box a:hover {
    text-decoration: none; }

.roofing-company + .setps-block {
  padding-top: 0; }

.projects-area {
  background: #fafff3;
  padding: 50px 0 0; }
  @media (min-width: 1024px) {
    .projects-area {
      padding: 100px 0 60px; } }

.project {
  background: #2d240c;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .project {
      padding: 40px; } }
  @media (min-width: 1024px) {
    .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) {
    .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) {
    .project .row .col {
      width: 60%;
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .project .row .col.gallery {
      width: 40%; } }
  .project .images-gallery {
    width: 100%;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .project .images-gallery {
        margin: 0; } }
    .project .images-gallery .slide {
      position: relative; }
      .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; }
      .project .images-gallery .slide:hover:after {
        opacity: 1; }
      .project .images-gallery .slide:hover .image:after, .project .images-gallery .slide:hover .image:before {
        opacity: 1; }
    .project .images-gallery .image {
      width: 100%;
      display: block;
      padding-top: 60%;
      position: relative;
      background-size: cover;
      background-position: 50% 50%; }
      @media (min-width: 1024px) {
        .project .images-gallery .image {
          padding-top: 80%; } }
      .project .images-gallery .image:before {
        position: absolute;
        left: 50%;
        top: 50%;
        content: '\e91c';
        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; }
      .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; }
  .project .slick-dots {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
  .project .slick-arrow {
    background: #3fa3d4;
    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) {
      .project .slick-arrow {
        width: 40px;
        height: 40px; } }

.our-services {
  background: #2d240c;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  color: #fff;
  position: relative; }
  .our-services .bg-parallax {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .our-services.v2:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #0f4579;
    opacity: 0.8;
    z-index: 1; }
  .our-services .container {
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .our-services {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .our-services {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .our-services {
      padding: 120px 0 100px; } }
  .our-services a {
    color: inherit; }
  .our-services h2, .our-services .h2 {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .our-services h2, .our-services .h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1366px) {
      .our-services h2, .our-services .h2 {
        margin: 0 0 60px; } }
    @media (max-width: 373px) {
      .our-services h2, .our-services .h2 {
        margin: 0 0 100px; } }
  .our-services .services-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .our-services .services-slider .slide {
      padding: 0 15px;
      width: 33.33%; }
  .our-services .slick-list {
    width: 100%; }
  .our-services .slick-arrow {
    background: #53aaf4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #17313d;
    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;
    margin-top: -25px; }
    .our-services .slick-arrow i {
      font-size: 20px; }
      @media (min-width: 1024px) {
        .our-services .slick-arrow i {
          font-size: 30px; } }
  @media (min-width: 768px) {
    .our-services .services-slider .slick-arrow {
      display: none !important; }
    .our-services .services-slider .slick-track {
      opacity: 1 !important;
      width: 100% !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .our-services .services-slider .slick-cloned {
      display: none !important; }
    .our-services .services-slider .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 0 !important;
      width: 100% !important; }
      .our-services .services-slider .slick-track .slide {
        padding: 0 15px 30px !important;
        width: 50% !important; } }
  @media (min-width: 1024px) {
    .our-services .services-slider .slick-track .slide {
      width: 33.33% !important; } }

.roofing-company + .textvideo-block {
  padding-top: 0; }

.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: #f3f8ff;
    border-radius: 15px;
    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: #3fa3d4;
      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: #3fa3d4;
    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; }
    @media (min-width: 768px) {
      .testimonil-block .image {
        width: 102px;
        height: 102px;
        left: 30px;
        top: -51px; } }

.video-testimonials {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .video-testimonials {
      padding: 0 0 60px; } }
  .video-testimonials .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px; }
    .video-testimonials .row .col {
      margin: 0 15px 30px;
      width: calc(100% - 30px);
      position: relative;
      padding-top: 52%;
      border-radius: 16px;
      overflow: hidden; }
      @media (min-width: 576px) {
        .video-testimonials .row .col {
          padding-top: 26.2%;
          width: calc(50% - 30px); } }
      .video-testimonials .row .col video {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
/*# sourceMappingURL=style.css.map */