/*
Theme Name: HashOne
Theme URI: https://hashthemes.com/wordpress-theme/hashone/
Author: HashThemes
Author URI: https://hashthemes.com
Description: HashOne - a powerful multipurpose WordPress Theme by HashThemes is packed with lots of features for creating a full packaged website that can be used by a business, restaurant, freelancers, photographers, bloggers, education firms, non-profit organization and creative agencies. The theme is fully responsive and mobile friendly and has lots of customization possibilities with various home page sections to showcase varieties of content. The theme can be used to set up a single page website with animated content that adds charm to the website with additional parallax effect. The theme is SEO friendly, Translation ready, Woo Commerce compatible and integrates seamlessly with almost all popular WordPress Plugins. For Demo http://demo.hashthemes.com/hashone
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hashone
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Raleway', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif; }

h1 {
  font-size: 28px;
  margin-bottom: 15px; }

h2 {
  font-size: 26px;
  margin-bottom: 15px; }

h3 {
  font-size: 24px;
  margin-bottom: 15px; }

h4 {
  font-size: 22px;
  margin-bottom: 10px; }

h5 {
  font-size: 20px;
  margin-bottom: 10px; }

h6 {
  font-size: 18px;
  margin-bottom: 10px; }

p {
  margin: 0 0 15px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 15px; }

address {
  margin: 0 0 15px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 15px; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul,
ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

table {
  margin: 0 0 15px;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #EE3B24;
  padding: 0 20px;
  color: #FFF;
  border: 0;
  line-height: 36px;
  height: 36px; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #404040;
  border: 1px solid #CCC;
  vertical-align: middle;
  padding: 3px 10px;
  height: 36px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

select {
  border: 1px solid #ccc;
  padding: 3px;
  height: 36px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #EE3B24; }

select:focus {
  outline: 0; }

textarea {
  padding: 3px 10px;
  width: 100%;
  color: #404040;
  border: 1px solid #CCC; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #EE3B24;
  text-decoration: none;
  transition: all linear 0.2s; }

a:visited {
  color: #EE3B24; }

a:hover,
a:focus,
a:active {
  color: #cf2610; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hs-clearfix:before,
.hs-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.hs-container:before,
.hs-container:after {
  content: "";
  display: table; }

.hs-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.hs-container:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 15px; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 30px; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

#primary {
  width: 68%;
  float: left; }

#secondary {
  width: 29%;
  float: right; }

.hs_no_sidebar #primary {
  width: auto;
  float: none; }

.hs_no_sidebar_condensed #primary {
  width: 70%;
  float: none;
  margin: 0 auto; }

.hs_left_sidebar #primary {
  float: right; }

.hs_left_sidebar #secondary {
  float: left; }

.hs-post-info {
  float: left;
  width: 75px;
  background: #EE3B24;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway', sans-serif; }

.hs-post-info .entry-date {
  display: block;
  padding: 10px 0; }

.hs-post-info .entry-date span {
  display: block;
  text-transform: uppercase; }

.hs-post-info .entry-date span.hs-day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; }

.hs-post-info a {
  display: block;
  background: #EEE;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  padding: 8px 10px;
  text-transform: uppercase; }

.hs-post-info a span {
  display: block;
  font-size: 11px; }

.hs-post-wrapper {
  padding-left: 100px; }

.entry-figure {
  background: #F6F6F6;
  text-align: center;
  margin-bottom: 15px; }

.entry-header .entry-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.entry-figure + .entry-header {
  background: #FFF;
  position: relative;
  margin-top: -65px;
  width: 90%;
  padding: 15px 0 1px; }

.entry-header .entry-title:first-letter {
  color: #EE3B24; }

.entry-header .entry-title a {
  text-decoration: none;
  color: #333; }

.entry-categories {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin-bottom: 15px; }

.entry-categories .fa {
  color: #EE3B24;
  margin-right: 5px; }

.entry-categories a {
  color: #666;
  text-decoration: none; }

.taxonomy-description p:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.widget-area .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  background: #EE3B24;
  height: 2px; }

.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget-area ul ul {
  border-top: 1px solid #F6F6F6;
  margin-top: 5px; }

.widget-area ul ul li {
  padding-left: 10px; }

.widget-areaul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.widget-area li {
  padding: 5px 0;
  border-bottom: 1px solid #F6F6F6; }

.widget-area a {
  text-decoration: none;
  color: #404040; }

.widget-area a:hover {
  color: #EE3B24; }

.widget-area .widget {
  margin-bottom: 25px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.author-email-url {
  margin-left: -2%; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-left: 2%;
  width: 31.33333%; }

.author-email-url input {
  width: 100%; }

.comment-form .form-submit {
  margin-bottom: 0; }

#comments {
  background-color: #F6F6F6;
  padding: 30px; }

h3#reply-title,
h3.comments-title {
  position: relative;
  padding-bottom: 15px; }

h3#reply-title:after,
h3.comments-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  background: #EE3B24;
  height: 2px; }

.logged-in-as,
.comment-notes {
  font-size: 13px; }

#comments ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#comments li.comment {
  margin: 0 0 20px; }

#comments li.comment .children {
  display: block;
  margin: 20px 0 0 30px;
  padding: 0px;
  list-style: none; }

article.comment-body {
  background: #fff;
  margin: 0px;
  padding: 15px;
  position: relative; }

.comment-list a {
  color: #404040; }

.comment-list a:hover {
  color: #EE3B24 !important; }

.comment-list .comment-respond {
  margin-top: 20px;
  background: #FFF;
  padding: 20px; }

.comment-list .vcard img {
  border-radius: 50%;
  margin-right: 10px; }

.comment-list .vcard .fn {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Raleway', sans-serif; }

.comment-list .edit-link {
  position: absolute;
  right: 0;
  top: 0; }

.comment-list .edit-link a {
  font-size: 13px;
  display: inline-block;
  padding: 10px; }

.comment-list .comment-meta {
  margin-bottom: 15px; }

.comment-list .comment-metadata {
  border-top: 1px solid #EEE;
  padding-top: 10px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif; }

.comment-list .comment-metadata a {
  float: left; }

.comment-list .comment-metadata .reply {
  float: right; }

#cancel-comment-reply-link {
  float: right; }

.nav-previous a,
.nav-next a {
  background: #EE3B24;
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  position: relative; }

.nav-next a {
  margin-right: 13px; }

.nav-next a:after {
  content: "";
  position: absolute;
  border-left: 11px solid #EE3B24;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  right: -11px; }

.nav-previous a {
  margin-left: 11px; }

.nav-previous a:after {
  content: "";
  position: absolute;
  border-right: 11px solid #EE3B24;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  left: -11px; }

.no-comments {
  color: #EE3B24; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 15px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-container {
  width: 1170px;
  margin: 0 auto; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#hs-masthead {
  left: 0;
  right: 0;
  z-index: 9999;
  border-top: 2px solid #EE3B24;
  padding: 0;
  height: 82px;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute; }

.page-template-home-template #hs-masthead,
.home.blog #hs-masthead {
  position: fixed;
  background: none;
  box-shadow: none; }

.page-template-home-template #hs-masthead.fadeInDown,
.home.blog #hs-masthead.fadeInDown {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }

.page-template-home-template #hs-masthead.hs-white.fadeInDown,
.home.blog #hs-masthead.hs-white.fadeInDown {
  background: rgba(255, 255, 255, 0.95); }

#hs-site-branding {
  float: left;
  width: 30%;
  padding: 10px 0; }

#hs-site-branding img {
  max-height: 60px;
  width: auto; }

.hs-main-header {
  background: url(images/bg.jpg) no-repeat center;
  padding: 120px 0 50px;
  margin-bottom: 30px;
  position: relative; }

.hs-main-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(images/overlay.png); }

.hs-main-header > .hs-container {
  position: relative;
  z-index: 9; }

.hs-main-title {
  margin: 0 0 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px; }

.hs-site-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2; }

.hs-site-title a {
  text-decoration: none;
  color: #FFF;
  display: inline-block; }

.hs-white.fadeInDown .hs-site-title a {
  color: #333; }

.hs-site-title a:first-letter {
  color: #EE3B24; }

.hs-site-description {
  color: #EEE;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  line-height: 1; }

.hs-white.fadeInDown .hs-site-description {
  color: #666; }

.hs-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  text-align: center;
  font-size: 13px;
  color: #EEE;
  margin-bottom: 10px; }

.hs-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: #EEE; }

.hs-breadcrumbs .current,
.hs-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #EE3B24; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-section {
  padding: 60px 0; }

.hs-section-title {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 32px;
  max-width: 90%;
  margin: 0 auto 50px; }

.hs-section-tagline {
  text-align: center;
  max-width: 78%;
  margin: -30px auto 50px;
  font-size: 16px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#hs-site-navigation {
  float: right;
  width: 70%; }

.hs-main-navigation .hs-menu {
  float: right; }

.hs-main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.hs-main-navigation li {
  float: left;
  position: relative; }

.hs-main-navigation a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.page-template-home-template .hs-white.fadeInDown .hs-menu > ul > li > a,
.home.blog .hs-white.fadeInDown .hs-menu > ul > li > a {
  color: #111; }

.hs-main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #F6F6F6;
  min-width: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.hs-main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.hs-main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 14px; }

.hs-main-navigation ul ul li {
  float: none;
  border-bottom: 1px solid #F0F0F0; }

.hs-main-navigation ul ul li:last-child {
  border-bottom: 0; }

.hs-main-navigation ul li:hover > ul {
  display: block; }

.page-template-home-template .hs-main-navigation .current_page_item > a,
.page-template-home-template .hs-main-navigation .current-menu-item > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a,
.home.blog .hs-main-navigation .current_page_item > a,
.home.blog .hs-main-navigation .current-menu-item > a,
.home.blog .hs-main-navigation .current_page_ancestor > a {
  color: #FFF; }

.hs-main-navigation li:hover > a,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation li:hover > a,
.home.blog .hs-main-navigation .current_page_item:hover > a,
.home.blog .hs-main-navigation .current-menu-item:hover > a,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation li:hover > a {
  color: #EE3B24; }

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a,
.page-template-home-template .hs-main-navigation .current > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a,
.home.blog .hs-main-navigation .current > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a {
  color: #EE3B24; }

.hs-menu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 12px;
  border-bottom: 2px solid #EE3B24;
  left: 100%;
  right: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.page-template-home-template .hs-main-navigation .current_page_item > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a:after,
.home.blog .hs-main-navigation .current_page_item > a:after,
.home.blog .hs-main-navigation .current-menu-item > a:after,
.home.blog .hs-main-navigation .current_page_ancestor > a:after {
  left: 100%;
  right: 100%; }

.hs-menu > ul > li:hover > a:after,
.hs-main-navigation .current_page_item > a:after,
.hs-main-navigation .current-menu-item > a:after,
.hs-main-navigation .current_page_ancestor > a:after,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a:after,
.page-template-home-template .hs-main-navigation .current > a:after,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a:after,
.home.blog .hs-main-navigation .current_page_item:hover > a:after,
.home.blog .hs-main-navigation .current-menu-item:hover > a:after,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a:after,
.home.blog .hs-main-navigation .current > a:after,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a:after {
  left: 15px;
  right: 15px; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.pagination .nav-links {
  text-align: center; }

.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  background: #EE3B24;
  padding: 10px;
  color: #FFF;
  line-height: 1;
  margin: 0 2px; }

.pagination .nav-links a:hover,
.pagination .nav-links span.current {
  background: #000; }

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#hs-home-slider-section {
  min-height: 100px; }

#hs-home-slider-section .bx-wrapper {
  margin: 0; }

#hs-home-slider-section .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: #fff; }

.hs-slide {
  position: relative; }

.hs-slide img {
  width: 100%;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.hs-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/overlay.png);
  z-index: 9; }

.hs-slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }

.hs-slide-cap-title {
  text-align: center;
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 10%;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }

.hs-slide-cap-desc {
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-weight: 500;
  padding: 0 20%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

#hs-home-slider-section .bx-wrapper .bx-controls-direction a {
  height: 60px;
  width: 42px;
  margin-top: -20px;
  opacity: 0.6;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1px; }

#hs-home-slider-section .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1; }

#hs-home-slider-section .bx-wrapper .bx-prev {
  background: url(images/prev.png) no-repeat center;
  left: 20px; }

#hs-home-slider-section .bx-wrapper .bx-next {
  background: url(images/next.png) no-repeat center;
  right: 20px; }

/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#hs-about-us-section {
  background: #FFF; }

.hs-about-sec {
  width: 49%;
  float: left; }

.hs-about-sec h2.hs-section-title {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px; }

.hs-progress {
  margin-bottom: 20px; }

.hs-progress:last-child {
  margin-bottom: 0; }

.hs-progress h6 {
  font-weight: 500;
  font-size: 16px; }

.hs-progress-bar-sec {
  width: 49%;
  float: right; }

.hs-progress-bar {
  background: #FFF;
  height: 20px;
  width: 100%;
  max-width: 600px;
  position: relative;
  line-height: 20px;
  color: #FFF;
  font-size: 13px; }

.hs-progress-bar-length {
  background: #EE3B24;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: right;
  padding-right: 20px;
  width: 0;
  visibility: hidden;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#hs-featured-post-section {
  background: #F6F6F6; }

.hs-featured-post-wrap {
  margin-left: -2%; }

.hs-featured-post {
  float: left;
  margin-left: 2%;
  width: 23%;
  text-align: center; }

.hs-featured-post h3 {
  text-transform: uppercase;
  font-size: 18px; }

.hs-featured-post h3 a {
  color: inherit; }

.hs-featured-post h3 a:hover {
  color: #EE3B24; }

.hs-featured-icon {
  height: 40px;
  width: 80px;
  margin: 55px 0;
  position: relative;
  display: inline-block;
  color: #FFF;
  background: #EE3B24;
  font-size: 32px;
  line-height: 40px; }

.hs-featured-icon:before {
  content: "";
  border-bottom: 25px solid #EE3B24;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  left: 0;
  top: -25px; }

.hs-featured-icon:after {
  content: "";
  border-top: 25px solid #EE3B24;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  left: 0;
  bottom: -25px; }

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.hs-portfolio-cat-name-list {
  text-align: center;
  margin-bottom: 30px; }

.hs-portfolio-cat-name {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #EE3B24;
  padding: 3px 15px;
  margin: 0 5px;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.hs-portfolio-cat-name:hover,
.hs-portfolio-cat-name.active {
  background: #EE3B24;
  color: #FFF; }

.hs-portfolio-cat-name:after,
.hs-portfolio-cat-name.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  border-color: #EE3B24 transparent transparent transparent;
  border-width: 8px 10px 0px 10px;
  border-style: solid;
  margin-left: -10px; }

.hs-portfolio-cat-name:hover:after,
.hs-portfolio-cat-name.active:after {
  bottom: -8px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s; }

.hs-portfolio-post-wrap {
  width: 96%;
  margin: 0 auto; }

.hs-portfolio {
  width: 25%;
  float: left;
  overflow: hidden; }

.hs-portfolio-inner {
  position: relative;
  margin: 10px;
  overflow: hidden; }

.hs-portfolio-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  height: 100%;
  opacity: 0;
  background: rgba(1, 1, 1, 0.8);
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.hs-portfolio:hover .hs-portfolio-caption {
  opacity: 1; }

.hs-portfolio-caption h4 {
  color: #FFF;
  margin: 15% 0 10px 0;
  font-weight: 400;
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  padding: 0 15px; }

.hs-portfolio:hover .hs-portfolio-caption h4 {
  bottom: 10%; }

.hs-portfolio img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  width: 100%; }

.hs-portfolio:hover img {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8); }

.hs-portfolio-caption a {
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
  background: #EE3B24;
  margin: 10px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.hs-portfolio-caption a.hs-portfolio-image {
  -ms-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.hs-portfolio-caption a.hs-portfolio-link {
  -ms-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.hs-portfolio:hover .hs-portfolio-caption a.hs-portfolio-link,
.hs-portfolio:hover .hs-portfolio-caption a.hs-portfolio-image {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#hs-service-post-section {
  position: relative;
  padding: 30px 0;
  background: #F5F5F5; }

.hs-service-left-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-right: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 50%; }

.hs-service-posts {
  float: right;
  width: 50%;
  padding-left: 40px; }

.hs-service-posts .hs-section-title,
.hs-service-posts .hs-section-tagline {
  max-width: 100%; }

.hs-service-post {
  margin-bottom: 25px; }

.hs-service-icon {
  float: left;
  font-size: 46px;
  color: #EE3B24;
  width: 60px;
  text-align: center; }

.hs-service-icon .fa {
  vertical-align: top;
  margin-top: 5px; }

.hs-service-excerpt {
  padding-left: 80px;
  padding-right: 20px; }

.hs-service-excerpt h6 {
  font-weight: 500;
  margin-bottom: 6px; }

.hs-service-excerpt h6 a {
  color: inherit; }

.hs-service-excerpt h6 a:hover {
  color: #EE3B24; }

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.hs-team-member-wrap {
  margin-left: -2%; }

.hs-team-member {
  width: 23%;
  margin-left: 2%;
  float: left;
  text-align: center; }

.hs-team-member-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }

.hs-team-social-id {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 0;
  padding: 10px;
  background: #FFF; }

.hs-team-social-id a {
  display: inline-block;
  color: #EE3B24;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1; }

.hs-team-member-excerpt {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #FFF !important; }

.hs-team-member:hover .hs-team-member-excerpt {
  left: 0%; }

.hs-team-member-excerpt-wrap {
  display: table;
  width: 100%;
  height: 100%; }

.hs-team-member-excerpt-wrap span {
  display: table-cell;
  vertical-align: middle; }

.hs-team-member h6 {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px; }

.hs-team-member h6 a {
  text-decoration: none;
  color: inherit; }

.hs-team-member h6 a:hover {
  color: #EE3B24; }

.hs-team-member h6:after {
  content: "";
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  background: #EE3B24;
  bottom: -2px; }

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#hs-counter-section {
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  background-attachment: fixed;
  background-size: cover; }

#hs-counter-section .hs-counter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

.hs-counter-section {
  position: relative; }

#hs-counter-section .hs-container {
  position: relative; }

.hs-counter-wrap {
  margin-left: -3%; }

.hs-counter {
  float: left;
  width: 22%;
  margin-left: 3%;
  text-align: center; }

.hs-counter-count {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px; }

.hs-counter-icon {
  display: inline-block;
  font-size: 22px;
  color: #EE3B24;
  position: relative; }

.hs-counter-icon:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 2px;
  width: 50px;
  background: #EE3B24;
  top: 50%;
  margin-top: -1px;
  margin-left: 10px; }

.hs-counter-icon:before {
  content: "";
  position: absolute;
  right: 100%;
  height: 2px;
  width: 50px;
  background: #EE3B24;
  top: 50%;
  margin-top: -1px;
  margin-right: 10px; }

.hs-counter-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px; }

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.hs_client_logo_slider img {
  padding: 0 20px; }

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#hs-testimonial-section {
  background: #F6F6f6;
  padding: 60px 0 100px; }

.hs-testimonial-wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.hs-testimonial-wrap .bx-wrapper img {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #EE3B24;
  padding: 2px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.hs-testimonial-excerpt .fa-quote-left {
  margin-right: 8px;
  font-size: 30px;
  color: #d6d6d6; }

.hs-testimonial-excerpt .fa-quote-right {
  margin-left: 8px;
  font-size: 30px;
  color: #d6d6d6;
  vertical-align: text-top; }

.hs-testimonial-wrap .bx-wrapper .bx-pager,
.hs-testimonial-wrap .bx-wrapper .bx-controls-auto {
  bottom: -70px; }

.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  height: 4px;
  width: 25px;
  border-radius: 0;
  margin: 0 1px;
  background: #d6d6d6; }

.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #EE3B24; }

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
.hs-blog-post {
  width: 50%;
  float: left;
  background: #F6F6F6;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.hs-blog-thumbnail {
  float: left;
  width: 50%;
  background-size: cover;
  background-position: center; }

.hs-blog-excerpt {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  padding: 20px;
  overflow: hidden; }

.hs-blog-excerpt:after {
  position: absolute;
  content: "";
  border-color: transparent #F6F6F6 transparent transparent;
  border-style: solid;
  border-width: 20px;
  top: 50%;
  left: -38px;
  margin-top: -20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.hs-right-img .hs-blog-thumbnail {
  float: right; }

.hs-right-img .hs-blog-excerpt {
  right: auto;
  left: 0; }

.hs-right-img .hs-blog-excerpt:after {
  left: auto;
  right: -38px;
  border-color: transparent transparent transparent #F6F6F6; }

.hs-blog-post:hover {
  background: #EE3B24;
  color: #FFF; }

.hs-blog-post:hover .hs-blog-excerpt:after {
  border-color: transparent #EE3B24 transparent transparent; }

.hs-right-img.hs-blog-post:hover .hs-blog-excerpt:after {
  border-color: transparent transparent transparent #EE3B24; }

.hs-blog-excerpt h5 a {
  color: #404040;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.hs-blog-post:hover .hs-blog-excerpt h5 a {
  color: #FFF; }

.hs-blog-date {
  font-size: 13px;
  margin-bottom: 10px; }

.hs-blog-date .fa {
  margin-right: 8px; }

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#hs-contact-section {
  color: #FFF;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.hs-contact-section {
  position: relative; }

#hs-contact-section .hs-contact-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

#hs-contact-section .hs-container {
  position: relative; }

.hs-contact-form {
  float: left;
  width: 46%; }

.hs-contact-form input[type="text"],
.hs-contact-form input[type="email"],
.hs-contact-form input[type="url"],
.hs-contact-form input[type="password"],
.hs-contact-form input[type="search"],
.hs-contact-form input[type="number"],
.hs-contact-form input[type="tel"],
.hs-contact-form input[type="range"],
.hs-contact-form input[type="date"],
.hs-contact-form input[type="month"],
.hs-contact-form input[type="week"],
.hs-contact-form input[type="time"],
.hs-contact-form input[type="datetime"],
.hs-contact-form input[type="datetime-local"],
.hs-contact-form input[type="color"],
.hs-contact-form textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF; }

.hs-contact-form input[type="submit"] {
  width: 100%; }

.hs-contact-form textarea {
  height: 100px; }

.hs-contact-address {
  float: right;
  width: 46%; }

.hs-contact-address ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none; }

.hs-contact-address ul li {
  margin-bottom: 10px; }

.hs-contact-address ul li .fa {
  margin-right: 8px; }

.hs-social a {
  display: inline-block;
  color: #FFF;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-family: Arial;
  background: #EE3B24;
  margin-right: 8px;
  text-align: center; }

.hs-social a:hover {
  background: #000; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#hs-colophon {
  margin-top: 40px; }

.page-template-home-template #hs-colophon,
.home.blog #hs-colophon {
  margin-top: 0; }

#hs-colophon a {
  color: #AAA;
  text-decoration: none; }

#hs-colophon h4.widget-title {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #BBB; }

#hs-colophon h4.widget-title::first-letter {
  color: #EE3B24; }

#hs-top-footer {
  background: #282828;
  color: #AAA;
  padding: 50px 0 35px; }

.hs-top-footer {
  margin-left: -3%; }

.hs-footer {
  float: left;
  width: 22%;
  margin-left: 3%; }

.hs-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.hs-footer ul li {
  background: url(images/arrow.png) no-repeat left 12px;
  padding: 2px 0 2px 15px; }

#hs-bottom-footer {
  background: #333;
  padding: 15px 0;
  color: #AAA;
  line-height: 1.2;
  font-size: 13px; }

.hs-site-info a {
  border-bottom: 1px dotted #AAA; }

.hs-copy-right {
  float: left; }

.hs-site-info {
  float: right; }

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404 {
  display: block;
  text-align: center;
  font-size: 200px;
  color: #F6F6F6;
  line-height: 1.2; }

.error404 .oops-text {
  text-align: center; }

#hs-back-top {
  background: #EE3B24;
  font-family: Arial;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 36px;
  width: 36px;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 20px; }

#hs-back-top.hs-hide {
  display: none; }

#hs-back-top:hover {
  background: #000; }

/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transf0000orm: tr0anslateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center; }

.hs-toggle-menu {
  display: none; }

/*================RESPONSIVE CSS==================*/
@media screen and (max-width: 1180px) {
  .hs-container {
    width: auto;
    padding: 0 15px; }

  .hs-main-navigation .hs-menu {
    display: none;
    background: #FFF;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #EE3B24; }

  .hs-main-navigation li {
    float: none;
    display: inline-block; }

  .hs-main-navigation ul ul li {
    display: block; }

  .hs-main-navigation a,
  .page-template-home-template .hs-main-navigation .current_page_item > a,
  .page-template-home-template .hs-main-navigation .current-menu-item > a,
  .page-template-home-template .hs-main-navigation .current_page_ancestor > a,
  .home.blog .hs-main-navigation .current_page_item > a,
  .home.blog .hs-main-navigation .current-menu-item > a,
  .home.blog .hs-main-navigation .current_page_ancestor > a {
    color: #333; }

  .hs-toggle-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer; }

  .hs-toggle-menu span {
    position: relative;
    height: 2px;
    width: 32px;
    margin: 0 auto;
    background: #EE3B24;
    display: block;
    top: 50%;
    margin-top: -1px;
    box-shadow: 0 10px 0px 0px #EE3B24, 0 -10px 0px 0px #EE3B24; }

  .hs-slide-caption {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0 50px; }

  .hs-slide-cap-title,
  .hs-slide-cap-desc {
    padding: 0; } }
@media screen and (max-width: 768px) {
  #hs-masthead {
    position: relative !important;
    background: #111 !important; }

  #hs-masthead.hs-white {
    background: #FFF !important; }

  #hs-masthead.hs-white .hs-site-title a {
    color: #111; }

  #hs-masthead.hs-white .hs-site-description {
    color: #333; }

  #hs-site-branding {
    width: auto; }

  .hs-main-navigation li {
    display: block;
    border-bottom: 1px solid #FAFAFA; }

  .hs-main-navigation a {
    line-height: 1.5;
    padding: 10px 0; }

  .hs-main-navigation ul ul {
    position: static;
    box-shadow: none;
    border-top: 1px solid #F0F0F0; }

  .hs-menu > ul > li > a:after {
    display: none; }

  .hs-main-header {
    padding: 40px 0; }

  .hs-slide-cap-title {
    font-size: 30px;
    margin-bottom: 10px; }

  .hs-slide-cap-desc {
    font-size: 16px; }

  #hs-home-slider-section .bx-wrapper .bx-controls-direction a {
    display: none; }

  .hs-about-sec,
  .hs-progress-bar-sec {
    width: auto;
    float: none; }

  .hs-about-sec {
    margin-bottom: 40px; }

  .hs-featured-post {
    width: 48%; }

  .hs-featured-post:nth-child(3) {
    clear: both; }

  .hs-portfolio {
    width: 50%; }

  .hs-portfolio-cat-name {
    margin-bottom: 10px; }

  .hs-service-left-bg {
    display: none; }

  .hs-service-posts {
    width: auto;
    float: none;
    padding-left: 0; }

  #hs-service-post-section {
    padding: 60px 0; }

  .hs-team-member {
    width: 48%;
    margin-bottom: 30px; }

  .hs-team-member:nth-child(3) {
    clear: both; }

  #hs-team-section {
    padding-bottom: 30px; }

  .hs-counter-wrap {
    margin-left: 0; }

  .hs-counter {
    width: auto;
    float: none;
    margin-bottom: 40px;
    margin-left: 0; }

  .hs-counter:last-child {
    margin-bottom: 0; }

  .hs-blog-post {
    width: 100%;
    float: none; }

  .hs-blog-post .hs-blog-thumbnail {
    float: left; }

  .hs-blog-post .hs-blog-excerpt {
    left: auto;
    right: 0; }

  .hs-blog-post .hs-blog-excerpt:after {
    border-color: transparent #F6F6F6 transparent transparent;
    left: -38px;
    right: auto; }

  .hs-blog-post:nth-child(2n) .hs-blog-thumbnail {
    float: right; }

  .hs-blog-post:nth-child(2n) .hs-blog-excerpt {
    right: auto;
    left: 0; }

  .hs-blog-post:nth-child(2n) .hs-blog-excerpt:after {
    left: auto;
    right: -38px;
    border-color: transparent transparent transparent #F6F6F6; }

  .hs-contact-form {
    float: none;
    width: auto;
    margin-bottom: 30px; }

  .hs-contact-address {
    float: none;
    width: auto; }

  .hs-footer {
    width: 47%;
    margin-bottom: 30px; }

  .hs-footer:nth-child(3n) {
    clear: both; }

  #hs-top-footer {
    padding-bottom: 20px; }

  #hs-bottom-footer {
    text-align: center; }

  .hs-copy-right {
    float: none;
    margin-bottom: 15px; }

  .hs-site-info {
    float: none; }

  #primary {
    width: auto !important;
    float: none !important;
    margin-bottom: 30px; }

  #secondary {
    width: auto !important;
    float: none !important; } }
