@charset "UTF-8";
/*!
Theme Name: The Kleaner QT
Theme URI: https://thekleaner.qreativethemes.com/
Author: QreativeThemes
Author URI: https://qreativethemes.com
Description: A WordPress Theme for Industrial Cleaning Companies, by QreativeThemes
Version: 1.2.3
License: ThemeForest License
License URI: https://themeforest.net/licenses/standard
Text Domain: the-kleaner-qt
Tags: custom-background, custom-colors, custom-menu, custom-header, featured-images, sticky-post, theme-options, translation-ready, rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 ------ Variables
02 ------ Normalize
03 ------ Typography
04 ------ Alignments
05 ------ Shortcodes
06 ------ Buttons
07 ------ Forms
08 ------ Layout
09 ------ Header
10 ------ Page Header
11 ------ Breadcrumbs
12 ------ Footer
13 ------ Navigation
14 ------ Slider
15 ------ WPBakery Page Builder default
16 ------ WPBakery Page Builder custom
17 ------ WordPress widgets
18 ------ Blog
19 ------ Comments
20 ------ Pagination
21 ------ Media
22 ------ 404
23 ------ Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 01 - Variables
--------------------------------------------------------------*/
/* Define all the scss variables with colors, fonts etc.. */
/*--------------------------------------------------------------
# 02 - Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    width: 100%;
    position: relative;
}

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

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, a:focus, a:active:focus {
    outline: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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 {
    max-width: 100%;
    height: auto;
    border: 0;
}

img.emoji {
    height: 1em;
    width: 1em;
}

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

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    display: inline-block;
    color: #343434;
    font-family: monospace;
    font-size: 14px;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    background-color: transparent;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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 {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

table thead th {
    padding: 13px 30px;
    color: #fff;
    border-color: transparent;
    background-color: #0095db;
}

table th,
table td {
    padding: 12px 30px;
    border: 1px solid #e2e2e2;
}

table tr td {
    font-weight: 400;
}

table tr td:first-of-type a {
    font-weight: 500;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    overflow-x: hidden;
}

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

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

hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #999;
}

ul,
ol {
    padding: 0 0 0 18px;
    margin: 0 0 25px 0;
}

ul {
    list-style: circle;
}

ol {
    list-style: decimal;
}

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

dl {
    margin-bottom: 25px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 6px 40px;
}

/*--------------------------------------------------------------
# 03 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-size: 15px;
    line-height: 1.75;
    color: #969696;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #343434;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h2.main-title {
    font-size: 36px;
}

@media (min-width: 992px) {
    h2.main-title {
        font-size: 42px;
    }
}

.widget-title,
.widgettitle,
.main-title {
    color: #343434;
}

.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar .main-title,
.custom-sidebar .widget-title,
.custom-sidebar .widgettitle,
.custom-sidebar .main-title {
    font-size: 22px;
    margin-bottom: 18px;
}

a {
    color: #4294e1;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

a:hover {
    color: #4294e1;
    outline: none;
    text-decoration: none;
}

.page-more {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.page-more::before {
    content: "\f30b";
    position: absolute;
    right: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: "FontAwesome";
}

.page-more:hover {
    letter-spacing: 0.5px;
}

.page-more:hover:before {
    right: -3px;
}

.page-more::after {
    top: auto;
    width: 0;
    opacity: 0;
    background: #5a7c9c21;
}

.page-more:hover::after {
    /*opacity: 1;*/
    width: calc(100% + 10px);
}

p {
    margin-bottom: 20px;
}

.primary-color {
    color: #4294e1;
}

.secondary-color {
    color: #315499;
}

.secondary-color:hover, .secondary-color:active {
    color: #284784;
}

.underline-hover {
    position: relative;
}

.underline-hover::before {
    opacity: 0;
    position: absolute;
    content: "";
    bottom: -9px;
    left: 1px;
    right: 1px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: opacity 200ms ease-out, bottom 200ms ease-out;
}

.underline-hover:hover::before {
    opacity: 1;
    bottom: -5px;
}

@media (min-width: 992px) {
    .text-right {
        text-align: left;
    }
}

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

blockquote {
    position: relative;
    margin: 40px 0px;
    padding: 10px 30px 10px 100px;
    border-left: 3px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: border-left-color 100ms ease-in-out;
    transition: border-left-color 100ms ease-in-out;
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    top: calc(50% - 25px);
    left: 34px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.1);
    line-height: 44px;
    text-align: center;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

blockquote:hover {
    border-left-color: rgba(0, 0, 0, 0.12);
}

blockquote:hover::before {
    color: rgba(0, 0, 0, 0.2);
}

blockquote p {
    font-size: 19px;
    font-weight: normal;
    color: #343434;
}

blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    color: #4294e1;
}

address {
    margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 20px;
    white-space: pre-wrap;
    overflow: auto;
    background: #eeeeee;
}

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

.white-text {
    color: #fff;
}

.lead-text {
    line-height: 1.7;
    font-weight: 400;
}

