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

.whyus-holder ul, .form-area ul, .form-area .gform_fields, .partners-area .partners {
    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: #1b2a44;
    background: #f4f4f4;
    font: 16px/24px "Open Sans", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 1.5714285714;
    }
}

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

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

blockquote {
    border-left: 4px solid #6C6F70;
    padding-left: .5em;
    margin-left: 1.5714285714em;
}

th, td {
    border: 1px solid #6C6F70;
    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: 48px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    border: solid 1px #d9d9d9;
    padding: 14px 20px;
    border-radius: 0;
    outline: none;
    width: 100%;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #1b2a44;
    background-color: #f4f4f4;
}

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: #1b2a44;
}

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: #1b2a44;
}

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: #1b2a44;
}

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: #1b2a44;
}

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: #1b2a44;
}

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

select, .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    background: #f4f4f4 url("images/select-bg2.png");
    background-size: 46px 46px;
    background-repeat: no-repeat;
    background-position: 98.5% 0;
}

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

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 25px;
    text-transform: uppercase;
    min-height: 48px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    color: #fff;
    background: #e3001f;
    border: 2px solid transparent;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

button:hover, .btn:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover, .button:hover {
    color: #fff;
    background: #b00018;
}

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

input[type='file'] {
    border-bottom: 0;
    background-color: #e3001f;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: 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: #fff !important;
    text-decoration: none;
    background: none;
    border: solid 1px #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    font-size: 15px;
    line-height: 28px;
    min-width: 28px;
    height: 28px;
    margin: 2px;
    border-radius: 100%;
    font-family: "Open Sans", sans-serif;
}

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

.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: 14px;
    line-height: 26px;
    display: block;
    content: "\f105";
    font-family: 'icomoon';
    margin: 0 0 0 1px;
}

.paging .nav-links .prev {
    text-align: center;
}

.paging .nav-links .prev:before {
    font-size: 14px;
    line-height: 26px;
    display: block;
    content: "\f104";
    font-family: 'icomoon';
    margin: 0 1px 0 0;
}

.widget {
    margin-bottom: 1.5714285714em;
}

.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: #e3001f;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    opacity: 0.8;
}

.commentlist {
    margin: 0 0 1.5714285714em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.5714285714em 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.5714285714em;
}

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

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

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.5714285714em;
}

.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: #e3001f;
    color: #fff;
    padding: 9px 10px 8px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 5px #e3001f;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: 0.8;
}

.navigation-single {
    margin-bottom: 1.5714285714em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #e3001f;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
    display: block;
    background: #e3001f;
    color: #fff;
    padding: 9px 10px 8px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 5px #e3001f;
}

.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #6C6F70;
    padding: .4em;
    margin-bottom: 1.5714285714em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

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

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

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

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

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

.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 #6C6F70;
}

.widget_calendar table {
    width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0 0 0.5em;
    color: inherit;
    line-height: 1.3;
}

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

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

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

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

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

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

p {
    margin: 0 0 1em;
}

a {
    color: #e3001f;
}

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-envelope1:before {
    content: "\e905";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-search-minus:before {
    content: "\f010";
}

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

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

.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-linkedin-in:before {
    content: "\f0e1";
}

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

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

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

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

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

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

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

.icon-long-arrow-right: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-facebook-f:before {
    content: "\f39e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topbar {
    background: #e3001f;
    height: 117px;
}

@media (min-width: 1024px) {
    .maincols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1024px) {
    .maincols .col {
        width: calc(100% - 300px);
    }
}

@media (min-width: 1250px) {
    .maincols .col {
        width: calc(100% - 405px);
    }
}

@media (min-width: 1024px) {
    .maincols .col.whyus {
        width: 300px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 1250px) {
    .maincols .col.whyus {
        width: 405px;
    }
}

.maincols .col.whyus .whyus-holder {
    padding: 40px 0 20px;
    text-align: center;
}

@media (min-width: 1024px) {
    .maincols .col.whyus .whyus-holder {
        padding: 85px 0 20px;
    }
}

@media (min-width: 1250px) {
    .maincols .col.whyus .whyus-holder {
        padding: 85px 0 20px;
    }
}

@media (min-width: 1024px) {
    .maincols .col.whyus .whyus-holder {
        border-bottom: solid 1px #ccc;
    }
}

.maincols .col.whyus .image {
    display: none;
    max-width: 250px;
}

@media (min-width: 576px) {
    .maincols .col.whyus .image {
        display: block;
    }
}

@media (min-width: 768px) {
    .maincols .col.whyus .image {
        max-width: 313px;
    }
}

@media (min-width: 1024px) {
    .maincols .col.whyus .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 60px;
        max-width: none;
    }
}

@media (max-width: 1023px) {
    .maincols .col.whyus .whyus-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .maincols .col.whyus .whyus-holder {
        display: block;
        text-align: center;
    }
}

.maincols .text-section {
    padding: 20px 0;
    border: solid 1px #d8d8d8;
    border-width: 1px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .maincols .text-section {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .maincols .text-section .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
    }
}

@media (min-width: 768px) {
    .maincols .text-section .row .sub-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px;
    }
}

