/*!
 Theme Name:   Adri Ajdethemes Child - Royal
 Theme URI:    https://ajdethemes.com/adri
 Description:  Adri Ajdethemes Child Theme
 Author:       AjdeThemes
 Author URI:   https://ajdethemes.com
 Template:     adri-ajdethemes
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  adri-ajdethemes
 */
/*! ------------------------- Table of Contents -------------------------
 0.1 Settings (variables)
 0.2 Mixins
 1.0 Typography
 1.1 Headings
 1.2 Links
 1.3 Section Title
 2.0 Utilities
 3.0 Miscellaneous
 4.0 Buttons
 4.1 Button Regular
 4.2 Button Ghost
 4.3 Button Classic
 4.4 Button Text Arrow
 4.5 Play Button
 4.6 Button Interactive
 5.0 Forms
 5.1 Inputs Fields
 5.2 Checkbox & Radio Input
 5.3 CF7 Forms
 5.4 Inline Newsletter Form
 6.0 Blog Post
 6.1 Blog Post - Classic
 6.2 Blog Post - Columns
 6.3 Blog Post - Minimal
 6.4 Blog Post - Card
 6.5 Page Title
 6.6 Pagination
 6.7 Blog Single
 6.8 Blog Single - Author Bio
 6.9 Blog Single - Comments
 6.10 404 Not Found - Page
 6.11 Post Navigation (Prev/Next)
 6.12 Sidebar
 7.0 Widgets (Sidebar)
 7.1 Widget - Archive
 7.2 Widget - Calendar
 7.3 Widget - Categories
 7.4 Widget - Gallery
 7.5 Widget - Meta
 7.6 Widget - Nav
 7.7 Widget - Pages
 7.8 Widget - Recent Comments
 7.9 Widget - Recent Entries
 7.10 Widget - RSS
 7.11 Widget - Search
 7.12 Widget - Tag Cloud
 7.13 Widget - Text
 7.14 Widgets - Select Input
 7.15 Widget - Twitter Feed
 7.16 Shortcode - Widget Text (Accordion)
 7.17 Shortcode - Widget Text (Newsletter)
 7.18 Widget - Recent Posts Slider
 8.0 WP Block
 8.1 WP Block - Image
 8.2 WP Block - Blockquote
 8.4 WP Block - Button
 8.5 WP Block - File
 9.0 Navigation
 9.1 Navigation - Mobile
 9.2 Navigation - Desktop
 9.3 Navigation - Brand
 9.4 Navigation - Burger
 9.5 Navigation - Cart
 9.6 Navigation - Mega Menu
 9.7 Navigation - Secondary
 9.8 Navigation - Utility
 10.0 Footers
 10.1 Footer Bottom
 10.2 Footer Menu
 10.3 Search Modal
 10.4 Footer Light Color
 11.0 Features
 11.1 Counter
 11.2 Inline Icon
 11.3 Frame Icon
 11.4 Feature Image - Frame
 11.5 Feature Image - Classic
 11.6 Feature Image - Stacked
 11.7 Accordion
 11.8 Testimonial Slider
 11.9 Section Title
 11.10 Feature - Intro
 11.11 Feature - Intro 2
 11.12 Feature - Intro 3
 11.13 Feature - Intro Image
 11.14 Feature - Intro Image - 2
 12.0 Team Members
 12.1 Team Card
 12.2 Team Inline
 13.0 Pricing Table
 14.0 Sliders
 14.1 Neue Slider
 14.2 Image Slider
 14.3 Thirds Slider
 15.0 Portfolio
 15.1 Portfolio Classic
 15.2 Portfolio Minimal
 15.3 Portfolio Neue
 16.0 Contact
 16.1 Contact - Classic
 16.2 Contact - Tabs
 */
/*
 [1.0] Typography
 ---------------------------- */
body {
  font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #66686f;
}
body strong {
  font-weight: 600;
}
small {
  font-size: 0.87rem;
}
.extra-small {
  font-size: 0.75rem;
}
/*
 [1.1] Headings
 ---------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #0d3a73;
}
h1, .h1, .has-h-1-size-font-size {
  font-size: 2.125rem;
}
h2, .h2, .has-h-2-size-font-size {
  font-size: 1.875rem;
}
h3, .h3, .has-h-3-size-font-size {
  font-size: 1.625rem;
}
h4, .h4, .has-h-4-size-font-size {
  font-size: 1.375rem;
}
h5, .h5, .has-h-5-size-font-size {
  font-size: 1.125rem;
}
h6, .h6, .has-h-6-size-font-size {
  font-size: 1rem;
}
/*
 [1.2] Links
 ---------------------------- */
a {
  color: #f1c94f;
  text-decoration: none;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #0d3a73;
  text-decoration: none;
}
.a-silent {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  text-decoration: none;
}
.a-silent:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.a-silent:hover, .a-silent:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.a-silent:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.a-link {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  border-bottom: 1px solid rgba(242, 205, 93, .7);
  color: #f1c94f;
  text-decoration: none;
  text-decoration: none;
}
.a-link:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.a-link:hover, .a-link:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.a-link:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers) {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  border-bottom: 1px solid rgba(242, 205, 93, .7);
  color: #f1c94f;
  text-decoration: none;
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before, .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before, .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before, .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover, .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover, .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover, .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover, .post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus, .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus, .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus, .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before, .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before, .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before, .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.post-single a > img, .site-page-default a > img {
  z-index: 1;
}
/*
 [1.3] Blockquote
 ---------------------------- */
blockquote {
  position: relative;
  display: block;
  margin: 30px 0;
  padding-left: 30px;
  border: none;
  line-height: normal;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0d3a73;
}
blockquote:before {
  content: '';
  position: absolute;
  display: block;
  margin-right: 30px;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ffa500;
}
blockquote cite, blockquote .wp-block-quote__citation {
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
}
/*
 [1.4] Other
 ---------------------------- */
::-moz-selection {
  background: #ddd;
  color: #262628;
}
::selection {
  background: #ddd;
  color: #262628;
}
dl {
  margin: 15px 0;
}
dl dt {
  color: #262628;
}
dl dd {
  padding-left: 30px;
}
q {
  font-style: italic;
  color: #262628;
  font-size: 1.125rem;
}
mark {
  background-color: #ffe566;
  color: #66686f;
}
.has-drop-cap:first-letter {
  padding: 15px 11px;
  margin-right: 15px !important;
  font-size: 2.7rem !important;
  font-weight: 600 !important;
  background: #0d3a73;
  color: #ffa500;
}
pre, code {
  font-size: 1rem;
  font-family: Menlo, Consolas, monaco, monospace;
}
pre {
  margin: 15px 0;
  padding: 15px 30px;
  border: 1px solid #ddd;
}
code {
  padding: 2px;
  color: #262628;
  background: #ddd;
}
/*
 [2.0] Utilities
 --------------------------------- */
.alignleft {
  float: left;
  margin: 15px 40px 15px 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 15px 0 15px 40px;
  clear: both;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  clear: both;
  text-align: center !important;
}
.aligncenter figcaption {
  text-align: inherit !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.has-left-content {
  text-align: left;
}
.has-right-content {
  text-align: right;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.container {
  max-width: 1140px !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 15px !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px !important;
}
.social-icons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.social-icons li {
  margin-right: 20px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  border-bottom: none !important;
  color: #0d3a73;
}
.social-icons li a:hover, .social-icons li a:focus {
  border-bottom: none;
  color: #ffa500;
}
.social-icons li a:before {
  content: none !important;
}
.center-no-results {
  margin-left: auto;
  margin-right: auto;
}
.row .col-lg-8 .row .center-no-results {
  min-width: 100%;
}
.no-results {
  margin-bottom: 90px;
  padding: 60px 30px;
  text-align: center;
  background: rgba(16, 69, 71, .05);
}
.no-results .no-results-icon, .no-results .step-nbr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 60px auto;
  border-radius: 100px;
  border: 2px solid #ffa500;
}
.no-results .no-results-icon:after, .no-results .step-nbr:after {
  content: '!';
  position: absolute;
  left: 5px;
  right: 0;
  font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0d3a73;
  line-height: 1.1;
}
.no-results p {
  font-size: 1.25rem;
  color: #0d3a73;
  font-weight: 400;
}
.no-results h1 {
  margin-bottom: 60px;
}
.no-results .onboarding-steps {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
.no-results .onboarding-steps li {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.no-results .onboarding-steps li .step-nbr {
  flex-shrink: 0;
  margin: 0 auto 30px auto;
  text-align: center;
}
.no-results .onboarding-steps li:first-child .step-nbr:after {
  content: '1.';
}
.no-results .onboarding-steps li:nth-child(2) .step-nbr:after {
  content: '2.';
}
.no-results .onboarding-steps li:last-child {
  margin-bottom: 0;
}
.no-results .onboarding-steps li p {
  margin-bottom: unset;
  font-weight: 300;
  color: #66686f;
  font-size: 1rem;
}
.no-results .onboarding-steps li p a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(236, 183, 22, 0);
  color: inherit;
  border-bottom: 1px solid rgba(242, 205, 93, .7);
  color: #f1c94f;
  text-decoration: none;
}
.no-results .onboarding-steps li p a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ecb716;
  transition: all 0.35s;
  opacity: 0;
}
.no-results .onboarding-steps li p a:hover, .no-results .onboarding-steps li p a:focus {
  color: #ecb716;
  border-bottom: 1px solid rgba(236, 183, 22, .4);
}
.no-results .onboarding-steps li p a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
@media (min-width: 576px) {
  .no-results {
    padding: 60px;
  }
  .no-results .onboarding-steps {
    text-align: left;
  }
  .no-results .onboarding-steps li {
    flex-flow: row;
    align-items: center;
  }
  .no-results .onboarding-steps li .step-nbr {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .no-results {
    padding: 90px;
  }
}
/*
 [3.0] Miscellaneous
 --------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
}
body:not(.elementor-page):not(.woocommerce-page) .post figure figcaption, body:not(.elementor-page):not(.woocommerce-page) .page figure figcaption, body:not(.elementor-page):not(.woocommerce-page) .wp-caption figcaption, body:not(.elementor-page):not(.woocommerce-page) .post figure .wp-caption-text, body:not(.elementor-page):not(.woocommerce-page) .page figure .wp-caption-text, body:not(.elementor-page):not(.woocommerce-page) .wp-caption .wp-caption-text {
  border: none;
  margin: 10px 0 0 15px;
  font-size: 0.87rem;
  text-align: initial;
  line-height: initial;
  color: #aaabaf;
}
body:not(.elementor-page):not(.woocommerce-page) .post figure figcaption:before, body:not(.elementor-page):not(.woocommerce-page) .page figure figcaption:before, body:not(.elementor-page):not(.woocommerce-page) .wp-caption figcaption:before, body:not(.elementor-page):not(.woocommerce-page) .post figure .wp-caption-text:before, body:not(.elementor-page):not(.woocommerce-page) .page figure .wp-caption-text:before, body:not(.elementor-page):not(.woocommerce-page) .wp-caption .wp-caption-text:before {
  content: '\f03e';
  margin-right: 7px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
}
body:not(.elementor-page):not(.woocommerce-page) figure {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
body:not(.elementor-page):not(.woocommerce-page) figure img {
  max-width: 100% !important;
  z-index: unset;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  width: 100%;
}
.gallery .gallery-item figcaption {
  margin-left: 0 !important;
}
.gallery img {
  width: 100%;
}
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
  padding: 15px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) th, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) td {
  padding: 5px;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) th p, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) td p {
  margin: 0;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) thead, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tfoot {
  border: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) thead tr th, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tfoot tr th, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) thead tr td, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tfoot tr td {
  font-weight: 600;
  color: #0d3a73;
  text-align: initial;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tr {
  border: 1px solid #ddd;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tr th, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list) tr td {
  border: none;
  border-right: 1px solid #ddd;
}
@media (min-width: 576px) {
  body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) table tr th, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) table tr td {
    padding: 5px 15px;
  }
}
hr {
  display: block;
  margin: 60px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #aaabaf;
}
/*
 [5.0] Forms
 --------------------------------- */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], input[type="time"], input[type="week"], input[type="url"], textarea, select {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid #aaabaf;
  transition: all 0.35s;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="url"]:hover, textarea:hover, select:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  border-color: #0d3a73;
}
textarea {
  padding: 10px 20px;
  height: unset;
  min-height: 50px;
}
input[type="submit"] {
  height: 50px;
  width: 100%;
  border-radius: 0;
  border: none;
  background: #0d3a73;
  color: #ffa500;
  box-shadow: unset;
  transition: all 0.35s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  color: #0d3a73;
  background: #ffa500;
}
p > label {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 0.87rem;
  color: #0d3a73;
}
/*
 [5.1] Inputs Fields
 --------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 30px;
  background: #ffa500;
}
.form-group label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  transition: transform 0.35s;
}
.form-group br {
  display: none !important;
}
.form-style {
  display: flex;
  align-items: center;
  padding: 20px 15px 0 15px !important;
  width: 100%;
  border: 1px solid #aaabaf;
  background: #fff;
  color: #0d3a73;
  transform: translate(0, 0);
  transition: all 0.35s;
}
.form-style:hover {
  border-color: #0d3a73;
}
.form-style:focus {
  outline: none;
  border-color: #0d3a73;
}
input.form-style {
  height: 50px;
}
.form-group.is-focused label, .form-group.is-not-empty label {
  top: 5px;
  font-size: 0.81rem;
  font-weight: 600;
  color: #0d3a73;
  transition: all 0.35s;
}
.form-group.is-focused .form-style {
  transform: translate(-8px, -8px);
}
.form-group.is-focused label {
  transform: translate(-8px, -8px);
}
[type="file"] {
  padding: 11px;
  width: 100%;
  background: #fff;
}
.form-group-file {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #aaabaf;
}
.form-group-file label {
  padding-left: 11px;
  font-weight: 600;
  font-size: 0.87rem;
  color: #0d3a73;
}
/*
 [5.2] Checkbox & Radio Inputs
 ----------------------------------------- */
.form-group-checkbox {
  margin-bottom: 30px;
  display: flex;
}
.form-group-checkbox input {
  display: none;
}
.form-group-checkbox label {
  display: inline-flex;
  align-items: center;
}
.form-group-checkbox label:before {
  content: '\2715';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #aaabaf;
  background: rgba(16, 69, 71, 0);
  color: rgba(242, 205, 93, 0);
  transition: all 0.35s;
}
.form-group-checkbox label:hover, .form-group-checkbox label:focus {
  cursor: pointer;
  outline: none;
}
.form-group-checkbox label:hover:before, .form-group-checkbox label:focus:before {
  border-color: #0d3a73;
}
.form-group-checkbox input:checked + label:before {
  border-color: #0d3a73;
  background: rgba(16, 69, 71, 1);
  color: rgba(242, 205, 93, 1);
}
.form-group-radio {
  display: flex;
}
.form-group-radio input {
  display: none;
}
.form-group-radio label {
  display: inline-flex;
  align-items: center;
}
.form-group-radio label:before {
  content: '';
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #aaabaf;
  border-radius: 100px;
  background: rgba(16, 69, 71, 0);
  color: rgba(242, 205, 93, 0);
  transition: border-color 0.35s;
}
.form-group-radio label:hover, .form-group-radio label:focus {
  cursor: pointer;
  outline: none;
}
.form-group-radio label:hover:before, .form-group-radio label:focus:before {
  border-color: #0d3a73;
}
.form-group-radio input:checked + label:before {
  border: 9px solid #0d3a73;
  background: rgba(242, 205, 93, 1);
  color: rgba(242, 205, 93, 1);
}
/*
 [5.3] CF7 Forms
 --------------------------------- */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  min-width: 100%;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #e94f37;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -21px;
  display: block;
  width: 100%;
  min-width: 100%;
  font-size: 0.87rem;
  color: #e94f37;
}
.wpcf7 form .wpcf7-response-output {
  display: flex;
  padding: 20px;
  margin: 0;
  border: none;
  border-top: 2px solid;
  font-size: 0.87rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #e94f37;
  border-color: #e94f37;
  background: rgba(233, 79, 55, .2);
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #009b72;
  border-color: #009b72;
  background: rgba(0, 155, 114, .2);
}
/*
 [5.4] Inline Newsletter Form
 --------------------------------- */
.inline-newsletter-form {
  position: relative;
  margin-top: 25px;
}
.inline-newsletter-form input[type="email"] {
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: unset;
  border: 1px solid #0d3a73;
  color: #0d3a73;
  transition: all 0.35s;
}
.inline-newsletter-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0d3a73;
}
.inline-newsletter-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d3a73;
}
.inline-newsletter-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #0d3a73;
}
.inline-newsletter-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #0d3a73;
}
.inline-newsletter-form input[type="email"]:hover, .inline-newsletter-form input[type="email"]:focus {
  outline: none;
  background: rgba(16, 69, 71, .05);
}
.inline-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #0d3a73;
  color: #ffa500;
  font-size: 1rem;
  border: unset;
  overflow: hidden;
  transition: background-color 0.35s;
}
.inline-newsletter-form button i:after {
  content: "\f1d8";
  position: absolute;
  bottom: -35px;
  left: -35px;
}
.inline-newsletter-form button:hover, .inline-newsletter-form button:focus {
  outline: none;
  background: #0e3d3f;
}
.inline-newsletter-form button:hover i, .inline-newsletter-form button:focus i {
  transform: translateX(35px) translateY(-35px);
  transition: transform 0.4s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.inverted.inline-newsletter-form input[type="email"] {
  border-color: #ffa500;
  color: #ffa500;
}
.inverted.inline-newsletter-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffa500;
}
.inverted.inline-newsletter-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffa500;
}
.inverted.inline-newsletter-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffa500;
}
.inverted.inline-newsletter-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffa500;
}
.inverted.inline-newsletter-form button {
  background: #ffa500;
  color: #0d3a73;
}
.cta-newsletter input[type="email"] {
  height: 50px;
  padding-left: 20px;
}
.cta-newsletter input[type="email"]:hover, .cta-newsletter input[type="email"]:focus {
  background: rgba(242, 205, 93, .05);
}
.cta-newsletter button {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}
.cta-newsletter button:hover, .cta-newsletter button:focus {
  background: #f0c645;
}
.wpcf7-form .cta-newsletter + .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
/*
 [6.0] Blog Post - General Styles
 ------------------------------------ */
article.post, article.page, article.product {
  margin-bottom: 90px;
}
article.post .wp-post-image, article.page .wp-post-image, article.product .wp-post-image {
  width: 100%;
  height: auto;
}
article.post .post-title, article.page .post-title, article.product .post-title {
  word-break: break-word;
}
article.post .post-meta, article.page .post-meta, article.product .post-meta {
  display: flex;
}
article.product .post-meta {
  justify-content: space-between;
}
article.post-classic .post-cat, article.post-col .post-cat, article.post-min .post-cat {
  display: block;
  margin-bottom: 10px;
  color: #aaabaf;
  font-weight: 600;
}
article.post-classic .post-cat:hover, article.post-col .post-cat:hover, article.post-min .post-cat:hover, article.post-classic .post-cat:focus, article.post-col .post-cat:focus, article.post-min .post-cat:focus {
  color: #0d3a73;
}
article.post-classic .post-button, article.post-col .post-button, article.post-min .post-button {
  margin-top: 30px;
}
article.post-classic .post-date, article.post-col .post-date {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  box-shadow: 5px 5px 0px #fff;
  background: #ffa500;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 0.87rem;
  text-align: center;
  color: #0d3a73;
  z-index: 10;
}
article.post-classic .post-date span, article.post-col .post-date span {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
article.post-classic p, article.post-col p {
  color: #66686f;
}
article.post-classic .post-thumbnail-link, article.post-col .post-thumbnail-link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
article.post-classic .post-thumbnail-link:before, article.post-col .post-thumbnail-link:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffa500;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
article.post-classic .post-thumbnail-link img, article.post-col .post-thumbnail-link img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 1;
}
article.post-classic .post-thumbnail-link:hover:before, article.post-col .post-thumbnail-link:hover:before {
  opacity: 0.4;
}
article.post-classic .post-thumbnail-link:hover img, article.post-col .post-thumbnail-link:hover img {
  transform: scale(1.05);
}
.post-single .entry-title {
  word-break: break-word;
}
.bypostauthor {
  font-family: inherit;
}
.sticky {
  margin: unset;
}
.sticky.post-col .post-meta:before, .sticky.post-classic .post-meta:before {
  content: '\f02e';
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.87rem;
  color: #aaabaf;
}
.sticky.post-min .post-date:before, .sticky.post-card .post-date:before {
  content: '\f02e';
  position: relative;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.87rem;
  color: #aaabaf;
}
.no-pt-spacing {
  margin-top: 90px;
}
.gallery-caption {
  margin: unset;
}
/*
 [6.1] Blog Post - Classic
 --------------------------------- */