/*--------------------------------------------------------------
# 04 - Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.vc_row.wpb_row.vc_row-fluid {
    background: #fff;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* 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: #eee;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #999;
    display: block;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# 05 - Shortcodes
--------------------------------------------------------------*/
[class^="fa-"] {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-check-circle-o::before {
    content: "\f058";
    font-weight: 500;
}

a.icon .fa {
    font-size: 18px;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 550px) {
    .qt-table-wrap {
        overflow-x: auto;
    }
}

.qt-table {
    width: 100%;
}

.qt-table thead {
    background-color: #4294e1;
}

.qt-table thead td {
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-color: transparent;
}

.qt-table thead td:empty {
    background-color: transparent;
}

.qt-table tbody td {
    padding: 15px 30px;
    border: none;
}

.qt-table tbody td:first-of-type {
    font-weight: 700;
    color: #464646;
}

.qt-table tr:hover {
    background: none;
}

.qt-table tr:nth-child(2n+0), .qt-table tr:nth-child(2n+0):hover {
    background-color: #f9f9f9;
}

/*--------------------------------------------------------------
# 06 - Buttons
--------------------------------------------------------------*/
.btn {
    position: relative;
    padding: 14px 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    border-radius: 1px;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn.btn-primary:hover {
    border-color: transparent;
}

.btn.fullwidth {
    width: 100%;
}

.btn.rounded {
    border-radius: 4px;
}

.btn.round {
    border-radius: 25px;
}

.btn i {
    margin-right: 10px;
}

.btn.icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.btn-theme {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #4294e1;
}

.btn-theme:hover {
    color: #fff;
    background-color: #358ddf;
}

.btn-outline {
    padding: 14px 32px;
    background: transparent;
}

.btn-outline.darker {
    color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-outline.darker:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-outline.lighter {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-outline.lighter:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

body.btn-rounded .btn,
body.btn-rounded input[type="submit"],
body.btn-rounded .project-navigation a {
    border-radius: 4px;
}

body.btn-rounded .widget_mc4wp_form_widget input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.btn-round .btn,
body.btn-round input[type="submit"],
body.btn-round .project-navigation a {
    border-radius: 5px;
}

body .header .cta-buttons .btn.btn-theme.btn {
    border-radius: 4px;
    background-image: linear-gradient(0deg, #1d2f5a 0%, #273f7b 100%);
    border: 0;
}

body .header .cta-buttons .btn.btn-theme.btn:hover {
    background-image: linear-gradient(0deg, #243a73 0%, #62a9e6 100%);
}

body.btn-round .widget_mc4wp_form_widget input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.btn-round .page-box.boxed-layout .page-link {
    border-radius: 25px;
}

body.btn-round .pagination a,
body.btn-round .pagination span {
    border-radius: 30px;
}

body.btn-round .content-area .search-form label,
body.btn-round .widget_search .search-form label,
body.btn-round .contact-wrapper .search-form label {
    width: 93%;
}

body.btn-round .content-area .search-form .search-submit,
body.btn-round .widget_search .search-form .search-submit,
body.btn-round .contact-wrapper .search-form .search-submit {
    border-radius: 32px;
}

body.btn-round .mc4wp-form input[type="email"],
body.btn-round .widget_mc4wp_form_widget input[type="email"] {
    width: 93%;
}

.textwidget p + .btn {
    margin-top: 25px;
}

/*--------------------------------------------------------------
# 07 - Forms
--------------------------------------------------------------*/
/* Forms */
input,
textarea,
select {
    max-width: 100%;
    font-size: 14px;
    outline: none;
    border: none;
    font-weight: 500;
    border-radius: 1px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
    padding: 15px 25px;
    width: 100%;
    background: #f9f9f9;
}

input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

input[type="submit"] {
    width: auto;
    padding: 8px 25px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #58a4ec;
    background: linear-gradient(0deg, #1d2f5a 0%, #273f7b 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px #385498;
    -moz-box-shadow: inset 0px 0px 0px 1px #385498;
    box-shadow: inset 0px 0px 0px 1px #385498;
}

input[type="submit"]:hover {
    background-image: linear-gradient(0deg, #243a73 0%, #62a9e6 100%);
}

::placeholder {
    color: #969696;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #969696;
}

::-ms-input-placeholder {
    color: #969696;
}

.wpcf7 p {
    margin-bottom: 25px;
    font-weight: 500;
    color: #343434;
}

.wpcf7 p + p > .wpcf7-form-control-wrap {
    margin-top: -15px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-select {
    padding: 15px 25px;
    margin-top: 13px;
    width: 100%;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-date:focus, .wpcf7-select:focus {
    border-color: #cecece;
    outline: none;
}

.wpcf7-textarea {
    height: 247px;
    padding-top: 15px;
}

.wpcf7-textarea:active, .wpcf7-textarea:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wpcf7-select {
    height: 56px;
    padding: 0 20px;
    background: #f9f9f9 url("assets/images/select-bg.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-date {
    height: 56px;
    padding-right: 5px;
}

.wpcf7-acceptance {
    position: relative;
}

.wpcf7-acceptance input {
    position: absolute;
    left: 0;
    top: 1px;
}

.wpcf7-acceptance span {
    margin-left: 10px;
}

.wpcf7-radio input[type="radio"] {
    margin-right: 5px;
}

.wpcf7-radio .wpcf7-list-item-label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.wpcf7-radio .wpcf7-list-item-label + input[type="radio"] {
    margin-right: 0;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}

.wpcf7-checkbox {
    display: block;
    margin-top: 28px;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: block;
    margin: 0;
    padding: 14px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
    margin-right: 10px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    color: #fff;
}

.wpcf7 .wpcf7-response-output {
    margin: 20px 0;
    border-color: #d51000;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 .wpcf7-form-control-wrap + .wpcf7-submit {
    margin-top: 25px;
}

.wpcf7 .ajax-loader {
    position: absolute;
    top: 35px;
    right: -10px;
}

.wpcf7 .call-back .wpcf7-text,
.wpcf7 .call-back .wpcf7-textarea,
.wpcf7 .call-back .wpcf7-select {
    padding: 12px 25px;
    margin-top: 18px;
    border-color: rgba(0, 0, 0, 0.05);
}

.wpcf7 .call-back .wpcf7-text:focus, .wpcf7 .call-back .wpcf7-text:active,
.wpcf7 .call-back .wpcf7-textarea:focus,
.wpcf7 .call-back .wpcf7-textarea:active,
.wpcf7 .call-back .wpcf7-select:focus,
.wpcf7 .call-back .wpcf7-select:active {
    border-color: #ccc;
}

.wpcf7 .call-back .wpcf7-select {
    height: 50px;
}

.wpcf7 .call-back .wpcf7-submit {
    width: 100%;
    height: 50px;
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

.vc_row-has-fill .wpcf7-text, .vc_row-has-fill .wpcf7-textarea, .vc_row-has-fill .wpcf7-select,
.vc_col-has-fill .wpcf7-text,
.vc_col-has-fill .wpcf7-textarea,
.vc_col-has-fill .wpcf7-select {
    background-color: #fff;
}

/*--------------------------------------------------------------
# 08 - Layout
--------------------------------------------------------------*/
body.boxed .layout-boxed {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    body.boxed .layout-boxed {
        width: 848px;
    }
}

@media (min-width: 992px) {
    body.boxed .layout-boxed {
        width: 1072px;
    }
}

@media (min-width: 1200px) {
    body.boxed .layout-boxed {
        width: 1280px;
    }
}

body .layout-boxed {
    overflow-x: hidden;
}


.site-main.woocommerce-shop {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .site-main {
        padding-bottom: 0;
    }

    .site-main.woocommerce-shop {
        padding-bottom: 30px;
    }
}

.content-area {
    padding-top: 60px;
}

@media (min-width: 992px) {
    .content-area {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .content-area .sidebar {
        margin-bottom: 70px;
    }
}

body.home.page-template-template-frontpage .content-area {
    padding-top: 0;
}

@media (min-width: 992px) {
    .content-area .container .row > div:first-of-type.order-lg-1 .site-main {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .content-area .container .row > div:first-of-type.order-lg-2 .site-main {
        padding-left: 20px;
    }
}

body.boxed .boxed-layout {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    body.boxed .boxed-layout {
        width: 830px;
    }
}

@media (min-width: 992px) {
    body.boxed .boxed-layout {
        width: 1050px;
    }
}

@media (min-width: 1200px) {
    body.boxed .boxed-layout {
        width: 1250px;
    }
}

body.search .not-found .page-title {
    font-size: 26px;
}

body.search .search-post {
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
}

body.search .search-post:first-of-type {
    padding-top: 0;
}

body.search .search-post:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

body.search .entry-title {
    margin: 0;
    font-size: 20px;
}

body.search .entry-title a {
    color: inherit;
}

.box-shadow {
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
}

.box-shadow-hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.box-shadow-hover:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.featured {
    padding: 30px;
    background-color: #fff;
}

.info-box {
    padding: 30px;
    background: #f5f7fc;
    border-top: 2px solid #59a3ec;
}

.info-box input {
    width: 100%;
    border: transparent;
}

.info-box input[type="submit"] {
    position: relative;
    margin-top: 10px;
    line-height: 1.45;
}

/*--------------------------------------------------------------
# 09 - Header
--------------------------------------------------------------*/
.top-search {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(20, 20, 20, 0.9);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media (min-width: 992px) {
    .top-search.active {
        opacity: 1;
        visibility: visible;
    }

    .top-search .search-form {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .top-search .search-form label {
        width: 80%;
        float: left;
        margin: 0 -1px 0 0;
    }

    .top-search .search-form .search-field {
        width: 100%;
        padding: 0 30px;
        height: 65px;
        color: #999;
        font-weight: 500;
        background: #fff;
    }

    .top-search .search-form .search-field::-webkit-input-placeholder {
        color: #999;
    }

    .top-search .search-form .search-field::-moz-placeholder {
        color: #999;
    }

    .top-search .search-form .search-field:-ms-input-placeholder {
        color: #999;
    }

    .top-search .search-form .search-field:-moz-placeholder {
        color: #999;
    }

    .top-search .search-form .search-field:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset;
    }

    .top-search .search-form .search-submit {
        width: 20%;
        height: 65px;
        font-size: 15px;
    }

    .top-search .search-form .search-submit:hover {
        background: #3489d9;
    }

    .top-search .search-close {
        position: absolute;
        top: 20px;
        right: 40px;
        font-size: 28px;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        cursor: pointer;
        -webkit-transition: color 100ms ease-in-out;
        transition: color 100ms ease-in-out;
    }

    .top-search .search-close i {
        position: relative;
        top: -1px;
    }

    .top-search .search-close:hover {
        color: #fff;
    }
}

body.btn-round .top-search .search-field {
    border-radius: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.btn-round .top-search .search-form .search-submit {
    border-radius: 32px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.admin-bar .top-search {
    top: 32px;
}

.header {
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header-topbar {
    position: relative;
    padding: 11px 0;
    color: #81868d;
    background-color: #464d55;
}

.header-topbar .container {
    position: relative;
}

.header-topbar p,
.header-topbar a,
.header-topbar .title {
    margin: 0;
    font-size: 14px;
}

@media (min-width: 992px) {
    .header-topbar .site-description {
        float: left;
        padding: 2px 0;
    }
}

.header-topbar .search-toggle {
    float: right;
    position: relative;
    top: 0;
    margin-left: 15px;
    padding-left: 5px;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    cursor: pointer;
    line-height: 25px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

@media (min-width: 992px) {
    .header-topbar .search-toggle.active {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .header-topbar .search-toggle + .widget-area-right .widget:last-of-type {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .header-topbar .search-toggle + .widget-area-right .widget:last-of-type::after {
        display: block;
        position: absolute;
        content: "";
        top: 6px;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: rgba(255, 255, 255, 0.15);
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

.header-topbar .widget {
    position: relative;
}

@media (min-width: 768px) {
    .header-topbar .widget {
        padding: 0 6px;
        display: inline-block;
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .header-topbar .widget-area-left {
        width: 60%;
    }

    .header-topbar .widget {
        width: 100%;
        padding: 0 20px;
    }

    .h_contact-info {
        float: right;
    }
}

@media (min-width: 992px) {
    .header-topbar .widget::after {
        position: absolute;
        content: "";
        top: 6px;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: rgba(255, 255, 255, 0.15);
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

.header-topbar .widget:last-of-type::after {
    display: none;
}

@media (min-width: 768px) {
    .header-topbar .widget-area-left {
        float: left;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .header-topbar .widget-area-left .widget:first-of-type {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .header-topbar .widget-area-right {
        float: right;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .header-topbar .widget-area-right .widget:last-of-type {
        padding-right: 0;
    }
}

.header-topbar .widget-contact a {
    display: inline-block;
}

.header-topbar .widget-contact a:hover .title {
    color: inherit;
}

.header-topbar .widget-contact i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    vertical-align: unset;
    font-size: 19px;
    line-height: 0;
}

.header-topbar .widget-contact > div {
    display: inline-block;
}

@media (min-width: 992px) {
    .header-topbar .widget-contact > div {
        float: right;
    }
}

.header-topbar .widget-contact > div .title,
.header-topbar .widget-contact > div > span {
    display: inline-block;
}

.header-topbar .widget-contact span {
    font-size: 14px;
    line-height: initial;
}

.header-topbar .widget-contact .title {
    color: inherit;
    font-weight: 400;
}

.header-topbar .widget-social-icons a .fa {
    font-size: 17px;
}

@media (min-width: 768px) {
    .header-topbar .widget_nav_menu .menu {
        margin: -11px 0;
    }
}

.header-topbar .widget_nav_menu .menu > li {
    position: relative;
    display: inline-block;
}

.header-topbar .widget_nav_menu .menu > li > a {
    display: block;
    padding: 0 9px;
    font-size: 14px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header-topbar .widget_nav_menu .menu > li > a {
        padding: 11px 18px;
    }
}

@media (min-width: 768px) {
    .header-topbar .widget_nav_menu .menu > li::after {
        position: absolute;
        content: "";
        top: 17px;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: rgba(255, 255, 255, 0.15);
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

.header-topbar .widget_nav_menu .menu > li:first-of-type > a {
    padding-left: 0;
}

.header-topbar .widget_nav_menu .menu > li:last-of-type > a {
    padding-right: 0;
}

.header-topbar .widget_nav_menu .menu > li:last-of-type::after {
    display: none;
}

.header-topbar .widget_nav_menu .menu > li:hover > a {
    color: #fff;
}

.header-topbar .widget_nav_menu .menu > li.menu-item-has-children:last-of-type > a {
    padding-right: 0;
}

.header-topbar .widget_nav_menu .menu > li.menu-item-has-children > a {
    padding-right: 12px;
}

@media (min-width: 992px) {
    .header-topbar .widget_nav_menu .menu > li.menu-item-has-children > a {
        padding-right: 22px;
    }
}

.header-topbar .widget_nav_menu .menu > li.menu-item-has-children > a::after {
    position: relative;
    content: "\f107";
    left: 5px;
    padding-right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
    line-height: 0;
}

.header-topbar .widget_nav_menu .menu > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header-topbar .widget_nav_menu .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    min-width: 130px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    text-align: initial;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header-topbar .widget_nav_menu .menu .sub-menu::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(130, 180, 210, 0);
    border-bottom-color: #4294e1;
    border-width: 5px;
    margin-left: -5px;
}

.header-topbar .widget_nav_menu .menu .sub-menu > li > a {
    display: block;
    margin: 0;
    padding: 6px 15px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background: #4294e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: none;
}

.header-topbar .widget_nav_menu .menu .sub-menu > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: none;
}

.header-topbar .widget_nav_menu .menu .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header-topbar .widget_nav_menu .menu .sub-menu > li .sub-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}

.header-topbar .widget_nav_menu .menu .sub-menu > li .sub-menu::after {
    display: none;
}

@media (min-width: 992px) {
    .header .contact-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.header .contact-wrapper .title,
.header .contact-wrapper .widgettitle {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    color: #969696;
}

.header .contact-wrapper .title a,
.header .contact-wrapper .widgettitle a {
    color: #969696;
    text-decoration: none;
}

.header .contact-wrapper p {
    margin: 0;
}

.header .contact-wrapper i {
    font-size: 18px;
}

.header .contact-wrapper .contact-detail {
    display: block;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .header .contact-wrapper .contact-detail {
        display: flex;
        padding: 0;
        margin-left: 20px;
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .header .contact-wrapper .contact-detail {
        margin-left: 28px;
    }
}

@media (min-width: 1200px) {
    .header .contact-wrapper .contact-detail:first-of-type .social::before, .header .contact-wrapper .contact-detail:last-of-type .social::before {
        position: absolute;
        content: "";
        top: 0;
        width: 1px;
        height: 25px;
        background: rgba(0, 0, 0, 0.12);
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

@media (min-width: 1200px) {
    .header .contact-wrapper .contact-detail:first-of-type .social {
        padding-right: 25px;
    }

    .header .contact-wrapper .contact-detail:first-of-type .social::before {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .header .contact-wrapper .contact-detail:last-of-type .social {
        padding-left: 25px;
    }

    .header .contact-wrapper .contact-detail:last-of-type .social::before {
        left: 0;
    }
}

.header .contact-wrapper .widget-contact {
    display: block;
    position: relative;
}

.header .contact-wrapper .widget-contact .title {
    font-weight: 500;
}

.header .contact-wrapper .widget-contact .description {
    display: inline-block;
    color: #969696;
}

@media (min-width: 992px) {
    .header .contact-wrapper .widget-contact .description > span {
        display: block;
    }
}

.header .contact-wrapper .widget-contact i {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    top: 3px;
    color: #b2b2b2;
    vertical-align: top;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.header .contact-wrapper .widget-contact:hover i {
    color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
    .header .contact-wrapper .widget-contact.highlighted {
        display: inline-block;
        padding: 9px 20px;
        border-radius: 25px;
        line-height: unset;
        background-color: #f8f9fb;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .header .contact-wrapper .widget-contact.highlighted:hover {
        border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    .header .contact-wrapper .widget-contact.highlighted.with-subtext {
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .header .contact-wrapper .widget-contact.highlighted i {
        color: #ffa500;
    }
}

.header .contact-wrapper a.widget-contact {
    -webkit-transition: none;
    transition: none;
}

.header .social {
    position: relative;
}

.header .social a {
    display: inline-block;
    padding: 0 3px;
    color: #858585;
}

.header .social a i {
    font-size: 18px;
}

.header-main {
    position: relative;
}

.header-main .container {
    position: relative;
}

.logo img {
    max-width: 180px;
}

@media (min-width: 992px) {
    .header-main .container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.header-main .navbar-header {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-main .navbar-header {
        flex-direction: row;
        padding: 5px 0;
        display: block;
    }
}

@media (min-width: 992px) {
    .header-main .navbar-header {
        justify-content: left;
        flex-grow: 1;
    }
}

.header-main .logo {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .header-main .logo {
        position: absolute;
    }
}

.header-main .logo-title {
    margin-bottom: 0;
    font-size: 22px;
}

.header-main .navbar-toggle {
    position: relative;
    margin: 0;
    cursor: pointer;
    background: transparent;
}

.header-main .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.header-main .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.header-main .navbar-toggle:focus {
    outline: 0;
}

@media (min-width: 992px) {
    .header-main .navbar-toggle {
        display: none;
    }
}

.header-main .mobile-nav {
    display: block;
}

@media (min-width: 992px) {
    .header-main .mobile-nav {
        display: none;
    }
}

.header-main .social a {
    color: #858585;
}

.header-main .social a[class*="twitter"]:hover {
    color: #55acee;
}

.header-main .social a[class*="facebook"]:hover {
    color: #3b5998;
}

.header-main .social a[class*="google"]:hover {
    color: #dd4b39;
}

.header-main .social a[class*="linkedin"]:hover {
    color: #007bb5;
}

.header-main .social a[class*="youtube"]:hover {
    color: #bb0000;
}

.header-main .social a[class*="instagram"]:hover {
    color: #e95950;
}

.header-main .social a[class*="tumblr"]:hover {
    color: #32506d;
}

.header-main .social a[class*="vimeo"]:hover {
    color: #aad450;
}

.header-main .social a[class*="pinterest"]:hover {
    color: #cb2027;
}

.header-main .social a[class*="vimeo"]:hover {
    color: #aad450;
}

.header-main .social a[class*="yelp"]:hover {
    color: #d32323;
}

.header-main .social a[class*="houzz"]:hover {
    color: #7ac142;
}

.header-main .social a[class*="rss"]:hover {
    color: #ff6600;
}

.header-bottom {
    position: relative;
    z-index: 100;
}

@media (min-width: 992px) {
    .header-bottom {
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .header-bottom .container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .header-bottom nav {
        flex-grow: 1;
    }
}

.header .cta-buttons {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .header .cta-buttons {
        display: flex;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .header .cta-buttons {
        padding: 13px 0;
        border-top: none;
    }
}

.header .cta-buttons .btn {
    position: relative;
    display: block;
    padding: 13px 30px;
    width: 100%;
    -webkit-transition: background 100ms ease-in-out, color 100ms ease-in-out;
    transition: background 100ms ease-in-out, color 100ms ease-in-out;
}

@media (min-width: 992px) {
    .header .cta-buttons .btn {
        margin-left: 10px;
        padding: 13px 25px;
    }
}

@media (min-width: 1200px) {
    .header .cta-buttons .btn {
        padding: 13px 35px;
    }
}

@media (min-width: 768px) {
    .header .cta-buttons .btn:not(:only-child) {
        /* width: calc(50% - 5px); */
    }
}

@media (min-width: 992px) {
    .header .cta-buttons .btn:not(:only-child) {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header .cta-buttons .btn:not(:only-child):first-of-type {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .cta-buttons .btn:not(:only-child):last-of-type {
        margin-left: 10px;
    }
}

.header .spacer {
    display: none;
}

@media (min-width: 992px) {
    .header .is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-top: none;
        z-index: 500;
        border-top-color: transparent;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        -webkit-transition: background 200ms ease;
        transition: background 200ms ease;
    }

    .header .is-fixed + .spacer {
        display: block;
    }
}

.header .top-search-mobile {
    margin-top: 20px;
    padding-bottom: 20px;
}

.header .top-search-mobile label {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: #e5e5e5;
}

.header .top-search-mobile .search-form {
    position: relative;
}

.header .top-search-mobile .search-form::before {
    position: absolute;
    content: "\f002";
    top: 14px;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #999;
    z-index: 1;
}

.header .top-search-mobile .search-field {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: none;
    background-color: #fff;
    outline: none;
}

@media (min-width: 992px) {
    .header .top-search-mobile .search-field {
        width: calc(100% - 50px);
    }
}

.header .top-search-mobile .search-submit {
    position: absolute;
    top: 0;
    right: 1px;
    height: 56px;
    padding: 0 24px;
    text-indent: -9999px;
    border: none;
    background: transparent;
    z-index: 5;
    outline: none;
}

@media (min-width: 992px) {
    .header.header_1 .header-main {
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .header.header_1 .header-navigation > li > a {
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .header.header_1 .header-navigation > li:first-of-type > a {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .header.header_1 .header-navigation > li:first-of-type > a::before {
        margin: 0;
        width: calc(100% - 12px);
    }
}

@media (min-width: 992px) {
    .header.header_1 .header-navigation > li:first-of-type .sub-menu {
        left: -20px;
    }
}

@media (min-width: 992px) {
    .header.header_1 .header-navigation > li:first-of-type.menu-item-has-children > a::before {
        width: calc(100% - 22px);
    }
}

@media (min-width: 992px) {
    .header.header_1 .contact-wrapper .widget-contact.with-subtext {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .header.header_1 .contact-wrapper .widget-contact.with-subtext i {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .header.header_1 .contact-wrapper .widget-contact.with-subtext .title {
        padding-left: 28px;
    }
}

@media (min-width: 992px) {
    .header.header_1 .contact-wrapper .widget-contact.with-subtext.highlighted i {
        top: 12px;
    }
}

@media (min-width: 992px) {
    .header.header_1 .contact-wrapper .widget-contact.highlighted {
        margin-top: -10px;
        margin-bottom: -8px;
    }
}

@media (min-width: 992px) {
    .header.header_2 .header-main {
        min-height: 109px;
    }
}

@media (min-width: 992px) {
    .header.header_2 .header-navigation > li > a {
        padding: 39px 6px;
    }
}

@media (min-width: 1200px) {
    .header.header_2 .header-navigation > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header.header_2 .header-navigation > li > a::before {
    top: 0;
}

@media (min-width: 992px) {
    .header.header_2 .cta-buttons {
        margin-left: 20px;
    }
}

.header.header_3 {
    z-index: auto;
    box-shadow: none;
}

@media (min-width: 992px) {
    .header.header_3 .is-fixed {
        width: 940px;
        left: auto;
        right: auto;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .header.header_3 .is-fixed {
        width: 1140px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-main {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-bottom-wrapper {
        position: relative;
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-bottom {
        padding-left: 20px;
        flex-basis: 100%;
        border: none;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-navigation > li::before {
        position: absolute;
        content: "";
        left: -4px;
        top: calc(50% - 9px);
        width: 1px;
        height: 18px;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

@media (min-width: 1200px) {
    .header.header_3 .header-navigation > li::before {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.header.header_3 .header-navigation > li:first-of-type::before {
    display: none;
}

@media (min-width: 992px) {
    .header.header_3 .header-navigation > li > a {
        padding: 0 10px;
        line-height: 79px;
    }
}

@media (min-width: 1200px) {
    .header.header_3 .header-navigation > li > a {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-navigation > li > a::before {
        top: 0;
        margin: 0 10px;
        width: calc(100% - 40px);
    }
}

@media (min-width: 1200px) {
    .header.header_3 .header-navigation > li > a::before {
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .header.header_3 .header-navigation > li > .sub-menu {
        left: -5px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .header-navigation .menu-item-has-children > a::before {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1200px) {
    .header.header_3 .header-navigation .menu-item-has-children > a::before {
        width: calc(100% - 50px);
    }
}

@media (min-width: 992px) {
    .header.header_3 .contact-wrapper .widget-contact i {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .header.header_3 .contact-wrapper .widget-contact .title {
        padding-left: 28px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .contact-wrapper .widget-contact.with-subtext {
        margin-left: 12px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .contact-wrapper .widget-contact.highlighted i {
        top: 12px;
    }
}

@media (min-width: 992px) {
    .header.header_3 .cta-buttons {
        position: absolute;
        right: 0;
        top: 0;
        float: none;
        padding: 0;
    }
}

.header.header_3 .cta-buttons .btn {
    margin-left: 0;
}

@media (min-width: 992px) {
    .header.header_3 .cta-buttons .btn {
        padding: 0 20px;
        line-height: 75px;
        border-radius: 0;
    }
}

@media (min-width: 1200px) {
    .header.header_3 .cta-buttons .btn {
        padding: 0 30px;
    }
}

.header.header_3 .cta-buttons .btn i {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .header.header_3 .cta-buttons .btn i {
        position: relative;
        top: 1px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .header.header_4 {
        position: fixed;
        top: auto;
        left: 0;
        width: 300px;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .header.header_4 .container {
        padding: 0;
    }
}

.header.header_4 .is-fixed {
    position: relative;
    box-shadow: none;
}

@media (min-width: 992px) {
    .header.header_4 .header-main {
        background: transparent;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-main .logo {
        position: relative;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-main .navbar-header {
        padding: 50px 0;
        width: 100%;
        text-align: center;
    }
}

.header.header_4 .header-bottom {
    border-top: none;
}

@media (min-width: 992px) {
    .header.header_4 .header-bottom {
        background: transparent;
    }
}

.header.header_4 .header-bottom .container {
    display: block;
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation {
        position: relative;
        float: none;
        padding: 0;
        margin-bottom: 50px;
        text-align: center;
        background: none;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation > li {
        display: block;
    }
}

@media (max-width: 1199.98px) {
    .header.header_4 .header-navigation > li:first-of-type > a {
        border-top: none;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation > li > a {
        display: block;
        padding: 8px 40px;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation > li > a::before {
        width: 4px;
        margin: 0;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation > li.menu-item-has-children > a::after {
        position: absolute;
        top: calc(50% - 4px);
        right: 20px;
        border-top-color: transparent;
        border-left-color: rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 992px) {
    .header.header_4 .header-navigation > li .sub-menu {
        top: 0;
        left: 100%;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .header.header_4 .contact-wrapper {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .header.header_4 .contact-wrapper .widget-contact.highlighted {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .header.header_4 .contact-detail {
        float: none;
        display: block;
        margin: 15px 0;
    }
}

@media (min-width: 992px) {
    .header.header_4 .contact-detail:first-of-type {
        border: none;
    }

    .header.header_4 .contact-detail:first-of-type .social {
        padding-right: 0;
        border-right: none;
    }
}

.header.header_4 .cta-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
    .header.header_4 .cta-buttons {
        display: block;
        padding: 0 30px;
        border-top: none;
    }
}

@media (min-width: 992px) {
    .header.header_4 .cta-buttons .btn {
        margin: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .header.header_4 .cta-buttons .btn:not(:only-child) {
        float: none;
    }
}

@media (min-width: 992px) {
    .header.header_5 .header-main .logo-default {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header.header_5 .header-main .logo-transparent {
        display: none;
    }
}

@media (min-width: 992px) {
    .header.header_5 .header-main:not(.is-fixed) {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

.header.header_5 .header-main:not(.is-fixed) .header-navigation > .menu-item-has-children > a::after {
    border-top-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .header.header_5 .header-navigation > li > a {
        padding: 35px 6px;
    }
}

@media (min-width: 1200px) {
    .header.header_5 .header-navigation > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header.header_5 .header-navigation > li > a::before {
    top: 0;
}

@media (min-width: 992px) {
    .header.header_5 .header-navigation > li.menu-item-has-children > .sub-menu {
        top: 82%;
    }
}

.header.header_5 .header-navigation .sub-menu .menu-item-has-children > a::after {
    border-top-color: transparent;
    border-left-color: rgba(255, 255, 255, 0.5);
}

.header.header_5 .header-navigation .sub-menu .menu-item-has-children:hover > a::after {
    border-left-color: #fff;
}

@media (min-width: 992px) {
    .header.header_5 .cta-buttons {
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    body.header_3 .site-main .vc_row:first-of-type .theme-slider .carousel-captions {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@media (min-width: 992px) {
    body.header_3.page-heading-hide .breadcrumbs {
        padding-top: 37px;
    }
}

@media (min-width: 992px) {
    body.header_3 .page-heading {
        padding-top: 37px;
    }
}

@media (min-width: 992px) {
    body.header_4 {
        margin-left: 300px;
    }
}

@media (min-width: 992px) {
    body.header_4 .content-area .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    body.header_4 .vc_row-no-padding .wpb_column {
        margin-left: 300px;
        width: calc(100% - 300px);
    }
}

@media (min-width: 992px) {
    body.header_5 .site-main .vc_row:first-of-type .theme-slider .carousel-captions {
        padding: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

body.header_5 .site-main .vc_row:first-of-type .theme-slider .slick-arrow {
    top: calc(50% - 10px);
}

@media (min-width: 992px) {
    body.header_5.home .header + .content-area {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    body.header_5.page-heading-hide .header {
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    body.header_5.page-heading-hide .header-main:not(.is-fixed) {
        position: relative;
    }
}

@media (min-width: 992px) {
    body.header_5.page-heading-hide:not(.home) .header-main:not(.is-fixed) {
        border-bottom-color: rgba(0, 0, 0, 0.08);
    }
}

body.header_5.page-heading-hide:not(.home) .header-main:not(.is-fixed) .header-navigation .menu-item-has-children > a::after {
    border-top-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    body.header_5.page-heading-hide:not(.home) .logo-default {
        display: block;
    }
}

@media (min-width: 992px) {
    body.header_5.page-heading-hide:not(.home) .logo-transparent {
        display: none;
    }
}

body.header_5.sticky-regular-logo.fixed-navigation .header-main.is-fixed .logo-default {
    display: block;
}

body.header_5.sticky-regular-logo.fixed-navigation .header-main.is-fixed .logo-transparent {
    display: none;
}

body.header_5.sticky-transparent-logo.fixed-navigation .header-main.is-fixed .logo-default {
    display: none;
}

body.header_5.sticky-transparent-logo.fixed-navigation .header-main.is-fixed .logo-transparent {
    display: block;
}

@media (min-width: 992px) {
    body.admin-bar .header:not(.header_4) .is-fixed {
        top: 32px;
    }
}

@media (min-width: 768px ) and (max-width: 991.98px) {

}

@media (min-width: 717px ) and (max-width: 991.98px) {
    .header .cta-buttons {
        margin-top: 8px;
        border-top: 0 !important;
    }

    .header .cta-buttons {
        padding-right: 50px !important;
        width: calc(100% - 225px);
        float: right;
    }

    body .header .cta-buttons .btn.btn-theme.btn {
        display: block;
        float: left;
        width: auto;
        margin-right: 10px;
    }

    .header-main .mobile-nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 104px;
    }
}

@media (min-width: 581px ) and (max-width: 991.98px) {
    .header-main .navbar-header {
        float: left;
    }

    .header-main .navbar-toggle {
        position: absolute !important;
        top: 28px;
        right: 25px;
    }
}

@media (max-width: 716px) {
    .contact-wrapper {
        position: relative;
        width: 100%;
        float: left;
    }

    .header-main .navbar-toggle {
        position: absolute !important;
        top: 28px;
        right: 25px;
    }
}

/*--------------------------------------------------------------
# 10 - Page Heading
--------------------------------------------------------------*/
.page-heading {
    position: relative;
    background-color: #000;
}

.page-heading .page-titles-wrap {
    position: relative;
    padding: 60px 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .page-heading .page-titles-wrap {
        padding: 100px 0 90px;
    }
}

.page-heading .page-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(56, 58, 64, 0.95);
}

.page-heading .page-title {
    margin: 0;
    font-size: 40px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
}

@media (min-width: 992px) {
    .page-heading .page-title {
        font-size: 46px;
    }
}

.page-heading .page-title + .page-subtitle {
    margin-top: 8px;
}

.page-heading .page-subtitle {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #a4a9b3;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# 11 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    position: relative;
    margin-top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        font-size: 14px;
    }
}

.breadcrumbs .breadcrumb {
    display: inline-block;
}

.breadcrumbs .breadcrumb a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .breadcrumbs .breadcrumb a {
        margin-right: 15px;
    }

    .breadcrumbs .breadcrumb a::after {
        position: relative;
        margin-left: 15px;
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: rgba(0, 0, 0, 0.2);
    }
}

.breadcrumbs .breadcrumb span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.breadcrumbs .breadcrumb span > a > span {
    color: #a1a1a1;
}

.breadcrumbs .breadcrumb span > span {
    color: #4294e1;
}

.breadcrumbs .breadcrumb > span {
    padding: 15px 0;
}

@media (min-width: 576px) {
    .breadcrumbs .breadcrumb > span {
        padding: 18px 0;
    }
}

.page-heading .breadcrumbs {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-heading .breadcrumb span > a > span {
    color: #7f8386;
}

.page-heading .breadcrumb span > a:hover > span {
    color: #fff;
}

.page-heading .breadcrumb span > span {
    color: #4294e1;
}

@media (min-width: 576px) {
    .page-heading .breadcrumb a::after {
        color: rgba(255, 255, 255, 0.2);
    }
}

/*--------------------------------------------------------------
# 12 - Footer
--------------------------------------------------------------*/
/* Footer */
.footer {
    color: #646b7a;
    background-color: #212630;
}

.footer .widget .widget-title,
.footer .widget .widgettitle,
.footer .widget .main-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Montserrat";
}

.footer .widget .widget-title span,
.footer .widget .widgettitle span,
.footer .widget .main-title span {
    position: relative;
    top: 9px;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.footer .scroll-to-top {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: -40px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media (min-width: 768px) {
    .footer .scroll-to-top.visible {
        opacity: 1;
        bottom: 30px;
        visibility: visible;
    }

    .footer .scroll-to-top.visible:hover {
        background: rgba(0, 0, 0, 0.3);
    }
}

.footer a {
    color: #fff;
}

.footer [class*="fa-"]:not(:first-of-type) {
    margin-left: 2px;
}

.footer .icon:not(:first-of-type) {
    margin-left: 8px;
}

.footer hr {
    margin-top: 1px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer .social a {
    padding: 0 4px;
}

.footer .social a:hover {
    color: #56acee;
}

.footer .icon-box .icon-box-title {
    font-size: 15px;
    color: #fff;
}

.footer .icon-box [class*="ti-"] {
    font-size: 24px;
    top: 7px;
}

.footer-main {
    padding: 60px 0 20px 0;
}

@media (min-width: 992px) {
    .footer-main {
        padding: 90px 0 80px 0;
    }

    .footer-main.footer-columns-2 .footer-column {
        flex: 50%;
    }

    .footer-main.footer-columns-3 .footer-column {
        flex: 33.33333%;
    }

    .footer-main.footer-columns-4 .footer-column {
        flex: 25%;
    }

    .footer-main.footer-columns-5 .footer-column {
        flex: 20%;
    }
}

.footer-main .footer-column {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .footer-main .footer-column {
        float: left;
        margin-bottom: 0;
    }
}

.footer-main .widget {
    margin-bottom: 30px;
}

.footer-main .widget:last-of-type {
    margin-bottom: 0;
}

.footer-main .widget-contact {
    margin-bottom: 25px;
}

.footer-main .widget-contact + .widget-contact {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main .widget-contact i {
    margin-right: 25px;
    color: #4294e1;
}

.footer-main .widget-contact .title {
    color: #fff;
}

.footer-main .widget-social a {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .footer-main .widget_mc4wp_form_widget {
        margin-bottom: 50px;
    }
}

.footer-main p:last-of-type {
    margin-bottom: 0;
}

.footer-bottom {
    padding: 26px 0;
    background-color: #262a2f;
}

@media (max-width: 1199.98px) {
    .footer-bottom .widget {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer-bottom .widget.widget_nav_menu li {
        display: inline-block;
        padding: 0 10px;
    }
}

.footer-bottom .bottom-left {
    text-align: left;
}

@media (max-width: 991.98px) {
    .footer-bottom .bottom-left {
        text-align: center;
    }
}

.footer-bottom .bottom-right {
    text-align: right;
}

@media (max-width: 991.98px) {
    .footer-bottom .bottom-right {
        text-align: center;
    }
}

.footer-bottom p {
    margin: 0;
    color: #61666c;
}

/*--------------------------------------------------------------
# 13 - Navigation
--------------------------------------------------------------*/
.navbar-collapse {
    clear: both;
    padding: 0;
    border-top: none;
}

@media (min-width: 992px) {
    .navbar-collapse {
        clear: none;
        margin-bottom: 0;
    }
}

.navbar-toggle {
    height: 40px;
    margin: 30px 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    background-color: #333;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.navbar-toggle:not(.collapsed) .icon-bar:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    display: none;
}

.navbar-toggle:not(.collapsed) .icon-bar:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
    margin-top: -2px;
}

.header-navigation {
    position: relative;
    padding-left: 0;
    margin: 0;
}

.header-navigation > li {
    display: block;
    position: relative;
    list-style: none;
}

@media (min-width: 992px) {
    .header-navigation {
        position: relative;
        padding-left: 0;
        margin: 0;
        width: 100%;
        display: table;
    }

    .header-navigation > li {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .header-navigation > li:first-of-type > a {
        padding-left: 0;
    }
}

.header-navigation > li > a {
    display: block;
    padding: 13px 30px;
    font-weight: bold;
    font-size: 15px;
    color: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.header-navigation > li > a {
    font-size: 15px;
    color: #6a6a6a !important;
    font-weight: 700;
}

@media (min-width: 992px) {
    .header-navigation > li > a {
        padding: 23px 6px;
        font-size: 17px;
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .header-navigation > li > a {
        padding: 23px 11px;
    }
}

@media (min-width: 992px) {
    .header-navigation > li > a::before {
        position: absolute;
        content: "";
        opacity: 0;
        visibility: hidden;
        top: -1px;
        left: 0;
        margin: 0 12px;
        width: calc(100% - 24px);
        height: 4px;
        background-color: #4294e1;
        -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
        transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    }
}

.header-navigation > li:hover > a::before {
    opacity: 0;
    visibility: visible;
}

.header-navigation > li.current-menu-item > a, .header-navigation > li.current_page_parent > a, .header-navigation > li.current-menu-ancestor > a {
    color: #4294e1;
}

@media (min-width: 992px) {
    .header-navigation > li.current-menu-item > a::before, .header-navigation > li.current_page_parent > a::before, .header-navigation > li.current-menu-ancestor > a::before {
        opacity: 0;
        visibility: visible;
    }
}

.header-navigation .menu-item-has-children {
    position: relative;
}

@media (min-width: 992px) {
    .header-navigation .menu-item-has-children > a::before {
        width: calc(100% - 38px);
    }
}

@media (min-width: 992px) {
    .header-navigation .menu-item-has-children > a::after {
        position: relative;
        content: "";
        display: inline-block;
        top: 50%;
        margin-left: 6px;
        top: 1px;
        border: 4px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: border-top-color 100ms ease-in-out;
        transition: border-top-color 100ms ease-in-out;
    }
}

@media (min-width: 992px) {
    .header-navigation .menu-item-has-children:hover > a::after {
        border-top-color: rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 992px) {
    .header-navigation .menu-item-has-children:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

.header-navigation .sub-menu {
    margin: 0;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .header-navigation .sub-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-navigation .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: -10px;
        padding: 0;
        margin: 0;
        min-width: 280px;
        z-index: 200;
        background-color: #245C97;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out;
        transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out;
    }
}

.header-navigation .sub-menu > li {
    list-style: none;
}

@media (min-width: 992px) {
    .header-navigation .sub-menu > li {
        position: relative;
        display: block;
    }

    .header-navigation .sub-menu > li:hover > a {
        color: #fff;
    }

    .header-navigation .sub-menu > li:hover.menu-item-has-children::after {
        color: rgba(255, 255, 255, 0.65);
    }
}

@media (min-width: 992px) {
    .header-navigation .sub-menu > li:first-of-type > a {
        border-color: transparent;
    }
}

@media (min-width: 992px) {
    .header-navigation .sub-menu > li.current-menu-item > a, .header-navigation .sub-menu > li.current_page_parent > a {
        color: #fff;
    }
}

.header-navigation .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 13px 20px 13px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #464646;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header-navigation .sub-menu > li > a {
        padding: 8px 20px;
        color: #9dbdfd;
    }
}

.header-navigation .sub-menu > li ul.sub-menu {
    margin-top: 0;
    left: 100%;
    top: 0;
}

@media (max-width: 1199.98px) {
    .header-navigation .sub-menu > li ul.sub-menu li > a {
        padding-left: 55px;
    }
}

.header-navigation .sub-menu > li .nav-toggle-mobile-submenu {
    height: 47px;
    line-height: 45px;
    background: transparent;
}

@media (min-width: 992px) {
    .header-navigation .sub-menu .menu-item-has-children > a::after {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        border-left-color: rgba(255, 255, 255, 0.5);
        border-top-color: transparent;
    }
}

@media (min-width: 992px) {
    .header-navigation .sub-menu .menu-item-has-children:hover > a::after {
        border-left-color: #fff;
    }
}

.header-navigation .nav-toggle-dropdown > .nav-toggle-mobile-submenu i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-navigation .nav-toggle-dropdown > .sub-menu {
    display: block;
}

.header-navigation .nav-toggle-mobile-submenu {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
    .header-navigation .nav-toggle-mobile-submenu {
        display: none;
    }
}

.header-navigation .nav-toggle-mobile-submenu i {
    font-weight: bold;
    color: #cecece;
    -webkit-transition: all 200ms ease-out;
    transform: rotate(0deg);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-bottom.is-fixed .header-navigation > li > a::before {
    top: 0;
}

/*--------------------------------------------------------------
# 14 - Slider
--------------------------------------------------------------*/
.theme-carousel {
    margin-bottom: 25px;
    visibility: hidden;
    display: none;
}

.theme-carousel.slick-initialized {
    visibility: visible;
    display: block;
}

.theme-carousel .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-image: linear-gradient(0deg, #203464 0%, #284382 100%);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.testimonials.theme-carousel .slick-arrow {
    top: 118px;
}

.theme-carousel .slick-arrow .fa-angle-left:before {
    content: "\f060";
}

.theme-carousel .slick-arrow .fa-angle-right:before {
    content: "\f061";
}

.theme-carousel .slick-arrow.slick-prev {
    left: -15px;
}

@media (min-width: 992px) {
    .theme-carousel .slick-arrow.slick-prev {
        left: -4px;
    }
}

.theme-carousel .slick-arrow.slick-next {
    right: -15px;
}

@media (min-width: 992px) {
    .theme-carousel .slick-arrow.slick-next {
        right: -4px;
    }
}

@media (min-width: 992px) {
    .theme-carousel.arrows-top-right .slick-arrow {
        top: -70px;
    }

    .theme-carousel.arrows-top-right .slick-arrow.slick-prev {
        left: auto;
        right: 58px;
    }

    .theme-carousel.arrows-top-right .slick-arrow.slick-next {
        right: 0;
    }
}

.theme-carousel.arrows-darker .slick-arrow {
    color: #fff;
}

.theme-carousel.arrows-darker .slick-arrow:hover {
    color: #fff;
    background: #395bad !important;
}

.theme-carousel.arrows-lighter .slick-arrow {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .theme-carousel.arrows-lighter .slick-arrow {
        background: rgba(255, 255, 255, 0.04);
    }
}

.theme-carousel.arrows-lighter .slick-arrow:hover {
    background: #4294e1;
}

.theme-carousel .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
}

.theme-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.theme-carousel .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.3);
}

.theme-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.theme-carousel .slick-dots li button:hover, .theme-carousel .slick-dots li button:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.theme-carousel .slick-dots li button:hover:before, .theme-carousel .slick-dots li button:focus:before {
    opacity: 1;
}

.theme-carousel .slick-slide {
    margin: 15px;
}

.theme-carousel .slick-slide:focus {
    outline: none;
}

.theme-carousel .slick-list {
    margin: 0 -15px;
}

.theme-carousel.slick-vertical .slick-slide {
    border: none;
}

.slider-wrapper {
    position: relative;
    min-width: 0;
    min-height: 0;
}

@media (min-width: 992px) {
    .slider-wrapper {
        overflow: hidden;
    }
}

.theme-slider {
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-slider .slide-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.theme-slider .slick-track,
.theme-slider .slick-list,
.theme-slider .slick-slide {
    position: relative;
    margin: 0;
}

@media (max-width: 767.98px) {
    .theme-slider .slick-track,
    .theme-slider .slick-list,
    .theme-slider .slick-slide {
        height: 250px;
    }
}

.theme-slider .slick-track img,
.theme-slider .slick-list img,
.theme-slider .slick-slide img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .theme-slider .slick-track img,
    .theme-slider .slick-list img,
    .theme-slider .slick-slide img {
        height: 250px;
        object-fit: cover;
    }
}

.theme-slider .slick-slide {
    background-color: #3e4853;
}

.theme-slider .slide-sizing {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.theme-slider.mobile-caption-bottom .carousel-captions {
    padding: 30px 0 85px 0;
}

@media (max-width: 991.98px) {
    .theme-slider.mobile-caption-bottom .carousel-captions {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media (min-width: 576px) {
    .theme-slider.mobile-caption-bottom .carousel-captions {
        padding: 30px 0 40px 0;
    }
}

.theme-slider.theme-carousel .slick-arrow {
    top: auto;
    bottom: 0;
    width: 50%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    border: transparent;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .theme-slider.theme-carousel .slick-arrow {
        width: 50px;
        top: 95px;
        height: 100px;
        top: calc(50% - 33%);
        line-height: 105px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel .slick-arrow {
        top: calc(50% - 50px);
    }
}

.theme-slider.theme-carousel .slick-arrow i {
    font-size: 24px;
}

.theme-slider.theme-carousel .slick-arrow.slick-prev {
    left: 0;
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel .slick-arrow.slick-prev {
        left: 10px;
        opacity: 0;
    }
}

.theme-slider.theme-carousel .slick-arrow.slick-next {
    right: 0;
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel .slick-arrow.slick-next {
        right: 10px;
        opacity: 0;
    }
}

.theme-slider.theme-carousel .slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel .slick-arrow:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel:hover .slick-arrow.slick-prev {
        left: 0;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .theme-slider.theme-carousel:hover .slick-arrow.slick-next {
        right: 0;
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .theme-slider.theme-carousel:not(.mobile-caption-bottom) .slick-arrow {
        bottom: auto;
        top: calc(50% - 25px);
        width: auto;
        height: 50px;
        line-height: 50px;
        background: transparent;
    }
}

@media (max-width: 991.98px) {
    .theme-slider.theme-carousel:not(.mobile-caption-bottom) .slick-arrow.slick-prev {
        left: 15px;
    }
}

@media (max-width: 991.98px) {
    .theme-slider.theme-carousel:not(.mobile-caption-bottom) .slick-arrow.slick-next {
        right: 15px;
    }
}

.theme-slider.theme-carousel .slick-dots {
    position: absolute;
    bottom: 15px;
    text-align: center;
}

.theme-slider.theme-carousel .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.2);
}

.theme-slider.theme-carousel .slick-dots li:hover button, .theme-slider.theme-carousel .slick-dots li.slick-active button {
    background-color: #fff;
}

.theme-slider .carousel-captions {
    position: absolute;
    top: 50%;
    z-index: 250;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.theme-slider .carousel-captions.caption-align-center, .theme-slider .carousel-captions.caption-align-right {
    margin: 0;
}

@media (max-width: 991.98px) {
    .theme-slider .carousel-captions.caption-align-center, .theme-slider .carousel-captions.caption-align-right {
        left: 15px;
        right: 15px;
    }
}

@media (min-width: 992px) {
    .theme-slider .carousel-captions.caption-align-center, .theme-slider .carousel-captions.caption-align-right {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .theme-slider .carousel-captions.caption-align-center, .theme-slider .carousel-captions.caption-align-right {
        width: 1140px;
    }
}

.theme-slider .carousel-captions.caption-align-center {
    text-align: center;
}

.theme-slider .carousel-captions.caption-align-right {
    text-align: right;
}

.theme-slider .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .theme-slider .carousel-captions {
        position: absolute;
        top: 50%;
        width: 500px;
    }
}

.theme-slider .carousel-captions .small-heading {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #f7d32d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.theme-slider .carousel-captions .heading {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
    .theme-slider .carousel-captions .heading {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .theme-slider .carousel-captions .heading {
        margin-bottom: 20px;
        font-size: 46px;
    }
}

.theme-slider .carousel-captions .heading strong {
    font-weight: bold;
}

.theme-slider .carousel-captions p {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 15px;
}

.theme-slider .carousel-captions .btn:not(:only-child) {
    margin: 0 5px;
    min-width: 150px;
}

.theme-slider .carousel-captions .btn:last-of-type {
    margin: 0;
}

.theme-slider.caption-animation .small-heading {
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.theme-slider.caption-animation .heading {
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.theme-slider.caption-animation .content p {
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.theme-slider.caption-animation .btn {
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.theme-slider.caption-animation .slick-active .carousel-captions .small-heading {
    -webkit-animation: fadeInDown 0.5s both 0.4s;
    animation: fadeInDown 0.5s both 0.4s;
}

.theme-slider.caption-animation .slick-active .carousel-captions .heading {
    -webkit-animation: fadeInDown 0.5s both 0.7s;
    animation: fadeInDown 0.5s both 0.7s;
}

.theme-slider.caption-animation .slick-active .carousel-captions .content p {
    -webkit-animation: fadeInDown 0.5s both 1s;
    animation: fadeInDown 0.5s both 1s;
}

.theme-slider.caption-animation .slick-active .carousel-captions .content + .btn {
    -webkit-animation: fadeInDown 0.5s both 1.3s;
    animation: fadeInDown 0.5s both 1.3s;
}

.theme-slider.caption-animation .slick-active .carousel-captions .btn {
    -webkit-animation: fadeInDown 0.5s both 1s;
    animation: fadeInDown 0.5s both 1s;
}

.theme-slider .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sidebar .theme-carousel .slick-arrow {
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.sidebar .theme-carousel .slick-arrow.slick-prev {
    left: -20px;
}

.sidebar .theme-carousel .slick-arrow.slick-next {
    right: -20px;
}

.sidebar .theme-carousel:hover .slick-arrow {
    opacity: 1;
}

.sidebar .theme-carousel:hover .slick-arrow.slick-prev {
    left: 0;
}

.sidebar .theme-carousel:hover .slick-arrow.slick-next {
    right: 0;
}

@media (min-width: 992px) {
    .boxed-layout .theme-carousel:not(.theme-slider).arrow-default .slick-arrow.slick-prev {
        left: -57px;
    }
}

@media (min-width: 992px) {
    .boxed-layout .theme-carousel:not(.theme-slider).arrow-default .slick-arrow.slick-next {
        right: -57px;
    }
}

body.vc_editor .theme-carousel {
    display: block;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
# 15 - WPBakery Page Builder default
--------------------------------------------------------------*/
body {
    /* Visual Composer front editor */
}

@media (max-width: 991.98px) {
    body.wpb-js-composer .wpb_row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 991.98px) {
    body.wpb-js-composer .vc_row > .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }
}

body.wpb-js-composer .vc_column_container > .vc_column-inner {
    position: relative;
}

body.wpb-js-composer .vc_row.vc_row-fluid.vc_row-o-equal-height.stretch-background .wpb_column.vc_col-has-fill:first-of-type .vc_column-inner {
    margin-left: -100%;
    padding-left: calc(100% + 15px);
}

body.wpb-js-composer .vc_row.vc_row-fluid.vc_row-o-equal-height.stretch-background .wpb_column.vc_col-has-fill:last-of-type .vc_column-inner {
    margin-right: -100%;
    padding-right: calc(100% + 15px);
}

body.wpb-js-composer.vc_editor .vc_row.vc_row-fluid.vc_row-o-equal-height.stretch-background .vc_element:first-of-type .vc_col-has-fill .vc_column-inner {
    margin-left: -100%;
    margin-right: 0;
    padding-left: calc(100% + 15px);
}

body.wpb-js-composer.vc_editor .vc_row.vc_row-fluid.vc_row-o-equal-height.stretch-background .vc_element:last-of-type .vc_col-has-fill .vc_column-inner {
    margin-right: -100%;
    margin-left: 0;
    padding-right: calc(100% + 15px);
}

body.wpb-js-composer .vc_tta.vc_general {
    font-size: 15px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
    -webkit-transition: background 100ms ease-out;
    transition: background 100ms ease-out;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel {
    margin-top: -1px;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-controls-icon {
    color: rgba(0, 0, 0, 0.1);
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-controls-icon::after, body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-controls-icon::before {
    transition: none !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-panel-heading {
    border-color: #eee;
    -webkit-transition: background 100ms ease-out;
    transition: background 100ms ease-out;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before, body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background 100ms ease-out;
    transition: border-color 100ms ease-out;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::before, body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::after {
    border-color: rgba(0, 0, 0, 0.2);
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 55px !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 25px !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-right: 52px !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 30px !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #315499;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: rgba(255, 255, 255, 0.4);
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #fff;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-color: #eee;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel-title {
    font-weight: 400;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel-title > a {
    padding: 19px 30px;
    font-size: 18px;
    transition: none;
}

body.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel-body {
    padding: 25px 30px 30px 30px;
}

body.wpb-js-composer .vc_toggle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

body.wpb-js-composer .vc_toggle .vc_toggle_title {
    position: relative;
    padding-bottom: 10px;
    padding-left: 50px;
}

body.wpb-js-composer .vc_toggle .vc_toggle_title > h4 {
    font-size: 20px;
}

body.wpb-js-composer .vc_toggle .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 26px;
    height: 26px;
    border: 2px solid #dadada;
}

body.wpb-js-composer .vc_toggle .vc_toggle_icon::before, body.wpb-js-composer .vc_toggle .vc_toggle_icon::after {
    position: absolute;
    content: "";
    background-color: #dadada;
}

body.wpb-js-composer .vc_toggle .vc_toggle_icon::before {
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
}

body.wpb-js-composer .vc_toggle .vc_toggle_icon::after {
    width: 2px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 1px);
}

body.wpb-js-composer .vc_toggle .vc_toggle_content {
    margin: 5px 0;
}

body.wpb-js-composer .vc_toggle .vc_toggle_content p:last-of-type {
    margin-bottom: 0;
}

body.wpb-js-composer .vc_toggle.vc_toggle_active .vc_toggle_icon {
    border-color: #58a4ec;
}

body.wpb-js-composer .vc_toggle.vc_toggle_active .vc_toggle_icon::before, body.wpb-js-composer .vc_toggle.vc_toggle_active .vc_toggle_icon::after {
    background-color: #58a4ec;
}

body.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-right: 2px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
    float: left;
    list-style: none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
    padding: 14px 30px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    font-weight: 500;
    border: 1px solid #eee;
    color: inherit;
    background-color: transparent;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    color: #464646;
    background: transparent;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active {
    position: relative;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    color: #4294e1;
    font-weight: bold;
    background-color: #253d75;
    border-color: #f9f9f9;
    -webkit-transition: background 100ms ease-out, color 100ms ease-out;
    transition: background 100ms ease-out, color 100ms ease-out;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #253d75;
    border-color: #f9f9f9;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-tabs-position-top .vc_tta-tab > a {
    border-bottom: none;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-tabs-position-bottom .vc_tta-tab > a {
    border-top: none;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body, body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body {
    padding-left: 25px;
    padding-right: 25px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill .vc_tta-tabs-container {
    overflow: hidden;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill .vc_tta-panel-body {
    padding-left: 25px !important;
    /* need to overwrite plugin default */
    padding-right: 25px !important;
    /* need to overwrite plugin default */
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill .vc_tta-tab.vc_active > a {
    background: transparent;
    border-color: #f0f0f0;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-o-no-fill.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: transparent;
    border-color: #f0f0f0;
}

body.wpb-js-composer .vc_figure {
    position: relative;
}

body.wpb-js-composer .vc_figure-caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 4px 10px;
    border-radius: 1px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.4);
}

body .wpb_single_image .fancybox.image,
body .history-image .fancybox.image {
    display: block;
    position: relative;
}

body .wpb_single_image .fancybox.image::before, body .wpb_single_image .fancybox.image::after,
body .history-image .fancybox.image::before,
body .history-image .fancybox.image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body .wpb_single_image .fancybox.image::before,
body .history-image .fancybox.image::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
}

body .wpb_single_image .fancybox.image::after,
body .history-image .fancybox.image::after {
    opacity: 0;
    top: 50%;
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
}

body .wpb_single_image .fancybox.image:hover::before,
body .history-image .fancybox.image:hover::before {
    opacity: 1;
}

body .wpb_single_image .fancybox.image:hover::after,
body .history-image .fancybox.image:hover::after {
    opacity: 1;
}

body.compose-mode .vc_vc_row > .vc_parallax, body.compose-mode .vc_vc_row > [data-vc-full-width=true], body.compose-mode .vc_vc_row_inner, body.compose-mode .vc_vc_section > .vc_parallax, body.compose-mode .vc_vc_section > [data-vc-full-width=true], body.compose-mode .vc_vc_video {
    padding-top: 0;
}

body .vc_empty-placeholder {
    margin: 0;
}

/*--------------------------------------------------------------
# 16 - WPBakery Page Builder custom
--------------------------------------------------------------*/
/* Featured Page */
.page-box {
    position: relative;
    margin-bottom: 30px;
}

.page-box:hover .page-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 992px) {
    .page-box {
        margin-bottom: 0;
    }
}

.page-box .page-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.page-box .page-title a {
    color: inherit;
    text-decoration: none;
}

.page-box .page-title a:hover {
    color: #4294e1;
}

.page-box .page-image {
    position: relative;
    margin-bottom: 25px;
}

.page-box .page-image a {
    display: block;
    overflow: hidden;
}

.page-box .page-image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
}

.page-box .page-content p {
    margin-bottom: 15px;
}

.page-box .page-content p:last-of-type {
    margin-bottom: 0;
}

.page-box .page-link {
    display: inline-block;
    margin-top: 15px;
}

.page-box .page-label {
    position: absolute;
    bottom: -30px;
    right: 30px;
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background-color: #315499;
}

.page-box .page-label .page-label-text {
    display: block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: initial;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.page-box .page-video {
    position: absolute;
    top: 30px;
    right: 38px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-box .page-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-box .page-video:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-box.boxed-layout {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

@media (min-width: 992px) {
    .page-box.boxed-layout {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.page-box.boxed-layout:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .page-box.boxed-layout:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.page-box.boxed-layout:hover .page-image img {
    -webkit-transform: none;
    transform: none;
}

.page-box.boxed-layout .page-image {
    margin: 0;
}

.page-box.boxed-layout .page-content {
    padding: 30px 30px 35px 30px;
    border: 1px solid #eee;
    border-top: none;
}

.page-box.boxed-layout .page-link {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    padding: 10px 40px 10px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 1px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.page-box.boxed-layout .page-link:hover {
    color: #fff;
    background: #3489d9;
    border-color: transparent;
}

.page-box.boxed-layout .page-link:hover::after {
    color: rgba(255, 255, 255, 0.4);
}

.page-box.boxed-layout .page-link::after {
    position: relative;
    top: 1px;
    right: -8px;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: padding-left 100ms ease-in-out, color 100ms ease-in-out;
    transition: padding-left 100ms ease-in-out, color 100ms ease-in-out;
}

.wpb_column:last-of-type > .wpb_wrapper:not(.content-element) .page-box {
    margin-bottom: 0;
}

/* Step with Text */
.step-with-text {
    position: relative;
}

.step-with-text .step-number {
    float: left;
    margin-right: 30px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #4294e1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .step-with-text .step-number {
        float: none;
        margin-right: 0;
    }
}

.step-with-text .step-title {
    margin: 0 0 5px 0;
    font-size: 18px;
}

a.step-with-text {
    color: inherit;
}

/* Project Carousel */
.projects {
    position: relative;
}

.projects .element-item {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.projects .element-item:hover .element-button {
    opacity: 1;
}

.projects .element-item:hover .element-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    image-rendering: -webkit-optimize-contrast;
}

.projects .element-item:hover .element-excerpt {
    opacity: 1;
}

.projects .element-image {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.projects .element-image a {
    display: block;
}

.projects .element-image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 300ms ease;
    -webkit-transition: transform 300ms ease;
}

.projects .element-content .element-terms {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #f7d32d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.projects .element-content a {
    display: block;
}

.projects .element-content i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.projects .element-content i:hover {
    color: #fff;
}

.projects .element-title {
    position: relative;
    display: block;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.projects .element-excerpt {
    display: block;
    opacity: 0;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.projects .element-excerpt p {
    margin: 10px 0 0;
    color: #969696;
}

.projects.layout-1 .element-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.projects.layout-1 .element-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    transition: background 100ms ease-out;
    -webkit-transition: background 100ms ease-out;
}

.projects.layout-1 .element-title {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.projects.layout-1 .element-excerpt p {
    color: #9b9b9b;
}

.projects.layout-2 .element-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects.layout-2 .element-content .element-terms {
    opacity: 0;
    top: -20px;
    -webkit-transition: top 300ms ease, opacity 300ms ease;
    transition: top 300ms ease, opacity 300ms ease;
}

.projects.layout-2 .element-content .element-title {
    opacity: 0;
    bottom: -20px;
    -webkit-transition: bottom 300ms ease, opacity 300ms ease;
    transition: bottom 300ms ease, opacity 300ms ease;
}

.projects.layout-2 .element-center {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.projects.layout-2 .element-item:hover .element-content {
    background: rgba(0, 0, 0, 0.7);
}

.projects.layout-2 .element-item:hover .element-content .element-terms {
    opacity: 1;
    top: 0;
}

.projects.layout-2 .element-item:hover .element-content .element-title {
    opacity: 1;
    bottom: 0;
}

.projects.layout-3 .element-item .element-image, .projects.layout-4 .element-item .element-image {
    margin-bottom: 20px;
}

.projects.layout-3 .element-item .element-image img, .projects.layout-4 .element-item .element-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.projects.layout-3 .element-item:hover .element-image img, .projects.layout-4 .element-item:hover .element-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.projects.layout-3 .element-terms, .projects.layout-4 .element-terms {
    text-shadow: none;
    color: #4294e1;
}

.projects.layout-3 .element-title, .projects.layout-4 .element-title {
    color: #464646;
}

.projects.layout-4 .element-item {
    overflow: visible;
}

.projects.layout-4 .element-item:hover .element-wrap {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects.layout-4 .element-item .element-image {
    margin-bottom: 0;
}

.projects.layout-4 .element-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 200ms;
    transition: all 200ms ease;
}

.projects.layout-4 .element-content {
    display: block;
    padding: 22px 30px 26px;
    background-color: #fff;
}

.projects.theme-grid.grid-padding-0 {
    margin: 0;
}

.projects.theme-grid.grid-padding-0 .element-item {
    padding: 0;
}

.projects.theme-grid.grid-padding-5 {
    margin: -5px;
}

.projects.theme-grid.grid-padding-5 .element-item {
    padding: 5px;
}

.projects.theme-grid.grid-padding-10 {
    margin: -10px;
}

.projects.theme-grid.grid-padding-10 .element-item {
    padding: 10px;
}

.projects.theme-grid.grid-padding-15 {
    margin: -15px;
}

.projects.theme-grid.grid-padding-15 .element-item {
    padding: 15px;
}

.projects.theme-grid.grid-padding-20 {
    margin: -20px;
}

.projects.theme-grid.grid-padding-20 .element-item {
    padding: 20px;
}

.projects.theme-grid.grid-padding-25 {
    margin: -25px;
}

.projects.theme-grid.grid-padding-25 .element-item {
    padding: 25px;
}

.projects.theme-grid.grid-padding-30 {
    margin: -30px;
}

.projects.theme-grid.grid-padding-30 .element-item {
    padding: 30px;
}

.projects.theme-grid.grid-fullwidth {
    margin: 0 -100%;
    /* old browsers fallback */
    margin: 0 calc(50% - 50vw) -1px;
}

.vc_row-has-fill .projects.theme-carousel .element-item .element-wrap {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.project-filter {
    margin-bottom: 40px;
    padding: 0;
}

.project-filter ul {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .project-filter:not(.filter-style-buttons) li::before {
        opacity: 0;
        position: absolute;
        content: "";
        bottom: -5px;
        left: 20px;
        width: calc(100% - 40px);
        height: 0px;
        background-color: #4294e1;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
}

.project-filter:not(.filter-style-buttons) li:hover::before, .project-filter:not(.filter-style-buttons) li.active::before {
    opacity: 1;
    height: 3px;
    bottom: -4px;
}

@media (min-width: 992px) {
    .project-filter:not(.filter-style-buttons) li:first-of-type {
        padding-left: 0;
    }
}

.project-filter:not(.filter-style-buttons) li:first-of-type::before {
    left: 0;
    width: calc(100% - 20px);
}

.project-filter:not(.filter-style-buttons).text-right li:last-of-type {
    padding-right: 0;
}

.project-filter.filter-style-featured {
    padding: 15px 30px;
    background-color: #f5f7fb;
}

@media (min-width: 992px) {
    .project-filter.filter-style-featured {
        padding: 21px 35px;
    }
}

.project-filter.filter-style-buttons li {
    margin-right: 5px;
}

.project-filter.filter-style-buttons li::after {
    display: none;
}

@media (min-width: 992px) {
    .project-filter.filter-style-buttons li {
        padding: 14px 25px;
    }
}

.project-filter.filter-style-buttons li.active {
    background-color: #4294e1;
}

.project-filter.filter-style-buttons.filter-lighter li {
    background-color: rgba(255, 255, 255, 0.1);
}

.project-filter.filter-style-buttons.filter-darker li {
    background-color: rgba(0, 0, 0, 0.1);
}

.project-filter li {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    -webkit-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
}

@media (min-width: 992px) {
    .project-filter li {
        display: inline-block;
        padding: 0px 18px;
    }
}

.project-filter li::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

@media (min-width: 992px) {
    .project-filter li::after {
        bottom: auto;
        top: 6px;
        width: 1px;
        height: 15px;
        transform: skew(-25deg);
        -webkit-transform: skew(-25deg);
    }
}

.project-filter li:last-of-type::after {
    display: none;
}

.project-filter li:hover {
    cursor: pointer;
}

.project-filter.filter-lighter li {
    color: rgba(255, 255, 255, 0.4);
}

.project-filter.filter-lighter li.active, .project-filter.filter-lighter li:hover {
    color: #fff;
}

.project-filter.filter-lighter li::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.project-filter.filter-darker li {
    color: #343434;
}

.project-filter.filter-darker li.active, .project-filter.filter-darker li:hover {
    color: #4294e1;
}

.project-filter.filter-darker li::after {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Theme Header Text */
.custom-heading {
    margin-bottom: 30px;
}

.custom-heading .sub-title {
    display: block;
    margin-bottom: -5px;
    font-size: 15px;
    font-weight: 500;
    color: #4294e1;
}

.custom-heading .main-title {
    margin-bottom: 0;
    text-align: center;
}

.custom-heading .border-wrap {
    display: block;
    position: relative;
    margin-top: 15px;
    width: auto;
    height: 4px;
}

.custom-heading .border-bottom {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #e4e4e4;
}

.custom-heading i {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #dcdcdc;
}

.custom-heading.icon-left i {
    float: left;
    margin-right: 20px;
}

.custom-heading.icon-left .main-title {
    overflow: hidden;
}

.custom-heading.icon-right i {
    margin-left: 15px;
}

.custom-heading.icon-right .main-title {
    overflow: hidden;
}

.custom-heading.icon-top i {
    display: block;
}

.custom-heading:not(.icon-top) i {
    position: relative;
    top: 25px;
    line-height: 0;
}

.custom-heading.text-left .border-bottom {
    left: 0;
}

.custom-heading.text-center .border-bottom {
    margin-left: -15px;
}

.custom-heading.text-right .border-bottom {
    right: 0;
}

/* Icon Box */
.icon-box {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.icon-box.style-1:hover .icon-box-icon {
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-box.style-1 .icon-box-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 26px;
    color: #fff;
    line-height: 67px;
    text-align: center;
    border-radius: 1px;
    background: #2f529b;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.icon-box.style-1.icon-top .icon-box-icon {
    align-items: center;
    justify-content: center;
}

.icon-box.style-1.no-hover-effects .icon-box-icon {
    -webkit-transform: none;
    transform: none;
}

.icon-box.style-2:hover .icon-box-icon {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #09539b;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.icon-box.style-2 .icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    font-size: 24px;
    color: #fff;
    border-radius: 1px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    background: #0093de;
}

.icon-box.style-2.icon-top .icon-box-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.icon-box.style-2.icon-v-center .icon-box-wrapper {
    align-items: inherit;
}

.icon-box.style-2.no-hover-effects .icon-box-icon {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.icon-box.style-3 .icon-box-icon {
    width: auto;
    min-width: 70px;
    font-size: 46px;
}

.icon-box.style-3:hover .icon-box-icon {
    background: transparent;
}

.icon-box.icon-top .icon-box-icon {
    display: flex;
    margin-bottom: 25px;
}

.icon-box.icon-left .icon-box-icon {
    margin-right: 25px;
}

.icon-box.icon-right .icon-box-icon {
    order: 2;
    margin-left: 25px;
}

.icon-box.icon-right .icon-box-content {
    order: 1;
}

.icon-box.icon-float .icon-box-wrapper {
    display: flex;
}

.icon-box.icon-v-center .icon-box-wrapper {
    align-items: center;
}

.icon-box.text-center .icon-box-icon {
    margin-left: auto;
    margin-right: auto;
}

.icon-box.text-right .icon-box-icon {
    margin-left: auto;
}

.icon-box p:last-of-type {
    margin-bottom: 0;
}

.icon-box .page-more {
    position: relative;
    margin-top: 15px;
    font-weight: 700;
}

.icon-box .page-more::before, .icon-box .page-more::after {
    position: absolute;
    bottom: 2px;
    left: -5px;
    width: calc(100% + 10px);
    height: 8px;
    background: #76a2cb21;
    content: "";
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.icon-box .page-more::after {
    top: auto;
    width: 0;
    opacity: 0;
    background: #5a7c9c21;
}

.icon-box .page-more:hover::after {
    opacity: 1;
    width: calc(100% + 10px);
}

.icon-box-wrapper > a:not(.page-more) {
    display: flex;
}

.icon-box-icon {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.icon-box-title {
    font-size: 20px;
    margin-bottom: 12px;
    word-wrap: break-word;
}

.icon-box-title a {
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.icon-box-title a:hover {
    color: #0095db;
}

a.icon-box:hover .icon-box-title {
    color: #0095db;
}

a.icon-box p {
    color: #969696;
}

a.icon-box .icon-box-title {
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.icon-box-wrapped {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.icon-box-wrapped:hover {
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.icon-box-wrapped:hover::before {
    width: calc(100% + 2px);
}

.icon-box-wrapped::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 5px;
    background: #0093de;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.icon-box-wrapped.no-hover-effects {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
}

.icon-box-wrapped.no-hover-effects::before {
    display: none;
}

.vc_row-o-equal-height .wpb_column .vc_column-inner .wpb_wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .vc_row-o-equal-height .wpb_column .vc_column-inner .wpb_wrapper > .icon-box:only-child {
        display: table-cell;
        height: 100%;
        width: 100%;
    }
}

.vc_row-o-equal-height .wpb_column .vc_column-inner .wpb_wrapper > .animate-element {
    display: table;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .vc_row-o-equal-height .wpb_column .vc_column-inner .wpb_wrapper > .animate-element > .icon-box:only-child {
        display: table-cell;
        height: 100%;
        width: 100%;
    }
}

.vc_row-o-equal-height.text-center .wpb_wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}

.content-area .widget-contact:last-of-type,
.footer-main .widget-contact:last-of-type {
    margin-bottom: 0;
}

.content-area .widget-contact i,
.footer-main .widget-contact i {
    float: left;
    font-size: 24px;
}

.content-area .widget-contact a.widget-contact,
.footer-main .widget-contact a.widget-contact {
    display: block;
}

.content-area .widget-contact a,
.content-area .widget-contact a:hover,
.footer-main .widget-contact a,
.footer-main .widget-contact a:hover {
    color: inherit;
}

.content-area .widget-contact div,
.footer-main .widget-contact div {
    overflow: hidden;
}

.content-area .widget-contact .title,
.footer-main .widget-contact .title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.content-area .widget-contact [class*="fa-"],
.content-area .widget-contact [class*="ti-"],
.footer-main .widget-contact [class*="fa-"],
.footer-main .widget-contact [class*="ti-"] {
    position: relative;
    top: 7px;
}

.content-area .widget-contact [class*="fa-"]:not(:first-of-type),
.content-area .widget-contact [class*="ti-"]:not(:first-of-type),
.footer-main .widget-contact [class*="fa-"]:not(:first-of-type),
.footer-main .widget-contact [class*="ti-"]:not(:first-of-type) {
    margin-left: 2px;
}

.content-area .widget.widget-contact {
    padding: 25px 30px;
    border: 1px solid #eee;
}

.content-area .widget-contact .title {
    font-size: 17px;
}

.content-area .widget-contact i {
    font-size: 30px;
    margin-right: 20px;
    color: #4294e1;
}

/* Call to Action Banner */
.call-to-action.cta-button-top .call-to-action-content, .call-to-action.cta-button-bottom .call-to-action-content {
    display: block;
    width: auto;
}

.call-to-action.cta-button-top .call-to-action-text, .call-to-action.cta-button-bottom .call-to-action-text {
    display: block;
}

.call-to-action .call-to-action-content {
    display: table;
    width: 100%;
}

.call-to-action .call-to-action-text {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .call-to-action .call-to-action-text {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .call-to-action .call-to-action-buttons {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
}

/* Latest News */
.latest-news .element-item:hover .element-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    image-rendering: -webkit-optimize-contrast;
}

.latest-news .element-image {
    position: relative;
    overflow: hidden;
}

.latest-news .element-image img {
    width: 100%;
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 200ms ease-in-out;
    -webkit-transition: transform 200ms ease-in-out;
    height: 188px;
}

.latest-news .element-meta {
    position: absolute;
    left: 30px;
    bottom: 25px;
    display: none;
}

.latest-news .element-meta a {
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    margin-right: 2px;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 1px;
    background-color: #4294e1;
}

.latest-news .element-content p {
    margin-bottom: 15px;
}

.latest-news .element-title {
    margin-bottom: 15px;
    color: #515151;
    font-size: 18px;
}

.latest-news .element-title a {
    color: inherit;
    font-size: 16px;
}

.latest-news .element-title a:hover {
    color: #4294e1;
}

.latest-news.layout-1 .element-item:hover .element-wrap {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.latest-news.layout-1 .element-item:hover .element-content {
    border-color: transparent;
}

.latest-news.layout-1 .element-item.has-post-thumbnail .element-content {
    text-align: left;
    border-top: none;
}

.latest-news.layout-1 .element-wrap {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
}

.latest-news.layout-1 .element-content {
    padding: 15px;
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}

.latest-news.layout-2 .entry-date,
.latest-news.layout-2 .entry-category {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.latest-news.layout-2 .entry-date {
    color: #f7d42e;
}

.latest-news.layout-2 .entry-category {
    display: block;
    margin-bottom: -30px;
    opacity: 0;
    visibility: hidden;
    color: #999;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.latest-news.layout-2 .element-image {
    display: block;
    margin-bottom: 0;
}

.latest-news.layout-2 .element-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.latest-news.layout-2 .element-content {
    position: absolute;
    padding: 30px;
    top: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.45) 50%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.latest-news.layout-2 .element-title {
    margin: 0;
    color: #fff;
}

.latest-news.layout-2 .element-item:not(.has-post-thumbnail) .element-content {
    position: relative;
    padding: 0;
    background: transparent;
}

.latest-news.layout-2 .element-item:not(.has-post-thumbnail) .element-title {
    color: #343434;
}

.latest-news.layout-2 .element-item:not(.has-post-thumbnail) .entry-category {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.latest-news.layout-2 .element-item:not(.has-post-thumbnail):hover .entry-category {
    margin: 0;
}

.latest-news.layout-2 .element-item:hover .entry-category {
    margin-bottom: -10px;
    opacity: 1;
    visibility: visible;
}

.latest-news.layout-2 .element-item:hover .element-image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.latest-news-list {
    border-left: 1px solid #eee;
}

.latest-news-list .news-item {
    display: block;
    position: relative;
    margin-left: 30px;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #eee;
}

.latest-news-list .news-item:first-of-type {
    padding-top: 10px;
}

.latest-news-list .news-item:last-of-type {
    padding-bottom: 10px;
    border-bottom: none;
}

.latest-news-list .news-item::before {
    position: absolute;
    content: "";
    left: -31px;
    top: -1px;
    width: 4px;
    height: 0;
    background-color: #0095db;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.latest-news-list .news-item:hover::before {
    height: calc(100% + 1px);
}

.latest-news-list .news-item:hover .element-title {
    color: #0095db;
}

.latest-news-list .element-title {
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.latest-news-list .element-meta span {
    color: #999;
    font-size: 14px;
}

/* Testimonials Carousel */
.testimonials .element-item .rating {
    position: absolute;
    top: -28px;
    left: 0px;
    padding: 10px 15px 0 33px;
    font-size: 16px;
    background: #fff;
}

.testimonials .element-item .rating::after {
    position: absolute;
    content: "";
    top: 0;
    right: -31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 31px;
    border-color: transparent transparent transparent #fff;
}

.testimonials .element-item .rating i {
    color: #eeeeee;
}

.testimonials .element-item .rating-1 i:nth-child(1),
.testimonials .element-item .rating-2 i:nth-child(-n+2),
.testimonials .element-item .rating-3 i:nth-child(-n+3),
.testimonials .element-item .rating-4 i:nth-child(-n+4),
.testimonials .element-item .rating-5 i {
    color: #f7d32d;
}

.testimonials .element-item span.author {
    font-size: 16px;
    line-height: 24px;
    color: #253d75;
}

.testimonials .element-item span.description {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #515151 !important;
    text-transform: uppercase;
    position: relative;
}

.testimonials .element-item span.description img {
    position: absolute;
    top: -25px;
    right: 0;
    max-height: 40px;
}

.testimonials .element-content {
    position: relative;
    padding: 15px 15px 0px;
    margin: 0px 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    min-height: 175px;
}

.testimonials .element-content:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .element-content::after {
    position: absolute;
    content: "";
    left: 25px;
    bottom: -5px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 5px 0 0 rgba(0, 0, 0, 0.03);
}

.testimonials .element-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.testimonials .element-image {
    overflow: hidden;
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
}

.testimonials .element-image img {
    width: 100%;
}

.testimonials .element-image + .element-content {
    margin: 0 0 25px 0;
}

.testimonials.layout-1 .element-item {
    -webkit-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
}

.testimonials.layout-1 .element-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.testimonials.layout-1 .element-item:hover .element-image {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonials.layout-1 .element-item:hover .element-image + .element-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonials.layout-1 .element-image {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.testimonials.layout-1 .element-content::after {
    left: 30px;
}

.testimonials.layout-1 .headline {
    margin-bottom: 15px;
    font-size: 24px;
    color: #253d75;
}

.testimonials.layout-2 .element-item span, .testimonials.layout-3 .element-item span {
    padding-left: 20px;
}

.testimonials.layout-2 .element-item span.author, .testimonials.layout-3 .element-item span.author {
    font-size: 18px;
}

.testimonials.layout-2 .element-image, .testimonials.layout-3 .element-image {
    float: left;
    width: 45px;
    margin-left: 15px;
}

.testimonials.layout-2 .element-image img, .testimonials.layout-3 .element-image img {
    border-radius: 50%;
}

.testimonials.layout-2 .element-info, .testimonials.layout-3 .element-info {
    position: relative;
    top: -4px;
    overflow: hidden;
}

.testimonials.layout-2 .element-content, .testimonials.layout-3 .element-content {
    padding: 35px;
    margin: 0 0 30px 0;
    border-radius: 2px;
    background-color: #fff;
}

.testimonials.layout-2 .element-content p, .testimonials.layout-3 .element-content p {
    margin-bottom: 0;
}

.testimonials.layout-2 .element-content .rating, .testimonials.layout-3 .element-content .rating {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 0;
    background: none;
}

.testimonials.layout-2 .element-content .rating i, .testimonials.layout-3 .element-content .rating i {
    font-size: 16px;
}

.testimonials.layout-2 .element-content .rating::after, .testimonials.layout-3 .element-content .rating::after {
    display: none;
}

.testimonials.layout-2 .element-content::after, .testimonials.layout-3 .element-content::after {
    box-shadow: none;
}

.testimonials.layout-2 .headline, .testimonials.layout-3 .headline {
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonials.layout-3 .element-content {
    padding: 30px;
    box-shadow: none;
    border: 1px solid #eee;
}

.testimonials.layout-3 .element-content::after {
    bottom: -8px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.04);
}

.testimonials.layout-4 .testimonial-name-wrap {
    width: 70px;
    float: left;
    margin-right: 70px;
}

.testimonials.layout-4 .element-wrap {
    display: flex;
    padding-top: 10px;
}

.testimonials.layout-4 .element-wrap:hover .element-content::before {
    opacity: 0.25;
}

.testimonials.layout-4 .element-item .rating {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
}

.testimonials.layout-4 .element-item .rating::after {
    display: none;
}

.testimonials.layout-4 .element-item span {
    padding: 0;
}

.testimonials.layout-4 .element-item span.author {
    display: block;
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.3;
}

.testimonials.layout-4 .element-item span.description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
}

.testimonials.layout-4 .element-content {
    padding: 0;
    margin: 0 30px 0 0;
    box-shadow: none;
    background: none;
    -webkit-transition: none;
    transition: none;
}

.testimonials.layout-4 .element-content p {
    position: relative;
    font-size: 16px;
}

.testimonials.layout-4 .element-content .headline {
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonials.layout-4 .element-content::before {
    content: "“";
    position: absolute;
    top: -50px;
    left: -30px;
    opacity: 0.15;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 190px;
    line-height: 1;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.testimonials.layout-4 .element-content::after {
    display: none;
}

.testimonials.layout-4 .element-image {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}

.testimonials.theme-grid .element-item {
    padding: 22px 15px;
}

/* Logo Carousel */
.theme-carousel.image-carousel {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.home .theme-carousel.image-carousel {
    overflow: visible;
}

.theme-carousel.image-carousel .slick-slide {
    margin-top: 0;
    margin-bottom: 0;
}

.theme-carousel.image-carousel .slick-slide img {
    width: 100%;
}

@media (min-width: 992px) {
    .theme-carousel.image-carousel .slick-slide img {
        width: auto;
    }
}

.theme-carousel.image-carousel .element-item a {
    display: block;
}

.theme-carousel.image-carousel .element-item a[href="#"] {
    cursor: auto;
}

.theme-carousel.image-carousel .element-item a[href="#"]:active {
    pointer-events: none;
}

.theme-carousel.image-carousel .slick-dots {
    text-align: center;
}

.hover-effect img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.hover-effect img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/* Opening Hours */
.opening-hours {
    padding: 25px 30px;
    background-color: #f5f7fb;
}

.opening-hours ul {
    padding-left: 0;
    margin: 0;
}

.opening-hours ul li {
    list-style: none;
}

.opening-hours ul li:first-of-type {
    margin-top: -3px;
    padding-bottom: 8px;
}

.opening-hours ul li + li {
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.opening-hours ul span.right {
    float: right;
    font-weight: 500;
}

.opening-hours.highlight ul span.closed {
    color: #4294e1;
}

.opening-hours .extra {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.opening-hours .extra i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 16px;
}

/* Opening hours footer area */
.footer .opening-hours {
    padding: 0;
    background: none;
}

.footer .opening-hours li:first-of-type {
    padding-bottom: 6px;
}

.footer .opening-hours li + li {
    padding: 6px 0;
    border-color: rgba(255, 255, 255, 0.08);
}

.footer .opening-hours li + li span.right {
    top: 1px;
}

.footer .opening-hours span.right {
    position: relative;
    font-size: 14px;
}

/* Social Media */
.social-media a {
    float: left;
    margin: 0 5px 5px 0;
}

.social-media a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border-radius: 1px;
    background-color: #eee;
    transition: all 100ms ease-out;
}

.social-media a i:hover {
    color: #fff;
}

.social-media a i:hover[class*="facebook"] {
    background-color: #3b5998;
}

.social-media a i:hover[class*="twitter"] {
    background-color: #55acee;
}

.social-media a i:hover[class*="google"] {
    background-color: #dd4b39;
}

.social-media a i:hover[class*="linkedin"] {
    background-color: #007bb5;
}

.social-media a i:hover[class*="youtube"] {
    background-color: #bb0000;
}

.social-media a i:hover[class*="vimeo"] {
    background-color: #aad450;
}

.social-media a i:hover[class*="instagram"] {
    background-color: #e95950;
}

.social-media a i:hover[class*="tumblr"] {
    background-color: #3b5998;
}

.social-media a i:hover[class*="pinterest"] {
    background-color: #cb2027;
}

.social-media a i:hover[class*="flickr"] {
    background-color: #ff0084;
}

.social-media a i:hover[class*="yelp"] {
    background-color: #d32323;
}

.social-media a i:hover[class*="houzz"] {
    background-color: #7ac142;
}

.social-media a:last-of-type i {
    margin-right: 0;
}

.footer .social-media a i {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.12);
}

/* Team */
.team {
    /* Single staff page */
}

.team .element-wrap {
    margin-bottom: 10px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.team .element-wrap:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team .element-wrap:hover .element-image::before {
    opacity: 1;
}

.team .element-wrap:hover .element-image .element-social {
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team .element-image {
    position: relative;
    overflow: hidden;
}

.team .element-image::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

.team .element-image .link-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.team .element-title {
    margin-bottom: 0;
    font-size: 20px;
}

.team .element-title a {
    color: inherit;
}

.team .element-position {
    display: block;
    font-weight: 500;
    line-height: initial;
    color: #4294e1;
}

.team .element-content {
    position: relative;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    min-height: 170px;
}

.team .element-content p {
    margin: 20px 0 5px 0;
}

.team .element-content a.page-more {
    margin-top: 15px;
}

.team .element-content .staff-contact {
    margin-top: 25px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
}

.team .element-content .staff-contact a {
    display: block;
    width: 100%;
    height: 45px;
    font-weight: 500;
    color: #b5b5b5;
    line-height: 46px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.team .element-content .staff-contact a:only-child {
    border-radius: 1px;
}

.team .element-content .staff-contact a:not(:only-child) {
    float: left;
    width: 50%;
}

.team .element-content .staff-contact a:not(:only-child):first-of-type {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-right: none;
}

.team .element-content .staff-contact a:not(:only-child):last-of-type {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.team .element-content .staff-contact a:hover {
    color: #fff;
    border-color: transparent;
    background: #3489d9;
}

.team .element-content .staff-contact i {
    font-size: 22px;
}

.team .element-social {
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 47%;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.team .element-social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    line-height: 43px;
    text-align: center;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.team .element-social a:hover {
    background: #4294e1;
}

.team.single-team .element-item .element-content {
    background: transparent;
}

@media (max-width: 1199.98px) {
    .team.single-team .element-item .element-content {
        border-width: 1px;
        margin-bottom: 30px;
    }
}

.team.single-team .element-item .element-image::before {
    display: none;
}

.team.single-team .element-item .staff-social {
    position: relative;
    margin-top: 20px;
}

.team.single-team .element-item .staff-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: rgba(70, 70, 70, 0.39);
    line-height: 40px;
    text-align: center;
    border-radius: 1px;
    background: #f5f7fb;
}

.team.single-team .element-item .staff-social a:hover {
    color: rgba(70, 70, 70, 0.6);
}

/* Google Maps */
.qt-google-maps .qt-maps-location-window {
    display: none;
}

.qt-google-maps .qt-maps-infowindow {
    font-size: 13px;
}

.qt-google-maps .qt-maps-infowindow p {
    margin-bottom: 5px;
}

.qt-google-maps .qt-maps-infowindow strong {
    color: #343434;
}

.qt-map-iframe iframe {
    vertical-align: bottom;
}

.alert.alert-danger {
    margin: 50px;
    padding: 20px;
    text-align: center;
    background-color: #eee;
}

/* Counters */
.count-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .count-box {
        margin-bottom: 30px;
    }
}

.count-box .count-icon {
    position: relative;
    font-size: 34px;
    height: 50px;
    line-height: 52px;
    color: #4294e1;
}

.count-box .count-icon i {
    display: inline-block;
}

.count-box .count-title {
    display: block;
    font-weight: 500;
}

.count-box .timer,
.count-box .count-before,
.count-box .count-after {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    color: #464646;
    line-height: 25px;
}

.count-box.icon-left .count-icon {
    float: left;
    width: 50px;
}

.count-box.icon-left .count-icon i {
    text-align: center;
}

.count-box.icon-left .count-text {
    margin-left: 70px;
}

.count-box.icon-top .count-icon {
    margin-bottom: 15px;
}

.count-box.icon-right .count-icon {
    float: right;
    width: 50px;
}

.count-box.icon-right .count-icon i {
    text-align: right;
}

.count-box.icon-right .count-text {
    margin-right: 70px;
}

/* Our History */
.our-history {
    position: relative;
}

.our-history .history-item {
    position: relative;
}

.our-history .history-item figure {
    margin-bottom: 25px;
}

.our-history .history-item .history-date,
.our-history .history-item .history-seperator,
.our-history .history-item .history-content {
    display: table-cell;
}

.our-history .history-item .history-date {
    vertical-align: top;
}

.our-history .history-item .history-date .date {
    position: relative;
    left: 0;
    top: 3px;
    color: #315499;
    font-weight: 500;
    font-size: 22px;
    line-height: 15px;
}

@media (min-width: 768px) {
    .our-history .history-item .history-date .date {
        font-size: 27px;
    }
}

.our-history .history-item .history-seperator {
    position: relative;
    width: 45px;
}

@media (min-width: 768px) {
    .our-history .history-item .history-seperator {
        width: 80px;
    }
}

.our-history .history-item .history-seperator::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 20px;
    bottom: 10px;
    width: 1px;
    background-color: #eee;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.our-history .history-item .history-seperator::after {
    position: absolute;
    content: '';
    left: calc(50% + -5px);
    top: 0px;
    width: 11px;
    height: 11px;
    border: 2px solid #eee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color 100ms ease-in-out;
    transition: border-color 100ms ease-in-out;
}

.our-history .history-item .history-content {
    padding: 0 0 25px 10px;
}

.our-history .history-item .history-content h4 {
    margin-bottom: 10px;
    font-size: 24px;
}

.our-history .history-item:hover .history-seperator::before {
    background-color: #cecece;
}

.our-history .history-item:hover .history-seperator::after {
    border-color: #cecece;
}

.our-history .history-item:last-of-type .history-content {
    padding-bottom: 0;
}

/* Accordion */
.panel-group .panel .panel-heading .panel-title {
    position: relative;
    margin-bottom: 0;
}

.panel-group .panel .panel-heading .panel-title a {
    position: relative;
    display: block;
    margin-top: 0;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.panel-group .panel .panel-body ul {
    margin-bottom: 20px;
}

.panel-group .panel .panel-body p:last-of-type {
    margin-bottom: 0;
}

.panel-group.style-2 .panel {
    border-top: 1px solid #eee;
}

.panel-group.style-2 .panel:first-of-type {
    padding-top: 0;
    border-top: none;
}

.panel-group.style-2 .panel:first-of-type .panel-heading .panel-title a {
    padding-top: 0;
}

.panel-group.style-2 .panel:first-of-type .panel-heading .panel-title a::after {
    top: calc(50% - 16px);
}

.panel-group.style-2 .panel .panel-heading .panel-title {
    font-size: 16px;
}

.panel-group.style-2 .panel .panel-heading .panel-title a {
    padding: 18px 2px;
    color: #343434;
}

.panel-group.style-2 .panel .panel-heading .panel-title a::after {
    position: absolute;
    content: "\f067";
    top: calc(50% - 10px);
    right: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.panel-group.style-2 .panel .panel-heading .panel-title a[aria-expanded="true"]::after {
    content: "\f068";
}

.panel-group.style-2 .panel .panel-collapse .panel-body {
    padding: 3px 30px 15px 0;
}

.panel-group.style-1 .panel:first-of-type {
    padding-top: 0;
}

.panel-group.style-1 .panel .panel-heading .panel-title {
    font-size: 16px;
}

.panel-group.style-1 .panel .panel-heading .panel-title a {
    padding: 18px 30px;
    color: #343434;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.panel-group.style-1 .panel .panel-heading .panel-title a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #4294e1;
}

.panel-group.style-1 .panel .panel-heading .panel-title a:hover::after {
    color: #fff;
}

.panel-group.style-1 .panel .panel-heading .panel-title a::after {
    position: absolute;
    content: "\f105";
    top: calc(50% - 10px);
    right: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 100ms ease-out;
}

.panel-group.style-1 .panel .panel-heading .panel-title a[aria-expanded="true"] {
    color: #fff;
    border-color: transparent;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #4294e1;
}

.panel-group.style-1 .panel .panel-heading .panel-title a[aria-expanded="true"]::after {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.panel-group.style-1 .panel .panel-collapse .panel-body {
    padding: 25px 30px;
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 0 1px 1px 1px;
}

.panel-group.gap-0 .panel {
    margin-bottom: -1px;
}

.panel-group.gap-1 .panel {
    padding: 0.5px 0;
}

.panel-group.gap-2 .panel {
    padding: 1px 0;
}

.panel-group.gap-3 .panel {
    padding: 1.5px 0;
}

.panel-group.gap-4 .panel {
    padding: 2px 0;
}

.panel-group.gap-5 .panel {
    padding: 2.5px 0;
}

.panel-group.gap-10 .panel {
    padding: 5px 0;
}

.panel-group.gap-15 .panel {
    padding: 7.5px 0;
}

/* Play video */
.video-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.video-item .video-thumbnail {
    display: block;
}

.video-item .play-video {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    width: 56px;
    height: 56px;
    color: #fff;
    text-align: center;
    z-index: 5;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.video-item .play-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-item .play-video::before, .video-item .play-video::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.video-item .play-video::before {
    z-index: 5;
    background-color: #f7d32d;
    -webkit-transition: background-color 100ms ease-out;
    transition: background-color 100ms ease-out;
}

.video-item .play-video::after {
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
}

.video-item .play-video:hover {
    box-shadow: none;
}

.video-item .play-video:hover::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.video-item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}

.video-item .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.video-item .embed-responsive.embed-responsive-4x3 {
    padding-bottom: 75%;
}

.beer-slider {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.beer-slider *,
.beer-slider *:before,
.beer-slider *:after, .beer-slider:before, .beer-slider:after {
    box-sizing: border-box;
}

.beer-slider img,
.beer-slider svg {
    vertical-align: bottom;
}

.beer-slider > *,
.beer-slider > img {
    max-width: 100%;
    height: auto;
}

.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

.beer-reveal > :first-of-type {
    width: 200%;
    max-width: none;
    height: 100%;
}

.beer-reveal > img:first-of-type {
    height: auto;
}

.beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 300vh;
}

.beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh;
}

.beer-range::-ms-tooltip {
    display: none;
}

.beer-range:focus ~ .beer-handle {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

.beer-handle:before, .beer-handle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    color: #fff;
    border-top: solid 3px;
    border-left: solid 3px;
    transform-origin: 0 0;
}

.beer-handle:before {
    left: 12px;
    transform: rotate(-45deg);
}

.beer-handle:after {
    right: 2px;
    transform: rotate(135deg);
}

.beer-handle:hover {
    background: rgba(255, 255, 255, 0.6);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    opacity: 0;
    content: attr(data-beer-label);
    position: absolute;
    top: calc(50% - 18px);
    line-height: 1;
    font-size: 13px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0.125rem;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    background: rgba(0, 0, 0, 0.2);
}

.beer-slider:hover[data-beer-label]:after,
.beer-slider:hover .beer-reveal[data-beer-label]:after {
    opacity: 1;
}

.beer-slider[data-beer-label]:after {
    right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
    content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
    opacity: 1;
}

/* Pricing Table */
.pricing_table {
    position: relative;
    padding: 40px 35px 50px;
    margin-bottom: 30px;
    outline: 3px solid transparent;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
}

.pricing_table.pricing-featured {
    background-color: #2f529b;
}

.pricing_table.pricing-featured .pricing_table__title,
.pricing_table.pricing-featured .pricing_table__included,
.pricing_table.pricing-featured .pricing_table__excluded {
    color: #fff;
}

.pricing_table.pricing-featured .pricing_table__excluded {
    opacity: 0.3;
}

.pricing_table__header {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pricing_table__price {
    position: relative;
    display: table;
    margin: 0 auto;
    padding-left: 30px;
    font-size: 52px;
    font-weight: 500;
    color: #4294e1;
    line-height: initial;
}

.pricing_table__price span {
    position: absolute;
    top: 0;
    left: 0;
}

.pricing_table__icon {
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 500;
    line-height: 0;
}

.pricing_table__icon i {
    position: relative;
    top: 3px;
    color: rgba(0, 0, 0, 0.12);
}

.pricing_table__label {
    display: inline-block;
    text-align: center;
    margin: 15px 0;
    padding: 5px 30px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #343434;
    background-color: #f8f9fb;
}

.pricing_table__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #343434;
}

.pricing_table__content ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.pricing_table__content ul li {
    position: relative;
    margin-bottom: 8px;
}

.pricing_table__content ul li::before {
    position: relative;
    left: 0;
    top: 0px;
    margin-right: 5px;
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #cdcdcd;
    line-height: initial;
    -webkit-font-smoothing: antialiased;
}

.pricing_table__included {
    font-weight: 500;
}

.pricing_table__included ul li::before {
    color: #4294e1;
    content: "\f00c";
}

.pricing_table__excluded {
    opacity: 0.75;
}

.pricing_table__link {
    margin-top: 35px;
}

/* Shortcode grids */
.theme-grid {
    position: relative;
    margin: -15px;
}

.theme-grid .element-item {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}

@media (min-width: 992px) {
    .theme-grid .element-item {
        width: auto;
    }
}

.theme-grid .element-wrap {
    position: relative;
}

@media (max-width: 767.98px) {
    .theme-grid[data-col-xs="2"] .element-item {
        width: 50%;
    }

    .theme-grid[data-col-xs="2"] .element-item:nth-child(2n+1) {
        clear: left;
    }

    .theme-grid[data-col-xs="3"] .element-item {
        width: 33.33333333%;
    }

    .theme-grid[data-col-xs="3"] .element-item:nth-child(3n+1) {
        clear: left;
    }

    .theme-grid[data-col-xs="4"] .element-item {
        width: 25%;
    }

    .theme-grid[data-col-xs="4"] .element-item:nth-child(4n+1) {
        clear: left;
    }

    .theme-grid[data-col-xs="5"] .element-item {
        width: 20%;
    }

    .theme-grid[data-col-xs="5"] .element-item:nth-child(5n+1) {
        clear: left;
    }

    .theme-grid[data-col-xs="6"] .element-item {
        width: 16.66666666%;
    }

    .theme-grid[data-col-xs="6"] .element-item:nth-child(6n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .theme-grid[data-col-md="2"] .element-item {
        width: 50%;
    }

    .theme-grid[data-col-md="2"] .element-item:nth-child(2n+1) {
        clear: left;
    }

    .theme-grid[data-col-md="3"] .element-item {
        width: 33.33333333%;
    }

    .theme-grid[data-col-md="3"] .element-item:nth-child(3n+1) {
        clear: left;
    }

    .theme-grid[data-col-md="4"] .element-item {
        width: 25%;
    }

    .theme-grid[data-col-md="4"] .element-item:nth-child(4n+1) {
        clear: left;
    }

    .theme-grid[data-col-md="5"] .element-item {
        width: 20%;
    }

    .theme-grid[data-col-md="5"] .element-item:nth-child(5n+1) {
        clear: left;
    }

    .theme-grid[data-col-md="6"] .element-item {
        width: 16.66666666%;
    }

    .theme-grid[data-col-md="6"] .element-item:nth-child(6n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .theme-grid[data-columns="2"] .element-item {
        width: 50%;
    }

    .theme-grid[data-columns="2"] .element-item:nth-child(2n+1) {
        clear: left;
    }

    .theme-grid[data-columns="3"] .element-item {
        width: 33.33333333%;
    }

    .theme-grid[data-columns="3"] .element-item:nth-child(3n+1) {
        clear: left;
    }

    .theme-grid[data-columns="4"] .element-item {
        width: 25%;
    }

    .theme-grid[data-columns="4"] .element-item:nth-child(4n+1) {
        clear: left;
    }

    .theme-grid[data-columns="5"] .element-item {
        width: 20%;
    }

    .theme-grid[data-columns="5"] .element-item:nth-child(5n+1) {
        clear: left;
    }

    .theme-grid[data-columns="6"] .element-item {
        width: 16.66666666%;
    }

    .theme-grid[data-columns="6"] .element-item:nth-child(6n+1) {
        clear: left;
    }

    .theme-grid[data-columns="7"] .element-item {
        width: 14.28571428%;
    }

    .theme-grid[data-columns="7"] .element-item:nth-child(7n+1) {
        clear: left;
    }

    .theme-grid[data-columns="8"] .element-item {
        width: 12.5%;
    }

    .theme-grid[data-columns="8"] .element-item:nth-child(8n+1) {
        clear: left;
    }
}

/* Animate element */
.animate-element.delay-100 {
    animation-delay: 0.1s;
}

.animate-element.delay-200 {
    animation-delay: 0.2s;
}

.animate-element.delay-300 {
    animation-delay: 0.3s;
}

.animate-element.delay-400 {
    animation-delay: 0.4s;
}

.animate-element.delay-500 {
    animation-delay: 0.5s;
}

.animate-element.delay-1000 {
    animation-delay: 1s;
}

.animate-element.delay-1500 {
    animation-delay: 1.5s;
}

.animate-element.delay-2000 {
    animation-delay: 2s;
}

.animate-element.delay-2500 {
    animation-delay: 2.5s;
}

.animate-element.delay-3000 {
    animation-delay: 3s;
}

.animate-element.delay-3500 {
    animation-delay: 3.5s;
}

.animate-element.delay-4000 {
    animation-delay: 4s;
}

.animate-element.delay-4500 {
    animation-delay: 4.5s;
}

.animate-element.delay-5000 {
    animation-delay: 5s;
}

.animate-element.duration-100 {
    animation-duration: 0.1s;
}

.animate-element.duration-200 {
    animation-duration: 0.2s;
}

.animate-element.duration-300 {
    animation-duration: 0.3s;
}

.animate-element.duration-400 {
    animation-duration: 0.4s;
}

.animate-element.duration-500 {
    animation-duration: 0.5s;
}

.animate-element.duration-1000 {
    animation-duration: 1s;
}

.animate-element.duration-1500 {
    animation-duration: 1.5s;
}

.animate-element.duration-2000 {
    animation-duration: 2s;
}

.animate-element.duration-2500 {
    animation-duration: 2.5s;
}

.animate-element.duration-3000 {
    animation-duration: 3s;
}

.animate-element.duration-3500 {
    animation-duration: 3.5s;
}

.animate-element.duration-4000 {
    animation-duration: 4s;
}

.animate-element.duration-4500 {
    animation-duration: 4.5s;
}

.animate-element.duration-5000 {
    animation-duration: 5s;
}

/* MailChimp Widget */
.mc4wp-form .mc4wp-form-fields,
.widget_mc4wp_form_widget .mc4wp-form-fields {
    position: relative;
}

.mc4wp-form .mc4wp-response,
.widget_mc4wp_form_widget .mc4wp-response {
    margin-top: 10px;
}

.mc4wp-form input[type="email"],
.widget_mc4wp_form_widget input[type="email"] {
    width: 100%;
}

.mc4wp-form input[type="submit"],
.widget_mc4wp_form_widget input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
    z-index: 2;
    background: #4294e1;
}

.mc4wp-form input[type="submit"]:hover,
.widget_mc4wp_form_widget input[type="submit"]:hover {
    background-color: #4f9fdb;
}

/* Footer specific mailchimp widget */
.footer .mc4wp-form input,
.footer .mc4wp-form textarea,
.footer .mc4wp-form select {
    padding: 14px 25px;
    background: rgba(0, 0, 0, 0.08);
}

.footer .mc4wp-form input[type="submit"] {
    height: 52px;
    padding: 0 25px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer .mc4wp-form input[type="submit"] {
        padding: 0 20px;
    }
}

.footer .mc4wp-form input::-webkit-input-placeholder,
.footer .mc4wp-form textarea::-webkit-input-placeholder {
    color: #6b7280;
}

/* Booked plugin style */
body table.booked-calendar button {
    padding: 2px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 1px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

body table.booked-calendar button:focus {
    outline: none;
}

body table.booked-calendar th .page-right {
    font-size: 14px;
    top: 25px;
}

body table.booked-calendar th .monthName a {
    top: 0;
}

body table.booked-calendar thead th .monthName {
    font-size: 18px;
}

.content-carousel .slick-dots {
    margin: 10px 0 0 0;
    text-align: center;
}

/* WPML language switcher */
#lang_sel {
    height: auto;
    font-family: inherit;
}

#lang_sel li {
    float: none;
    width: auto;
}

#lang_sel a {
    padding: 0 20px;
    line-height: inherit;
}

#lang_sel a.lang_sel_sel {
    font-size: 14px;
    color: inherit;
    background: transparent;
}

#lang_sel a.lang_sel_sel:hover {
    color: inherit;
}

#lang_sel a:hover {
    background: transparent;
}

#lang_sel img.iclflag {
    top: -1px;
}

#lang_sel ul ul {
    text-align: left;
}

#lang_sel ul ul li a {
    padding: 5px 10px;
}

.menu-item-language img.iclflag {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.header-topbar #lang_sel a.lang_sel_sel {
    padding: 0;
    border: none;
}

.footer #lang_sel a.lang_sel_sel {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom #lang_sel ul ul {
    top: 0;
    height: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

body .booked-form input[type=submit],
body .booked-form button {
    outline: none;
    padding: 4px 20px;
    font-size: 13px;
    border-radius: 1px;
    border-color: transparent;
}

body .booked-form input[type=submit]:hover,
body .booked-form button:hover {
    border-color: transparent;
}

body .booked-modal .bm-window p.booked-title-bar {
    padding: 15px 30px 15px 30px;
    border-radius: 2px 2px 0 0;
}

body .booked-modal .bm-window .booked-scrollable {
    border-radius: 2px;
}

body .booked-modal .bm-window .close {
    top: 15px;
    right: 20px;
    font-size: 13px;
}

body .field label.field-label {
    color: #343434;
}

body .booked-calendar-wrap .booked-appt-list h2 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 20px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot {
    border-top-color: #eee;
}

body .booked-calendar-wrap table.booked-calendar thead th {
    padding: 25px 0 23px 0 !important;
    /* need to overrule default plugin style */
}

body .booked-calendar-wrap table.booked-calendar thead th .page-left,
body .booked-calendar-wrap table.booked-calendar thead th .page-right {
    top: 35px;
    font-size: 15px;
}

body .booked-calendar-wrap table.booked-calendar thead th .page-right {
    right: 20px;
}

body .booked-calendar-wrap table.booked-calendar thead th .page-right:hover {
    right: 20px;
}

body .booked-calendar-wrap table.booked-calendar thead th .page-left {
    left: 20px;
}

body .booked-calendar-wrap table.booked-calendar thead th .page-left:hover {
    left: 20px;
}

body .booked-calendar-wrap table.booked-calendar thead th .monthName {
    font-size: 17px;
}

body .booked-calendar-wrap table.booked-calendar thead th .monthName a {
    top: 0;
    font-size: 12px;
}

body .booked-calendar-wrap table.booked-calendar thead tr.days th {
    padding: 13px 0 12px !important;
    /* need to overrule default plugin style */
    font-size: 12px;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list h2 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 20px;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot {
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-count {
    display: inline-block;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-time {
    height: 65px;
    padding-top: 15px;
}

@media (max-width: 767.98px) {
    body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-time {
        display: block;
        width: 100%;
    }
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people {
    width: 25%;
    padding: 13px 0;
}

@media (max-width: 767.98px) {
    body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people {
        display: block;
        width: 100%;
        padding-top: 0;
    }
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people button {
    height: 40px;
    border-radius: 1px;
    border: none;
    outline: none;
    font-weight: 700;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people button:hover {
    border-width: 0;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people button .spots-available {
    display: none;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .timeslot-people button .button-text {
    display: block;
}

body .booked-calendar-wrap:not(.booked-list-view) .booked-appt-list .timeslot .spots-available {
    padding-bottom: 0;
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people {
        padding-top: 15px;
    }
}

body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button {
    height: 52px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    display: block;
}

body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people:hover button .button-timeslot {
    display: block;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    height: 71px;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people button {
    text-shadow: none;
    border: none;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people {
    padding-top: 15px;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button {
    padding: 0 15px;
    height: 42px;
    font-size: 14px;
    border-radius: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time {
    color: #343434;
}

body .booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time i.booked-icon {
    color: #bbb;
}

body .booked-list-view a.booked_list_date_picker_trigger {
    top: -1px;
    background: #f5f7fb;
    border-color: transparent;
    border-radius: 1px;
}

body .booked-list-view a.booked_list_date_picker_trigger:hover {
    background: #ebeff7;
    border-color: transparent;
}

body .booked-list-view button {
    background: #f5f7fb;
    border-color: transparent;
    font-weight: 700;
    color: #343434;
    outline: none;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

body .booked-list-view button:hover {
    background: #ebeff7;
    border-color: transparent;
}

body .booked-list-view .booked-list-view-nav {
    position: absolute;
    margin: 0;
}

body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev,
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next {
    position: absolute;
    top: 1px;
    margin: 0;
    font-weight: 700;
    outline: none;
}

body .booked-modal .bm-window p.booked-title-bar {
    padding: 15px 30px 15px 30px;
}

body .booked-modal .bm-window .close {
    top: 13px;
    right: 20px;
    font-size: 15px;
}

body .booked-modal .bm-window p.appointment-info {
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #464646;
}

body .booked-form .field {
    margin: 12px 0 5px;
}

body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
}

body .booked-form .field select:focus,
body .booked-form .field input[type=text]:focus,
body .booked-form .field input[type=password]:focus,
body .booked-form .field input[type=tel]:focus,
body .booked-form .field input[type=email]:focus,
body .booked-form .field textarea:focus {
    border-color: #cecece;
}

body .booked-form .field .checkbox-radio-block {
    padding: 0;
}

body .booked-form .cf-block select {
    padding: 0 20px;
    height: 42px;
    outline: 0;
    border-radius: 0;
    background-image: url("assets/images/select-bg.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body .booked-form input[type=submit],
body .booked-form button {
    padding: 8px 28px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

body .booked-form input[type=submit]:hover,
body .booked-form button:hover {
    border: none;
}

/* Booked Appointment Account styles */
body #booked-profile-page .booked-user h3 {
    font-size: 18px !important;
    /* need to overrule default plugin style */
    padding: 0 4px;
}

@media (min-width: 992px) {
    body #booked-profile-page .booked-user h3 {
        padding: 4px 0 0px 20px;
    }
}

@media (max-width: 1199.98px) {
    body #booked-profile-page .booked-user-avatar {
        display: none;
    }
}

@media (min-width: 992px) {
    body #booked-profile-page .booked-profile-header .booked-logout-button {
        position: absolute;
        top: 24px;
        right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    body #booked-profile-page .booked-tabs li a {
        padding: 0 10px;
    }
}

body #booked-profile-page .booked-profile-appt-list .appt-block {
    padding: 15px 0 20px;
}

body #booked-profile-page #booked-page-form input[type=email],
body #booked-profile-page #booked-page-form input[type=text],
body #booked-profile-page #booked-page-form input[type=password],
body #booked-profile-page #booked-page-form textarea {
    padding: 10px 15px;
    border: 1px solid #dbdbdb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

body #booked-profile-page input[type=submit].button-primary {
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

body #booked-profile-page input[type=submit].button-primary:hover {
    border: none;
}

/*--------------------------------------------------------------
# 17 - WordPress widgets
--------------------------------------------------------------*/
.widget.widget_nav_menu ul, .widget.widget_pages ul, .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul {
    margin: 0;
    padding: 0;
}

.widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li {
    list-style: none;
}

.widget.widget_nav_menu ul li a, .widget.widget_pages ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a {
    font-weight: 500;
    word-break: break-word;
}

.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget.widget_archive ul li, .widget.widget.widget_categories ul li, .widget.widget.widget_meta ul li, .widget.widget.widget_pages ul li, .widget.widget.widget_calendar ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.widget.widget_recent_entries ul li::before, .widget.widget_recent_comments ul li::before, .widget.widget.widget_archive ul li::before, .widget.widget.widget_categories ul li::before, .widget.widget.widget_meta ul li::before, .widget.widget.widget_pages ul li::before, .widget.widget.widget_calendar ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.widget.widget_recent_entries ul li:hover::before, .widget.widget_recent_comments ul li:hover::before, .widget.widget.widget_archive ul li:hover::before, .widget.widget.widget_categories ul li:hover::before, .widget.widget.widget_meta ul li:hover::before, .widget.widget.widget_pages ul li:hover::before, .widget.widget.widget_calendar ul li:hover::before {
    color: rgba(0, 0, 0, 0.5);
}

.footer .widget.widget_recent_entries ul li::before, .footer .widget.widget_recent_comments ul li::before, .footer .widget.widget.widget_archive ul li::before, .footer .widget.widget.widget_categories ul li::before, .footer .widget.widget.widget_meta ul li::before, .footer .widget.widget.widget_pages ul li::before, .footer .widget.widget.widget_calendar ul li::before {
    color: rgba(255, 255, 255, 0.3);
}

.footer .widget.widget_recent_entries ul li:hover::before, .footer .widget.widget_recent_comments ul li:hover::before, .footer .widget.widget.widget_archive ul li:hover::before, .footer .widget.widget.widget_categories ul li:hover::before, .footer .widget.widget.widget_meta ul li:hover::before, .footer .widget.widget.widget_pages ul li:hover::before, .footer .widget.widget.widget_calendar ul li:hover::before {
    color: rgba(255, 255, 255, 0.5);
}

.content-area .search-form,
.widget_search .search-form,
.contact-wrapper .search-form {
    position: relative;
}

.content-area .search-form label,
.widget_search .search-form label,
.contact-wrapper .search-form label {
    width: 100%;
}

.content-area .search-form .search-field,
.widget_search .search-form .search-field,
.contact-wrapper .search-form .search-field {
    width: 100%;
    height: 56px;
    padding: 0 25px;
    outline: none;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.content-area .search-form .search-field:active, .content-area .search-form .search-field:focus,
.widget_search .search-form .search-field:active,
.widget_search .search-form .search-field:focus,
.contact-wrapper .search-form .search-field:active,
.contact-wrapper .search-form .search-field:focus {
    border-color: #cecece;
}

.content-area .search-form .search-submit,
.widget_search .search-form .search-submit,
.contact-wrapper .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    padding: 14px 24px;
    border: none;
    outline: none;
}

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

.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar caption {
    padding: 8px 0;
    font-weight: bold;
    text-align: center;
    caption-side: top;
    color: #fff;
    background-color: #dedede;
}

.widget_calendar thead tr th {
    padding: 5px 0;
    color: inherit;
    text-align: center;
    background: transparent;
    border: 1px solid #dedede;
}

.widget_calendar tbody tr td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #dedede;
}

.widget_calendar tbody tr td#today {
    font-weight: bold;
}

.widget_calendar tfoot tr td {
    padding: 5px;
    border-top: 1px solid #dedede;
}

.widget_calendar tfoot #next a {
    float: right;
}

.widget_calendar tfoot #next,
.widget_calendar tfoot #prev {
    font-weight: 500;
}

.widget_tag_cloud a {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 4px;
    color: #a5a5a5;
    text-decoration: none;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.widget_tag_cloud a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #3489d9;
}

.widget_recent_entries li,
.widget_recent_comments li {
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.widget_recent_entries li:last-of-type,
.widget_recent_comments li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 13px;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #eee;
    border-radius: 1px;
    background: #f9f9f9 url(assets/images/select-bg.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.widget_archive select:focus,
.widget_categories select:focus,
.widget_text select:focus {
    border-color: #cecece;
    outline: none;
}

.widget_archive ul li,
.widget_categories ul li {
    font-size: 14px;
    color: #a5a5a5;
    clear: both;
}

.widget_archive ul li a,
.widget_categories ul li a {
    font-size: 15px;
}

.widget_archive ul li .cat-count,
.widget_categories ul li .cat-count {
    position: relative;
    top: 2px;
    display: inline-block;
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    background-color: #f7f7f7;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.widget_rss .widget-title a:last-of-type {
    color: inherit;
}

.widget_rss ul {
    padding-left: 0;
    list-style: none;
}

.widget_rss li {
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.widget_rss li a {
    display: block;
    font-weight: 500;
}

.widget_rss li .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #343434;
}

.widget_rss li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content-area .widget_nav_menu {
    position: relative;
    margin-top: 5px;
    background: transparent !important;
}

.content-area .widget_nav_menu::before, .content-area .widget_nav_menu::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    background: transparent !important;
}

.content-area .widget_nav_menu::before {
    left: 0;
    width: calc(100% - 5px);
    height: 5px;
}

.content-area .widget_nav_menu::after {
    width: 5px;
    height: 100%;
}

.content-area .widget_nav_menu .widget-title,
.content-area .widget_nav_menu .widgettitle {
    color: #fff;
}

.content-area .widget_nav_menu .menu > li > a {
    padding-left: 20px;
}

.content-area .widget_nav_menu .menu > li > a::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "\f061";
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
    color: #8fa1cb;
    transition: all 100ms ease-out;
}

.content-area .widget_nav_menu .menu li {
    list-style: none;
    position: relative;
}

.content-area .widget_nav_menu .menu li.current-menu-parent ul.sub-menu li {
    border-top: 1px solid #cfcfcf;
}

.content-area .widget_nav_menu .menu li.current-menu-parent > ul.sub-menu > li {
    margin-left: -15px;
}

.content-area .widget_nav_menu .menu li {
    background: #efefef;
}

.content-area .widget_nav_menu .menu li a {
    display: inline-block;
    padding: 10px 7px 10px 15px;
    font-weight: 500;
    color: #4f4f4f;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    line-height: 18px;
}

.content-area .widget_nav_menu .menu li a:hover {
    color: #333;
}

.content-area .widget_nav_menu .menu li.current-menu-item > a, .content-area .widget_nav_menu .menu li.current_page_item > a, .content-area .widget_nav_menu .menu li.current_page_ancestor > a, .content-area .widget_nav_menu .menu li.current_page_parent > a {
    width: 100%;
    background: #fff;
    position: relative;
}

.content-area .widget_nav_menu .menu li.current-menu-item > a::before, .content-area .widget_nav_menu .menu li.current_page_item > a::before, .content-area .widget_nav_menu .menu li.current_page_ancestor > a::before, .content-area .widget_nav_menu .menu li.current_page_parent > a::before {
    color: #fff;
}

.content-area .widget_nav_menu .menu li ul.sub-menu {
    position: relative;
    padding-left: 15px;
}

.content-area .widget_nav_menu .menu li ul.sub-menu li a:hover {
    color: #333;
    background: #dcdcdc;
}

.content-area .widget_nav_menu .menu li.current-menu-item > a, .content-area .widget_nav_menu .menu li.current_page_item > a, .content-area .widget_nav_menu .menu li.current_page_item > a:hover {
    color: #fff !important;
    background: #1c2c53 !important;
}

.content-area .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
    padding-left: 10px;
}

.remove-sidebar-nav-effect .content-area .widget_nav_menu {
    margin-top: 0;
}

.remove-sidebar-nav-effect .content-area .widget_nav_menu::before, .remove-sidebar-nav-effect .content-area .widget_nav_menu::after {
    display: none;
}

.remove-sidebar-nav-effect.woocommerce .content-area .widget_product_categories {
    margin-top: 0;
}

.remove-sidebar-nav-effect.woocommerce .content-area .widget_product_categories::before, .remove-sidebar-nav-effect.woocommerce .content-area .widget_product_categories::after {
    display: none;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.wpb_widgetised_column .widget {
    margin-bottom: 50px;
}

.footer-main .widget_nav_menu {
    clear: left;
}

.footer-main .widget_nav_menu li {
    position: relative;
    display: block;
    padding-left: 15px;
}

.footer-main .widget_nav_menu li::before {
    position: absolute;
    content: "\f105";
    left: 0;
    color: #fff;
    background: transparent !important;
    font-family: FontAwesome;
}

.footer-main .widget_nav_menu li:first-of-type {
    padding-top: 0;
}

.footer-main .widget_nav_menu li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.footer-main .widget_nav_menu li .sub-menu {
    padding: 10px 0 0;
}

.footer-main .widget_nav_menu li .sub-menu li {
    padding-left: 15px;
    border-bottom: none;
}

.footer-main .widget_nav_menu li .sub-menu li::before {
    display: none;
}

.footer-main .widget_recent_entries ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main .widget_recent_entries ul li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.footer-main .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 12px;
}

.footer-main .widget_rss li .rss-date {
    color: inherit;
}

.footer-main .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# 18 - Blog Posts
--------------------------------------------------------------*/
.post-inner.hentry {
    position: relative;
    margin-bottom: 60px;
}

.post-inner.hentry:last-of-type {
    margin-bottom: 0;
}

.post-inner.has-post-thumbnail .entry-thumbnail img {
    height: auto;
}

.post-inner .entry-thumbnail {
    display: block;
}

.post-inner .entry-meta {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.post-inner .entry-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-inner .entry-meta ul li {
    position: relative;
}

@media (min-width: 768px) {
    .post-inner .entry-meta ul li {
        display: inline-block;
    }
}

.post-inner .entry-meta ul li i {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #58a4ec;
}

@media (min-width: 768px) {
    .post-inner .entry-meta ul li::after {
        display: inline-block;
        position: relative;
        top: 2px;
        content: "";
        width: 2px;
        height: 14px;
        margin: 0 15px;
        background-color: rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }
}

.post-inner .entry-meta ul li:last-of-type::after {
    display: none;
}

.post-inner .entry-meta ul li a {
    position: relative;
    color: #a5a5a5;
}

.post-inner .entry-meta ul li a:hover {
    color: #3d94e5;
}

.post-inner .entry-content {
    margin-top: 20px;
}

.post-inner .entry-content p {
    margin-bottom: 25px;
    word-break: break-word;
}

.post-inner .entry-content p:last-of-type {
    margin-bottom: 0;
}

.post-inner .entry-content blockquote p {
    margin-bottom: 0;
}

.post-inner .entry-title {
    margin: 25px 0 0;
    font-size: 28px;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .post-inner .entry-title {
        font-size: 32px;
    }
}

.post-inner .entry-title a {
    color: #343434;
}

.single-post .post-inner .entry-thumbnail {
    margin-bottom: 18px;
}

.single-post .post-inner .entry-title {
    font-size: 36px;
}

.blog-list .post-inner.has-post-thumbnail .entry-thumbnail {
    margin-bottom: -1px;
}

.blog-list .post-inner .entry-wrapper {
    padding: 40px 50px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-list .post-inner.sticky {
    background-color: #f5f7fb;
}

.blog-list .post-inner.sticky .entry-wrapper {
    border-color: transparent;
    box-shadow: none;
}

.blog-grid .post-inner.hentry {
    margin-bottom: 30px;
    padding-bottom: 0;
    background: none;
}

.blog-grid .post-inner .element-wrap {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
}

.blog-grid .post-inner .element-wrap:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.blog-grid .post-inner .element-wrap:hover .element-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    image-rendering: -webkit-optimize-contrast;
}

.blog-grid .post-inner .element-wrap:hover .element-wrapper {
    border-color: transparent;
}

.blog-grid .post-inner .entry-thumbnail {
    margin-bottom: 0;
}

.blog-grid .post-inner .element-image {
    position: relative;
    overflow: hidden;
}

.blog-grid .post-inner .element-image img {
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

.blog-grid .post-inner .element-image + .element-wrapper {
    border-top: none;
}

.blog-grid .post-inner .entry-meta {
    position: absolute;
    bottom: 25px;
    left: 35px;
    margin: 0;
    padding: 0;
    min-height: auto;
    box-shadow: none;
}

.blog-grid .post-inner .entry-meta ul li {
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    background: #4294e1;
    /* reset from the list layout */
}

.blog-grid .post-inner .entry-meta ul li::after {
    display: none;
}

.blog-grid .post-inner .element-wrapper {
    padding: 35px;
    border: 1px solid #eee;
    -webkit-transition: border-color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
}

.blog-grid .post-inner .entry-content {
    margin: 0;
}

.blog-grid .post-inner .entry-title {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.author-info {
    padding: 35px 40px 40px;
    margin-top: 30px;
    background: #f5f7fb;
}

.author-info h5 {
    font-size: 22px;
}

.author-info .author-info-inner {
    margin-top: 5px;
}

.author-info .author-avatar {
    float: left;
    margin-right: 30px;
}

.author-info .author-description {
    overflow: hidden;
}

.author-info .author-description p {
    margin-bottom: 0;
}

.comments-area {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .comments-area {
        padding: 50px 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom: none;
    }
}

.comments-area .comment-list {
    padding: 0;
    margin: 40px 0 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.comments-area .comment-list .comment + .comment-respond {
    margin-top: 35px;
}

.comments-area .comment-list .comment-author {
    float: left;
    margin-right: 30px;
}

.comments-area .comment-list .comment-meta {
    margin-bottom: 20px;
}

.comments-area .comment-list .comment-meta .author-name {
    float: left;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: initial;
}

.comments-area .comment-list .comment-meta .author-name a {
    position: relative;
    top: 2px;
    color: #343434;
}

.comments-area .comment-list .comment-meta .author-meta {
    position: relative;
    top: 4px;
    float: right;
    font-size: 14px;
    font-weight: 500;
}

.comments-area .comment-list .comment-meta .comment-date {
    display: inline-block;
    margin-left: 10px;
}

.comments-area .comment-list .comment-meta .comment-date a {
    color: #999;
}

.comments-area .comment-list .comment-meta .comment-date a:hover {
    color: #4294e1;
}

.comments-area .comment-list .comment-meta .reply {
    display: inline-block;
    margin-left: 15px;
}

.comments-area .comment-list .comment-meta .reply a {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    border-radius: 1px;
    background-color: #f5f7fb;
}

.comments-area .comment-list .comment-meta .reply a:hover {
    color: #fff;
    background-color: #4294e1;
}

.comments-area .comment-list .comment-content li {
    list-style: inherit;
    padding: 0;
    margin: 0;
    border: none;
}

.comments-area .comment-list .comment-content ul, .comments-area .comment-list .comment-content ol {
    margin-bottom: 20px;
}

.comments-area .comment-list .comment-awaiting-moderation {
    font-weight: 500;
    color: #4294e1;
}

.comments-area .comment-list .comment-details {
    overflow: hidden;
}

.comments-area .comment-list .comment-details p:last-of-type {
    margin-bottom: 0;
}

.comments-area .comment-list li {
    list-style: none;
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.comments-area .comment-list li.pingback {
    margin-bottom: 10px;
    padding-top: 10px;
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 50px 0 0 30px;
}

.comments-area .comment-list > li:first-of-type {
    border-top: none;
    padding-top: 0;
}

.comments-area #cancel-comment-reply-link {
    position: relative;
    top: -3px;
    padding: 8px 16px;
    margin-left: 15px;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    border-radius: 2px;
    background-color: #eee;
}

.comments-area #cancel-comment-reply-link:hover {
    background-color: #e6e6e6;
}

.comments-area .comment-form label {
    display: block;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.comments-area .comment-form input:focus,
.comments-area .comment-form textarea:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.comments-area .comment-form [type="submit"] {
    width: auto;
    padding: 13px 34px;
    border-color: transparent;
    background-color: #4294e1;
}

.comments-area .comment-form [type="submit"]:hover, .comments-area .comment-form [type="submit"]:focus {
    background-color: #4f9fdb;
    border-color: transparent;
    box-shadow: none;
}

@media (min-width: 992px) {
    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-url {
        display: inline-block;
        width: calc(33.33% - 13px);
        margin: 0 15px 30px 0;
    }

    .comments-area .comment-form .comment-form-url {
        margin-right: 0;
    }
}

.comment-respond .comment-reply-title {
    margin-bottom: 20px;
}

.comment-respond .comment-notes {
    float: right;
}

@media (min-width: 992px) {
    .comment-respond .logged-in-as {
        float: right;
    }
}

.comment-respond .comment-form .form-allowed-tags {
    margin: 20px 0;
}

.comment-respond .comment-form .form-allowed-tags code {
    font-size: 12px;
}

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

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

.bypostauthor {
    position: relative;
}

.bypostauthor span.label {
    position: relative;
    top: 1px;
    margin-left: 6px;
    padding: 2px 11px 3px 11px;
    font-size: 12px;
    color: #fff;
    text-transform: lowercase;
    border-radius: 2px;
    background: #315499;
}

.page-links {
    clear: both;
    margin: 1.5em 0;
}

/*--------------------------------------------------------------
# 19 - Comments
--------------------------------------------------------------*/
/* Media, Images, Gallery */
.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%;
}

/*--------------------------------------------------------------
# 20 - Pagination
--------------------------------------------------------------*/
.pagination {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}

.pagination a,
.pagination span {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 5px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
    background-color: #f5f7fb;
}

.pagination a.current, .pagination a:hover,
.pagination span.current,
.pagination span:hover {
    color: #fff;
    background-color: #4294e1;
}

.pagination a {
    color: #999;
}

.pagination a.prev {
    float: left;
}

.pagination a.next {
    float: right;
    margin-right: 0;
}

body.page .pagination .page-links-title {
    width: auto;
    height: auto;
    padding: 0 20px 0 0;
    color: #969696;
    background: transparent;
}

body.page .pagination span {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

body.page .pagination > span:not(.page-links-title) {
    color: #fff;
    background-color: #0095db;
}

.project-navigation {
    position: relative;
    padding-bottom: 35px;
    text-align: center;
}

@media (min-width: 480px) {
    .project-navigation {
        padding-bottom: 50px;
    }
}

.project-navigation-wrapper {
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 480px) {
    .project-navigation-wrapper {
        padding-top: 50px;
    }
}

.project-navigation a {
    position: relative;
    display: block;
    margin: 15px 0;
    min-width: 150px;
    padding: 14px 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    border: 2px solid transparent;
    background-color: #4294e1;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

@media (min-width: 480px) {
    .project-navigation a {
        display: inline-block;
        margin: 0;
    }
}

@media (min-width: 480px) {
    .project-navigation a[rel=prev] {
        float: left;
    }
}

@media (min-width: 480px) {
    .project-navigation a[rel=next] {
        float: right;
    }
}

.project-navigation a:hover {
    color: #fff;
    background-color: #3489d9;
}

.project-navigation a.summary-btn {
    width: auto;
    min-width: 0;
    padding: 14px 25px;
    text-shadow: none;
    background: transparent;
}

.project-navigation a.summary-btn:hover {
    color: #777;
}

@media (min-width: 480px) {
    .project-navigation a.summary-btn:first-of-type {
        float: left;
    }
}

@media (min-width: 480px) {
    .project-navigation a.summary-btn:last-of-type {
        float: right;
    }
}

.project-navigation a.summary-btn i {
    margin: 0;
}

/*--------------------------------------------------------------
# 21 - 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%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

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

.gallery {
    margin: 0 -7px 20px -7px;
}

.gallery-item {
    display: inline-block;
    padding: 0.5em;
    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;
}

a[rel="gallery"] {
    position: relative;
    display: block;
}

a[rel="gallery"]::before, a[rel="gallery"]::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a[rel="gallery"]::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
}

a[rel="gallery"]::after {
    opacity: 0;
    top: 50%;
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
}

a[rel="gallery"]:hover::before, a[rel="gallery"]:hover::after {
    opacity: 1;
}

/*--------------------------------------------------------------
# 22 - 404 Page
--------------------------------------------------------------*/
/* 404 Page */
body.error404 .content-area {
    padding: 150px 0 80px 0;
}

@media (min-width: 992px) {
    body.error404 .error-404 {
        text-align: center;
    }
}

@media (min-width: 992px) {
    body.error404 .content-area .search-form {
        width: 65%;
        margin: 40px auto 0;
    }
}

body.error404 .content-area .search-form label {
    width: 100%;
}

body.error404 .content-area .search-form .search-submit {
    padding: 14px 35px;
}

/*--------------------------------------------------------------
# 23 - Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.5 Gutenberg
--------------------------------------------------------------*/
/* Gutenberg align classes */
body.sidebar-hide .alignfull {
    width: 100vw;
    margin-left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.sidebar-hide .alignfull img {
    width: 100vw;
}

@media (min-width: 992px) {
    body.sidebar-hide .alignwide {
        left: 0;
        width: 970px;
        margin-left: 50%;
        max-width: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    body.sidebar-hide .alignwide {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.sidebar-hide .alignwide {
        width: 1300px;
    }
}

@media (min-width: 992px) {
    body:not(.sidebar-hide) .alignwide {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
        max-width: inherit;
    }
}

@media (min-width: 992px) {
    body:not(.sidebar-hide) .blog-list .alignwide {
        margin-left: -51px;
        margin-right: -51px;
    }
}

/* Table */
.wp-block-table th {
    border-color: transparent;
}

.wp-block-table td,
.wp-block-table th {
    padding: 14px 30px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
}

.wp-block-table.is-style-stripes td {
    border-bottom-color: #f2f2f2;
}

.wp-block-table.is-style-stripes tr:last-of-type td {
    border-bottom: none;
}

/* Block Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 10px 30px 10px 100px;
    border-left: 3px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: border-left-color 100ms ease-in-out;
    transition: border-left-color 100ms ease-in-out;
}

.wp-block-quote:not(.is-large):not(.is-style-large):hover {
    border-left-color: rgba(0, 0, 0, 0.12);
}

.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #4294e1;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    border: none;
    margin: 20px 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 15px;
    text-align: left;
}

.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
    display: none;
}

/* Pull Quote */
.wp-block-pullquote {
    margin: 0 0 30px 0;
    padding: 47px 0;
    border-top-color: rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

.wp-block-pullquote.alignleft {
    margin-top: 10px;
    margin-right: 30px;
}

.wp-block-pullquote.alignright {
    margin-top: 10px;
    margin-left: 30px;
}

.wp-block-pullquote blockquote {
    margin: auto;
    padding: 0;
    border-left: none;
}

.wp-block-pullquote blockquote p {
    font-size: 22px;
    color: inherit;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
    display: block;
    margin-top: 15px;
    text-transform: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #4294e1;
}

.wp-block-pullquote blockquote::before {
    display: none;
}

/* Code Block */
.wp-block-code {
    display: inline-block;
    padding: 0;
    color: #343434;
    font-family: monospace;
    font-size: 14px;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: none;
    background-color: transparent;
}

/* Gutenberg button */
.wp-block-button .wp-block-button__link {
    padding: 16px 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-width: 2px;
    border-radius: 1px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
    border-color: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 1px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    padding: 14px 34px;
    color: #969696;
    text-shadow: none;
    border-radius: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #969696;
    border-color: rgba(0, 0, 0, 0.2);
}

.wp-block-button.aligncenter {
    margin-bottom: 20px;
}

/* Latest Posts Block */
.wp-block-latest-posts {
    margin-bottom: 20px;
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives {
    padding-left: 0;
}

.wp-block-categories li,
.wp-block-archives li {
    position: relative;
    list-style: none;
}

.wp-block-categories li:hover a::before,
.wp-block-archives li:hover a::before {
    color: rgba(0, 0, 0, 0.5);
}

.wp-block-categories li a,
.wp-block-archives li a {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.wp-block-categories li a::before,
.wp-block-archives li a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    background-color: #f7f7f7;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
    text-align: center;
}

/* Column Block */
.wp-block-column {
    margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
    height: auto;
    border-bottom: 1px solid #d0d5da;
    background: none;
}

.wp-block-separator + h2 {
    clear: left;
}

.wp-block-columns + .wp-block-separator {
    margin: 15px auto 30px;
}

/* Image Block */
.wp-block-image {
    margin-bottom: 30px;
}

.wp-block-image figcaption {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #969696;
}

/* Gallery Block */
.wp-block-gallery {
    margin-bottom: 20px;
}

/* Embed Block */
.wp-block-embed {
    margin-bottom: 30px;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 30px;
}

/* Verse */
.wp-block-verse {
    display: block;
}

/*------------------- CUSTOM -------------------*/

h3 > span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px !important;
}

h3 span:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 65px;
    height: 4px;
    letter-spacing: 0.5px;
    background: url(/wp-content/uploads/2020/07/title-line.png);
    background-size: 100%;
}

.h_contact-info span {
    margin-left: 15px;
    font-size: 15px;
}

.widget_polylang ul {
    list-style: none;
}

.widget_polylang ul li {
    float: left;
    margin-right: 8px;
}

.widget_polylang ul li a {
    color: #ddd;
    font-size: 15px;
}

.widget_polylang ul li.current-lang a {
    color: #fff;
}

/* slider and absolute-menu */
.home #home-slider {
    overflow: visible;
}

#rev_slider_2_1_wrapper .persephone .tp-bullet {
    width: 36px;
    height: 4px;
    margin-right: 3px;
    background-color: #1c2c53;
    border: 0;
    border-radius: 0;
}

#rev_slider_2_1_wrapper .persephone .tp-bullet:hover, #rev_slider_2_1_wrapper .persephone .tp-bullet.selected {
    background: #fff;
}

rs-module#rev_slider_2_1 a#slider-2-slide-2-layer-2 {
    border-radius: 4px !important;
    background: linear-gradient(0deg, #1d2f5a 0%, #273f7b 100%);
}

rs-module#rev_slider_2_1 a#slider-2-slide-2-layer-2:hover {
    background: linear-gradient(0deg, #243a73 0%, #62a9e6 100%);
    filter: none !important;
}

#tab-menu_absolute {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    z-index: 9;
    background: #1c2c53;
}

#tab-menu_absolute h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat";
}

#tab-menu_absolute .vc_tta-panel * {
    background: transparent;
    border-color: transparent;
}

#tab-menu_absolute .vc_tta-panel .vc_tta-panel-heading {
    background: #1c2c53;
}

#tab-menu_absolute .vc_tta-panel .vc_tta-panel-heading a {
    color: #fff;
    text-align: center;
}

.content-area #tab-menu_absolute .widget_nav_menu {
    margin: 0;
    padding: 0;
    background: transparent;
}

.content-area #tab-menu_absolute .widget_nav_menu::before, .content-area #tab-menu_absolute .widget_nav_menu::after {
    width: 0;
    height: 0;
}

#tab-menu_absolute .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding-top: 2px;
}

#tab-menu_absolute .vc_tta-tabs-container .vc_tta-tab a {
    padding: 6px 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0px -2px 0px 0px #929292;
    -moz-box-shadow: 0px -2px 0px 0px #929292;
    box-shadow: 0px -2px 0px 0px #929292;
}

.content-area #tab-menu_absolute .widget_nav_menu ul li {
    background: transparent;
    border-top: 1px solid #415583;
    border-bottom: 1px solid #192a51;
}

.content-area #tab-menu_absolute .widget_nav_menu ul li:first-child {
    border-top: 0;
}

.content-area #tab-menu_absolute .widget_nav_menu ul li:last-child {
    border-bottom: 0;
}

.content-area #tab-menu_absolute .widget_nav_menu ul li a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

body.wpb-js-composer #tab-menu_absolute .vc_tta.vc_general .vc_tta-panels {
    border: 0;
}

body.wpb-js-composer #tab-menu_absolute .vc_tta.vc_general .vc_tta-panel-body {
    padding: 20px 35px;
}


/* about */
#about h3 + p, #about h3 + p + p {
    text-align: justify;
}

/* why */
.why {
    margin-bottom: 40px;
    display: none;
}

.why > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.why > .col-xs-12 {
    flex: 0 0 100%;
}

.why h3 {
    margin-bottom: 40px !important;
}

.why img {
    margin-right: 20px;
}

#why .main-title {
    display: inline-block;
    position: relative;
    margin-bottom: 10px !important;
    font-size: 26px;
}

#why .custom-heading .main-title::after {
    margin-left: 0;
}

.count_row-1 .wpb_column, .count_row-2 .wpb_column {
    width: auto;
    padding-right: 15px;
}

/*.count_row-2 .wpb_column:first-child {*/
/*width: 350px;*/
/*}*/
#why .wpb_single_image {
    float: left;
    margin-right: 20px;
}

#why .count-text {
    margin-left: 0;
}

#why .count-box .count-after {
    margin-left: 5px;
    color: #253d75;
    font-size: 36px;
}

#why .count-box .timer {
    color: #253d75;
    font-size: 36px;
}

#why .wpb_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.count_row-2 .count-text {
    position: relative;
    padding-top: 25px;
}

.count_row-2 .count-box .count-title {
    position: absolute;
    top: -10px;
}


/* service */

#service .wpb_content_element {
    margin-bottom: 0;
}

#service {
    background: url(/wp-content/uploads/2020/07/service-bg.jpg) no-repeat top center;
    background-size: cover;
}

#service .vc_row.wpb_row.vc_inner.vc_row-fluid {
    background: transparent;
}

#service h3 span:after {
    margin: 10px auto 0;
}

#service .absolute {
    margin-bottom: -10px;
    text-align: left;
}

#g-section {
    padding-top: 20px;
    background: url(/wp-content/uploads/2020/07/g-section_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
}

#g-section h3 span:after {
    margin: 10px auto 0;
}

.our-services .first-row a {
    display: inline-block;
    position: relative;
    z-index: 9;
}

#service.our-services_page {
    background: url(/wp-content/uploads/2020/07/service-bg.jpg) no-repeat top center;
    background-size: cover;
}

/* service block */
.our-services_block {
    justify-content: center;
}

.our-services_block > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.our-services_block > div {
    margin-bottom: 25px;
}

.our-services_block .inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 25px 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 6px rgb(242, 242, 242);
    -moz-box-shadow: 0px 0px 15px 6px rgb(242, 242, 242);
    box-shadow: 0px 0px 15px 6px rgb(242, 242, 242);
}

.our-services_block .inside:hover {
    -webkit-box-shadow: 0px 0px 16px 15px rgb(236, 236, 236);
    -moz-box-shadow: 0px 0px 16px 15px rgb(236, 236, 236);
    box-shadow: 0px 0px 16px 15px rgb(236, 236, 236);
}

.our-services_block h3 {
    margin-bottom: 25px !important;
    color: #253d75;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
}

.our-services_block h4 {
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}

.our-services_block h4 a {
    color: #1c2c53;
}

.our-services_block .inside p {
    width: 100%;
    margin-bottom: 15px;
}

/* h-carusel */
.custom-heading .main-title:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 65px;
    height: 4px;
    letter-spacing: 0.5px;
    background: url(/wp-content/uploads/2020/07/title-line.png);
    background-size: 100%;
}

#cliets {
    padding-top: 20px;
    background: url(/wp-content/uploads/2020/07/client-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
}

#cliets .vc_images_carousel {
    width: 100% !important;
}

#cliets .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
    float: left;
}

.vc_images_carousel .vc_item .vc_inner {
    background: #fff;
    width: 100%;
    max-width: calc(100% - 20px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#cliets .vc_images_carousel img {
    max-height: 100px;
}

#cliets .vc_images_carousel .vc_carousel-control {
    width: 32px;
    height: 32px;
    margin-top: 0;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    display: block !important;
}

#cliets .vc_images_carousel .vc_carousel-control span {
    display: block !important;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-image: linear-gradient(0deg, #203464 0%, #284382 100%);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    font-family: FontAwesome;
}

#cliets .vc_images_carousel .vc_carousel-control span:hover {
    color: #fff;
    background: #395bad !important;
}

#cliets .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\f060" !important;
    top: -1px;
}

#cliets .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\f061" !important;
    top: -1px;
}


#testim {
    padding-top: 20px;
    background: url(/wp-content/uploads/2020/07/tectim-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.theme-carousel .slick-list.draggable {
    margin: 0 auto;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#cliets .theme-carousel.image-carousel .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    border-radius: 6px;
}

/* question */

#question {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(/wp-content/uploads/2020/07/qv-bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}

#question .main-title {
    color: #fff;
    font-size: 36px;
    text-align: left;
}

#question .custom-heading .main-title:after {
    width: 0;
    height: 0;
    margin: 0;
}

#question .wpb_text_column {
    margin-bottom: 0;
}

#question .form-group {
    max-width: 400px;
    position: relative;
}

#question input {
    padding-left: 35px;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #51597b;
}

.wpcf7-form-control-wrap.your-name {
    background: url(/wp-content/uploads/2020/07/name-icon.png) no-repeat left 28px;
}

#question input[type="tel"] {
    background: url(/wp-content/uploads/2020/07/phone-icon.png) no-repeat left center;
}

#question button {
    position: relative;
    margin-top: 25px;
    padding: 0;
    background: transparent;
    border: 0;
}

#question button::before {
    content: "\f178";
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: "FontAwesome";
    pointer-events: none;
}

#question input[type="submit"] {
    padding-left: 25px;
    padding-right: 40px;
    background-color: #58a4ec;
    background: linear-gradient(0deg, #1d2f5a 0%, #273f7b 100%);
}

#question input[type="submit"]:hover {
    background-image: linear-gradient(0deg, #243a73 0%, #62a9e6 100%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
    border: 0;

    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

/* news */

#news {
    padding-top: 20px;
    background: url(/wp-content/uploads/2020/07/service-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
}

.latest-news .element-title + p {
    display: none;
}

/* footer */
.footer-main.footer-columns-4 {
    background: #1c2c53;
}

.f-logo img {
    margin-bottom: 20px;
}

.footer-main .f-logo p {
    font-size: 13px;
    color: #ffffff;
}

.footer-main.footer-columns-4 .footer-column:last-child {
    padding-left: 0;
}

.footer .widget .widget-title {
    color: #ffffff;
    margin-top: -6px;
}

.contact_details {
    font-size: 14px;
    color: #b5c3e5;
    font-weight: 500;
}

.contact_details h3 {
    margin-top: -6px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact_details > div {
    padding-left: 22px;
    position: relative;
}

.contact_details .fa {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 13px;
}

.logos-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}

.logos-block .element-item {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.logos-block img {
    width: auto;
    height: auto;
    max-height: 65px;
}

.content-area .widget_nav_menu .menu li ul.sub-menu {
    display: none;
}

.content-area .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
    display: none;
}

.content-area .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu {
    display: block;
}

.content-area .widget_nav_menu .menu li.current_page_item ul.sub-menu li ul.sub-menu, .content-area .widget_nav_menu .menu li ul.sub-menu li.current_page_item ul.sub-menu {
    display: block;
}

.content-area .widget_nav_menu .menu > .current-menu-ancestor > a {
    position: relative;
}

.content-area .widget_nav_menu .menu > .current-menu-ancestor > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    background: url(/wp-content/uploads/2020/07/blue-arrow.png);
    width: 9px;
    height: 10px;
    margin-top: -5px;
    z-index: 9999;
}

.content-area .widget_nav_menu .menu li.current-menu-item > a::after, .content-area .widget_nav_menu .menu li.current_page_item > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    background: url(/wp-content/uploads/2020/07/issworld-sprite.png) no-repeat -96px -278px;
    width: 9px;
    height: 10px;
    margin-top: -5px;
    z-index: 9999;
}

footer.footer .footer-main {
    background: #1c2c53;
}

.our-services .row > div {
    margin-bottom: 25px;
    text-align: center;
}

.our-services {
    width: 100%;
    float: left;
}

/* про нас */

#principle .custom-heading .main-title {
    text-align: left;
    font-size: 36px;
    color: #253d75;
    font-weight: 500;
}

.page-id-10899 .custom-heading .main-title:after {
    width: 0;
    height: 0;
    overflow: hidden;
}

.principle-block {
    font-size: 14px;
    line-height: 18px;
    color: #515151;
}

.principle-block > div {
    margin-bottom: 20px;
}

.principle-block h3 {
    font-size: 24px;
    color: #253d75;
    font-weight: 500;
}

#history .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.row.section-h1, #history .section-h2, #history .section-h {
    margin-left: 0;
    margin-right: 0;
}

#history [class*="col-"] {
    margin-bottom: 25px;
}

#history .cpg-years [class*="col-"] {
    margin-bottom: 0;
}

#history .inside {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    height: 100%;
}

#history .inside img {
    margin-bottom: 15px;
}

#history .inside h5 {
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #253d75;
    font-weight: 500;
}

#history .inside p {
    margin-bottom: 0;
}

#history .inside h5 + p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #515151;
}

#history .cpg-years > div > p:first-child {
    max-width: 870px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #253d75;
}

.custom-heading.respond {
    margin-bottom: 0;
}

.services_block-horisont .our-services_block .inside {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: inherit;
    padding: 35px 15px 35px;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.services_block-horisont .our-services_block .inside p {
    width: 25%;
    margin-bottom: 0;
    text-align: center;
}

.our-services_block h4 {
    width: 75%;
    font-size: 14px;
}

/*----------------------------- RESPONSIVE -----------------------------*/

@media (min-width: 768px) {
    #history .section-h2 {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .content-area #tab-menu_absolute .widget_nav_menu ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 17px;
        line-height: 22px;
    }

    .our-services_block h3 {
        margin-top: 20px;
        margin-bottom: 40px !important;
        font-size: 36px;
        color: #253d75;
        font-weight: 500;
        line-height: 38px;
    }

    #why {
        padding-top: 40px;
    }

    .count_row-2 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    div#g-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #cliets {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #testim {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testimonials .element-content {
        padding: 30px 30px 20px;
        margin: 25px 0;
        min-height: 195px;
    }

    #news {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    #tab-menu_absolute {
        right: calc((100% - 1200px) / 2);
        position: absolute;
        left: inherit;
        width: auto;
        max-width: 367px;
    }

    #about h3 + p, #about h3 + p + p {
        max-width: calc(100% - 355px);
    }

    #service {
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(/wp-content/uploads/2020/07/service-bg_sh.jpg) no-repeat top center;
        background-size: cover;
    }

    #service.our-services_page {
        background: url(/wp-content/uploads/2020/07/service-bg_sh.jpg) no-repeat center -20px;
        background-size: cover;
    }

    .our-services_page .our-services {
        padding-top: 35px;
    }

    .our-services .first-row {
        margin-bottom: -120px;
    }

    .our-services .twoo-row div:first-child {
        text-align: left;
    }

    .our-services .twoo-row div:last-child {
        text-align: right;
    }

    .our-services .three-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 20px;
    }

    .our-services_block > div:last-child {

    }

    .our-services_block .inside {
        min-height: 160px;
    }

    .our-services_block .inside img {
        max-height: 50px;
    }

    .footer-main.footer-columns-3 .footer-column {
        max-width: 30%;
    }

    .footer-main.footer-columns-3 .footer-column:nth-child(2) {
        max-width: 100%;
    }

    .page-id-10899 .custom-heading .main-title {
        margin-bottom: 30px;
    }

    .principle-block {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(/wp-content/uploads/2020/07/history-img.png) no-repeat top center;
    }

    .principle-block-en {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(/wp-content/uploads/2021/03/history-img-en.png) no-repeat top center !important;
    }
	
	 .principle-block-pl {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(/wp-content/uploads/2022/07/Lojalnosc-569х434.png) no-repeat top center !important;
    }

    .principle-block > div {
        margin-bottom: 50px;
    }

    .principle-block .top-left .inside {
        max-width: 275px;
    }

    .principle-block .top-right .inside {
        max-width: 360px;
        float: right;
    }

    .principle-block .bottom-left .inside {
        max-width: 380px;
    }

    .principle-block .bottom-right .inside {
        max-width: 270px;
        float: right;
        margin-top: -40px;
    }

    .row.cpg-years {
        margin-left: -30px;
        margin-right: -30px;
        padding-top: 40px;
    }

    .custom-heading.respond {
        padding-top: 20px;
    }

    #history .inside:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        margin-top: 8px;
        right: -23px;
        background: url(/wp-content/uploads/2020/07/history-arrow.png);
    }

    #history .section-h1 > div:last-child .inside::after {
        top: 100%;
        right: 50%;
        margin-top: 4px;
        transform: rotate(90deg);
    }

    #history .section-h2 > div .inside:after {
        right: inherit;
        left: -23px;
        transform: rotate(180deg);
    }

    #history .section-h2 > div:last-child .inside::after {
        top: 100%;
        left: inherit;
        right: 50%;
        margin-top: 4px;
        transform: rotate(90deg);
    }

    #history .section-h3 > div:last-child .inside::after {
        width: 0;
        height: 0;
    }
}

@media (max-width: 991px) {
    div .vc_custom_1593782341409 {
        margin-top: 0 !important;
    }

    div#home-slider {
        display: none;
    }

    #about h3 {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .header-topbar .widget-area-left {
        float: left;
    }

    .header-topbar .widget-area-right {
        float: right;
    }

    .header-topbar .widget-area-right .widget_polylang ul {
        margin: 0;
    }

    .header-topbar p, .header-topbar a, .header-topbar .title {
        font-size: 13px;
    }

    #about img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #why .vc_column-inner {
        max-width: 360px;
        margin: 0 auto;
    }

    .our-services > .row {
        display: inline;
    }

    .our-services .row > div {
        float: left;
    }

    #service h3 {
        margin-top: 20px;
        text-align: center;
    }

    #service .absolute {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        display: block !important;
    }

    .f-logo {
        text-align: center;
    }
}

@media (max-width: 575px) {
    div#principle {
        text-align: center;
    }

    #history .inside {
        max-width: 270px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    div#history {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 395px) {
    .h_contact-info span:last-child {
        display: block;
        margin-left: 30px;
    }
}


.f-img-star {
    max-width: 200px;
}

.latest-news .slick-track article.element-wrap {
    min-height: 352px;
}

@media (max-width: 1200px) {
    .offset-mob {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .header-navigation > li > a {
        color: #fff !important;
    }
}

@media (max-width: 550px) {
    #question {
        background: url(/wp-content/uploads/2020/07/qv-bg.jpg) no-repeat top right;
    }
}

img.fade-in.scroll-triggered {
    float: left;
    padding-right: 20px;
}

.form_susses {
    padding: 25px;
    height: 80vh;
    z-index: 9999;
    border-radius: 10px;

    background: url(assets/images/bg_popup.png) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
display: none;
    background-size: cover;
    background-position: center;
}

.sub_txt{
    color: white;
    text-align: center;
    font-size: 25px;
    padding-top: 11px;
}

.form_tt{
    color: white;
    text-align: center;
    font-size: 32px;

}

.form_susses .txt_wrap{
    height: 100%;
    display: flex;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-services_block h4 {
   
    display: flex;
    justify-content: center;
}
input:active,input:focus,
input,textarea{
	color: #606060 !important;
	
}
input[type="submit"]{
	color: white !important;
	
}