.maincols .text-section .row .sub-col.logo-col {
    width: 140px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .maincols .text-section .row .sub-col.logo-col {
        width: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }
}

.maincols .text-section h4 {
    color: #e3001f;
    font-size: 18px;
    line-height: 24px;
}

.maincols .text-section p {
    margin: 0;
}

.right-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: -82px;
    padding: 30px;
}

@media (min-width: 576px) {
    .right-content {
        padding: 40px;
    }
}

.right-content .logo-holder {
    max-width: 200px;
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .right-content .logo-holder {
        max-width: 252px;
        margin: 0 auto 25px;
    }
}

.right-content .logo-holder img {
    display: block;
    max-width: 100%;
}

.copyright {
    padding: 23px 0 20px;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1023px) {
    .copyright {
        margin: 0 -20px;
        padding: 15px 20px;
        width: calc(100% + 40px);
        border-top: solid 1px #ccc;
    }
}

.whyus-holder {
    padding: 0 20px 0 0;
}

@media (min-width: 1250px) {
    .whyus-holder {
        padding: 0 20px 0 80px;
    }
}

.whyus-holder h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (min-width: 1024px) {
    .whyus-holder h3 {
        margin: 0 0 30px;
    }
}

.whyus-holder ul {
    color: #e3001f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .whyus-holder ul {
        font-size: 20px;
        line-height: 30px;
    }
}

.whyus-holder ul li {
    position: relative;
    padding: 0 0 10px;
}

@media (min-width: 576px) {
    .whyus-holder ul li {
        padding: 0 0 17px;
    }
}

@media (min-width: 1024px) {
    .whyus-holder ul li {
        padding: 0 0 18px;
    }
}

.whyus-holder ul li:before {
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    left: 0;
    top: 0;
    content: '\e900';
    font-family: icomoon;
}

@media (min-width: 1024px) {
    .whyus-holder ul li:before {
        font-size: 30px;
    }
}

.form-area {
    padding: 40px 0 0;
}

.form-area h3, .form-area .h3 {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
}

.form-area ul, .form-area .gform_fields {
    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;
}

.form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
    width: 100%;
    padding: 0 10px 20px;
}

@media (min-width: 768px) {
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
        padding: 0 10px 20px;
    }
}

.form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
    width: 100%;
}

@media (min-width: 768px) {
    .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
        width: 33.33%;
    }

    .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
        width: 66.66%;
    }
}

.form-area .gfield_label, .form-area label {
    text-align: left;
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    color: #666;
}

.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(50% - 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 #1b2a44;
    content: '';
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}

@media (min-width: 768px) {
    .form-area .gfield_checkbox .gchoice label:after {
        top: 2px;
    }
}

.form-area .gfield_checkbox .gchoice label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    width: 12px;
    height: 6px;
    border: solid 2px #1b2a44;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 8px 0 0 4px;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1;
}

@media (min-width: 768px) {
    .form-area .gfield_checkbox .gchoice label:before {
        top: 0;
    }
}

@media (max-width: 767px) {
    .form-area input[type="submit"] {
        width: 100%;
    }
}

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

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

.partners-area {
    padding: 0 0 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 576px) {
    .partners-area {
        padding: 30px 0 20px 0;
    }
}

@media (min-width: 1024px) {
    .partners-area {
        padding: 30px 30px 20px 0;
    }
}

@media (min-width: 1250px) {
    .partners-area {
        padding: 30px 50px 20px 30px;
    }
}

.partners-area h4 {
    color: #e3001f;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}

.partners-area .partners {
    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 -5px;
    padding: 10px 0 0;
}

.partners-area .partners li {
    margin: 0 5px 10px;
}

.partners-area .partners img {
    display: block;
    max-width: 100%;
}

.gform_not_found {
  display: none;
}