article.post-classic .post-title {
  margin-bottom: 30px;
  color: #0d3a73;
}
article.post-classic .post-title a {
  color: inherit;
  background-image: linear-gradient(#ffa500, #ffa500);
  background-position: 0 1.875rem;
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-classic .post-title a:hover, article.post-classic .post-title a:focus {
  background-size: 8px 8px;
}
article.post-classic p {
  margin: 0;
  line-height: 1.7;
}
article.post-classic.has-post-thumbnail {
  position: relative;
}
article.post-classic.has-post-thumbnail .post-date {
  position: absolute;
  top: -20px;
  left: -10px;
}
@media (min-width: 768px) {
  article.post-classic .post-date {
    width: 55px;
    height: 55px;
    box-shadow: 6px 6px 0px #fff;
    font-size: 1.125rem;
  }
  article.post-classic .post-date span {
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  article.post-classic.has-post-thumbnail .post-date {
    left: -20px;
  }
}
/*
 [6.2] Blog Post - Column
 --------------------------------- */
article.post-col .post-title {
  margin: 0 0 30px 0;
  font-size: 1.375rem;
  color: #0d3a73;
}
article.post-col .post-title a {
  color: inherit;
  color: inherit;
  background-image: linear-gradient(#ffa500, #ffa500);
  background-position: 0 1.375rem;
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-col .post-title a:hover, article.post-col .post-title a:focus {
  background-size: 6px 6px;
}
article.post-col p {
  margin: 0;
}
article.post-col.has-post-thumbnail {
  position: relative;
}
article.post-col.has-post-thumbnail .post-date {
  position: absolute;
  top: -10px;
  left: -10px;
}
/*
 [6.3] Blog Post - Minimal
 --------------------------------- */
article.post-min .post-title {
  margin: 0 0 60px 0;
  font-size: 1.375rem;
  color: #0d3a73;
}
article.post-min .post-title a {
  color: inherit;
  background-image: linear-gradient(#ffa500, #ffa500);
  background-position: 0 1.375rem;
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-min .post-title a:hover, article.post-min .post-title a:focus {
  background-size: 6px 6px;
}
article.post-min .post-meta {
  flex-flow: column;
  align-items: unset;
  justify-content: flex-start;
}
article.post-min .post-cat, article.post-min .post-date {
  font-size: 0.87rem;
}
article.post-min .post-author {
  color: #0d3a73;
  font-weight: 600;
}
article.post-min .post-author a {
  color: inherit;
  opacity: 1;
}
article.post-min .post-author a:hover, article.post-min .post-author a:focus {
  color: inherit;
  opacity: 0.7;
}
article.post-min .post-date {
  margin-top: 3px;
  font-size: 0.87rem;
  color: #aaabaf;
}
.elementor-element article.post-min .post-title a {
  background-size: 6px 6px;
}
.elementor-element article.post-min .post-title a:hover, .elementor-element article.post-min .post-title a:focus {
  background-size: 0 0;
}
/*
 [6.4] Blog Post - Card
 --------------------------------- */
.post-card {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  min-height: 310px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0);
  background-size: cover;
  background-position: center;
  transition: all 0.35s;
}
.post-card > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 30px 30px 30px;
  background: rgba(244, 244, 244, .95);
  transition: all 0.5s;
}
.post-card > a .post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 0.87rem;
  color: #66686f;
  transition: all 0.35s;
}
.post-card > a .post-title {
  transition: all 0.35s;
  min-height: 130px;
  overflow: hidden;
}
.post-card > a .post-cta {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.post-card > a .post-cta:before {
  content: '';
  position: relative;
  top: 12px;
  display: block;
  width: 50px;
  border-bottom: 4px solid #ffa500;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.35s;
}
.post-card > a .post-cta span {
  display: block;
  font-weight: 600;
  color: #ddd;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: all 0.35s;
}
.post-card:hover, .post-card:focus {
  box-shadow: 10px 10px 0px #ffa500;
}
.post-card:hover > a, .post-card:focus > a {
  background: rgba(38, 38, 40, .6);
}
.post-card:hover > a .post-date, .post-card:focus > a .post-date {
  color: #ddd;
}
.post-card:hover > a .post-title, .post-card:focus > a .post-title {
  color: #fff;
}
.post-card:hover > a .post-cta:before, .post-card:focus > a .post-cta:before {
  transform: translateX(70px);
  opacity: 0;
}
.post-card:hover > a .post-cta span, .post-card:focus > a .post-cta span {
  color: #ddd;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.post-card:hover > a .post-cta span:hover, .post-card:focus > a .post-cta span:hover {
  color: #fff;
}
/*
 [6.5] Page Title
 --------------------------------- */
.page-title {
  display: flex;
  margin-bottom: 90px;
  padding: 60px 0;
  background: rgba(16, 69, 71, .05);
  color: #0d3a73;
}
.page-title h1 {
  color: inherit;
  margin: 0;
}
.page-title .subtitle {
  display: block;
  margin-top: 10px;
  color: #66686f;
}
.st-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffa500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pt-md {
  padding: 90px 0;
}
.pt-lg {
  padding: 120px 0;
}
.st-as-pt {
  margin: 90px 0;
}
.page-title.pt-has-bg-img {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.page-title.pt-has-bg-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(16, 69, 71, .9);
}
.elementor-element .page-title {
  margin-bottom: unset;
}
.elementor-element .page-title .pt-style-2 .subtitle {
  display: block;
  margin-top: unset;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffa500;
}
/*
 [6.6] Pagination
 --------------------------------- */
.page-links, nav.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 90px;
}
.page-links, .post-nav-links, nav.pagination .nav-links, nav.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
}
.page-links .page-numbers, .post-nav-links .page-numbers, nav.pagination .nav-links .page-numbers, nav.woocommerce-pagination .page-numbers, .page-links .post-page-numbers, .post-nav-links .post-page-numbers, nav.pagination .nav-links .post-page-numbers, nav.woocommerce-pagination .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(242, 205, 93, 1);
  font-weight: 600;
  color: #0d3a73;
  list-style: none;
}
.page-links .page-numbers:hover, .post-nav-links .page-numbers:hover, nav.pagination .nav-links .page-numbers:hover, nav.woocommerce-pagination .page-numbers:hover, .page-links .post-page-numbers:hover, .post-nav-links .post-page-numbers:hover, nav.pagination .nav-links .post-page-numbers:hover, nav.woocommerce-pagination .post-page-numbers:hover, .page-links .page-numbers:focus, .post-nav-links .page-numbers:focus, nav.pagination .nav-links .page-numbers:focus, nav.woocommerce-pagination .page-numbers:focus, .page-links .post-page-numbers:focus, .post-nav-links .post-page-numbers:focus, nav.pagination .nav-links .post-page-numbers:focus, nav.woocommerce-pagination .post-page-numbers:focus {
  background: rgba(242, 205, 93, .3);
  border-color: rgba(242, 205, 93, .1);
}
.page-links .page-numbers span, .post-nav-links .page-numbers span, nav.pagination .nav-links .page-numbers span, nav.woocommerce-pagination .page-numbers span, .page-links .post-page-numbers span, .post-nav-links .post-page-numbers span, nav.pagination .nav-links .post-page-numbers span, nav.woocommerce-pagination .post-page-numbers span {
  font-weight: 999;
}
.page-links .current.page-numbers, .post-nav-links .current.page-numbers, nav.pagination .nav-links .current.page-numbers, nav.woocommerce-pagination .current.page-numbers, .page-links .current.post-page-numbers, .post-nav-links .current.post-page-numbers, nav.pagination .nav-links .current.post-page-numbers, nav.woocommerce-pagination .current.post-page-numbers {
  background: #ffa500;
}
.page-links .dots.page-numbers, .post-nav-links .dots.page-numbers, nav.pagination .nav-links .dots.page-numbers, nav.woocommerce-pagination .dots.page-numbers {
  border: none;
}
.page-links .dots.page-numbers:hover, .post-nav-links .dots.page-numbers:hover, nav.pagination .nav-links .dots.page-numbers:hover, nav.woocommerce-pagination .dots.page-numbers:hover {
  border: none;
  background: unset;
}
@media (min-width: 576px) {
  .page-links .page-numbers, .post-nav-links .page-numbers, nav.pagination .nav-links .page-numbers, nav.woocommerce-pagination .page-numbers, .page-links .post-page-numbers, .post-nav-links .post-page-numbers, nav.pagination .nav-links .post-page-numbers, nav.woocommerce-pagination .post-page-numbers {
    margin: 0 5px;
    width: 46px;
    height: 46px;
  }
}
nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 90px 0;
  padding: 0;
}
nav.woocommerce-pagination ul {
  border: none !important;
}
nav.woocommerce-pagination ul:hover, nav.woocommerce-pagination ul:focus {
  background: unset !important;
}
/*
 [6.7] Blog - Single Page
 --------------------------------- */
.post-single .page-content, .editor-styles-wrapper .wp-block {
  line-height: 1.9;
}
.recent-posts {
  padding-bottom: 40px;
}
.recent-posts .recent-posts-title {
  margin-bottom: 60px;
}
.post-single .post-single-ft-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 590px;
  overflow: hidden;
}
.post-single .post-single-ft-img img {
  width: 100%;
  height: auto;
}
.post-single .post-single-ft-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(16, 69, 71, .3), rgba(16, 69, 71, .15));
}
.post-single .page-header {
  margin-top: 90px;
}
.post-single .page-header .post-cat {
  font-weight: 600;
  color: #aaabaf;
}
.post-single .page-header .post-cat a {
  color: inherit;
}
.post-single .page-header .post-cat a:hover, .post-single .page-header .post-cat a:focus {
  color: #0d3a73;
}
.post-single .page-header .entry-title {
  margin-top: 20px;
  margin-bottom: 60px;
}
.post-single .page-header .post-meta {
  display: flex;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 90px;
}
.post-single .page-header .post-meta > div {
  margin-bottom: 40px;
}
.post-single .page-header .post-meta > div:last-child {
  margin-bottom: unset;
}
.post-single .page-header .post-meta .post-author {
  display: flex;
  align-items: center;
}
.post-single .page-header .post-meta .post-author img {
  margin-right: 15px;
  max-width: 60px;
  border-radius: 100px;
}
.post-single .page-header .post-meta .post-author .author-content span {
  display: block;
  color: #66686f;
}
.post-single .page-header .post-meta .post-author .author-content .author-name {
  font-weight: 600;
  color: #0d3a73;
}
.post-single .page-header .post-meta .post-date span {
  display: block;
}
.post-single .page-header .post-meta .post-comments {
  color: #66686f;
}
.post-single .page-header .post-meta .post-comments a {
  color: #66686f;
}
.post-single .page-header .post-meta .post-comments p {
  display: block;
  margin: 0;
}
.post-single .page-header .post-meta .post-comments p .comment-nbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #ffa500;
  font-weight: 600;
  font-size: 0.9rem;
  color: #0d3a73;
  padding: 2px;
  border-radius: 100px;
  transition: all 0.35s;
}
.post-single .page-header .post-meta .post-comments p:first-child {
  color: inherit;
}
.post-single .page-header .post-meta .post-comments p:nth-child(2) {
  font-weight: 600;
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
  color: #0d3a73;
  transition: all 0.35s;
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):hover, .post-single .page-header .post-meta .post-comments p:nth-child(2):focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.post-single .post-footer {
  clear: both;
  padding-top: 60px;
}
.post-single .post-footer .tagcloud {
  color: #0d3a73;
  font-weight: 600;
}
.post-single .post-footer .post-nav-links {
  margin-top: 60px;
}
.post-single .post-footer .post-nav-links a:first-child, .post-single .post-footer .post-nav-links span:first-child {
  margin-left: 10px;
}
.post-single.has-post-thumbnail .page-header {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .post-single .page-header .post-meta {
    flex-flow: row;
    align-items: center;
  }
  .post-single .page-header .post-meta > div {
    margin-bottom: unset;
    align-items: center;
  }
  .post-single .page-header .post-meta .post-date, .post-single .page-header .post-meta .post-comments {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .site-single-post .page-header, .site-single-post .page-content, .site-single-post .post-footer {
    position: relative;
    z-index: 20;
  }
  .col-lg-8:not(.offset-lg-2) .post-single .alignwide {
    max-width: 100% !important;
  }
  .col-lg-8:not(.offset-lg-2) .post-single .alignfull {
    max-width: 100% !important;
  }
}
.nav-trans-dark + .site-single-post .post-single .post-single-ft-img:after {
  background-image: linear-gradient(180deg, rgba(170, 171, 175, .35), rgba(170, 171, 175, .05));
}
/*
 [6.8] Author Bio (single post)
 ----------------------------------- */
.author-bio {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 90px;
  padding: 40px;
  background: #f4f4f4;
  text-align: center;
}
.author-bio img {
  border-radius: 100px;
  margin: auto;
  max-width: 70px;
  height: auto;
  align-self: flex-start;
}
.author-bio .bio-nickname {
  display: block;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 0.87rem;
  color: #66686f;
  opacity: 0.7;
}
.author-bio .bio-name {
  font-weight: 600;
  color: #0d3a73;
}
.author-bio .bio-description {
  margin-top: 30px;
  color: #66686f;
}
.author-bio .bio-description .social-icons {
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .author-bio {
    flex-flow: row;
    justify-content: flex-start;
    text-align: unset;
  }
  .author-bio img {
    margin: unset;
    margin-right: 30px;
  }
  .author-bio .bio-description .social-icons {
    justify-content: flex-start;
  }
}
/*
 [6.9] Blog Single - Comments
 --------------------------------- */
.blog-post-comments {
  background: #f4f4f4;
}
.comments-area {
  padding-top: 90px;
  clear: both;
}
.comments-area .comments-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #0d3a73;
}
.comments-area .comments-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ffa500;
  color: #0d3a73;
  font-size: 1.125rem;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  margin-bottom: 90px;
}
.comments-area .comment-list li.comment .comment-author {
  display: flex;
}
.comments-area .comment-list li.comment .comment-author .avatar {
  display: inline-block;
  border-radius: 100px;
  margin-right: 30px;
}
.comments-area .comment-list li.comment .comment-author .fn {
  font-weight: 600;
  color: #0d3a73;
}
.comments-area .comment-list li.comment .comment-author .fn a {
  color: inherit;
}
.comments-area .comment-list li.comment .comment-author .fn a:hover, .comments-area .comment-list li.comment .comment-author .fn a:focus {
  opacity: 0.7;
}
.comments-area .comment-list li.comment .comment-author .says {
  display: none;
}
.comments-area .comment-list li.comment .comment-metadata {
  position: relative;
  margin-top: -45px;
  margin-left: 100px;
  font-size: 0.87rem;
  color: #aaabaf;
  z-index: 1;
}
.comments-area .comment-list li.comment .comment-metadata a {
  color: inherit;
}
.comments-area .comment-list li.comment .comment-metadata .edit-link {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.comments-area .comment-list li.comment .comment-metadata .edit-link a:hover, .comments-area .comment-list li.comment .comment-metadata .edit-link a:focus {
  color: rgba(16, 69, 71, 1);
}
.comments-area .comment-list li.comment .comment-awaiting-moderation {
  display: block;
  margin: 5px 0 0 100px;
  color: #ecb716;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 25px;
  margin-left: 100px;
}
.comments-area .comment-list li.comment .comment-content a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(242, 205, 93, 0);
  color: inherit;
  border-bottom: 1px solid rgba(242, 205, 93, .7);
  color: #f1c94f;
  text-decoration: none;
}
.comments-area .comment-list li.comment .comment-content a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.comments-area .comment-list li.comment .comment-content a:hover, .comments-area .comment-list li.comment .comment-content a:focus {
  color: #ffa500;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
}
.comments-area .comment-list li.comment .comment-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.comments-area .comment-list li.comment .reply {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  left: 100px;
}
.comments-area .comment-list li.comment .reply a {
  display: block;
  font-weight: 600;
  color: #0d3a73;
  transform: translateX(0) translateY(0);
  transition: all 0.35s;
}
.comments-area .comment-list li.comment .reply a:hover, .comments-area .comment-list li.comment .reply a:focus {
  color: #ffa500;
}
.comments-area .comment-list li.comment.bypostauthor .comment-author {
  position: relative;
}
.comments-area .comment-list li.comment.bypostauthor .comment-author:after {
  content: '\f521';
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 53px;
  left: 0px;
  height: 24px;
  width: 24px;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.7rem;
  background: #ffa500;
  border-radius: 100px;
  color: #0d3a73;
}
.comments-area .trackback, .comments-area .pingback {
  margin-bottom: 30px;
}
.comments-area .trackback a:hover, .comments-area .pingback a:hover, .comments-area .trackback a:focus, .comments-area .pingback a:focus {
  color: #efc137;
}
@media (min-width: 768px) {
  .comments-area .comment-list li.comment .children {
    margin: 0 0 0 70px;
  }
  .comments-area .comment-list li.comment .reply {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    display: inline-flex;
    margin-top: unset;
    margin-left: 100px;
  }
}
.comment-respond {
  margin-bottom: 90px;
}
.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0d3a73;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 0.87rem;
  font-weight: 300;
  color: #aaabaf;
  transition: all 0.35s;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover, .comment-respond .comment-reply-title #cancel-comment-reply-link:focus {
  color: #0d3a73;
  text-decoration: none;
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  color: inherit;
}
.comment-respond .comment-notes a:before, .comment-respond .logged-in-as a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:hover, .comment-respond .comment-notes a:focus, .comment-respond .logged-in-as a:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.comment-respond .comment-notes a:hover:before, .comment-respond .logged-in-as a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
@media (min-width: 768px) {
  .comment-respond .form-submit {
    padding-right: 60px;
  }
  .comment-respond .form-submit [type="submit"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.page .comments-area {
  margin-top: 90px;
}
/*
 [6.10] 404 Not Found - Page
 --------------------------------- */
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #0d3a73;
}
.page-404 .content-wrapper {
  text-align: center;
}
.page-404 .content-wrapper h1 {
  display: flex;
  flex-flow: column;
  color: #ffa500;
  font-size: 4rem;
}
.page-404 .content-wrapper h1 span {
  font-size: 1.625rem;
}
.page-404 .content-wrapper p {
  margin-top: 25px;
  color: #aaabaf;
  opacity: 0.8;
  line-height: 2;
}
.page-404 .content-wrapper p a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  color: #ffa500;
}
.page-404 .content-wrapper p a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.page-404 .content-wrapper p a:hover, .page-404 .content-wrapper p a:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.page-404 .content-wrapper p a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
/*
 [6.10] Post Navigation (Prev/Next)
 ---------------------------------------- */
.post-nav {
  display: none;
}
@media (min-width: 1200px) {
  .post-nav {
    position: fixed;
    top: 50%;
    left: 0;
    display: flex;
    width: 100%;
    visibility: hidden;
  }
  .post-nav .post-nav-prev, .post-nav .post-nav-next {
    position: relative;
    display: flex;
    align-items: center;
    width: 250px;
    overflow: hidden;
  }
  .post-nav .post-nav-prev .post-nav-control, .post-nav .post-nav-next .post-nav-control {
    position: absolute;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #0d3a73;
    font-weight: 600;
    writing-mode: vertical-rl;
    cursor: pointer;
    transition: all 0.35s;
  }
  .post-nav .post-nav-prev .post-nav-control:hover + .post-nav-thumb, .post-nav .post-nav-next .post-nav-control:hover + .post-nav-thumb {
    visibility: visible;
    transform: translateX(0);
  }
  .post-nav .post-nav-prev .post-nav-thumb, .post-nav .post-nav-next .post-nav-thumb {
    position: relative;
    display: block;
    padding: 20px;
    width: 270px;
    height: 160px;
    border: 1px solid #f4f4f4;
    background: #fff;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
  }
  .post-nav .post-nav-prev .post-nav-thumb:hover, .post-nav .post-nav-next .post-nav-thumb:hover {
    visibility: visible;
    transform: translateX(0);
  }
  .post-nav .post-nav-prev a, .post-nav .post-nav-next a {
    position: relative;
    display: block;
  }
  .post-nav .post-nav-prev .post-nav-label, .post-nav .post-nav-next .post-nav-label {
    position: absolute;
    display: block;
    padding-bottom: 5px;
    top: 46px;
    display: flex;
    justify-content: center;
    width: 160px;
    background: #f4f4f4;
    font-weight: 600;
    font-size: 0.87rem;
    color: #0d3a73;
    transform: rotate(-90deg);
  }
  .post-nav .post-nav-prev h6, .post-nav .post-nav-next h6 {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    max-height: 70px;
    overflow: hidden;
  }
  .post-nav .post-nav-prev i, .post-nav .post-nav-next i {
    display: block;
    margin-top: 26px;
    padding: 0;
    font-size: 30px;
    color: #0d3a73;
  }
  .post-nav .post-nav-prev {
    margin-right: auto;
  }
  .post-nav .post-nav-prev .post-nav-thumb {
    transform: translateX(-100%);
  }
  .post-nav .post-nav-prev .post-nav-thumb h6 {
    padding-left: 20px;
  }
  .post-nav .post-nav-prev .post-nav-thumb .post-nav-label {
    left: -90px;
  }
  .post-nav .post-nav-prev .post-nav-thumb i {
    margin-left: 20px;
  }
  .post-nav .post-nav-prev .post-nav-control {
    transform: translateX(-100%);
    left: 0;
  }
  .post-nav .post-nav-next {
    margin-left: auto;
  }
  .post-nav .post-nav-next .post-nav-thumb {
    transform: translateX(100%);
  }
  .post-nav .post-nav-next .post-nav-thumb h6 {
    padding-right: 20px;
  }
  .post-nav .post-nav-next .post-nav-thumb .post-nav-label {
    right: -90px;
  }
  .post-nav .post-nav-next .post-nav-control {
    transform: translateX(100%);
    right: 0;
  }
  .active.post-nav {
    visibility: visible;
  }
  .active.post-nav .post-nav-next .post-nav-control, .active.post-nav .post-nav-prev .post-nav-control {
    transform: translateX(0);
  }
}
/*
 [6.12] Sidebar
 --------------------------------- */
aside.widgets {
  overflow: hidden;
}
.col-lg-3 aside.widgets {
  position: sticky;
  top: 90px;
}
/*
 [7.0] Widgets (Sidebar)
 --------------------------------- */
.widget {
  margin-bottom: 90px;
  font-size: 0.87rem;
  color: #aaabaf;
}
.widget strong {
  color: #66686f;
}
.widget .widget-title {
  display: block;
  margin-bottom: 30px;
  font-size: 1.625rem;
  font-weight: 600;
  color: #0d3a73;
}
.widget .widget-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: all 0.35s;
}
.widget .widget-title a:hover, .widget .widget-title a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.col-lg-3 .widget .widget-title {
  font-size: 1.375rem;
}
/*
 [7.1] Widget - Archive
 --------------------------------- */
.widget_archive ul, .widget_meta ul, ul.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul > li, .widget_meta ul > li, ul.wp-block-archives > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  transition: opacity 0.35s;
}
.widget_archive ul > li:last-child, .widget_meta ul > li:last-child, ul.wp-block-archives > li:last-child {
  margin-bottom: unset;
}
.widget_archive ul > li a, .widget_meta ul > li a, ul.wp-block-archives > li a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  text-decoration: none;
}
.widget_archive ul > li a:before, .widget_meta ul > li a:before, ul.wp-block-archives > li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.widget_archive ul > li a:hover, .widget_meta ul > li a:hover, ul.wp-block-archives > li a:hover, .widget_archive ul > li a:focus, .widget_meta ul > li a:focus, ul.wp-block-archives > li a:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.widget_archive ul > li a:hover:before, .widget_meta ul > li a:hover:before, ul.wp-block-archives > li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_archive ul select, .widget_meta ul select, ul.wp-block-archives select {
  display: block;
  width: 100%;
}
/*
 [7.2] Widget - Calendar
 --------------------------------- */
