/*!
Theme Name: kWh
Theme URI: http://underscores.me/
Author: ArtificeCreative
Author URI: http://www.artificecreative.co.uk
Description: Here you will see a purpose built created by the team at Artifice Creative. Visit us as www.artificecreative.co.uk or contact us via hello@artificecreative.co.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artifice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Artifice is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries


	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Cabin", sans-serif;
  line-height: 1.3; }

body p, .nav-sol button.nav-link {
  line-height: 1.5em;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    body p, .nav-sol button.nav-link {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    body p, .nav-sol button.nav-link {
      font-size: 20px; } }

/* cabin-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cabin/cabin-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/cabin/cabin-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2"), url("fonts/cabin/cabin-v27-latin-regular.woff") format("woff"), url("fonts/cabin/cabin-v27-latin-regular.ttf") format("truetype"), url("fonts/cabin/cabin-v27-latin-regular.svg#Cabin") format("svg");
  /* Legacy iOS */ }

/* cabin-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/cabin/cabin-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("fonts/cabin/cabin-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/cabin/cabin-v27-latin-500.woff2") format("woff2"), url("fonts/cabin/cabin-v27-latin-500.woff") format("woff"), url("fonts/cabin/cabin-v27-latin-500.ttf") format("truetype"), url("fonts/cabin/cabin-v27-latin-500.svg#Cabin") format("svg");
  /* Legacy iOS */ }

/* cabin-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/cabin/cabin-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("fonts/cabin/cabin-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/cabin/cabin-v27-latin-700.woff2") format("woff2"), url("fonts/cabin/cabin-v27-latin-700.woff") format("woff"), url("fonts/cabin/cabin-v27-latin-700.ttf") format("truetype"), url("fonts/cabin/cabin-v27-latin-700.svg#Cabin") format("svg");
  /* Legacy iOS */ }

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat/montserrat-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-regular.woff") format("woff"), url("fonts/montserrat/montserrat-v12-latin-regular.ttf") format("truetype"), url("fonts/montserrat/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat/montserrat-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/montserrat/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v12-latin-600.woff2") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-600.woff") format("woff"), url("fonts/montserrat/montserrat-v12-latin-600.ttf") format("truetype"), url("fonts/montserrat/montserrat-v12-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat/montserrat-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/montserrat/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v14-latin-700.woff2") format("woff2"), url("fonts/montserrat/montserrat-v14-latin-700.woff") format("woff"), url("fonts/montserrat/montserrat-v14-latin-700.ttf") format("truetype"), url("fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/montserrat/montserrat-v14-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/montserrat/montserrat-v14-latin-800.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v14-latin-800.woff2") format("woff2"), url("fonts/montserrat/montserrat-v14-latin-800.woff") format("woff"), url("fonts/montserrat/montserrat-v14-latin-800.ttf") format("truetype"), url("fonts/montserrat/montserrat-v14-latin-800.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

.font-gen, p {
  font-family: "Cabin", sans-serif !important; }

.font-hw {
  font-family: "Montserrat" !important; }

.ss-inline-share-wrapper .ss-social-share-label span, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a {
  font-family: "Cabin", sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  color: #1F203E; }

.h6, h5 {
  line-height: 1.4em; }

.font-heading {
  font-family: "Montserrat", sans-serif !important; }

.font-main {
  font-family: "Cabin", sans-serif !important; }

.h6 {
  font-size: 13px; }

.display-1 {
  font-size: 3.7rem;
  font-family: "Montserrat", sans-serif; }

.heading-title::after, .gen-title::after {
  content: " ";
  width: 200px;
  height: 1px;
  background: #ccc;
  margin: auto;
  position: relative;
  float: none;
  display: block;
  margin-top: 20px; }

.gen-title {
  margin-bottom: 15px; }
  .gen-title::after {
    margin-top: 15px; }

.bord-title {
  width: 100%;
  height: 12px;
  border-top: 2px solid #1F203E;
  border-bottom: 2px solid #1F203E; }

.display-1 {
  font-size: 34px; }
  @media screen and (min-width: 450px) {
    .display-1 {
      font-size: 40px; } }
  @media screen and (min-width: 768px) {
    .display-1 {
      font-size: 55px; } }
  @media screen and (min-width: 1024px) {
    .display-1 {
      font-size: 80px; } }

.display-2 {
  font-size: 45px; }
  @media screen and (min-width: 1024px) {
    .display-2 {
      font-size: 65px; } }
  @media screen and (min-width: 1400px) {
    .display-2 {
      font-size: 65px; } }

.display-3 {
  font-size: 2.1rem; }
  @media screen and (min-width: 768px) {
    .display-3 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .display-3 {
      font-size: 56px; } }
  @media screen and (min-width: 1600px) {
    .display-3 {
      font-size: 56px; } }

.display-4 {
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    .display-4 {
      font-size: 3.2rem; } }
  @media screen and (min-width: 1024px) {
    .display-4 {
      font-size: 62px; } }
  @media screen and (min-width: 1300px) {
    .display-4 {
      font-size: 70px; } }
  @media screen and (min-width: 1600px) {
    .display-4 {
      font-size: 73px; } }

.h1, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 34px; }
  @media screen and (min-width: 768px) {
    .h1, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
      font-size: 40px; } }
  @media screen and (min-width: 1024px) {
    .h1, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
      font-size: 43px; } }
  @media screen and (min-width: 1300px) {
    .h1, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
      font-size: 47px; } }
  @media screen and (min-width: 1600px) {
    .h1, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
      font-size: 54px; } }

.h2, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xl, .vid-pot .elementor-custom-embed-image-overlay::after {
  font-size: 31px; }
  @media screen and (min-width: 768px) {
    .h2, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xl, .vid-pot .elementor-custom-embed-image-overlay::after {
      font-size: 35px; } }
  @media screen and (min-width: 1024px) {
    .h2, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xl, .vid-pot .elementor-custom-embed-image-overlay::after {
      font-size: 39px; } }
  @media screen and (min-width: 1300px) {
    .h2, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xl, .vid-pot .elementor-custom-embed-image-overlay::after {
      font-size: 42px; } }
  @media screen and (min-width: 1600px) {
    .h2, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-xl, .vid-pot .elementor-custom-embed-image-overlay::after {
      font-size: 48px; } }

.h2-alt {
  font-size: 29px; }
  @media screen and (min-width: 768px) {
    .h2-alt {
      font-size: 31px; } }
  @media screen and (min-width: 1024px) {
    .h2-alt {
      font-size: 34px; } }
  @media screen and (min-width: 1300px) {
    .h2-alt {
      font-size: 40px; } }

.h3, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 27px; }
  @media screen and (min-width: 768px) {
    .h3, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 28px; } }
  @media screen and (min-width: 1024px) {
    .h3, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 29px; } }
  @media screen and (min-width: 1300px) {
    .h3, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 32px; } }
  @media screen and (min-width: 1600px) {
    .h3, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 32px; } }

.h4, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-default {
  font-size: 24px; }
  @media screen and (min-width: 1024px) {
    .h4, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-default {
      font-size: 24px; } }
  @media screen and (min-width: 1300px) {
    .h4, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-default {
      font-size: 27px; } }
  @media screen and (min-width: 1600px) {
    .h4, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-default {
      font-size: 29px; } }

.elementor-element .elementor-widget-heading.h4l .elementor-heading-title.elementor-size-default {
  font-size: 24px; }
  @media screen and (min-width: 1024px) {
    .elementor-element .elementor-widget-heading.h4l .elementor-heading-title.elementor-size-default {
      font-size: 24px; } }
  @media screen and (min-width: 1300px) {
    .elementor-element .elementor-widget-heading.h4l .elementor-heading-title.elementor-size-default {
      font-size: 27px; } }
  @media screen and (min-width: 1600px) {
    .elementor-element .elementor-widget-heading.h4l .elementor-heading-title.elementor-size-default {
      font-size: 29px; } }

.h5, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .list-opts li .elementor-icon-list-text {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .h5, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .list-opts li .elementor-icon-list-text {
      font-size: 22px; } }
  @media screen and (min-width: 1024px) {
    .h5, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .list-opts li .elementor-icon-list-text {
      font-size: 24px; } }
  @media screen and (min-width: 1300px) {
    .h5, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .list-opts li .elementor-icon-list-text {
      font-size: 25px; } }
  @media screen and (min-width: 1600px) {
    .h5, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .list-opts li .elementor-icon-list-text {
      font-size: 26px; } }

.h6, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 19px; }
  @media screen and (min-width: 768px) {
    .h6, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-small {
      font-size: 19px; } }
  @media screen and (min-width: 1024px) {
    .h6, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-small {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    .h6, .elementor-element .elementor-widget-heading .elementor-heading-title.elementor-size-small {
      font-size: 20px; } }

.site-title {
  font-weight: normal !important; }

.elementor-element.elementor-widget-heading .elementor-heading-title {
  line-height: 1.3em; }

.display-1 {
  line-height: 1.2em; }

.page-title {
  word-wrap: break-word; }

p, .elementor-element.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  line-height: 1.8rem;
  margin-bottom: 1.5em;
  font-size: 16px; }
  p small, .elementor-element.elementor-widget-testimonial-carousel .elementor-testimonial__text small {
    font-size: 14px;
    line-height: 1.6em !important; }
  p.small-text, .elementor-element.elementor-widget-testimonial-carousel .elementor-testimonial__text.small-text {
    line-height: 1.2em !important; }

small {
  font-size: 13px;
  line-height: 1.6em !important; }

.p-xsmall p {
  font-size: 14px !important;
  line-height: 1.4em; }

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

blockquote {
  margin: 0 1.5em; }

.break-sentence {
  word-spacing: 100vw; }

address {
  margin: 0 0 1.5em; }

.l-height-s {
  line-height: 1rem !important; }

pre {
  background: #eee;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

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

big {
  font-size: 125%; }

.text-upper {
  text-transform: uppercase !important; }

.text-bold {
  font-weight: 700; }

.text-prim-grad {
  background: -webkit-linear-gradient(#1F203E, #749DEB);
  background: linear-gradient(to right, #1F203E 0%, #749DEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.let-space {
  letter-spacing: 4px; }

.font-alt {
  font-family: "Montserrat" !important; }

.font-gen {
  font-family: "Cabin", sans-serif !important; }

.content-general ol {
  padding-left: 30px; }
  .content-general ol li {
    padding-bottom: 20px;
    border-bottom: #1F203E 2px solid;
    padding-top: 20px; }
    .content-general ol li:last-child {
      border-bottom: none;
      padding-bottom: 20px;
      padding-bottom: 20px; }

.content-general ul:not(.wp-block-gallery):not(.ss-social-icons-container):not(.wp-block-jetpack-slideshow_swiper-wrapper) {
  padding-left: 20px;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  .content-general ul:not(.wp-block-gallery):not(.ss-social-icons-container):not(.wp-block-jetpack-slideshow_swiper-wrapper) li {
    background: #1F203E;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 600;
    color: #fff; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide {
  background-color: #fff; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #1F203E !important; }

.wp-block-media-text__content h2, .wp-block-media-text__content h3 {
  font-weight: bold; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.set-font {
  font-family: FontAwesome !important;
  font-weight: normal !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .elementor-invisible {
    visibility: visible !important; }
  .form-general .wpcf7-submit {
    background: #1F203E !important; }
  .site-header .header-contain {
    padding-left: 0px;
    padding-right: 0px; }
    .site-header .header-contain .header-row {
      margin-left: 0px;
      margin-right: 0px; }
  .header-contain {
    padding-left: 0px;
    padding-right: 0px; }
  .header-row {
    margin-left: 0px;
    margin-right: 0px; }
  #form .row {
    width: 100%; }
  .row {
    width: 100%; }
  .set-tabs {
    background: #1F203E; }
    .set-tabs .tab-current {
      background: #fff; }
  .serv-title {
    background-image: none !important;
    color: #749DEB !important; }
  .navbar-expand-md .navbar-nav .current-menu-ancestor:hover .dropdown-menu {
    display: block !important; }
  .bac-grad {
    background-image: linear-gradient(#056ed6, #749DEB); } }

.ini-cap {
  text-transform: capitalize; }

@media (max-width: 767.98px) {
  .num-contact {
    font-size: 20px !important; } }

@media (max-width: 767.98px) {
  .text-compliance {
    font-size: 12px !important;
    line-height: 1.7em;
    padding-left: 10px;
    padding-right: 10px; } }

.speech-pos {
  background-position: 37px 0px !important;
  background-size: auto 100% !important; }

.img-bot-no {
  margin-bottom: 0px !important; }

.serv-inner-img .elementor-widget-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 200px;
  width: 100%; }
  @media (min-width: 768px) {
    .serv-inner-img .elementor-widget-container {
      height: 200px; } }
  @media (min-width: 992px) {
    .serv-inner-img .elementor-widget-container {
      height: 211px; } }
  @media (min-width: 1441px) {
    .serv-inner-img .elementor-widget-container {
      height: 220px; } }

.serv-contain-banner::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #1F203E;
  opacity: 0.8; }

@media (min-width: 1024px) {
  .serv-contain-banner {
    background-image: none !important; } }

.serv-contain-banner .h1 {
  color: #749DEB !important; }

.sect-mobile-bg {
  height: 300px;
  margin-bottom: -30px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative; }
  @media (min-width: 440px) {
    .sect-mobile-bg {
      height: 400px;
      margin-bottom: -40px !important; } }
  .sect-mobile-bg::after {
    content: " ";
    background-image: url(images/border-set-bot.svg) !important;
    bottom: -2px;
    z-index: 30;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom; }

.tax-calendar-month {
  background: #1F203E;
  padding: 10px;
  color: #fff;
  font-weight: bold; }

#tax-calendar-widget .panel-group {
  padding-left: 20px;
  margin-bottom: 20px; }

#tax-calendar-widget .panel-heading {
  border-top: 1px solid #8a8a8a;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 1.7em; }
  #tax-calendar-widget .panel-heading:nth-child(1) {
    border-top: 0; }
  #tax-calendar-widget .panel-heading .tax-calendar-date {
    color: #056ed6;
    font-weight: normal;
    width: 100%;
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      #tax-calendar-widget .panel-heading .tax-calendar-date {
        float: right;
        border-left: 1px solid #000;
        width: 161px;
        text-align: right; } }

.aprcalculator, .mortgagecalculator, .vatcalculator, #ciscalculator, .carbenefitcalculator, .dividendcalculator, .fuelcostcalculator, .grossprofitcalculator, .loancalculator, .grossprofitcalculator, .moreprofitcalculator, .payslipcalculator, .savingscalculator, .stampdutycalculator {
  width: 100%;
  display: block;
  float: left; }
  @media (min-width: 768px) {
    .aprcalculator, .mortgagecalculator, .vatcalculator, #ciscalculator, .carbenefitcalculator, .dividendcalculator, .fuelcostcalculator, .grossprofitcalculator, .loancalculator, .grossprofitcalculator, .moreprofitcalculator, .payslipcalculator, .savingscalculator, .stampdutycalculator {
      width: 60%;
      padding-right: 30px; } }
  .aprcalculator .form, .mortgagecalculator .form, .vatcalculator .form, #ciscalculator .form, .carbenefitcalculator .form, .dividendcalculator .form, .fuelcostcalculator .form, .grossprofitcalculator .form, .loancalculator .form, .grossprofitcalculator .form, .moreprofitcalculator .form, .payslipcalculator .form, .savingscalculator .form, .stampdutycalculator .form {
    padding: 30px;
    background: #F1F1F1; }
    .aprcalculator .form input[type=checkbox], .mortgagecalculator .form input[type=checkbox], .vatcalculator .form input[type=checkbox], #ciscalculator .form input[type=checkbox], .carbenefitcalculator .form input[type=checkbox], .dividendcalculator .form input[type=checkbox], .fuelcostcalculator .form input[type=checkbox], .grossprofitcalculator .form input[type=checkbox], .loancalculator .form input[type=checkbox], .grossprofitcalculator .form input[type=checkbox], .moreprofitcalculator .form input[type=checkbox], .payslipcalculator .form input[type=checkbox], .savingscalculator .form input[type=checkbox], .stampdutycalculator .form input[type=checkbox] {
      width: auto; }
    .aprcalculator .form .col-sm-9, .mortgagecalculator .form .col-sm-9, .vatcalculator .form .col-sm-9, #ciscalculator .form .col-sm-9, .carbenefitcalculator .form .col-sm-9, .dividendcalculator .form .col-sm-9, .fuelcostcalculator .form .col-sm-9, .grossprofitcalculator .form .col-sm-9, .loancalculator .form .col-sm-9, .grossprofitcalculator .form .col-sm-9, .moreprofitcalculator .form .col-sm-9, .payslipcalculator .form .col-sm-9, .savingscalculator .form .col-sm-9, .stampdutycalculator .form .col-sm-9 {
      padding-left: 0px; }
    .aprcalculator .form p, .mortgagecalculator .form p, .vatcalculator .form p, #ciscalculator .form p, .carbenefitcalculator .form p, .dividendcalculator .form p, .fuelcostcalculator .form p, .grossprofitcalculator .form p, .loancalculator .form p, .grossprofitcalculator .form p, .moreprofitcalculator .form p, .payslipcalculator .form p, .savingscalculator .form p, .stampdutycalculator .form p {
      color: #000000; }
    .aprcalculator .form .form-group-wrap, .mortgagecalculator .form .form-group-wrap, .vatcalculator .form .form-group-wrap, #ciscalculator .form .form-group-wrap, .carbenefitcalculator .form .form-group-wrap, .dividendcalculator .form .form-group-wrap, .fuelcostcalculator .form .form-group-wrap, .grossprofitcalculator .form .form-group-wrap, .loancalculator .form .form-group-wrap, .grossprofitcalculator .form .form-group-wrap, .moreprofitcalculator .form .form-group-wrap, .payslipcalculator .form .form-group-wrap, .savingscalculator .form .form-group-wrap, .stampdutycalculator .form .form-group-wrap {
      margin-bottom: 23px; }
    .aprcalculator .form .form-group label, .mortgagecalculator .form .form-group label, .vatcalculator .form .form-group label, #ciscalculator .form .form-group label, .carbenefitcalculator .form .form-group label, .dividendcalculator .form .form-group label, .fuelcostcalculator .form .form-group label, .grossprofitcalculator .form .form-group label, .loancalculator .form .form-group label, .grossprofitcalculator .form .form-group label, .moreprofitcalculator .form .form-group label, .payslipcalculator .form .form-group label, .savingscalculator .form .form-group label, .stampdutycalculator .form .form-group label {
      display: block !important;
      color: #1F203E;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      font-weight: bold; }
    .aprcalculator .form .form-group input, .aprcalculator .form .form-group select, .mortgagecalculator .form .form-group input, .mortgagecalculator .form .form-group select, .vatcalculator .form .form-group input, .vatcalculator .form .form-group select, #ciscalculator .form .form-group input, #ciscalculator .form .form-group select, .carbenefitcalculator .form .form-group input, .carbenefitcalculator .form .form-group select, .dividendcalculator .form .form-group input, .dividendcalculator .form .form-group select, .fuelcostcalculator .form .form-group input, .fuelcostcalculator .form .form-group select, .grossprofitcalculator .form .form-group input, .grossprofitcalculator .form .form-group select, .loancalculator .form .form-group input, .loancalculator .form .form-group select, .grossprofitcalculator .form .form-group input, .grossprofitcalculator .form .form-group select, .moreprofitcalculator .form .form-group input, .moreprofitcalculator .form .form-group select, .payslipcalculator .form .form-group input, .payslipcalculator .form .form-group select, .savingscalculator .form .form-group input, .savingscalculator .form .form-group select, .stampdutycalculator .form .form-group input, .stampdutycalculator .form .form-group select {
      padding: 11px 25px !important;
      border-radius: 22px !important; }
    .aprcalculator .form .form-group .help-block, .aprcalculator .form .form-group .help-inline, .mortgagecalculator .form .form-group .help-block, .mortgagecalculator .form .form-group .help-inline, .vatcalculator .form .form-group .help-block, .vatcalculator .form .form-group .help-inline, #ciscalculator .form .form-group .help-block, #ciscalculator .form .form-group .help-inline, .carbenefitcalculator .form .form-group .help-block, .carbenefitcalculator .form .form-group .help-inline, .dividendcalculator .form .form-group .help-block, .dividendcalculator .form .form-group .help-inline, .fuelcostcalculator .form .form-group .help-block, .fuelcostcalculator .form .form-group .help-inline, .grossprofitcalculator .form .form-group .help-block, .grossprofitcalculator .form .form-group .help-inline, .loancalculator .form .form-group .help-block, .loancalculator .form .form-group .help-inline, .grossprofitcalculator .form .form-group .help-block, .grossprofitcalculator .form .form-group .help-inline, .moreprofitcalculator .form .form-group .help-block, .moreprofitcalculator .form .form-group .help-inline, .payslipcalculator .form .form-group .help-block, .payslipcalculator .form .form-group .help-inline, .savingscalculator .form .form-group .help-block, .savingscalculator .form .form-group .help-inline, .stampdutycalculator .form .form-group .help-block, .stampdutycalculator .form .form-group .help-inline {
      margin-top: 10px;
      font-size: 11px; }
    .aprcalculator .form .form-group .col-sm-10, .aprcalculator .form .form-group .col-md-10, .mortgagecalculator .form .form-group .col-sm-10, .mortgagecalculator .form .form-group .col-md-10, .vatcalculator .form .form-group .col-sm-10, .vatcalculator .form .form-group .col-md-10, #ciscalculator .form .form-group .col-sm-10, #ciscalculator .form .form-group .col-md-10, .carbenefitcalculator .form .form-group .col-sm-10, .carbenefitcalculator .form .form-group .col-md-10, .dividendcalculator .form .form-group .col-sm-10, .dividendcalculator .form .form-group .col-md-10, .fuelcostcalculator .form .form-group .col-sm-10, .fuelcostcalculator .form .form-group .col-md-10, .grossprofitcalculator .form .form-group .col-sm-10, .grossprofitcalculator .form .form-group .col-md-10, .loancalculator .form .form-group .col-sm-10, .loancalculator .form .form-group .col-md-10, .grossprofitcalculator .form .form-group .col-sm-10, .grossprofitcalculator .form .form-group .col-md-10, .moreprofitcalculator .form .form-group .col-sm-10, .moreprofitcalculator .form .form-group .col-md-10, .payslipcalculator .form .form-group .col-sm-10, .payslipcalculator .form .form-group .col-md-10, .savingscalculator .form .form-group .col-sm-10, .savingscalculator .form .form-group .col-md-10, .stampdutycalculator .form .form-group .col-sm-10, .stampdutycalculator .form .form-group .col-md-10 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0px; }
    .aprcalculator .form .form-group .btn, .mortgagecalculator .form .form-group .btn, .vatcalculator .form .form-group .btn, #ciscalculator .form .form-group .btn, .carbenefitcalculator .form .form-group .btn, .dividendcalculator .form .form-group .btn, .fuelcostcalculator .form .form-group .btn, .grossprofitcalculator .form .form-group .btn, .loancalculator .form .form-group .btn, .grossprofitcalculator .form .form-group .btn, .moreprofitcalculator .form .form-group .btn, .payslipcalculator .form .form-group .btn, .savingscalculator .form .form-group .btn, .stampdutycalculator .form .form-group .btn {
      background: #749DEB;
      color: #1F203E;
      width: 100%; }
      .aprcalculator .form .form-group .btn:hover, .mortgagecalculator .form .form-group .btn:hover, .vatcalculator .form .form-group .btn:hover, #ciscalculator .form .form-group .btn:hover, .carbenefitcalculator .form .form-group .btn:hover, .dividendcalculator .form .form-group .btn:hover, .fuelcostcalculator .form .form-group .btn:hover, .grossprofitcalculator .form .form-group .btn:hover, .loancalculator .form .form-group .btn:hover, .grossprofitcalculator .form .form-group .btn:hover, .moreprofitcalculator .form .form-group .btn:hover, .payslipcalculator .form .form-group .btn:hover, .savingscalculator .form .form-group .btn:hover, .stampdutycalculator .form .form-group .btn:hover {
        background: #fff !important;
        color: #1F203E !important; }

#output-area .row .col-xs-6 {
  font-size: 13px; }

#output-area {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  background: #1F203E;
  padding: 30px; }
  #output-area .row {
    color: #fff;
    margin-left: 0px;
    margin-right: 0px; }
    #output-area .row .col-xs-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  #output-area h2 {
    color: #749DEB;
    font-weight: bold; }
  #output-area .helpblock {
    font-size: 11px;
    color: #fff; }
  @media (min-width: 768px) {
    #output-area {
      margin-top: 0px;
      width: 40%; } }
  #output-area ul {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px;
    margin-bottom: 0px; }
    #output-area ul li strong {
      width: 100%;
      display: block;
      margin-top: 20px;
      margin-bottom: 6px; }
    #output-area ul li strong, #output-area ul li strong span {
      color: #fff;
      font-weight: normal;
      font-size: 14px; }
    #output-area ul li span {
      color: #749DEB;
      font-weight: bold;
      font-size: 42px; }
  #output-area .btn {
    padding: 0px;
    border: none;
    box-shadow: none;
    color: #749DEB;
    background: transparent; }

.page-news #form1 #news-archive .panel-heading a {
  color: #1F203E;
  font-weight: bold; }

.page-news #form1 #news-archive .panel-group {
  margin-bottom: 10px; }