@media screen and (max-width: 580px) {
  .hs-slide-cap-title {
    font-size: 20px;
    margin-bottom: 0; }

  .hs-slide-cap-desc {
    display: none; }

  .hs-featured-post-wrap {
    margin-left: 0; }

  .hs-featured-post {
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 20px; }

  .hs-featured-post:last-child {
    margin-bottom: 0; }

  .hs-portfolio-inner {
    margin: 5px; }

  .hs-team-member-wrap {
    margin-left: 0; }

  .hs-team-member {
    width: auto;
    margin-left: 0;
    float: none; }

  .hs-blog-post .hs-blog-thumbnail {
    display: none; }

  .hs-blog-excerpt {
    position: relative;
    width: auto;
    border-bottom: 2px solid #FFF; }

  .hs-blog-excerpt:after {
    display: none; }

  .hs-top-footer {
    margin-left: 0; }

  .hs-footer {
    width: auto;
    margin-left: 0;
    float: none; } }
@media screen and (max-width: 420px) {
  .hs-container {
    padding: 0 10px; }

  .hs-portfolio {
    width: 100%;
    margin-bottom: 10px; }

  .hs-portfolio-inner {
    margin: 0; } }
@media screen and (min-width: 1181px) {
  .hs-main-navigation .hs-menu {
    display: block !important; } }
/* Custom Code */
.testimonial-slider {
  background: #fff;
  padding-top: 95px;
  padding-bottom: 10px; }
  .testimonial-slider .bx-wrapper .bx-viewport {
    border: 0;
    background: transparent;
    box-shadow: none; }
  .testimonial-slider .hs-slide-caption {
    position: static;
    transform: none;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .testimonial-slider .hs-slide-caption {
        padding: 0; } }
  .testimonial-slider .hs-slide-cap-title {
    font-family: "Lato";
    text-transform: none;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6;
    color: #929292;
    padding: 0 5%;
    font-size: 25px;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .testimonial-slider .hs-slide-cap-title {
        line-height: 1.4;
        font-size: 16px; } }
  .testimonial-slider .hs-slide-cap-desc {
    display: block; }
  .testimonial-slider .fa-quote-left {
    font-size: 20px;
    margin-bottom: 20px; }
    @media (min-width: 500px) {
      .testimonial-slider .fa-quote-left {
        float: left;
        font-size: 42px;
        margin-right: 20px;
        margin-bottom: 0; } }
  .testimonial-slider .fa-quote-right {
    font-size: 20px; }
    @media (min-width: 500px) {
      .testimonial-slider .fa-quote-right {
        float: right;
        font-size: 42px;
        margin-left: 20px; } }
  .testimonial-slider .person {
    color: #1378be;
    font-family: "Roboto Slab";
    font-size: 18px;
    margin-top: 32px; }
    @media (min-width: 500px) and (max-width: 767px) {
      .testimonial-slider .person {
        text-align: right; } }
    .testimonial-slider .person span {
      color: #be493f; }
  .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px;
    height: 3px;
    border-radius: 0; }
  .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ad3827; }

