@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.9.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
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%;
}

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:not(.btn)[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;
}

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

svg {
  height: 1em;
}

/*--------------------------------------------------------------
# 03 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  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;
  font-family: "Roboto", sans-serif;
  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,
.sidebar .widget_block h2,
.sidebar .wp-block-search .wp-block-search__label,
.custom-sidebar .widget-title,
.custom-sidebar .widgettitle,
.custom-sidebar .main-title,
.custom-sidebar .widget_block h2,
.custom-sidebar .wp-block-search .wp-block-search__label {
  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;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.page-more::before, .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;
}
.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: 1.5em;
}

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

.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-family: "Roboto", sans-serif;
  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: 25px;
}
body.btn-round .widget_mc4wp_form_widget input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.btn-round .theme-carousel:not(.theme-slider) .slick-arrow {
  border-radius: 25px;
}
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-family: "Roboto", sans-serif;
  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: 14px 25px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #58a4ec;
}

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

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

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

.wpcf7 p,
.wpcf7 label {
  font-weight: 500;
  color: #343434;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-select {
  padding: 15px 25px;
  margin-top: 13px;
  margin-bottom: 20px;
  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 form .wpcf7-response-output {
  margin: 20px 0;
  border-color: #d51000;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap + .wpcf7-submit {
  margin-top: 25px;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  bottom: 35px;
  right: -10px;
}
.wpcf7 .call-back .wpcf7-text,
.wpcf7 .call-back .wpcf7-textarea,
.wpcf7 .call-back .wpcf7-select {
  padding: 12px 25px;
  margin: 0;
  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;
  padding-left: 30px;
  padding-right: 30px;
}
.wpcf7 .call-back .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.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 {
  padding-bottom: 60px;
}
.site-main.woocommerce-shop {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .site-main {
    padding-bottom: 70px;
  }
  .site-main.woocommerce-shop {
    padding-bottom: 30px;
  }
}

.content-area {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .content-area {
    padding-top: 80px;
  }
}
@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: inherit;
}
@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 {
    padding: 0 20px;
  }
}
@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: inherit;
  font-weight: inherit;
  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;
    display: inline-block;
    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 > a::after {
  position: relative;
  content: "\f107";
  margin-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: 14px;
  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;
}
@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: 20px 0;
  }
}
@media (min-width: 992px) {
  .header-main .navbar-header {
    justify-content: flex-start;
    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;
}
.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: 45px 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: 40px 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 (max-width: 991.98px) {
  body.fixed-navigation-mobile .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;
  }
}
@media (max-width: 991.98px) {
  body.fixed-navigation-mobile .is-fixed + .spacer {
    display: block;
  }
}

@media (min-width: 992px) {
  body.fixed-navigation .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;
  }
}
@media (min-width: 992px) {
  body.fixed-navigation .is-fixed + .spacer {
    display: block;
  }
}
body.fixed-navigation.admin-bar .is-fixed {
  top: 32px;
}

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

/*--------------------------------------------------------------
# 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;
  padding: 12.5px 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 span {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.breadcrumbs span span {
  padding: 0;
}
.breadcrumbs span > span {
  font-weight: bold;
  color: #4294e1;
}
.breadcrumbs a {
  display: inline-block;
  padding-right: 20px;
  color: #a4a9b2;
  text-decoration: none;
}
.breadcrumbs a::after {
  position: relative;
  content: "\f105";
  margin-left: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media (min-width: 576px) {
  .breadcrumbs a::after {
    margin-left: 15px;
  }
}
.breadcrumbs a:hover {
  color: #ccc;
}
.breadcrumbs .non-default p {
  margin: 0;
}
@media (min-width: 576px) {
  .breadcrumbs .non-default a {
    padding-left: 0;
    padding-right: 0;
  }
}
.breadcrumbs .non-default a::after {
  display: none;
}
.breadcrumbs .non-default .separator {
  margin: 0 15px;
  color: #cecece;
}
.breadcrumbs .non-default .last {
  font-weight: 700;
}
@media (min-width: 576px) {
  .breadcrumbs .yoast a {
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .breadcrumbs .yoast .breadcrumb_last {
    padding-left: 10px;
  }
}

.page-heading .breadcrumbs {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.page-heading .breadcrumbs a:hover {
  color: #fff;
}
.page-heading .breadcrumbs a::after {
  color: rgba(255, 255, 255, 0.2);
}
.page-heading .breadcrumbs span > span {
  color: #fff;
}

/*--------------------------------------------------------------
# 12 - Footer
--------------------------------------------------------------*/
/* Footer */
.footer {
  color: #646b7a;
  background-color: #212630;
}
.footer .widget .widget-title,
.footer .widget .widgettitle,
.footer .widget .main-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.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 .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 + .footer-column {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .footer-main .footer-column + .footer-column {
    margin-top: 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 i {
  font-size: 20px;
}
@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 > li {
    display: inline-block;
  }
}
@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-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
@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: 1;
  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: 1;
    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: 200px;
    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;
  color: #464646;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header-navigation .sub-menu > li > a {
    padding: 13px 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 {
  display: none;
  margin-bottom: 25px;
}
.theme-carousel.slick-initialized {
  display: block;
}
.theme-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
  width: 51px;
  height: 51px;
  line-height: 52px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.theme-carousel .slick-arrow i {
  font-size: 20px;
  font-weight: bold;
}
.theme-carousel .slick-arrow.slick-prev {
  left: -15px;
}
@media (min-width: 992px) {
  .theme-carousel .slick-arrow.slick-prev {
    left: -75px;
  }
}
.theme-carousel .slick-arrow.slick-next {
  right: -15px;
}
@media (min-width: 992px) {
  .theme-carousel .slick-arrow.slick-next {
    right: -75px;
  }
}
@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: #999;
  background: rgba(0, 0, 0, 0.04);
}
.theme-carousel.arrows-darker .slick-arrow:hover {
  color: #fff;
  background: #4294e1;
}
.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:not(.theme-slider) .slick-slide {
  margin: 15px;
}
.theme-carousel:not(.theme-slider) .slick-slide:focus {
  outline: none;
}
.theme-carousel:not(.theme-slider) .slick-list {
  margin: 0 -15px;
}
.theme-carousel.slick-vertical .slick-slide {
  border: none;
}