.page-news #form1 #news-archive .panel-collapse li {
  line-height: 1.7em; }

.page-news #form1 resourcecontent .overflow {
  order: 0; }
  .page-news #form1 resourcecontent .overflow p {
    margin-bottom: 0px;
    line-height: 1.7em; }

.page-news #form1 resourcecontent a {
  display: flex;
  flex-direction: column; }
  .page-news #form1 resourcecontent a h5 {
    background: #191c3f;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px; }

.page-news #form1 resourcecontent .date {
  color: #056ed6;
  order: 1; }

.page-news resourcecontent dl dt {
  background: #191c3f;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px; }
  .page-news resourcecontent dl dt a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px; }

.page-news resourcecontent dl dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
  line-height: 1.7em; }

.page-news resourcecontent nav {
  margin-top: 20px; }
  .page-news resourcecontent nav .row .col-md-4.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #1F203E;
    padding: 32px;
    margin-bottom: 4px;
    border: 10px solid #fff;
    border-radius: 26px; }
    @media (min-width: 576px) {
      .page-news resourcecontent nav .row .col-md-4.col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .page-news resourcecontent nav .row .col-md-4.col-sm-12 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    .page-news resourcecontent nav .row .col-md-4.col-sm-12 .text-wrap h3 {
      color: #749DEB;
      font-family: "Cabin", sans-serif !important;
      line-height: 1.2em; }
    .page-news resourcecontent nav .row .col-md-4.col-sm-12 .text-wrap p {
      color: #fff;
      line-height: 1.7em; }
    .page-news resourcecontent nav .row .col-md-4.col-sm-12:hover {
      transform: scale(1.01); }

.page-factsheets nav .col-md-4 {
  background: #1F203E;
  padding: 32px;
  margin-bottom: 4px;
  border: 10px solid #fff;
  border-radius: 26px; }
  .page-factsheets nav .col-md-4:hover {
    transform: scale(1.01); }
  .page-factsheets nav .col-md-4 .text-wrap h3 {
    line-height: 1.2em;
    color: #749DEB;
    font-family: "Cabin", sans-serif !important; }
  .page-factsheets nav .col-md-4 .text-wrap p {
    color: #fff;
    line-height: 1.7em;
    margin-bottom: 0px; }

.page-factsheets .table-invoice tbody tr:nth-child(odd) {
  background: #F1F1F1; }

.page-factsheets .table-invoice tbody tr td {
  padding: 15px; }

.page-factsheets .table-invoice tfoot tr {
  background: #1F203E;
  color: #749DEB;
  font-weight: bold; }

.page-factsheets .table-invoice tfoot td {
  padding: 15px; }

.page-factsheets resourcecontent ul li, .page-factsheets resourcecontent ol li {
  line-height: 1.7em; }

.page-factsheets resourcecontent .dl-horizontal dt, .page-factsheets resourcecontent .dl-content dt {
  background: #1F203E;
  color: #749DEB; }

.page-factsheets resourcecontent .dl-horizontal dt, .page-factsheets resourcecontent .dl-horizontal dd, .page-factsheets resourcecontent .dl-content dt, .page-factsheets resourcecontent .dl-content dd {
  padding: 10px 15px; }

resourcecontent nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  resourcecontent nav .panel-default {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #1F203E;
    padding: 32px;
    margin-bottom: 4px;
    border: 10px solid #fff;
    border-radius: 26px; }
    @media (min-width: 576px) {
      resourcecontent nav .panel-default {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      resourcecontent nav .panel-default {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    resourcecontent nav .panel-default .panel-heading h3 {
      line-height: 1.2em; }
    resourcecontent nav .panel-default .panel-heading a {
      color: #749DEB;
      font-family: "Cabin", sans-serif !important; }
    resourcecontent nav .panel-default .panel-body {
      color: #fff;
      line-height: 1.7em; }
    resourcecontent nav .panel-default:hover {
      transform: scale(1.01); }

@media (max-width: 991.98px) {
  .set-tabs {
    padding: 20px;
    padding-bottom: 0px;
    background: #fff; }
    .set-tabs .elementor-column {
      margin-bottom: 10px;
      padding-right: 2px;
      padding-left: 2px; }
      .set-tabs .elementor-column .elementor-column-wrap {
        background: #1F203E; }
      .set-tabs .elementor-column.tab-current .elementor-heading-title {
        color: #749DEB !important; } }

.set-tabs .elementor-column .elementor-heading-title {
  font-family: "Cabin", sans-serif !important; }

.set-tabs .elementor-column:not(.tab-current):hover .elementor-heading-title {
  color: #749DEB !important; }

.set-tabs .elementor-column .elementor-heading-title {
  transition: all 0.2s ease-in-out; }
  .set-tabs .elementor-column .elementor-heading-title a {
    display: block;
    width: 100%;
    padding: 20px; }

.set-tabs .elementor-column.tab-current .elementor-heading-title {
  padding: 20px; }

.section-service {
  background: #f4f4f4; }
  @media (max-width: 1023.98px) {
    .section-service.elementor-section.elementor-section-height-full {
      height: auto !important; }
    .section-service .elementor-column {
      padding-top: 0px;
      padding-bottom: 0px; }
    .section-service .elementor-widget-wrap .container-fluid {
      height: auto !important; }
    .section-service .elementor-column-wrap {
      padding: 0px !important; } }
  .section-service.bg-overlay::after {
    opacity: 0;
    transition: 0.1s ease-in-out all;
    transition-delay: 0.1s; }
  .section-service.section-hover.bg-overlay::after {
    opacity: 0.9;
    transition-delay: 0s; }

.serv-contain .serv-title {
  color: #F1F1F1;
  margin-bottom: -10px; }
  @media (min-width: 1200px) {
    .serv-contain .serv-title {
      font-size: 4.4rem; } }
  @media (min-width: 1441px) {
    .serv-contain .serv-title {
      font-size: 5.8rem; } }

.serv-contain.serv-hover .serv-title {
  color: #749DEB; }

.serv-cont {
  width: 600px;
  min-width: 600px; }

.team-prompt {
  display: none; }

.job-roles hr {
  background-color: #0b0b6b !important;
  margin-bottom: 1.5em !important; }

.home-curve {
  width: 35%;
  max-width: 240px;
  left: 52%;
  bottom: 51%;
  position: absolute; }

.home-circle {
  width: 95%;
  left: 50%;
  top: 50%;
  position: absolute; }

.max-inner-cont {
  width: 100%;
  max-width: 460px;
  padding-left: 20px;
  padding-right: 20px; }

.border-right .elementor-widget-container {
  position: relative; }
  .border-right .elementor-widget-container::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    border-bottom: 5px dotted #081c3e;
    top: 0;
    bottom: 0;
    margin: auto; }
  .border-right .elementor-widget-container .elementor-heading-title {
    width: auto;
    display: inline-block;
    position: relative;
    padding-right: 32px; }

.border-right-wht .elementor-widget-container .elementor-heading-title {
  background: #fff; }

.border-right-l-blue .elementor-widget-container .elementor-heading-title {
  background: #f4faff; }

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

.max-w-m p {
  max-width: 400px; }

@media (min-width: 992px) {
  .home .desk-menu {
    display: none !important; } }

.scroll-top {
  display: none !important; }

.serv-item-block {
  border: 3px solid #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .serv-item-block .serv-title, .serv-item-block .set-numb {
    transition: all 0.2s ease-in-out; }
  .serv-item-block .set-numb::before {
    font-size: 47px;
    right: 51px; }
  .serv-item-block:hover {
    border: 3px solid #000000; }
    .serv-item-block:hover .set-numb {
      color: #000000 !important; }
  .serv-item-block.active {
    border: 3px solid #fff;
    background: #1F203E; }
    .serv-item-block.active .serv-title, .serv-item-block.active .set-numb {
      color: #fff !important; }
    .serv-item-block.active .set-numb::before {
      color: #000000; }

@media (max-width: 767.98px) {
  .owl-serv-cont h3 {
    color: #1F203E; } }

@media (min-width: 768px) {
  .service-container::before {
    height: 100%;
    width: calc(50% - 60px);
    left: 0px;
    top: 0px;
    position: absolute;
    content: " ";
    background: #000000; } }

.set-numb::before {
  content: "#";
  position: absolute;
  color: #F1F1F1;
  font-size: 50px;
  left: 0;
  right: 69px;
  margin: auto;
  display: inline-block;
  float: none;
  top: 0px; }

.page-consulting .owl-serv .owl-stage {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .page-consulting .owl-serv .owl-stage .owl-item {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.page-consulting .owl-serv .hover-click {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 400;
  cursor: pointer; }

@media (max-width: 767.98px) {
  .serv-carousel .owl-serv .owl-stage-outer::before, .serv-carousel .owl-serv .owl-stage-outer::after {
    display: none; }
  .serv-carousel.for-organisations .serv-title, .serv-carousel.for-the-individual .serv-title {
    font-size: 15px; }
  .serv-carousel.for-organisations .serv-cont small, .serv-carousel.for-the-individual .serv-cont small {
    font-size: 15px; } }

.serv-carousel .arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 30px;
  width: 30px;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  font-size: 29px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 200; }
  .serv-carousel .arrow-left {
    left: -25px; }
  .serv-carousel .arrow-right {
    right: -15px; }
  @media (min-width: 576px) {
    .serv-carousel .arrow-left {
      left: -39px; }
    .serv-carousel .arrow-right {
      right: -39px; } }

@media (min-width: 576px) {
  .for-organisations .owl-stage-outer::before {
    background: black;
    background: -moz-linear-gradient(left, black 0%, black 20%, rgba(0, 0, 0, 0) 83%);
    background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(20%, black), color-stop(83%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black 0%, black 20%, rgba(0, 0, 0, 0) 83%);
    background: -o-linear-gradient(left, black 0%, black 20%, rgba(0, 0, 0, 0) 83%);
    background: -ms-linear-gradient(left, black 0%, black 20%, rgba(0, 0, 0, 0) 83%);
    background: linear-gradient(to right, black 0%, black 20%, rgba(0, 0, 0, 0) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }
  .for-organisations .owl-stage-outer::after {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 17%, black 80%, black 100%);
    background: -webkit-gradient(left top, right top, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(80%, black), color-stop(100%, black));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 17%, black 80%, black 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 17%, black 80%, black 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 17%, black 80%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 17%, black 80%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); } }

.for-organisations .arrow:hover {
  color: #fff; }

@media (min-width: 576px) {
  .for-the-individual .owl-stage-outer::before, .serv-direct .owl-stage-outer::before {
    background: #e9663a;
    background: -moz-linear-gradient(left, #e9663a 0%, rgba(233, 102, 58, 0.48) 48%, rgba(233, 102, 58, 0) 83%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e9663a), color-stop(48%, rgba(233, 102, 58, 0.48)), color-stop(83%, rgba(233, 102, 58, 0)));
    background: -webkit-linear-gradient(left, #e9663a 0%, rgba(233, 102, 58, 0.48) 48%, rgba(233, 102, 58, 0) 83%);
    background: -o-linear-gradient(left, #e9663a 0%, rgba(233, 102, 58, 0.48) 48%, rgba(233, 102, 58, 0) 83%);
    background: -ms-linear-gradient(left, #e9663a 0%, rgba(233, 102, 58, 0.48) 48%, rgba(233, 102, 58, 0) 83%);
    background: linear-gradient(to right, #e9663a 0%, rgba(233, 102, 58, 0.48) 48%, rgba(233, 102, 58, 0) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9663a', endColorstr='#e9663a', GradientType=1 ); }
  .for-the-individual .owl-stage-outer::after, .serv-direct .owl-stage-outer::after {
    background: rgba(233, 102, 58, 0);
    background: -moz-linear-gradient(left, rgba(233, 102, 58, 0) 17%, #e9663a 100%);
    background: -webkit-gradient(left top, right top, color-stop(17%, rgba(233, 102, 58, 0)), color-stop(100%, #e9663a));
    background: -webkit-linear-gradient(left, rgba(233, 102, 58, 0) 17%, #e9663a 100%);
    background: -o-linear-gradient(left, rgba(233, 102, 58, 0) 17%, #e9663a 100%);
    background: -ms-linear-gradient(left, rgba(233, 102, 58, 0) 17%, #e9663a 100%);
    background: linear-gradient(to right, rgba(233, 102, 58, 0) 17%, #e9663a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9663a', endColorstr='#e9663a', GradientType=1 ); } }

.for-the-individual .arrow, .serv-direct .arrow {
  color: #fff; }
  .for-the-individual .arrow:hover, .serv-direct .arrow:hover {
    color: #000000; }

.owl-serv .owl-nav {
  display: none; }

.owl-serv .serv-cont p, .owl-serv .serv-cont {
  line-height: 1.2em; }

.owl-serv .serv-title {
  line-height: 1.3em; }

.owl-serv .owl-stage-outer::before, .owl-serv .owl-stage-outer::after {
  content: " ";
  height: 100%;
  width: 70px;
  top: 0px;
  position: absolute;
  z-index: 200; }

.owl-serv .owl-stage-outer::before {
  left: 0px; }

.owl-serv .owl-stage-outer::after {
  right: 0px; }

#top-image {
  background: url(images/equal2.png) -25px -50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background-size: calc(100% + 50px); }

.slide {
  opacity: 0.7;
  display: block;
  position: absolute;
  height: 254px !important;
  width: 310px !important;
  background: red;
  background: url(images/equal.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }
  @media (min-width: 768px) {
    .slide {
      height: 344px !important;
      width: 420px !important; } }
  @media (min-width: 1441px) {
    .slide {
      height: 517px !important;
      width: 630px !important; } }

.text-overlay .elementor-widget-wrap {
  flex-direction: column; }

.text-overlay .elementor-widget-heading {
  background-color: rgba(0, 0, 0, 0.5);
  width: auto !important;
  display: block;
  position: relative;
  float: left;
  padding: 15px 28px;
  margin-bottom: 0px !important; }
  .text-overlay .elementor-widget-heading:nth-child(2) {
    padding-top: 0px; }

@media (min-width: 992px) {
  .text-overlay.text-overlay-r .elementor-widget-wrap {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .text-overlay.text-overlay-r .elementor-widget-heading {
    float: right; } }

.grecaptcha-badge {
  display: none !important; }

.home-blocks .elementor-widget-heading {
  margin-bottom: 8px !important; }

.home-blocks .elementor-column-wrap {
  overflow: hidden; }

.home-blocks .elementor-widget-wrap {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }
  .home-blocks .elementor-widget-wrap .elementor-widget-button {
    margin-top: auto; }

.home-blocks .elementor-text-editor p {
  line-height: 2.0ems; }

.home-blocks .serv-inner-img {
  margin-left: -34px;
  margin-right: -34px;
  width: calc(100% + 70px) !important;
  margin-bottom: 30px; }

.circle.circle-member.book-member-img {
  height: 140px;
  width: 140px; }

.page-team .book-section {
  display: none; }

.page-speakers .search-section .team-member, .page-team .search-section .team-member {
  cursor: pointer;
  position: relative;
  border: 3px solid #fff;
  transition: 0.1s all ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  .page-speakers .search-section .team-member:hover, .page-team .search-section .team-member:hover {
    border: 3px solid #1F203E;
    transition: 0.4s all ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .page-speakers .search-section .team-member:hover .h5, .page-team .search-section .team-member:hover .h5 {
      color: #1F203E; }
    .page-speakers .search-section .team-member:hover .team-prompt, .page-team .search-section .team-member:hover .team-prompt {
      opacity: 1;
      visibility: visible; }
  .page-speakers .search-section .team-member .team-prompt, .page-team .search-section .team-member .team-prompt {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 20;
    padding-top: 9px;
    bottom: 0px; }
    .page-speakers .search-section .team-member .team-prompt h6, .page-team .search-section .team-member .team-prompt h6 {
      font-size: 10px; }

.sub-info {
  line-height: 0.5em;
  margin-top: 10px;
  transition: all 0.3s ease; }

.speaker-title {
  line-height: 1.2em; }

.speaker-close {
  cursor: pointer;
  width: 30px; }
  .speaker-close:hover {
    opacity: 0.7; }

#signup-pop-up .pop-inner {
  height: 90vh !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  #signup-pop-up .pop-inner .pop-inner-cont {
    height: max-content;
    overflow-y: scroll;
    border: 6px #1F203E solid;
    max-height: 100%; }

@media (max-width: 767.98px) {
  .sect-copyright p {
    line-height: 1.2em; }
    .sect-copyright p small {
      font-size: 10px; }
  .social-item .h4 {
    font-size: 2.1rem; }
  .foot-menu-hor li {
    border-right: 1px solid #0b0b6b !important;
    margin-bottom: 6px; } }

@media (max-width: 1023.98px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    padding-left: 70px;
    padding-right: 70px; } }

@media (max-width: 991.98px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 767.98px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 1024px; } }

@media (min-width: 1200px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 1164px; } }

@media (min-width: 1441px) {
  .elementor-section.elementor-element.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 1280px; } }

.banner-subtitle {
  font-size: 28px;
  line-height: 1.7em; }

.elementor-widget-wrap > .elementor-element.contain-50 {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .elementor-widget-wrap > .elementor-element.contain-50 {
      padding-left: 70px;
      padding-right: 70px; } }

.video-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.set-vid {
  position: absolute;
  top: -100%;
  left: -100%;
  min-width: 100%;
  min-height: 100%;
  right: -100%;
  display: inline-block;
  bottom: -100%;
  float: none;
  margin: auto;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out; }
  .set-vid.show-vid {
    opacity: 1;
    visibility: visible; }

.search-section::after {
  transition: all 0.3s ease-in-out;
  content: " ";
  height: 100%;
  width: 100%;
  background: white;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.search-section.search-cover {
  position: relative; }
  .search-section.search-cover::after {
    opacity: 1;
    visibility: visible; }

@media (min-width: 576px) {
  .service-blocks .elementor-section-boxed .elementor-container {
    min-height: 540px; } }

@media (max-width: 767.98px) {
  .service-block {
    margin-bottom: 15px; }
    .service-block:last-child {
      margin-bottom: 0px; } }

.service-block .highlight-logo {
  position: relative; }
  .service-block .highlight-logo::after {
    transition: all 0.2s ease-in-out;
    content: " ";
    height: 13px;
    width: 13px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    bottom: 24px;
    left: 0px;
    right: 0px;
    margin: auto;
    float: none;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    opacity: 1;
    transition-delay: 0.6s; }

.service-block .service-cont {
  position: relative; }
  .service-block .service-cont::before {
    transition: all 0.4s ease-in-out;
    content: " ";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    height: 100%;
    transition-delay: 0.4s; }
    @media (min-width: 768px) {
      .service-block .service-cont::before {
        height: 70%;
        opacity: 0; } }
  .service-block .service-cont .elementor-text-editor {
    max-width: 220px;
    margin: auto;
    position: relative;
    transition: all 0.2s ease-in-out;
    transition-delay: 0s; }
    @media (min-width: 768px) {
      .service-block .service-cont .elementor-text-editor {
        opacity: 0; } }

.service-block:hover .service-cont::before {
  opacity: 0.5;
  height: 100%;
  transition-delay: 0s; }

.service-block:hover .service-cont .elementor-text-editor {
  opacity: 1;
  transition-delay: 0.4s; }

.service-block:hover .highlight-logo::after {
  bottom: 0;
  opacity: 0;
  transition-delay: 0s; }

@media screen and (max-width: 1024px) {
  .sect-map {
    height: 600px; } }

.sect-map .elementor-widget-wrap {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  .sect-map .elementor-widget-wrap .elementor-section, .sect-map .elementor-widget-wrap .elementor-container, .sect-map .elementor-widget-wrap .elementor-widget-container, .sect-map .elementor-widget-wrap .elementor-widget-html {
    height: 100%; }
  .sect-map .elementor-widget-wrap .elementor-column-wrap {
    padding: 0px !important; }

.highlight-logo img {
  padding: 20px 20px 30px; }

.holder-button {
  max-width: 360px;
  width: 80%; }
  .holder-button-left {
    max-width: 560px; }
    @media (max-width: 499.98px) {
      .holder-button-left {
        max-width: 360px;
        width: 80%; } }

.font-4 i {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important; }

.scroll-block {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0px;
  height: auto;
  text-align: center; }
  @media (min-width: 576px) {
    .scroll-block {
      bottom: 40px; } }
  .scroll-block img {
    display: block;
    margin: auto;
    width: 18px; }
    @media (min-width: 576px) {
      .scroll-block img {
        width: 26px; } }

.map-abs {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  float: none;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  transition: 0.3s ease-in-out; }
  .map-abs#map-americas.show-map, .map-abs#map-asia.show-map, .map-abs#map-uk.show-map {
    opacity: 0.2; }
  .map-abs.show-map {
    opacity: 1; }

.map-opts {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 20;
  top: 0px;
  left: 0px; }
  .map-opts .map-select {
    color: #fff !important;
    transition: 0.2s ease-in-out;
    width: 100%;
    display: block; }
    .map-opts .map-select.col-ter {
      opacity: 0.2; }
    .map-opts .map-select:hover {
      color: #1F203E !important; }

.wishlist {
  cursor: pointer; }
  .wishlist p {
    transition: all 0.2s ease-in-out; }
    .wishlist p:hover {
      color: #1F203E; }

.map-list .map-list-item {
  border-right: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .map-list .map-list-item {
      padding-left: 40px;
      padding-right: 40px; } }
  .map-list .map-list-item:last-child {
    border-right: none; }

@media (min-width: 768px) {
  .contact-section .elementor-inner-section {
    height: 50%; }
    .contact-section .elementor-inner-section .elementor-inner-column .elementor-column-wrap {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .contact-section .elementor-inner-section .elementor-container {
      height: 100%; } }

.hentry {
  margin-bottom: 0px !important; }

.accordion-opts .elementor-accordion-item {
  margin-bottom: 15px; }

.accordion-opts .elementor-accordion .elementor-tab-title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }
  .accordion-opts .elementor-accordion .elementor-tab-title span {
    width: 100%;
    text-align: center;
    margin-top: 3px;
    float: none; }
  .accordion-opts .elementor-accordion .elementor-tab-title a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px; }

.accordion-opts.accordion-service .elementor-tab-title {
  background: #1F203E;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 45px 20px; }
  .accordion-opts.accordion-service .elementor-tab-title a {
    font-size: 17px; }

.accordion-opts.accordion-service .elementor-accordion-item {
  background: #000000;
  margin-bottom: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative; }
  .accordion-opts.accordion-service .elementor-accordion-item::after {
    content: " ";
    position: absolute;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background: #1F203E;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    border-top: 2px solid #1F203E;
    border-left: 2px solid #1F203E;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20; }

.accordion-opts.accordion-service .elementor-tab-content {
  text-align: center;
  color: #fff;
  max-width: 1284px;
  margin: auto;
  padding: 50px 30px;
  width: 100%;
  border-top: none;
  position: relative; }
  .accordion-opts.accordion-service .elementor-tab-content::after {
    content: " ";
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #1F203E;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    border-top: 2px solid #1F203E;
    border-left: 2px solid #1F203E;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 40;
    transition-delay: 0s;
    opacity: 0; }
  .accordion-opts.accordion-service .elementor-tab-content.elementor-active::after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #1F203E;
    border-right: 2px solid #1F203E;
    transition-delay: 0.4s;
    opacity: 1; }

.accordion-sect .elementor-column-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.social-item a i {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;
  margin-bottom: -4px; }

@media (min-width: 576px) {
  .timeline .tl-right::before, .timeline .tl-left::before {
    content: " ";
    top: 0px;
    bottom: 0px;
    width: 50%;
    height: 5px;
    border-top: 5px dotted #e9663a;
    margin: auto;
    float: none;
    display: inline-block;
    position: absolute; } }

.timeline .tl-left::before {
  right: 4px; }

.timeline .tl-right::before {
  left: 4px; }

.timeline::before, .timeline::after {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  background: #1F203E;
  margin: auto;
  display: inline-block;
  float: none;
  content: " ";
  z-index: 3; }

.timeline::after {
  bottom: -3px; }

.timeline::before {
  top: -3px; }

.set-line {
  height: 100%;
  width: 4px;
  border-right: 5px dotted #e9663a;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: inline-block; }

@media (min-width: 576px) {
  .tl-right .timeline-item {
    margin-left: 20% !important; }
  .tl-left .timeline-item {
    margin-right: 20% !important; } }

.timeline-item {
  max-width: 250px;
  position: relative;
  z-index: 5; }
  @media (min-width: 576px) {
    .timeline-item {
      max-width: 410px; } }
  .timeline-item .tl-set-numb {
    display: none;
    position: relative;
    z-index: 5; }
    @media (max-width: 767.98px) {
      .timeline-item .tl-set-numb {
        font-size: 129px; } }
  .timeline-item .tl-numb {
    display: none; }
    .timeline-item .tl-numb::before, .timeline-item .tl-numb::after {
      display: block;
      content: " ";
      position: absolute;
      width: 100%;
      max-width: 124px;
      height: 35px;
      background: #1F203E;
      left: -100%;
      margin: auto;
      float: none;
      right: -100%; }
      @media (min-width: 576px) {
        .timeline-item .tl-numb::before, .timeline-item .tl-numb::after {
          height: 40px;
          max-width: 164px; } }
    .timeline-item .tl-numb::before {
      top: 5px; }
    .timeline-item .tl-numb::after {
      bottom: 5px; }

.page-nav button:hover, .page-nav button:focus {
  background: transparent !important; }

.entry-content {
  margin-top: 0px !important; }

.padding-def-t {
  padding-top: 5rem; }

.padding-def-b {
  padding-bottom: 5rem; }

.padding-def-b-extend {
  padding-bottom: calc( 5rem + 40px); }

.padding-def-main, .padding-def-inner-main.elementor-section .elementor-inner-column .elementor-column-wrap.elementor-element-populated {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.padding-def-main-slim {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.slider-gen .elementor-testimonial__image img {
  max-width: 200px;
  height: auto !important;
  width: 100% !important;
  border-radius: 0; }

.let-spacing {
  letter-spacing: 3px; }

.member-block .elementor-widget-html {
  margin-bottom: 0px !important; }

.member-block .elementor-widget-wrap {
  max-width: 431px;
  margin: auto; }

.member-block .member-img {
  position: relative;
  margin-left: 20px;
  margin-right: 20px; }
  .member-block .member-img:before {
    content: " ";
    width: 100%;
    background: #0b0b6b;
    height: 50px;
    z-index: 0;
    bottom: 0px;
    left: 0px;
    position: absolute; }
  .member-block .member-img img {
    z-index: 2;
    position: relative;
    max-width: 350px;
    width: 100%;
    margin: auto;
    display: block; }
  .member-block .member-img .member-band {
    position: absolute;
    vertical-align: middle;
    float: none;
    height: 70px;
    width: calc(100% + 40px);
    background: #1F203E;
    top: 0px;
    bottom: 0px;
    left: -20px;
    right: 0px;
    margin: auto;
    display: inline-block; }
    .member-block .member-img .member-band.member-link {
      z-index: 5;
      background: transparent; }
      .member-block .member-img .member-band.member-link i {
        font-size: 39px;
        margin-top: 15px;
        margin-left: 24px; }

html {
  box-sizing: border-box;
  margin-top: 0px !important; }

.set-50 {
  width: 50%; }

.cur-pointer {
  cursor: pointer; }

.tap {
  left: 51px;
  height: 60px;
  top: -15px;
  position: absolute; }
  @media (min-width: 576px) {
    .tap {
      left: 0px;
      height: 80px;
      top: calc(50% - 77px); } }

.scroll-top {
  color: #749DEB;
  z-index: 600; }

.step-img {
  min-height: 160px; }

.pipe {
  position: relative;
  padding-top: 100px;
  z-index: -1; }
  @media (min-width: 576px) {
    .pipe {
      padding-top: 40px; } }
  @media (max-width: 767.98px) {
    .pipe .h4 {
      font-size: 2.2rem; }
    .pipe .h3 {
      font-size: 1.8rem; } }
  .pipe::before {
    content: " "; }
  .pipe::after {
    content: " ";
    background-color: #1F203E;
    height: 70px;
    width: 20px;
    position: absolute;
    top: calc(50% - 15px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
    @media (max-width: 767.98px) {
      .pipe::after {
        height: 20px;
        width: 70px;
        top: 60px; } }
  .pipe-left::before {
    position: absolute;
    top: 0px;
    left: 100px;
    height: calc(50% + 40px);
    width: 50%;
    background: transparent;
    border-left: 40px solid #1F203E;
    border-bottom: 40px solid #1F203E;
    border-bottom-left-radius: 60px; }
  .pipe-left::after {
    left: 31%; }
    @media (max-width: 767.98px) {
      .pipe-left::after {
        left: 86px; } }
  @media (max-width: 767.98px) {
    .pipe-left.pipe-first {
      padding-top: 145px; } }
  .pipe-left.pipe-first::before {
    left: auto;
    right: 50%;
    width: 300%;
    border-left: none; }
    @media (max-width: 767.98px) {
      .pipe-left.pipe-first::before {
        width: 100%;
        right: calc(50% - 20px);
        border-left: none;
        top: 40px;
        border-bottom: none;
        border-bottom-left-radius: 60px;
        border-right: 40px solid #1F203E;
        border-top: 40px solid #1F203E;
        border-top-right-radius: 60px; } }
  .pipe-right::before {
    position: absolute;
    top: 0px;
    right: 100px;
    height: calc(50% + 40px);
    width: 50%;
    background: transparent;
    border-right: 40px solid #1F203E;
    border-bottom: 40px solid #1F203E;
    border-bottom-right-radius: 60px; }
  .pipe-right::after {
    right: 31%; }
    @media (max-width: 767.98px) {
      .pipe-right::after {
        right: 86px; } }

@media (max-width: 439.98px) {
  .product-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1441px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

.offers .table {
  padding: 5px; }
  .offers .table p {
    font-size: 11px; }

.full-stream {
  display: none;
  width: 2200px;
  right: -100%;
  left: -100%;
  position: absolute;
  z-index: 2;
  top: -116%;
  margin: auto;
  bottom: -100%;
  vertical-align: middle;
  float: none;
  display: inline-block; }

.minus-t {
  margin-top: -20px; }
  @media (min-width: 992px) {
    .minus-t-l {
      margin-top: -100px; } }
  @media (min-width: 992px) {
    .minus-t-xl {
      margin-top: -140px; } }
  @media (min-width: 1441px) {
    .minus-t-xl {
      margin-top: -250px; } }

.prod-image {
  width: 80%;
  max-width: 154px; }
  @media (min-width: 1441px) {
    .prod-image {
      max-width: 174px; } }

.products .prod-image {
  width: 100%;
  max-width: 139px; }

.set-grad {
  height: 500px;
  width: 1000px;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  left: -17%;
  margin: auto;
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.8; }
  .set-grad.set-grad-banner {
    height: 130%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0; }
    .set-grad.set-grad-banner .foot-grad {
      height: 110%;
      width: 1760px;
      margin: auto; }
  .set-grad-r {
    left: auto;
    height: 1000px;
    width: 700px; }
  .set-grad-l {
    left: 0;
    right: auto;
    height: 1000px;
    width: 700px; }
    .set-grad-l .bac-grad-blu {
      display: block;
      float: right; }
  .set-grad-r, .set-grad-l {
    height: 460px;
    width: 390px; }
    .set-grad-r .gen-grad, .set-grad-l .gen-grad {
      height: 490px;
      width: 510px; }
      @media (min-width: 768px) {
        .set-grad-r .gen-grad, .set-grad-l .gen-grad {
          height: 640px;
          width: 830px; } }
    @media (min-width: 768px) {
      .set-grad-r, .set-grad-l {
        height: 690px;
        width: 530px; } }
  .set-grad.set-grad-foot {
    height: 240px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0; }
    .set-grad.set-grad-foot .foot-grad {
      height: 620px;
      width: 660px;
      left: -100%;
      right: -100%;
      position: absolute;
      margin: auto; }
      @media (min-width: 1200px) {
        .set-grad.set-grad-foot .foot-grad {
          height: 790px;
          width: 770px; } }
      @media (min-width: 1441px) {
        .set-grad.set-grad-foot .foot-grad {
          height: 1000px;
          width: 1000px; } }
    @media (min-width: 1200px) {
      .set-grad.set-grad-foot {
        height: 350px;
        width: 770px;
        right: 0;
        left: -17%;
        bottom: 0; } }
    @media (min-width: 1441px) {
      .set-grad.set-grad-foot {
        height: 500px;
        width: 1000px; } }

@media (min-width: 1441px) {
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

.range-holder {
  height: 120px;
  position: relative; }
  @media (min-width: 1441px) {
    .range-holder {
      height: 470px;
      position: relative;
      margin-top: -260px;
      margin-bottom: -40px; } }
  .range-holder img {
    width: 100%;
    top: -200%;
    bottom: -200%;
    position: absolute;
    height: auto;
    margin: auto;
    float: none;
    display: inline-block; }

.bot-minus {
  bottom: -160px; }

.top-minus {
  top: -319px;
  bottom: auto; }
  .top-minus-l {
    top: -220px;
    bottom: auto; }
    @media (min-width: 768px) {
      .top-minus-l {
        top: -350px; } }

.foot-grad {
  height: 450px;
  width: 540px; }
  @media (min-width: 1200px) {
    .foot-grad {
      height: 1000px;
      width: 1000px; } }
  @media (min-width: 1441px) {
    .foot-grad {
      height: 1000px;
      width: 1000px; } }

.water-gen {
  position: absolute; }

.water-right {
  right: 0px;
  bottom: -40px;
  width: 330px;
  height: auto;
  z-index: 1; }
  @media (min-width: 768px) {
    .water-right {
      bottom: 80px;
      width: 550px; } }
  @media (min-width: 1441px) {
    .water-right {
      width: 670px; } }

.water-left {
  left: 0px;
  top: -92px;
  width: 340px;
  height: auto; }
  @media (min-width: 768px) {
    .water-left {
      top: -142px;
      width: 540px; } }
  @media (min-width: 1441px) {
    .water-left {
      top: -170px;
      width: 680px; } }

#seed-csp4-page {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.bac-grad-blu-alt {
  background: #42baff;
  background: -moz-radial-gradient(center, ellipse cover, #42baff 0%, #183971 69%, #183971 84%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #42baff), color-stop(69%, #183971), color-stop(84%, #183971));
  background: -webkit-radial-gradient(center, ellipse cover, #42baff 0%, #183971 69%, #183971 84%);
  background: -o-radial-gradient(center, ellipse cover, #42baff 0%, #183971 69%, #183971 84%);
  background: -ms-radial-gradient(center, ellipse cover, #42baff 0%, #183971 69%, #183971 84%);
  background: radial-gradient(ellipse at center, #42baff 0%, #183971 69%, #183971 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42baff', endColorstr='#183971', GradientType=1 ); }

.bac-grad-blu {
  background: #42baff;
  background: -moz-radial-gradient(center, ellipse cover, #42baff 0%, rgba(17, 33, 62, 0.38) 57%, rgba(17, 33, 62, 0) 92%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #42baff), color-stop(57%, rgba(17, 33, 62, 0.38)), color-stop(92%, rgba(17, 33, 62, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, #42baff 0%, rgba(17, 33, 62, 0.38) 57%, rgba(17, 33, 62, 0) 92%);
  background: -o-radial-gradient(center, ellipse cover, #42baff 0%, rgba(17, 33, 62, 0.38) 57%, rgba(17, 33, 62, 0) 92%);
  background: -ms-radial-gradient(center, ellipse cover, #42baff 0%, rgba(17, 33, 62, 0.38) 57%, rgba(17, 33, 62, 0) 92%);
  background: radial-gradient(ellipse at center, #42baff 0%, rgba(17, 33, 62, 0.38) 57%, rgba(17, 33, 62, 0) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42baff', endColorstr='#11213e', GradientType=1 ); }

.img-down {
  position: absolute;
  height: 120px;
  left: 10%;
  width: auto;
  max-width: 400px;
  bottom: 0px; }
  @media (min-width: 1200px) {
    .img-down {
      height: 201px;
      left: 12%;
      width: auto;
      max-width: none; } }
  @media (min-width: 1441px) {
    .img-down {
      height: 260px;
      left: 12%;
      width: auto;
      max-width: none; } }

.back-shad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.trans-label {
  background: rgba(255, 255, 255, 0.2); }

.revealOnScroll, .wp-block-gallery {
  opacity: 0; }

/*--------------------------------------------------------------
## MonetaeFX
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .sub-line {
    display: none !important; } }

.img-login {
  max-width: 240px; }

.set-play {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  margin: auto;
  float: none;
  z-index: 70;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1); }
  .set-play span {
    transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1); }
  .set-play:hover {
    height: 130px;
    width: 130px;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px; }
    .set-play:hover span {
      font-size: 3rem; }

#exchange-pop-up, #signup-pop-up, #video-pop-up, #book-pop-up {
  display: none !important; }
  #exchange-pop-up.show-pop, #signup-pop-up.show-pop, #video-pop-up.show-pop, #book-pop-up.show-pop {
    display: flex !important; }

.lightbox {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.lightbox.show-box {
  opacity: 1;
  visibility: visible; }

#video {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 70px;
  transition-delay: 0s; }

.exit-vid {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer; }

.play-vid2 {
  z-index: 3; }

.lightbox.show-box #video {
  transition-delay: 1.0s;
  opacity: 1;
  visibility: visible;
  padding-top: 0px; }

.circle-test {
  height: 80px;
  width: 80px;
  background: #1F203E;
  position: absolute;
  top: -40px;
  left: 20px;
  border-radius: 80px;
  border: 4px solid #fff; }

.bord-prim {
  border: 2px solid #1F203E; }

.wp-block-table tr:nth-child(odd) {
  background: #F1F1F1; }

.wp-block-table tr td {
  padding: 10px  5px; }

.sub-menu-tools p, .sub-menu-tools a {
  color: #0b0b6b !important; }

@media (min-width: 768px) {
  .navbar-nav #menu-item-123 {
    background: #15c452;
    background: -moz-linear-gradient(top, #15c452 0%, #15a08d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #15c452), color-stop(100%, #15a08d));
    background: -webkit-linear-gradient(top, #15c452 0%, #15a08d 100%);
    background: -o-linear-gradient(top, #15c452 0%, #15a08d 100%);
    background: -ms-linear-gradient(top, #15c452 0%, #15a08d 100%);
    background: linear-gradient(to bottom, #15c452 0%, #15a08d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c452', endColorstr='#15a08d', GradientType=0 );
    border-radius: 10px;
    margin-left: 13px; } }

.fx-form-main {
  border: 2px solid;
  border-color: rgba(21, 186, 98, 0);
  transition: border-color 1s cubic-bezier(0.52, 0.01, 0.16, 1); }

.fx-form-main.high-focus {
  border-color: #15ba62;
  transition: border-color 1s cubic-bezier(0.52, 0.01, 0.16, 1); }

.number-pre input[name="pre-phone"] {
  max-width: 60px; }

.lightbox {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll; }

.lightbox.show-box {
  opacity: 1;
  visibility: visible; }

.exit-vid {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer; }

#video {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 70px;
  transition-delay: 0s; }

.lightbox.show-box #video {
  transition-delay: 1.0s;
  opacity: 1;
  visibility: visible;
  padding-top: 0px; }

.bac-prim-trans {
  background: rgba(32, 23, 71, 0.5); }

.opac-0 {
  opacity: 0; }

footer .card {
  border: none; }

footer .card-header {
  border-bottom: 1px solid #F1F1F1; }
  footer .card-header button {
    border: none; }

.set-img {
  max-width: 330px;
  width: 80%; }
  @media (min-width: 768px) {
    .set-img {
      max-width: 330px;
      width: 100%; } }

.currency-flag {
  max-width: 40px; }

.back-trans {
  background: transparent; }

.prim-bg-grad {
  background: #302368;
  background: -moz-linear-gradient(top, #302368 0%, rgba(27, 89, 166, 0.74) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #302368), color-stop(100%, rgba(27, 89, 166, 0.74)));
  background: -webkit-linear-gradient(top, #302368 0%, rgba(27, 89, 166, 0.74) 100%);
  background: -o-linear-gradient(top, #302368 0%, rgba(27, 89, 166, 0.74) 100%);
  background: -ms-linear-gradient(top, #302368 0%, rgba(27, 89, 166, 0.74) 100%);
  background: linear-gradient(to bottom, #302368 0%, rgba(27, 89, 166, 0.74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302368', endColorstr='#1b59a6', GradientType=0 ); }

.select-cur select {
  font-size: 12px;
  border-width: 0; }

select.prim-bg-grad {
  border-width: 0; }

.set-flag {
  border-width: 0; }
  .set-flag img {
    width: 37px; }

.line {
  height: 3px;
  width: 40px;
  background: #1F203E; }

.fx-form {
  background-color: rgba(32, 23, 71, 0.6);
  border-radius: 20px; }

.serv-block {
  border-radius: 20px; }

.set-radius {
  border-radius: 10px; }
  .set-radius-l {
    border-radius: 20px; }

.bord-lt {
  border-top-left-radius: 20px; }

.but-bord {
  border: 2px solid #fff;
  border-radius: 7px; }

.grad-but {
  background: #15c452;
  background: -moz-linear-gradient(top, #15c452 0%, #15a08d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #15c452), color-stop(100%, #15a08d));
  background: -webkit-linear-gradient(top, #15c452 0%, #15a08d 100%);
  background: -o-linear-gradient(top, #15c452 0%, #15a08d 100%);
  background: -ms-linear-gradient(top, #15c452 0%, #15a08d 100%);
  background: linear-gradient(to bottom, #15c452 0%, #15a08d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c452', endColorstr='#15a08d', GradientType=0 ); }

.but-opt {
  position: relative;
  border-radius: 20px;
  background: rgba(32, 23, 71, 0.7);
  padding: 6px; }
  .but-opt::before {
    content: " ";
    background: #fff;
    width: 130px;
    height: 34px;
    border-radius: 20px;
    left: 0px;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    float: none;
    margin: auto;
    transition: 1s cubic-bezier(0.52, 0.01, 0.16, 1); }
  .but-opt .btn {
    width: 130px; }
    .but-opt .btn.serv-sel p {
      color: #1F203E;
      transition: 1s cubic-bezier(0.52, 0.01, 0.16, 1);
      transition-delay: 0.5s; }
    .but-opt .btn p {
      color: #fff;
      transition-delay: 0s; }
  .but-opt.tab-move::before {
    left: calc(100% - 136px); }

.bg-overlay::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #1F203E;
  opacity: 0.9; }

@media (max-width: 1023.98px) {
  .container-extend .elementor-container {
    max-width: 400px; } }

@media (max-width: 767.98px) {
  .container-extend .elementor-container {
    max-width: 350px; } }

@media (min-width: 1200px) {
  .container-extend .elementor-container {
    max-width: 1200px !important; } }

@media (min-width: 1441px) {
  .container-extend .elementor-container {
    max-width: 1400px !important; } }

.banner-show {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  transition: 0.2s ease-in-out all;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden; }
  .banner-show.serv-sel {
    opacity: 1;
    visibility: visible;
    top: 0px; }

.serv-statement {
  position: absolute;
  padding-top: 20px;
  top: 0px;
  transition: 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden; }
  .serv-statement.serv-sel {
    opacity: 1;
    visibility: visible;
    padding-top: 0px;
    transition-delay: 0.5s; }

.cont-forms {
  position: relative;
  padding-top: 20px;
  top: 0px;
  transition: 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .cont-forms.form-sel {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: 0px;
    transition-delay: 0.5s; }

.statement-holder {
  transition: height 0.3s ease-in-out; }

.owl-carousel .owl-item img.set-curves {
  height: auto;
  width: 80%;
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.96; }

footer #foot-menu {
  padding-left: 0px;
  list-style: none; }
  footer #foot-menu li {
    margin-bottom: 6px; }

.bord-gen {
  border: 4px solid #000; }

@media (min-width: 768px) {
  .container {
    width: 90%; } }

@media (min-width: 768px) {
  .container.container-extend {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 1050px;
    width: 90%; }
    .container.container-extend {
      max-width: 1050px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }

@media (min-width: 1441px) {
  .container {
    max-width: 1350px; }
    .container.container-extend {
      max-width: 1800px; } }

.font-l {
  font-size: 117px !important; }

.tape {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
  float: none;
  display: inline-block;
  max-width: 166px; }

.rotate-l {
  -ms-transform: rotate(-1.9deg);
  /* IE 9 */
  -webkit-transform: rotate(-1.9deg);
  /* Safari 3-8 */
  transform: rotate(-1.9deg); }

.rotate-r {
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Safari 3-8 */
  transform: rotate(1deg); }

/*--------------------------------------------------------------
## Trips with debs - end
--------------------------------------------------------------*/
#cookie-law-info-bar, #cookie-law-info-again {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  border-radius: 10px; }
  #cookie-law-info-bar .cli-bar-message, #cookie-law-info-again .cli-bar-message {
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 20px; }
  #cookie-law-info-bar .cli-plugin-main-button, #cookie-law-info-again .cli-plugin-main-button {
    border: 2px solid #1F203E;
    font-family: "Montserrat", sans-serif;
    transition: 0.2s ease-in-out all; }
    #cookie-law-info-bar .cli-plugin-main-button:hover, #cookie-law-info-again .cli-plugin-main-button:hover {
      background: #1F203E !important;
      color: #fff !important; }
  #cookie-law-info-bar .cli_settings_button, #cookie-law-info-again .cli_settings_button {
    font-family: "Montserrat", sans-serif;
    font-size: 13px; }

@media (max-width: 439.98px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 50% !important; }
    #sb_instagram #sbi_images .sbi_item .sbi_photo {
      height: 177px !important; }
    #sb_instagram #sbi_images .sbi_item:nth-child(5) {
      display: none; } }

@media (max-width: 767.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 3%; } }

.offer-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(13%, rgba(255, 255, 255, 0)), color-stop(53%, rgba(255, 255, 255, 0.61)), color-stop(54%, rgba(255, 255, 255, 0.62)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.carousel-test .test-inner {
  opacity: 0.4;
  margin-top: 20px;
  transition: all 0.2s ease-in-out; }

.carousel-test .owl-item.center.active .test-inner {
  background: #fff; }
  .carousel-test .owl-item.center.active .test-inner .offer-img::before {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(13%, rgba(255, 255, 255, 0)), color-stop(53%, rgba(255, 255, 255, 0.61)), color-stop(54%, rgba(255, 255, 255, 0.62)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.62) 54%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.carousel-test .owl-item.center .test-inner {
  opacity: 1;
  margin-top: 0px; }

.carousel-test .owl-item .test-inner .offer-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0px;
  left: 0px;
  background: rgba(31, 69, 134, 0);
  background: -moz-linear-gradient(top, rgba(31, 69, 134, 0) 10%, rgba(31, 69, 134, 0.01) 11%, rgba(31, 69, 134, 0.51) 51%, rgba(31, 69, 134, 0.52) 52%, #1f4586 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(31, 69, 134, 0)), color-stop(11%, rgba(31, 69, 134, 0.01)), color-stop(51%, rgba(31, 69, 134, 0.51)), color-stop(52%, rgba(31, 69, 134, 0.52)), color-stop(100%, #1f4586));
  background: -webkit-linear-gradient(top, rgba(31, 69, 134, 0) 10%, rgba(31, 69, 134, 0.01) 11%, rgba(31, 69, 134, 0.51) 51%, rgba(31, 69, 134, 0.52) 52%, #1f4586 100%);
  background: -o-linear-gradient(top, rgba(31, 69, 134, 0) 10%, rgba(31, 69, 134, 0.01) 11%, rgba(31, 69, 134, 0.51) 51%, rgba(31, 69, 134, 0.52) 52%, #1f4586 100%);
  background: -ms-linear-gradient(top, rgba(31, 69, 134, 0) 10%, rgba(31, 69, 134, 0.01) 11%, rgba(31, 69, 134, 0.51) 51%, rgba(31, 69, 134, 0.52) 52%, #1f4586 100%);
  background: linear-gradient(to bottom, rgba(31, 69, 134, 0) 10%, rgba(31, 69, 134, 0.01) 11%, rgba(31, 69, 134, 0.51) 51%, rgba(31, 69, 134, 0.52) 52%, #1f4586 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4586', endColorstr='#1f4586', GradientType=0 ); }

.carousel-test .owl-nav {
  text-align: center; }
  .carousel-test .owl-nav button .fa {
    font-size: 52px;
    padding: 10px;
    color: #1F203E; }

.site.container-fluid {
  margin-bottom: -18px; }

.pattern-bg {
  background-image: url(images/set-sprinkle.png) !important;
  background-size: 513px auto !important; }

.link-curve::before {
  background-image: url(images/link-curve.svg) !important;
  background-size: auto 107px !important;
  content: " ";
  height: 107px;
  width: 112px;
  right: 0;
  bottom: 0px;
  position: absolute; }

.single-post .ss-inline-share-wrapper {
  margin-bottom: 0px !important; }

.set-curves {
  position: absolute;
  top: 0px;
  right: 0px;
  height: auto;
  width: 100%;
  opacity: 0.6;
  z-index: 1; }
  @media (min-width: 1200px) {
    .set-curves {
      height: 40%;
      width: auto; } }

.set-bord {
  position: absolute;
  z-index: 400;
  width: 100%;
  z-index: 0;
  left: 0; }
  .set-bord-top {
    top: -1px; }
  .set-bord-bot {
    bottom: -1px;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    z-index: 2;
    padding-top: 60px; }
    .set-bord-bot img {
      max-width: 130%;
      width: 120%;
      opacity: 0.4; }
      @media (min-width: 1200px) {
        .set-bord-bot img {
          width: 130%; } }
    .set-bord-bot-2 img {
      width: 100%; }
    .set-bord-bot-add {
      bottom: -8px; }
    .set-bord-bot::before {
      width: 100%;
      background: rgba(27, 89, 166, 0);
      background: -moz-linear-gradient(top, rgba(27, 89, 166, 0) 0%, rgba(27, 89, 166, 0.7) 62%, #1b59a6 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27, 89, 166, 0)), color-stop(62%, rgba(27, 89, 166, 0.7)), color-stop(100%, #1b59a6));
      background: -webkit-linear-gradient(top, rgba(27, 89, 166, 0) 0%, rgba(27, 89, 166, 0.7) 62%, #1b59a6 100%);
      background: -o-linear-gradient(top, rgba(27, 89, 166, 0) 0%, rgba(27, 89, 166, 0.7) 62%, #1b59a6 100%);
      background: -ms-linear-gradient(top, rgba(27, 89, 166, 0) 0%, rgba(27, 89, 166, 0.7) 62%, #1b59a6 100%);
      background: linear-gradient(to bottom, rgba(27, 89, 166, 0) 0%, rgba(27, 89, 166, 0.7) 62%, #1b59a6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b59a6', endColorstr='#1b59a6', GradientType=0 );
      height: 100%;
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px; }
  .set-bord-small {
    background-image: url(images/border-divide-1.svg) !important;
    height: 56px;
    background-size: auto 17px !important; }
    @media (min-width: 576px) {
      .set-bord-small {
        background-size: auto 30spx !important; } }
    @media (min-width: 768px) {
      .set-bord-small {
        background-size: 100% auto !important; } }
    @media (min-width: 1200px) {
      .set-bord-small {
        background-size: 120% auto !important; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 720px; } }

.w-100 {
  width: 100%; }

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

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

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

.break-word {
  word-break: break-all; }

.wp-caption-text {
  font-size: 11px; }

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

.text-upper {
  text-transform: uppercase; }

.grid-sizer,
.grid-item {
  width: 100%; }
  @media (min-width: 500px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 2); } }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 3); } }

/* 2 columns */
.grid-item--width2 {
  width: 100%; }
  @media (min-width: 992px) {
    .grid-item--width2 {
      width: 66.6666%; } }

.grid-item--width3 {
  width: 100%; }

/*

Elements:
>Footer List

*/
.contact-dets .elementor-icon-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important; }
  .contact-dets .elementor-icon-box-content .elementor-icon-box-title {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 15px; }

.contact-dets .elementor-icon-box-icon {
  margin-top: 10px; }

@media (max-width: 767.98px) {
  .contact-dets .elementor-icon-box-title {
    display: none; } }

@media (max-width: 767.98px) {
  .contact-dets .elementor-icon-box-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .contact-dets .elementor-icon-box-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: left; }
  .contact-dets .elementor-icon-box-icon {
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-right: 10px;
    height: 24px;
    margin-bottom: 10px !important; } }

.divide-bord {
  border-bottom: 1px solid; }

.gen-tabs .elementor-tabs {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.gen-tabs .elementor-tabs-content-wrapper {
  margin-bottom: 50px;
  order: 0;
  width: 100%; }
  .gen-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
    display: none; }

.gen-tabs .elementor-tabs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 2;
  position: relative; }
  @media (max-width: 767.98px) {
    .gen-tabs .elementor-tabs-wrapper {
      display: -ms-flexbox !important;
      display: flex !important; } }
  .gen-tabs .elementor-tabs-wrapper::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    border-bottom: 5px dotted #081c3e !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto !important;
    left: 0; }
  .gen-tabs .elementor-tabs-wrapper .elementor-tab-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    overflow: hidden; }
    .gen-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
      content: " " !important;
      position: absolute !important;
      width: 85px !important;
      height: 65px !important;
      top: 0;
      bottom: 0 !important;
      margin: auto;
      right: 0 !important;
      left: 0;
      background: #f4faff; }
    .gen-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
      color: #fff !important;
      background: #0b0b6b; }
    .gen-tabs .elementor-tabs-wrapper .elementor-tab-title a {
      font-family: "Montserrat", sans-serif;
      height: 30px;
      width: 30px;
      text-align: center;
      position: relative;
      font-size: 24px;
      display: inline-block;
      line-height: 57px;
      color: #0b0b6b;
      height: 60px;
      width: 60px;
      border-radius: 40px;
      border: 1px solid #0b0b6b; }

.list-category .elementor-icon-list-item .elementor-icon-list-text {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px; }

.cart-list p {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #8a8a8a; }
  .cart-list p:last-child {
    border-bottom: none; }

@media (min-width: 768px) {
  .list-focus .list-members .list-members-item:nth-child(2) {
    margin-right: 20px; } }

.elementor-text-editor ul li, .elementor-text-editor a, .elementor-text-editor p {
  word-break: break-word; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #1F203E;
    margin-left: 2.5px;
    margin-right: 2.5px; }
    .owl-carousel .owl-dots .owl-dot.active {
      border-color: #1F203E;
      background: #1F203E; }

.owl-carousel.owl-brands .owl-stage {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.list-group.list-scroll .list-group-item {
  background: transparent; }
  .list-group.list-scroll .list-group-item.active {
    background: #7dc56c;
    border: none; }
    .list-group.list-scroll .list-group-item.active span {
      color: #fff; }

ul, ol {
  margin: 0 0 1.5em 0em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.social-circle {
  height: 40px;
  width: 40px;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center; }
  .social-circle i {
    font-size: 28px;
    line-height: 46px; }

@media (min-width: 768px) {
  .list-quick a {
    border-right: 1px solid #1F203E; } }

.list-quick a:last-child {
  border-right: none; }

.list-social a {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 50px;
  border: 2px solid #1F203E;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 7px !important; }
  .list-social a i {
    font-size: 28px;
    line-height: 46px; }

/*--------------------------------------------------------------
## Footer List
--------------------------------------------------------------*/
.site-footer .footer-links .h5 {
  margin-bottom: 33px; }

.site-footer .footer-links p {
  margin-bottom: 10px; }
  .site-footer .footer-links p.foot-text {
    font-size: 14px; }

.site-footer .footer-links :last-child {
  margin-bottom: 0px; }

/*--------------------------------------------------------------
## News articles
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .last-art {
    display: none !important; } }

/*--------------------------------------------------------------
## Event Reports
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .block-reports h6 {
    font-size: 1.00rem; }
  .block-reports p small {
    line-height: 1.2em;
    font-size: 10px; }
  .block-reports p {
    line-height: 1.1em; } }

/*--------------------------------------------------------------
## Event Tabs
--------------------------------------------------------------*/
.sp-tab-menu-item-active a, .sp-tab-menu-item-active a:hover {
  color: #1F203E !important;
  border-bottom-color: #1F203E !important; }

/*--------------------------------------------------------------
## Instafeed
--------------------------------------------------------------*/
#instafeed {
  margin: 0 0.5em; }
  #instafeed a {
    margin: 0;
    overflow: hidden;
    transition: all .3s;
    background-size: cover;
    border: 4px solid #fff;
    height: 140px; }
    @media (min-width: 350px) {
      #instafeed a {
        height: 170px; } }
    @media (min-width: 440px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 576px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 768px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 992px) {
      #instafeed a {
        height: 260px; } }

/*--------------------------------------------------------------
## history/ timeline
--------------------------------------------------------------*/
.home-hist .row:nth-child(1) .block-result-date, .home-hist .row:nth-child(1) .block-hist-info {
  padding-top: 70px !important; }

.home-hist .row:nth-child(3) .block-result-date, .home-hist .row:nth-child(3) .block-hist-info {
  padding-bottom: 20px !important; }

.timeline .tl-inner {
  border-left: 4px dashed #fff;
  margin-top: 120px;
  margin-bottom: 120px; }
  .timeline .tl-inner::before, .timeline .tl-inner::after {
    content: " ";
    width: 50%;
    height: 100px;
    position: absolute;
    border-right: 4px dashed #fff; }
  .timeline .tl-inner::before {
    border-bottom: 4px dashed #fff;
    bottom: 100%; }
  .timeline .tl-inner::after {
    border-top: 4px dashed #fff;
    top: 100%; }
  .timeline .tl-inner .set-divide::after {
    margin-left: 0px; }
  .timeline .tl-inner .circle {
    left: -35px !important;
    z-index: 300; }
    .timeline .tl-inner .circle::before {
      height: 105px;
      content: " ";
      width: 50px;
      position: absolute;
      top: -3px;
      right: 0px;
      z-index: 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      border: 4px solid #0b0b6b;
      border-left: none; }

.list-gen {
  list-style: none;
  padding-left: 10px; }
  .list-gen li {
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px; }
    .list-gen li:nth-child(even) {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 10px;
      border-top-left-radius: 15px; }
    .list-gen li:nth-child(odd) {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 15px;
      border-top-right-radius: 20px;
      border-top-left-radius: 22px; }
    .list-gen li.h5 {
      font-size: 1.1rem; }

.list-honours img {
  width: 100%; }

.list-timeline {
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 767.98px) {
    .list-timeline {
      border-left: 3px dotted #1F203E; } }
  .list-timeline .list-item {
    font-size: 18px;
    padding: 20px;
    padding-left: 35px;
    margin-bottom: 0px;
    position: relative; }
    @media (min-width: 576px) {
      .list-timeline .list-item {
        padding-left: 30px;
        padding-right: 90px; } }
    .list-timeline .list-item span {
      max-width: 300px;
      display: block; }
    @media (max-width: 767.98px) {
      .list-timeline .list-item:first-child::before, .list-timeline .list-item:last-child::before {
        content: " ";
        height: 50%;
        background: #fff;
        top: 0px;
        left: -8px;
        width: 10px;
        position: absolute; }
      .list-timeline .list-item:last-child::before {
        top: auto;
        bottom: 0px; } }
    @media (min-width: 576px) {
      .list-timeline .list-item::before {
        content: " ";
        height: 3px;
        border-top: 3px dotted #1F203E;
        width: 60px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        vertical-align: middle;
        float: none;
        display: inline-block;
        position: absolute;
        margin: auto; } }
    .list-timeline .list-item::after {
      content: " ";
      height: 15px;
      width: 15px;
      border-radius: 15px;
      background: #1F203E;
      left: -9px;
      top: 0px;
      bottom: 0px;
      vertical-align: middle;
      float: none;
      display: inline-block;
      position: absolute;
      margin: auto; }
      @media (min-width: 576px) {
        .list-timeline .list-item::after {
          right: 22px;
          left: auto; } }
    @media (min-width: 576px) {
      .list-timeline .list-item:last-child::after, .list-timeline .list-item:last-child::before {
        display: none; } }

@media (max-width: 991.98px) {
  .block-timeline {
    display: none !important; } }

.sol-pills.nav-pills {
  margin-top: -30px;
  padding: 20px 50px;
  border-radius: 40px; }
  .sol-pills.nav-pills .nav-link {
    cursor: pointer;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    color: #1F203E;
    font-weight: normal;
    border: none;
    outline: none;
    background: transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .sol-pills.nav-pills .nav-link.active {
      background: transparent;
      font-weight: bold; }
    .sol-pills.nav-pills .nav-link:hover {
      color: #749DEB; }

.block-article.block-article-portal::before {
  background: #749DEB;
  opacity: 0.8; }

.block-article.block-article-portal .block-article-title a {
  color: #fff !important; }

.block-article.block-article-portal:hover::before {
  background: #fff; }

.block-article.block-article-portal:hover .block-article-title a {
  color: #1F203E !important; }

.block-article.block-article-portal:hover .btn.block-article-link {
  background: #749DEB !important; }
  .block-article.block-article-portal:hover .btn.block-article-link span {
    color: #fff !important; }

.block-article::before {
  transition: all 0.2s ease-in-out;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.6;
  position: absolute; }

.block-article .block-article-title a, .block-article .block-article-link, .block-article .block-article-link span {
  transition: all 0.2s ease-in-out; }

.block-article:hover::before {
  opacity: 0.5;
  background: #1F203E; }

.block-article:hover .block-article-title a {
  color: #fff !important; }

.block-article:hover .btn.block-article-link {
  background: #fff !important; }
  .block-article:hover .btn.block-article-link span {
    color: #1F203E !important; }

.block-partner {
  position: relative;
  overflow: hidden; }
  .block-partner:hover::before {
    background: #1F203E; }
  .block-partner:hover .part-logo-main {
    opacity: 1; }
  .block-partner:hover .part-logo-alt {
    opacity: 0; }
  .block-partner .part-logo {
    width: 300px;
    transition: all 0.2s ease-in-out; }
  .block-partner .part-logo-main {
    opacity: 0; }
  .block-partner .part-logo-alt {
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    margin: auto;
    display: inline-block; }
  .block-partner::before {
    transition: all 0.2s ease-in-out;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #D9D9D9;
    opacity: 0.8;
    position: absolute; }

.block-solutions .block-solutions-title, .block-solutions .block-solutions-btn {
  transition: all 0.2s ease-in-out; }

.block-solutions .block-solutions-inner:hover::before {
  opacity: 0; }

.block-solutions .block-solutions-inner:hover .block-solutions-title {
  color: #1F203E; }

.block-solutions .block-solutions-inner:hover .block-solutions-btn span {
  color: #1F203E !important; }
  .block-solutions .block-solutions-inner:hover .block-solutions-btn span::after {
    background: #1F203E; }

.block-solutions .block-solutions-inner:hover::before {
  background: #fff;
  opacity: 0.4; }

.block-solutions .block-solutions-inner::before {
  transition: all 0.2s ease-in-out;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #749DEB;
  opacity: 0.6;
  position: absolute; }

.set-section-sol .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important; }

.owl-solutions ul li {
  line-height: 2.2em; }

.site-label {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  .site-label span {
    display: inline-block; }
  @media (max-width: 991.98px) {
    .site-label {
      display: none; } }

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

/*a:hover, a:focus, a:active {
    color: inherit !important;
}
a{
	color:inherit !important;
}*/
.over-hide {
  overflow: hidden; }
  @media (max-width: 319.98px) {
    .over-hide-mob {
      overflow: hidden; } }

@media (max-width: 319.98px) {
  .hide-mob-xs {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 439.98px) {
  .hide-mob-s {
    display: none !important; } }

@media (max-width: 499.98px) {
  .hide-mob-l {
    display: none !important; } }

@media (max-width: 1023.98px) {
  .hide-tab-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hide-tab-up {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-desk-up {
    display: none !important; } }

.wp-block-quote {
  padding: 30px !important;
  position: relative;
  border: 8px solid #1F203E;
  /*
	&::before{
		content:'"';
		position: absolute;
		left: 0px;
		top: 0px;
		color: $col_prim;
		line-height: 0.9em;
		font-size: 140px;
	}*/ }
  .wp-block-quote p {
    margin-bottom: 18px !important; }
  .wp-block-quote::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #fff; }
  .wp-block-quote cite {
    color: #1F203E; }

.block-content h1, .block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6 {
  margin-top: 0px;
  color: #749DEB; }

.block-content p:last-child {
  margin-bottom: 5px; }

.block-content a {
  color: #1F203E !important; }
  .block-content a:hover {
    color: #749DEB !important; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.z-2 {
  z-index: 200; }

.z-5 {
  z-index: 500; }

.z-set-2 {
  z-index: 2; }

.w-100 {
  width: 100%; }

.pos-rel {
  position: relative; }

.label-abs {
  z-index: 300 !important; }

.cover {
  position: relative; }
  .cover::before, .cover-alt::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: height 0.4s ease-in-out;
    opacity: 0.8;
    background-color: #1F203E;
    z-index: 1; }
  .cover-alt::before {
    height: 100px;
    opacity: 0.5; }
  .cover-flat::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
    background: #000; }
  .cover-flat::after {
    height: 450px; }

.block-banner.cover:hover::after {
  height: 40%; }

.cover-match::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  height: 100%;
  background: rgba(195, 14, 26, 0.73);
  background: -moz-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195, 14, 26, 0.73)), color-stop(100%, #c30e1a));
  background: -webkit-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -o-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -ms-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: linear-gradient(to bottom, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30e1a', endColorstr='#c30e1a', GradientType=0 ); }

.item-attributes {
  display: table;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e4e4;
  font-weight: 700;
  font-style: normal; }
  .item-attributes .item-attributes__item {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    color: #828282;
    font-size: 0.933em; }
  .item-attributes .item-attributes__item:last-child {
    border: none; }

.bord-top {
  border-top: 10px solid #1F203E; }
  .bord-top-red {
    border-color: #1F203E; }
  .bord-top-twit {
    border-color: #55acee; }

.bord-bot {
  border-bottom: 2px solid #1F203E; }

.label-blog {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }

.label-blog-holder {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }
  .label-blog-holder div {
    background: rgba(255, 255, 255, 0.5); }

@media (max-width: 767.98px) {
  .label-bg {
    background: #0b0b6b; } }

.label-l {
  position: relative; }
  .label-l::after {
    content: "";
    left: 100%;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-bottom: 56px solid #1F203E;
    border-right: 59px solid transparent; }

.label-r {
  padding-left: 55px !important; }
  @media (min-width: 992px) {
    .label-r {
      padding-left: 70px !important; } }

@media (min-width: 768px) {
  .label-minus {
    margin-top: -56px; } }

.label-abs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50; }
  .label-abs::after {
    content: "";
    border-left: none !important;
    border-bottom: none !important;
    border-top: 56px solid #1F203E;
    border-right: 59px solid transparent; }
  .label-abs.bac-twit::after {
    border-top-color: #55acee; }

.label-minus-bord {
  top: -8px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 1.5rem; }

/*--------------------------------------------------------------
## site tables
--------------------------------------------------------------*/
.sp-event-results.sp-data-table, .sp-event-details.sp-data-table {
  font-family: "Poppins", "Helvetica", sans-serif;
  border: none !important; }
  .sp-event-results.sp-data-table thead th, .sp-event-details.sp-data-table thead th {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #1F203E !important;
    font-size: 16px !important;
    padding: 20px 5px !important; }
  .sp-event-results.sp-data-table thead tr, .sp-event-details.sp-data-table thead tr {
    background-color: #0b1822 !important; }
  .sp-event-results.sp-data-table tr, .sp-event-results.sp-data-table td, .sp-event-details.sp-data-table tr, .sp-event-details.sp-data-table td {
    border: none !important; }
  .sp-event-results.sp-data-table tr, .sp-event-details.sp-data-table tr {
    transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr:nth-child(odd), .sp-event-details.sp-data-table tr:nth-child(odd) {
      background-color: #8a8a8a !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons {
      color: #000000 !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr td {
      transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr td {
      padding: 14px 5px !important;
      font-size: 13px !important;
      color: #000000 !important; }
      .sp-event-results.sp-data-table tr td.data-article a, .sp-event-results.sp-data-table tr td.data-article .dashicons, .sp-event-details.sp-data-table tr td.data-article a, .sp-event-details.sp-data-table tr td.data-article .dashicons {
        color: #ccac00 !important; }

.block-image {
  z-index: 20;
  min-height: 250px; }
  @media (max-width: 767.98px) {
    .block-image {
      margin-top: -30px; } }

/*--------------------------------------------------------------
## margins paddings
--------------------------------------------------------------*/
.minus-l {
  margin-left: -10px; }
  @media (min-width: 576px) {
    .minus-l {
      margin-left: -30px; } }

.minus-r {
  margin-left: 10px; }
  @media (min-width: 576px) {
    .minus-r {
      margin-right: -30px;
      margin-left: 0px; } }

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.block-m {
  min-height: 250px;
  width: 100%; }

/*--------------------------------------------------------------
## Side nav
--------------------------------------------------------------*/
.widget .widget-title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff; }

.widget_recent_entries {
  padding: 20px;
  background: #f4faff; }
  .widget_recent_entries ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .widget_recent_entries ul li {
      padding: 7px 0px;
      color: #fff;
      border-bottom: 1px solid #183971;
      border-bottom: 0.5px solid #183971; }
      .widget_recent_entries ul li a {
        font-size: 12px; }
      .widget_recent_entries ul li:last-child {
        border-bottom: none; }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.gen-back {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

/*--------------------------------------------------------------
## Page transitions and preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page transitions and preloader
--------------------------------------------------------------*/
.page-cover {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: #fff; }

.img-loader {
  max-width: 180px; }
  .img-loader:before, .img-loader::after {
    content: " ";
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    vertical-align: middle;
    position: absolute;
    float: none;
    margin: auto;
    display: inline-block;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    /* The animation part: */ }
  .img-loader::before {
    border-top-color: #1F203E;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(18, 18, 18, 0);
    border-right-color: rgba(255, 255, 255, 0);
    animation-name: spin;
    animation-duration: 1700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .img-loader::after {
    border-top-color: rgba(246, 36, 89, 0);
    border-bottom-color: rgba(18, 18, 18, 0);
    border-left-color: rgba(246, 36, 89, 0);
    border-right-color: #1F203E;
    animation-name: spin-alt;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes spin-alt {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

.loader-holder {
  height: 200px;
  width: 200px;
  display: inline-block;
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .loader-holder lottie-player {
    height: 200px !important;
    width: 200px !important; }

.show-loader {
  opacity: 1;
  top: 0px; }

/*--------------------------------------------------------------
## Min Heights
--------------------------------------------------------------*/
.min-h-xxs {
  min-height: 150px; }

.min-h-xs {
  min-height: 250px; }

.min-h-s {
  min-height: 200px; }
  @media (min-width: 576px) {
    .min-h-s {
      min-height: 300px; } }

.min-h-m {
  min-height: 400px; }

.min-h-l {
  min-height: 650px; }

/*--------------------------------------------------------------
## Accordion Tabs
--------------------------------------------------------------*/
.block-tabs .card {
  border-left: 0px !important;
  border-top: none !important;
  border-right: 0px !important;
  border-bottom: 2px solid #8a8a8a !important;
  border-width: 2px; }

.block-tabs .card-header {
  border-bottom: 0px;
  border-top: 0px !important;
  background: transparent; }

.block-tabs .but-tab {
  position: relative; }
  .block-tabs .but-tab::before, .block-tabs .but-tab::after {
    content: " ";
    right: 0px;
    top: 20px;
    height: 3px;
    width: 15px;
    background: #749DEB;
    position: absolute;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab::after {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    transform: rotate(0deg); }
  .block-tabs .but-tab.collapsed::after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari 3-8 */
    transform: rotate(90deg); }
  .block-tabs .but-tab.collapsed::after, .block-tabs .but-tab.collapsed::before {
    background: #000000; }
  .block-tabs .but-tab h5 {
    color: #749DEB;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab.collapsed h5 {
    color: #000000; }

/*--------------------------------------------------------------
## Out links
--------------------------------------------------------------*/
.block-outlinks .cover::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(21%, rgba(0, 0, 0, 0.32)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  height: 165px; }

.img-dj {
  margin-top: -6px;
  margin-right: -6px;
  margin-bottom: -6px; }

/*--------------------------------------------------------------
## Block bordered
--------------------------------------------------------------*/
.block-border {
  border: 6px solid #000; }
  .block-border-gld {
    border-color: #e5c100; }
  .block-border-sec {
    border-color: #749DEB; }
  .block-border-blk {
    border-color: #000000; }
  .block-border-gry {
    border-color: #8a8a8a; }
  .block-border-prim {
    border-color: #1F203E; }
  .block-border-ter {
    border-color: #0b0b6b; }

/*--------------------------------------------------------------
## Block social
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .social-holder {
    border-bottom: 0.5px solid #dad9d9; } }

.site-footer .social-select {
  width: 100%;
  max-width: 230px; }
  @media (min-width: 768px) {
    .site-footer .social-select {
      width: 216px; } }
  .site-footer .social-select .col-4 {
    border-color: #8E9093;
    border-right: 1px solid #8E9093;
    border-right: 0.5px solid #8E9093;
    border-top: 1px solid #8E9093;
    border-top: 0.5px solid #8E9093; }
    .site-footer .social-select .col-4:first-child {
      border-left: 1px solid #8E9093;
      border-left: 0.5px solid #8E9093; }

.block-social a, .img-insta a {
  color: #D9D9D9;
  transition: all 0.2s ease-in-out; }

.block-social:hover a, .img-insta:hover a {
  color: #fff; }

.block-social::before, .img-insta::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: red;
  height: 65%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.block-social:hover::before, .img-insta:hover::before {
  opacity: 1;
  height: 100%; }

.block-social.social-face::before, .img-insta.social-face::before {
  background: #3b5998; }

.block-social.social-twit::before, .img-insta.social-twit::before {
  background: #55acee; }

.block-social.social-insta::before, .img-insta.social-insta::before {
  background: #7232bd; }

.block-social.social-link::before, .img-insta.social-link::before {
  background: #3b5998; }

.block-social.social-spot::before, .img-insta.social-spot::before {
  background: #1db954; }

.img-insta::before {
  background: rgba(215, 35, 89, 0.7);
  background: -moz-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215, 35, 89, 0.7)), color-stop(100%, #d72359));
  background: -webkit-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -o-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -ms-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: linear-gradient(to bottom, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72359', endColorstr='#d72359', GradientType=0 ); }

.img-insta .cont-insta {
  transition-delay: 0s;
  transition: 0.2s ease-in;
  opacity: 0.3; }

.img-insta:hover .cont-insta {
  transition-delay: 0.4s;
  opacity: 1; }

/*--------------------------------------------------------------
## Block sponsors
--------------------------------------------------------------*/
.block-sponsors .block-logo {
  width: calc(100% / 4) !important; }
  @media (min-width: 768px) {
    .block-sponsors .block-logo {
      width: calc(100% / 6) !important; } }
  @media (max-width: 767.98px) {
    .block-sponsors .block-logo:nth-child(n+5) {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .block-sponsors .block-logo:nth-child(n+7) {
      display: none !important; } }

@media (max-width: 767.98px) {
  .block-sponsors img {
    max-width: 80%; } }

.block-main-sponsors .col-md-auto {
  width: 20% !important; }
  .block-main-sponsors .col-md-auto:nth-child(even) {
    background: #f4faff; }

.spons-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  height: auto; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 10things
--------------------------------------------------------------*/
.thing-img {
  height: 550px;
  margin-left: -60px;
  margin-bottom: -100px;
  margin-right: 60px; }

.thing-img.order-2 {
  margin-right: -60px;
  margin-left: 60px; }

.thing-title {
  font-size: 200px;
  margin-top: -120px;
  color: #e5c100;
  margin-bottom: -18px; }

.thing-hover-img {
  position: absolute;
  height: 190px;
  width: 280px;
  bottom: -30px;
  right: -50px;
  background: red;
  border: 8px solid #fff; }
  @media (max-width: 767.98px) {
    .thing-hover-img {
      display: none; } }
  .thing-hover-img.thing-hover-img-alt {
    right: auto;
    left: -50px; }

.thing-float .thing-hover-img {
  left: -50px;
  right: auto; }

/*--------------------------------------------------------------
## Hover Block
--------------------------------------------------------------*/
.cover-hover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background: red;
  position: absolute; }

.block-banner {
  overflow: hidden !important; }
  .block-banner:hover .cover-hover {
    transform: scale(1.2); }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .elementor-main-swiper .elementor-testimonial__text {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9); }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: #1F203E;
  color: #000; }

.lg-toolbar .lg-icon:hover {
  color: #000; }

.lg-sub-html {
  font-weight: bold;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif; }

.lg-toolbar {
  font-weight: bold;
  background: #fff;
  color: #1F203E; }

#lg-counter {
  color: #1F203E;
  font-weight: bold; }

.lg-toolbar .lg-icon {
  color: #1F203E; }

.lg-download {
  display: none  !important; }

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/
.set-divide::after {
  content: " ";
  width: 40px;
  height: 5px;
  background: #749DEB;
  display: block;
  margin-top: 15px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto; }

.news-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 20; }

.block-news-art .news-img::after, .block-news-art .news-img::before {
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  transition: 0.5s ease-in-out;
  opacity: 0; }

.block-news-art .news-img::after {
  bottom: 0px;
  right: 0px;
  border-right: 5px solid #1F203E;
  border-bottom: 5px solid #1F203E; }

.block-news-art .news-img::before {
  top: 0px;
  left: 0px;
  border-top: 5px solid #1F203E;
  border-left: 5px solid #1F203E; }

.block-news-art .news-art-title a {
  transition: all 0.5s ease-in-out; }

.block-news-art:hover .news-img::after, .block-news-art:hover .news-img::before {
  opacity: 1;
  height: 100%;
  width: 100%; }

.block-news-art:hover .news-art-title a {
  color: #749DEB !important; }

/*--------------------------------------------------------------
## Circle
--------------------------------------------------------------*/
.circ {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #749DEB;
  margin-right: 10px; }

.circle-equal::before, .circle-equal::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: -40px;
  height: 30px;
  width: 80px;
  background: rgba(233, 102, 58, 0.8);
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: auto; }

.circle-equal::after {
  top: -50px; }

.circle-equal::before {
  top: 50px; }

.circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: auto;
  float: none;
  position: relative;
  display: block;
  overflow: hidden; }
  .circle.circle-member {
    height: 190px;
    width: 190px;
    overflow: visible; }
    @media (min-width: 1200px) {
      .circle.circle-member {
        height: 160px;
        width: 160px; } }
    @media (min-width: 1441px) {
      .circle.circle-member {
        height: 190px;
        width: 190px; } }
  @media (min-width: 576px) {
    .circle {
      height: 50px;
      width: 50px; } }
  .circle i {
    transition: 0.2s ease-in;
    transition-delay: 0s;
    z-index: 10; }
  .circle-prim::before {
    background: #1F203E; }
  .circle-ter::before {
    background: #0b0b6b; }
  .circle-gld::before {
    background: #e5c100; }
  .circle:hover i {
    color: #fff;
    transition: 0.2s ease-in;
    transition-delay: 0.2s; }
  .circle.circle-l {
    height: 120px;
    width: 120px; }

.block-banner .circle {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */
  transition: 0.4s ease-in-out all; }

.block-banner:hover .circle {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */ }

@media (max-width: 349.98px) {
  .block-banner .row {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

/*--------------------------------------------------------------
## Testimonial / quote / Newsletter
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .newsletter-home .newsletter-input {
    margin-bottom: 0px; } }

.newsletter-sidebar .col-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.newsletter-sidebar input {
  text-align: center; }

.newsletter-home input, .newsletter-sidebar input {
  padding: 10px !important;
  background-color: #E7B6C3; }
  .newsletter-home input[type="text"], .newsletter-home input[type="email"], .newsletter-sidebar input[type="text"], .newsletter-sidebar input[type="email"] {
    color: #fff;
    border: none;
    border-radius: 0; }
  .newsletter-home input[type="submit"], .newsletter-sidebar input[type="submit"] {
    font-size: 18px;
    background-color: #1F203E;
    text-transform: uppercase;
    color: #749DEB;
    border: none;
    font-style: italic;
    padding: 11px 17px !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .newsletter-home input[type="submit"]:hover, .newsletter-sidebar input[type="submit"]:hover {
      background-color: #1F203E;
      color: #0b0b6b; }

.quote-block::before {
  content: " ";
  width: calc( 100% + 8px);
  height: calc( 100% + 8px);
  top: -4px;
  left: -4px;
  border: 2px solid #fff;
  position: absolute; }

@media (min-width: 576px) {
  .block-quote {
    padding-left: 60px; } }

@media (min-width: 768px) {
  .block-quote {
    padding-left: 90px; } }

@media (min-width: 576px) {
  .block-quote .block-quote-inner {
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .block-quote .block-quote-inner {
    padding-right: 70px !important; } }

.cur-window {
  top: 0;
  left: 0px;
  z-index: 999999;
  width: 100%;
  position: fixed;
  height: 100%;
  display: none; }
  .cur-window.showsad {
    display: block; }
    .cur-window.showsad .cur-window-cover {
      opacity: 1;
      transition-delay: 2s; }
    .cur-window.showsad .cur-window-cont {
      opacity: 1;
      visibility: visible;
      transition-delay: 2s; }
  .cur-window .cur-window-cover {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 2s linear;
    transition-delay: 5s; }
  .cur-window .cur-window-cont {
    text-align: left;
    max-width: 700px;
    background: #fff;
    padding: 20px 20px 20px;
    border-radius: 2px;
    overflow: hidden;
    transition: all 2s ease-in;
    transition-delay: 5s;
    width: calc(100% - 30px); }
  .cur-window .btn.btn-disclaim {
    font-size: 15px;
    padding: 8px 46px;
    margin-right: 10px; }
  .cur-window p {
    line-height: 1.2em !important; }

.cont-disclaim-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto; }

.cont-disclaim {
  max-height: 200px;
  display: block;
  position: relative;
  overflow-y: scroll;
  padding-right: 10px; }
  .cont-disclaim::-webkit-scrollbar {
    width: 8px; }
  .cont-disclaim::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .cont-disclaim::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.input-group-text.input-disclaim {
  padding: 0px !important; }
  .input-group-text.input-disclaim input {
    transform: scale(1.5);
    margin-top: 4px; }

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
.form-red input, .form-red textarea {
  background: #749DEB;
  color: #fff !important; }

.form-red span.wpcf7-not-valid-tip {
  color: #ccac00; }

.form-red .wpcf7-submit {
  background: #ccac00;
  color: #000000 !important; }

.form input, .form textarea {
  width: 100%;
  border: none !important;
  padding: 13px !important; }

.form p {
  margin-bottom: 0px; }

.form label {
  display: none; }

.form br {
  display: none; }

.form span.wpcf7-not-valid-tip {
  margin-top: 5px; }

.form .wpcf7-submit {
  width: auto;
  font-weight: bold;
  border: none !important;
  border-radius: 0px;
  font-size: 24px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.cont-dets {
  word-break: break-all; }

.footer-links .block-links h5 {
  color: #ccac00; }

.footer-links .block-links p {
  color: #183971;
  transition: all 0.2s ease-in-out;
  padding-left: 0px; }
  .footer-links .block-links p:hover {
    color: #fff;
    padding-left: 5px; }

.site-footer .footer-links .h5 {
  font-weight: bold; }

.site-footer .footer-logo {
  max-width: 190px; }

.wpcf7-spinner {
  display: none; }

.site-info {
  border-top: 1px solid #183971; }
  .site-info a {
    transition: all 0.2s ease-in-out; }
    .site-info a:hover {
      color: #fff; }

.block-banner {
  background: black;
  min-height: 300px; }

.block-wed .block-banner {
  height: 370px; }
  @media (min-width: 350px) {
    .block-wed .block-banner {
      height: 430px; } }
  @media (min-width: 440px) {
    .block-wed .block-banner {
      height: 500px; } }
  @media (min-width: 1200px) {
    .block-wed .block-banner {
      height: 430px; } }
  @media (min-width: 1441px) {
    .block-wed .block-banner {
      height: 500px; } }

.block-wed .block-intro {
  height: 360px; }

.block-wed.list-more .block-banner {
  max-height: 330px;
  min-height: 150px; }

.block-wed.latest-news .block-banner {
  min-height: 200px;
  max-height: 280px; }
  @media (min-width: 350px) {
    .block-wed.latest-news .block-banner {
      max-height: 300px; } }
  @media (min-width: 440px) {
    .block-wed.latest-news .block-banner {
      max-height: 380px; } }

.block-wed.latest-news.latest-news-l .block-banner {
  max-height: 440px; }

@media (max-width: 767.98px) {
  .hide-mob {
    display: none !important; }
  .mob-contain .elementor-container, .mob-contain .elementor-column-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mob-pad-bot {
    padding-bottom: 0px !important; }
  .mob-contain-title {
    padding-left: 20px;
    padding-right: 20px; } }

.alm-listing .item-post:nth-child(1) {
  display: none !important; }

#videobcg {
  opacity: 0;
  transition: all 1s ease-in; }
  #videobcg.vid-fade {
    opacity: 1; }

.set-map {
  height: 350px;
  border-radius: 20px; }

.alm-btn-wrap {
  display: none !important; }

.max-cont-l {
  max-width: 900px; }

.max-cont-m {
  max-width: 750px; }

.max-cont-s {
  max-width: 500px; }

.marg-minus-b {
  margin-bottom: -70px; }

.fill-link {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  position: absolute; }

.scroll-prompt {
  width: 50px; }

/*--------------------------------------------------------------
## Colours
--------------------------------------------------------------*/
.bac-grad-down-blu {
  background: #183971;
  background: -moz-linear-gradient(top, #183971 35%, #183971 43%, #11213e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(35%, #183971), color-stop(43%, #183971), color-stop(100%, #11213e));
  background: -webkit-linear-gradient(top, #183971 35%, #183971 43%, #11213e 100%);
  background: -o-linear-gradient(top, #183971 35%, #183971 43%, #11213e 100%);
  background: -ms-linear-gradient(top, #183971 35%, #183971 43%, #11213e 100%);
  background: linear-gradient(to bottom, #183971 35%, #183971 43%, #11213e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183971', endColorstr='#11213e', GradientType=0 ); }

.col-prim {
  color: #1F203E; }

.col-sec {
  color: #749DEB; }

.col-ter {
  color: #0b0b6b; }

.col-alt-1 {
  color: #056ed6; }

.col-alt-2 {
  color: #f4faff; }

.col-alt-3 {
  color: #183971; }

.col-grn {
  color: #7dc56c; }

.col-gld {
  color: #ccac00; }

.col-gld-alt {
  color: #e5c100; }

.col-gry {
  color: #F1F1F1; }

.col-gry-d {
  color: #8a8a8a; }

.col-gry-alt {
  color: #8E9093; }

.col-wht {
  color: #fff; }

.col-blk {
  color: #000000; }

.col-blk-alt {
  color: #393939; }

.col-twit {
  color: #55acee; }

.col-spot {
  color: #1db954; }

.col-insta-alt {
  color: #ffdc7d; }

.bac-prim {
  background: #1F203E; }
  .bac-prim-grad {
    background: linear-gradient(to right, #008aff 0%, #00ccff 100%); }

.bac-sec {
  background: #749DEB; }

.bac-ter {
  background: #0b0b6b; }

.bac-grn {
  background: #7dc56c; }

.bac-ter-trans {
  background: rgba(10, 22, 31, 0.6); }

.bac-alt-1 {
  background: #056ed6; }

.bac-alt-2 {
  background: #f4faff; }

.bac-alt-3 {
  background: #183971; }

.bac-gld {
  background: #ccac00; }

.bac-gld-alt {
  background: #e5c100; }

.bac-gry {
  background: #F1F1F1; }

.bac-gry-d {
  background: #8a8a8a; }

.bac-wht {
  background: #fff; }

.bac-blk {
  background: #000000; }

.bac-blk-alt {
  background: #393939; }

.bac-twit {
  background: #55acee; }

.bac-face {
  background: #3b5998; }

.bac-insta {
  background: #7232bd; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* CSS Document */
.banner-section {
  min-height: 300px; }
  @media (min-width: 992px) {
    .banner-section {
      min-height: 450px; } }
  @media (min-width: 1200px) {
    .banner-section {
      min-height: 600px; } }

.banner-slim {
  padding-top: 120px; }

.banner-focus-img {
  height: 231px;
  bottom: 0px;
  width: 100%; }
  @media (min-width: 576px) {
    .banner-focus-img {
      height: calc(100% - 120px);
      position: absolute;
      right: 0px;
      width: 45%; } }

.serv-options-item h6 {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .serv-options-item h6 {
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 14px !important; } }

.banner-blocks {
  padding-top: 0px;
  padding-bottom: 0px;
  height: calc(90vh - 1px); }
  @media (min-width: 768px) {
    .banner-blocks {
      height: 100vh; } }
  @media (min-width: 768px) {
    .banner-blocks.move-blocks .banner-info {
      left: 70%; }
    .banner-blocks.move-blocks .banner-img {
      left: -30%; } }
  .banner-blocks .banner-info {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0px;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    max-width: 400px;
    transition: all 1.1s ease-in-out;
    transition-delay: 0.1s; }
    @media (max-width: 767.98px) {
      .banner-blocks .banner-info {
        padding-bottom: 130px;
        padding-top: 70px; } }
    @media (min-width: 768px) {
      .banner-blocks .banner-info {
        width: 40%;
        left: 40px;
        right: auto;
        background: black;
        max-width: none; } }
    @media (min-width: 992px) {
      .banner-blocks .banner-info {
        width: 30%; } }
    @media (min-width: 768px) {
      .banner-blocks .banner-info {
        z-index: 870; } }

.banner-img {
  position: absolute;
  left: 0%;
  height: 100%;
  top: 0px;
  width: 100%;
  max-width: none !important;
  background: red;
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 576px) {
    .banner-img {
      width: 130%; } }

.zigzag-bg {
  background-size: 200px auto !important; }

.marg-minus-home {
  margin-top: -45px; }
  @media (min-width: 768px) {
    .marg-minus-home {
      margin-top: -17px; } }

.ban-add {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.social-select .col-3 {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 0.5px solid #fff;
  border-top: 0.5px solid #fff; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(32%, rgba(0, 0, 0, 0.4)), color-stop(57%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.block-ban-test .lSSlideOuter .lSPager.lSpg {
  text-align: left; }

.block-ban-test .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 19px 0 0px; }
  .block-ban-test .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    height: 11px;
    width: 68px;
    background: rgba(0, 0, 0, 0.7); }

.block-ban-test .lSSlideOuter .lSPager.lSpg > li:hover a, .block-ban-test .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #1F203E; }

.block-ban-test {
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
  opacity: 1;
  margin-bottom: 0px !important; }
  .block-ban-test.hide-test {
    opacity: 0;
    transition-delay: 0s;
    margin-bottom: -40px !important; }
    .block-ban-test.hide-test h5 {
      opacity: 0;
      transition-delay: 0s;
      padding-top: 0px; }
  .block-ban-test h5 {
    transition-delay: 1.2s;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    padding-top: 10px; }

.single .banner-cta {
  margin-top: -90px; }

.bord-col-prim {
  fill: #1F203E !important; }

.banner-post {
  min-height: 250px;
  height: 55vh;
  max-height: 500px; }

.banner-gen {
  min-height: calc(90vh - 2px);
  padding-top: 0px;
  min-height: 300px;
  /*&::before{
		content: " ";
		height: 100%;
		width: 100%;
		background: rgba(18,39,55,0.8);
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	&::after{
		content: " ";
		height: 70%;
		width: 100%;
		background: $col_ter;
		bottom: 0px;
		left: 0px;
		opacity: 1;
		position: absolute;

		background: rgba(18,39,55,0);
		background: -moz-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,39,55,0)), color-stop(69%, rgba(18,39,55,0.77)), color-stop(85%, rgba(18,39,55,1)), color-stop(100%, rgba(18,39,55,1)));
		background: -webkit-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -o-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -ms-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: linear-gradient(to bottom, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122737', endColorstr='#122737', GradientType=0 );
		
		

	}*/ }
  .banner-gen h1 {
    overflow-wrap: normal; }
  @media (min-width: 576px) {
    .banner-gen {
      max-height: none;
      min-height: calc(100vh - 2px); } }
  .banner-gen.banner-alt.banner-home::after {
    opacity: 0.55; }
  @media (max-width: 767.98px) {
    .banner-gen.banner-alt.head-mob-pad {
      padding-top: 0px; } }
  @media (min-width: 992px) {
    .banner-gen.banner-alt {
      min-height: 550px; } }
  @media (max-width: 767.98px) {
    .banner-gen.banner-alt .banner-title {
      margin-bottom: -20px !important;
      font-size: 4.8rem; } }
  @media (max-width: 767.98px) {
    .banner-gen.banner-alt .banner-img {
      max-width: 270px; } }
  .banner-gen.banner-alt .set-bord-bot img {
    width: 100%; }
  .banner-gen.banner-alt .set-curves {
    height: 60%; }
    @media (max-width: 767.98px) {
      .banner-gen.banner-alt .set-curves {
        height: auto; } }
  @media (max-width: 767.98px) {
    .banner-gen.banner-alt {
      padding-bottom: 40px; } }
  .banner-gen.banner-minus-bot {
    margin-bottom: -32px; }
    @media (min-width: 768px) {
      .banner-gen.banner-minus-bot {
        margin-bottom: -240px; } }
  .banner-gen.banner-home {
    min-height: calc(90vh); }
    @media (max-width: 499.98px) {
      .banner-gen.banner-home .banner-home-inner {
        height: calc(50vh); } }
    @media (min-width: 440px) {
      .banner-gen.banner-home {
        height: auto; } }
    @media (min-width: 768px) {
      .banner-gen.banner-home {
        min-height: 650px;
        height: calc(95vh);
        max-height: none;
        padding-top: 80px; } }
    @media (min-width: 1200px) {
      .banner-gen.banner-home {
        min-height: 550px;
        height: calc(100vh - 1px);
        max-height: none; } }
    .banner-gen.banner-home .banner-cont {
      opacity: 0.7;
      transition: opacity 0.2s ease-in-out;
      max-width: 512px !important; }
      .banner-gen.banner-home .banner-cont .display-4 {
        font-size: 3em; }
        @media (max-width: 1440.98px) {
          .banner-gen.banner-home .banner-cont .display-4 {
            font-size: 2.5em; } }
        @media (max-width: 767.98px) {
          .banner-gen.banner-home .banner-cont .display-4 {
            font-size: 2.8em; } }
    .banner-gen.banner-home .owl-item.center .banner-cont, .banner-gen.banner-home .owl-item:hover .banner-cont {
      opacity: 1; }
    .banner-gen.banner-home .owl-item.center .cover-flat::before, .banner-gen.banner-home .owl-item:hover .cover-flat::before {
      opacity: 0.1; }
    @media (max-width: 767.98px) {
      .banner-gen.banner-home .banner-title {
        font-size: 4.1rem; } }
    @media (max-width: 499.98px) {
      .banner-gen.banner-home .banner-title {
        font-size: 3.2rem; } }
    @media (max-width: 767.98px) {
      .banner-gen.banner-home .banner-sub {
        font-size: 6rem; } }
    .banner-gen.banner-home .block-ban-test::after {
      content: " ";
      top: -20px;
      left: -20px;
      width: calc( 100% + 40px);
      height: calc( 100% + 40px);
      border: 3px solid #1F203E;
      position: absolute;
      z-index: -1; }
    .banner-gen.banner-home .block-ban-test::before {
      content: " ";
      top: -13px;
      left: -13px;
      width: calc( 100% + 26px);
      height: calc( 100% + 26px);
      border: 3px solid #1F203E;
      position: absolute;
      z-index: -1; }
    .banner-gen.banner-home .owl-nav {
      height: 40px;
      position: absolute;
      top: 0;
      z-index: 999999;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc((100% / 3) + 40px);
      vertical-align: middle;
      float: none;
      margin: auto;
      display: inline; }
      @media (max-width: 1023.98px) {
        .banner-gen.banner-home .owl-nav {
          display: none !important; } }
      .banner-gen.banner-home .owl-nav button {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        background: #749DEB;
        color: #1F203E;
        transition: 0.2s ease-in-out;
        text-align: center; }
        .banner-gen.banner-home .owl-nav button.owl-next {
          float: right; }
        .banner-gen.banner-home .owl-nav button span {
          font-size: 61px;
          line-height: 0.45em;
          font-weight: bold; }
        .banner-gen.banner-home .owl-nav button:hover {
          background: #fff;
          color: #1F203E; }
  @media (max-width: 767.98px) {
    .banner-gen .banner-title {
      font-size: 3.2rem; } }
  @media (max-width: 499.98px) {
    .banner-gen .banner-title {
      font-size: 3.2rem; } }

.full-cover::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(18, 39, 55, 0.8);
  top: 0px;
  left: 0px;
  position: absolute; }

.full-cover-red::before {
  background: rgba(220, 28, 41, 0.8); }

.home-ban-holder .lSSlideWrapper, .home-ban-holder .home-ban-slider {
  height: 100%; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 0;
  z-index: 400;
  bottom: 0px;
  float: none;
  margin: auto !important;
  vertical-align: middle;
  height: 240px;
  display: inline-block;
  left: 10px; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg > li {
  margin-bottom: 9px;
  display: block; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #1F203E !important; }

.bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

#videobcg {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .wpcf7-submit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: bold; }

.item-topic {
  cursor: pointer;
  width: auto; }
  .item-topic span {
    transition: all 0.2s ease-in-out; }
  .item-topic.active span, .item-topic.active-alt span {
    color: #1F203E; }

.sect-highlight .but-highlight {
  background: #fff; }
  .sect-highlight .but-highlight::before {
    background: #1F203E; }
  .sect-highlight .but-highlight .but-highlight-inner {
    background: #000000; }
    .sect-highlight .but-highlight .but-highlight-inner .col-blk {
      color: #1F203E; }

.but-highlight {
  padding: 0px;
  background: #1F203E;
  display: inline-block;
  width: auto;
  margin: auto;
  max-width: 250px;
  width: 100%;
  /*
	&::before{
		content:" ";
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		height:100%;
		width:50%;
		background:$col_blk;
	}*/ }
  .but-highlight .but-highlight-inner {
    z-index: 3;
    position: relative;
    padding: 5px 10px;
    min-height: 68px;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px; }
    .but-highlight .but-highlight-inner .col-blk {
      margin-bottom: 0px;
      font-size: 1.1rem; }
    .but-highlight .but-highlight-inner span {
      margin-bottom: 0px; }
  .but-highlight.but-highlight-alt {
    background: #1F203E; }
    .but-highlight.but-highlight-alt .but-highlight-inner {
      background: #000000; }
      .but-highlight.but-highlight-alt .but-highlight-inner .col-blk {
        color: #fff; }
    .but-highlight.but-highlight-alt::before {
      background: #fff; }

.wpcf7-submit {
  padding: 15px 20px !important;
  font-size: 1.25rem !important;
  border-color: #0b0b6b;
  border-width: 3px; }

.form-general .wpcf7-submit {
  color: #fff !important;
  background: #749DEB;
  width: auto;
  margin: auto;
  display: block; }
  .form-general .wpcf7-submit:hover, .form-general .wpcf7-submit:active {
    background: #fff !important;
    color: #1F203E !important; }

.elementor-button-link {
  padding: 0px !important;
  overflow: hidden; }

.elementor-button-content-wrapper {
  position: relative;
  overflow: hidden !important;
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

.btn-primary {
  white-space: inherit;
  font-size: 14px;
  border: none !important;
  padding: 10px 30px;
  border-radius: 45px !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important; }
  .btn-primary.btn-small {
    padding: 12px 032px 12px;
    font-size: 12px; }
  .btn-primary:hover {
    background: #1F203E !important; }
  .btn-primary.bac-prim:hover {
    background: #000000 !important; }
  .btn-primary.bac-wht:hover {
    background: #749DEB !important; }
    .btn-primary.bac-wht:hover span {
      color: #fff !important; }
  .btn-primary.bac-sec:hover span {
    color: #fff !important; }
  .btn-primary.btn-outline-primary.bac-sec {
    border: 2px solid #749DEB !important;
    background: transparent; }
    .btn-primary.btn-outline-primary.bac-sec span {
      color: #fff !important; }
    .btn-primary.btn-outline-primary.bac-sec:hover {
      background: #749DEB !important; }
      .btn-primary.btn-outline-primary.bac-sec:hover span {
        color: #1F203E !important; }
  .btn-primary.btn-outline-primary.bac-wht {
    border: 2px solid #fff !important;
    background: transparent; }
    .btn-primary.btn-outline-primary.bac-wht span {
      color: #fff; }
    .btn-primary.btn-outline-primary.bac-wht:hover {
      background: #fff !important; }

@media (max-width: 767.98px) {
  .btn-footer {
    clear: left; } }

.direct-link {
  transition: all 0.2s ease-in-out;
  position: relative; }
  .direct-link span {
    position: relative; }
    .direct-link span::after {
      transition: all 0.2s ease-in-out;
      content: " ";
      position: absolute;
      bottom: -2px;
      left: 0px;
      width: 100%;
      background: #fff;
      height: 2px;
      clear: both;
      display: inline-block; }

.btn, .wpcf7-submit {
  transition: 0.2s ease-in-out all; }
  .btn span, .wpcf7-submit span {
    position: relative;
    z-index: 10;
    transition: 0.2s ease-in-out all;
    transition-delay: 0s; }
  .btn:hover span, .wpcf7-submit:hover span {
    color: #fff;
    transition-delay: 0.2s; }
  .btn:hover::before, .wpcf7-submit:hover::before {
    height: 100%;
    opacity: 1;
    transition: 0.2s ease-in-out all; }

.btn-outline-primary:hover, .btn-outline-primary {
  border-color: #fff;
  color: #fff; }
  .btn-outline-primary:hover::before, .btn-outline-primary::before {
    display: none; }

@media (max-width: 767.98px) {
  .no-bord-mob {
    border-radius: 0px !important; } }

.but-learn .elementor-button-content-wrapper {
  transition: all 0.3s ease-in-out !important; }
  .but-learn .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 10px !important;
    transition: all 0.3s ease-in-out !important; }

.but-learn:hover .elementor-button-content-wrapper {
  color: #0b0b6b; }
  .but-learn:hover .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 20px !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 10px !important;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000; }

.chosen-speaker {
  display: none; }

.select-alt {
  padding: 25px 26px;
  border: 3px solid #1F203E;
  font-size: 17px;
  min-width: 250px;
  width: 100%;
  max-width: 419px;
  background-image: linear-gradient(45deg, transparent 50%, #1F203E 50%), linear-gradient(135deg, #1F203E 50%, transparent 50%), linear-gradient(to right, #EDEDED, #EDEDED);
  background-position: calc(100% - 31px) calc(1em + 15px), calc(100% - 21px) calc(1em + 15px), 100% 0;
  background-size: 10px 10px, 10px 10px, 3.5em 100%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #EDEDED; }
  .select-alt:focus {
    /*background-image:
			  linear-gradient(45deg, $col_prim 50%, transparent 50%),
			  linear-gradient(135deg, transparent 50%, $col_prim 50%),
			  linear-gradient(to right, #EDEDED, #EDEDED);
			background-position:
			  calc(100% - 15px) 1em,
			  calc(100% - 15px) 1em,
			  100% 0;
			background-size:10px 10px, 10px 10px, 3.5em 100%;
			background-repeat: no-repeat;
			border-color: grey;
			outline: 0;*/ }

.order-quant .control {
  display: flex;
  height: 80px; }
  .order-quant .control .bttn-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .order-quant .control .input {
    width: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    background: #1F203E;
    color: #fff; }
  .order-quant .control a.bttn {
    color: black;
    text-decoration: none; }
  .order-quant .control a.bttn, .order-quant .control .bttn {
    width: 40px;
    padding: 0;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 32px;
    color: #fff;
    background: Transparent; }
    .order-quant .control a.bttn span, .order-quant .control .bttn span {
      margin: auto !important;
      padding-left: 10px;
      padding-right: 10px; }
  .order-quant .control .bttn-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.order-quant input[type=number]::-webkit-inner-spin-button,
.order-quant input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select {
  border: 1px solid #ccc;
  color: #000; }
  select ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #F1F1F1; }
  select ::-moz-placeholder {
    /* Firefox 19+ */
    color: #F1F1F1; }
  select :-ms-input-placeholder {
    /* IE 10+ */
    color: #F1F1F1; }
  select :-moz-placeholder {
    /* Firefox 18- */
    color: #F1F1F1; }
  select option {
    color: #000; }
    select option:hover, select option:focus {
      background: #1F203E; }

textarea {
  width: 100%; }

.wpcf7-response-output {
  color: #fff; }

.wpcf7-submit {
  cursor: pointer; }

.wpcf7-form-control-wrap {
  width: 100%; }

.form-general.form-contact input, .form-general.form-contact textarea, .form-general.form-contact select {
  color: #fff; }
  .form-general.form-contact input:focus-visible, .form-general.form-contact textarea:focus-visible, .form-general.form-contact select:focus-visible {
    outline: none; }

.form-general .field-contain {
  padding-top: 20px;
  width: 100%;
  position: relative; }
  .form-general .field-contain p small {
    position: absolute;
    left: 0;
    top: 11px; }

.form-general p {
  width: 100%; }

.form-general .input-group {
  border-bottom: 1px solid #fff; }

.form-general .wpcf7-submit {
  float: left;
  padding: 10px 30px !important;
  transition: 0.2s ease-in-out all;
  font-size: 12px !important;
  border-radius: 50px !important;
  font-family: "Montserrat", sans-serif !important; }

.form-general input, .form-general textarea, .form-general select {
  background: #fff;
  color: #ebebeb; }
  .form-general input::-webkit-input-placeholder, .form-general textarea::-webkit-input-placeholder, .form-general select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ebebeb; }
  .form-general input::-moz-placeholder, .form-general textarea::-moz-placeholder, .form-general select::-moz-placeholder {
    /* Firefox 19+ */
    color: #ebebeb; }
  .form-general input:-ms-input-placeholder, .form-general textarea:-ms-input-placeholder, .form-general select:-ms-input-placeholder {
    /* IE 10+ */
    color: #ebebeb; }
  .form-general input:-moz-placeholder, .form-general textarea:-moz-placeholder, .form-general select:-moz-placeholder {
    /* Firefox 18- */
    color: #ebebeb; }
  .form-general input::placeholder, .form-general textarea::placeholder, .form-general select::placeholder {
    color: #ebebeb; }
  .form-general input:focus, .form-general textarea:focus, .form-general select:focus {
    color: #ebebeb; }

.form-general .wpcf7-acceptance input[name=speaker] {
  display: none; }

.form-general .wpcf7-acceptance input[type=checkbox] {
  width: auto;
  margin-left: -16px; }

.form-general .wpcf7-acceptance .wpcf7-list-item-label {
  color: white;
  font-size: 13px;
  padding-left: 6px; }

.form-general p {
  margin-bottom: 5px; }

.form-general .wpcf7-submit {
  font-weight: normal;
  line-height: 1.6em !important;
  border: none !important; }

.form-general select option {
  color: #ebebeb; }

.form-general input[type="submit"]:focus {
  outline: none; }

.form-general input, .form-general textarea, .form-general select {
  width: 100%;
  max-width: 100%;
  padding: 10px 0px;
  color: #ebebeb;
  background: transparent;
  border: none;
  border-bottom: none;
  font-size: 16px;
  border-radius: 0 !important; }
  .form-general input::placeholder, .form-general textarea::placeholder, .form-general select::placeholder {
    color: #ebebeb; }

.form-general .block-field {
  margin-bottom: 10px; }

.form-general .wpcf7-textarea {
  height: 100px; }

.form-general span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 7px; }

.form-general .wpcf7 form.sent .wpcf7-response-output {
  background: #749DEB;
  /* Green */
  color: #fff;
  border: none; }

.form-general .wpcf7 form.failed .wpcf7-response-output,
.form-general .wpcf7 form.aborted .wpcf7-response-output {
  background: #749DEB;
  /* Green */
  color: #fff;
  border: none; }

.form-general .wpcf7 form.spam .wpcf7-response-output {
  background: #749DEB;
  /* Green */
  color: #fff;
  border: none; }

.form-general .wpcf7 form.invalid .wpcf7-response-output,
.form-general .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #749DEB;
  /* Green */
  color: #fff;
  border: none; }

.wpcf7-mail-sent-ok {
  color: #15c453; }

.comment-respond .comment-reply-title {
  font-size: 1rem; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  border: none;
  background: #1F203E;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold; }

div.wpcf7-mail-sent-ok {
  color: #fff;
  background: #15B668; }

div.wpcf7-response-output {
  margin-top: 5px; }

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0em 0em;
  padding: 21px 20px;
  line-height: 1.4em;
  font-size: 13px;
  border-radius: 10px;
  text-align: center; }

.site-form {
  width: auto;
  flex-basis: auto;
  display: block;
  margin: auto; }
  .site-form .elementor-field-textual.elementor-size-md {
    border-radius: 0px !important; }
  .site-form select option {
    color: #fff; }
  .site-form button[type="submit"] {
    width: auto;
    flex-basis: auto !important;
    display: block;
    margin: auto;
    border: 1px solid #1F203E;
    border: 0.5px solid #1F203E;
    background: transparent !important; }
    .site-form button[type="submit"] span {
      color: #1F203E; }
    .site-form button[type="submit"]:hover {
      background: #1F203E !important; }
      .site-form button[type="submit"]:hover span {
        color: #fff; }

.form-signup .wpcf7 input[type="email"] {
  border-radius: 40px !important;
  padding: 10px 30px;
  max-width: 300px;
  font-size: 16px;
  background: #fff;
  color: #000000;
  font-family: "Cabin", sans-serif; }
  .form-signup .wpcf7 input[type="email"]::placeholder {
    color: #000000; }

.form-signup .wpcf7-response-output {
  float: left;
  clear: left;
  margin-top: 10px;
  padding: 12px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .site-branding.navbar-brand {
    display: block;
    float: none; }
  .navbar-nav {
    width: 100%; }
    .navbar-nav .menu-item {
      margin-left: 0px;
      margin-right: 0px; } }
    @media (min-width: 768px) and (min-width: 1441px) {
      .navbar-nav .menu-item {
        margin-left: 0px !important;
        margin-right: 0px !important; } }

@media (min-width: 768px) {
      .navbar-nav .menu-item.menu-item-19 {
        margin-right: 145px; }
      .navbar-nav .menu-item.menu-item-20 {
        margin-left: 50px; } }

.menu-mob.mobile-nav .menu-mob-inner {
  padding-top: 80px; }
  .menu-mob.mobile-nav .menu-mob-inner li a.nav-link {
    padding: 15px 0px; }
  .menu-mob.mobile-nav .menu-mob-inner li.dropdown::after {
    /*bottom: auto !important;
			width: 100% !important;
			transform: rotate(0) !important;
			top: 0 !important;
			width: 100% !important;
			left: 0 !important;
			height: 59px !important;
			border: none !important;
			background: red;*/ }

.menu-mob.mobile-nav .nav-pills .nav-link.active, .menu-mob.mobile-nav .nav-pills .show > .nav-link {
  color: #1F203E;
  background-color: transparent; }

.menu-mob.mobile-nav .menu-mob-inner li {
  text-align: center; }
  .menu-mob.mobile-nav .menu-mob-inner li a.nav-link {
    font-size: 17px; }

.menu-mob.mobile-nav #main-menu {
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%; }

.menu-mob.mobile-nav .tab-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  .menu-mob.mobile-nav .tab-content li a.nav-link.active {
    color: #000000 !important; }

.menu-mob.mobile-nav .dropdown-menu {
  text-align: center; }

a {
  color: inherit; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

@media (min-width: 768px) {
  .menu-mob .menu-mob-inner li#menu-item-255 a.nav-link, .menu-mob .menu-mob-inner li#menu-item-666 a.nav-link, .menu-mob .menu-mob-inner li#menu-item-259 a.nav-link {
    color: #1F203E;
    font-size: 29px; } }

.home .navbar .navbar-nav .menu-item-26 a:hover, .home .navbar .navbar-nav .menu-item-26 a.active {
  background: #fff !important; }

.navbar .navbar-nav .menu-item-26.active a {
  background: transparent !important;
  color: #1F203E; }
  .navbar .navbar-nav .menu-item-26.active a::after {
    content: "" !important;
    display: none !important; }

.navbar .navbar-nav .menu-item-26 a {
  background: #1F203E !important;
  border-radius: 25.5px;
  padding: 10px 23px !important; }
  .navbar .navbar-nav .menu-item-26 a:hover, .navbar .navbar-nav .menu-item-26 a.active {
    background: #fff !important;
    color: #0b0b6b; }

.home .navbar .navbar-nav .menu-item-26 a {
  background: #0b0b6b !important; }

.home .header-alt .navbar .navbar-nav .menu-item-26 a {
  background: #1F203E !important; }
  .home .header-alt .navbar .navbar-nav .menu-item-26 a:hover {
    background: #fff !important; }

.home .header-alt .navbar .navbar-nav a:hover {
  color: #0b0b6b; }

.email-hover {
  transition: 0.2s ease-in-out all; }
  .email-hover:hover {
    color: #749DEB; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-family: "Cabin", sans-serif; }
  .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.dropdown-toggle.active {
    color: #749DEB; }

.hover-socials a i {
  transition: all 0.2s ease-in-out; }

.hover-socials a:hover i {
  color: #1F203E; }

.quick-cont {
  position: fixed;
  bottom: 0px;
  right: 40px;
  padding: 8px 55px !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 16px;
  z-index: 777;
  transition: all 0.2s ease-in-out;
  background: #F1F1F1;
  line-height: 2.4rem !important; }
  .quick-cont:hover {
    background: #749DEB;
    color: #fff; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.img-holder {
  position: absolute;
  top: 0px; }

.dropdown-toggle::after {
  display: none; }

@media (max-width: 1023.98px) {
  .holder-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .menu-item-has-children.dropdown::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1F203E;
    border-bottom: 1px solid #1F203E;
    transform: rotate(45deg);
    bottom: 19px;
    margin: auto;
    float: none;
    display: inline-block;
    right: 0; }
  .menu-item-has-children.dropdown:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff; }
  .menu-item-has-children.dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    background: #1F203E; }
    .menu-item-has-children.dropdown .dropdown-menu a {
      padding: 15px 14px;
      white-space: normal;
      color: #fff; }
      .menu-item-has-children.dropdown .dropdown-menu a:hover {
        color: #749DEB !important; } }

.mobile-nav {
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .mobile-nav {
      left: -70% !important; } }

.page-nav {
  position: fixed;
  top: -5px;
  left: 0px;
  right: auto;
  top: calc(50% - 38px);
  z-index: 879;
  display: block;
  width: auto; }
  .page-nav.page-nav-mob {
    position: fixed;
    z-index: 999;
    left: auto;
    right: 0px;
    top: -5px; }

.navbar-expand-md .navbar-toggler {
  display: block; }
  @media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
      display: block !important; } }
  @media (min-width: 1024px) {
    .navbar-expand-md .navbar-toggler {
      display: none !important; } }

.whb-main-header .woodmart-search-form {
  border-radius: 6px; }

.site-branding a {
  text-align: center; }
  @media (min-width: 992px) {
    .site-branding a {
      min-width: 166px; } }
  @media (min-width: 1200px) {
    .site-branding a {
      min-width: 200px; } }

.site-accred::before {
  content: " ";
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0bf8fe;
  background: -moz-linear-gradient(17deg, #0bf8fe 11%, #0b0b6b 100%);
  background: -webkit-linear-gradient(17deg, #0bf8fe 11%, #0b0b6b 100%);
  background: linear-gradient(17deg, #0bf8fe 11%, #0b0b6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bf8fe",endColorstr="#0b0b6b",GradientType=1);
  opacity: 0;
  transition: 0.2s ease-in-out; }

.site-accred .logo-alt-hover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in-out; }

.site-accred .logo-alt-hover {
  transition: 0.2s ease-in-out; }

.site-accred:hover .logo-alt {
  opacity: 0;
  visibility: hidden; }

.site-accred:hover .logo-alt-hover {
  opacity: 1;
  visibility: visible; }

.site-accred:hover::before {
  opacity: 1; }

.site-footer hr {
  background: #fff;
  opacity: 1; }

.site-footer #foot-menu {
  list-style: none; }
  .site-footer #foot-menu li {
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.3rem;
    margin-bottom: 15px; }
    .site-footer #foot-menu li a {
      font-size: 16px;
      padding: 0;
      transition: 0.2s ease-in-out all;
      color: #fff;
      text-transform: capitalize !important; }
      .site-footer #foot-menu li a:hover {
        color: #749DEB; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
  font-family: "Cabin", sans-serif;
  height: 61px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-1879 .mega-menu-link {
  transition: all 0.2s ease-in-out;
  background: #749DEB !important;
  border-radius: 50px;
  margin-left: 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 500; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-1879 .mega-menu-link:hover {
    background: #fff !important;
    color: #1F203E; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu {
  list-style: none;
  padding-left: 0 !important; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu .menu-item {
    font-size: 18px;
    font-family: "Cabin", sans-serif !important;
    margin-bottom: 10px; }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu .menu-item a {
      color: #8E9093;
      transition: all 0.2s ease-in-out; }
      #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu .menu-item a:hover {
        color: #1F203E; }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu .menu-item .sub-menu {
      margin-bottom: 18px;
      list-style: none;
      padding-left: 0 !important; }
      #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .menu .menu-item .sub-menu a {
        font-size: 16px !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .widget_nav_menu .mega-block-title {
  text-transform: none !important;
  font-size: 25px !important;
  border-bottom: 1px solid #000 !important;
  padding: 0px 0 15px 0px !important;
  margin-bottom: 20px !important;
  font-family: "Cabin", sans-serif !important; }

.elementor-widget-testimonial-carousel .swiper-slide {
  display: -ms-flexbox !important;
  display: flex !important;
  ms-flex-align: center !important;
  align-items: center !important; }

.site-header.header-open {
  background: #fff; }

.stop-scroll {
  overflow: hidden; }
  .stop-scroll .site-header .custom-logo-link img.custom-logo-main {
    display: block !important; }

.site-branding.logo-change .custom-logo-main {
  opacity: 0; }

.site-branding.logo-change .custom-logo-alt {
  opacity: 1 !important; }

#nav-icon2.open span {
  background: #1F203E !important; }

.menu-mob {
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  position: fixed;
  transition: 0.4s all ease-in-out;
  transition-delay: 0.3s;
  text-align: center;
  top: 0;
  width: 100%;
  left: -100%;
  z-index: 800;
  height: 100%; }
  .menu-mob #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-1879 a.mega-menu-link {
    display: inline-block;
    float: none;
    position: relative;
    height: auto;
    margin: auto !important;
    padding: 6px 40px; }
  .menu-mob.ver-mobile-contain {
    overflow-y: scroll !important; }
  .menu-mob.menu-open {
    left: 0px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    overflow: hidden; }
    .menu-mob.menu-open #nav-icon2 span {
      background: #1F203E; }
    .menu-mob.menu-open .menu-mob-inner li {
      position: relative; }
      .menu-mob.menu-open .menu-mob-inner li.menu-item-has-children::after {
        content: "";
        position: absolute;
        right: 40px;
        margin: auto;
        float: none;
        vertical-align: middle;
        top: 26px;
        height: 15px;
        width: 15px;
        border-top: 2px solid #1F203E;
        border-right: 2px solid #1F203E;
        transform: rotate(45deg);
        transition: 0.4s all ease-in-out;
        transition-delay: 0s;
        opacity: 0.3;
        display: none; }
      .menu-mob.menu-open .menu-mob-inner li.menu-item-has-children:hover::after {
        right: 20px;
        transition-delay: 0.3s;
        opacity: 1; }
      .menu-mob.menu-open .menu-mob-inner li a {
        cursor: pointer;
        transition: 0.2s ease-in-out;
        transition-delay: 0s !important;
        opacity: 1; }
        .menu-mob.menu-open .menu-mob-inner li a.dropdown-toggle {
          z-index: 20; }
        .menu-mob.menu-open .menu-mob-inner li a.dropdown-toggle:hover {
          color: #749DEB; }
        .menu-mob.menu-open .menu-mob-inner li a::after {
          display: none; }
        .menu-mob.menu-open .menu-mob-inner li a:hover {
          color: #749DEB !important;
          transition: 0.2s ease-in-out;
          transition-delay: 0s !important; }
      .menu-mob.menu-open .menu-mob-inner li:nth-child(1) a {
        transition-delay: 0.2s; }
      .menu-mob.menu-open .menu-mob-inner li:nth-child(2) a {
        transition-delay: 0.4s; }
      .menu-mob.menu-open .menu-mob-inner li .dropdown-menu {
        background: #F1F1F1;
        border: none;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px !important;
        padding-right: 40px !important;
        position: relative !important;
        transform: none !important; }
        .menu-mob.menu-open .menu-mob-inner li .dropdown-menu a {
          width: auto;
          color: #1F203E !important;
          display: table;
          position: relative;
          padding: 5px 9px;
          font-size: 15px; }
          .menu-mob.menu-open .menu-mob-inner li .dropdown-menu a .nav-link {
            color: #1F203E; }
          .menu-mob.menu-open .menu-mob-inner li .dropdown-menu a.active {
            color: #056ed6 !important; }
          .menu-mob.menu-open .menu-mob-inner li .dropdown-menu a:hover {
            background: rgba(45, 45, 45, 0.9); }
        .menu-mob.menu-open .menu-mob-inner li .dropdown-menu::after {
          z-index: 0; }
      .menu-mob.menu-open .menu-mob-inner li.show::after {
        transform: rotate(90deg); }
  @media (min-width: 768px) {
    .menu-mob {
      z-index: 860;
      z-index: 860; } }
  .menu-mob .menu-mob-inner {
    background: #1F203E;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 768px) {
      .menu-mob .menu-mob-inner {
        background: #1F203E; } }
    .menu-mob .menu-mob-inner li {
      transition: 0.1s ease-in all;
      color: #1F203E;
      width: 100%;
      text-align: left; }
      .menu-mob .menu-mob-inner li:last-child {
        border-bottom: none; }
      .menu-mob .menu-mob-inner li a {
        font-size: 17px;
        opacity: 0;
        transition-delay: 0s;
        transition: 0.2s ease-in all;
        color: #0b0b6b; }
        .menu-mob .menu-mob-inner li a.nav-link {
          padding: 10px 0px;
          padding-left: 40px !important;
          padding-right: 40px !important;
          font-size: 33px; }
          .menu-mob .menu-mob-inner li a.nav-link.active {
            color: #749DEB !important; }
        .menu-mob .menu-mob-inner li a:hover {
          transition-delay: 0s; }
    .menu-mob .menu-mob-inner #mobnav {
      width: 100%; }
    @media (min-width: 1441px) {
      .menu-mob .menu-mob-inner .navbar-nav {
        width: 50%; } }
    .menu-mob .menu-mob-inner .navbar-nav.ver-mobile {
      width: 100%; }
      .menu-mob .menu-mob-inner .navbar-nav.ver-mobile .dropdown-menu {
        -ms-flex-direction: column;
        flex-direction: column; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

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

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

.dis-scroll {
  overflow-y: hidden; }

.site-header {
  padding-top: 0px;
  transition: all 0.3s ease-in-out;
  transition-delay: 1s !important;
  height: auto;
  position: absolute !important; }
  .site-header.menu-expand {
    background: #1F203E !important;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transition-delay: 0s !important;
    overflow: hidden; }
  @media (max-width: 991.98px) {
    .site-header #bs4navbar {
      display: none; } }
  @media (max-width: 991.98px) {
    .site-header {
      position: absolute !important;
      overflow: hidden; } }
  @media screen and (max-width: 1024px) {
    .site-header {
      background: transparent; } }
  @media (max-width: 1199.98px) {
    .site-header .navbar-toggler {
      background: transparent; }
      .site-header .navbar-toggler:focus, .site-header .navbar-toggler:hover {
        background: transparent; } }
  @media (max-width: 991.98px) {
    .site-header {
      transition: all 0.1s ease !important;
      transition-delay: 0s; }
      .site-header.scroll-fixed {
        transition: all 0.1s ease !important;
        transition-delay: 0s;
        background: #fff !important;
        position: fixed !important; } }

.header-alt {
  position: fixed;
  padding: 6px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  background: #0b0b6b;
  top: -20px;
  width: 0;
  height: auto;
  width: 100%;
  transition: 0.3s ease-in-out; }
  .header-alt.stick-header {
    opacity: 1;
    top: 0px;
    visibility: visible; }

.site-branding {
  position: relative !important;
  top: auto !important;
  top: -14px;
  padding-top: 0px;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }
  @media (max-width: 767.98px) {
    .site-branding {
      padding: 10px; } }
  .site-branding img {
    width: 63px;
    position: relative; }
  .site-branding .custom-logo-alt, .site-branding .custom-logo-main {
    transition: 0.2s all ease;
    opacity: 0;
    position: absolute !important;
    left: 0px;
    top: 0px;
    margin: auto;
    display: inline-block;
    float: none;
    bottom: 0;
    right: 0;
    vertical-align: middle; }
  .site-branding .custom-logo-main {
    opacity: 1;
    transition: 0.2s all ease; }

.site-header {
  min-height: 20px;
  width: 100%;
  z-index: 900;
  position: fixed;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  @media (max-width: 767.98px) {
    .site-header {
      top: 00px;
      position: absolute;
      left: 0px;
      min-height: 0px; } }
  .site-header.is-sticky {
    background: rgba(23, 23, 23, 0); }
  .site-header::after {
    height: 10px;
    width: 100%;
    background-size: auto !important;
    background-image: none !important;
    background-repeat: repeat !important;
    border-bottom: 1px solid #fff;
    display: none !important; }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md {
    flex-flow: wrap; } }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md .navbar-nav {
    flex-direction: column; } }

.navbar.navbar-expand-md .navbar-nav .current-menu-ancestor.active .dropdown-toggle {
  color: #fff; }

.navbar.navbar-expand-md .navbar-nav .current-menu-ancestor.active::after {
  border-color: #fff; }

.navbar-collapse {
  transition-delay: 0s; }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      margin-top: -40px !important;
      max-width: 580px;
      width: 100%;
      display: block !important;
      margin-top: auto !important;
      margin-bottom: auto !important;
      flex-basis: 100% !important;
      flex-grow: 1 !important;
      left: 0 !important; } }
  @media (min-width: 992px) {
    .navbar-collapse {
      -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
      -ms-flex-align: flex-start !important;
      align-self: flex-start !important; } }

.navbar-collapse.show {
  margin-top: 40px !important;
  transition-delay: 0.4s; }

.mob-cta {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%; }
  .mob-cta a {
    color: #fff; }

.navbar-light {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%; }

.navbar-nav {
  font-family: "Montserrat", sans-serif; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 49px;
    transition: 0.2s ease-in-out;
    transition-delay: 0.2s !important;
    opacity: 0; }
    .navbar-collapse.show {
      margin-top: 49px;
      opacity: 1; } }

@media screen and (max-width: 1024px) {
  .elementor-section.elementor-section-height-full {
    height: auto !important; } }

.navbar-light .navbar-toggler {
  border: none !important;
  background: transparent !important; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-toggler {
      display: block; } }

.navbar-toggler {
  width: 59px; }
  .navbar-toggler.main span {
    color: #749DEB !important; }

.navbar-toggler span {
  transition: all 0.2s ease-in-out; }

.banner-header .navbar-expand-md .navbar-nav .nav-item.active a {
  color: #D9D9D9 !important; }

.banner-header .navbar-expand-md .navbar-nav .nav-item a {
  color: #fff; }
  .banner-header .navbar-expand-md .navbar-nav .nav-item a.active, .banner-header .navbar-expand-md .navbar-nav .nav-item a:hover {
    color: #D9D9D9 !important; }

.banner-header .custom-logo-alt {
  display: block !important;
  opacity: 0; }

.page-home .banner-header .custom-logo-main {
  display: block !important; }

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  padding: 16px 13px;
  line-height: 1.7em;
  font-size: 15px; }
  @media (min-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding: 8px 11px; } }
  @media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 30px; } }
  @media (max-width: 991.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 40px; } }
  @media (max-width: 439.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 22px; } }

.navbar-expand-md .navbar-nav .nav-item {
  text-align: center;
  background: transparent;
  display: -ms-flexbox !important;
  display: flex !important;
  ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  transition: 0.2s ease-in-out;
  margin-right: 4em !important; }
  .navbar-expand-md .navbar-nav .nav-item .dropdown-menu {
    top: calc(100% - 2px); }
    .navbar-expand-md .navbar-nav .nav-item .dropdown-menu a.active {
      background: transparent;
      color: #749DEB !important; }
  .navbar-expand-md .navbar-nav .nav-item a {
    transition: 0.2s ease-in-out;
    color: #1F203E;
    width: 100%;
    font-family: "Cabin", sans-serif;
    padding: 24px 10px; }
    @media (min-width: 1200px) {
      .navbar-expand-md .navbar-nav .nav-item a {
        padding: 34px 13px; } }
  .navbar-expand-md .navbar-nav .nav-item.active {
    background: rgba(255, 255, 255, 0); }
    .navbar-expand-md .navbar-nav .nav-item.active a {
      color: #749DEB; }
    .navbar-expand-md .navbar-nav .nav-item.active:hover a {
      color: #749DEB; }
  .navbar-expand-md .navbar-nav .nav-item:hover a {
    color: #749DEB; }
  .navbar-expand-md .navbar-nav .nav-item .dropdown-menu a {
    padding: 16px 8px; }

.dropdown-menu .dropdown-item {
  color: #fff !important;
  font-weight: bold;
  white-space: none;
  font-size: 18px !important;
  padding-top: 15px;
  padding-bottom: 15px; }
  .dropdown-menu .dropdown-item:hover {
    background: transparent;
    text-decoration: underline; }

.pre-header p {
  font-size: 12px;
  border-left: 2px solid #0b0b6b; }

/*--------------------------------------------------------------
## General navigation
--------------------------------------------------------------*/
.navbar-nav .menu-item:hover .nav-link::after {
  opacity: 1;
  width: 100%; }

.navbar-nav .nav-link {
  padding: 10px  10px;
  position: relative; }
  .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-numbered .nav-links {
  font-size: 1.5rem;
  color: #183971;
  margin: auto; }
  .nav-numbered .nav-links .current {
    font-weight: 700;
    color: #749DEB; }
  .nav-numbered .nav-links .page-numbers {
    margin-left: 10px;
    margin-right: 10px; }
  .nav-numbered .nav-links a.next, .nav-numbered .nav-links a.prev {
    font-size: 1rem; }

.page-pagination .page-numbers {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center; }
  .page-pagination .page-numbers.current {
    color: #1F203E;
    padding: 30px;
    position: relative;
    font-size: 27px;
    font-weight: bold; }
    .page-pagination .page-numbers.current::before {
      content: " ";
      height: 55px;
      width: 55px;
      background: #749DEB;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      float: none;
      margin: auto;
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      z-index: -1;
      border-radius: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  color: #fff; }

.pag-gen .navigation {
  margin-bottom: 0px;
  width: 100%; }
  .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #fff;
    border-top: 2px solid #1F203E;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
        width: 48%;
        margin-bottom: 0px; } }
    .pag-gen .navigation .nav-previous::before, .pag-gen .navigation .nav-next::before {
      width: 100%;
      display: block;
      font-size: 1rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #1F203E; }
  .pag-gen .navigation .nav-previous::before {
    content: "Previous"; }
  .pag-gen .navigation .nav-next::before {
    content: "Next"; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #1F203E;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 2 */
#nav-icon2 {
  transform: scale(0.5);
  margin-left: -16.3px; }
  #nav-icon2.open span {
    background: #fff; }

button.navbar-toggler:focus {
  outline: none; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 0; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

.logged-in .site-header:not(.sticky) {
  padding-top: 25px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Image options
--------------------------------------------------------------*/
.team-img {
  width: 210px; }

.sol-img {
  height: calc(70vh - 1px);
  max-height: 300px; }

.img-wish {
  width: 24px !important; }

.logo-alt {
  width: 129px; }

.img-fill img {
  height: calc(100vh - 1px) !important;
  width: auto; }

.footer-logo {
  max-width: 70px; }

.svg-choose {
  height: 95vh;
  width: auto;
  margin: auto;
  display: block; }

.img-s {
  max-width: 168px !important; }
  @media (min-width: 768px) {
    .img-s {
      max-width: 140px !important; } }

.img-m {
  max-width: 380px !important;
  width: 90%; }

.img-l {
  max-width: 520px !important;
  width: 90%; }

.set-bottle {
  max-height: 500px;
  height: calc(60vh - 1px);
  min-height: 370px; }

.brand-logo {
  max-width: 113px; }

.foot-logo {
  max-width: 150px;
  width: 100%; }
  @media (min-width: 768px) {
    .foot-logo {
      padding-bottom: 70px; } }

.img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto; }

.img-spons {
  max-width: 130px; }
  @media (max-width: 991.98px) {
    .img-spons {
      max-width: 85%; } }

.img-emblem {
  max-width: 120px; }

.img-gen {
  width: 70%;
  min-width: 280px;
  max-width: 350px; }
  @media (min-width: 1441px) {
    .img-gen {
      width: 80%;
      min-width: 280px;
      max-width: 410px; } }
  @media (max-width: 767.98px) {
    .img-gen {
      min-width: 200px;
      max-width: 240px; } }
  .img-gen-l {
    width: 80%;
    min-width: 280px;
    max-width: 450px; }
    @media (max-width: 767.98px) {
      .img-gen-l {
        max-width: 300px;
        width: 100%; } }

@media (max-width: 319.98px) {
  .wp-block-media-text.img-l > figure > img {
    max-width: 410px !important; } }

@media (max-width: 1440.98px) {
  .wp-block-media-text.img-l > figure > img {
    max-width: 410px !important; } }

.wp-block-media-text figure > img {
  margin: auto;
  display: block; }

/*--------------------------------------------------------------
## Image options
--------------------------------------------------------------*/
@media (max-width: 319.98px) {
  .block-images .min-h-xs {
    min-height: 180px; } }

@media (max-width: 319.98px) {
  .block-images .min-h-s {
    min-height: 230px; } }

@media (max-width: 767.98px) {
  .cta-ban-img .elementor-inner-section {
    height: 330px; } }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Add
--------------------------------------------------------------*/
.red-test {
  color: red; }

.sect-img-block.sect-img-block-lg .elementor-background-overlay {
  height: 100% !important; }

.sect-img-block.sect-img-block-l .elementor-background-overlay {
  left: 0;
  right: auto;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px; }

.sect-img-block.sect-img-block-r .elementor-background-overlay {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  right: 0;
  left: auto; }

.sect-img-block .elementor-background-overlay {
  width: 31% !important;
  height: calc(100% - 200px) !important;
  margin: auto;
  bottom: 0; }

.icon-block-hor .elementor-icon-box-content {
  display: flex;
  align-items: center; }

.icon-block-hor .elementor-icon-box-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  .icon-block-hor .elementor-icon-box-title span {
    width: 380px !important;
    margin-bottom: 0px;
    display: block !important;
    padding-right: 20px; }

.blog .site-header, .single-post .site-header, .page-blog .site-header, .page-insights .site-header, .single-industry-insights .site-header, .category .site-header {
  background: #1F203E; }

.block-news-img {
  height: 210px;
  border-radius: 50px; }
  .block-news-img.block-news-img-l {
    height: 210px; }
  .block-news-img.block-news-img-m {
    height: 310px; }

.bord-radius {
  border-radius: 30px !important; }
  .bord-radius-l {
    border-radius: 60px !important; }

.block-img {
  height: 350px; }
  .block-img.block-img-l {
    height: 280px; }
  .block-img .block-img-inner {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    top: 0; }
    .block-img .block-img-inner.show {
      opacity: 1; }

.max-img-s {
  max-width: 170px !important; }

.team-extend {
  width: calc(100% + 8vw); }

.team-info {
  position: absolute;
  width: calc(100% - 20px) !important;
  left: 10px;
  bottom: 20px;
  height: auto;
  box-sizing: border-box;
  border-radius: 10px;
  overflow-y: auto; }

.team-member {
  border-radius: 10px; }
  .team-member .team-info {
    transition: all 0.2s ease-in-out;
    min-height: 1px; }
  .team-member .team-more {
    opacity: 0;
    visibility: hidden; }
  .team-member .team-more-outer {
    display: none; }
  .team-member:hover .team-more {
    opacity: 1;
    visibility: visible; }
  .team-member:hover .team-info {
    transition: all 0.2s ease-in-out;
    height: calc(100% - 40px); }
  .team-member:hover .team-more-outer {
    display: block; }

.read-team {
  cursor: pointer; }

.owl-timeline::before {
  content: " ";
  height: 3px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  float: none;
  margin: auto;
  position: absolute;
  background: #F1F1F1; }

.owl-timeline .owl-item.center .time-month {
  opacity: 1;
  visibility: visible;
  top: -15px; }

.owl-timeline .owl-item.center .time-outer::before {
  height: 70px;
  top: calc(100% - 70px);
  transition-delay: 0.5s;
  transition: all 1s ease-in-out; }

.owl-timeline .owl-item.center .time-inner {
  transform: rotate(45deg);
  border-radius: 20px;
  height: 115px;
  width: 115px;
  background: #1F203E !important;
  border-color: #1F203E; }
  .owl-timeline .owl-item.center .time-inner h6 {
    color: #fff !important;
    font-size: 32px;
    padding-top: 10px; }

.time-month {
  position: absolute;
  font-size: 13px;
  top: -30px;
  transition: all 0cd s ease-in-out;
  width: calc(100% + 30px);
  font-family: "Montserrat", sans-serif;
  margin: auto;
  display: inline-block;
  float: none;
  left: -100%;
  right: -100%;
  opacity: 0;
  visibility: hidden; }

.time-outer {
  width: 100%;
  height: 260px; }
  .time-outer::before {
    content: " ";
    width: 3px;
    height: 0px;
    background: #1F203E;
    margin: auto;
    top: 100px;
    left: 0;
    right: 0;
    display: inline-block;
    position: absolute;
    transition: all 0cd s ease-in-out;
    transition-delay: 0s; }

.time-inner {
  background: #fff !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  border: 2px solid #8a8a8a; }
  .time-inner h6 {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #8a8a8a !important;
    padding-top: 0px; }

.time-inner-cont {
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg); }

.set-arrow {
  height: 40px;
  width: 40px;
  background-color: #1F203E;
  top: 0;
  bottom: 0;
  float: none;
  border-radius: 40px;
  position: absolute;
  display: inline-block;
  margin: auto;
  z-index: 500;
  text-align: center; }
  .set-arrow.set-arrow-rel {
    position: relative; }
    .set-arrow.set-arrow-rel i {
      font-size: 16px; }
    .set-arrow.set-arrow-rel.set-arrow-r, .set-arrow.set-arrow-rel.set-arrow-l {
      left: 0;
      right: auto; }
  .set-arrow:hover {
    background-color: #749DEB; }
  .set-arrow-l {
    left: 0;
    right: auto; }
    .set-arrow-l i {
      margin-left: -2px; }
  .set-arrow-r {
    right: 0;
    left: auto; }
    .set-arrow-r i {
      margin-left: 2px; }
  .set-arrow i {
    color: #fff;
    margin-top: -3px;
    margin-top: 13px;
    position: relative;
    display: block;
    cursor: pointer; }

.vid-pot .elementor-custom-embed-image-overlay::after {
  content: "Solar Revenue Put";
  color: #fff;
  position: absolute;
  /* top: 0; */
  bottom: calc(50% + 30px);
  float: none;
  margin: auto;
  display: inline-block;
  height: 100px;
  width: 100%;
  padding: 10px 30px;
  left: 0;
  font-family: "Montserrat", sans-serif; }

.ben-image {
  width: 100%;
  height: 320px;
  border-radius: 50px;
  overflow: hidden; }

.icon-kwh .elementor-icon, .list-icons-1 .elementor-icon-list-icon {
  font-size: 100px; }

.icon-block-hor .elementor-icon {
  font-size: 80px !important; }

.owl-set-next, .owl-set-prev, .owl-set-next-2, .owl-set-prev-2, .owl-set-next-3, .owl-set-prev-3 {
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .owl-set-next:hover, .owl-set-prev:hover, .owl-set-next-2:hover, .owl-set-prev-2:hover, .owl-set-next-3:hover, .owl-set-prev-3:hover {
    opacity: 0.5; }

.float-diamond.float-diamond-alt .elementor-background-overlay {
  right: calc(100% - 80px);
  height: 200px !important;
  width: 200px !important;
  bottom: calc(100% - 10px); }

.float-diamond .elementor-background-overlay {
  position: absolute !important;
  right: 0;
  height: 240px !important;
  width: 240px !important;
  bottom: calc(100% - 70px);
  top: auto !important;
  left: auto !important; }

.single-industry-insights .content-area, .single-post .content-area {
  max-width: 850px; }

.block-dia {
  transform: rotate(-45deg);
  border-radius: 90px;
  width: 95px;
  height: 95px;
  margin: auto;
  float: none;
  display: inline-block;
  background: #fff;
  border-radius: 25px; }

.icon-s-sect {
  width: 93px; }

.float-img {
  width: 38% !important;
  height: calc(100% + 100px) !important;
  margin: auto;
  bottom: 0;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  margin: auto;
  float: none;
  display: inline-block;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px; }
  .float-img.float-img-r {
    right: 0;
    left: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px; }

.popup-outer {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto; }
  .popup-outer::before {
    content: " ";
    background: black;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute; }
  .popup-outer.popup-open {
    visibility: visible;
    opacity: 1; }

.popup-inner {
  visibility: hidden;
  opacity: 0; }
  .popup-inner.popup-inner-open {
    max-height: calc(100% - 200px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1; }

.popup-close {
  top: 20px;
  right: 30px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  font-size: 20px; }

.slider-arrows {
  margin-top: -22px;
  visibility: visible;
  opacity: 1; }
  .slider-arrows.hide-arrows {
    opacity: 0;
    visibility: hidden; }

.set-prompt {
  transition: all 0.2s ease-in-out;
  padding: 10px 13px;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 250;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer; }
  .set-prompt:hover {
    background: #1F203E; }
  .set-prompt .circ {
    height: 42px;
    width: 42px; }
  .set-prompt p {
    line-height: unset;
    font-size: 17px; }
  .set-prompt .icon-gen {
    width: 20px; }

.bac-curve {
  position: relative; }
  .bac-curve::before, .bac-curve::after {
    content: " ";
    height: 120px;
    width: 120px;
    background: #1F203E;
    top: 0;
    right: 0;
    position: absolute; }
  .bac-curve::after {
    content: " ";
    background: #fff;
    border-top-right-radius: 100px; }
  .bac-curve.bac-curve-gry::after {
    background: #F1F1F1; }
  .bac-curve.bac-curve-sec::after {
    background: #749DEB; }

.site-header.sticky {
  padding-top: 0px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  background: #1F203E !important;
  transition: background-color 0s ease !important;
  transition-delay: 0s !important; }

.site-header {
  transition-delay: 0s;
  transition: background-color 0s  ease !important; }

.perf-buts {
  height: 56px; }
  .perf-buts .elementor-button-content-wrapper {
    padding: 16px 37px;
    font-size: 16px; }

.tab-content-solarscape {
  border-radius: 50px; }

.nav-tabs-solarscape {
  border-bottom: none; }
  .nav-tabs-solarscape .nav-link {
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #F1F1F1;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    border-bottom: none;
    cursor: pointer; }
    .nav-tabs-solarscape .nav-link.active, .nav-tabs-solarscape .nav-link:hover {
      background: #F1F1F1; }
    .nav-tabs-solarscape .nav-link:focus {
      outline: none !important; }

.sup-reg {
  font-size: 35%;
  vertical-align: super; }

.rep-prev, .rep-next {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  padding: 0 !important;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  cursor: pointer !important; }

.rep-prev:hover, .rep-next:hover {
  opacity: 1; }

img.table-tick {
  max-width: 25px !important; }

.table-check {
  margin-bottom: 10px; }
  .table-check label {
    line-height: 1.3em; }

body:not(.elementor-editor-active) #resumator-wrapper {
  margin-top: -29px; }
  body:not(.elementor-editor-active) #resumator-wrapper #resumator-logo {
    margin-bottom: 0px !important; }

body:not(.elementor-editor-active) .careers-posts {
  margin-bottom: 0px; }

body:not(.elementor-editor-active) .status-careers {
  display: none; }

body:not(.elementor-editor-active) .sect-scroll .elementor-widget-wrap.elementor-element-populated:nth-child(1) {
  display: flex;
  flex-wrap: unset;
  overflow-x: hidden;
  height: 100vh;
  flex-wrap: nowrap; }
  body:not(.elementor-editor-active) .sect-scroll .elementor-widget-wrap.elementor-element-populated:nth-child(1) .sect-scroll-cont {
    width: 100vw;
    display: grid;
    flex-shrink: 0;
    place-items: center; }
    body:not(.elementor-editor-active) .sect-scroll .elementor-widget-wrap.elementor-element-populated:nth-child(1) .sect-scroll-cont .elementor-widget-wrap {
      flex-wrap: wrap; }

.small-print p {
  font-family: "Poppins", Sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important; }

.post-share .social-item {
  transition: all 0.2s ease-in-out; }
  .post-share .social-item:hover {
    opacity: 0.7; }

.post-share .fa.fa-twitter::before {
  opacity: 0; }

.post-share .fa.fa-twitter::after {
  content: " ";
  background-image: url(images/icons/X-Social.svg) !important;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 9px; }

.para-pad-none .elementor-widget-container p:last-child {
  margin-bottom: 0px; }

.post-search {
  width: 100%; }
  .post-search i {
    font-size: 18px;
    padding: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .post-search i:hover {
      color: #749DEB; }
  .post-search .form-control {
    background: transparent;
    border: none; }
    .post-search .form-control:focus, .post-search .form-control:hover, .post-search .form-control:focus-visible {
      outline: none;
      box-shadow: none; }

.set-diamond::before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #749DEB; }

.set-diamond .elementor-widget-container {
  position: relative;
  bottom: auto;
  height: 280px;
  width: 280px;
  margin-top: 5px;
  margin-bottom: -25px;
  margin-left: -40px;
  float: none;
  margin-right: auto;
  transform: rotate(45deg);
  border-radius: 90px;
  overflow: hidden; }
  .set-diamond .elementor-widget-container img {
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    transform: rotate(-45deg);
    border-radius: 90px;
    position: absolute;
    width: 350px !important;
    height: 350px !important;
    margin: auto;
    float: none;
    display: inline-block;
    max-width: none !important; }

.banner-body-cta {
  position: relative; }
  .banner-body-cta::before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #749DEB; }

.banner-block-outer {
  position: absolute;
  bottom: -70px;
  height: 450px;
  width: 450px;
  right: 0;
  overflow: hidden; }

.banner-block {
  -webkit-box-shadow: 10px -10px 27px -4px rgba(0, 0, 0, 0.245);
  -moz-box-shadow: 10px -10px 27px -4px rgba(0, 0, 0, 0.245);
  box-shadow: 10px -10px 27px -4px rgba(0, 0, 0, 0.245);
  margin-left: 60px;
  margin-top: 60px;
  position: relative;
  height: 450px;
  width: 450px;
  transform: rotate(45deg);
  border-radius: 90px;
  overflow: hidden; }
  .banner-block.banner-block-cta {
    position: relative;
    bottom: auto;
    height: 380px;
    width: 380px;
    margin-top: 41px;
    margin-bottom: 41px;
    margin-left: auto;
    float: none;
    margin-right: auto; }
  .banner-block-inner {
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    transform: rotate(-45deg);
    border-radius: 90px;
    position: absolute;
    width: 570px;
    height: 570px;
    margin: auto;
    float: none;
    display: inline-block; }

.cta-float-inner {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  top: auto;
  height: 50%;
  width: 100%;
  bottom: 0; }

.banner-footer.banner-footer-wht .cta-float-inner {
  left: 0;
  right: auto; }

.banner-cont .elementor-container.elementor-column-gap-default {
  align-items: center; }

.banner-home {
  position: relative; }
  .banner-home::before {
    content: " ";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #1F203E;
    opacity: 0.3; }
  .banner-home::after {
    content: " ";
    bottom: 0;
    width: 100%;
    height: 20%;
    position: absolute;
    background: #1f203e;
    background: -moz-linear-gradient(0deg, #1f203e 20%, rgba(31, 32, 62, 0.513043) 66%, rgba(31, 32, 62, 0) 89%);
    background: -webkit-linear-gradient(0deg, #1f203e 20%, rgba(31, 32, 62, 0.513043) 66%, rgba(31, 32, 62, 0) 89%);
    background: linear-gradient(0deg, #1f203e 20%, rgba(31, 32, 62, 0.513043) 66%, rgba(31, 32, 62, 0) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f203e",endColorstr="#1f203e",GradientType=1);
    opacity: 1 !important; }

.banner-gen.banner-alt {
  z-index: 20; }

.ban-wave {
  height: calc(100% + 110px);
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  float: none;
  max-width: none; }

.banner-home::before {
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1F203E;
  opacity: 0.4 !important;
  position: absolute;
  z-index: 20; }

.float-diamond .elementor-background-overlay {
  display: none !important; }

.list-icons-1 .elementor-icon-list-item.elementor-inline-item {
  padding-top: 30px; }

.report-h {
  min-height: 500px; }
  .report-h.report-h-s {
    min-height: 300px; }
    .report-h.report-h-s.bg-overlay::after {
      opacity: 0.6; }
  .report-h.bg-overlay::after {
    opacity: 0.4; }
  .report-h.bg-overlay:hover::after {
    opacity: 0.8; }

.bg-overlay::after {
  transition: all 0.2s ease-in-out; }

.report-main:hover .col-prim {
  color: #fff !important; }

.report-main:hover .btn-primary {
  background: #749DEB; }

.tabs-cont-sol {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px; }

.nav-sol .nav-item:nth-child(0) {
  z-index: 30; }

.nav-sol .nav-item:nth-child(1) {
  z-index: 20; }

.nav-sol .nav-item:nth-child(2) {
  z-index: 10; }

.nav-sol button.nav-link {
  padding: 17px 042px;
  cursor: pointer;
  background: #fff;
  color: #1F203E;
  border: none;
  -webkit-box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0;
  border-top-right-radius: 60px; }
  .nav-sol button.nav-link:focus {
    outline: none; }
  .nav-sol button.nav-link.active {
    opacity: 1;
    background: #fff !important;
    color: #749DEB; }

.accord-sector .card {
  border: 0; }

.accord-sector .card-header, .accord-sector .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent;
  border: 0; }

.accord-sector .card-body {
  border-top: 3px solid #F1F1F1;
  position: relative; }
  .accord-sector .card-body::before {
    content: " ";
    top: -3px;
    left: 0px;
    height: 3px;
    width: 50%;
    background: #1F203E;
    position: absolute; }

.accord-sector button {
  background: transparent !important;
  border-radius: 0;
  color: #1F203E !important;
  padding: 0 !important; }
  .accord-sector button:focus, .accord-sector button:hover {
    text-decoration: none; }
    .accord-sector button:focus h3, .accord-sector button:hover h3 {
      color: #749DEB !important; }

.news-more {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative; }
  .news-more.news-more-wht:after {
    background: #fff; }
  .news-more:after {
    content: " ";
    background: #F1F1F1;
    left: 100%;
    width: 20vw;
    top: 0;
    height: 100%;
    position: absolute; }

.owl-ben-2 {
  max-width: 400px; }
  .owl-ben-2 .owl-stage-outer {
    width: calc(100% + 400px); }
    .owl-ben-2 .owl-stage-outer .owl-item {
      opacity: 0.3; }
      .owl-ben-2 .owl-stage-outer .owl-item.active {
        opacity: 1; }
    .owl-ben-2 .owl-stage-outer:after {
      content: " ";
      height: calc(100% + 10px);
      right: -130px;
      top: -5px;
      background: white;
      background: -moz-linear-gradient(270deg, white 32%, rgba(255, 255, 255, 0) 86%);
      background: -webkit-linear-gradient(270deg, white 32%, rgba(255, 255, 255, 0) 86%);
      background: linear-gradient(270deg, white 32%, rgba(255, 255, 255, 0) 86%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      width: 400px;
      position: absolute; }

.benefits-light .owl-ben-1 .ben-title {
  color: #fff; }

.benefits-light .owl-ben-1 .ben-text {
  color: #fff; }

.benefits-light .owl-ben-1 .set-arrow {
  background: #749DEB; }
  .benefits-light .owl-ben-1 .set-arrow:hover {
    background-color: #0b1822; }

.benefits-light .owl-ben-2 .owl-stage-outer:after {
  background: #1f203e;
  background: -moz-linear-gradient(270deg, #1f203e 32%, rgba(31, 32, 62, 0) 86%);
  background: -webkit-linear-gradient(270deg, #1f203e 32%, rgba(31, 32, 62, 0) 86%);
  background: linear-gradient(270deg, #1f203e 32%, rgba(31, 32, 62, 0) 86%); }

.block-icon-cont.block-icon-cont-alt .elementor-icon-box-content {
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center; }
  .block-icon-cont.block-icon-cont-alt .elementor-icon-box-content p {
    margin: auto; }

.block-icon-cont .elementor-icon-box-title, .block-icon-cont .elementor-icon-box-description {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

.list-icons-1 .elementor-icon-list-items {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.list-icons-1 .elementor-icon-list-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 0px !important;
  margin-right: 0px !important; }

.list-icons-1 .elementor-icon-list-text {
  line-height: 1.8rem; }

.sect-sector:hover::after {
  opacity: 0.8; }

.sect-sector::after {
  opacity: 0.6; }

.team-alt-block {
  position: relative;
  width: 130px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 30px;
  max-width: 100%;
  cursor: pointer; }
  .team-alt-block.team-alt-block-lg {
    width: 250px;
    height: 220px; }

.filt-posts .block-news-img, .filt-posts .post-meta {
  display: none !important; }

.sect-teams-alt .list-team-alt-memb p {
  color: #1F203E; }

.sect-teams .icon-contact {
  margin-top: 0px; }

.sect-teams p {
  line-height: 1em; }
  .sect-teams p small {
    line-height: inherit !important; }

.tabs-gen .elementor-tabs-wrapper {
  display: flex; }
  .tabs-gen .elementor-tabs-wrapper .elementor-tab-title {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px; }

.tabs-gen .elementor-tabs-content-wrapper {
  padding: 30px 30px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px; }
  .tabs-gen .elementor-tabs-content-wrapper p {
    margin-bottom: 0px; }

.rep-links {
  float: right;
  z-index: 300;
  position: relative; }

.owl-reports .owl-dots {
  display: flex;
  width: calc(100% - 100px);
  position: relative;
  text-align: left;
  border: none; }
  .owl-reports .owl-dots::before {
    content: " ";
    height: 3px;
    background: #F1F1F1;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    float: none;
    margin: auto; }
  .owl-reports .owl-dots .owl-dot {
    z-index: 20;
    display: block;
    border: none !important;
    background: #8a8a8a !important;
    height: 10px;
    width: inherit;
    border-radius: 0px;
    margin-right: 6px; }
    .owl-reports .owl-dots .owl-dot:focus {
      outline: none; }
    .owl-reports .owl-dots .owl-dot.active {
      background: #749DEB !important;
      border: none !important;
      z-index: 0; }

.search-cancel {
  cursor: pointer;
  margin-left: 13px;
  margin-top: -4px; }
  .search-cancel p, .search-cancel i {
    transition: all 0.2s ease-in-out; }
  .search-cancel:hover p, .search-cancel:hover i {
    color: #749DEB; }
  .search-cancel p {
    line-height: 1.0em;
    font-size: 14px;
    padding-top: 3px; }

.post-cat-links {
  position: relative; }
  .post-cat-links:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .post-cat-links.disable:after {
    opacity: 0.8;
    visibility: visible; }
  .post-cat-links .post-cat-link {
    padding: 6px 21px !important;
    border-radius: 30px;
    display: inline-block;
    background-color: #749DEB;
    color: #1F203E;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 14px; }
    .post-cat-links .post-cat-link.active, .post-cat-links .post-cat-link:hover {
      background-color: #1F203E; }
      .post-cat-links .post-cat-link.active span, .post-cat-links .post-cat-link:hover span {
        color: #fff !important; }

.table-check {
  font-size: 13px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  margin-bottom: 8px; }
  .table-check img {
    width: 18px; }
  .table-check input {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px; }
  .table-check label {
    margin-top: 1px; }

.table-solar {
  font-family: "Cabin", sans-serif;
  font-weight: 400; }
  .table-solar thead th {
    font-size: 15px; }
    .table-solar thead th.text-upper {
      text-transform: uppercase; }
    .table-solar thead th img {
      width: 24px; }
  .table-solar td, .table-solar th {
    line-height: 1.5em; }
  .table-solar td {
    font-size: 14px; }
  .table-solar thead th {
    vertical-align: middle; }
  .table-solar th {
    font-weight: 400; }

.select-table {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px; }

.table-tick {
  display: inline-block;
  margin-left: 0;
  margin-right: 0; }

.table-icon {
  width: 24px !important; }

.col-cap span:last-child {
  display: none; }

.th-cap {
  max-width: 109px !important;
  line-height: 1.7rem; }

.icon-social {
  width: 36px; }

.icon-contact {
  width: 18px;
  margin-top: -8px; }

input.cta-email, select.select-gen {
  border-radius: 40px !important;
  padding: 10px 30px;
  max-width: 300px;
  font-size: 16px; }

select.select-gen {
  height: 53px !important;
  padding: 10px 10px; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .display-1 {
    line-height: 1.2em; } }

@media (max-width: 767.98px) {
  .site-footer .form-general .wpcf7-submit {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .block-partner .part-logo {
    width: 220px; }
  .quick-cont {
    display: none !important; }
  .set-map {
    height: 300px; }
  .block-article-portal-list .block-article-portal-outer:last-child .block-article-portal {
    height: 440px;
    padding-bottom: 50px; } }

@media (min-width: 576px) {
  .columns-stretch .column-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%; }
  .columns-stretch .column-element {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .block-article-portal.block-extend {
    height: 440px;
    padding-bottom: 50px; } }

@media (min-width: 768px) {
  .block-news-img.block-news-img-l {
    height: 390px; }
  .site-header {
    padding-top: 10px; }
  .site-branding img {
    width: 120px; }
  .sol-img {
    height: calc(90vh - 1px);
    max-height: 640px; }
  .block-solutions {
    height: 650px; }
  .nav-item-sol.col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .block-solutions {
    height: 700px; }
  .set-map {
    height: 450px; }
  .site-footer #foot-menu a {
    padding-left: 0px;
    padding-right: 0px; }
  .site-footer #foot-menu.foot-menu-extend li a {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 1024px) {
  .banner-header .custom-logo-main {
    display: block !important;
    opacity: 1; }
  .banner-header .custom-logo-alt {
    display: none !important; }
  .banner-gen {
    min-height: calc(90vh - 2px);
    height: auto;
    min-height: 300px; }
  .site-header .custom-logo-link {
    width: 80px;
    height: auto;
    float: left;
    position: relative; }
    .site-header .custom-logo-link img {
      width: 100%;
      float: left;
      margin: 0; }
      .site-header .custom-logo-link img.custom-logo-alt {
        opacity: 0;
        visibility: visible;
        display: block !important; }
  .home .site-header .custom-logo-link img.custom-logo-main {
    display: block !important; } }

@media screen and (min-width: 1025px) {
  .banner-gen.banner-alt {
    min-height: 450; }
  .banner-gen.banner-home {
    min-height: calc(100vh - 1px); }
  .banner-slim {
    padding-top: 2900px; }
  .set-map {
    max-height: calc(55vh - 1px) !important; } }

@media (min-width: 1200px) {
  .set-map {
    height: 500px; }
  .team-img {
    width: 260px; }
  .banner-slim {
    padding-top: 320px; } }

@media screen and (min-width: 1600px) {
  .banner-block-inner {
    width: 570px;
    height: 570px; }
  .site-header {
    padding-top: 40px; }
  .block-solutions {
    height: 800px; }
  .set-map {
    height: 550px; } }

@media (max-width: 991.98px) {
  .block-news-img {
    border-radius: 40px; }
  .block-icon-cont .elementor-icon-box-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .sect-img-block .elementor-background-overlay {
    height: 360px !important;
    max-width: 600px;
    position: relative !important;
    width: 70% !important;
    display: block !important; }
  .sect-img-block.sect-img-block-l .elementor-background-overlay {
    margin-right: auto;
    margin-left: 0px; }
  .sect-img-block.sect-img-block-r .elementor-background-overlay {
    margin-left: auto;
    margin-right: 0; }
  .banner-block.banner-block-cta {
    height: 230px;
    width: 230px;
    margin-top: 31px;
    margin-bottom: -7px;
    margin-left: -50px;
    border-radius: 70px;
    left: auto;
    right: 0;
    float: right;
    margin-right: -60px;
    margin-top: -19px; }
  .banner-footer {
    padding-top: 50px; }
    .banner-footer .cta-float-inner {
      height: 180px; } }

@media (max-width: 767.98px) {
  .report-h {
    min-height: 390px; }
  .section-solarscape {
    background: #F1F1F1; }
  .tab-content-solarscape {
    border-radius: 0px; }
  .ban-wave {
    height: calc(80%); }
  .bac-curve::before, .bac-curve::after {
    display: none !important; }
  .banner-gen.banner-alt {
    padding-bottom: 150px; }
  .banner-block-outer {
    position: absolute;
    bottom: -50px !important;
    height: 200px !important;
    right: 0; }
    .banner-block-outer .banner-block {
      width: calc(100% - 80px) !important; }
  .set-diamond .elementor-widget-container {
    height: 160px;
    width: 160px;
    margin-top: -75px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: 20px;
    transform: rotate(45deg);
    border-radius: 35px; }
    .set-diamond .elementor-widget-container img {
      width: 200px !important;
      height: 200px !important; }
  .banner-gen.banner-alt {
    padding-top: 60px; }
  .section-posts-latest .block-wed:nth-child(2), .section-posts-latest .block-wed:nth-child(3) {
    display: none; }
  .set-prompt {
    bottom: 10px; }
    .set-prompt p {
      line-height: 40px !important; }
  .slider-arrows {
    justify-content: start !important; }
  .team-extend {
    width: calc(100% + 40vw); }
  .sect-img-block .elementor-background-overlay {
    height: 300px !important;
    max-width: 400px;
    width: 80% !important; }
  .list-icons-1 .elementor-icon-list-item {
    padding-top: 20px !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .list-icons-1 .elementor-icon-list-item .elementor-icon-list-icon svg {
      margin-right: 10px !important; }
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 10px !important; }
  .banner-body-cta::before, .set-diamond::before {
    display: none; } }

@media screen and (max-width: 500px) {
  .list-icons-1 .elementor-icon-list-item {
    padding-top: 20px  !important;
    -ms-flex: 0 0 100%  !important;
    flex: 0 0 100%  !important;
    max-width: 100%  !important; }
  .list-icons-1 .elementor-icon-list-icon {
    font-size: 70px !important; }
  .list-icons-1 .elementor-icon-list-items {
    flex-direction: column; }
  .ben-image {
    height: 280px; }
  .owl-set-arrows {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .sector-icons .elementor-container.elementor-column-gap-default .sector-icons-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: max-content !important; }
  .sect-img-block .elementor-background-overlay {
    max-width: none;
    width: calc(100% - 26px) !important; }
  .tabs-gen .elementor-tabs-content-wrapper {
    border-radius: 15px;
    padding: 20px 15px; }
  .vid-pot .elementor-custom-embed-image-overlay::after {
    font-size: 22px;
    bottom: calc(50% + 1px); }
  .vid-pot .elementor-custom-embed-image-overlay img {
    height: 350px; }
  .icon-kwh .elementor-icon, .icon-kwh .list-icons-1 .elementor-icon-list-icon {
    font-size: 50px !important;
    margin-top: 10px !important; }
  .table-solar td, .table-solar th {
    line-height: 1.2em;
    padding: 7px 10px; }
  .table-solar .table-icon {
    margin-bottom: 5px; }
  .tab-content-solarscape .filters {
    max-width: 290px;
    margin: auto;
    text-align: center; }
  .nav-tabs-solarscape .nav-item {
    width: 100%;
    margin-bottom: 7px; }
  .nav-tabs-solarscape .nav-link {
    width: 100%;
    background: #D9D9D9;
    border-radius: 10px;
    color: #8a8a8a; }
    .nav-tabs-solarscape .nav-link.active {
      background: #749DEB;
      border-color: #749DEB;
      color: #fff; }
  .set-diamond .elementor-widget-container {
    margin-right: -20px; }
  .banner-block-outer {
    position: absolute;
    bottom: -30px !important;
    height: 150px  !important;
    right: 0; }
    .banner-block-outer .banner-block {
      width: calc(100% - 70px) !important; }
  .nav-sol button.nav-link {
    border-top-right-radius: 0px !important; }
  .nav-pills-sol {
    border-top-right-radius: 40px !important;
    border-top-left-radius: 40px !important; }
  .tabs-cont-sol {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px; }
  .team-extend {
    width: calc(100% + 230px) !important; }
  .block-img {
    height: 190px; }
    .block-img.block-img-l {
      height: 240px; }
  .block-news-img.block-news-img-m {
    height: 210px;
    border-radius: 50px; } }

@media (min-width: 576px) {
  .block-img.block-img-l {
    height: 340px; }
  .float-diamond.float-diamond-alt .elementor-background-overlay {
    right: calc(100% - 70px);
    height: 260px !important;
    width: 260px !important;
    bottom: calc(100% - 60px); }
  .float-diamond .elementor-background-overlay {
    height: 320px !important;
    width: 320px !important;
    bottom: calc(100% - 120px); } }

@media (min-width: 768px) {
  .float-img {
    height: calc(100% + 20px) !important; }
  .site-branding img {
    width: 100px; }
  .team-alt-block {
    width: 210px;
    height: 170px; }
  .team-alt-block.team-alt-block-lg {
    margin-bottom: -20px; }
  .padding-def-t {
    padding-top: 7rem; }
  .padding-def-b {
    padding-bottom: 7rem; }
  .padding-def-b-extend {
    padding-bottom: calc(7rem + 40px); }
  .padding-def-main,
  .padding-def-inner-main.elementor-section .elementor-inner-column .elementor-column-wrap.elementor-element-populated {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .padding-def-main-slim {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .set-diamond .elementor-widget-container {
    height: 360px;
    width: 360px;
    margin-top: 38px;
    margin-bottom: 38px;
    margin-left: auto; }
    .set-diamond .elementor-widget-container img {
      border-radius: 90px;
      width: 450px !important;
      height: 450px !important; }
  .block-news-img {
    height: 230px; }
  .block-img.block-img-l {
    height: 450px; }
  .cta-float-inner {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    bottom: auto; }
  .float-diamond .elementor-background-overlay {
    bottom: calc(100% - 106px); }
  .float-diamond.float-diamond-alt .elementor-background-overlay {
    bottom: calc(100% - 40px); } }

@media (min-width: 768px) {
  .post-search {
    width: 280px; } }

@media screen and (max-width: 1024px) {
  .report-info {
    display: none !important; }
  .menu-mob #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: transparent; }
    .menu-mob #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary a.mega-menu-link {
      color: #fff;
      text-align: center; }
    .menu-mob #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary ul.mega-sub-menu {
      background: transparent; }
      .menu-mob #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary ul.mega-sub-menu li {
        text-align: center; }
        .menu-mob #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary ul.mega-sub-menu li a {
          color: #fff;
          text-align: center; }
  .menu-mob #mega-menu-wrap-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none !important; }
  .sector-icons .elementor-container.elementor-column-gap-default {
    display: flex;
    flex-direction: row;
    align-items: center !important; }
    .sector-icons .elementor-container.elementor-column-gap-default .sector-icons-icon {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .sector-icons .elementor-container.elementor-column-gap-default .sector-icons-text {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
  .banner-block-outer {
    position: absolute;
    bottom: -70px;
    height: 230px;
    width: 100%;
    right: 0; }
    .banner-block-outer .banner-block {
      height: 100%;
      width: 100%;
      transform: 0;
      border-radius: 30px;
      transform: rotate(0deg);
      margin-left: 0;
      margin-top: 0px;
      width: calc(100% - 190px);
      margin: auto; }
      .banner-block-outer .banner-block .banner-block-inner {
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        transform: rotate(0deg);
        height: 100%;
        width: 100%;
        border-radius: 0px; }
  #mega-menu-wrap-primary {
    padding-left: 40px;
    padding-right: 40px;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 105px; }
  .menu-mob .menu-mob-inner {
    display: block !important; }
  .menu-mob.menu-open {
    overflow-y: auto; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: none !important; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-block-title {
      display: none !important; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-top: 0px; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-item {
      padding-top: 0px !important; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    margin-top: 10px;
    margin-bottom: 10px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-1879 {
    text-align: center;
    line-height: 58px; } }

@media (max-width: 1023.98px) {
  .list-icons-1 .elementor-icon-list-item {
    padding-top: 20px !important;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    .list-icons-1 .elementor-icon-list-item .elementor-icon-list-icon svg {
      margin-right: 10px !important; }
  .sect-img-block .elementor-background-overlay {
    display: none; } }

@media (max-width: 991.98px) {
  .banner-gen.banner-alt {
    padding-bottom: 120px; }
  .popup-inner {
    max-width: 90%;
    max-height: calc(100% - 100px); }
  .list-icons-1 .elementor-icon-list-item {
    padding-top: 20px !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .list-icons-1 .elementor-icon-list-item .elementor-icon-list-text {
      padding-right: 20px; }
    .list-icons-1 .elementor-icon-list-item .elementor-icon-list-icon svg {
      margin-right: 10px !important; }
    .list-icons-1 .elementor-icon-list-item .elementor-icon-list-icon {
      font-size: 50px; } }

@media (max-width: 767.98px) {
  .max-cont-l {
    max-width: 500px; }
  .float-img {
    height: calc(60vh - 1px) !important;
    width: 80% !important;
    position: relative;
    margin-left: -15px;
    display: block;
    max-height: 340px; }
    .float-img.float-img-r {
      margin-left: auto;
      margin-right: -15px; }
  .icon-block-hor.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: flex !important; }
  .block-icon-cont .elementor-icon-box-title, .block-icon-cont .elementor-icon-box-description {
    max-width: 100%; }
  .block-icon-cont .elementor-icon-box-wrapper {
    max-width: 100%; }
  .icon-block .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .icon-block .elementor-widget-wrap.elementor-element-populated .elementor-widget-icon {
      width: auto; }
    .icon-block .elementor-widget-wrap.elementor-element-populated .elementor-icon {
      font-size: 70px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      padding-right: 20px; }
    .icon-block .elementor-widget-wrap.elementor-element-populated .elementor-widget-text-editor {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      text-align: left; }
  .icon-block-hor .elementor-icon {
    font-size: 66px !important;
    margin-right: 20px; }
  .icon-block-hor .elementor-icon-box-title {
    width: 100%; }
    .icon-block-hor .elementor-icon-box-title span {
      width: auto !important; }
  .icon-block-hor .elementor-icon-box-icon {
    margin-bottom: 4px !important; }
  .icon-block-hor .elementor-icon-box-content {
    flex-direction: column; }
  .icon-kwh .elementor-icon,
  .icon-kwh .list-icons-1 .elementor-icon-list-icon {
    font-size: 70px; }
  .icon-kwh .elementor-icon-box-content {
    text-align: left;
    padding-top: 19px; } }

@media screen and (max-width: 500px) {
  .float-img {
    width: calc(100% - 6px) !important;
    max-width: none;
    max-height: 270px; } }

@media (min-width: 992px) {
  .team-alt-block {
    width: 250px;
    height: 220px; }
  .site-footer #foot-menu li {
    text-align: left; }
  .banner-50 .banner-cont {
    padding-left: 70px;
    padding-right: 70px; } }

@media screen and (min-width: 1025px) {
  .owl-reports .owl-dots {
    padding-right: 5%; }
  .rep-links {
    margin-top: -22px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    padding: 10px 15px;
    height: 61px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500; }
  .display-4 {
    line-height: 1.0em; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .mega-menu-link .mega-indicator::after {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .mega-menu-link:hover .mega-indicator::after {
    opacity: 1 !important; }
  .ben-image {
    height: 450px; }
  .single-industry-insights .content-area, .single-post .content-area {
    max-width: none; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    padding-left: 10px;
    padding-right: 10px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-1879 a.mega-menu-link {
    padding-left: 30px;
    padding-right: 30px; }
  .block-news-img {
    height: 205px; }
  .sect-img-block .elementor-background-overlay {
    width: calc(31% - 50px) !important;
    height: calc(100% - 200px) !important; }
  #mega-menu-wrap-primary {
    padding-right: 40px; }
  .news-extend {
    width: calc(100%); }
  .banner-gen.banner-alt {
    padding-top: 0px; }
  .banner-block-outer {
    bottom: -100px;
    height: 479px;
    width: 415px; }
  .banner-block {
    height: 375px;
    width: 375px; }
  .padding-def-t {
    padding-top: 8rem; }
  .padding-def-b {
    padding-bottom: 8rem; }
  .padding-def-b-extend {
    padding-bottom: calc( 8rem + 40px); }
  .padding-def-main, .padding-def-inner-main.elementor-section .elementor-inner-column .elementor-column-wrap.elementor-element-populated {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .padding-def-main-slim {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

@media (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 22px;
    padding-right: 22px; }
  .banner-gen.banner-home {
    min-height: 300px;
    max-height: 900px; }
  .team-alt-block {
    width: 140px;
    height: 130px; }
  .team-extend {
    width: calc(100% + 8vw); }
  .ben-image {
    height: 550px; }
  .single-industry-insights .content-area, .single-post .content-area {
    max-width: 850px; }
  #mega-menu-wrap-primary {
    padding-right: 80px; }
  .news-extend {
    width: calc(100% + 6vw); }
  .set-diamond .elementor-widget-container {
    height: 400px;
    width: 400px;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: auto; }
    .set-diamond .elementor-widget-container img {
      border-radius: 90px;
      width: 500px !important;
      height: 500px !important; }
  .team-extend {
    width: calc(100% + 25vw); }
  .banner-50 .elementor-container.elementor-column-gap-wider {
    min-height: 820px; }
  .sect-img-block .elementor-background-overlay {
    width: calc(31% - 80px) !important;
    height: calc(100% - 200px) !important; }
  .float-diamond.float-diamond-alt .elementor-background-overlay {
    right: calc(100% - 70px);
    height: 350px !important;
    width: 350px !important;
    bottom: calc(100% - 110px); }
  .float-diamond .elementor-background-overlay {
    height: 450px !important;
    width: 450px !important;
    bottom: calc(100% - 150px); }
  .banner-gen.banner-alt {
    padding-top: 70px; }
  .banner-block-outer {
    bottom: -70px; } }

@media screen and (min-width: 1600px) {
  .float-img {
    height: calc(100% + 100px) !important; }
  .site-branding img {
    width: 120px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 30px;
    padding-right: 30px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    padding: 10px 30px;
    height: 61px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500; }
  .banner-gen.banner-home {
    max-height: 1200px; }
  .block-img.block-img-l {
    height: 550px; }
  .block-news-img {
    height: 230px; }
  .news-extend {
    width: calc(100% + 12vw); }
  .sect-img-block .elementor-background-overlay {
    width: 31% !important;
    height: calc(100% - 200px) !important; }
  .float-diamond.float-diamond-alt .elementor-background-overlay {
    right: calc(100% - 70px);
    height: 350px !important;
    width: 350px !important;
    bottom: calc(100% - 50px); }
  .float-diamond .elementor-background-overlay {
    height: 450px !important;
    width: 450px !important;
    bottom: calc(100% - 80px); }
  .banner-gen.banner-alt {
    padding-top: 199px;
    padding-bottom: 41px; }
  .banner-block-outer {
    position: absolute;
    bottom: -100px;
    height: 738px;
    width: 705px; }
  .banner-block {
    height: 550px;
    width: 550px;
    margin-left: 190px;
    margin-top: 90px; }
    .banner-block-inner {
      width: 710px;
      height: 710px; }
  .banner-gen.banner-alt {
    min-height: 770px; } }