#hs-colophon {
  background: #151515;
  margin-top: 0;
  border-bottom: 40px solid #464646;
  background-image: url(images/Footer-Background.jpg);
  background-size: contain; }
  #hs-colophon .widget .widget-title {
    font-family: "Roboto Slab";
    color: #ed3a23;
    margin-bottom: 32px; }
  #hs-colophon .hs-footer {
    width: 30%; }
    @media (max-width: 1000px) {
      #hs-colophon .hs-footer {
        float: none;
        width: 100%;
        margin-bottom: 100px;
        margin-left: 5%;
        max-width: 400px; } }
  #hs-colophon ul.menu li {
    background: none;
    padding: 0;
    line-height: 1.6;
    padding-left: 32px;
    position: relative;
    margin-bottom: 27px;
    max-width: 248px;
    display: block; }
    #hs-colophon ul.menu li:before {
      color: #ed3a23;
      font-size: 21px;
      margin-right: 10px;
      left: 0;
      position: absolute;
      top: -1px;
      width: 22px; }
    #hs-colophon ul.menu li a {
      font-family: "Lato"; }
      #hs-colophon ul.menu li a:hover {
        color: #ed3a23; }
  #hs-colophon .widget_recent_entries ul li {
    background: none;
    padding: 0;
    padding-left: 22px;
    position: relative;
    margin-bottom: 17px;
    line-height: 1.4;
    max-width: 328px; }
    #hs-colophon .widget_recent_entries ul li a:hover {
      color: #ed3a23; }
  #hs-colophon .hs-footer3 {
    padding-left: 33px; }
    #hs-colophon .hs-footer3 img {
      margin-bottom: 22px; }
    #hs-colophon .hs-footer3 a {
      background: #ed3a23;
      color: #fff;
      padding: 12px 25px;
      display: inline-block;
      margin-top: 12px;
      text-transform: uppercase;
      font-weight: 600; }
  #hs-colophon #hs-bottom-footer, #hs-colophon #hs-top-footer {
    background: none; }
  #hs-colophon #hs-bottom-footer {
    border-top: 2px solid #414141; }
  #hs-colophon .hs-copy-right {
    line-height: 32px;
    font-size: 15px; }
  #hs-colophon .hs-site-info ul {
    margin-bottom: 0; }
    #hs-colophon .hs-site-info ul li {
      margin-right: 3px;
      display: inline-block;
      padding-left: 0;
      margin-bottom: 0; }
      #hs-colophon .hs-site-info ul li:hover:before {
        background: #999; }
      #hs-colophon .hs-site-info ul li:before {
        color: #202020;
        width: 32px;
        height: 32px;
        background: #6a6969;
        text-align: center;
        line-height: 32px;
        border-radius: 50%; }
      #hs-colophon .hs-site-info ul li a {
        text-indent: -9999px;
        display: inline-block;
        width: 32px;
        height: 32px;
        border: 0;
        z-index: 99;
        position: relative; }

#registry .dataTables_wrapper .top {
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 3px; }
  #registry .dataTables_wrapper .top select {
    height: 22px; }
#registry .dataTables_wrapper .dataTables_paginate {
  position: relative;
  top: -3px;
  margin-right: 5px; }
  #registry .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 15px; }
#registry .dataTables_wrapper input[type="search"] {
  height: 22px; }