.slider-wrapper {
  position: relative;
}

.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;
}
@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 .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: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title {
  position: relative;
  padding-bottom: 5px;
  padding-left: 30px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title > h4 {
  font-size: 20px;
}
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: #f9f9f9;
  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: #f9f9f9;
  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 a.page-video {
  position: absolute;
  top: 30px;
  right: 38px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-box a.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-bottom: -1px;
}
.page-box.boxed-layout .page-content {
  padding: 30px 30px 35px 30px;
  border: 1px solid #eee;
}
.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-family: "Roboto", sans-serif;
  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-family: "Roboto", sans-serif;
  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;
}
.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;
}
.latest-news .element-meta {
  position: absolute;
  left: 30px;
  bottom: 25px;
}
.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;
  font-size: 20px;
}
.latest-news .element-title a {
  color: inherit;
}
.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 {
  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: 30px;
  border: 1px solid #eee;
  -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 {
  padding-left: 35px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.testimonials .element-item span.author {
  font-size: 18px;
  font-weight: 500;
  color: #343434;
}
.testimonials .element-item span.description {
  display: block;
  line-height: 20px;
  font-weight: 500;
  color: #4294e1;
}
.testimonials .element-content {
  position: relative;
  padding: 30px 35px 35px;
  margin: 25px 0;
  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;
}
.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;
}
.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 {
  font-size: 20px;
  margin-bottom: 15px;
}
.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;
}
.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: 0;
  margin: 0;
}
.opening-hours ul li {
  list-style: none;
}
.opening-hours ul li + li {
  padding-top: 8px;
  margin-top: 8px;
  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: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.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 + li {
  padding-top: 6px;
  margin-top: 6px;
  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;
}
.footer .opening-hours .extra {
  border-color: rgba(255, 255, 255, 0.08);
}

/* 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*="linkedin"] {
  background-color: #007bb5;
}
.social-media a i:hover[class*="instagram"] {
  background-color: #e95950;
}
.social-media a i:hover[class*="tiktok"] {
  background-color: #010101;
}
.social-media a i:hover[class*="snapchat"] {
  background-color: #fffc00;
}
.social-media a i:hover[class*="whatsapp"] {
  background-color: #25d366;
}
.social-media a i:hover[class*="telegram"] {
  background-color: #0088cc;
}
.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*="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;
}
.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%;
}

/* Before & After Image */
.before-after-slider .twentytwenty-handle {
  display: none;
}
.before-after-slider.twentytwenty-container .twentytwenty-handle {
  display: block;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  font-weight: 700;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  color: #fff;
  box-shadow: 0 3px 0, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  color: #fff;
  box-shadow: 0 -3px 0, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* 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;
  display: inline-block;
  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;
}

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

/* Booked Appointment Calender styles */
body div.booked-calendar-wrap.small {
  max-width: inherit;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.top .bc-col, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 23px 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.days .bc-col, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row.days .bc-col {
  font-size: 13px;
  padding: 7px 0 8px 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 14px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName a, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-left,
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-right, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .page-left,
body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  font-size: 15px;
}
body div.booked-calendar-wrap.small table.booked-calendar, body div.booked-calendar-wrap.large table.booked-calendar {
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08) !important;
  background-color: #ebebeb;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th, body div.booked-calendar-wrap.large table.booked-calendar thead th {
  height: auto;
  min-height: auto;
  line-height: 1;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .monthName, body div.booked-calendar-wrap.large table.booked-calendar thead th .monthName {
  font-size: 14px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .monthName a.backToMonth, body div.booked-calendar-wrap.large table.booked-calendar thead th .monthName a.backToMonth {
  top: 0;
  font-size: 12px;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .page-left,
body div.booked-calendar-wrap.small table.booked-calendar thead th .page-right, body div.booked-calendar-wrap.large table.booked-calendar thead th .page-left,
body div.booked-calendar-wrap.large table.booked-calendar thead th .page-right {
  margin: 0;
  top: calc(50% - 7px);
  font-size: 15px;
}
body div.booked-calendar-wrap.small table.booked-calendar thead tr:first-of-type th, body div.booked-calendar-wrap.large table.booked-calendar thead tr:first-of-type th {
  padding: 20px 0 !important;
}
body div.booked-calendar-wrap.small table.booked-calendar thead tr.days th, body div.booked-calendar-wrap.large table.booked-calendar thead tr.days th {
  padding: 8px 0 !important;
  font-size: 12px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small table.booked-calendar td, body div.booked-calendar-wrap.large table.booked-calendar td {
  font-size: 17px;
}
body div.booked-calendar-wrap.small .booked-appt-list h2, body div.booked-calendar-wrap.large .booked-appt-list h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot, body div.booked-calendar-wrap.large .booked-appt-list .timeslot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot, body div.booked-calendar-wrap.large .booked-appt-list .timeslot {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot:hover, body div.booked-calendar-wrap.large .booked-appt-list .timeslot:hover {
  background: transparent;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people {
  display: inline-block;
  height: auto;
  padding: 0;
  float: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time,
  body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people {
    width: 100%;
  }
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time {
  margin-right: auto;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .timeslot-range,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .timeslot-range,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .spots-available {
  display: block;
  text-align: left;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .spots-available {
  padding: 5px 0 0 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button {
  padding: 0 30px;
  margin: 0;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  transition: all 100ms ease-in-out;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .spots-available {
  display: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .button-text {
  display: block;
}
body .booked-calendarSwitcher {
  width: auto;
  display: inline-block;
  margin-left: 8px;
  padding: 0 15px;
}
body .booked-calendarSwitcher::before {
  top: 13px;
}
body .booked-calendarSwitcher i.fa-solid {
  display: inline-block;
}
body .booked-calendarSwitcher.calendar select {
  padding: 8px 5px;
  height: auto;
}
body .booked-calendarSwitcher.calendar p:before {
  top: 13px;
  right: 6px;
}
body .booked-calendarSwitcher > p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  body .booked-modal {
    top: 30px;
    left: 30px;
    right: 30px;
  }
}
body .booked-modal .bm-window p.booked-title-bar {
  padding: 15px 30px 15px 30px;
}
body .booked-modal .bm-window p.appointment-info {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}
body .booked-modal .bm-window .close {
  right: 14px;
}
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: 2px;
  font-size: 14px;
}
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 {
  display: flex;
  align-items: center;
  top: 1px;
  padding-left: 0;
  padding-bottom: 6px;
}
body .booked-form .field .checkbox-radio-block label {
  font-size: 14px;
  padding-left: 10px;
}
body .booked-form .field .checkbox-radio-block:first-of-type {
  margin-top: -6px;
}
body .booked-form .field label.field-label {
  color: #474747;
}
body .booked-form input[type=checkbox] {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
body .booked-form input[type=checkbox]:checked {
  border-color: transparent;
  background-color: #3489d9;
  background-image: url(assets/images/checkmark.svg);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
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: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 2px;
  transition: all 100ms ease-out;
}
body .booked-form input[type=submit]:hover,
body .booked-form button:hover {
  border: none;
}

body #booked-profile-page .booked-user h3 {
  font-size: 18px !important;
  padding: 0 4px;
}
@media screen and (min-width: 992px) {
  body #booked-profile-page .booked-user h3 {
    padding: 4px 0 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  body #booked-profile-page .booked-user-avatar {
    display: none;
  }
}
body #booked-profile-page .booked-profile-header .booked-user {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  body #booked-profile-page .booked-profile-header .booked-logout-button {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 14px;
    color: #fff;
  }
}
body #booked-profile-page .booked-tabs li div.counter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  padding: 0.5rem 0.65rem 0.5rem 33px;
  font-size: 13px;
  font-weight: 700;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  top: 7px;
}
body #booked-profile-page .appt-block .booked-cal-buttons .addeventatc_icon {
  background-size: 11px;
}
body #booked-profile-page .booked-fea-appt-list .appt-block {
  font-size: 15px;
}
body #booked-profile-page .booked-fea-appt-list .booked-fea-buttons {
  float: right;
}
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;
  border-radius: 2px;
}
body #booked-profile-page #booked-page-form .login-remember {
  margin-top: 5px;
}
body #booked-profile-page #booked-page-form .login-remember input {
  top: 0;
}
body #booked-profile-page input[type=submit].button-primary {
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  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 ul li::before {
  color: rgba(255, 255, 255, 0.3);
}
.footer .widget 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;
  padding: 30px 35px;
  border-radius: 2px;
  border-bottom-right-radius: 50px;
  background-color: #2f529b;
}
.content-area .widget_nav_menu::before, .content-area .widget_nav_menu::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  background-color: #3d92e4;
}
.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;
  left: 0;
  content: "\f105";
  padding-right: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 100ms ease-out;
}
.content-area .widget_nav_menu .menu li {
  list-style: none;
  position: relative;
}
.content-area .widget_nav_menu .menu li a {
  display: inline-block;
  margin: 5px 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.content-area .widget_nav_menu .menu li a:hover {
  color: #fff;
}
.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 {
  color: #fff;
}
.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: 30px;
}
.content-area .widget_nav_menu .menu li ul.sub-menu li a:hover {
  color: #fff;
}
.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-top: 8px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main .widget_nav_menu li::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4294e1;
}
.footer-main .widget_nav_menu li:first-of-type {
  padding-top: 0;
}
.footer-main .widget_nav_menu li:first-of-type::before {
  top: 13px;
}
.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_nav_menu .menu > li {
  padding-bottom: 8px;
}
.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;
}