.widget_calendar table, .wp-block-calendar table {
  width: 100%;
}
.widget_calendar table caption, .wp-block-calendar table caption {
  font-style: italic;
}
.widget_calendar table tr th, .wp-block-calendar table tr th, .widget_calendar table tr td, .wp-block-calendar table tr td {
  padding: 5px;
}
.widget_calendar table thead, .wp-block-calendar table thead {
  color: #0d3a73;
}
.widget_calendar table thead tr th, .wp-block-calendar table thead tr th {
  font-weight: 600;
  text-align: center !important;
}
.widget_calendar table tbody tr, .wp-block-calendar table tbody tr {
  text-align: center;
}
.widget_calendar table tbody a, .wp-block-calendar table tbody a {
  display: block;
  font-weight: 600;
  color: #0d3a73;
  background: rgba(242, 205, 93, 0);
  transition: all 0.35s;
}
.widget_calendar table tbody a:hover, .wp-block-calendar table tbody a:hover, .widget_calendar table tbody a:focus, .wp-block-calendar table tbody a:focus {
  text-decoration: none;
  background: rgba(242, 205, 93, 1);
}
.widget_calendar nav, .wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.widget_calendar nav a, .wp-block-calendar nav a {
  color: inherit;
  transition: color 0.35s;
}
.widget_calendar nav a:hover, .wp-block-calendar nav a:hover, .widget_calendar nav a:focus, .wp-block-calendar nav a:focus {
  text-decoration: none;
  color: #0d3a73;
}
.wp-block-calendar table, .editor-styles-wrapper .wp-block-calendar table {
  width: 100%;
}
.wp-block-calendar table td a, .editor-styles-wrapper .wp-block-calendar table td a {
  display: block !important;
  font-weight: 600;
  color: #0d3a73 !important;
  border: none !important;
}
.wp-block-calendar table td a:before, .editor-styles-wrapper .wp-block-calendar table td a:before {
  content: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a, .editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a {
  font-style: italic;
  color: #66686f !important;
  border: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a:before, .editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:before {
  content: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a:hover, .editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:hover, .wp-block-calendar nav.wp-calendar-nav a:focus, .editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:focus {
  color: #0d3a73 !important;
}
/*
 [7.3] Widget - Categories
 --------------------------------- */
.widget_categories > ul, .widget_pages > ul, ul.wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: initial !important;
}
.widget_categories > ul > .cat-item, .widget_pages > ul > .cat-item, ul.wp-block-categories-list > .cat-item {
  position: relative;
  padding-bottom: 10px;
  color: #aaabaf;
  font-size: 0.87rem;
  transform: translateX(0);
  transition: all 0.35s;
}
.widget_categories > ul > .cat-item:before, .widget_pages > ul > .cat-item:before, ul.wp-block-categories-list > .cat-item:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid #262628;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-60px);
  transition: all 0.35s;
}
.widget_categories > ul > .cat-item:hover, .widget_pages > ul > .cat-item:hover, ul.wp-block-categories-list > .cat-item:hover, .widget_categories > ul > .cat-item:focus, .widget_pages > ul > .cat-item:focus, ul.wp-block-categories-list > .cat-item:focus {
  color: #ffa500;
  transform: translateX(30px);
}
.widget_categories > ul > .cat-item:hover:before, .widget_pages > ul > .cat-item:hover:before, ul.wp-block-categories-list > .cat-item:hover:before, .widget_categories > ul > .cat-item:focus:before, .widget_pages > ul > .cat-item:focus:before, ul.wp-block-categories-list > .cat-item:focus:before {
  transform: translateX(-30px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
.widget_categories > ul > .cat-item:hover > a, .widget_pages > ul > .cat-item:hover > a, ul.wp-block-categories-list > .cat-item:hover > a, .widget_categories > ul > .cat-item:focus > a, .widget_pages > ul > .cat-item:focus > a, ul.wp-block-categories-list > .cat-item:focus > a {
  color: #262628;
}
.widget_categories > ul > .cat-item:hover .children, .widget_pages > ul > .cat-item:hover .children, ul.wp-block-categories-list > .cat-item:hover .children, .widget_categories > ul > .cat-item:focus .children, .widget_pages > ul > .cat-item:focus .children, ul.wp-block-categories-list > .cat-item:focus .children {
  transform: translateX(-30px);
}
.widget_categories > ul > .cat-item:hover .children .children, .widget_pages > ul > .cat-item:hover .children .children, ul.wp-block-categories-list > .cat-item:hover .children .children, .widget_categories > ul > .cat-item:focus .children .children, .widget_pages > ul > .cat-item:focus .children .children, ul.wp-block-categories-list > .cat-item:focus .children .children {
  transform: translateX(0);
}
.widget_categories > ul > .cat-item > a, .widget_pages > ul > .cat-item > a, ul.wp-block-categories-list > .cat-item > a {
  margin-right: 5px;
  color: inherit;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.widget_categories > ul > .cat-item > a:hover, .widget_pages > ul > .cat-item > a:hover, ul.wp-block-categories-list > .cat-item > a:hover, .widget_categories > ul > .cat-item > a:focus, .widget_pages > ul > .cat-item > a:focus, ul.wp-block-categories-list > .cat-item > a:focus {
  color: #262628;
}
.widget_categories > ul .children, .widget_pages > ul .children, ul.wp-block-categories-list .children, .widget_categories > ul .wp-block-categories__list, .widget_pages > ul .wp-block-categories__list, ul.wp-block-categories-list .wp-block-categories__list {
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: 0.87rem;
  transform: translateX(0);
  transition: all 0.35s;
}
.widget_categories > ul .children li, .widget_pages > ul .children li, ul.wp-block-categories-list .children li, .widget_categories > ul .wp-block-categories__list li, .widget_pages > ul .wp-block-categories__list li, ul.wp-block-categories-list .wp-block-categories__list li {
  margin-bottom: 10px;
  color: #aaabaf;
  transition: all 0.35s;
}
.widget_categories > ul .children li:last-child, .widget_pages > ul .children li:last-child, ul.wp-block-categories-list .children li:last-child, .widget_categories > ul .wp-block-categories__list li:last-child, .widget_pages > ul .wp-block-categories__list li:last-child, ul.wp-block-categories-list .wp-block-categories__list li:last-child {
  margin-bottom: unset;
}
.widget_categories > ul .children li a, .widget_pages > ul .children li a, ul.wp-block-categories-list .children li a, .widget_categories > ul .wp-block-categories__list li a, .widget_pages > ul .wp-block-categories__list li a, ul.wp-block-categories-list .wp-block-categories__list li a {
  color: inherit;
  font-weight: 400;
}
.widget_categories > ul .children li:hover, .widget_pages > ul .children li:hover, ul.wp-block-categories-list .children li:hover, .widget_categories > ul .wp-block-categories__list li:hover, .widget_pages > ul .wp-block-categories__list li:hover, ul.wp-block-categories-list .wp-block-categories__list li:hover, .widget_categories > ul .children li:focus, .widget_pages > ul .children li:focus, ul.wp-block-categories-list .children li:focus, .widget_categories > ul .wp-block-categories__list li:focus, .widget_pages > ul .wp-block-categories__list li:focus, ul.wp-block-categories-list .wp-block-categories__list li:focus {
  color: #ffa500;
}
.widget_categories > ul .children li:hover > a, .widget_pages > ul .children li:hover > a, ul.wp-block-categories-list .children li:hover > a, .widget_categories > ul .wp-block-categories__list li:hover > a, .widget_pages > ul .wp-block-categories__list li:hover > a, ul.wp-block-categories-list .wp-block-categories__list li:hover > a, .widget_categories > ul .children li:focus > a, .widget_pages > ul .children li:focus > a, ul.wp-block-categories-list .children li:focus > a, .widget_categories > ul .wp-block-categories__list li:focus > a, .widget_pages > ul .wp-block-categories__list li:focus > a, ul.wp-block-categories-list .wp-block-categories__list li:focus > a {
  color: #262628;
}
ul.wp-block-categories-list.aligncenter, [data-align="center"] .wp-block-categories ul.wp-block-categories__list {
  display: flex;
  flex-flow: column;
  align-items: center;
}
ul.wp-block-categories-list.alignright, [data-align="right"] .wp-block-categories ul.wp-block-categories__list {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
/*
 [7.4] Widget - Gallery
 --------------------------------- */
.widget_media_gallery .gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.widget_media_gallery .gallery .gallery-item {
  margin-top: unset;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  max-width: 80px;
  max-height: 80px;
}
.widget_media_gallery .gallery .gallery-item img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.35s;
}
.widget_media_gallery .gallery .gallery-item img:hover {
  opacity: 0.7;
}
.widget_media_gallery .gallery .gallery-item figcaption {
  display: none;
}
/*
 [7.5] Widget - Meta
 --------------------------------- */
/*
 [7.6] Widget - Nav
 --------------------------------- */
.widget_nav_menu ul, .widget_pages ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li, .widget_pages ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #aaabaf;
}
.widget_nav_menu ul li a, .widget_pages ul li a {
  position: relative;
  display: block;
  color: inherit;
  transform: translateX(0);
}
.widget_nav_menu ul li a:before, .widget_pages ul li a:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid #262628;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-60px);
  transition: all 0.35s;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_nav_menu ul li a:focus, .widget_pages ul li a:focus {
  color: #262628;
  transform: translateX(20px);
}
.widget_nav_menu ul li a:hover:before, .widget_pages ul li a:hover:before, .widget_nav_menu ul li a:focus:before, .widget_pages ul li a:focus:before {
  transform: translateX(-30px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
.widget_nav_menu ul li.btn, .widget_nav_menu ul .wp-block-file li.wp-block-file__button, .wp-block-file .widget_nav_menu ul li.wp-block-file__button, .widget_pages ul li.btn, .widget_pages ul .wp-block-file li.wp-block-file__button, .wp-block-file .widget_pages ul li.wp-block-file__button {
  margin: 0;
  padding: 0;
  height: unset;
  background: none;
  color: #aaabaf;
}
.widget_nav_menu ul li.btn a, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a, .widget_pages ul li.btn a, .widget_pages ul .wp-block-file li.wp-block-file__button a, .wp-block-file .widget_pages ul li.wp-block-file__button a {
  color: inherit;
  background: none;
}
.widget_nav_menu ul li.btn a:before, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:before, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:before, .widget_pages ul li.btn a:before, .widget_pages ul .wp-block-file li.wp-block-file__button a:before, .wp-block-file .widget_pages ul li.wp-block-file__button a:before, .widget_nav_menu ul li.btn a:after, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:after, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:after, .widget_pages ul li.btn a:after, .widget_pages ul .wp-block-file li.wp-block-file__button a:after, .wp-block-file .widget_pages ul li.wp-block-file__button a:after {
  content: none;
}
.widget_nav_menu ul li.btn a:hover, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:hover, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:hover, .widget_pages ul li.btn a:hover, .widget_pages ul .wp-block-file li.wp-block-file__button a:hover, .wp-block-file .widget_pages ul li.wp-block-file__button a:hover, .widget_nav_menu ul li.btn a:focus, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:focus, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:focus, .widget_pages ul li.btn a:focus, .widget_pages ul .wp-block-file li.wp-block-file__button a:focus, .wp-block-file .widget_pages ul li.wp-block-file__button a:focus {
  transform: translateX(20px);
  color: #262628;
}
.widget_nav_menu .sub-menu, .widget_pages .sub-menu, .widget_nav_menu .children, .widget_pages .children {
  margin-top: 10px;
  padding-left: 20px;
  width: 100%;
}
.widget_nav_menu .sub-menu li, .widget_pages .sub-menu li, .widget_nav_menu .children li, .widget_pages .children li {
  margin-bottom: 5px;
  font-size: 0.87rem;
  font-weight: 400;
  color: #aaabaf;
}
.widget_nav_menu .sub-menu li a:before, .widget_pages .sub-menu li a:before, .widget_nav_menu .children li a:before, .widget_pages .children li a:before {
  border-bottom: 1px solid #262628;
  width: 10px;
}
.widget_nav_menu .sub-menu li a:hover:before, .widget_pages .sub-menu li a:hover:before, .widget_nav_menu .children li a:hover:before, .widget_pages .children li a:hover:before, .widget_nav_menu .sub-menu li a:focus:before, .widget_pages .sub-menu li a:focus:before, .widget_nav_menu .children li a:focus:before, .widget_pages .children li a:focus:before {
  transform: translateX(-20px);
}
/*
 [7.7] Widget - Pages
 --------------------------------- */
/*
 [7.8] Widget - Recent Comments
 --------------------------------- */
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_comments ul li {
  margin-bottom: 10px;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: unset;
}
.widget_recent_comments ul li .comment-author-link {
  display: inline-flex;
  align-items: center;
}
.widget_recent_comments ul li .comment-author-link a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  font-style: italic;
  padding-right: 3px;
}
.widget_recent_comments ul li .comment-author-link a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.widget_recent_comments ul li .comment-author-link a:hover, .widget_recent_comments ul li .comment-author-link a:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_recent_comments ul li > a {
  display: block;
  font-weight: 600;
  color: #0d3a73;
  transition: all 0.35s;
}
.widget_recent_comments ul li > a:hover, .widget_recent_comments ul li > a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(241, 201, 79, 0);
  color: inherit;
  font-style: italic;
  padding-right: 3px;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f1c94f;
  transition: all 0.35s;
  opacity: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments li .wp-block-latest-comments__comment-author:focus {
  color: #f1c94f;
  border-bottom: 1px solid rgba(241, 201, 79, .4);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  color: #0d3a73;
  font-weight: 600;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover, .wp-block-latest-comments li .wp-block-latest-comments__comment-link:focus {
  opacity: 0.7;
}
/*
 [7.9] Widget - Recent Entries
 --------------------------------- */
.widget_recent_entries ul, .wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries ul li, .wp-block-latest-posts li {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 30px;
}
.widget_recent_entries ul li:last-child, .wp-block-latest-posts li:last-child {
  margin-bottom: unset;
}
.widget_recent_entries ul li a, .wp-block-latest-posts li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0d3a73;
  transition: all 0.35s;
}
.widget_recent_entries ul li a:hover, .wp-block-latest-posts li a:hover, .widget_recent_entries ul li a:focus, .wp-block-latest-posts li a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.widget_recent_entries ul li .post-date, .wp-block-latest-posts li .post-date {
  display: block;
  margin-bottom: 5px;
}
.wp-block-latest-posts li a {
  color: #0d3a73 !important;
  border-bottom: none !important;
}
.wp-block-latest-posts li a:before {
  content: none !important;
}
/*
 [7.11] Widget - Search
 --------------------------------- */
.widget_search form button {
  position: absolute;
  top: 15px;
  right: 10px;
  background: none;
  border: none;
  transition: all 0.35s;
}
.widget_search form button:hover, .widget_search form button:focus {
  color: #ffa500;
}
.widget_search form .is-focused button {
  top: 0;
  right: 18px;
}
form.wp-block-search {
  position: relative;
}
form.wp-block-search label {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
form.wp-block-search label:before {
  content: '\f002';
  position: absolute;
  top: 13px;
  right: 15px;
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  color: #0d3a73;
  transition: all 0.35s;
  z-index: 1;
}
form.wp-block-search label input {
  margin-bottom: 0;
}
form.wp-block-search input[type="search"] {
  max-width: 100%;
}
form.wp-block-search input[type="submit"], form.wp-block-search button {
  position: absolute;
  right: 0;
  padding: 0 15px;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background: none;
  z-index: 10;
}
form.wp-block-search label {
  font-size: 2px;
  color: rgba(0, 0, 0, 0);
}
form.wp-block-search input[type="search"] {
  font-size: 1rem;
}
/*
 [7.10] Widget - RSS
 --------------------------------- */
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.widget_rss ul li a {
  order: 1;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0d3a73;
  opacity: 1;
  transition: all 0.35s;
}
.widget_rss ul li a:hover, .widget_rss ul li a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.widget_rss ul li .rss-date {
  order: 0;
  margin-bottom: 5px;
}
.widget_rss ul li .rssSummary {
  margin-top: 5px;
  order: 1;
}
.widget_rss ul li cite {
  order: 1;
  margin-top: 5px;
  font-style: italic;
  color: #66686f;
}
.wp-block-rss {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-rss .wp-block-rss__item {
  margin-bottom: 15px;
}
.wp-block-rss .wp-block-rss__item:last-child {
  margin-bottom: unset;
}
.wp-block-rss .wp-block-rss__item-title a {
  font-weight: 600;
  color: #0d3a73 !important;
  border: none !important;
}
.wp-block-rss .wp-block-rss__item-title a:before {
  content: none !important;
}
.wp-block-rss .wp-block-rss__item-title a:hover, .wp-block-rss .wp-block-rss__item-title a:focus {
  opacity: 0.7;
}
/*
 [7.12] Widget - Tag Cloud
 --------------------------------- */
.tagcloud a, .wp-block-tag-cloud a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 6px 10px;
  background: #f4f4f4;
  color: #66686f;
  font-size: 0.87rem !important;
  font-style: italic;
  font-weight: 400;
  transition: all 0.35s;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover, .tagcloud a:focus, .wp-block-tag-cloud a:focus {
  background: #ffa500;
  color: #0d3a73;
}
/*
 [7.13] Widget - Text
 --------------------------------- */
.widget_text {
  overflow: hidden;
}
.widget_text img {
  width: 100%;
  height: auto;
}
.widget_text input, .widget_text textarea, .widget_text select {
  display: block;
  max-width: 100%;
}
.widget_text p {
  padding-bottom: 10px;
}
.widget_text p > a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(242, 205, 93, 0);
  color: inherit;
}
.widget_text p > a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.widget_text p > a:hover, .widget_text p > a:focus {
  color: #ffa500;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
}
.widget_text p > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_text li > a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(242, 205, 93, 0);
  color: inherit;
}
.widget_text li > a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.widget_text li > a:hover, .widget_text li > a:focus {
  color: #ffa500;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
}
.widget_text li > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_text .social-icons {
  margin-top: 30px;
}
.mega-menu-item .widget_text .textwidget {
  margin-top: 15px;
  color: #ddd;
}
/*
 [7.14] Widgets - Input Select
 --------------------------------- */
.widget_archive form, .widget_meta form, .widget_categories form, .widget_pages form {
  position: relative;
}
.widget_archive form:before, .widget_meta form:before, .widget_categories form:before, .widget_pages form:before {
  content: '\f0dd';
  position: absolute;
  top: 12px;
  right: 15px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-bottom: 2px;
  border-left: 1px solid rgba(102, 104, 111, .6);
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  transition: all 0.35s;
}
.widget_archive form:hover:before, .widget_meta form:hover:before, .widget_categories form:hover:before, .widget_pages form:hover:before {
  color: #0d3a73;
  border-color: rgba(102, 104, 111, 1);
}
.widget_archive select, .widget_meta select, .widget_categories select, .widget_pages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
 [7.15] Widget - Twitter Feed
 --------------------------------- */
#ctf .ctf-item {
  position: relative;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  border-top: none;
}
#ctf .ctf-item:before {
  content: '';
  position: relative;
  display: inline-block;
  border-left: 2px solid #0d3a73;
  height: 55px;
}
#ctf .ctf-item .ctf-tweet-content {
  display: flex;
  padding-top: 30px;
  padding-left: 15px;
}
#ctf .ctf-item .ctf-tweet-content p {
  transition: all 0.35s;
}
#ctf .ctf-item .ctf-tweet-content:hover p {
  color: rgba(16, 69, 71, 1);
}
#ctf .ctf-item .ctf-tweet-content:before {
  content: '\f099';
  position: absolute;
  top: -2px;
  left: 15px;
  font-family: 'Font Awesome 5 Brands';
  font-size: 1.05rem;
  color: #0d3a73;
  z-index: 2;
}
/*
 [7.16] Shortcode - Widget Text (Accordion)
 ----------------------------------------------- */
.widget-accordion {
  overflow: visible;
}
.widget-accordion > p {
  display: none;
}
.widget-accordion > br {
  display: none;
}
.widget-accordion .w-acc-item {
  position: relative;
}
.widget-accordion .w-acc-item [type="radio"] {
  display: none;
}
.widget-accordion .w-acc-item label {
  margin-bottom: 0;
  cursor: pointer;
}
.widget-accordion .w-acc-item label span {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0 !important;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0d3a73;
  transition: all 0.35s;
  overflow: visible;
  transition: all 0.35s;
}
.widget-accordion .w-acc-item label span:hover, .widget-accordion .w-acc-item label span:focus {
  transform: translateX(10px);
}
.widget-accordion .w-acc-item label span:before {
  content: '';
  position: absolute;
  left: -28px;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid #0d3a73;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.35s;
}
.widget-accordion .w-acc-item .w-acc-content {
  position: absolute;
  opacity: 0;
  transform: translateX(-15px);
  margin-bottom: 20px;
}
.widget-accordion .w-acc-item .w-acc-content > br:first-child {
  display: none;
}
.widget-accordion .w-acc-item .w-acc-content > br:last-child {
  display: none;
}
.widget-accordion .w-acc-item .w-acc-content a {
  color: #0d3a73;
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
}
.widget-accordion .w-acc-item .w-acc-content a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
.widget-accordion .w-acc-item .w-acc-content a:hover, .widget-accordion .w-acc-item .w-acc-content a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
.widget-accordion .w-acc-item .w-acc-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget-accordion .w-acc-item [type="radio"]:checked ~ label span {
  transform: translateX(10px);
}
.widget-accordion .w-acc-item [type="radio"]:checked ~ label span:before {
  transform: translateX(0);
  opacity: 1;
}
.widget-accordion .w-acc-item [type="radio"]:checked ~ label ~ .w-acc-content {
  position: relative;
  opacity: 1;
  min-height: 80px;
  transform: translateX(0);
  transition: all 0.5s 0.15s;
}
/*
 [7.17] Shortcode - Widget Text (Newsletter)
 ------------------------------------------------ */
.widget_text i {
  color: rgba(16, 69, 71, 1);
}
.widget-inline-input {
  position: relative;
}
.widget-inline-input [type="email"] {
  margin: unset;
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #0d3a73;
  color: #0d3a73;
}
.widget-inline-input [type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0d3a73;
}
.widget-inline-input [type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d3a73;
}
.widget-inline-input [type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #0d3a73;
}
.widget-inline-input [type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #0d3a73;
}
.widget-inline-input button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 15px;
  height: 40px;
  font-weight: 600;
  background: none;
  border-top: 1px solid #0d3a73;
  border-bottom: 1px solid #0d3a73;
  border-right: 1px solid #0d3a73;
  border-left: none;
  color: rgba(16, 69, 71, .7);
  transition: all 0.35s;
}
.widget-inline-input button:before {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  left: 0;
  height: 20px;
  margin-right: 15px;
  border-left: 1px solid #0d3a73;
  transform: rotate(30deg);
  transition: transform 0.35s;
}
.widget-inline-input button:hover, .widget-inline-input button:focus {
  color: rgba(16, 69, 71, 1);
}
.widget-inline-input button:hover:before, .widget-inline-input button:focus:before {
  transform: rotate(0);
}
/*
 [7.18] Widget - Recent Posts Slider
 ---------------------------------------- */
.widget_recent_posts_slider .slide-recent-post {
  position: relative;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.widget_recent_posts_slider .slide-recent-post a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.widget_recent_posts_slider .slide-recent-post a .post-content {
  padding: 40px;
}
.widget_recent_posts_slider .slide-recent-post a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 69, 71, .6);
  z-index: 0;
  transition: all 0.35s;
}
.widget_recent_posts_slider .slide-recent-post a:hover:before {
  background: rgba(242, 205, 93, .75);
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-date {
  color: #0d3a73;
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-title {
  color: #0d3a73;
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-title:before {
  border-color: #0d3a73;
}
.widget_recent_posts_slider .slide-recent-post a .post-date {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, .7);
  transform: translateX(35px);
  transition: all 0.35s;
  z-index: 2;
}
.widget_recent_posts_slider .slide-recent-post a .post-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  max-height: 80px;
  color: #fff;
  font-size: 1.125rem;
  overflow: hidden;
  transition: all 0.35s;
}
.widget_recent_posts_slider .slide-recent-post a .post-title:before {
  content: '';
  position: relative;
  top: 11px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  width: 25px;
  border-bottom: 3px solid #ffa500;
  transition: all 0.35s;
}
.widget_recent_posts_slider .sl-nav {
  position: relative;
  display: flex;
  padding-top: 5px;
  justify-content: space-between;
}
.widget_recent_posts_slider .sl-nav button {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: unset;
  height: unset;
  background: none;
  font-weight: 600;
  font-size: 0.87rem;
  color: #0d3a73;
  opacity: 1;
}
.widget_recent_posts_slider .sl-nav button:hover {
  color: #ffa500;
}
.widget_recent_posts_slider .sl-nav button:before, .widget_recent_posts_slider .sl-nav button:after {
  content: none;
}
.widget_recent_posts_slider .sl-nav button i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 29px;
}
.widget_recent_posts_slider .sl-nav button.swiper-button-prev i {
  margin-right: 12px;
  margin-left: -5px;
}
.widget_recent_posts_slider .sl-nav button.swiper-button-next i {
  margin-left: 12px;
  margin-right: -5px;
}
.widget_recent_posts_slider .sl-nav span {
  position: relative;
  top: 6px;
  display: block;
  height: 19px;
  border-left: 1px solid rgba(16, 69, 71, .5);
  transform: rotate(20deg);
}
.col-lg-3 .widget_recent_posts_slider .slide-recent-post {
  height: 180px;
}
.col-lg-3 .widget_recent_posts_slider .slide-recent-post a .post-content {
  padding: 30px;
}
.col-lg-3 .widget_recent_posts_slider .slide-recent-post a .post-title {
  font-size: 1rem;
  max-height: 71px;
}
/*
 [8.0] WP Block
 --------------------------------- */