#registry .dataTables_wrapper .bottom {
  margin-top: 22px; }
  #registry .dataTables_wrapper .bottom .dataTables_info {
    padding-top: 0; }
  #registry .dataTables_wrapper .bottom .dataTables_paginate {
    padding-top: 0; }

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ee3b24;
  margin: 0 auto; }

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 186px;
  height: 186px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
  margin-top: 7px;
  text-align: center;
  line-height: 60px;
  font-size: 16px; }
  .progress-radial .overlay .text {
    margin-top: 45px;
    display: block;
    line-height: 1;
    font-size: 24px;
    font-family: 'Raleway';
    color: #666; }
  .progress-radial .overlay .score {
    display: block;
    line-height: 1;
    font-size: 60px;
    color: #000;
    font-weight: bold;
    margin-top: 5px; }

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(90deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-5 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(108deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-10 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(126deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-15 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(144deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-20 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(162deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-25 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(180deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-30 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(198deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-35 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(216deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-40 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(234deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-45 {
  background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(252deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-50 {
  background-image: linear-gradient(-90deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-55 {
  background-image: linear-gradient(-72deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-60 {
  background-image: linear-gradient(-54deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-65 {
  background-image: linear-gradient(-36deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-70 {
  background-image: linear-gradient(-18deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-75 {
  background-image: linear-gradient(0deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-80 {
  background-image: linear-gradient(18deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-85 {
  background-image: linear-gradient(36deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-90 {
  background-image: linear-gradient(54deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-95 {
  background-image: linear-gradient(72deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

.progress-100 {
  background-image: linear-gradient(90deg, #ee3b24 50%, transparent 50%, transparent), linear-gradient(270deg, #ee3b24 50%, #e8ecef 50%, #e8ecef); }

div.page-with-header .hs-main-header {
  background-size: cover;
  background-position: center center;
  margin-bottom: 90px;
  min-height: 380px; }
  div.page-with-header .hs-main-header .hs-main-title {
    font-size: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 70px; }
  div.page-with-header .hs-main-header .subtitle {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    max-width: 550px; }

body {
  font-family: 'Proxima Nova', Georgia, sans-serif;
  overflow-x: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1235px; }

.hero {
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .hero .inner {
    background: rgba(0, 0, 0, 0.2);
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1000px) {
      .hero .inner {
        height: 100vh; } }
    @media screen and (min-width: 1181px) {
      .hero .inner {
        padding-top: 92px; } }
  .hero .text {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (min-width: 1000px) {
      .hero .text {
        font-size: 97px;
        line-height: 105px; } }
    .hero .text strong, .hero .text b {
      font-weight: 900; }
    .hero .text p {
      margin-bottom: 0; }
  .hero .subtitle {
    color: #fff;
    font-size: 24px; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #448cca; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #3072ab; }

#hs-colophon h4.widget-title::first-letter {
  color: #fff; }

.solution-item .thumbs-section {
  height: 211px; }

a.link-button {
  color: #fff; }

.contact-section .contact-form .your-name .wpcf7-form-control {
  background-image: url(images/form-user.png); }
.contact-section .contact-form .your-phone .wpcf7-form-control {
  background-image: url(images/form-phone.png); }
.contact-section .contact-form .your-email .wpcf7-form-control {
  background-image: url(images/form-email.png); }
.contact-section .contact-form .your-message .wpcf7-form-control {
  padding-top: 10px;
  background-image: url(images/form-message.png);
  background-position: 23px 14px; }
.contact-section .contact-form .wpcf7-form-control {
  background-repeat: no-repeat;
  background-position: 23px center;
  padding-left: 48px; }
  .contact-section .contact-form .wpcf7-form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333;
    font-size: 16px;
    font-weight: 400; }
  .contact-section .contact-form .wpcf7-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }
  .contact-section .contact-form .wpcf7-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }
  .contact-section .contact-form .wpcf7-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-size: 16px;
    font-weight: 400; }
  .contact-section .contact-form .wpcf7-form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
    font-size: 16px;
    font-weight: 400; }

/* Services */
#hs-masthead {
  width: 100%;
  z-index: 999;
  border: 0;
  background: #114478 !important;
  height: 40px; }
  @media (min-width: 1181px) {
    #hs-masthead {
      display: flex;
      align-items: center;
      height: 97px;
      position: fixed;
      background: rgba(0, 0, 0, 0.55) !important; } }
  @media (max-width: 1180px) {
    #hs-masthead > .hs-container {
      width: 100%; } }
  @media (min-width: 1181px) {
    #hs-masthead > .hs-container {
      display: flex;
      align-items: center; } }

.hs-toggle-menu {
  top: 0;
  right: 6px; }
  .hs-toggle-menu span {
    background: #fff;
    box-shadow: 0 10px 0px 0px #fff, 0 -10px 0px 0px #fff; }

.hs-menu > ul li a:after {
  border: 0; }

#menu-top-menu li:last-child {
  display: flex;
  align-items: center;
  margin-left: 30px; }
  #menu-top-menu li:last-child a {
    background: #0083c9;
    color: #fff;
    text-transform: uppercase;
    padding: 0 24px;
    height: 38px;
    font-size: 13px;
    font-weight: 600;
    transition: all linear 0.2s;
    line-height: 38px; }
    @media screen and (max-width: 1180px) {
      #menu-top-menu li:last-child a {
        margin: auto;
        left: -13px;
        margin-bottom: 10px;
        margin-top: 10px; } }
    #menu-top-menu li:last-child a:hover {
      background: #006296;
      color: #fff !important; }
#menu-top-menu li.fa.fa-phone:before {
  position: absolute;
  top: 23px;
  color: #ee3b24;
  left: -9px;
  font-size: 19px; }
#menu-top-menu li.fa.fa-phone a {
  font-family: "Raleway", sans-serif; }
#menu-top-menu li.current-menu-item a {
  color: #0083c9;
  font-weight: bold; }
#menu-top-menu li.current-menu-item.menu-item-object-custom a {
  color: #333;
  font-weight: 600; }
  @media screen and (min-width: 1181px) {
    #menu-top-menu li.current-menu-item.menu-item-object-custom a {
      color: #fff; } }
  #menu-top-menu li.current-menu-item.menu-item-object-custom a:hover {
    color: #0083c9; }
#menu-top-menu li.current-menu-item.menu-item-object-custom.button-link a {
  color: #fff; }
#menu-top-menu li a {
  font-family: "Raleway", sans-serif; }
  #menu-top-menu li a:hover {
    color: #0083c9; }

#hs-site-branding {
  padding: 0;
  line-height: 40px; }
  @media (min-width: 1181px) {
    #hs-site-branding {
      line-height: 97px; } }
  #hs-site-branding img {
    max-width: 175%;
    max-height: 28px; }
    @media screen and (min-width: 768px) {
      #hs-site-branding img {
        max-width: 100%; } }
    @media (min-width: 1101px) {
      #hs-site-branding img {
        max-height: none; } }
  @media (min-width: 768px) and (max-width: 1180px) {
    #hs-site-branding {
      width: 26%; } }
  @media screen and (max-width: 768px) {
    #hs-site-branding {
      max-width: 75%; } }

#menu-top-head-menu {
  text-align: right;
  margin-bottom: 0; }
  @media (max-width: 1180px) {
    #menu-top-head-menu {
      margin-top: 22px;
      margin-right: 80px; } }
  @media (min-width: 768px) and (max-width: 900px) {
    #menu-top-head-menu {
      margin-right: 58px; } }
  @media (max-width: 767px) {
    #menu-top-head-menu {
      display: none; } }
  #menu-top-head-menu li {
    display: inline-block; }
    #menu-top-head-menu li.login {
      margin-left: 80px; }
      @media (min-width: 768px) and (max-width: 900px) {
        #menu-top-head-menu li.login {
          margin-left: 14px;
          font-size: 12px; } }
      #menu-top-head-menu li.login a {
        text-transform: uppercase;
        font-weight: 600;
        line-height: 36px;
        display: inline-block; }
        #menu-top-head-menu li.login a:hover {
          color: #cf2310; }
    #menu-top-head-menu li.register {
      margin-left: 22px; }
      #menu-top-head-menu li.register:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 13px;
        background: #ee3b24;
        position: relative;
        top: 2px;
        left: -11px; }
  #menu-top-head-menu .red a, #menu-top-head-menu .blue a {
    background: #ee3b24;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 600;
    transition: all linear 0.2s; }
    @media (min-width: 768px) and (max-width: 1180px) {
      #menu-top-head-menu .red a, #menu-top-head-menu .blue a {
        padding: 9px 8px;
        font-size: 12px; } }
    #menu-top-head-menu .red a:hover, #menu-top-head-menu .blue a:hover {
      background: #cf2610; }
  #menu-top-head-menu .blue a {
    background: #0083c9; }
    #menu-top-head-menu .blue a:hover {
      background: #006296; }

@media (min-width: 1170px) {
  .hs-main-navigation ul {
    display: flex; } }
@media (min-width: 1170px) {
  .hs-main-navigation ul li {
    white-space: nowrap; } }
@media (min-width: 768px) {
  .hs-main-navigation ul li.fa-phone {
    margin-left: 100px; } }
@media (min-width: 1340px) {
  .hs-main-navigation ul li.fa-phone {
    right: auto; } }
.hs-main-navigation ul li.fa-phone a {
  padding-right: 0;
  color: #EE3B24; }
  .hs-main-navigation ul li.fa-phone a:hover {
    color: #cf2310; }
@media (min-width: 768px) {
  .hs-main-navigation ul li.mobile-only {
    display: none; } }
@media (min-width: 768px) {
  .hs-main-navigation a {
    line-height: 60px; } }
@media (min-width: 1170px) and (max-width: 1340px) {
  .hs-main-navigation a {
    padding: 0 10px; } }
@media (min-width: 1340px) {
  .hs-main-navigation a {
    padding: 0 20px; } }

.page-template-template-front .cta-section {
  background: #114478;
  overflow: hidden;
  padding: 50px 20px 60px 20px; }
  .page-template-template-front .cta-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    @media (min-width: 768px) {
      .page-template-template-front .cta-section .container {
        display: flex;
        align-items: center; } }
    .page-template-template-front .cta-section .container .cta-logo {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .cta-section .container .cta-logo {
          width: 25%;
          margin-bottom: 0; } }
      .page-template-template-front .cta-section .container .cta-logo img {
        max-width: 90px; }
        @media screen and (min-width: 768px) {
          .page-template-template-front .cta-section .container .cta-logo img {
            max-width: 090%; } }
    @media (min-width: 768px) {
      .page-template-template-front .cta-section .container .cta-text {
        width: 75%;
        float: left; } }
    .page-template-template-front .cta-section .container .cta-text h1 {
      font-family: 'Raleway', serif;
      color: #fff;
      font-size: 28px;
      line-height: 36px;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .cta-section .container .cta-text h1 {
          font-size: 40px;
          line-height: 47px; } }
    .page-template-template-front .cta-section .container .cta-text p {
      color: #fff;
      font-size: 16px;
      line-height: 1.5;
      font-family: 'Raleway', serif; }
      @media screen and (min-width: 1000px) {
        .page-template-template-front .cta-section .container .cta-text p {
          font-size: 18px;
          line-height: 29px; } }
.page-template-template-front .services-section {
  text-align: center;
  padding: 40px 15px 60px 15px; }
  @media (min-width: 768px) {
    .page-template-template-front .services-section {
      padding: 70px 15px 90px 15px; } }
  .page-template-template-front .services-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .services-section .container .title {
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 800;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .services-section .container .title {
          font-size: 45px;
          line-height: 47px; } }
    .page-template-template-front .services-section .container .subtitle {
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 25px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .services-section .container .subtitle {
          font-size: 19px;
          line-height: 27px;
          padding-bottom: 50px; } }
    .page-template-template-front .services-section .container .item-list {
      display: flex;
      flex-wrap: wrap;
      flex-flow: wrap;
      justify-content: space-between; }
      .page-template-template-front .services-section .container .item-list .grid {
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 25px 20px;
        margin-bottom: 20px; }
        @media screen and (min-width: 1100px) {
          .page-template-template-front .services-section .container .item-list .grid {
            margin: 0 20px 20px;
            width: 24%;
            margin: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .page-template-template-front .services-section .container .item-list .grid {
            margin: 0 1% 20px;
            width: 48%; } }
        .page-template-template-front .services-section .container .item-list .grid .thumb-icon {
          width: 110px;
          background: #fff;
          height: 110px;
          border-radius: 100%;
          line-height: 110px;
          margin: 0 auto; }
        .page-template-template-front .services-section .container .item-list .grid .text-section {
          padding-top: 25px; }
          .page-template-template-front .services-section .container .item-list .grid .text-section h5 {
            font-size: 20px;
            line-height: 27px;
            color: #fff;
            text-transform: uppercase; }
          .page-template-template-front .services-section .container .item-list .grid .text-section p {
            font-size: 17px;
            line-height: 25px;
            color: #fff !important;
            font-family: 'Raleway', serif; }
          .page-template-template-front .services-section .container .item-list .grid .text-section .service-link {
            font-size: 16px;
            line-height: 21px;
            color: #fff;
            text-decoration: underline;
            font-family: 'Raleway', serif;
            font-weight: 700;
            text-transform: uppercase; }
.page-template-template-front .stats-section {
  position: relative; }
  .page-template-template-front .stats-section:hover {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 100%;
    z-index: 9; }
  .page-template-template-front .stats-section .stat-bg {
    z-index: 99; }
    .page-template-template-front .stats-section .stat-bg .inner {
      background: transparent; }
      @media (max-width: 786px) {
        .page-template-template-front .stats-section .stat-bg .inner {
          padding: 65px 0 30px; } }
      .page-template-template-front .stats-section .stat-bg .inner.container {
        width: 100%;
        margin: 0 auto;
        max-width: 1235px; }
      .page-template-template-front .stats-section .stat-bg .inner .item-list {
        display: flex;
        flex-wrap: wrap;
        flex-flow: wrap;
        justify-content: space-between; }
        .page-template-template-front .stats-section .stat-bg .inner .item-list .grid {
          width: 100%;
          display: inline-block;
          position: relative;
          z-index: 10;
          text-align: center;
          color: #fff; }
          @media screen and (min-width: 768px) {
            .page-template-template-front .stats-section .stat-bg .inner .item-list .grid {
              width: 25%;
              margin-bottom: 0; } }
          .page-template-template-front .stats-section .stat-bg .inner .item-list .grid .thumb {
            height: 63px; }
          .page-template-template-front .stats-section .stat-bg .inner .item-list .grid .title {
            color: #448cca;
            font-size: 45px;
            line-height: 53px;
            font-weight: bold; }
          .page-template-template-front .stats-section .stat-bg .inner .item-list .grid h5 {
            font-family: 'Raleway', serif;
            font-weight: 400; }
.page-template-template-front .solution-section {
  padding: 80px 15px;
  text-align: center; }
  .page-template-template-front .solution-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .solution-section .container .title {
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 800;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .solution-section .container .title {
          font-size: 45px;
          line-height: 47px; } }
    .page-template-template-front .solution-section .container .subtitle {
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 50px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .page-template-template-front .solution-section .container .subtitle {
          font-size: 19px;
          line-height: 27px; } }
    .page-template-template-front .solution-section .container .item-list {
      display: flex;
      flex-wrap: wrap;
      flex-flow: wrap;
      justify-content: space-between; }
      .page-template-template-front .solution-section .container .item-list .grid {
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 10;
        margin-bottom: 20px; }
        @media screen and (min-width: 1101px) {
          .page-template-template-front .solution-section .container .item-list .grid {
            width: 24%;
            margin-bottom: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .page-template-template-front .solution-section .container .item-list .grid {
            width: 49%; } }
        .page-template-template-front .solution-section .container .item-list .grid .thumbs-section {
          height: 211px; }
          .page-template-template-front .solution-section .container .item-list .grid .thumbs-section img {
            width: 100%; }
        .page-template-template-front .solution-section .container .item-list .grid .solution-icon {
          text-align: center;
          background: #114478;
          display: inline-block;
          border-radius: 50%;
          border: 4px solid #fff;
          position: absolute;
          top: -50px;
          left: 50%;
          transform: translateX(-50%);
          width: 92px;
          height: 92px;
          line-height: 84px; }
        .page-template-template-front .solution-section .container .item-list .grid .solution-title {
          color: #fff;
          font-size: 22px;
          line-height: 27px;
          background: #484848;
          padding: 14px 0;
          margin-bottom: 0;
          font-weight: 600;
          margin-top: -4px;
          position: relative; }
        .page-template-template-front .solution-section .container .item-list .grid .text-section {
          padding: 25px 25px 35px 25px;
          background: #f5f5f5;
          min-height: 245px; }
          .page-template-template-front .solution-section .container .item-list .grid .text-section p {
            margin: 0;
            font-family: "Proxima Nova";
            font-size: 16px;
            line-height: 23px; }
    .page-template-template-front .solution-section .container .link-button {
      color: #fff;
      font-size: 19px;
      line-height: 27px;
      background: #114478;
      padding: 15px 30px;
      display: inline-block;
      margin-top: 50px;
      border-radius: 2px;
      font-weight: 700;
      text-transform: uppercase;
      transition: all linear 0.2s; }
      .page-template-template-front .solution-section .container .link-button:hover {
        color: #fff;
        background: #0b3258; }
.page-template-template-front .testimonial-section {
  background: #448cca;
  padding: 50px 15px; }
  @media (min-width: 768px) {
    .page-template-template-front .testimonial-section {
      padding: 90px 15px; } }
  .page-template-template-front .testimonial-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .testimonial-section .container .title {
      color: #fff;
      font-size: 25px;
      line-height: 32px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 800;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .page-template-template-front .testimonial-section .container .title {
          font-size: 45px;
          line-height: 53px; } }
    .page-template-template-front .testimonial-section .container .subtitle {
      color: #fff;
      font-size: 19px;
      line-height: 27px;
      padding-bottom: 50px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 400; }
    .page-template-template-front .testimonial-section .container .item-list {
      display: flex;
      flex-wrap: wrap;
      flex-flow: wrap;
      justify-content: space-between; }
      .page-template-template-front .testimonial-section .container .item-list .testimonial-item {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 3px;
        padding: 25px 30px 35px 30px;
        display: inline-block;
        position: relative;
        z-index: 10;
        flex: 1 1 100%; }
        @media (min-width: 1101px) {
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item {
            flex: 0 0 48%;
            margin: 0 1%; } }
        @media (min-width: 768px) and (max-width: 1100px) {
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item {
            flex: 1 1 100%;
            margin-bottom: 20px; } }
        @media (min-width: 768px) {
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item .thumbs-section {
            width: 25%;
            float: left; } }
        .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section {
          margin-top: 20px; }
          @media (min-width: 768px) {
            .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section {
              margin-top: 0;
              width: 75%;
              float: left;
              padding-left: 30px; } }
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section h5 {
            text-align: left;
            color: #222;
            font-size: 23px;
            margin-bottom: 5px;
            line-height: 1.2;
            font-family: 'Proxima Nova', Georgia, sans-serif;
            font-weight: 400; }
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section p {
            color: #979797;
            font-size: 18px;
            line-height: 22px;
            text-align: left;
            font-family: 'Proxima Nova', Georgia, sans-serif;
            font-weight: 300;
            margin-bottom: 10px; }
          .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section .star-list {
            margin: 0;
            list-style: none;
            float: left; }
            .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section .star-list li {
              display: inline-block; }
              .page-template-template-front .testimonial-section .container .item-list .testimonial-item .text-section .star-list li .fa {
                color: #f55b05; }
.page-template-template-front .choose-section {
  background: #ededed;
  padding: 55px 15px 30px; }
  @media (min-width: 768px) {
    .page-template-template-front .choose-section {
      padding: 95px 15px; } }
  .page-template-template-front .choose-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .choose-section .container .title {
      font-size: 45px;
      line-height: 53px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 800;
      text-transform: uppercase; }
    .page-template-template-front .choose-section .container .subtitle {
      font-size: 19px;
      line-height: 27px;
      padding-bottom: 25px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .page-template-template-front .choose-section .container .subtitle {
          padding-bottom: 50px; } }
    .page-template-template-front .choose-section .container .item-list {
      display: flex;
      flex-wrap: wrap;
      flex-flow: wrap;
      justify-content: space-between;
      text-align: center; }
      .page-template-template-front .choose-section .container .item-list .choose-item {
        width: 32%;
        display: inline-block;
        margin-bottom: 25px;
        padding: 35px 30px 40px 30px;
        border-radius: 3px;
        position: relative;
        z-index: 10;
        flex: 1 1 100%; }
        @media (min-width: 1101px) {
          .page-template-template-front .choose-section .container .item-list .choose-item {
            flex: 0 0 32%; } }
        @media (min-width: 768px) and (max-width: 1100px) {
          .page-template-template-front .choose-section .container .item-list .choose-item {
            flex: 1 1 30%;
            padding: 20px 15px 10px 15px;
            margin-bottom: 0;
            border-radius: 0; } }
        .page-template-template-front .choose-section .container .item-list .choose-item .text-section h5 {
          color: #fff;
          font-size: 28px;
          line-height: 33px;
          padding-top: 25px;
          min-height: 65px;
          font-weight: 700;
          max-width: 279px;
          margin: 0 auto;
          margin-bottom: 7px;
          word-spacing: 9px; }
        .page-template-template-front .choose-section .container .item-list .choose-item .text-section p {
          color: #fff;
          font-size: 18px;
          line-height: 25px; }
.page-template-template-front .contact-section {
  padding: 50px 15px;
  overflow: hidden;
  background-size: cover; }
  @media (min-width: 768px) {
    .page-template-template-front .contact-section {
      padding: 110px 15px; } }
  .page-template-template-front .contact-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .contact-section .container .title {
      color: #fff;
      font-size: 45px;
      line-height: 53px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 800;
      text-transform: uppercase; }
    .page-template-template-front .contact-section .container .subtitle {
      color: #fff;
      font-size: 19px;
      line-height: 27px;
      padding-bottom: 25px;
      text-align: center;
      font-family: 'Raleway', serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .page-template-template-front .contact-section .container .subtitle {
          padding-bottom: 50px; } }
    @media (min-width: 768px) {
      .page-template-template-front .contact-section .container .contact-info {
        float: left;
        width: 40%; } }
    .page-template-template-front .contact-section .container .contact-info h5 {
      color: #fff;
      font-family: 'Proxima Nova', Georgia, sans-serif;
      font-weight: 800;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px; }
      @media (min-width: 1000px) {
        .page-template-template-front .contact-section .container .contact-info h5 {
          font-size: 25px;
          line-height: 37px; } }
    .page-template-template-front .contact-section .container .contact-info .info-list {
      margin-left: 0;
      list-style: none;
      margin-bottom: 35px; }
      .page-template-template-front .contact-section .container .contact-info .info-list li {
        color: #fff;
        font-family: 'Proxima Nova', Georgia, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 20px;
        display: flex; }
        @media (min-width: 1000px) {
          .page-template-template-front .contact-section .container .contact-info .info-list li {
            font-size: 22px;
            line-height: 29px; } }
        .page-template-template-front .contact-section .container .contact-info .info-list li span {
          width: 2%;
          float: left;
          padding-right: 35px; }
          .page-template-template-front .contact-section .container .contact-info .info-list li span .fa {
            color: #448cca;
            transition: all linear 0.2s; }
    .page-template-template-front .contact-section .container .contact-info .social-list {
      list-style: none;
      margin: 0; }
      @media (max-width: 1000px) {
        .page-template-template-front .contact-section .container .contact-info .social-list {
          margin-bottom: 20px; } }
      .page-template-template-front .contact-section .container .contact-info .social-list li {
        display: inline-block;
        margin-right: 10px; }
        .page-template-template-front .contact-section .container .contact-info .social-list li a .fa {
          font-size: 22px;
          padding: 13px 15px;
          background: #fff;
          color: #2b2e2f;
          border-radius: 50px; }
    @media (min-width: 768px) {
      .page-template-template-front .contact-section .container .contact-form {
        width: 60%;
        float: right; } }
    .page-template-template-front .contact-section .container .contact-form .row {
      margin: 0 -7.5px; }
      .page-template-template-front .contact-section .container .contact-form .row .half-column {
        width: 50%;
        float: left;
        padding: 0 7.5px;
        margin-bottom: 15px; }
    .page-template-template-front .contact-section .container .contact-form .wpcf7-form-control {
      width: 100%;
      min-height: 48px;
      border: 0;
      border-radius: 4px; }
    .page-template-template-front .contact-section .container .contact-form .wpcf7-submit {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 26px;
      height: 52px;
      font-family: 'Proxima Nova', Georgia, sans-serif; }
.page-template-template-front .footer-cta {
  text-align: center;
  padding: 65px 0 70px 0; }
  .page-template-template-front .footer-cta .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-front .footer-cta .container h5 {
      font-size: 36px;
      line-height: 46px;
      font-weight: 500;
      padding: 25px 0 0 0;
      color: #191919; }
      @media (max-width: 1000px) {
        .page-template-template-front .footer-cta .container h5 {
          font-size: 25px;
          line-height: 29px; } }
    .page-template-template-front .footer-cta .container .link-button {
      font-size: 22px;
      font-weight: 600;
      text-transform: capitalize;
      margin-top: 20px;
      color: #fff;
      transition: all linear 0.2s;
      border-radius: 2px;
      line-height: 27px;
      background: #114478;
      padding: 15px 30px;
      display: inline-block; }

@media (min-width: 1000px) {
  .home #hs-home-slider-section .bx-wrapper .bx-viewport {
    max-height: 80vh; } }
.home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide {
  min-height: 80vh;
  background-size: cover;
  background-position: center center; }
.home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-title {
  text-align: left;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  max-width: 650px;
  padding-right: 0; }
  @media (max-width: 1180px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-title {
      text-align: center;
      max-width: none; } }
  @media (min-width: 1300px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-title {
      padding: 0 20px; } }
.home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-desc {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 17px;
  max-width: 750px;
  display: block; }
  @media (max-width: 600px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-desc {
      font-size: 14px;
      margin-top: 20px; } }
  @media (max-width: 1180px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-desc {
      text-align: center;
      max-width: none; } }
  @media (min-width: 1180px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-desc {
      padding: 0 10%;
      padding-right: 0; } }
  @media (min-width: 1300px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .hs-slide-cap-desc {
      padding: 0 20px; } }
.home #hs-home-slider-section .bx-wrapper .bx-viewport .button {
  display: block;
  width: 206px;
  height: 48px;
  line-height: 48px;
  background: #EE3B24;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  box-shadow: 2px 2px 4px #000;
  transition: all linear 0.2s; }
  .home #hs-home-slider-section .bx-wrapper .bx-viewport .button:hover {
    background: #cf2610; }
  @media (max-width: 1180px) {
    .home #hs-home-slider-section .bx-wrapper .bx-viewport .button {
      margin-left: auto;
      margin-right: auto; } }
.home .intro-section {
  background-color: #f54b35;
  color: #fff; }
  .home .intro-section .bg {
    background-position: right -50px top 63px;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 930px) {
      .home .intro-section .bg {
        background: none !important; } }
    @media (min-width: 930px) {
      .home .intro-section .bg {
        bottom: -68px;
        background-size: 40%; } }
    @media (min-width: 1300px) {
      .home .intro-section .bg {
        background-position: right -30px top 13px;
        background-size: 670px; } }
    @media (min-width: 1600px) {
      .home .intro-section .bg {
        background-size: 820px; } }
  .home .intro-section .inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 50px;
    position: relative; }
    @media (min-width: 930px) {
      .home .intro-section .inner {
        top: -68px; } }
  .home .intro-section .title {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 33px;
    margin-bottom: 24px; }
    @media (max-width: 420px) {
      .home .intro-section .title {
        font-size: 24px;
        margin-bottom: 0; } }
  .home .intro-section .text {
    max-width: 666px; }
  .home .intro-section .button {
    background: #3a3a3a;
    color: #fff;
    padding: 12px 60px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.62);
    transition: all linear 0.2s; }
    .home .intro-section .button:hover {
      background: #212121; }
.home .features-section {
  padding: 50px 10px 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .home .features-section {
      padding-top: 120px; } }
  .home .features-section .inner {
    max-width: 1200px;
    margin: 0 auto; }
  .home .features-section h2.title {
    font-size: 45px;
    color: #262626;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 420px) {
      .home .features-section h2.title {
        font-size: 32px; } }
  .home .features-section .subtitle {
    margin-bottom: 32px;
    color: #676767; }
    @media (min-width: 768px) {
      .home .features-section .subtitle {
        margin-bottom: 72px; } }
  @media (min-width: 768px) {
    .home .features-section .features-list {
      display: flex; } }
  @media (min-width: 620px) {
    .home .features-section .features-list {
      overflow: hidden; } }
  .home .features-section .features-list .feature-item {
    padding: 0 30px; }
    @media (min-width: 620px) {
      .home .features-section .features-list .feature-item {
        width: 50%;
        float: left;
        min-height: 300px; } }
    @media (min-width: 768px) {
      .home .features-section .features-list .feature-item {
        float: none;
        min-height: none; } }
    @media (max-width: 767px) {
      .home .features-section .features-list .feature-item {
        margin-bottom: 50px; } }
  .home .features-section .features-list img {
    margin-bottom: 35px; }
  .home .features-section .features-list .title {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 13px;
    line-height: 1.5; }
  .home .features-section .features-list .text {
    color: #676767; }
.home .cta {
  background: #3a3a3a;
  color: #fff;
  padding-top: 30px; }
  .home .cta .inner {
    max-width: 1100px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .home .cta .inner > div {
        display: flex; } }
  .home .cta .fa {
    font-size: 64px; }
    @media (max-width: 767px) {
      .home .cta .fa {
        display: none; } }
  .home .cta h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    padding: 0 21px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .home .cta h3 {
        font-size: 29px; } }
    .home .cta h3 strong {
      color: #ee3b24; }
  .home .cta .button {
    background: #ee3b24;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0 40px;
    white-space: nowrap;
    flex-grow: 1;
    margin-top: 6px;
    transition: all linear 0.2s; }
    @media (max-width: 767px) {
      .home .cta .button {
        display: inline-block;
        margin-left: 21px;
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 1340px) {
      .home .cta .button {
        margin-right: 20px; } }
    .home .cta .button:hover {
      background: #cf2610; }
.home .review-section {
  padding-top: 70px; }
  @media (max-width: 1140px) {
    .home .review-section {
      padding: 0 20px;
      padding-top: 70px; } }
  .home .review-section .inner {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto; }
  .home .review-section h2.title {
    color: #007dd6;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px; }
  .home .review-section .thumb {
    width: 45%;
    float: left; }
    @media (max-width: 767px) {
      .home .review-section .thumb {
        width: auto;
        float: none; } }
    @media (min-width: 768px) and (max-width: 1170px) {
      .home .review-section .thumb {
        width: 35%; } }
    .home .review-section .thumb img {
      width: 100%; }
  .home .review-section .text {
    float: left;
    width: 55%;
    padding-left: 80px; }
    @media (min-width: 768px) and (max-width: 1170px) {
      .home .review-section .text {
        width: 65%;
        padding-left: 30px; } }
    @media (min-width: 1170px) {
      .home .review-section .text {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .home .review-section .text {
        width: auto;
        float: none;
        padding-left: 0; } }
    .home .review-section .text p {
      font-weight: 600; }
    .home .review-section .text h3 {
      font-size: 32px;
      font-weight: bold;
      color: #000; }
    .home .review-section .text .button {
      background: #007dd6;
      color: #fff;
      padding: 7px 40px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 35px;
      display: inline-block;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.62);
      transition: all linear 0.2s; }
      @media (min-width: 768px) and (max-width: 1170px) {
        .home .review-section .text .button {
          margin-left: 0; } }
      @media (min-width: 1170px) {
        .home .review-section .text .button {
          margin-left: -25px; } }
      @media (max-width: 400px) {
        .home .review-section .text .button {
          padding: 7px 15px; } }
      .home .review-section .text .button:hover {
        background: #005fa3; }
.home .additional-docs h2.title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 65px;
  color: #000;
  margin-bottom: 45px;
  font-family: "Raleway", sans-serif; }
.home .additional-docs .docs {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .home .additional-docs .docs {
      display: flex; } }
  @media (min-width: 1600px) {
    .home .additional-docs .docs {
      max-width: 1550px; } }
  .home .additional-docs .docs .doc {
    padding: 0 25px; }
    @media (min-width: 670px) and (max-width: 999px) {
      .home .additional-docs .docs .doc {
        width: 50%;
        float: left;
        min-height: 450px; } }
    @media (min-width: 1000px) {
      .home .additional-docs .docs .doc {
        width: 25%; } }
    @media (max-width: 670px) {
      .home .additional-docs .docs .doc {
        margin-bottom: 50px;
        text-align: center; } }
    .home .additional-docs .docs .doc .text {
      font-size: 14px;
      margin-top: 4px;
      line-height: 1.4; }
    .home .additional-docs .docs .doc img {
      border: 8px solid #e7e7e7;
      border-radius: 50%;
      height: 270px;
      width: 270px; }
    .home .additional-docs .docs .doc h5.title {
      margin-top: 20px;
      font-size: 16px;
      font-weight: bold;
      font-family: "Raleway", sans-serif;
      margin-bottom: 0; }
      .home .additional-docs .docs .doc h5.title a {
        color: #000; }
.home .additional-docs .button {
  background: #007dd6;
  height: 50px;
  line-height: 50px;
  display: block;
  max-width: 511px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-top: 50px;
  margin-bottom: 80px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.62);
  transition: all linear 0.2s; }
  @media (max-width: 511px) {
    .home .additional-docs .button {
      margin-left: 15px;
      margin-right: 15px;
      font-size: 20px; } }
  .home .additional-docs .button:hover {
    background: #005fa3; }
.home .stats-section {
  background: #ee3b24;
  background: url(images/stats-bg.jpg);
  background-size: cover;
  background-position: center center; }
  .home .stats-section .inner {
    padding: 65px 0;
    background: rgba(218, 54, 32, 0.78); }
  .home .stats-section .stats-list {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
    @media (min-width: 1350px) {
      .home .stats-section .stats-list {
        max-width: 1350px; } }
    @media (min-width: 951px) {
      .home .stats-section .stats-list {
        display: flex; } }
    .home .stats-section .stats-list .stat-item {
      width: 25%;
      text-align: center;
      color: #fff; }
      @media (max-width: 480px) {
        .home .stats-section .stats-list .stat-item {
          width: 100%;
          margin-bottom: 60px; } }
      @media (min-width: 481px) and (max-width: 950px) {
        .home .stats-section .stats-list .stat-item {
          width: 50%;
          float: left;
          margin-bottom: 60px; } }
    .home .stats-section .stats-list .progress-0 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(90deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-5 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(108deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-10 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(126deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-15 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(144deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-20 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(162deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-25 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(180deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-30 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(198deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-35 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(216deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-40 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(234deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-45 {
      background-image: linear-gradient(90deg, #e8ecef 50%, transparent 50%, transparent), linear-gradient(252deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-50 {
      background-image: linear-gradient(-90deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-55 {
      background-image: linear-gradient(-72deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-60 {
      background-image: linear-gradient(-54deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-65 {
      background-image: linear-gradient(-36deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-70 {
      background-image: linear-gradient(-18deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-75 {
      background-image: linear-gradient(0deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-80 {
      background-image: linear-gradient(18deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-85 {
      background-image: linear-gradient(36deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-90 {
      background-image: linear-gradient(54deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-95 {
      background-image: linear-gradient(72deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-100 {
      background-image: linear-gradient(90deg, #000 50%, transparent 50%, transparent), linear-gradient(270deg, #000 50%, #e8ecef 50%, #e8ecef); }
    .home .stats-section .stats-list .progress-radial {
      background-color: #000; }
      .home .stats-section .stats-list .progress-radial .overlay {
        background-color: #ee3b24; }
        .home .stats-section .stats-list .progress-radial .overlay .text {
          font-size: 50px;
          line-height: 186px;
          margin-top: 0;
          font-family: "Lato", sans-serif;
          color: #fff;
          font-weight: bold; }
    .home .stats-section .stats-list .title {
      margin-top: 20px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 18px; }
.home .why-choose .inner {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 36px; }
  @media (max-width: 767px) {
    .home .why-choose .inner {
      padding-left: 15px;
      padding-left: 15px; } }
  @media (min-width: 1600px) {
    .home .why-choose .inner {
      max-width: 1400px; } }
.home .why-choose .thumb {
  float: left;
  width: 40%; }
  @media (max-width: 767px) {
    .home .why-choose .thumb {
      display: none; } }
.home .why-choose .text {
  float: left;
  width: 50%;
  padding-left: 80px; }
  @media (max-width: 767px) {
    .home .why-choose .text {
      float: none;
      width: auto;
      padding-left: 0; } }
  .home .why-choose .text h2 {
    font-weight: bold;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 22px;
    margin-top: -13px; }
.home .why-choose .list {
  margin-top: 40px; }
  .home .why-choose .list .item {
    overflow: hidden;
    margin-bottom: 20px; }
    .home .why-choose .list .item .item-thumb {
      float: left;
      margin-right: 7px; }
      @media (max-width: 400px) {
        .home .why-choose .list .item .item-thumb {
          width: 50px;
          display: inline-block;
          float: none; } }
      .home .why-choose .list .item .item-thumb img {
        width: 75%; }
        @media (max-width: 400px) {
          .home .why-choose .list .item .item-thumb img {
            width: 100%; } }
    .home .why-choose .list .item .item-text h5 {
      font-weight: bold;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      padding-top: 6px; }
    .home .why-choose .list .item .item-text p {
      font-size: 14px; }
.home .testimonial-slider {
  background: #f4f4f4;
  padding-top: 95px;
  padding-bottom: 10px; }
  .home .testimonial-slider .bx-wrapper .bx-viewport {
    border: 0;
    background: transparent;
    box-shadow: none; }
  .home .testimonial-slider .hs-slide-caption {
    position: static;
    transform: none;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .home .testimonial-slider .hs-slide-caption {
        padding: 0; } }
  .home .testimonial-slider .hs-slide-cap-title {
    font-family: "Lato";
    text-transform: none;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6;
    color: #929292;
    padding: 0 5%;
    font-size: 25px;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .home .testimonial-slider .hs-slide-cap-title {
        line-height: 1.4;
        font-size: 16px; } }
  .home .testimonial-slider .hs-slide-cap-desc {
    display: block; }
  .home .testimonial-slider .fa-quote-left {
    font-size: 20px;
    margin-bottom: 20px; }
    @media (min-width: 500px) {
      .home .testimonial-slider .fa-quote-left {
        float: left;
        font-size: 42px;
        margin-right: 20px;
        margin-bottom: 0; } }
  .home .testimonial-slider .fa-quote-right {
    font-size: 20px; }
    @media (min-width: 500px) {
      .home .testimonial-slider .fa-quote-right {
        float: right;
        font-size: 42px;
        margin-left: 20px; } }
  .home .testimonial-slider .person {
    color: #1378be;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    margin-top: 32px; }
    @media (min-width: 500px) and (max-width: 767px) {
      .home .testimonial-slider .person {
        text-align: right; } }
    .home .testimonial-slider .person span {
      color: #be493f; }
  .home .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px;
    height: 3px;
    border-radius: 0; }
  .home .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .home .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ad3827; }

.page-template-contact-template .hs-main-header {
  background-size: cover;
  background-position: center center;
  margin-bottom: 90px; }
  .page-template-contact-template .hs-main-header .hs-main-title {
    font-size: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 70px; }
  .page-template-contact-template .hs-main-header .subtitle p {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    max-width: 550px; }
  .page-template-contact-template .hs-main-header .call-now {
    margin-bottom: 30px; }
    .page-template-contact-template .hs-main-header .call-now p {
      font-size: 40px;
      color: #fff; }
    .page-template-contact-template .hs-main-header .call-now a {
      font-weight: 700; }
.page-template-contact-template #primary {
  width: 100%; }
.page-template-contact-template .contact-info-wrapper {
  width: 36%;
  float: left;
  margin-bottom: 70px; }
  .page-template-contact-template .contact-info-wrapper > h3 {
    font-size: 34px;
    margin-bottom: 35px; }
  .page-template-contact-template .contact-info-wrapper .infos .info {
    overflow: hidden;
    margin-bottom: 5px; }
    .page-template-contact-template .contact-info-wrapper .infos .info:nth-child(2) .icon, .page-template-contact-template .contact-info-wrapper .infos .info:nth-child(3) .icon {
      font-size: 25px;
      line-height: 30px; }
    .page-template-contact-template .contact-info-wrapper .infos .info:nth-child(3) .icon {
      line-height: 23px; }
    .page-template-contact-template .contact-info-wrapper .infos .info .icon {
      width: 34px;
      float: left;
      font-size: 41px;
      margin-right: 5px;
      line-height: 44px;
      text-align: center; }
    .page-template-contact-template .contact-info-wrapper .infos .info .text {
      float: right;
      width: calc(100% - 45px); }
      .page-template-contact-template .contact-info-wrapper .infos .info .text h4 {
        font-size: 19px; }
      .page-template-contact-template .contact-info-wrapper .infos .info .text p {
        font-size: 18px;
        font-weight: 300; }
        .page-template-contact-template .contact-info-wrapper .infos .info .text p a {
          color: #444; }
          .page-template-contact-template .contact-info-wrapper .infos .info .text p a:hover {
            color: #c50505; }
  .page-template-contact-template .contact-info-wrapper .office-hours {
    margin-top: 45px;
    margin-bottom: 40px; }
    .page-template-contact-template .contact-info-wrapper .office-hours h3 {
      font-size: 24px;
      margin-bottom: 8px; }
    .page-template-contact-template .contact-info-wrapper .office-hours > div {
      overflow: hidden; }
      .page-template-contact-template .contact-info-wrapper .office-hours > div .icon {
        float: left;
        width: 21px;
        font-size: 20px;
        margin-right: 5px;
        line-height: 24px; }
      .page-template-contact-template .contact-info-wrapper .office-hours > div .text {
        width: calc(100% - 26px);
        float: right; }
        .page-template-contact-template .contact-info-wrapper .office-hours > div .text p {
          font-weight: 600; }
  .page-template-contact-template .contact-info-wrapper .search-box {
    border: 1px solid #b2b2b2;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 40px; }
    .page-template-contact-template .contact-info-wrapper .search-box h4 {
      font-size: 24px;
      margin-bottom: 7px; }
    .page-template-contact-template .contact-info-wrapper .search-box form {
      position: relative; }
      .page-template-contact-template .contact-info-wrapper .search-box form:hover button {
        opacity: 1; }
      .page-template-contact-template .contact-info-wrapper .search-box form #search {
        border: 1px solid #b2b2b2;
        background: #e4e4e4;
        border-radius: 4px;
        width: 100%;
        height: 49px;
        padding-right: 62px; }
      .page-template-contact-template .contact-info-wrapper .search-box form button {
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 49px;
        color: #333;
        font-size: 24px;
        background: transparent;
        border: 0;
        transition: all linear 0.2s; }
  .page-template-contact-template .contact-info-wrapper .interested h4 {
    font-size: 24px; }
  .page-template-contact-template .contact-info-wrapper .interested p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 300; }
.page-template-contact-template .form-wrapper {
  width: 52%;
  float: right; }
  .page-template-contact-template .form-wrapper .fsBody {
    padding-top: 0;
    margin-top: -4px; }
  .page-template-contact-template .form-wrapper .fsForm {
    margin-top: 0;
    padding-top: 0; }
  .page-template-contact-template .form-wrapper .fsSectionHeader {
    background: transparent;
    padding: 0;
    margin: 0; }
    .page-template-contact-template .form-wrapper .fsSectionHeader p {
      font-family: "Raleway", sans-serif;
      font-size: 34px;
      line-height: 45px;
      font-weight: bold; }
  .page-template-contact-template .form-wrapper .fsFieldRow {
    margin-bottom: 25px !important; }
  .page-template-contact-template .form-wrapper .fsLabel {
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #262626;
    margin-bottom: 3px; }
  .page-template-contact-template .form-wrapper .fsSupporting {
    margin-top: 7px; }
  .page-template-contact-template .form-wrapper .fsField {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    width: 100%;
    height: 51px; }
  .page-template-contact-template .form-wrapper .fsSubmit {
    margin: 0;
    padding: 0; }
    .page-template-contact-template .form-wrapper .fsSubmit .fsSubmitButton {
      width: 100%;
      background: #c50505 !important;
      height: 51px;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px !important;
      font-family: "Lato", sans-serif;
      font-weight: 900; }
      .page-template-contact-template .form-wrapper .fsSubmit .fsSubmitButton:hover {
        background: #930404 !important; }
.page-template-contact-template .map-wrapper .acf-map {
  height: 480px; }
  .page-template-contact-template .map-wrapper .acf-map img {
    max-width: inherit !important; }

.page-template-template-generate-document .hs-main-header {
  background-size: cover;
  margin-bottom: 0; }
  @media screen and (min-width: 1200px) {
    .page-template-template-generate-document .hs-main-header {
      padding-top: 182px; } }
  .page-template-template-generate-document .hs-main-header .hs-main-title {
    font-size: 36px;
    font-weight: 300; }
    @media (min-width: 1100px) {
      .page-template-template-generate-document .hs-main-header .hs-main-title {
        font-size: 86px;
        line-height: 90px;
        margin-bottom: 0; } }
    .page-template-template-generate-document .hs-main-header .hs-main-title span {
      display: block;
      font-weight: bold; }
  .page-template-template-generate-document .hs-main-header .subtitle {
    color: #fff;
    text-align: center;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .hs-main-header .subtitle {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 8px;
        line-height: 1.6;
        padding-bottom: 39px; } }
.page-template-template-generate-document .download-file {
  text-align: center; }
  .page-template-template-generate-document .download-file a {
    background: #ee3b24;
    color: #fff;
    padding: 20px 98px;
    margin: 20px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px; }
    .page-template-template-generate-document .download-file a .fa {
      color: #4d4d4d;
      margin-right: 20px;
      margin-left: -20px;
      font-size: 26px;
      position: relative;
      top: 3px; }
.page-template-template-generate-document .review-advice {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .page-template-template-generate-document .review-advice {
      display: flex;
      margin-bottom: 20px; } }
  .page-template-template-generate-document .review-advice .inner {
    width: 585px;
    max-width: 100%;
    display: flex;
    align-items: center;
    min-height: 146px;
    padding: 20px 10px; }
    @media (min-width: 768px) {
      .page-template-template-generate-document .review-advice .inner {
        float: left; } }
    @media (min-width: 1200px) {
      .page-template-template-generate-document .review-advice .inner {
        padding: 0; } }
  .page-template-template-generate-document .review-advice .ra-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .review-advice .ra-title {
        font-size: 23px;
        margin-bottom: 7px; } }
  .page-template-template-generate-document .review-advice .ra-text {
    padding-left: 20px;
    max-width: 390px; }
  .page-template-template-generate-document .review-advice .fa {
    position: absolute;
    margin-left: -41px;
    margin-top: 2px;
    color: #4d4d4d;
    display: none; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .review-advice .fa {
        display: inline-block; } }
  .page-template-template-generate-document .review-advice a.review {
    display: block;
    transition: all linear 0.2s;
    position: relative; }
    .page-template-template-generate-document .review-advice a.review:hover {
      background: #3072ab; }
      .page-template-template-generate-document .review-advice a.review:hover:after {
        border-color: #3072ab transparent transparent transparent; }
    .page-template-template-generate-document .review-advice a.review:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 8.5px 0 8.5px;
      border-color: #448cca transparent transparent transparent;
      position: absolute;
      left: 50%;
      margin-left: -9px;
      bottom: -11px; }
  .page-template-template-generate-document .review-advice p {
    line-height: 22px; }
  .page-template-template-generate-document .review-advice .review {
    background: #448cca;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .review-advice .review {
        width: 50%; } }
    @media (min-width: 768px) {
      .page-template-template-generate-document .review-advice .review .inner {
        float: right; } }
    .page-template-template-generate-document .review-advice .review p {
      margin: 0; }
  .page-template-template-generate-document .review-advice a.advice {
    display: block;
    transition: all linear 0.2s;
    position: relative; }
    .page-template-template-generate-document .review-advice a.advice:hover {
      background: #343434; }
      .page-template-template-generate-document .review-advice a.advice:hover:after {
        border-color: #343434 transparent transparent transparent; }
    .page-template-template-generate-document .review-advice a.advice:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 8.5px 0 8.5px;
      border-color: #4d4d4d transparent transparent transparent;
      position: absolute;
      left: 50%;
      margin-left: -9px;
      bottom: -11px; }
  .page-template-template-generate-document .review-advice .advice {
    padding-bottom: 17px;
    background: #4d4d4d;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .review-advice .advice {
        width: 50%;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .page-template-template-generate-document .review-advice .advice .inner {
        padding-left: 80px; } }
    .page-template-template-generate-document .review-advice .advice .fa {
      color: #ee3b24; }
    .page-template-template-generate-document .review-advice .advice p {
      margin: 0;
      line-height: 1.2; }
    .page-template-template-generate-document .review-advice .advice .button {
      color: #fff;
      border: 1px solid #fff;
      width: 240px;
      height: 46px;
      line-height: 44px;
      display: inline-block;
      font-size: 16px;
      transition: all linear 0.2s; }
      .page-template-template-generate-document .review-advice .advice .button:hover {
        background: #fff;
        color: #4d4d4d; }
@media screen and (min-width: 768px) {
  .page-template-template-generate-document .content-wrapper {
    display: flex;
    margin-top: 27px; } }
@media screen and (min-width: 768px) {
  .page-template-template-generate-document .content-wrapper .form-side {
    width: 40%; } }
@media screen and (min-width: 1200px) {
  .page-template-template-generate-document .content-wrapper .form-side {
    width: 48%; } }
.page-template-template-generate-document .content-wrapper .form-side .fsSection .fsSectionHeader {
  background: transparent; }
  .page-template-template-generate-document .content-wrapper .form-side .fsSection .fsSectionHeader:empty {
    margin: 0 !important;
    padding: 0 !important; }
.page-template-template-generate-document .content-wrapper .form-side .fsForm {
  margin-top: 0;
  padding: 4px 8px; }
  .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="text"].fsRequired, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="email"].fsRequired, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="number"].fsRequired, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="tel"].fsRequired, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsForm select.fsRequired, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsForm textarea.fsRequired {
    border-color: #dde0e3 !important; }
  .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="radio"]:before, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="radio"]:checked:before, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="checkbox"]:before, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsRowBody input[type="checkbox"]:checked:before {
    top: 0;
    position: absolute; }
  .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSupporting {
    margin-top: 7px; }
  .page-template-template-generate-document .content-wrapper .form-side .fsForm div#fsRow2663424-7 ~ .fsRow {
    display: none; }
.page-template-template-generate-document .content-wrapper .form-side .fsBody {
  padding-bottom: 0 !important;
  margin-bottom: 7px !important; }
  .page-template-template-generate-document .content-wrapper .form-side .fsBody h1 {
    color: #ee3b24; }
    @media screen and (max-width: 768px) {
      .page-template-template-generate-document .content-wrapper .form-side .fsBody h1 {
        padding-top: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .page-template-template-generate-document .content-wrapper .form-side .fsBody h1 {
        font-size: 24px; } }
    .page-template-template-generate-document .content-wrapper .form-side .fsBody h1 + p {
      font-size: 13px;
      margin-top: 9px;
      line-height: 1.2; }
  .page-template-template-generate-document .content-wrapper .form-side .fsBody input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
.page-template-template-generate-document .content-wrapper .form-side .fsBody, .page-template-template-generate-document .content-wrapper .form-side .fsForm {
  background-color: #efefef !important; }
  .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsForm input[type="file"]::-webkit-file-upload-button, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsForm input[type="file"]::-webkit-file-upload-button {
    background-color: #009ada; }
  .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsSubmit, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSubmit {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsSubmit, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSubmit {
        margin: 0;
        padding-top: 0; } }
  .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsSubmitButton, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSubmitButton {
    width: 100%;
    background: #ee3b24 !important;
    height: 52px;
    font-size: 17px !important;
    text-transform: uppercase;
    transition: all linear 0.2s;
    pointer-events: none;
    opacity: 0.3;
    margin-top: 20px; }
    .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsSubmitButton.active, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSubmitButton.active {
      pointer-events: all;
      opacity: 1; }
      .page-template-template-generate-document .content-wrapper .form-side .fsBody .fsSubmitButton.active:hover, .page-template-template-generate-document .content-wrapper .form-side .fsForm .fsSubmitButton.active:hover {
        background: #cf2610 !important; }
.page-template-template-generate-document .content-wrapper .content-side {
  padding-top: 19px; }
  @media screen and (min-width: 768px) {
    .page-template-template-generate-document .content-wrapper .content-side {
      width: 60%;
      padding-left: 20px;
      padding-top: 0; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-generate-document .content-wrapper .content-side {
      width: 52%;
      padding-left: 40px;
      padding-top: 0;
      margin-top: -5px; } }
  .page-template-template-generate-document .content-wrapper .content-side h2 {
    color: #cf2610;
    text-transform: uppercase; }
  .page-template-template-generate-document .content-wrapper .content-side h3 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    color: #222; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .content-wrapper .content-side h3 {
        margin-top: 10px; } }
    @media screen and (min-width: 1000px) {
      .page-template-template-generate-document .content-wrapper .content-side h3 {
        margin-top: 20px; } }
  .page-template-template-generate-document .content-wrapper .content-side hr {
    background: rgba(0, 0, 0, 0.11); }
  .page-template-template-generate-document .content-wrapper .content-side p {
    line-height: 1.4;
    margin-bottom: 29px; }
    @media screen and (min-width: 768px) {
      .page-template-template-generate-document .content-wrapper .content-side p {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1000px) {
      .page-template-template-generate-document .content-wrapper .content-side p {
        margin-bottom: 20px; } }
  .page-template-template-generate-document .content-wrapper .content-side .testimonial {
    margin-top: 20px; }
    @media screen and (min-width: 1000px) {
      .page-template-template-generate-document .content-wrapper .content-side .testimonial {
        margin-top: 40px;
        background: #f3f3f3;
        padding: 26px;
        border-radius: 4px; } }
    .page-template-template-generate-document .content-wrapper .content-side .testimonial .fa-quote-left {
      font-size: 8px;
      color: #ee3b24; }
      @media screen and (min-width: 768px) {
        .page-template-template-generate-document .content-wrapper .content-side .testimonial .fa-quote-left {
          font-size: 8px; } }
    .page-template-template-generate-document .content-wrapper .content-side .testimonial p.text {
      color: #cf2610;
      font-size: 15px;
      line-height: 23px;
      margin-bottom: 7px; }
    .page-template-template-generate-document .content-wrapper .content-side .testimonial .fa-quote-right {
      font-size: 30px;
      color: #ee3b24;
      float: right; }
    .page-template-template-generate-document .content-wrapper .content-side .testimonial p.name {
      color: 010101;
      font-size: 14px;
      margin-bottom: 12px;
      padding-right: 40px; }
      @media screen and (min-width: 768px) {
        .page-template-template-generate-document .content-wrapper .content-side .testimonial p.name {
          font-size: 16px;
          padding-right: 0;
          font-weight: bold;
          margin: 0;
          line-height: 1; } }
.page-template-template-generate-document .result-wrapper .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: transparent; }
.page-template-template-generate-document .result-wrapper .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0; }
.page-template-template-generate-document .result-wrapper .vc_tta.vc_general .vc_tta-tab > a {
  padding: 10px 13px; }
.page-template-template-generate-document .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border: 0; }
.page-template-template-generate-document .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.is_loading {
  cursor: progress; }
  .page-template-template-generate-document .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.is_loading > a {
    pointer-events: none;
    opacity: 0.7;
    cursor: progress; }
.page-template-template-generate-document .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border: 1px solid #555 !important;
  border-bottom: 0 !important;
  padding-top: 15px !important;
  transition: none !important; }
.page-template-template-generate-document .result-wrapper .vc_tta-title-text {
  display: block;
  max-width: 130px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.page-template-template-generate-document .result-wrapper .vc_tta-panel-body {
  padding: 0 !important;
  background: transparent !important; }
.page-template-template-generate-document .result-wrapper #cq_review_form h1 {
  margin-top: 18px; }
.page-template-template-generate-document .result-wrapper #cq_review_form p {
  line-height: 1.4; }
.page-template-template-generate-document .result-wrapper #cq_review_form h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  margin-top: 30px;
  color: #222; }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_message_box h3 {
  margin-top: 14px;
  font-weight: normal; }
.page-template-template-generate-document .result-wrapper #cq_review_form ul li {
  line-height: 1.4; }
@media (max-width: 767px) {
  .page-template-template-generate-document .result-wrapper #cq_review_form {
    padding: 0; } }
@media (min-width: 768px) {
  .page-template-template-generate-document .result-wrapper #cq_review_form {
    margin: 0;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.3);
    padding: 0; } }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_row {
  margin: 0; }
@media (min-width: 768px) {
  .page-template-template-generate-document .result-wrapper #cq_review_form .vc_column_container {
    padding: 0 15px; } }
@media (max-width: 767px) {
  .page-template-template-generate-document .result-wrapper #cq_review_form .score-row .wpb_single_image {
    text-align: center; } }
.page-template-template-generate-document .result-wrapper #cq_review_form .main-title h1 {
  margin: 0 -15px;
  line-height: 1.2;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 8px 10px;
  line-height: 1.2; }
  @media (min-width: 460px) {
    .page-template-template-generate-document .result-wrapper #cq_review_form .main-title h1 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .page-template-template-generate-document .result-wrapper #cq_review_form .main-title h1 {
      font-size: 31px;
      line-height: 40px;
      margin: 0 -30px; } }
.page-template-template-generate-document .result-wrapper #cq_review_form .gform_button {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  height: 42px;
  text-transform: uppercase;
  line-height: 1;
  transition: all linear 0.2s; }
  .page-template-template-generate-document .result-wrapper #cq_review_form .gform_button:hover {
    background-color: #ca2a15; }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_icon_element-color-blue .vc_icon_element-icon {
  color: #007bc2 !important; }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_separator .vc_sep_holder .vc_sep_line {
  border-top: 2px solid #888; }
.page-template-template-generate-document .result-wrapper #cq_review_form .intro p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px; }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_separator {
  margin-bottom: 5px; }
.page-template-template-generate-document .result-wrapper #cq_review_form h3 {
  font-size: 32px;
  margin-bottom: 27px; }
.page-template-template-generate-document .result-wrapper #cq_review_form p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4; }
.page-template-template-generate-document .result-wrapper #cq_review_form .key-findings h4 span {
  margin: 50px 0 20px;
  display: block; }
.page-template-template-generate-document .result-wrapper #cq_review_form .key-findings ul li {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 17px; }
.page-template-template-generate-document .result-wrapper #cq_review_form .buy-report-wrapper .gform_button {
  max-width: 710px;
  margin: 0 auto;
  display: block;
  height: 60px;
  font-size: 26px;
  margin-bottom: 32px; }
.page-template-template-generate-document .result-wrapper #cq_review_form .buy-report h3 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: -22px;
  font-size: 26px; }
  @media (min-width: 768px) {
    .page-template-template-generate-document .result-wrapper #cq_review_form .buy-report h3 {
      font-size: 38px; } }
.page-template-template-generate-document .result-wrapper #cq_review_form .additional-doc-title h3 {
  font-weight: bold;
  margin-bottom: 45px;
  font-size: 26px; }
  @media (min-width: 768px) {
    .page-template-template-generate-document .result-wrapper #cq_review_form .additional-doc-title h3 {
      font-size: 38px; } }
.page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs {
  text-align: center; }
  @media (min-width: 768px) {
    .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs {
      text-align: left; } }
  .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs .wpb_single_image {
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs .wpb_single_image {
        text-align: left; } }
  .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs p {
    font-size: 15px;
    line-height: 1.3; }
  .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs .vc_figure {
    width: 130px;
    display: block;
    margin: 0 auto; }
    .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs .vc_figure > a {
      border: 8px solid #d4d4d4;
      border-radius: 50%;
      transition: all linear 0.2s;
      padding: 16px;
      width: 100%;
      max-width: none;
      height: 130px;
      display: block;
      line-height: 83px; }
      .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs .vc_figure > a:hover {
        border-color: #aaa; }
  .page-template-template-generate-document .result-wrapper #cq_review_form .additional-docs img.vc_single_image-img {
    display: inline-block;
    vertical-align: middle; }
.page-template-template-generate-document .result-wrapper #cq_review_form .vc_btn3.vc_btn3-style-classic {
  background-color: transparent;
  border: 2px solid #888 !important;
  display: block;
  max-width: 690px;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 47px;
  text-transform: uppercase;
  font-size: 24px;
  padding: 9px 25px;
  color: #1b73a5; }
  .page-template-template-generate-document .result-wrapper #cq_review_form .vc_btn3.vc_btn3-style-classic:hover {
    background-color: #888;
    color: #fff; }
.page-template-template-generate-document .form-success {
  text-align: center; }
  .page-template-template-generate-document .form-success .fa {
    color: #8BC34A;
    font-size: 50px;
    margin-bottom: 12px; }
.page-template-template-generate-document #fsForm1805539 input[type="radio"]:before, .page-template-template-generate-document #fsForm1805539 input[type="radio"]:checked:before, .page-template-template-generate-document #fsForm1805539 input[type="checkbox"]:before, .page-template-template-generate-document #fsForm1805539 input[type="checkbox"]:checked:before {
  position: absolute; }
.page-template-template-generate-document #fsForm1805539 .fsSubmitButton {
  margin-top: 30px; }
.page-template-template-generate-document #fsForm1805539 button {
  background: #0083c9 !important;
  transition: all linear 0.2s; }
  .page-template-template-generate-document #fsForm1805539 button:hover {
    background: #006296 !important; }
.page-template-template-generate-document #fsForm1805539 .fsSectionHeader {
  margin: 0;
  padding: 0; }
.page-template-template-generate-document #fsForm1805539 #fsSubmit1805539 {
  margin: 0; }
.page-template-template-generate-document #fsForm1805539 .fsMatrix tr:nth-child(even) {
  background: #f6f6f6; }
.page-template-template-generate-document #fsForm1805539 .fsMatrix .fsMatrixCol2 {
  background: transparent; }

.page-template-template-about .hero .inner {
  font-family: "Raleway", sans-serif;
  height: 45vh; }
  @media (min-width: 768px) {
    .page-template-template-about .hero .inner {
      height: 75vh;
      min-height: 400px; } }
.page-template-template-about .about-section .about-title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin-top: 67px;
  text-transform: uppercase;
  margin-bottom: 60px; }
.page-template-template-about .about-section .text-wrapper {
  display: flex;
  margin-bottom: 70px; }
.page-template-template-about .about-section .thumb img {
  max-width: 535px; }
.page-template-template-about .about-section .about-text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 27px; }
  @media (min-width: 768px) {
    .page-template-template-about .about-section .about-text {
      padding: 0 20px 0 40px; } }
  .page-template-template-about .about-section .about-text b, .page-template-template-about .about-section .about-text strong {
    font-weight: 600; }
  .page-template-template-about .about-section .about-text p {
    margin-bottom: 20px; }
  .page-template-template-about .about-section .about-text a {
    color: #db5154;
    text-decoration: underline; }
    .page-template-template-about .about-section .about-text a:hover {
      text-decoration: none;
      color: #ce2b2e; }
.page-template-template-about .about-questionair {
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  padding: 26px 0; }
  @media (max-width: 767px) {
    .page-template-template-about .about-questionair {
      padding-bottom: 0;
      border: 0; } }
  @media (min-width: 768px) {
    .page-template-template-about .about-questionair {
      display: flex; } }
  .page-template-template-about .about-questionair .question {
    display: flex;
    padding: 0 15px 0 30px;
    border-bottom: 1px solid #f1f1f1;
    flex: 0 0 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-about .about-questionair .question {
        justify-content: center;
        flex: 1 1 0;
        border-left: 1px solid #e6e6e6;
        border-bottom: 0;
        margin-bottom: 0; } }
    .page-template-template-about .about-questionair .question:first-child {
      border-left: 0; }
    .page-template-template-about .about-questionair .question .icon {
      background-image: url(images/question.png);
      background-repeat: no-repeat;
      flex: 0 0 52px;
      height: 52px;
      display: inline-block;
      margin-right: 15px; }
    .page-template-template-about .about-questionair .question h5 {
      font-size: 21px;
      line-height: 28px;
      font-weight: bold; }
.page-template-template-about .moto {
  text-align: center;
  max-width: 900px;
  margin: 45px auto 78px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Raleway", sans-serif; }
.page-template-template-about .about-cta-section {
  background: #545454;
  padding: 78px 20px; }
  .page-template-template-about .about-cta-section .inner {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .page-template-template-about .about-cta-section img {
    margin-bottom: 20px; }
  .page-template-template-about .about-cta-section h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-about .about-cta-section h3 {
        font-size: 45px; } }
  .page-template-template-about .about-cta-section p {
    font-size: 18px;
    line-height: 27px;
    font-family: "Raleway", sans-serif; }
.page-template-template-about .who-we-are {
  padding: 70px 0; }
  .page-template-template-about .who-we-are .inner {
    display: flex; }
  .page-template-template-about .who-we-are .text-section {
    text-align: center;
    padding: 0 70px 0 20px; }
    .page-template-template-about .who-we-are .text-section h4 {
      margin-bottom: 18px;
      font-size: 30px;
      font-weight: bold; }
    .page-template-template-about .who-we-are .text-section .text {
      font-weight: 300;
      font-size: 18px;
      line-height: 25px; }
      .page-template-template-about .who-we-are .text-section .text p {
        margin-bottom: 22px; }
  .page-template-template-about .who-we-are .right .text p {
    line-height: 24px; }
  .page-template-template-about .who-we-are .thumb img {
    max-width: 580px; }
  .page-template-template-about .who-we-are .icon {
    width: 91px;
    height: 91px;
    display: inline-block;
    background: #448cca;
    border-radius: 50%;
    text-align: center;
    line-height: 91px;
    display: inline-block;
    margin-bottom: 20px; }
  .page-template-template-about .who-we-are.second-row {
    background: #ededed; }
    .page-template-template-about .who-we-are.second-row .text-section {
      padding: 0 20px 0 70px; }
.page-template-template-about .lq-do {
  padding: 68px 20px; }
  .page-template-template-about .lq-do .inner {
    display: block; }
    @media (min-width: 768px) {
      .page-template-template-about .lq-do .inner {
        display: flex;
        align-items: center; } }
  .page-template-template-about .lq-do h2 {
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px; }
  .page-template-template-about .lq-do .left {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-about .lq-do .left {
        padding-right: 45px;
        margin-bottom: 0; } }
    .page-template-template-about .lq-do .left .comment {
      font-size: 18px;
      color: #fff;
      background: #114478;
      padding: 30px 28px;
      position: relative;
      margin-top: 35px; }
      .page-template-template-about .lq-do .left .comment:after {
        display: inline-block;
        width: 20px;
        height: 35px;
        background: url(images/comment-arrow.png);
        position: absolute;
        right: -20px;
        top: 50%; }
        @media (min-width: 768px) {
          .page-template-template-about .lq-do .left .comment:after {
            content: ""; } }
  @media (min-width: 1200px) {
    .page-template-template-about .lq-do .right img {
      max-width: 590px; } }
  .page-template-template-about .lq-do .second-list {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .page-template-template-about .lq-do .second-list {
        display: flex; } }
    @media (min-width: 768px) {
      .page-template-template-about .lq-do .second-list .grid {
        flex: 0 0 50%; } }
.page-template-template-about .stats-section {
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .page-template-template-about .stats-section .inner {
    position: relative;
    z-index: 10;
    padding: 95px 20px 72px;
    color: #fff; }
    .page-template-template-about .stats-section .inner h3 {
      font-size: 30px;
      font-weight: 900;
      max-width: 713px;
      margin: 0 auto 40px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .page-template-template-about .stats-section .inner h3 {
          font-size: 45px; } }
  @media (min-width: 768px) {
    .page-template-template-about .stats-section .items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  .page-template-template-about .stats-section .items .item {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .page-template-template-about .stats-section .items .item {
        flex: 0 0 33%; } }
    @media (min-width: 1200px) {
      .page-template-template-about .stats-section .items .item {
        flex: 1 1 0;
        margin-bottom: 0; } }
    .page-template-template-about .stats-section .items .item h6 {
      max-width: 165px;
      margin: 20px auto 0; }
  .page-template-template-about .stats-section .items .stat {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    position: relative; }
    .page-template-template-about .stats-section .items .stat span {
      font-weight: 900;
      font-size: 30px; }
    .page-template-template-about .stats-section .items .stat canvas {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .page-template-template-about .stats-section .items .stat span {
      display: block;
      line-height: 168px;
      text-align: center;
      width: 168px;
      margin: 0 auto; }
.page-template-template-about .connect-section {
  padding: 70px 20px; }
  .page-template-template-about .connect-section h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase; }
  .page-template-template-about .connect-section .subtitle {
    text-align: center;
    font-size: 19px;
    padding: 0;
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .page-template-template-about .connect-section .flex {
      display: flex;
      align-items: flex-start; } }
  .page-template-template-about .connect-section .left {
    flex: 0 0 40%; }
    .page-template-template-about .connect-section .left .address-title {
      font-size: 38px;
      font-weight: 900; }
    .page-template-template-about .connect-section .left .address {
      display: flex;
      align-items: center;
      padding: 10px;
      border: 1px solid #e8e8e8;
      margin: 0 -20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .page-template-template-about .connect-section .left .address {
          border-right: 0;
          border-left: 0;
          margin: 0 0 15px; } }
    .page-template-template-about .connect-section .left .text {
      padding-left: 15px;
      font-size: 19px;
      line-height: 23px; }
      .page-template-template-about .connect-section .left .text h5 {
        font-size: 20px;
        margin-bottom: 7px; }
      .page-template-template-about .connect-section .left .text p {
        margin: 0; }
    .page-template-template-about .connect-section .left .icon {
      display: inline-block;
      background: #448cca;
      flex: 0 0 62px;
      height: 62px;
      line-height: 62px;
      text-align: center;
      border-radius: 50%; }
    .page-template-template-about .connect-section .left .subtitle {
      text-align: left;
      font-size: 18px; }
  @media (min-width: 768px) {
    .page-template-template-about .connect-section .map {
      border: 8px solid #f2f2f2;
      margin-left: 55px; } }

.page-template-template-service .hero .inner {
  height: 60vh; }
  @media (min-width: 768px) {
    .page-template-template-service .hero .inner {
      height: calc(100vh - 98px); } }
.page-template-template-service .service-cta-section {
  margin-top: 0; }
.page-template-template-service .regulatory-section .list .item .text-section h5 {
  color: #000;
  min-height: 84px; }
.page-template-template-service .service-cta-section {
  background: #545454;
  padding: 20px; }
  .page-template-template-service .service-cta-section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1235px; }
    .page-template-template-service .service-cta-section .container .cta-item {
      overflow: hidden; }
      .page-template-template-service .service-cta-section .container .cta-item .fa {
        font-size: 42px;
        color: #fff;
        position: relative;
        top: 7px; }
      .page-template-template-service .service-cta-section .container .cta-item h3 {
        color: #fff;
        text-transform: uppercase;
        padding-top: 15px;
        margin-bottom: 15px; }
        @media (min-width: 1120px) {
          .page-template-template-service .service-cta-section .container .cta-item h3 {
            display: inline-block;
            padding-left: 20px; } }
      .page-template-template-service .service-cta-section .container .cta-item .link-button {
        margin: 0;
        background: #0083c9;
        color: #fff;
        text-transform: uppercase;
        padding: 11px 40px;
        height: 58px;
        font-size: 19px;
        font-weight: 600;
        transition: all linear 0.2s;
        line-height: 38px; }
        @media (min-width: 1120px) {
          .page-template-template-service .service-cta-section .container .cta-item .link-button {
            float: right; } }
.page-template-template-service .help-section {
  padding: 80px 20px; }
  @media (min-width: 768px) {
    .page-template-template-service .help-section .item-list {
      display: flex;
      flex-wrap: wrap;
      flex-flow: wrap;
      justify-content: space-between; } }
  .page-template-template-service .help-section .item-list .text-item {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .page-template-template-service .help-section .item-list .text-item {
        width: 54%;
        display: inline-block;
        padding-right: 3%;
        margin-right: 3%; } }
    .page-template-template-service .help-section .item-list .text-item h2 {
      font-size: 45px;
      line-height: 53px;
      text-align: left;
      text-transform: uppercase; }
    .page-template-template-service .help-section .item-list .text-item p {
      text-align: left;
      font-weight: 400;
      color: #9b9b9b; }
  .page-template-template-service .help-section .item-list .thumb-item {
    z-index: 10;
    position: relative; }
    @media (min-width: 768px) {
      .page-template-template-service .help-section .item-list .thumb-item {
        width: 43%;
        display: inline-block; } }
.page-template-template-service .lqservice-section {
  background: #545454;
  padding: 80px 0 0; }
  @media (min-width: 768px) {
    .page-template-template-service .lqservice-section {
      padding: 80px 0; } }
  .page-template-template-service .lqservice-section .title {
    color: #fff;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 800;
    text-transform: uppercase; }
  .page-template-template-service .lqservice-section .subtitle {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 400; }
  .page-template-template-service .lqservice-section .item-list {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    justify-content: space-between; }
    .page-template-template-service .lqservice-section .item-list .item {
      padding: 45px 27px;
      position: relative;
      z-index: 10;
      text-align: center;
      flex: 0 0 100%; }
      @media (min-width: 768px) {
        .page-template-template-service .lqservice-section .item-list .item {
          flex: 0 0 24%; } }
      .page-template-template-service .lqservice-section .item-list .item .icon {
        width: 115px;
        height: 115px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        line-height: 120px; }
      .page-template-template-service .lqservice-section .item-list .item .text-section h5 {
        color: #fff;
        padding-top: 20px;
        text-transform: uppercase; }
      .page-template-template-service .lqservice-section .item-list .item .text-section p {
        color: #fff; }
      .page-template-template-service .lqservice-section .item-list .item .text-section .service-link {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        text-decoration: underline;
        font-family: 'Raleway', serif;
        font-weight: 700;
        text-transform: uppercase; }
.page-template-template-service .regulatory-section {
  padding: 80px 0; }
  .page-template-template-service .regulatory-section .title {
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 800;
    text-transform: uppercase; }
  .page-template-template-service .regulatory-section .subtitle {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 400; }
  .page-template-template-service .regulatory-section .item-list {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    justify-content: space-between; }
    .page-template-template-service .regulatory-section .item-list .item {
      position: relative;
      z-index: 10; }
      @media (min-width: 768px) {
        .page-template-template-service .regulatory-section .item-list .item {
          width: 32%;
          display: inline-block;
          margin-bottom: 25px; } }
      .page-template-template-service .regulatory-section .item-list .item .thumbs-section {
        height: 175px;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .page-template-template-service .regulatory-section .item-list .item .thumbs-section {
            height: 280px; } }
      .page-template-template-service .regulatory-section .item-list .item .text-section {
        padding: 30px 25px;
        background: #f5f5f5;
        text-align: center; }
        .page-template-template-service .regulatory-section .item-list .item .text-section h5 {
          color: #000;
          min-height: 84px;
          font-size: 22px;
          line-height: 28px;
          font-weight: 600; }
        .page-template-template-service .regulatory-section .item-list .item .text-section p {
          padding: 0; }
        .page-template-template-service .regulatory-section .item-list .item .text-section .link-button {
          font-size: 18px;
          line-height: 30px;
          background: #545454;
          margin-top: 15px;
          color: #fff;
          display: inline-block;
          padding: 8px 25px; }

#hs-colophon {
  border: 0;
  background: #202020;
  border-bottom: 0 !important;
  background-image: none !important; }
  #hs-colophon #hs-bottom-footer {
    border: none; }
  #hs-colophon #hs-top-footer .hs-container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%; }
  @media (max-width: 1000px) {
    #hs-colophon #hs-top-footer .hs-footer {
      padding-right: 20px; } }
  @media (min-width: 1000px) {
    #hs-colophon #hs-top-footer .hs-footer1 {
      width: 25% !important;
      float: left;
      margin: 0; } }
  #hs-colophon #hs-top-footer .hs-footer1 .textwidget {
    color: #fff !important; }
    #hs-colophon #hs-top-footer .hs-footer1 .textwidget img {
      margin-bottom: 20px; }
    #hs-colophon #hs-top-footer .hs-footer1 .textwidget .link-button {
      font-size: 19px;
      line-height: 42px;
      color: #fff;
      background: #114478;
      display: inline-block;
      border-radius: 2px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 20px;
      padding: 0 20px;
      transition: all linear 0.2s; }
  @media (min-width: 1000px) {
    #hs-colophon #hs-top-footer .hs-footer2 {
      padding-left: 5%;
      width: 25% !important;
      float: left;
      margin: 0; } }
  #hs-colophon #hs-top-footer .hs-footer2 .widget .widget-title {
    font-weight: bold;
    color: #fff; }
  #hs-colophon #hs-top-footer .hs-footer2 .widget .menu-top-menu-container .menu li {
    padding-left: 0 !important;
    margin-bottom: 12px !important; }
    #hs-colophon #hs-top-footer .hs-footer2 .widget .menu-top-menu-container .menu li a {
      color: #fff; }
      #hs-colophon #hs-top-footer .hs-footer2 .widget .menu-top-menu-container .menu li a:hover {
        color: #aaa; }
  #hs-colophon #hs-top-footer .hs-footer3 {
    padding-left: 0 !important; }
    @media (min-width: 1000px) {
      #hs-colophon #hs-top-footer .hs-footer3 {
        width: 25% !important;
        float: left;
        margin: 0; } }
    #hs-colophon #hs-top-footer .hs-footer3 .widget .widget-title {
      font-weight: bold;
      color: #fff; }
    #hs-colophon #hs-top-footer .hs-footer3 .widget ul li {
      padding-left: 0 !important; }
      #hs-colophon #hs-top-footer .hs-footer3 .widget ul li a {
        color: #fff !important;
        background: transparent !important;
        padding: 0;
        font-size: 17px;
        line-height: 26px;
        font-family: 'Proxima Nova', Georgia, sans-serif;
        font-weight: 400 !important;
        padding-bottom: 12px;
        text-transform: capitalize !important;
        padding-right: 25px !important; }
        #hs-colophon #hs-top-footer .hs-footer3 .widget ul li a:hover {
          color: #aaa; }
      #hs-colophon #hs-top-footer .hs-footer3 .widget ul li .post-date {
        color: #fff !important; }
  @media (min-width: 1000px) {
    #hs-colophon #hs-top-footer .hs-footer4 {
      margin: 0;
      padding-left: 3%;
      width: 25% !important;
      float: left; } }
  #hs-colophon #hs-top-footer .hs-footer4 .widget .widget-title {
    font-weight: bold;
    color: #fff; }
  #hs-colophon #hs-top-footer .hs-footer4 .widget .menu li:before {
    color: #fff; }
  #hs-colophon #hs-top-footer .hs-footer4 .widget .menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300; }
    #hs-colophon #hs-top-footer .hs-footer4 .widget .menu li a:hover {
      color: #aaa; }
  #hs-colophon #hs-bottom-footer {
    border-top: 0 !important;
    background: #111 !important; }
    #hs-colophon #hs-bottom-footer .hs-container {
      max-width: 1170px;
      margin: 0 auto;
      width: 100%; }
      #hs-colophon #hs-bottom-footer .hs-container .hs-copy-right {
        float: none;
        text-align: center;
        color: #fff; }

.page-id-2364 .entry-content h2 {
  color: #cf2610; }
.page-id-2364 .fsForm {
  margin-top: 0;
  padding: 4px 8px; }
  .page-id-2364 .fsForm .fsRowBody input[type="text"].fsRequired, .page-id-2364 .fsForm .fsRowBody input[type="email"].fsRequired, .page-id-2364 .fsForm .fsRowBody input[type="number"].fsRequired, .page-id-2364 .fsForm .fsRowBody input[type="tel"].fsRequired, .page-id-2364 .fsForm .fsForm select.fsRequired, .page-id-2364 .fsForm .fsForm textarea.fsRequired {
    border-color: #dde0e3 !important; }
  .page-id-2364 .fsForm .fsRowBody input[type="radio"]:before, .page-id-2364 .fsForm .fsRowBody input[type="radio"]:checked:before, .page-id-2364 .fsForm .fsRowBody input[type="checkbox"]:before, .page-id-2364 .fsForm .fsRowBody input[type="checkbox"]:checked:before {
    top: 0;
    position: absolute; }
  .page-id-2364 .fsForm .fsSupporting {
    margin-top: 7px;
    color: #333; }
  .page-id-2364 .fsForm .fsLabel {
    color: #333; }
  .page-id-2364 .fsForm div#fsRow2663424-7 ~ .fsRow {
    display: none; }
.page-id-2364 .fsBody {
  padding-bottom: 0 !important;
  margin-bottom: 7px !important; }
  .page-id-2364 .fsBody h1 {
    color: #ee3b24; }
    @media screen and (max-width: 768px) {
      .page-id-2364 .fsBody h1 {
        padding-top: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .page-id-2364 .fsBody h1 {
        font-size: 24px; } }
    .page-id-2364 .fsBody h1 + p {
      font-size: 13px;
      margin-top: 9px;
      line-height: 1.2; }
  .page-id-2364 .fsBody input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
.page-id-2364 .fsBody, .page-id-2364 .fsForm {
  background-color: #efefef !important;
  padding-top: 1px; }
  .page-id-2364 .fsBody .fsForm input[type="file"]::-webkit-file-upload-button, .page-id-2364 .fsForm .fsForm input[type="file"]::-webkit-file-upload-button {
    background-color: #009ada; }
  .page-id-2364 .fsBody .fsSubmit, .page-id-2364 .fsForm .fsSubmit {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .page-id-2364 .fsBody .fsSubmit, .page-id-2364 .fsForm .fsSubmit {
        margin: 0;
        padding-top: 0; } }
  .page-id-2364 .fsBody .fsSubmitButton, .page-id-2364 .fsForm .fsSubmitButton {
    width: 100%;
    background: #ee3b24 !important;
    height: 52px;
    font-size: 17px !important;
    text-transform: uppercase;
    transition: all linear 0.2s;
    pointer-events: none;
    opacity: 0.3;
    margin-top: 20px; }
    .page-id-2364 .fsBody .fsSubmitButton.active, .page-id-2364 .fsForm .fsSubmitButton.active {
      pointer-events: all;
      opacity: 1; }
      .page-id-2364 .fsBody .fsSubmitButton.active:hover, .page-id-2364 .fsForm .fsSubmitButton.active:hover {
        background: #cf2610 !important; }
.page-id-2364 .content-side {
  padding-top: 19px; }
  @media screen and (min-width: 768px) {
    .page-id-2364 .content-side {
      width: 60%;
      padding-left: 20px;
      padding-top: 0; } }
  @media screen and (min-width: 1200px) {
    .page-id-2364 .content-side {
      width: 52%;
      padding-left: 40px;
      padding-top: 0;
      margin-top: -5px; } }
  .page-id-2364 .content-side h2 {
    color: #cf2610;
    text-transform: uppercase; }
  .page-id-2364 .content-side h3 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    color: #222; }
    @media screen and (min-width: 768px) {
      .page-id-2364 .content-side h3 {
        margin-top: 10px; } }
    @media screen and (min-width: 1000px) {
      .page-id-2364 .content-side h3 {
        margin-top: 20px; } }
  .page-id-2364 .content-side hr {
    background: rgba(0, 0, 0, 0.11); }
  .page-id-2364 .content-side p {
    line-height: 1.4;
    margin-bottom: 29px; }
    @media screen and (min-width: 768px) {
      .page-id-2364 .content-side p {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1000px) {
      .page-id-2364 .content-side p {
        margin-bottom: 20px; } }
  .page-id-2364 .content-side .testimonial {
    margin-top: 20px; }
    @media screen and (min-width: 1000px) {
      .page-id-2364 .content-side .testimonial {
        margin-top: 40px;
        background: #f3f3f3;
        padding: 26px;
        border-radius: 4px; } }
    .page-id-2364 .content-side .testimonial .fa-quote-left {
      font-size: 8px;
      color: #ee3b24; }
      @media screen and (min-width: 768px) {
        .page-id-2364 .content-side .testimonial .fa-quote-left {
          font-size: 8px; } }
    .page-id-2364 .content-side .testimonial p.text {
      color: #cf2610;
      font-size: 15px;
      line-height: 23px;
      margin-bottom: 7px; }
    .page-id-2364 .content-side .testimonial .fa-quote-right {
      font-size: 30px;
      color: #ee3b24;
      float: right; }
    .page-id-2364 .content-side .testimonial p.name {
      color: 010101;
      font-size: 14px;
      margin-bottom: 12px;
      padding-right: 40px; }
      @media screen and (min-width: 768px) {
        .page-id-2364 .content-side .testimonial p.name {
          font-size: 16px;
          padding-right: 0;
          font-weight: bold;
          margin: 0;
          line-height: 1; } }
.page-id-2364 .result-wrapper .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: transparent; }
.page-id-2364 .result-wrapper .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0; }
.page-id-2364 .result-wrapper .vc_tta.vc_general .vc_tta-tab > a {
  padding: 10px 13px; }
.page-id-2364 .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border: 0; }
.page-id-2364 .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.is_loading {
  cursor: progress; }
  .page-id-2364 .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.is_loading > a {
    pointer-events: none;
    opacity: 0.7;
    cursor: progress; }
.page-id-2364 .result-wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border: 1px solid #555 !important;
  border-bottom: 0 !important;
  padding-top: 15px !important;
  transition: none !important; }
.page-id-2364 .result-wrapper .vc_tta-title-text {
  display: block;
  max-width: 130px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.page-id-2364 .result-wrapper .vc_tta-panel-body {
  padding: 0 !important;
  background: transparent !important; }
.page-id-2364 .result-wrapper #cq_review_form h1 {
  margin-top: 18px; }
.page-id-2364 .result-wrapper #cq_review_form p {
  line-height: 1.4; }
.page-id-2364 .result-wrapper #cq_review_form h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  margin-top: 30px;
  color: #222; }
.page-id-2364 .result-wrapper #cq_review_form .vc_message_box h3 {
  margin-top: 14px;
  font-weight: normal; }
.page-id-2364 .result-wrapper #cq_review_form ul li {
  line-height: 1.4; }
@media (max-width: 767px) {
  .page-id-2364 .result-wrapper #cq_review_form {
    padding: 0; } }
@media (min-width: 768px) {
  .page-id-2364 .result-wrapper #cq_review_form {
    margin: 0;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.3);
    padding: 0; } }
.page-id-2364 .result-wrapper #cq_review_form .vc_row {
  margin: 0; }
@media (min-width: 768px) {
  .page-id-2364 .result-wrapper #cq_review_form .vc_column_container {
    padding: 0 15px; } }
@media (max-width: 767px) {
  .page-id-2364 .result-wrapper #cq_review_form .score-row .wpb_single_image {
    text-align: center; } }
.page-id-2364 .result-wrapper #cq_review_form .main-title h1 {
  margin: 0 -15px;
  line-height: 1.2;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 8px 10px;
  line-height: 1.2; }
  @media (min-width: 460px) {
    .page-id-2364 .result-wrapper #cq_review_form .main-title h1 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .page-id-2364 .result-wrapper #cq_review_form .main-title h1 {
      font-size: 31px;
      line-height: 40px;
      margin: 0 -30px; } }
.page-id-2364 .result-wrapper #cq_review_form .gform_button {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  height: 42px;
  text-transform: uppercase;
  line-height: 1;
  transition: all linear 0.2s; }
  .page-id-2364 .result-wrapper #cq_review_form .gform_button:hover {
    background-color: #ca2a15; }
.page-id-2364 .result-wrapper #cq_review_form .vc_icon_element-color-blue .vc_icon_element-icon {
  color: #007bc2 !important; }
.page-id-2364 .result-wrapper #cq_review_form .vc_separator .vc_sep_holder .vc_sep_line {
  border-top: 2px solid #888; }
.page-id-2364 .result-wrapper #cq_review_form .intro p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px; }
.page-id-2364 .result-wrapper #cq_review_form .vc_separator {
  margin-bottom: 5px; }
.page-id-2364 .result-wrapper #cq_review_form h3 {
  font-size: 32px;
  margin-bottom: 27px; }
.page-id-2364 .result-wrapper #cq_review_form p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4; }
.page-id-2364 .result-wrapper #cq_review_form .key-findings h4 span {
  margin: 50px 0 20px;
  display: block; }
.page-id-2364 .result-wrapper #cq_review_form .key-findings ul li {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 17px; }
.page-id-2364 .result-wrapper #cq_review_form .buy-report-wrapper .gform_button {
  max-width: 710px;
  margin: 0 auto;
  display: block;
  height: 60px;
  font-size: 26px;
  margin-bottom: 32px; }
.page-id-2364 .result-wrapper #cq_review_form .buy-report h3 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: -22px;
  font-size: 26px; }
  @media (min-width: 768px) {
    .page-id-2364 .result-wrapper #cq_review_form .buy-report h3 {
      font-size: 38px; } }
.page-id-2364 .result-wrapper #cq_review_form .additional-doc-title h3 {
  font-weight: bold;
  margin-bottom: 45px;
  font-size: 26px; }
  @media (min-width: 768px) {
    .page-id-2364 .result-wrapper #cq_review_form .additional-doc-title h3 {
      font-size: 38px; } }
.page-id-2364 .result-wrapper #cq_review_form .additional-docs {
  text-align: center; }
  @media (min-width: 768px) {
    .page-id-2364 .result-wrapper #cq_review_form .additional-docs {
      text-align: left; } }
  .page-id-2364 .result-wrapper #cq_review_form .additional-docs .wpb_single_image {
    text-align: center; }
    @media (min-width: 768px) {
      .page-id-2364 .result-wrapper #cq_review_form .additional-docs .wpb_single_image {
        text-align: left; } }
  .page-id-2364 .result-wrapper #cq_review_form .additional-docs p {
    font-size: 15px;
    line-height: 1.3; }
  .page-id-2364 .result-wrapper #cq_review_form .additional-docs .vc_figure {
    width: 130px;
    display: block;
    margin: 0 auto; }
    .page-id-2364 .result-wrapper #cq_review_form .additional-docs .vc_figure > a {
      border: 8px solid #d4d4d4;
      border-radius: 50%;
      transition: all linear 0.2s;
      padding: 16px;
      width: 100%;
      max-width: none;
      height: 130px;
      display: block;
      line-height: 83px; }
      .page-id-2364 .result-wrapper #cq_review_form .additional-docs .vc_figure > a:hover {
        border-color: #aaa; }
  .page-id-2364 .result-wrapper #cq_review_form .additional-docs img.vc_single_image-img {
    display: inline-block;
    vertical-align: middle; }