/*--------------------------------------------------------------
# 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%;
}

.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-edit-link {
  margin-left: 5px;
}
.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 input[type="submit"] {
  width: auto;
  padding: 13px 34px;
  border-color: transparent;
  background-color: #4294e1;
}
.comments-area .comment-form input[type="submit"]:hover, .comments-area .comment-form input[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;
  }
}
.comments-area .comment-form .comment-form-cookies-consent label,
.comments-area .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.comments-area .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
}

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

/*--------------------------------------------------------------
# 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;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
}

.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:not(.blog).sidebar-hide .alignfull {
  width: 100vw;
  margin-left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.blog).sidebar-hide .alignfull img {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  body:not(.blog).sidebar-hide .alignwide {
    left: 0;
    width: 970px;
    margin-left: 50%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 1300px;
  }
}

/* Table */
.wp-block-table {
  margin: 0;
}
.wp-block-table th {
  border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
}
.wp-block-table figcaption {
  font-size: 15px;
  color: #a5a5a5;
}
.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-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #4294e1;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
.wp-block-quote:not(.is-large):not(.is-style-large):hover {
  border-color: #3489d9;
}
.wp-block-quote:not(.is-large):not(.is-style-large):not(.has-text-align-right) {
  padding-left: 50px;
  border-width: 0 0 0 4px;
}
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  padding-right: 50px;
  border-width: 0 4px 0 0;
}
.wp-block-quote > p {
  margin-bottom: 0;
}
.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 30px 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: 30px 0;
  padding: 47px 0;
  border-left: none;
  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;
}
@media (max-width: 580px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: inherit;
  }
}
.wp-block-pullquote blockquote {
  margin: auto;
  padding: 0;
  border-left: none;
}
.wp-block-pullquote blockquote p {
  padding: 0 50px;
  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;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
}