.wp-block-cover {
  color: #ddd;
}
.wp-block-cover .wp-block-cover__inner-container {
  color: #ddd;
}
.wp-block-cover .wp-block-cover-text {
  line-height: inherit;
}
.wp-block-cover .has-large-font-size {
  font-size: 2rem;
}
.wp-block-video figcaption:before {
  content: '\f03d';
}
.wp-block-audio figcaption:before {
  content: '\f028' !important;
}
.wp-block-gallery {
  position: relative;
  margin-bottom: 60px;
  margin-left: 0;
  line-height: initial;
}
.wp-block-gallery figure {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}
.wp-block-gallery figcaption:not(.blocks-gallery-caption) {
  margin: 0 !important;
  padding-top: unset;
  width: 100%;
  text-align: center;
}
.wp-block-gallery figcaption.blocks-gallery-item__caption {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #ddd !important;
}
.wp-block-gallery figcaption.blocks-gallery-caption:before {
  content: '\f302' !important;
}
.wp-block-gallery .blocks-gallery-grid figure {
  margin-top: 0 !important;
}
.alignleft.wp-block-gallery, .alignright.wp-block-gallery {
  margin-top: unset !important;
  max-width: 290px !important;
}
.alignleft.wp-block-gallery figure, .alignright.wp-block-gallery figure {
  margin-top: unset !important;
}
.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: inherit;
}
.wp-block-embed iframe {
  width: 100%;
}
.wp-block-media-text figure.wp-block-media-text__media {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-media-text img {
  height: auto;
}
.wp-block-separator {
  display: block;
  margin: 60px 0;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid #aaabaf;
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
}
.wp-block-group {
  padding: 40px;
}
.wp-block-columns.alignfull {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-latest-posts {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-latest-posts li {
  margin-bottom: 20px !important;
}
.wp-block-latest-posts li a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .post .wp-block-columns.alignwide, .post .wp-block-image.alignwide, .post .wp-block-cover.alignwide, .post .wp-block-media-text.alignwide, .post .wp-block-gallery.alignwide, .post .wp-block-embed.alignwide, .post .wp-block-separator.is-style-wide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1110px;
    width: calc(100vw - 17px);
  }
  .post .wp-block-columns.alignfull, .post .wp-block-image.alignfull, .post .wp-block-media-text.alignfull, .post .wp-block-gallery.alignfull, .post .wp-block-embed.alignfull {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    width: calc(100vw - 17px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 [8.1] WP Block - Image
 --------------------------------- */
.wp-block-image img {
  height: unset;
}
.wp-block-image figcaption {
  line-height: initial;
}
.wp-block-image figcaption:before {
  content: '\f03e';
  margin-right: 7px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
}
.wp-block-image .alignleft {
  margin: 15px 40px 15px 0;
}
.wp-block-image .alignright {
  margin: 15px 0 15px 40px;
}
/*
 [8.2] WP Block - Blockquote
 --------------------------------- */
.wp-block-pullquote {
  padding-left: 0;
  text-align: center;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  text-align: center !important;
}
.wp-block-pullquote blockquote:before {
  content: none;
}
.wp-block-pullquote cite {
  font-style: italic !important;
  opacity: 0.75;
}
blockquote.wp-block-pullquote {
  padding: 0;
  text-align: center !important;
}
blockquote.wp-block-pullquote:before {
  content: none;
}
.wp-block-quote.has-text-align-right {
  border: none;
  padding-left: unset;
  padding-right: 30px;
}
.wp-block-quote.has-text-align-right:before {
  left: unset;
  right: 0;
  margin-right: unset;
  margin-left: 30px;
}
.wp-block-quote.has-text-align-center {
  padding-left: unset;
}
.wp-block-quote.has-text-align-center:before {
  content: none;
}
.wp-block-quote.is-style-large {
  margin: 30px 0;
  padding-left: 0;
  font-weight: 300;
  color: #0d3a73;
}
.wp-block-quote.is-style-large:before {
  content: none;
}
.wp-block-quote.is-style-large cite {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 0.87rem;
  color: #aaabaf;
}
.wp-block-quote.is-style-large cite:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(170, 171, 175, .5);
  margin-right: 10px;
}
.wp-block-quote.is-style-large.has-text-align-center cite {
  text-align: center;
  justify-content: center;
}
.wp-block-quote.is-style-large.has-text-align-center cite:before {
  content: none;
}
.wp-block-quote.is-style-large.has-text-align-right cite {
  text-align: right;
  justify-content: flex-end;
}
/*
 [8.4] WP Block - Button
 --------------------------------- */
.wp-block-file {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-file .wp-block-file__button {
  margin-bottom: 15px;
  min-height: 50px;
  height: auto !important;
  border-radius: 100px;
  font-size: 1rem;
  line-height: initial;
}
.wp-block-file {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 100px;
  background: #ffa500;
  color: #0d3a73;
  font-size: 1rem;
  font-weight: 600;
  line-height: initial;
  text-align: center;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  color: #0d3a73;
  background: #f1c94f;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  min-height: 48px;
  padding: 10px 28px;
  background: none;
  border: 2px solid #0d3a73;
  color: #0d3a73;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: #0d3a73;
  border-color: #0d3a73;
  color: #ffa500;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
[data-align="right"] .wp-block-button, [data-align="left"] .wp-block-button {
  width: unset;
}
[data-align="left"] .wp-block-button {
  float: left;
  margin: 15px 40px 15px 0;
  clear: both;
}
[data-align="right"] .wp-block-button {
  float: right;
  margin: 15px 0 15px 40px;
  clear: both;
}
/*
 [8.5] WP Block - File
 --------------------------------- */
.wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.wp-block-file a {
  font-weight: 600;
}
.wp-block-file a:after {
  content: '\f56d';
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  margin-left: 10px;
}
.wp-block-file .wp-block-file__button {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-file .wp-block-file__textlink {
  height: 30px;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
  color: #f1ca54;
  font-weight: 600;
}
.wp-block-file .wp-block-file__content-wrapper {
  display: flex;
  justify-content: space-between;
}
/*
 [9.1] Navigation - Mobile
 --------------------------------- */
@media (max-width: 992px) {
  .site-header-nav {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    min-height: 85px;
    border-bottom: 1px solid rgba(16, 69, 71, .1);
  }
  .site-header-nav [class^='col-'] {
    position: unset;
  }
  .site-header-nav nav {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .site-header-nav nav.nav-fw {
    padding: 0 15px;
  }
  .site-header-nav .menu-wrapper {
    position: absolute;
    display: block;
    top: 85px;
    right: 0;
    max-width: 390px;
    width: 100%;
    min-height: calc(100vh - 85px);
    height: 100%;
    overflow: hidden;
    visibility: hidden;
  }
  .site-header-nav .menu-items-wrapper {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 30px;
    min-height: 100vh;
    width: 100%;
    height: auto;
    background: #0d3a73;
    z-index: 99;
    transform: translateX(390px);
    transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .site-header-nav .menu-items-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header-nav nav.show-mobile-nav .menu-wrapper {
    visibility: visible;
    overflow-y: scroll;
  }
  .site-header-nav nav.show-mobile-nav .menu-items-wrapper {
    transform: translateX(0);
  }
  .site-header-nav .menu-item, .site-header-nav li.page_item, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #ddd;
  }
  .site-header-nav .menu-item a, .site-header-nav li.page_item a, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link a {
    color: inherit;
  }
  .site-header-nav .menu-item a:hover, .site-header-nav li.page_item a:hover, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link a:hover, .site-header-nav .menu-item a:focus, .site-header-nav li.page_item a:focus, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link a:focus {
    color: #ffa500;
  }
  .site-header-nav li.page_item > a {
    display: block;
  }
  .site-header-nav .menu-item:last-child {
    margin-bottom: unset;
  }
  .site-header-nav .btn, .site-header-nav .wp-block-file .wp-block-file__button, .wp-block-file .site-header-nav .wp-block-file__button {
    display: none;
  }
  .site-header-nav .menu-item-has-children, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children {
    position: relative;
  }
  .site-header-nav .menu-item-has-children:before, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:before, .site-header-nav .menu-item-has-children:after, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background: rgba(221, 221, 221, .2);
  }
  .site-header-nav .menu-item-has-children:before, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:before {
    top: 15px;
    width: 15px;
    height: 2px;
    transition: background-color 0.35s;
  }
  .site-header-nav .menu-item-has-children:after, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:after {
    top: 8px;
    left: 7px;
    width: 2px;
    height: 15px;
    transition: transform 0.35s, opacity 0.35s;
  }
  .site-header-nav .open.menu-item-has-children #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:before, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on:before {
    background: rgba(221, 221, 221, 1);
    transition: background-color 0.35s 0.35s;
  }
  .site-header-nav .open.menu-item-has-children #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:after, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on:after {
    transform: rotate(90deg);
    opacity: 0;
    transition: transform 0.35s, opacity 0.35s 0.35s;
  }
  .site-header-nav .open.menu-item-has-children #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a, .site-header-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a {
    color: #ffa500;
  }
  .site-header-nav .current-menu-parent > a, .site-header-nav li.current_page_item > a, .site-header-nav li.mega-current-menu-item > a {
    color: #ffa500 !important;
  }
  .site-header-nav .sub-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .site-header-nav .sub-menu .menu-item {
    display: block;
    padding-left: unset;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 400;
  }
  .site-header-nav .sub-menu .menu-item a {
    display: block;
    margin-bottom: 10px;
  }
  .site-header-nav .menu-item-has-children > .sub-menu {
    padding-left: 20px;
  }
  .site-header-nav .menu-item-has-children > .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
    padding-left: unset;
  }
  .site-header-nav .menu > .open.menu-item-has-children > a {
    display: block;
    padding-bottom: 10px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.35s;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children {
    padding-left: 20px;
    margin-left: -20px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children:before {
    top: 10px;
    width: 10px;
    height: 2px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children:after {
    top: 6px;
    left: 4px;
    width: 2px;
    height: 10px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu .current-menu-item {
    color: #ffa500;
  }
  .site-header-nav .menu-utility-items {
    display: flex;
    width: 100%;
    margin-bottom: 40px !important;
  }
  .site-header-nav .menu-utility-items > li {
    position: relative;
    left: 30px;
    margin-right: -30px;
    width: 50%;
  }
  .site-header-nav .menu-utility-items > li:nth-child(2) {
    border-left: 2px solid rgba(221, 221, 221, .1);
  }
  .site-header-nav .menu-utility-items li + li {
    width: 50%;
    text-align: center;
  }
  .site-header-nav .menu-utility-items .nav-search {
    background: unset;
    border: unset;
    color: #ddd;
  }
  .site-header-nav .menu-utility-items .site-header-cart .nav-cart-items {
    display: none;
  }
  .site-header-nav .menu-footer-mobile-only {
    min-height: 80px;
    margin-top: 60px;
  }
  .site-header-nav .menu-footer-mobile-only .social-icons {
    margin-left: 40px;
  }
  .site-header-nav .menu-footer-mobile-only .social-icons li a {
    color: #ddd;
  }
  .site-header-nav .menu-footer-mobile-only .social-icons li a:hover, .site-header-nav .menu-footer-mobile-only .social-icons li a:focus {
    color: #ffa500;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 40px;
    font-size: 0.87rem;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal {
    padding: unset;
    border: unset;
    clear: unset;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-link {
    padding: 0;
    color: #ddd;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin-top: 10px;
    margin-right: 20px;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
    margin-right: unset;
  }
}
@media (min-width: 992px) {
  .menu-footer-mobile-only {
    display: none;
  }
}
/*
 [9.2] Navigation - Desktop
 --------------------------------- */
@media (min-width: 992px) {
  .site-header-nav {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 85px;
    background: #fff;
    border-bottom: 1px solid rgba(16, 69, 71, .1);
  }
  .site-header-nav nav.nav-main {
    display: flex;
    width: 100%;
  }
  .site-header-nav .nav-fw {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header-nav .brand {
    width: unset;
    margin-right: 30px;
  }
  .site-header-nav .menu-wrapper {
    display: flex;
    margin-left: auto;
    min-height: 100%;
  }
  .site-header-nav .menu-items-wrapper {
    display: flex;
    align-items: center;
  }
  .site-header-nav .menu-items-wrapper .main-menu {
    order: 1;
  }
  .site-header-nav .menu-items-wrapper .menu-utility-items {
    order: 2;
  }
  .site-header-nav .menu-items-wrapper .menu-footer-mobile-only {
    order: 3;
  }
  .site-header-nav .main-menu {
    display: flex;
    align-items: center;
    min-height: 85px;
    height: 100%;
  }
  .site-header-nav .main-menu > div {
    height: 100%;
  }
  .site-header-nav .main-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .site-header-nav .main-menu .menu li.page_item, .site-header-nav .main-menu .menu > li.menu-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-right: 20px;
    min-height: 40px;
    font-weight: 600;
    color: #0d3a73;
  }
  .site-header-nav .main-menu .menu li.page_item:last-child, .site-header-nav .main-menu .menu > li.menu-item:last-child {
    margin-right: 0;
  }
  .site-header-nav .main-menu .menu li.page_item > a, .site-header-nav .main-menu .menu > li.menu-item > a {
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    min-height: 100%;
  }
  .site-header-nav .main-menu .menu li.page_item > a:before, .site-header-nav .main-menu .menu > li.menu-item > a:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    bottom: 0;
    border-bottom: 5px solid #ffa500;
    transition: width 0.5s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.5s;
    opacity: 0;
  }
  .site-header-nav .main-menu .menu > li.btn, .site-header-nav .main-menu .wp-block-file .menu > li.wp-block-file__button, .wp-block-file .site-header-nav .main-menu .menu > li.wp-block-file__button {
    background: none;
    margin: auto 0 auto 25px;
    padding: 0;
  }
  .site-header-nav .main-menu .menu > li.btn > a, .site-header-nav .main-menu .wp-block-file .menu > li.wp-block-file__button > a, .wp-block-file .site-header-nav .main-menu .menu > li.wp-block-file__button > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    min-height: 37px;
    border: none;
    font-size: 0.87rem;
  }
  .site-header-nav .main-menu .menu li.page_item > a:hover:before, .site-header-nav .main-menu .menu li.page_item > a:focus:before, .site-header-nav .main-menu .menu > .menu-item a:hover:before, .site-header-nav .main-menu .menu > .menu-item a:focus:before, .site-header-nav .main-menu .menu > .open.menu-item a:before {
    width: 100%;
    opacity: 1;
  }
  .site-header-nav .main-menu .menu li.page_item > a:hover:after, .site-header-nav .main-menu .menu li.page_item > a:focus:after, .site-header-nav .main-menu .menu > .menu-item a:hover:after, .site-header-nav .main-menu .menu > .menu-item a:focus:after, .site-header-nav .main-menu .menu > .open.menu-item a:after {
    opacity: 1;
  }
  .site-header-nav .main-menu .menu .menu-item-has-children > a:after {
    content: '\f0d7';
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free';
    color: #ffa500;
    opacity: 0.3;
    transition: opacity 0.35s;
  }
  .site-header-nav .main-menu .menu > .menu-item.current-menu-parent > a:before, .site-header-nav .main-menu .menu li.current_page_item > a:before {
    width: 100%;
    opacity: 1;
  }
  .site-header-nav .main-menu .menu .sub-menu {
    position: absolute;
    top: 100%;
    display: flex;
    flex-flow: column;
    min-width: 200px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: #0d3a73;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s 0.2s;
    z-index: 99;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item {
    display: block;
    margin-bottom: 15px;
    font-size: 0.87rem;
    color: #ddd;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item:last-child {
    margin-bottom: unset;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a {
    position: relative;
    display: inline-flex;
    border-bottom: 2px solid rgba(242, 205, 93, 0);
    color: inherit;
    padding-bottom: 4px;
    color: inherit;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #ffa500;
    transition: all 0.35s;
    opacity: 0;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:hover, .site-header-nav .main-menu .menu .sub-menu .menu-item a:focus {
    color: #ffa500;
    border-bottom: 2px solid rgba(242, 205, 93, .4);
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:hover:before {
    width: 100%;
    opacity: 1;
    transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
  }
  .site-header-nav .main-menu .menu .sub-menu .open.menu-item-has-children > a {
    color: #ffa500;
    border-color: rgba(242, 205, 93, .4);
  }
  .site-header-nav .main-menu .menu .sub-menu .sub-menu {
    top: 15px;
    left: 100%;
  }
  .site-header-nav .main-menu .menu .sub-menu .sub-menu .sub-menu {
    top: 100%;
    left: 0;
  }
  .site-header-nav .main-menu .menu .sub-menu .current-menu-item {
    color: #ffa500;
  }
  .site-header-nav .main-menu .menu .open.menu-item-has-children > .sub-menu, .site-header-nav .main-menu .menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header-nav .main-menu .menu li.menu-item:last-child .sub-menu {
    right: 15px;
  }
  .site-header-nav .nav-fw .main-menu .menu li.menu-item:nth-last-child(2) .sub-menu {
    right: 15px;
  }
  .site-header-nav .menu-utility-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    min-height: 45px;
    border-left: 2px solid rgba(16, 69, 71, .1);
  }
  .site-header-nav .menu-utility-items li {
    padding: 0 5px;
  }
  .site-header-nav .menu-utility-items .nav-search {
    border: none;
    background: none;
    color: #0d3a73;
    transition: all 0.35s;
  }
  .site-header-nav .menu-utility-items .nav-search:hover, .site-header-nav .menu-utility-items .nav-search:focus {
    color: #ffa500;
  }
  .site-header-nav .menu-utility-items .site-header-cart {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:before {
    color: #0d3a73;
    transition: all 0.35s;
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents .count {
    transition: all 0.35s;
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:hover:before, .site-header-nav .menu-utility-items .site-header-cart .cart-contents:focus:before {
    color: #ffa500;
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:hover .count, .site-header-nav .menu-utility-items .site-header-cart .cart-contents:focus .count {
    color: #ffa500;
    background: #0d3a73;
  }
}
/*
 [9.3] Navigation - Brand
 --------------------------------- */
.brand {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}
.brand .site-title {
  margin: 0;
  color: #0d3a73;
  line-height: 1;
}
.brand .site-title a {
  color: inherit;
}
.brand .site-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.87rem;
  color: #aaabaf;
}
/*
 [9.4] Navigation - Burger
 --------------------------------- */
.nav-burger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-burger span {
  position: relative;
  display: block;
  width: 21px;
  height: 16px;
  transition: all 0.35s;
  border-color: rgba(16, 69, 71, 1);
}
.nav-burger span:before, .nav-burger span:after {
  position: absolute;
  display: block;
  width: 21px;
  height: 2px;
  border-bottom: 2px solid #0d3a73;
  transition: all 0.35s;
}
.nav-burger span:before {
  bottom: 7px;
  left: 0;
  transform: scaleX(1);
}
.nav-burger span:after {
  bottom: 0;
  left: 0;
}
.open.nav-burger span {
  border-color: rgba(16, 69, 71, 0);
}
.open.nav-burger span:before {
  transform: rotate(45deg);
}
.open.nav-burger span:after {
  transform: rotate(-45deg) translateY(-5px) translateX(5px);
}
@media (min-width: 992px) {
  .nav-burger {
    display: none;
  }
}
/*
 [9.5] Navigation - Cart
 --------------------------------- */
.site-header-cart .cart-contents {
  position: relative;
}
.site-header-cart .cart-contents .amount {
  display: none;
}
.site-header-cart .cart-contents .count {
  position: absolute;
  top: -5px;
  right: -7px;
  display: block;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #ffa500;
  color: #0d3a73;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 15px;
  overflow: hidden;
}
.site-header-cart .cart-contents:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  color: #ddd;
}
@media (min-width: 992px) {
  .site-header-cart .nav-cart-items {
    position: absolute;
    padding: 20px;
    top: 100%;
    right: 15px;
    background: #0d3a73;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.35s 0.2s;
    z-index: 99;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart {
    margin-bottom: 0;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a, .site-header-cart .nav-cart-items .widget_shopping_cart .amount {
    color: #ddd;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a.remove {
    color: rgba(221, 221, 221, .4) !important;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a.remove:hover, .site-header-cart .nav-cart-items .widget_shopping_cart a.remove:focus {
    color: #e94f37 !important;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .total {
    color: #ffa500;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .total strong {
    color: inherit;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .buttons {
    margin-bottom: 0;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .buttons a {
    height: unset;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .woocommerce-mini-cart__buttons {
    border-color: rgba(221, 221, 221, .15);
  }
  .site-header-cart li:hover .nav-cart-items, .site-header-cart li:focus .nav-cart-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/*
 [9.6] Nav - Mega Menu
 --------------------------------- */
@media (max-width: 992px) {
  #mega-menu-wrap-primary-menu {
    background: none;
  }
  #mega-menu-wrap-primary-menu .mega-menu-toggle {
    display: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu {
    display: flex;
    flex-flow: column;
    background: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating {
    margin: 0;
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > a.mega-menu-link {
    padding: 0;
    left: 35px;
    height: unset;
    vertical-align: unset;
    line-height: 1.5;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > a.mega-menu-link:hover {
    background: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > a.mega-menu-link .mega-indicator {
    display: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu {
    display: block !important;
    display: block;
    position: relative;
    height: 0;
    background: none;
    opacity: 0;
    visibility: hidden;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link {
    left: 35px;
    padding-left: 0;
    margin-bottom: 5px;
    background: none;
    font-size: 1rem;
    font-weight: 400;
    color: #ddd;
    line-height: unset;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link:hover {
    background: none;
    color: #ddd;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding-left: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding-bottom: 5px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    height: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: unset;
    color: #ffa500;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > a.mega-menu-link {
    margin: 0 0 10px 0;
    padding: 0;
    background: none;
    left: 35px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating ul.mega-sub-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.35s;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row {
    height: 100%;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    display: flex;
    flex-flow: column;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item-type-widget, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item-type-widget, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item-type-widget, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item-type-widget {
    display: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-menu > li.mega-menu-item.mega-menu-megamenu.mega-animating > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column a.mega-menu-link {
    text-transform: unset;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary-menu {
    position: unset;
    height: 100%;
    background: none;
    font-size: inherit;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-right: 20px;
    min-height: 85px;
    font-size: inherit;
    line-height: unset;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on:last-child, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating:last-child {
    margin-right: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating > a.mega-menu-link:hover {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 100%;
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    color: #0d3a73;
    background: none;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating > a.mega-menu-link:hover:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    bottom: 0;
    border-bottom: 5px solid #ffa500;
    transition: width 0.5s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.5s;
    opacity: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu {
    top: 100%;
    left: 0;
    margin: 0;
    padding: 20px;
    max-width: 200px;
    height: auto;
    background: #0d3a73;
    z-index: 99;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item {
    margin-bottom: 15px;
    line-height: unset;
    word-break: unset;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:last-child, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item:last-child, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item:last-child {
    margin-bottom: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-top: 20px;
    top: 100%;
    left: 50px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: 0;
    margin-left: -20px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    display: inline-flex;
    border-bottom: 2px solid rgba(242, 205, 93, 0);
    color: inherit;
    padding: 0 0 4px 0;
    text-transform: unset;
    font-size: 0.87rem;
    font-weight: 600;
    color: #ddd;
    background: none;
    line-height: unset;
    transition: all 0.35s;
    word-break: keep-all;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #ffa500;
    transition: all 0.35s;
    opacity: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ffa500;
    border-bottom: 2px solid rgba(242, 205, 93, .4);
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-item.mega-animating a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before {
    width: 100%;
    opacity: 1;
    transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.btn, #mega-menu-wrap-primary-menu .wp-block-file #mega-menu-primary-menu > li.wp-block-file__button, .wp-block-file #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.wp-block-file__button {
    background: none;
    margin: auto 0 auto 25px;
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.btn > a, #mega-menu-wrap-primary-menu .wp-block-file #mega-menu-primary-menu > li.wp-block-file__button > a, .wp-block-file #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.wp-block-file__button > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    min-height: 37px;
    border: none;
    font-size: 0.87rem;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 100%;
    width: 100%;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 0 10px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu {
    display: block;
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
    content: '\f0d7';
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free';
    color: #ffa500;
    opacity: 0.3;
    transition: opacity 0.35s;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:hover > a.mega-menu-link {
    background: none;
    font-weight: 600;
    color: #0d3a73;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:hover > a.mega-menu-link:before {
    width: 100%;
    opacity: 1;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .mega-indicator:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children:hover > a.mega-menu-link .mega-indicator:after {
    opacity: 1;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid rgba(221, 221, 221, .1);
    text-transform: unset;
    color: #ddd;
    font-size: 1rem;
    font-weight: 700;
  }
  .nav-fw #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child ul.mega-sub-menu, .nav-fw #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:nth-last-child(2) ul.mega-sub-menu {
    left: unset;
    right: 0;
  }
  .nav-fw #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child ul.mega-sub-menu ul.mega-sub-menu, .nav-fw #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:nth-last-child(2) ul.mega-sub-menu ul.mega-sub-menu {
    left: 0 !important;
    margin-left: -20px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: none;
    color: #0d3a73;
    font-weight: 600;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before {
    width: 100%;
    opacity: 1;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor li.mega-current-menu-item > a {
    color: #ffa500 !important;
  }
}
/*
 [9.7] Navigation - Secondary (desktop only)
 ----------------------------------------- */
.secondary-menu {
  display: none;
}
@media (min-width: 1200px) {
  .secondary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    min-height: 50px;
    background: #0d3a73;
  }
  .secondary-menu [class^='col-'] {
    display: flex;
    justify-content: space-between;
  }
  .secondary-menu [class^='menu-secondary-'] {
    display: flex;
    align-items: center;
    min-height: inherit;
  }
  .secondary-menu ul.menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    min-height: inherit;
  }
  .secondary-menu ul.menu li.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
    min-height: inherit;
    color: #ddd;
    font-size: 0.87rem;
    font-weight: 400;
    font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  }
  .secondary-menu ul.menu li.menu-item:last-child {
    margin-right: 0;
  }
  .secondary-menu ul.menu li.menu-item:hover, .secondary-menu ul.menu li.menu-item:focus {
    color: #ffa500;
  }
  .secondary-menu ul.menu li.menu-item:before {
    display: inline-block;
    margin-right: 5px;
    color: #ffa500;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  }
  .secondary-menu ul.menu li.menu-item a {
    color: inherit;
    font-size: inherit;
  }
  .secondary-menu ul.menu li.menu-item.fab {
    position: relative;
    margin-right: 20px;
  }
  .secondary-menu ul.menu li.menu-item.fab:last-child {
    margin-right: 0;
  }
  .secondary-menu ul.menu li.menu-item.fab:before {
    color: #ddd;
    transition: all 0.35s;
  }
  .secondary-menu ul.menu li.menu-item.fab:hover:before, .secondary-menu ul.menu li.menu-item.fab:focus:before {
    color: #ffa500;
  }
  .secondary-menu ul.menu li.menu-item.fab a {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:after {
    content: '\f0d7';
    display: inline-block;
    margin-left: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #ddd;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:hover:after, .secondary-menu ul.menu li.menu-item.menu-item-has-children:focus:after {
    color: #ffa500;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:hover > ul.sub-menu, .secondary-menu ul.menu li.menu-item.menu-item-has-children:focus > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.35s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
    position: absolute;
    list-style: none;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 10px 15px;
    left: 0;
    top: 100%;
    min-width: 100px;
    background: #0d3a73;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 199;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    display: block;
    margin: 0;
    padding: 5px 0;
    min-width: 130px;
    color: #ddd;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:hover, .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:focus {
    color: #ffa500;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    color: inherit;
  }
  .secondary-menu ul.menu > li.menu-item.wpml-ls-menu-item {
    margin-left: 30px;
  }
  .secondary-menu .menu-secondary-right-container ul.menu li.menu-item ul.sub-menu {
    left: unset;
    right: 0;
  }
  .secondary-menu .menu-secondary-right-container ul.menu li.menu-item.wpml-ls-menu-item {
    text-align: right;
  }
  .secondary-menu.nav-fw {
    padding: 0 15px;
  }
}
/*
 [9.8] Navigation - Utility
 --------------------------------- */
.logo-trans {
  display: none;
}
.nav-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgba(16, 69, 71, .1);
  background: none;
  z-index: 99;
}
.nav-has-trans-logo.nav-trans .logo {
  display: none;
}
.nav-has-trans-logo.nav-trans .logo-trans {
  display: initial;
}
.nav-trans-light.nav-trans:not(.active) {
  border-color: rgba(255, 255, 255, .1);
}
.nav-trans-light.nav-trans:not(.active) .nav-burger span:before, .nav-trans-light.nav-trans:not(.active) .nav-burger span:after {
  border-color: #fff;
}
.nav-trans-light.nav-trans:not(.active) .nav-burger:not(.open) span {
  border-color: #fff;
}
@media (min-width: 992px) {
  .nav-trans-light.nav-trans:not(.active) .main-menu .menu > li.menu-item, .nav-trans-light.nav-trans:not(.active) .main-menu .menu > li.page_item, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:before, .nav-trans-light.nav-trans:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:not(.btn) > a.mega-menu-link {
    color: #fff;
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search:hover, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search:focus {
    color: #ffa500;
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:hover:before, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:focus:before {
    color: #ffa500;
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items {
    border-color: rgba(255, 255, 255, .1);
  }
}
.nav-sticky {
  top: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 99;
}
.nav-sticky.stand-by {
  transform: translateY(-100%);
}
.nav-sticky.active {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid rgba(16, 69, 71, .1);
  transform: translateY(0);
}
.nav-has-trans-logo.nav-sticky.active .logo {
  display: initial;
}
.nav-has-trans-logo.nav-sticky.active .logo-trans {
  display: none;
}
.secondary-menu + header.site-header-nav.nav-trans.nav-sticky.active {
  top: 0;
}
body.has-sticky-nav {
  margin-top: 85px;
}
body.logged-in.admin-bar .nav-trans, body.logged-in.admin-bar .nav-sticky.active, body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
  top: 46px;
}
@media (min-width: 783px) {
  body.logged-in.admin-bar .nav-trans, body.logged-in.admin-bar .nav-sticky.active, body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans.nav-sticky.active {
    top: 32px;
  }
  body.logged-in.admin-bar.footer-has-reveal header.site-header-nav.nav-trans:not(.active) {
    top: 0;
  }
}
@media (min-width: 992px) {
  .secondary-menu + header.site-header-nav.nav-trans {
    top: 50px;
  }
  body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
    top: 82px;
  }
  body.logged-in.admin-bar .main-wrapper .secondary-menu + header.site-header-nav.nav-trans {
    top: unset;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu, .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu, .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu {
    background: #f3f6fb;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #0d3a73;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #0d3a73;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    border-color: rgba(16, 69, 71, .1);
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: #0d3a73;
  }
  .nav-dropdown-light .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5, .nav-dropdown-light .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
    color: #0d3a73;
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before, .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before {
    border-color: #fff;
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before, .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before {
    border-color: #fff;
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after, .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
    color: #fff;
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before, .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before {
    border-color: #262628;
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before, .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before {
    border-color: #262628;
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after, .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
    color: #262628;
  }
}
.nav-dark:not(.nav-trans), .nav-dark.nav-trans.active, .nav-dark.nav-sticky.active {
  background: #0d3a73;
  border-color: #135153;
}
.nav-dark:not(.nav-trans) .nav-burger span:before, .nav-dark.nav-trans.active .nav-burger span:before, .nav-dark.nav-sticky.active .nav-burger span:before, .nav-dark:not(.nav-trans) .nav-burger span:after, .nav-dark.nav-trans.active .nav-burger span:after, .nav-dark.nav-sticky.active .nav-burger span:after {
  border-color: #ffa500;
}
.nav-dark:not(.nav-trans) .nav-burger:not(.open) span, .nav-dark.nav-trans.active .nav-burger:not(.open) span, .nav-dark.nav-sticky.active .nav-burger:not(.open) span {
  border-color: #ffa500;
}
.nav-dark:not(.nav-trans) .main-menu .menu li.page_item, .nav-dark.nav-trans.active .main-menu .menu li.page_item, .nav-dark.nav-sticky.active .main-menu .menu li.page_item, .nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item, .nav-dark.nav-trans.active .main-menu .menu > li.menu-item, .nav-dark.nav-sticky.active .main-menu .menu > li.menu-item {
  color: #fff;
}
.nav-dark:not(.nav-trans) .main-menu .menu li.page_item:hover, .nav-dark.nav-trans.active .main-menu .menu li.page_item:hover, .nav-dark.nav-sticky.active .main-menu .menu li.page_item:hover, .nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item:hover, .nav-dark.nav-trans.active .main-menu .menu > li.menu-item:hover, .nav-dark.nav-sticky.active .main-menu .menu > li.menu-item:hover, .nav-dark:not(.nav-trans) .main-menu .menu li.page_item:focus, .nav-dark.nav-trans.active .main-menu .menu li.page_item:focus, .nav-dark.nav-sticky.active .main-menu .menu li.page_item:focus, .nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item:focus, .nav-dark.nav-trans.active .main-menu .menu > li.menu-item:focus, .nav-dark.nav-sticky.active .main-menu .menu > li.menu-item:focus {
  color: #fff;
}
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, .nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #fff;
}
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, .nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover, .nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus, .nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus, .nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus, .nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus {
  color: #fff;
}
/*
 [10.0] Footer
 --------------------------------- */
footer.site-footer {
  position: relative;
  background: #ffa500;
  color: rgba(16, 69, 71, .7);
  overflow: hidden;
}
footer.site-footer .footer-widgets {
  padding-top: 90px;
}
footer.site-footer p {
  margin-bottom: 10px;
}
footer.site-footer .widget {
  margin-bottom: 90px;
  color: rgba(16, 69, 71, .85);
  overflow: unset;
}
footer.site-footer .widget .widget-title {
  font-size: 1rem;
}
footer.site-footer .widget h1, footer.site-footer .widget h2, footer.site-footer .widget h3, footer.site-footer .widget h4, footer.site-footer .widget h5, footer.site-footer .widget h6 {
  margin-bottom: 15px;
}
footer.site-footer .widget table tr, footer.site-footer .widget table.wp-calendar-table tr, footer.site-footer .widget table th, footer.site-footer .widget table.wp-calendar-table th, footer.site-footer .widget table td, footer.site-footer .widget table.wp-calendar-table td {
  border-color: rgba(16, 69, 71, .5) !important;
}
footer.site-footer .widget table #today, footer.site-footer .widget table.wp-calendar-table #today {
  background: #0d3a73;
  color: #ffa500;
}
footer.site-footer .widget table caption, footer.site-footer .widget table.wp-calendar-table caption {
  color: rgba(16, 69, 71, .85);
}
footer.site-footer .widget cite {
  color: rgba(16, 69, 71, .85);
}
footer.site-footer .widget strong {
  color: #0d3a73;
}
footer.site-footer .widget_text a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
  color: #0d3a73;
}
footer.site-footer .widget_text a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
footer.site-footer .widget_text a:hover, footer.site-footer .widget_text a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
footer.site-footer .widget_text a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_text img {
  width: auto;
  height: auto;
}
footer.site-footer .widget_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
footer.site-footer .widget_text ul li {
  margin-bottom: 10px;
}
footer.site-footer .widget_text ul li a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
}
footer.site-footer .widget_text ul li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
footer.site-footer .widget_text ul li a:hover, footer.site-footer .widget_text ul li a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
footer.site-footer .widget_text ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_text ul li a:hover, footer.site-footer .widget_text ul li a:focus {
  opacity: 1;
}
footer.site-footer .widget_text .wp-caption a {
  border: none;
}
footer.site-footer .widget_text .wp-caption a:before {
  content: none;
}
footer.site-footer .widget_text .wp-caption a:hover:before, footer.site-footer .widget_text .wp-caption a:focus:before {
  content: none;
}
footer.site-footer .widget_categories ul .cat-item, footer.site-footer .widget_pages ul .cat-item {
  color: rgba(16, 69, 71, .7);
}
footer.site-footer .widget_categories ul .cat-item:hover, footer.site-footer .widget_pages ul .cat-item:hover, footer.site-footer .widget_categories ul .cat-item:focus, footer.site-footer .widget_pages ul .cat-item:focus {
  color: rgba(16, 69, 71, 1);
}
footer.site-footer .widget_pages ul li a, footer.site-footer .widget_nav_menu ul li a {
  color: rgba(16, 69, 71, .7);
}
footer.site-footer .widget_pages ul li a:hover, footer.site-footer .widget_nav_menu ul li a:hover, footer.site-footer .widget_pages ul li a:focus, footer.site-footer .widget_nav_menu ul li a:focus {
  color: rgba(16, 69, 71, 1);
}
footer.site-footer .widget_pages ul li a span:after, footer.site-footer .widget_nav_menu ul li a span:after {
  content: none;
}
footer.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #0d3a73;
  background: rgba(16, 69, 71, 0);
  color: #0d3a73;
}
footer.site-footer .widget_tag_cloud .tagcloud a:hover, footer.site-footer .widget_tag_cloud .tagcloud a:focus {
  background: rgba(16, 69, 71, 1);
  color: #ffa500;
}
footer.site-footer .widget_archive ul li a, footer.site-footer .widget_meta ul li a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
  color: #0d3a73;
}
footer.site-footer .widget_archive ul li a:before, footer.site-footer .widget_meta ul li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
footer.site-footer .widget_archive ul li a:hover, footer.site-footer .widget_meta ul li a:hover, footer.site-footer .widget_archive ul li a:focus, footer.site-footer .widget_meta ul li a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
footer.site-footer .widget_archive ul li a:hover:before, footer.site-footer .widget_meta ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_meta a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
  color: #0d3a73;
}
footer.site-footer .widget_meta a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
footer.site-footer .widget_meta a:hover, footer.site-footer .widget_meta a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
footer.site-footer .widget_meta a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
  color: rgba(16, 69, 71, .85);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:hover, footer.site-footer .widget_recent_comments ul li .comment-author-link a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .scroll-top {
  position: absolute;
  top: calc(50% - 15px);
  right: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 30px;
  border-bottom: none !important;
  background: #0d3a73;
  font-size: 0.87rem;
  font-weight: 600;
  color: #ffa500;
  transform: rotate(-90deg);
  overflow: hidden;
}
footer.site-footer .scroll-top .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer .scroll-top .content span {
  transform: translateX(0);
  transition: all 0.35s;
}
footer.site-footer .scroll-top .content i {
  position: absolute;
  font-size: 2.2rem;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.35s;
}
footer.site-footer .scroll-top:before {
  content: none;
}
footer.site-footer .scroll-top:hover, footer.site-footer .scroll-top:focus {
  color: #ffa500;
}
footer.site-footer .scroll-top:hover .content span, footer.site-footer .scroll-top:focus .content span {
  transform: translateX(80px);
}
footer.site-footer .scroll-top:hover .content i, footer.site-footer .scroll-top:focus .content i {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
  footer.site-footer .widget {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-has-reveal {
    position: relative;
    z-index: 1;
  }
  .footer-has-reveal .main-wrapper {
    background: #fff;
    z-index: 2;
  }
  .footer-has-reveal footer.site-footer.footer-reveal {
    position: relative;
    min-height: 490px;
    z-index: -1;
  }
  .footer-has-reveal footer.site-footer.footer-reveal .footer-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .footer-has-reveal .site-page-default {
    min-height: 100vh;
  }
}
/*
 [10.1] Footer Bottom
 --------------------------------- */
.footer-bottom {
  display: block;
  padding: 40px 0;
  border-top: 1px solid rgba(16, 69, 71, .1);
}
.footer-bottom .footer-bottom-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer-bottom .copyright {
  font-size: 0.87rem;
  color: rgba(16, 69, 71, .7);
}
.footer-bottom .footer-bottom-social-icons {
  display: flex;
  margin-top: 15px;
  align-items: center;
  height: 100%;
}
.footer-bottom .footer-bottom-social-icons .social-icons li a {
  opacity: 0.5;
}
.footer-bottom .footer-bottom-social-icons .social-icons li a:hover, .footer-bottom .footer-bottom-social-icons .social-icons li a:focus {
  opacity: 1;
  color: #0d3a73;
}
@media (min-width: 992px) {
  .footer-bottom .footer-bottom-social-icons {
    justify-content: flex-end;
    margin-top: unset;
  }
}
/*
 [10.2] Footer Menu
 --------------------------------- */
.footer-bottom-content ul.menu {
  list-style: none;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
}
.footer-bottom-content ul.menu li {
  display: block;
  margin-right: 20px;
  color: #0d3a73;
  font-size: 0.87rem;
  min-width: fit-content;
  min-width: -moz-fit-content;
}
.footer-bottom-content ul.menu li:last-child {
  margin-right: unset;
}
.footer-bottom-content ul.menu li a {
  color: inherit;
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(16, 69, 71, 0);
  color: inherit;
}
.footer-bottom-content ul.menu li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0d3a73;
  transition: all 0.35s;
  opacity: 0;
}
.footer-bottom-content ul.menu li a:hover, .footer-bottom-content ul.menu li a:focus {
  color: #0d3a73;
  border-bottom: 1px solid rgba(16, 69, 71, .4);
}
.footer-bottom-content ul.menu li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.footer-bottom-content ul.menu .menu-item-has-children a:after {
  content: '\f0d8';
  margin-left: 5px;
  font-family: 'Font Awesome 5 Free';
  color: rgba(16, 69, 71, .5);
  opacity: 0.3;
  transition: opacity 0.35s;
}
.footer-bottom-content ul.menu .menu-item-has-children:hover > .sub-menu, .footer-bottom-content ul.menu .menu-item-has-children:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu {
  position: absolute;
  bottom: 100%;
  display: flex;
  flex-flow: column;
  min-width: 200px;
  margin: 0;
  padding: 20px;
  height: auto;
  background: #0d3a73;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s 0.2s;
  z-index: 99;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: unset;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a {
  padding-bottom: 3px;
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(242, 205, 93, 0);
  color: inherit;
  color: #f4f4f4;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:hover, .footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:focus {
  color: #ffa500;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  bottom: calc(100% - 50px);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li .sub-menu .sub-menu .sub-menu {
  left: unset;
  bottom: 100%;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu .menu-item-has-children a:after {
  content: '\f0da';
  color: rgba(242, 205, 93, .5);
}
/*
 [10.3] Search Modal
 --------------------------------- */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 40, .95);
  z-index: 200;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s 0.35s, visibility 0.35s 0.35s;
}
.search-modal .search-modal-content {
  position: relative;
  max-width: 770px;
  width: 100%;
  padding: 60px 30px;
  z-index: 10;
}
.search-modal .search-modal-content form {
  display: flex;
}
.search-modal .search-modal-content form button {
  position: relative;
  bottom: 20px;
  margin-left: 5px;
  padding: 0 5px;
  border: none;
  background: none;
  color: rgba(221, 221, 221, .7);
  font-size: 1.625rem;
  opacity: 0;
  transform: scale(0.5);
  transition: color 0.35s, opacity 0.35s 1s, transform 0.35s 1s;
}
.search-modal .search-modal-content form button:hover, .search-modal .search-modal-content form button:focus {
  color: #fff;
}
.search-modal .search-modal-content [type="search"] {
  display: block;
  padding: 5px;
  border: none;
  background: none;
  border-bottom: 2px solid rgba(221, 221, 221, .5);
  font-size: 1.625rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: color 0.35s, opacity 0.35s 0.7s, transform 0.35s 0.7s;
}
.search-modal .search-modal-content [type="search"]:hover, .search-modal .search-modal-content [type="search"]:focus {
  border-color: #fff;
  outline: none;
}
.search-modal .dark-bg-click-close {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  z-index: 1;
}
.search-modal .dark-bg-click-close:hover, .search-modal .dark-bg-click-close:focus {
  outline: none;
}
.search-modal .x-close {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 10px 5px;
  border: none;
  background: none;
  color: rgba(221, 221, 221, .5);
  font-weight: 600;
  transition: all 0.35s;
  z-index: 2;
}
.search-modal .x-close:hover, .search-modal .x-close:focus {
  color: #fff;
}
.show.search-modal {
  opacity: 1;
  visibility: visible;
}
.show.search-modal .search-modal-content form button, .show.search-modal .search-modal-content [type="search"] {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 576px) {
  .search-modal .search-modal-content {
    padding: 60px;
  }
  .search-modal .search-modal-content [type="search"] {
    padding: 35px;
    font-size: 2.125rem;
  }
  .search-modal .search-modal-content form button {
    margin-left: 30px;
    padding: 0 20px;
    font-size: 1.875rem;
  }
  .search-modal .x-close {
    right: 55px;
  }
}
/*
 [10.4] Footer Light Color
 --------------------------------- */
footer.footer-color-light {
  color: #f4f4f4;
}
footer.footer-color-light h1, footer.footer-color-light h2, footer.footer-color-light h3, footer.footer-color-light h4, footer.footer-color-light h5, footer.footer-color-light h6 {
  color: #fff;
}
footer.footer-color-light p > a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(244, 244, 244, 0);
  color: inherit;
}
footer.footer-color-light p > a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f4f4f4;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light p > a:hover, footer.footer-color-light p > a:focus {
  color: #f4f4f4;
  border-bottom: 1px solid rgba(244, 244, 244, .4);
}
footer.footer-color-light p > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget {
  color: #f4f4f4;
}
footer.footer-color-light .widget strong {
  color: #f4f4f4;
}
footer.footer-color-light .widget .widget-title {
  color: #f4f4f4;
}
footer.footer-color-light .widget table thead tr th, footer.footer-color-light .widget table.wp-calendar-table thead tr th {
  color: #fff !important;
}
footer.footer-color-light .widget table tr, footer.footer-color-light .widget table.wp-calendar-table tr, footer.footer-color-light .widget table th, footer.footer-color-light .widget table.wp-calendar-table th, footer.footer-color-light .widget table td, footer.footer-color-light .widget table.wp-calendar-table td {
  border-color: rgba(255, 255, 255, .5) !important;
}
footer.footer-color-light .widget table #today, footer.footer-color-light .widget table.wp-calendar-table #today {
  background: #fff;
  color: #ffa500;
}
footer.footer-color-light .widget table caption, footer.footer-color-light .widget table.wp-calendar-table caption {
  color: rgba(255, 255, 255, .85);
}
footer.footer-color-light .widget .wp-calendar-nav a:hover, footer.footer-color-light .widget .wp-calendar-nav a:focus {
  color: #fff;
}
footer.footer-color-light .widget_text a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(244, 244, 244, 0);
  color: inherit;
}
footer.footer-color-light .widget_text a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f4f4f4;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light .widget_text a:hover, footer.footer-color-light .widget_text a:focus {
  color: #f4f4f4;
  border-bottom: 1px solid rgba(244, 244, 244, .4);
}
footer.footer-color-light .widget_text a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_text i {
  color: #fff;
}
footer.footer-color-light .widget_text ul li a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(244, 244, 244, 0);
  color: inherit;
}
footer.footer-color-light .widget_text ul li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f4f4f4;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light .widget_text ul li a:hover, footer.footer-color-light .widget_text ul li a:focus {
  color: #f4f4f4;
  border-bottom: 1px solid rgba(244, 244, 244, .4);
}
footer.footer-color-light .widget_text ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget-accordion .w-acc-item label span {
  color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item label span:before {
  border-color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:before {
  background-color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:hover, footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
footer.footer-color-light .widget_pages ul li a, footer.footer-color-light .widget_nav_menu ul li a {
  color: rgba(255, 255, 255, .7);
}
footer.footer-color-light .widget_pages ul li a:before, footer.footer-color-light .widget_nav_menu ul li a:before {
  border-color: #fff;
}
footer.footer-color-light .widget_pages ul li a:hover, footer.footer-color-light .widget_nav_menu ul li a:hover, footer.footer-color-light .widget_pages ul li a:focus, footer.footer-color-light .widget_nav_menu ul li a:focus {
  color: rgba(255, 255, 255, 1);
}
footer.footer-color-light .widget_rss a, footer.footer-color-light .widget_recent_entries a {
  color: #fff;
}
footer.footer-color-light .widget_rss cite, footer.footer-color-light .widget_recent_entries cite {
  color: #f4f4f4;
}
footer.footer-color-light .widget_tag_cloud .tagcloud a {
  border-color: #fff;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
footer.footer-color-light .widget_tag_cloud .tagcloud a:hover, footer.footer-color-light .widget_tag_cloud .tagcloud a:focus {
  background: rgba(255, 255, 255, 1);
  color: #ffa500;
}
footer.footer-color-light .widget_categories ul .cat-item, footer.footer-color-light .widget_pages ul .cat-item {
  color: rgba(255, 255, 255, .7);
}
footer.footer-color-light .widget_categories ul .cat-item:before, footer.footer-color-light .widget_pages ul .cat-item:before {
  border-color: #fff;
}
footer.footer-color-light .widget_categories ul .cat-item:hover, footer.footer-color-light .widget_pages ul .cat-item:hover, footer.footer-color-light .widget_categories ul .cat-item:focus, footer.footer-color-light .widget_pages ul .cat-item:focus {
  color: rgba(255, 255, 255, 1);
}
footer.footer-color-light .widget_categories ul .cat-item:hover a, footer.footer-color-light .widget_pages ul .cat-item:hover a, footer.footer-color-light .widget_categories ul .cat-item:focus a, footer.footer-color-light .widget_pages ul .cat-item:focus a {
  color: inherit;
}
footer.footer-color-light .widget_archive ul li a, footer.footer-color-light .widget_meta ul li a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: inherit;
  color: #fff;
}
footer.footer-color-light .widget_archive ul li a:before, footer.footer-color-light .widget_meta ul li a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light .widget_archive ul li a:hover, footer.footer-color-light .widget_meta ul li a:hover, footer.footer-color-light .widget_archive ul li a:focus, footer.footer-color-light .widget_meta ul li a:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
footer.footer-color-light .widget_archive ul li a:hover:before, footer.footer-color-light .widget_meta ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_meta a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: inherit;
  color: #fff;
}
footer.footer-color-light .widget_meta a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light .widget_meta a:hover, footer.footer-color-light .widget_meta a:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
footer.footer-color-light .widget_meta a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_recent_comments ul li a {
  color: #fff;
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: inherit;
  color: rgba(255, 255, 255, .85);
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.35s;
  opacity: 0;
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:hover, footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_search .form-group label {
  color: #0d3a73;
}
footer.footer-color-light #ctf .ctf-item:before {
  border-color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:before {
  color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:hover, footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:focus {
  color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:hover .ctf-tweet-text, footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:focus .ctf-tweet-text {
  color: inherit;
}
footer.footer-color-light .wpcf7 input, footer.footer-color-light .widget-inline-input input {
  border-color: #f4f4f4;
  color: #fff;
}
footer.footer-color-light .wpcf7 input::-webkit-input-placeholder, footer.footer-color-light .widget-inline-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f4f4f4;
}
footer.footer-color-light .wpcf7 input::-moz-placeholder, footer.footer-color-light .widget-inline-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f4f4f4;
}
footer.footer-color-light .wpcf7 input:-ms-input-placeholder, footer.footer-color-light .widget-inline-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f4f4f4;
}
footer.footer-color-light .wpcf7 input:-moz-placeholder, footer.footer-color-light .widget-inline-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #f4f4f4;
}
footer.footer-color-light .widget-inline-input button, footer.footer-color-light .widget-inline-input [type="submit"] {
  border-color: #f4f4f4;
  color: #f4f4f4;
}
footer.footer-color-light .widget-inline-input button:before, footer.footer-color-light .widget-inline-input [type="submit"]:before {
  border-color: #f4f4f4;
}
footer.footer-color-light .footer-bottom-content ul.menu li {
  color: #f4f4f4;
}
footer.footer-color-light .footer-bottom-content ul.menu li:hover, footer.footer-color-light .footer-bottom-content ul.menu li:focus {
  color: #fff;
}
footer.footer-color-light .footer-bottom-content ul.menu li a {
  color: inherit;
}
footer.footer-color-light .footer-bottom-content ul.menu li a:before {
  background-color: #fff;
}
footer.footer-color-light .footer-bottom-content ul.menu li a:after {
  color: rgba(255, 255, 255, .5);
}
footer.footer-color-light .footer-bottom-content ul.menu li a:hover, footer.footer-color-light .footer-bottom-content ul.menu li a:focus {
  border-color: #fff;
}
footer.footer-color-light .footer-bottom {
  border-color: rgba(255, 255, 255, .1);
}
footer.footer-color-light .copyright {
  color: rgba(244, 244, 244, .7);
}
footer.footer-color-light .footer-bottom-social-icons .social-icons li a {
  color: #fff;
}
footer.footer-color-light .footer-bottom-social-icons .social-icons li a:hover, footer.footer-color-light .footer-bottom-social-icons .social-icons li a:focus {
  color: #fff;
}
footer.footer-color-light .scroll-top {
  background: #fff;
}
/*
 [4.0] Buttons
 --------------------------------- */
.btn, .wp-block-file .wp-block-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  background: #0d3a73;
  color: #ffa500;
  box-shadow: 0 0 0 #ffa500;
  transition: all 0.35s;
}
.btn .btn-icon-left, .wp-block-file .wp-block-file__button .btn-icon-left {
  padding-right: 10px;
}
.btn .btn-icon-right, .wp-block-file .wp-block-file__button .btn-icon-right {
  padding-left: 10px;
}
.btn-block {
  display: flex;
  width: 100%;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group .btn, .btn-group .wp-block-file .wp-block-file__button, .wp-block-file .btn-group .wp-block-file__button {
  margin: 7px 0;
}
.btn-sm {
  padding: 0 20px;
  height: 37px;
  font-size: 0.87rem;
}
.btn-lg {
  padding: 0 40px;
  height: 57px;
  font-size: 1.125rem;
}
/*
 [4.1] Button Regular
 --------------------------------- */
.btn-reg {
  box-shadow: 0 0 0 #ffa500;
  transition: all 0.35s;
  line-height: 1;
}
.btn-reg:hover, .btn-reg:focus {
  color: #ffa500;
  box-shadow: 7px 7px 0px #ffa500;
}
.btn-reg span {
  flex-shrink: 1;
}
.btn-inverted.btn-reg {
  background: #ffa500;
  color: #0d3a73;
  box-shadow: 0 0 0 #0d3a73;
}
.btn-inverted.btn-reg:hover, .btn-inverted.btn-reg:focus {
  color: #0d3a73;
  box-shadow: 7px 7px 0px #0d3a73;
}
.btn-sm.btn-reg:hover, .btn-sm.btn-reg:focus {
  box-shadow: 5px 5px 0px #ffa500;
}
.btn-lg.btn-reg:hover, .btn-lg.btn-reg:focus {
  box-shadow: 10px 10px 0px #ffa500;
}
/*
 [4.2] Button Ghost
 --------------------------------- */
.btn-ghost {
  position: relative;
  border: 3px solid #0d3a73;
  background: none;
  color: #0d3a73;
}
.btn-ghost .btn-main:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: 50px;
  border: 3px solid #0d3a73;
  z-index: -1;
  transform: translateX(0) translateY(0);
  transition: all 0.35s;
}
.btn-ghost:hover, .btn-ghost:focus {
  color: #0d3a73;
}
.btn-ghost:hover .btn-main:before, .btn-ghost:focus .btn-main:before {
  transform: translateX(7px) translateY(7px);
}
.btn-sm.btn-ghost .btn-main:before {
  height: 37px;
}
.btn-lg.btn-ghost .btn-main:before {
  height: 57px;
}
.btn-lg.btn-ghost:hover .btn-main:before, .btn-lg.btn-ghost:focus .btn-main:before {
  transform: translateX(9px) translateY(9px);
}
/*
 [4.3] Button Classic
 --------------------------------- */
.btn-classic:hover, .wp-block-file .wp-block-file__button:hover, .btn-classic:focus, .wp-block-file .wp-block-file__button:focus {
  background: #ffa500;
  color: #0d3a73;
}
.btn-classic:focus, .wp-block-file .wp-block-file__button:focus {
  transform: scale(0.97);
}
.btn-classic.btn-inverted, .wp-block-file .wp-block-file__button.btn-inverted {
  background: #ffa500;
  color: #0d3a73;
}
.btn-classic.btn-inverted:hover, .wp-block-file .wp-block-file__button.btn-inverted:hover, .btn-classic.btn-inverted:focus, .wp-block-file .wp-block-file__button.btn-inverted:focus {
  background: #0d3a73;
  color: #ffa500;
}
.btn-classic.btn-hover-has-same-bg:hover, .wp-block-file .wp-block-file__button.btn-hover-has-same-bg:hover, .btn-classic.btn-hover-has-same-bg:focus, .wp-block-file .wp-block-file__button.btn-hover-has-same-bg:focus {
  background: #efc33c;
  color: #0d3a73;
}
.btn-classic.btn-has-dark-bg, .wp-block-file .wp-block-file__button.btn-has-dark-bg {
  color: #fff !important;
}
.btn-classic.btn-has-dark-bg:hover, .wp-block-file .wp-block-file__button.btn-has-dark-bg:hover, .btn-classic.btn-has-dark-bg:focus, .wp-block-file .wp-block-file__button.btn-has-dark-bg:focus {
  color: #fff !important;
}
.btn-classic.btn-has-dark-bg > a, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a, .btn-classic.btn-has-dark-bg > a.menu-link, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a.menu-link, .btn-classic.btn-has-dark-bg > a.mega-menu-link, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a.mega-menu-link {
  color: inherit !important;
}
.btn-classic.btn-has-dark-bg > a:before, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a:before, .btn-classic.btn-has-dark-bg > a.menu-link:before, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a.menu-link:before, .btn-classic.btn-has-dark-bg > a.mega-menu-link:before, .wp-block-file .wp-block-file__button.btn-has-dark-bg > a.mega-menu-link:before {
  display: none;
}
/*
 [4.4] Button Text Arrow
 ---------------------------- */
.btn-txt-arr {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #0d3a73;
  background: none;
  border: none;
}
.btn-txt-arr:hover, .btn-txt-arr:focus {
  text-decoration: none;
  color: #0d3a73;
}
.btn-txt-arr:hover .arr-box, .btn-txt-arr:focus .arr-box {
  background: rgba(242, 205, 93, 1);
}
.btn-txt-arr:hover .arr-box i, .btn-txt-arr:focus .arr-box i, .btn-txt-arr:hover .arr-box span, .btn-txt-arr:focus .arr-box span {
  transform: translateX(12px);
}
.btn-txt-arr .arr-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 30px;
  height: 30px;
  background: rgba(242, 205, 93, .4);
  transition: all 0.35s;
}
.btn-txt-arr .arr-box i, .btn-txt-arr .arr-box span {
  position: relative;
  display: inline-block;
  font-size: 1.9rem;
  transform: translateX(-12px);
  transition: transform 0.35s;
}
.btn-txt-arr .btn-icon-left {
  padding-right: 10px;
  font-size: 1.1rem;
}
.btn-sm.btn-txt-arr, .btn-lg.btn-txt-arr {
  padding: unset;
  height: unset;
}
/*
 [4.5] Play Button
 --------------------------------- */
.btn-play, a.btn-play, .elementor a.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background: #ffa500;
  color: #0d3a73;
  box-shadow: 0 0 0 11px rgba(242, 205, 93, .3), 0 0 0 22px rgba(242, 205, 93, .15);
  transition: all 0.5s;
  animation: animPlayButton 2s ease-in-out infinite;
}
.btn-play i, a.btn-play i, .elementor a.btn-play i {
  transform: translateX(0);
  transition: all 0.35s;
}
.btn-play:hover, a.btn-play:hover, .elementor a.btn-play:hover {
  animation-play-state: paused;
  background: #f4d475;
}
.btn-play:hover i, a.btn-play:hover i, .elementor a.btn-play:hover i {
  animation: animPlayButtonIcon 0.5s 0.15s ease-in-out;
}
.btn-play:focus, a.btn-play:focus, .elementor a.btn-play:focus {
  transform: scale(0.9);
  box-shadow: 0 0 0 0 rgba(242, 205, 93, .2), 0 0 0 0 rgba(242, 205, 93, .15);
}
@keyframes animPlayButton {
  0% {
    box-shadow: 0 0 0 11px rgba(242, 205, 93, .3), 0 0 0 22px rgba(242, 205, 93, .15);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(242, 205, 93, .2), 0 0 0 0 rgba(242, 205, 93, .15);
  }
  100% {
    box-shadow: 0 0 0 11px rgba(242, 205, 93, .3), 0 0 0 22px rgba(242, 205, 93, .15);
  }
}
@keyframes animPlayButtonIcon {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(20px) scale(0.75);
    opacity: 0;
  }
  66% {
    transform: translateX(-20px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
/*
 [4.6] Button Interactive
 --------------------------------- */
a.btn-int, rs.btn-int, button.btn-int, li.btn-int > a, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a {
  position: relative;
  transform: translateY(0);
  transition: all 0.35s;
  background: #ffa500;
  color: #0d3a73;
}
a.btn-int:hover, rs.btn-int:hover, button.btn-int:hover, li.btn-int > a:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover, a.btn-int:focus, rs.btn-int:focus, button.btn-int:focus, li.btn-int > a:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus {
  transform: translateY(-7px);
}
a.btn-int-icon span, rs.btn-int-icon span, button.btn-int-icon span, li.btn-int-icon > a span, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a span {
  transform: translateX(0);
  transition: all 0.35s;
}
a.btn-int-icon span:after, rs.btn-int-icon span:after, button.btn-int-icon span:after, li.btn-int-icon > a span:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a span:after {
  content: '';
  position: absolute;
  right: -10px;
  height: 25px;
  border-left: 2px solid #0d3a73;
  opacity: 0;
  transform: translateX(-15px) scale(0.5);
  transition: all 0.35s;
}
a.btn-int-icon:before, rs.btn-int-icon:before, button.btn-int-icon:before, li.btn-int-icon > a:before, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:before {
  content: none !important;
}
a.btn-int-icon:after, rs.btn-int-icon:after, button.btn-int-icon:after, li.btn-int-icon > a:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:after {
  content: '\f061';
  position: absolute;
  right: 25px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.35s;
}
a.btn-int-icon:hover span, rs.btn-int-icon:hover span, button.btn-int-icon:hover span, li.btn-int-icon > a:hover span, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover span, a.btn-int-icon:focus span, rs.btn-int-icon:focus span, button.btn-int-icon:focus span, li.btn-int-icon > a:focus span, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus span {
  transform: translateX(-15px);
  transition: transform 0.35s 0.4s;
}
a.btn-int-icon:hover span:after, rs.btn-int-icon:hover span:after, button.btn-int-icon:hover span:after, li.btn-int-icon > a:hover span:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover span:after, a.btn-int-icon:focus span:after, rs.btn-int-icon:focus span:after, button.btn-int-icon:focus span:after, li.btn-int-icon > a:focus span:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus span:after {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
a.btn-int-icon:hover:after, rs.btn-int-icon:hover:after, button.btn-int-icon:hover:after, li.btn-int-icon > a:hover:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover:after, a.btn-int-icon:focus:after, rs.btn-int-icon:focus:after, button.btn-int-icon:focus:after, li.btn-int-icon > a:focus:after, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus:after {
  transform: translateX(15px);
  opacity: 1;
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-int-icon-left span {
  transform: translateX(0);
  transition: all 0.35s;
}
.btn-int-icon-left span:before {
  content: '';
  position: absolute;
  left: -10px;
  height: 25px;
  border-left: 2px solid #0d3a73;
  opacity: 0;
  transform: translateX(15px) scale(0.5);
  transition: all 0.35s;
}
.btn-int-icon-left:before {
  content: '\f061';
  position: absolute;
  left: 25px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.35s;
}
.btn-int-icon-left:after {
  content: none !important;
}
.btn-int-icon-left:hover span, .btn-int-icon-left:focus span {
  transform: translateX(15px);
  transition: transform 0.35s 0.4s;
}
.btn-int-icon-left:hover span:before, .btn-int-icon-left:focus span:before {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-int-icon-left:hover:before, .btn-int-icon-left:focus:before {
  transform: translateX(-13px);
  opacity: 1;
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-lg.btn-int-icon span:before, .btn-lg.btn-int-icon-left span:before, .btn-lg.btn-int-icon span:after, .btn-lg.btn-int-icon-left span:after {
  height: 29px;
}
.btn-lg.btn-int-icon span:after {
  transform: translateX(-20px) scale(0.5);
  transition: all 0.35s;
}
.btn-lg.btn-int-icon:after {
  transform: translateX(-5px);
  transition: all 0.35s;
}
.btn-lg.btn-int-icon:hover span, .btn-lg.btn-int-icon:focus span {
  transform: translateX(-20px);
  transition: transform 0.35s 0.4s;
}
.btn-lg.btn-int-icon:hover span:after, .btn-lg.btn-int-icon:focus span:after {
  transform: translateX(5px) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-lg.btn-int-icon:hover:after, .btn-lg.btn-int-icon:focus:after {
  transform: translateX(10px);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-lg.btn-int-icon-left span:before {
  transform: translateX(20px) scale(0.5);
  transition: all 0.35s;
}
.btn-lg.btn-int-icon-left:before {
  transform: translateX(5px);
  transition: all 0.35s;
}
.btn-lg.btn-int-icon-left:hover span, .btn-lg.btn-int-icon-left:focus span {
  transform: translateX(20px);
  transition: transform 0.35s 0.4s;
}
.btn-lg.btn-int-icon-left:hover span:before, .btn-lg.btn-int-icon-left:focus span:before {
  transform: translateX(-5px) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-lg.btn-int-icon-left:hover:before, .btn-lg.btn-int-icon-left:focus:before {
  transform: translateX(-10px);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-sm.btn-int-icon span, .btn-sm.btn-int-icon-left span {
  display: flex;
  align-items: center;
}
.btn-sm.btn-int-icon span:before, .btn-sm.btn-int-icon-left span:before, .btn-sm.btn-int-icon span:after, .btn-sm.btn-int-icon-left span:after {
  height: 17px;
}
.btn-sm.btn-int-icon:before, .btn-sm.btn-int-icon-left:before, .btn-sm.btn-int-icon:after, .btn-sm.btn-int-icon-left:after {
  top: 1px;
  display: flex;
  align-items: center;
  height: 100%;
}
.btn-sm.btn-int-icon span:after {
  transform: translateX(-11px) scale(0.5);
  transition: all 0.35s;
}
.btn-sm.btn-int-icon:after {
  transform: translateX(-5px);
  transition: all 0.35s;
}
.btn-sm.btn-int-icon:hover span, .btn-sm.btn-int-icon:focus span {
  transform: translateX(-11px);
  transition: transform 0.35s 0.4s;
}
.btn-sm.btn-int-icon:hover span:after, .btn-sm.btn-int-icon:focus span:after {
  transform: translateX(-3px) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-sm.btn-int-icon:hover:after, .btn-sm.btn-int-icon:focus:after {
  transform: translateX(18px);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-sm.btn-int-icon-left span:before {
  transform: translateX(11px) scale(0.5);
  transition: all 0.35s;
}
.btn-sm.btn-int-icon-left:before {
  transform: translateX(5px);
  transition: all 0.35s;
}
.btn-sm.btn-int-icon-left:hover span, .btn-sm.btn-int-icon-left:focus span {
  transform: translateX(11px);
  transition: transform 0.35s 0.4s;
}
.btn-sm.btn-int-icon-left:hover span:before, .btn-sm.btn-int-icon-left:focus span:before {
  transform: translateX(3px) scale(1);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
.btn-sm.btn-int-icon-left:hover:before, .btn-sm.btn-int-icon-left:focus:before {
  transform: translateX(-18px);
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
}
@media (min-width: 992px) {
  nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span, nav .wp-block-file .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span, .wp-block-file nav .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span, nav li.btn.btn-int.btn-int-icon > a span, nav .wp-block-file li.wp-block-file__button.btn-int.btn-int-icon > a span, .wp-block-file nav li.wp-block-file__button.btn-int.btn-int-icon > a span {
    display: flex;
    align-items: center;
  }
  nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span:before, nav .wp-block-file .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span:before, .wp-block-file nav .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span:before, nav li.btn.btn-int.btn-int-icon > a span:before, nav .wp-block-file li.wp-block-file__button.btn-int.btn-int-icon > a span:before, .wp-block-file nav li.wp-block-file__button.btn-int.btn-int-icon > a span:before, nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span:after, nav .wp-block-file .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span:after, .wp-block-file nav .menu > li.wp-block-file__button.btn-int.btn-int-icon.menu-item > a span:after, nav li.btn.btn-int.btn-int-icon > a span:after, nav .wp-block-file li.wp-block-file__button.btn-int.btn-int-icon > a span:after, .wp-block-file nav li.wp-block-file__button.btn-int.btn-int-icon > a span:after {
    height: 17px;
  }
}
.btn-has-dark-bg.btn-int, li.btn-has-dark-bg.btn-int > a {
  color: #fff;
}
.btn-has-dark-bg.btn-int span:before, li.btn-has-dark-bg.btn-int > a span:before, .btn-has-dark-bg.btn-int span:after, li.btn-has-dark-bg.btn-int > a span:after {
  border-left-color: #fff;
}
/*
 [11.1] Counter
 --------------------------------- */
.ft-counter {
  text-align: center;
}
.ft-counter .ft-counter-number-wrapper .elementor-counter-number {
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
}
.ft-counter .ft-counter-title {
  margin-top: 10px;
  font-weight: 600;
}
.ft-counter:not(.counter-style-neue) .ft-counter-number-wrapper .ft-counter-number-accent {
  display: block;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 77px;
  height: 2px;
  background: #ffa500;
}
@media (min-width: 992px) {
  .ft-counter {
    text-align: unset;
  }
  .ft-counter .ft-counter-number-wrapper .ft-counter-number-accent {
    margin-left: 0;
    margin-right: 0;
  }
  .ft-counter:not(.counter-style-neue) .ft-counter-number-wrapper .ft-counter-number-accent {
    margin: 0 0 40px 0;
  }
}
.counter-style-neue .ft-counter-number-wrapper .elementor-counter-number {
  display: block;
  min-height: 110px;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent, .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 47px;
  border-left: 3px solid #ffa500;
  transform: rotate(25deg);
  width: 3px;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent {
  opacity: 1;
  transform: rotate(25deg) translateX(5px) translateY(-20px);
  transition: opacity 0.6s 0.6s;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  margin-top: 10px;
  opacity: 1;
  transform: rotate(25deg) translateX(-60px) translateY(-25px);
  transition: opacity 0.6s 0.7s;
}
.counter-style-neue .ft-counter-title {
  position: relative;
  top: -80px;
  margin: 0;
  opacity: 1;
  transform: translateX(25px);
  transition: all 0.5s 0.8s;
}
.elementor-invisible .counter-style-neue .ft-counter-title {
  opacity: 0;
  transform: translateX(0);
}
.elementor-invisible .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent, .elementor-invisible .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  opacity: 0;
}
@media (min-width: 992px) {
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent, .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
    margin-left: unset;
    margin-right: unset;
  }
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent {
    transform: rotate(25deg) translateX(40px) translateY(-35px);
  }
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
    transform: rotate(25deg) translateX(-25px) translateY(-45px);
  }
}
/*
 [11.2] Inline Icons
 --------------------------------- */
.ft-inline-icon {
  display: flex;
}
.ft-inline-icon:hover .ft-icon {
  box-shadow: 5px 5px 0 #ffa500;
  color: #ffa500;
}
.ft-inline-icon .ft-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: #0d3a73;
  color: #fff;
  transition: all 0.35s;
}
.ft-inline-icon .ft-icon i {
  font-size: 1rem;
}
.ft-inline-icon .ft-content {
  position: relative;
  top: 6px;
}
.ft-inline-icon .ft-content p {
  margin: 0;
}
.ft-inline-icon .ft-inline-icon-title {
  margin: 0 0 10px 0;
  color: #0d3a73;
}
.ft-inline-icon .ft-inline-icon-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  background: rgba(242, 205, 93, .4);
  color: #0d3a73;
  transition: all 0.35s;
}
.ft-inline-icon .ft-inline-icon-btn i {
  font-size: 1.9rem;
  transform: translateX(-12px);
  transition: transform 0.35s;
}
.ft-inline-icon .ft-inline-icon-btn:hover {
  background: rgba(242, 205, 93, 1);
}
.ft-inline-icon .ft-inline-icon-btn:hover i {
  transform: translateX(12px);
}
.ft-inline-icon-link-wrapper .ft-inline-icon p {
  color: #66686f;
}
.mega-menu-item .ft-inline-icon-link-wrapper {
  display: block;
  padding: 10px;
  background: rgba(221, 221, 221, .0);
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover, .mega-menu-item .ft-inline-icon-link-wrapper:focus {
  background: rgba(221, 221, 221, .05);
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover .ft-inline-icon .ft-icon, .mega-menu-item .ft-inline-icon-link-wrapper:focus .ft-inline-icon .ft-icon {
  background: #ffa500;
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover .ft-inline-icon h5, .mega-menu-item .ft-inline-icon-link-wrapper:focus .ft-inline-icon h5 {
  color: #ffa500;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon:hover .ft-icon, .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon:focus .ft-icon {
  box-shadow: none;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon .ft-icon {
  background: #ddd;
  color: #0d3a73;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5, .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
  color: #ddd;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5 {
  font-size: 1rem;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
  font-size: 0.87rem;
}
/*
 [11.3] Frame Icon
 --------------------------------- */
.ft-frame-icon {
  position: relative;
  padding: 60px 30px 30px 30px;
  border: 3px solid rgba(170, 171, 175, .3);
  transition: border-color 0.35s;
}
.ft-frame-icon:hover {
  border-color: #ffa500;
}
.ft-frame-icon:hover .ft-icon, .ft-frame-icon:hover .ft-title {
  color: #ffa500;
}
.ft-frame-icon:hover .ft-description {
  color: #ddd;
}
.ft-frame-icon p {
  margin: 0;
}
.ft-frame-icon .ft-icon {
  position: absolute;
  padding: 0 16px;
  top: -35px;
  font-size: 74px;
  line-height: 74px;
  color: #aaabaf;
  background: #0d3a73;
  transition: color 0.35s;
}
.ft-frame-icon .ft-title {
  color: #aaabaf;
  transition: all 0.35s;
}
.ft-frame-icon .ft-description {
  color: #aaabaf;
  transition: all 0.35s;
}
/*
 [11.4] Feature Image - Frame
 ----------------------------------- */
.ft-image-frame .ft-img-wrapper {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.ft-image-frame .ft-img-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(245deg, #0d3a73 0%, rgba(16, 69, 71, 0) 100%);
  opacity: 0.3;
  transition: all 0.35s;
  transform: scale(1);
}
.ft-image-frame .ft-title {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 25px;
  word-break: break-word;
  transform: translateX(0);
  transition: all 0.35s;
}
.ft-image-frame .ft-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 70px;
  border-left: 5px solid #ffa500;
  opacity: 1;
  transition: all 0.35s;
}
.ft-image-frame .ft-description {
  display: block;
  max-width: 90%;
  margin: 0;
  padding-left: 25px;
  color: #66686f;
  opacity: 0.5;
  transform: translateX(0);
  transition: all 0.35s;
}
.ft-image-frame .ft-link-frame {
  position: relative;
  display: block;
  width: 100%;
}
.ft-image-frame .ft-link-frame:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(242, 205, 93, 0);
  box-sizing: border-box;
  transform: translate(0, 0);
  transition: all 0.35s;
  z-index: 1;
}
.ft-image-frame .ft-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transform: translate(-25px, 25px);
  transition: all 0.35s;
  z-index: 2;
}
.ft-image-frame .ft-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: #0d3a73;
}
.ft-image-frame .ft-box span:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: #0d3a73;
}
.ft-image-frame .ft-box .css-plus {
  transform: rotate(0);
  transition: all 0.35s;
}
.ft-image-frame .ft-box:hover .css-plus, .ft-image-frame .ft-box:focus .css-plus {
  transform: rotate(90deg);
}
.ft-image-frame:hover .ft-link-frame:before, .ft-image-frame:focus .ft-link-frame:before, .ft-image-frame .focus-on .ft-link-frame:before {
  content: '';
  border-color: rgba(242, 205, 93, 1);
  transform: translate(-15px, 15px);
}
.ft-image-frame:hover .ft-box, .ft-image-frame:focus .ft-box, .ft-image-frame .focus-on .ft-box {
  opacity: 1;
  transform: translate(-35px, 35px);
}
.ft-image-frame:hover .ft-img-wrapper:before, .ft-image-frame:focus .ft-img-wrapper:before, .ft-image-frame .focus-on .ft-img-wrapper:before {
  opacity: 1;
}
.ft-image-frame:hover .ft-title, .ft-image-frame:focus .ft-title, .ft-image-frame .focus-on .ft-title {
  transform: translateX(-25px);
}
.ft-image-frame:hover .ft-title:before, .ft-image-frame:focus .ft-title:before, .ft-image-frame .focus-on .ft-title:before {
  opacity: 0;
  transform: translateY(25px);
}
.ft-image-frame:hover .ft-description, .ft-image-frame:focus .ft-description, .ft-image-frame .focus-on .ft-description {
  transform: translateX(-25px);
  opacity: 1;
}
@media (min-width: 768px) {
  .ft-image-frame:hover .ft-link-frame:before, .ft-image-frame:focus .ft-link-frame:before, .ft-image-frame .focus-on .ft-link-frame:before {
    transform: translate(-25px, 25px);
  }
  .ft-image-frame:hover .ft-box, .ft-image-frame:focus .ft-box, .ft-image-frame .focus-on .ft-box {
    transform: translate(-50px, 50px);
  }
}
/*
 [11.5] Feature Image - Classic
 ------------------------------------ */
.ft-image-classic:hover .ft-img-wrapper, .ft-image-classic:focus .ft-img-wrapper, .ft-image-classic .focus-on .ft-img-wrapper {
  box-shadow: 15px 15px 0 #ffa500;
}
.ft-image-classic:hover .ft-img-wrapper:before, .ft-image-classic:focus .ft-img-wrapper:before, .ft-image-classic .focus-on .ft-img-wrapper:before {
  opacity: 0.5;
}
.ft-image-classic:hover .ft-description, .ft-image-classic:focus .ft-description, .ft-image-classic .focus-on .ft-description {
  opacity: 1;
}
.ft-image-classic .ft-img-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 #ffa500;
  transition: all 0.35s;
}
.ft-image-classic .ft-img-wrapper img {
  transform: scale(1);
  transition: all 0.35s;
}
.ft-image-classic .ft-img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0d3a73;
  opacity: 0;
  z-index: 1;
  transition: all 0.35s;
}
.ft-image-classic .ft-img-wrapper:hover img {
  transform: scale(1.1);
}
.ft-image-classic .ft-title {
  margin: 30px 0 20px 0;
}
.ft-image-classic .ft-description {
  margin: 0;
  opacity: 0.7;
  transition: all 0.35s;
}
.ft-image-classic .ft-btn {
  margin-top: 30px;
}
/*
 [11.6] Feature Image - Stacked
 ------------------------------------ */
.ft-image-stacked {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ft-image-stacked:hover .ft-img-wrapper:before, .ft-image-stacked:focus .ft-img-wrapper:before, .ft-image-stacked .focus-on .ft-img-wrapper:before {
  opacity: 0.3;
}
.ft-image-stacked:hover .ft-content, .ft-image-stacked:focus .ft-content, .ft-image-stacked .focus-on .ft-content {
  transform: translateY(-15px);
}
.ft-image-stacked:hover .ft-btn i, .ft-image-stacked:focus .ft-btn i, .ft-image-stacked .focus-on .ft-btn i {
  transform: rotate(90deg);
}
.ft-image-stacked .ft-img-wrapper {
  position: relative;
  overflow: hidden;
}
.ft-image-stacked .ft-img-wrapper img {
  transform: scale(1);
  transition: transform 0.35s;
}
.ft-image-stacked .ft-img-wrapper:hover img {
  transform: scale(1.1);
}
.ft-image-stacked .ft-img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0d3a73;
  opacity: 0;
  transition: all 0.35s;
  z-index: 1;
}
.ft-image-stacked .ft-content {
  position: relative;
  display: block;
  margin-top: -45px;
  padding: 25px 30px 40px 30px;
  width: calc(100% - 60px);
  height: 100%;
  background: #0d3a73;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.35s;
  z-index: 1;
}
.ft-image-stacked .ft-title {
  margin: 0 0 15px 0;
  color: #ffa500;
}
.ft-image-stacked .ft-description {
  margin: 0;
  color: #ddd;
}
.ft-image-stacked .ft-btn {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #ffa500;
  color: #0d3a73;
}
.ft-image-stacked .ft-btn i {
  transform: rotate(0);
  transition: all 0.35s;
}
.ft-image-stacked .ft-btn:hover i {
  opacity: 0.5;
}
/*
 [11.7] Accordion
 --------------------------------- */
.ft-accordion.elementor-accordion .ft-accordion-item {
  margin-bottom: 30px;
  border: none;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title {
  padding: 0;
  font-weight: 600;
  line-height: unset;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title {
  display: flex;
  justify-content: space-between;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  background: rgba(242, 205, 93, 0);
  box-shadow: 0 0 0;
  transition: all 0.35s;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title span i {
  color: #ffa500;
  transition: all 0.35s;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title:hover span {
  background: #ffa500;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title:hover span i {
  color: #0d3a73;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title.elementor-active .ft-accordion-title span {
  background: #ffa500;
  box-shadow: 5px 5px 0 #0d3a73;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title.elementor-active .ft-accordion-title span i {
  color: #0d3a73;
  transform: rotate(180deg);
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-content {
  padding: 25px 0 0 0;
  border: none;
}
/*
 [11.8] Testimonial Slider
 --------------------------------- */
.ft-testimonial-slider .ft-testimonial-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 20px;
  padding-left: 15px;
  cursor: grab;
  text-align: center;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image {
  position: relative;
  flex-shrink: 0;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol {
  position: absolute;
  left: -10px;
  top: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #ffa500;
  color: #0d3a73;
  box-shadow: 5px 5px 0 #fff;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol:before {
  content: '\201C';
  position: relative;
  top: -3px;
  left: -1px;
  display: block;
  width: 24px;
  height: 24px;
  font-family: 'Georgia', serif;
  font-size: 4.1rem;
  line-height: 1;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image img {
  width: 140px;
  flex-shrink: 0;
  flex-grow: 0;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  max-width: 570px;
  font-size: 1.125rem;
  font-weight: 300;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content:before {
  content: none;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite {
  display: block;
  margin-top: 60px;
  font-size: 1rem;
  color: #0d3a73;
  font-style: normal;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite .tst-name {
  display: block;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite .tst-role {
  font-size: 0.87rem;
  color: #aaabaf;
}
@media (min-width: 992px) {
  .ft-testimonial-slider .ft-testimonial-item {
    flex-flow: row;
    padding-left: unset;
    text-align: unset;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-image {
    margin-left: unset;
    margin-right: unset;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol {
    left: -21px;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-content {
    margin-top: 30px;
    margin-left: 60px;
    margin-right: unset;
  }
}
.ft-testimonial-slider.ft-tst-center .ft-testimonial-item {
  text-align: center;
}
.ft-testimonial-slider.ft-tst-center .ft-testimonial-item .ft-image {
  margin: auto;
  max-width: 140px;
}
@media (min-width: 992px) {
  .ft-testimonial-slider.ft-tst-center .ft-testimonial-item {
    flex-flow: column;
  }
  .ft-testimonial-slider.ft-tst-center .ft-testimonial-item .ft-content {
    margin-top: 60px;
    margin-left: unset;
  }
}
.ft-testimonial-slider.ft-tst-right .ft-testimonial-item {
  flex-flow: column;
  padding-left: unset;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ft-testimonial-slider.ft-tst-right .ft-testimonial-item {
    flex-flow: row-reverse;
    padding-right: unset;
  }
  .ft-testimonial-slider.ft-tst-right .ft-testimonial-item .ft-content {
    margin-left: unset;
    margin-right: 60px;
  }
}
/*
 [11.9] Section Title
 ---------------------------- */
.section-title .st-subtitle {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffa500;
}
.section-title .st-title b {
  font-weight: 700;
}
.section-title.st-underline .st-subtitle {
  font-size: 0.87rem;
}
.section-title.st-underline .st-title {
  font-size: 2rem;
  font-weight: 300;
}
.section-title.st-underline .st-title b {
  font-weight: 600;
}
.section-title.st-underline .st-title u {
  text-decoration: none;
  background-image: linear-gradient(#ffa500, #ffa500);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}
.section-title.st-memphis {
  position: relative;
  display: inline-block;
}
.section-title.st-memphis img {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
}
/*
 [11.9] Feature - Intro
 --------------------------------- */
.ft-intro {
  display: block;
}
.ft-intro .ft-i-img-wrapper {
  position: relative;
}
.ft-intro .ft-i-img-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: -20%;
  display: none;
  background: #ffa500;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ft-intro .ft-i-img-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.ft-intro figcaption {
  position: relative;
  right: 0;
  top: 20%;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background: #fff;
  text-align: center;
  z-index: 3;
}
.ft-intro figcaption .ft-i-title {
  margin-bottom: 30px;
}
.ft-intro figcaption .ft-i-footer {
  margin-top: 30px;
  text-align: center;
}
.ft-intro figcaption .ft-i-footer .ft-i-footer-cta {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ft-intro figcaption {
    padding: 60px;
  }
  .ft-intro figcaption .ft-i-footer {
    display: flex;
    justify-content: space-between;
  }
  .ft-intro figcaption .ft-i-footer .ft-i-footer-cta {
    margin-top: unset;
  }
}
@media (min-width: 992px) {
  .ft-intro {
    display: inline-block;
  }
  .ft-intro .ft-i-img-wrapper:before {
    top: -10%;
    max-width: 240px;
  }
  .ft-intro .ft-i-img-wrapper img {
    right: 0;
  }
  .ft-intro figcaption {
    position: absolute;
    top: 10%;
    padding: 90px 60px;
    max-width: 500px;
    text-align: unset;
  }
}
@media (min-width: 1200px) {
  .ft-intro .ft-i-img-wrapper:before {
    display: block;
  }
  .ft-intro .ft-i-img-wrapper img {
    right: -13%;
  }
  .ft-intro figcaption {
    padding: 90px 80px 40px 80px;
    max-width: 600px;
  }
}
/*
 [11.10] Feature - Intro 2
 --------------------------------- */
.ft-intro-2 {
  position: relative;
  display: block;
  width: 100%;
}
.ft-intro-2 .ft-i-img-wrapper img.img-deco {
  display: none;
  z-index: 1;
}
.ft-intro-2 .ft-i-img-wrapper img.img-main {
  position: relative;
  width: 100%;
  z-index: 2;
}
.ft-intro-2 figcaption {
  position: relative;
  top: -50px;
  display: block;
  padding: 60px 30px;
  width: 100%;
  background: #f4f4f4;
  z-index: 3;
}
.ft-intro-2 figcaption .ft-i-title {
  margin-bottom: 30px;
}
.ft-intro-2 figcaption .btn, .ft-intro-2 figcaption .wp-block-file .wp-block-file__button, .wp-block-file .ft-intro-2 figcaption .wp-block-file__button {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .ft-intro-2 figcaption {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .ft-intro-2 {
    display: inline-block;
  }
  .ft-intro-2 .ft-i-img-wrapper {
    text-align: center;
  }
  .ft-intro-2 .ft-i-img-wrapper img.img-deco {
    display: block;
    position: absolute;
    top: -15%;
    right: 0;
  }
  .ft-intro-2 .ft-i-img-wrapper img.img-main {
    right: -7%;
    width: auto;
  }
  .ft-intro-2 figcaption {
    position: absolute;
    top: 15%;
    left: 0;
    max-width: 470px;
  }
}
/*
 [11.11] Feature - Intro 3
 --------------------------------- */
.ft-intro-3 .ft-i-title {
  position: relative;
  padding: 30px;
  background: #ffa500;
}
.ft-intro-3 .ft-i-title .section-title .st-subtitle {
  color: #fff;
}
.ft-intro-3 .ft-img-wrapper {
  position: relative;
}
.ft-intro-3 .ft-img-wrapper img {
  width: 100%;
  height: auto;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img {
  top: -5%;
  left: 200px;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img-2 {
  right: 0;
  left: 150px;
  top: 15%;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img-3 {
  top: 230px;
  left: -30px;
}
@media (min-width: 768px) {
  .ft-intro-3 .ft-i-title {
    display: block;
    padding: 40px 30px;
    max-width: 230px;
    width: 230px;
  }
  .ft-intro-3 img {
    position: absolute;
    width: auto !important;
    height: auto;
  }
  .ft-intro-3 .ft-img-wrapper {
    display: block;
    margin-left: 30px;
    max-width: 570px;
    min-height: 490px;
    right: 0;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img {
    top: -5%;
    left: 200px;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img-2 {
    right: 0;
    top: 15%;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img-3 {
    top: 40%;
    left: -30px;
  }
}
/*
 [11.12] Feature - Intro Image
 ----------------------------------- */
.ft-intro-img {
  display: inline-block;
  background: #ffa500;
}
.ft-intro-img img {
  transform: translate(0, 0);
  transition: all 0.35s;
}
.focus-on.ft-intro-img img {
  transform: translate(-15px, -15px);
}
/*
 [11.13] Feature - Intro Image 2
 ------------------------------------- */
.ft-intro-img-2 {
  position: relative;
  display: inline-block;
  margin-left: 45px;
}
.ft-intro-img-2 .ft-i-deco {
  position: absolute;
  right: -30px;
  top: -30px;
}
.ft-intro-img-2 .ft-i-img-main {
  position: relative;
  z-index: 1;
}
.ft-intro-img-2:before {
  content: '';
  display: block;
  bottom: -30px;
  left: -30px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffa500;
}
.on-scroll.ft-intro-img-2 .ft-i-deco {
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.on-scroll.ft-intro-img-2:before {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.focus-on.on-scroll.ft-intro-img-2 .ft-i-deco {
  right: -30px;
  top: -30px;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s;
}
.focus-on.on-scroll.ft-intro-img-2:before {
  bottom: -30px;
  left: -30px;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  .ft-intro-img-2 {
    margin-left: 40px;
  }
  .ft-intro-img-2 .ft-i-deco {
    right: -50px;
    top: -50px;
    width: auto;
  }
  .ft-intro-img-2:before {
    bottom: -40px;
    left: -40px;
  }
  .focus-on.on-scroll.ft-intro-img-2 .ft-i-deco {
    right: -50px;
    top: -50px;
  }
  .focus-on.on-scroll.ft-intro-img-2:before {
    bottom: -40px;
    left: -40px;
  }
}
/*
 [12.1] Team Card
 --------------------------------- */
.team-card .tm-img-wrapper {
  position: relative;
}
.team-card .tm-bio {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  padding: 40px;
  width: 100%;
  height: 100%;
  background: #0d3a73;
  box-shadow: 0 0 0 #ffa500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.team-card .tm-bio .tm-title, .team-card .tm-bio .tm-description, .team-card .tm-bio .tm-icon-links {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s;
}
.team-card .tm-bio .tm-title {
  margin: 0 0 30px 0;
  color: #fff;
  transition-delay: 0.2s;
  word-break: break-word;
}
.team-card .tm-bio .tm-description {
  margin: 0 0 20px 0;
  color: #ddd;
  transition-delay: 0.27s;
  word-break: break-word;
  overflow-y: auto;
}
.team-card .tm-bio .tm-icon-links {
  margin-top: auto;
  transition-delay: 0.34s;
}
.team-card .tm-bio .tm-icon-links:before {
  content: '';
  display: block;
  margin-bottom: 30px;
  width: 80px;
  height: 2px;
  background: #ffa500;
}
.team-card .tm-bio ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.team-card .tm-bio ul li {
  margin-left: 20px;
  margin-right: 0;
  color: #aaabaf;
}
.team-card .tm-bio ul li:first-child {
  margin-left: unset;
}
.team-card .tm-bio ul li a {
  color: inherit;
}
.team-card .tm-bio ul li a:hover, .team-card .tm-bio ul li a:focus {
  color: #ffa500;
}
.team-card .tm-info {
  position: relative;
  margin-top: 30px;
}
.team-card .tm-info .tm-name {
  margin: 0 0 5px 0;
}
.team-card .tm-info .tm-role {
  opacity: 0.7;
}
.team-card .btn-bio {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
  background: #ffa500;
  opacity: 1;
  transition: all 0.35s;
}
.team-card .btn-bio span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: #0d3a73;
}
.team-card .btn-bio span:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: #0d3a73;
}
.team-card .btn-bio span {
  transform: rotate(0);
  transition: all 0.35s;
}
.team-card .btn-bio:hover {
  opacity: 0.4;
}
.open.team-card .tm-bio {
  opacity: 1;
  visibility: visible;
  box-shadow: 15px 15px 0 #ffa500;
}
.open.team-card .tm-bio .tm-title, .open.team-card .tm-bio .tm-description, .open.team-card .tm-bio .tm-icon-links {
  transform: translateY(0);
  opacity: 1;
}
.open.team-card .btn-bio {
  opacity: 0.4;
}
.open.team-card .btn-bio span {
  transform: rotate(45deg);
  animation: none;
}
.open.team-card .btn-bio:hover {
  opacity: 1;
}
/*
 [12.2] Team Inline
 --------------------------------- */
.team-inline {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.team-inline img {
  max-width: 170px !important;
}
.team-inline img, .team-inline > a {
  flex-shrink: 0;
  align-items: center;
  height: auto;
}
.team-inline .tm-content {
  margin-top: 30px;
}
.team-inline .tm-content .tm-name {
  margin: 0 0 5px 0;
  word-break: break-word;
}
.team-inline .tm-content .tm-role {
  margin: 0;
  opacity: 0.7;
  word-break: break-word;
}
.team-inline .tm-content ul {
  list-style: none;
  display: flex;
  margin: 30px 0 0 0;
  padding: 0;
}
.team-inline .tm-content ul li {
  margin: 0 0 0 10px;
}
.team-inline .tm-content ul li:first-child {
  margin-left: unset;
}
.team-inline .tm-content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
}
.team-inline .tm-content ul li a:hover, .team-inline .tm-content ul li a:focus {
  background: #0d3a73;
  color: #ffa500;
}
@media (min-width: 768px) {
  .team-inline {
    flex-flow: row;
    align-items: center;
  }
  .team-inline .tm-content {
    margin-top: unset;
    margin-left: 30px;
  }
}
/*
 [13.0] Pricing Table
 --------------------------------- */
.pricing-table {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 40px;
  width: 100%;
  border: 5px solid rgba(242, 205, 93, .15);
  text-align: center;
}
.pricing-table .pt-featured {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 8px;
  background: #ffa500;
  font-size: 0.87rem;
  color: #0d3a73;
}
.pricing-table .pt-header .pt-title {
  margin-bottom: 30px;
  line-height: 1;
}
.pricing-table .pt-header .price {
  display: flex;
  justify-content: center;
}
.pricing-table .pt-header .price .currency {
  display: inline-block;
  margin-right: 5px;
  align-self: flex-end;
  font-size: 1.25rem;
  color: #aaabaf;
}
.pricing-table .pt-header .price .amount {
  display: inline-block;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  color: #262628;
}
.pricing-table .pt-header .price .interval {
  display: inline-block;
  margin-left: 2px;
  align-self: flex-start;
  font-size: 0.87rem;
  color: #aaabaf;
}
.pricing-table .pt-content:before {
  content: '';
  display: flex;
  margin: 30px auto 50px auto;
  width: 77px;
  height: 2px;
  background: #ffa500;
}
.pricing-table .pt-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pricing-table .pt-content ul li {
  margin-bottom: 20px;
}
.pricing-table .pt-content ul li:last-child {
  margin-bottom: unset;
}
.pricing-table .pt-cta {
  margin-top: 50px;
}
.pricing-table .pt-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 30px;
  height: 50px;
  background: #ffa500;
  font-weight: 600;
  color: #0d3a73;
  transition: all 0.35s;
}
.pricing-table .pt-cta .cta-btn:hover, .pricing-table .pt-cta .cta-btn:focus {
  background: #0d3a73;
  color: #ffa500;
}
.featured.pricing-table {
  border-color: #ffa500;
}
/*
 [14.0] Sliders
 --------------------------------- */
.swiper-pagination-lines.swiper-pagination {
  display: none;
  justify-content: flex-end;
  max-width: 770px;
  left: 0;
  right: 0;
  bottom: 35px !important;
  margin: auto;
  display: none;
}
.swiper-pagination-lines.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 0;
  background: #0d3a73;
  opacity: 0.2;
  transition: all 0.35s;
}
.swiper-pagination-lines.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination-lines.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffa500;
  opacity: 1;
}
@media (min-width: 992px) {
  .swiper-pagination-lines.swiper-pagination {
    display: flex;
  }
}
.swiper-nav-arrow.swiper-button-prev, .swiper-nav-arrow.swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #ffa500;
  border: none;
  color: #0d3a73;
  opacity: 0.4;
  transition: all 0.35s;
}
.swiper-nav-arrow.swiper-button-prev:hover, .swiper-nav-arrow.swiper-button-next:hover, .swiper-nav-arrow.swiper-button-prev:focus, .swiper-nav-arrow.swiper-button-next:focus {
  outline: none;
  opacity: 1;
}
.swiper-nav-arrow.swiper-button-prev:after, .swiper-nav-arrow.swiper-button-next:after {
  content: none;
  display: none;
}
.swiper-nav-arrow.swiper-button-prev:before, .swiper-nav-arrow.swiper-button-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.15rem;
  line-height: 1;
}
.swiper-nav-arrow.swiper-button-prev:before {
  content: '\f053';
}
.swiper-nav-arrow.swiper-button-next:before {
  content: '\f054';
}
@media (min-width: 992px) {
  .swiper-nav-arrow.swiper-button-prev, .swiper-nav-arrow.swiper-button-next {
    display: flex;
  }
}
.ns-nav {
  position: relative;
  margin-top: 60px;
  left: 225px;
  display: none;
  flex-shrink: 0;
  z-index: 10;
}
.ns-nav .ns-button-sep {
  display: block;
  width: 1px;
  height: 55px;
  background: #0d3a73;
  opacity: 0.2;
  transform: rotate(30deg);
}
.ns-nav .ns-button-prev {
  top: 5px;
  left: -25px;
}
.ns-nav .ns-button-prev i {
  transform: translate(12px);
}
.ns-nav .ns-button-prev:hover i {
  transform: translate(-12px);
}
.ns-nav .ns-button-next {
  top: 20px;
  right: -25px;
}
.ns-nav .ns-button-next i {
  transform: translate(-12px);
}
.ns-nav .ns-button-next:hover i {
  transform: translate(12px);
}
.ns-nav .ns-button-prev, .ns-nav .ns-button-next {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
  opacity: 0.4;
  transition: all 0.35s;
}
.ns-nav .ns-button-prev i, .ns-nav .ns-button-next i {
  display: inline-block;
  font-size: 1.9rem;
  transition: transform 0.35s;
}
.ns-nav .ns-button-prev:hover, .ns-nav .ns-button-next:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .ns-nav {
    display: flex;
  }
}
/*
 [14.1] Neue Slider
 --------------------------------- */
.neue-slider-container.swiper-container {
  margin-right: -9px;
  overflow: unset;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide {
  padding-bottom: 2px;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  margin-top: 20px;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content .ns-subtitle {
  line-height: 1;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content .ns-title {
  margin: 10px 0 0 0;
  line-height: 1;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  opacity: 0;
  transform: translateX(25px);
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  min-width: 75%;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-active .ns-content {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.35s 0.6s;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-next {
  opacity: 0.3;
  visibility: visible;
  width: 65% !important;
}
@media (max-width: 768px) {
  .neue-slider-container.swiper-container {
    margin-right: unset;
    overflow: hidden;
  }
  .neue-slider-container.swiper-container .ns-item.swiper-slide {
    width: 100%;
    min-width: 100%;
  }
}
.elementor-container-ns-slider {
  overflow: hidden;
}
.neue-slider-container.swiper-container .ns-nav-far-left.ns-nav {
  margin-top: unset;
  left: -290px;
  top: -60px;
  height: 0;
}
.elementor-editor-active .elementor-container-ns-slider {
  overflow: hidden !important;
}
.elementor-editor-active .neue-slider-container.swiper-container .ns-item.swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
}
.elementor-editor-active .neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
/*
 [14.2] Image Slider
 --------------------------------- */
.image-slider-container {
  text-align: center;
}
.image-slider-container figcaption {
  text-align: center;
  margin-top: 30px;
}
.image-slider-container figcaption .isl-subtitle {
  display: block;
  margin-bottom: 5px;
}
.image-slider-container figcaption .isl-title {
  display: block;
}
.image-slider-container .swiper-nav-arrow.has-pagination {
  margin-top: -60px;
}
.image-slider-container .swiper-pagination {
  position: relative;
  padding-top: 30px;
  bottom: unset !important;
  justify-content: center;
}
/*
 [14.3] Thirds Slider
 --------------------------------- */
.slider-thirds .s-item {
  position: relative;
}
.slider-thirds .s-item .s-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(16, 69, 71, .8);
  z-index: -1;
}
.slider-thirds .s-item .s-item-content .subtitle {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffa500;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .title {
  margin-bottom: unset;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .description {
  display: block;
  margin-top: 30px;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .s-item-cta {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .s-item-cta .ft-btn {
  color: #fff;
}
.slider-thirds .s-item .s-item-content.open {
  visibility: visible;
  opacity: 1;
}
.slider-thirds .s-item .s-item-header {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.slider-thirds .s-item .s-item-header .s-item-nbr {
  font-size: 2.125rem;
  font-weight: 600;
  color: #ffa500;
}
.slider-thirds .s-item .s-item-header .s-item-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}
.slider-thirds .s-item .s-item-header .s-item-btn-close:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  opacity: 0.7;
  transition: all 0.35s;
}
.slider-thirds .s-item .s-item-header .s-item-btn-close:hover:after {
  background: #ffa500;
  opacity: 1;
}
.slider-thirds .s-item .s-item-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 30px;
  width: 100%;
  background: rgba(38, 38, 40, .85);
  visibility: visible;
  opacity: 1;
  transition: all 0.35s;
  transform: translateY(0);
}
.slider-thirds .s-item .s-item-footer button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-weight: 600;
  opacity: 0.8;
  transition: all 0.35s;
}
.slider-thirds .s-item .s-item-footer button > span {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
}
.slider-thirds .s-item .s-item-footer button > span span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: #0d3a73;
}
.slider-thirds .s-item .s-item-footer button > span span:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: #0d3a73;
}
.slider-thirds .s-item .s-item-footer button:hover {
  opacity: 1;
}
.slider-thirds .s-item .s-item-footer.open {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.slider-thirds .s-item .s-item-content.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.35s 0.35s;
}
.slider-thirds .s-item .s-item-content.open .title, .slider-thirds .s-item .s-item-content.open .subtitle, .slider-thirds .s-item .s-item-content.open .description, .slider-thirds .s-item .s-item-content.open .s-item-cta {
  transform: translateY(0);
}
.slider-thirds .s-item .s-item-content.open .subtitle {
  opacity: 0.7;
  transition: opacity 0.35s 0.35s, transform 0.5s 0.35s;
}
.slider-thirds .s-item .s-item-content.open .title {
  opacity: 1;
  transition: opacity 0.35s 0.55s, transform 0.5s 0.55s;
}
.slider-thirds .s-item .s-item-content.open .description {
  opacity: 0.6;
  transition: opacity 0.35s 0.75s, transform 0.5s 0.75s;
}
.slider-thirds .s-item .s-item-content.open .s-item-cta {
  opacity: 1;
  transition: opacity 0.35s 1.2s, transform 0.5s 1.2s;
}
@media (min-width: 992px) {
  .slider-thirds .s-item .s-item-header .s-item-btn-close {
    opacity: 0;
    visibility: hidden;
  }
  .slider-thirds .s-item:hover .s-item-footer {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  .slider-thirds .s-item:hover .s-item-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.35s 0.35s;
  }
  .slider-thirds .s-item:hover .s-item-content .title, .slider-thirds .s-item:hover .s-item-content .subtitle, .slider-thirds .s-item:hover .s-item-content .description, .slider-thirds .s-item:hover .s-item-content .s-item-cta {
    transform: translateY(0);
  }
  .slider-thirds .s-item:hover .s-item-content .subtitle {
    opacity: 0.7;
    transition: opacity 0.35s 0.35s, transform 0.5s 0.35s;
  }
  .slider-thirds .s-item:hover .s-item-content .title {
    opacity: 1;
    transition: opacity 0.35s 0.55s, transform 0.5s 0.55s;
  }
  .slider-thirds .s-item:hover .s-item-content .description {
    opacity: 0.6;
    transition: opacity 0.35s 0.75s, transform 0.5s 0.75s;
  }
  .slider-thirds .s-item:hover .s-item-content .s-item-cta {
    opacity: 1;
    transition: opacity 0.35s 1.2s, transform 0.5s 1.2s;
  }
}
@media (min-width: 992px) {
  .elementor-element-edit-mode .slider-thirds {
    overflow: hidden;
  }
  .elementor-element-edit-mode .slider-thirds .s-item {
    overflow: hidden;
    max-width: 33.333%;
  }
}
/*
 [15.0] Portfolio
 --------------------------------- */
.pf-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.pf-filters button {
  display: block;
  margin: 0 15px;
  padding: 5px 0;
  border: none;
  background: none;
  color: #aaabaf;
  font-weight: 300;
  transition: all 0.35s;
}
.pf-filters button:after {
  content: '';
  position: relative;
  top: 3px;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.pf-filters button:hover, .pf-filters button:focus {
  color: #0d3a73;
  outline: none;
}
.pf-filters button:focus:after {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.pf-filters .is-checked {
  color: #0d3a73;
}
.pf-filters .is-checked:after {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
@media (min-width: 992px) {
  .pf-filters {
    flex-wrap: nowrap;
  }
  .pf-filters button {
    padding: 0;
  }
}
.pf-link-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ffa500;
  color: #0d3a73;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.35s;
}
.pf-link-symbol span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: #0d3a73;
}
.pf-link-symbol span:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: #0d3a73;
}
.open-lightbox-video .pf-link-symbol {
  transform: unset;
}
.open-lightbox-video .pf-link-symbol:hover span:before {
  opacity: 0.7;
}
.open-lightbox-video .pf-link-symbol span {
  width: unset;
  height: unset;
  background: unset;
}
.open-lightbox-video .pf-link-symbol span:before {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.7rem;
  width: unset;
  height: unset;
  background: unset;
  opacity: 1;
  transition: all 0.35s;
}
.open-lightbox-video:hover .pf-link-symbol span {
  transform: none !important;
}
/*
 [15.1] Portfolio Classic
 --------------------------------- */
.pf-classic {
  margin-bottom: 60px !important;
}
.pf-classic .pf-img-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.pf-classic .pf-img-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0d3a73;
  opacity: 0;
  transition: all 0.35s;
}
.pf-classic .pf-img-link img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.35s;
}
.pf-classic .pf-img-link:hover:after {
  opacity: 0.7;
}
.pf-classic .pf-img-link:hover img {
  transform: scale(1.1);
}
.pf-classic .pf-img-link:hover .pf-link-symbol {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s 0.25s;
}
.pf-classic .pf-img-link:hover .pf-link-symbol span {
  transform: rotate(90deg);
  transition: all 0.35s 0.35s;
}
.pf-classic .pf-title {
  margin: 20px 0 0 0;
}
.pf-classic .pf-subtitle {
  display: block;
  margin-top: 5px;
  font-size: 0.87rem;
  color: #aaabaf;
}
/*
 [15.2] Portfolio - Minimal
 --------------------------------- */
.pf-minimal {
  position: relative;
}
.pf-minimal img {
  width: 100%;
  height: auto;
}
.pf-minimal .pf-img-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  opacity: 0;
  transition: all 0.35s;
}
.pf-minimal .pf-img-link .pf-link-symbol {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: unset;
  left: unset;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.35s;
}
.pf-minimal figcaption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.35s;
}
.pf-minimal:hover .pf-img-link:after, .pf-minimal:focus .pf-img-link:after {
  opacity: 0.7;
}
.pf-minimal:hover .pf-img-link .pf-link-symbol, .pf-minimal:focus .pf-img-link .pf-link-symbol {
  opacity: 1;
  transform: translateX(0);
}
.pf-minimal:hover figcaption, .pf-minimal:focus figcaption {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*
 [15.3] Portfolio - Neue
 --------------------------------- */
.pf-neue {
  box-shadow: 0 0 0 #ffa500;
  transition: box-shadow 0.35s;
  position: relative;
  display: block;
  margin-bottom: 30px !important;
}
.pf-neue:hover, .pf-neue:focus {
  box-shadow: 15px 15px 0px #ffa500;
}
.pf-neue .pf-img-link {
  position: relative;
  display: block;
}
.pf-neue .pf-img-link:hover:after {
  opacity: 0.7;
}
.pf-neue .pf-img-link:hover .pf-caption {
  opacity: 1;
  visibility: visible;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-accent-line, .pf-neue .pf-img-link:hover .pf-caption .pf-title, .pf-neue .pf-img-link:hover .pf-caption .pf-link-plus {
  opacity: 1;
  transform: translateX(0);
}
.pf-neue .pf-img-link:hover .pf-caption .pf-accent-line {
  transition: all 0.35s 0.3s;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-title {
  transition: all 0.35s 0.55s;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-link-plus {
  transition: all 0.35s 0.75s;
}
.pf-neue .pf-img-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0d3a73;
  opacity: 0;
  transition: all 0.35s;
}
.pf-neue .pf-img-link img {
  width: 100%;
}
.pf-neue .pf-img-link .pf-caption {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 30px;
  left: 45px;
  transition: all 0.35s;
  z-index: 10;
}
.pf-neue .pf-img-link .pf-caption .pf-accent-line {
  position: relative;
  top: 17px;
  display: block;
  width: 50px;
  height: 2px;
  background: #ffa500;
  opacity: 0;
  transform: translateX(-30px);
}
.pf-neue .pf-img-link .pf-caption .pf-title {
  position: relative;
  left: 70px;
  word-break: break-word;
  color: #f4f4f4;
  opacity: 0;
  transform: translateX(-20px);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus {
  position: relative;
  display: flex;
  align-items: center;
  left: 70px;
  font-weight: 600;
  color: #ffa500;
  opacity: 0;
  transform: translateX(-20px);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus:hover {
  cursor: pointer;
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus:hover .pf-link-symbol span {
  transform: rotate(90deg);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus .pf-link-symbol {
  position: relative;
  top: -1px;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: 20px;
  opacity: unset;
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus .pf-link-symbol span {
  transition: all 0.35s;
}
.pf-neue .open-lightbox-video .pf-link-plus:hover .pf-link-symbol span {
  transform: none !important;
}
@media (max-width: 400px) {
  .pf-neue .pf-img-link .pf-caption .pf-accent-line {
    top: -20px;
  }
  .pf-neue .pf-img-link .pf-caption .pf-title, .pf-neue .pf-img-link .pf-caption .pf-link-plus {
    left: 0;
  }
}
/*
 [16.1] Contact - Classic
 --------------------------------- */
.cnt-classic .cnt-description {
  margin-top: 30px;
}
.cnt-classic .cnt-map .social-icons {
  margin: 30px 0 30px 0;
}
.cnt-classic .cnt-map iframe {
  height: 430px;
}
.cnt-classic .cnt-info-list {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
.cnt-classic .cnt-info-list li {
  display: flex;
  margin-top: 30px;
}
.cnt-classic .cnt-info-list li:hover .cnt-icon, .cnt-classic .cnt-info-list li:focus .cnt-icon {
  background: #ffa500;
  color: #0d3a73;
}
.cnt-classic .cnt-info-list li .cnt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #0d3a73;
  color: #fff;
  transition: all 0.35s;
}
.cnt-classic .cnt-info-list li .cnt-info-content {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .cnt-classic .cnt-map .social-icons {
    justify-content: flex-end;
  }
}
/*
 [16.2] Contact - Tabs
 --------------------------------- */
.cnt-tabs {
  position: relative;
}
.cnt-tabs .tab-content .cnt-map .elementor-custom-embed {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.cnt-tabs .tab-content .cnt-map .active.elementor-custom-embed {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s;
}
.cnt-tabs .tab-content iframe {
  height: 1100px;
}
.cnt-tabs .tab-control {
  position: absolute;
  display: flex;
  flex-flow: column;
  top: 15px;
  left: 15px;
  right: 15px;
  margin: auto;
}
.cnt-tabs .tab-control ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 20px 0;
  flex-flow: column;
  width: 100%;
  max-width: 370px;
  background: #0d3a73;
}
.cnt-tabs .tab-control ul li [type=radio] {
  display: none;
}
.cnt-tabs .tab-control ul li label {
  display: block;
  padding: 10px 40px;
}
.cnt-tabs .tab-control ul li label .tc-header {
  display: flex;
  align-items: center;
  height: 22px;
  cursor: pointer;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-title {
  margin: 0 0 0 20px;
  font-weight: 600;
  font-size: 1rem;
}
.cnt-tabs .tab-control ul li label .tc-header i, .cnt-tabs .tab-control ul li label .tc-header .tc-arrow {
  font-weight: normal;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow {
  margin-left: auto;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow i {
  transform: rotate(180deg);
  transition: all 0.35s 0.1s;
}
.cnt-tabs .tab-control ul li label .tc-header i, .cnt-tabs .tab-control ul li label .tc-header .tc-arrow, .cnt-tabs .tab-control ul li label .tc-header .tc-title {
  color: #fff;
  opacity: 0.6;
  transition: all 0.35s;
}
.cnt-tabs .tab-control ul li label .tc-header:hover i, .cnt-tabs .tab-control ul li label .tc-header:hover .tc-arrow, .cnt-tabs .tab-control ul li label .tc-header:hover .tc-title {
  opacity: 1;
}
.cnt-tabs .tab-control ul li label .tc-content {
  position: absolute;
  display: block;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  color: #ddd;
  font-size: 0.87rem;
  transform: translateY(-15px);
}
.cnt-tabs .tab-control ul li label .tc-content a {
  position: relative;
  display: inline-flex;
  border-bottom: 1px solid rgba(242, 205, 93, 0);
  color: inherit;
  border-bottom: 1px solid rgba(242, 205, 93, .7);
  color: #f1c94f;
  text-decoration: none;
  margin-bottom: 10px;
}
.cnt-tabs .tab-control ul li label .tc-content a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffa500;
  transition: all 0.35s;
  opacity: 0;
}
.cnt-tabs .tab-control ul li label .tc-content a:hover, .cnt-tabs .tab-control ul li label .tc-content a:focus {
  color: #ffa500;
  border-bottom: 1px solid rgba(242, 205, 93, .4);
}
.cnt-tabs .tab-control ul li label .tc-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.35s 0.35s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-title {
  color: #fff;
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header i, .cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow {
  color: #ffa500;
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header i, .cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow, .cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-title {
  opacity: 1;
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow i {
  transform: rotate(0);
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-content {
  height: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.35s 0.15s;
}
@media (min-width: 992px) {
  .cnt-tabs .tab-content iframe {
    height: 525px;
  }
  .cnt-tabs .tab-control {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1110px;
  }
}

.nav-has-trans-logo.nav-trans .logo {
    max-width: 300px;
}
.nav-has-trans-logo.nav-trans .logo-trans {
    display: initial;
    max-width: 300px;
}