.page-id-2364 .result-wrapper #cq_review_form .vc_btn3.vc_btn3-style-classic {
  background-color: transparent;
  border: 2px solid #888 !important;
  display: block;
  max-width: 690px;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 47px;
  text-transform: uppercase;
  font-size: 24px;
  padding: 9px 25px;
  color: #1b73a5; }
  .page-id-2364 .result-wrapper #cq_review_form .vc_btn3.vc_btn3-style-classic:hover {
    background-color: #888;
    color: #fff; }
.page-id-2364 .form-success {
  text-align: center; }
  .page-id-2364 .form-success .fa {
    color: #8BC34A;
    font-size: 50px;
    margin-bottom: 12px; }
.page-id-2364 #fsForm2823293 input[type="radio"]:before, .page-id-2364 #fsForm2823293 input[type="radio"]:checked:before, .page-id-2364 #fsForm2823293 input[type="checkbox"]:before, .page-id-2364 #fsForm2823293 input[type="checkbox"]:checked:before {
  position: absolute; }
.page-id-2364 #fsForm2823293 .fsSubmitButton {
  margin-top: 0; }
.page-id-2364 #fsForm2823293 button {
  background: #0083c9 !important;
  transition: all linear 0.2s; }
  .page-id-2364 #fsForm2823293 button:hover {
    background: #006296 !important; }
.page-id-2364 #fsForm2823293 .fsSectionHeader {
  margin: 0;
  padding: 0; }
.page-id-2364 #fsForm2823293 #fsSubmit1805539 {
  margin: 0; }
.page-id-2364 #fsForm2823293 .fsMatrix tr:nth-child(even) {
  background: #f6f6f6; }
.page-id-2364 #fsForm2823293 .fsMatrix .fsMatrixCol2 {
  background: transparent; }
.page-id-2364 a[title="Web Form Generator"] {
  display: none; }

/*# sourceMappingURL=app.css.map */