/* 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 {
  margin-bottom: 28px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  padding: 20px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #4294e1;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
  border-color: transparent;
  background-color: #3489d9;
}
.wp-block-button .wp-block-button__link:first-of-type {
  margin-right: 5px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 19px 34px;
  color: #969696;
  text-shadow: none;
  border-radius: 1px;
  border: 2px solid 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 {
  text-align: center;
  margin-bottom: 20px;
}

/* Buttons (Group) */
.wp-block-buttons {
  margin-bottom: 28px;
}

.wp-block-buttons .wp-block-button {
  margin: 0 10px 0 0;
}

/* Latest Posts Block */
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.wp-block-latest-posts__post-date {
  font-size: 14px;
  color: #969696;
}

/* Latest Comments Block */
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments li {
  position: relative;
  padding-left: 20px;
}
.wp-block-latest-comments li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.wp-block-latest-comments li:hover::before {
  color: rgba(0, 0, 0, 0.5);
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts {
  padding-left: 0;
  margin-bottom: 30px;
}
.wp-block-categories select,
.wp-block-archives select,
.wp-block-latest-posts select {
  width: auto;
  padding: 13px 20px;
  border: 1px solid #eee;
  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;
}
.wp-block-categories select:focus,
.wp-block-archives select:focus,
.wp-block-latest-posts select:focus {
  border-color: #cecece;
  outline: none;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  position: relative;
  list-style: none;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before,
.wp-block-latest-posts li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.wp-block-categories li a:hover::before,
.wp-block-archives li a:hover::before,
.wp-block-latest-posts li a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count,
.wp-block-latest-posts li .cat-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #343434;
  text-align: center;
  border-radius: 50%;
  background-color: #f7d32d;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}

/* Archive dropdown */
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

/* Column Block */
.wp-block-column {
  margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
  height: auto;
  margin: 30px auto;
  border-bottom: 1px solid #d0d5da;
  background: none;
}
.wp-block-separator + h2 {
  clear: left;
}

.wp-block-columns {
  margin-bottom: 30px;
}

/* Image Block */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Gallery Block */
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px;
  font-style: 15px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 15px 10px;
  font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embe figcaption,
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.25;
}
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #fff;
}

/* Verse */
pre.wp-block-verse {
  display: block;
  font-family: monospace;
}

/* Embedd Block */
.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /* Media */
}
.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}
@media screen and (max-width: 580px) {
  .wp-block-embed__wrapper {
    overflow: scroll;
  }
}
.wp-block-embed__wrapper .embed-responsive {
  overflow: visible;
  margin-bottom: 0;
}

/* Twitter Embed Block */
.wp-block-embed-twitter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-embed-twitter .embed-responsive::before {
  padding-top: 0;
}

/* Facebook Embed Block */
.wp-block-embed-facebook .embed-responsive::before {
  padding-top: 0;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper .embed-responsive::before {
  padding-top: 68%;
}

/* Calendar Block */
.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar table > caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #4294e1;
}
.wp-block-calendar table thead {
  background-color: #dedede;
}
.wp-block-calendar table thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}

/* Comments Block */
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment-avatar {
  margin-right: 20px;
}
.wp-block-latest-comments__comment-date {
  font-size: 14px;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 58px;
}

/* Search Block */
.wp-block-search {
  margin-bottom: 25px;
}
.wp-block-search .wp-block-search__input {
  color: #a5a5a5;
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.wp-block-search .wp-block-search__input:active, .wp-block-search .wp-block-search__input:focus {
  color: #a5a5a5;
  outline: none;
  border-color: #cecece;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  color: #343434;
  font-weight: 500;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  height: 60px;
  padding: 14px 35px;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #4294e1;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #3489d9;
}

/* Audio Block */
.wp-block-audio audio {
  min-width: auto;
}
.wp-block-audio figure {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-audio figcaption {
  font-size: 15px;
  color: #a5a5a5;
}

/* File Block */
.wp-block-file .wp-block-file__button {
  font-weight: 700;
  background-color: #4294e1;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 1;
  background-color: #3489d9;
}

/* Tagcloud Block */
.wp-block-tag-cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: #fff;
  border-color: transparent;
  background-color: #3489d9;
}

/* Media Block */
p:last-of-type + .wp-block-media-text,
p:last-of-type + .wp-block-cover {
  margin-top: 20px;
}

/* Block Group */
.wp-block-group + p:last-of-type {
  margin-top: 25px;
}
