@charset "UTF-8";

:root {
  --hieq-color-primary: #3f78e0;
  --hieq-color-secondary: #aab0bc;
  --hieq-color-sky: #5eb9f0;
  --hieq-color-purple: #747ed1;
  --hieq-color-grape: #605dba;
  --hieq-color-violet: #a07cc5;
  --hieq-color-pink: #d16b86;
  --hieq-color-fuchsia: #e668b3;
  --hieq-color-red: #e2626b;
  --hieq-color-orange: #f78b77;
  --hieq-color-yellow: #fab758;
  --hieq-color-green: #45c4a0;
  --hieq-color-leaf: #7cb798;
  --hieq-color-aqua: #54a8c7;
  --hieq-color-navy: #343f52;
  --hieq-color-dark: #343f52;
  --hieq-color-white: #fff;
  --hieq-bg-color-white: #fff;
  --hieq-primary-rgb: 63, 120, 224;
  --sanbox-svg-color-lineal-stroke: #36496d;
  --sanbox-svg-color-lineal-fill: #8caeec;
  --hieq-bg-soft-primary: #e0e9fa;
  --hieq-font-custom-icons: Custom;
  --hieq-font-unicons: Unicons;
  --hieq-font-main: 'Raleway', sans-serif;
  --hieq-root-font-size: 20px;
  --hieq-body-font-family: var(--hieq-font-main);
  --hieq-body-font-size: 0.8rem;
  --hieq-body-font-weight: 500;
  --hieq-body-line-height: 1.7;
  --hieq-body-color: #60697b;
  --hieq-body-bg: #fefefe;
  --hieq-heading-color: #343f52;
  --hieq-heading-margin: 0 0 10px;
  --hieq-border-radius: 8px;
}

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

:root {
  font-size: var(--hieq-root-font-size);
}

/*--------------------------------------------------------------
# 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,
body {
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--hieq-body-font-family);
  font-size: var(--hieq-body-font-size);
  font-weight: var(--hieq-body-font-weight);
  line-height: var(--hieq-body-line-height);
  color: var(--hieq-body-color);
  background-color: var(--hieq-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 1px;
  overflow-x: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  margin: 4.5rem 0;
  color: rgba(164, 174, 198, 0.2);
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

/**
 * 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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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
--------------------------------------------------------------*/
/*Font Manrope*/


.display-1,
.display-1.elementor-widget-heading h1.elementor-heading-title {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
}

.display-2,
.display-2.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 700;
  line-height: 1.25;
}

.display-3,
.display-3.elementor-widget-heading h3.elementor-heading-title {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: 1.25;
}

.display-4,
.display-4.elementor-widget-heading h4.elementor-heading-title {
  font-size: calc(1.305rem + 0.66vw);
  font-weight: 700;
  line-height: 1.3;
}

.display-5,
.display-5.elementor-widget-heading h5.elementor-heading-title {
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 700;
  line-height: 1.3;
}

.display-6,
.display-6.elementor-widget-heading h6.elementor-heading-title {
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 700;
  line-height: 1.35;
}

/*End Manrope*/
/*Font thicccboi*/
.font-thicboi > *,
div.font-thicboi.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  font-family: THICCCBOI;
  word-spacing: 0;
}

.font-thicboi.elementor-widget-heading h1.elementor-heading-title {
  font-size: calc(1.275rem + 0.3vw);
}

.font-thicboi.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.26rem + 0.12vw);
}

.font-thicboi.elementor-widget-heading h3.elementor-heading-title {
  font-size: 23px;
}

.font-thicboi.elementor-widget-heading h4.elementor-heading-title {
  font-size: 20px;
}

.font-thicboi.elementor-widget-heading h5.elementor-heading-title {
  font-size: 19px;
}

.font-thicboi.elementor-widget-heading h6.elementor-heading-title {
  font-size: 18px;
}

.font-thicboi .display-1,
.font-thicboi.display-1,
.font-thicboi.display-1 .ot-heading__title,
.font-thicboi.display-1.elementor-widget-heading h1.elementor-heading-title {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.15;
}

.font-thicboi .display-2,
.font-thicboi.display-2,
.font-thicboi.display-2 .ot-heading__title,
.font-thicboi.display-2.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.355rem + 1.26vw);
  line-height: 1.2;
}

.font-thicboi .display-3,
.font-thicboi.display-3,
.font-thicboi.display-3 .ot-heading__title,
.font-thicboi.display-3.elementor-widget-heading h3.elementor-heading-title {
  font-size: calc(1.335rem + 1.02vw);
  line-height: 1.2;
}

.font-thicboi.display-4,
.font-thicboi.display-4 .ot-heading__title,
.font-thicboi.display-4.elementor-widget-heading h4.elementor-heading-title {
  font-size: calc(1.315rem + 0.78vw);
  line-height: 1.25;
}

.font-thicboi .display-5,
.font-thicboi.display-5,
.font-thicboi.display-5 .ot-heading__title,
.font-thicboi.display-5.elementor-widget-heading h5.elementor-heading-title {
  font-size: calc(1.295rem + 0.54vw);
  line-height: 1.25;
}

.font-thicboi .display-6,
.font-thicboi.display-6,
.font-thicboi.display-6 .ot-heading__title,
.font-thicboi.display-6.elementor-widget-heading h6.elementor-heading-title {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.3;
}

/*End thicccboi*/
/*Font DM Serif Display*/
.font-dm > *,
div.font-dm.elementor-widget-heading .elementor-heading-title {
  font-family: DM Serif Display;
  font-weight: 400;
  word-spacing: normal;
  letter-spacing: normal;
}

.font-dm.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.265rem + 0.18vw);
}

.font-dm.elementor-widget-heading h3.elementor-heading-title {
  font-size: 24px;
}

.font-dm .display-1,
.font-dm.display-1,
.font-dm.display-1 .ot-heading__title,
.font-dm.display-1.elementor-widget-heading h1.elementor-heading-title {
  font-size: calc(1.385rem + 1.62vw);
  line-height: 1.1;
}

.font-dm .display-2,
.font-dm.display-2,
.font-dm.display-2 .ot-heading__title,
.font-dm.display-2.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.365rem + 1.38vw);
  line-height: 1.15;
}

.font-dm .display-3,
.font-dm.display-3,
.font-dm.display-3 .ot-heading__title,
.font-dm.display-3.elementor-widget-heading h3.elementor-heading-title {
  font-size: calc(1.355rem + 1.26vw);
  line-height: 1.15;
}

.font-dm.display-4,
.font-dm.display-4 .ot-heading__title,
.font-dm.display-4.elementor-widget-heading h4.elementor-heading-title {
  font-size: calc(1.325rem + 0.9vw);
  line-height: 1.2;
}

.font-dm .display-5,
.font-dm.display-5,
.font-dm.display-5 .ot-heading__title,
.font-dm.display-5.elementor-widget-heading h5.elementor-heading-title {
  font-size: calc(1.305rem + 0.66vw);
  line-height: 1.2;
}

.font-dm .display-6,
.font-dm.display-6,
.font-dm.display-6 .ot-heading__title,
.font-dm.display-6.elementor-widget-heading h6.elementor-heading-title {
  font-size: calc(1.285rem + 0.42vw);
  line-height: 1.25;
}

/*End DM Serif Display*/
/*Font font Urbanist*/
.font-urbanist > *,
.font-urbanist .ot-heading__title,
div.font-urbanist.elementor-widget-heading .elementor-heading-title {
  font-family: Urbanist, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

.font-urbanist.elementor-widget-heading h1.elementor-heading-title {
  font-size: calc(1.275rem + 0.3vw);
}

.font-urbanist.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc(1.26rem + 0.12vw);
}

.font-urbanist.elementor-widget-heading h3.elementor-heading-title {
  font-size: 23px;
}

.font-urbanist.elementor-widget-heading h4.elementor-heading-title {
  font-size: 20px;
}

.font-urbanist.elementor-widget-heading h5.elementor-heading-title {
  font-size: 19px;
}

.font-urbanist.elementor-widget-heading h6.elementor-heading-title {
  font-size: 18px;
}


/*End font Urbanist*/
@media (min-width: 1200px) {
  /*Font Manrope*/
  
  /*End DM Serif Display*/
  /*Font font Urbanist*/
  .font-urbanist.elementor-widget-heading h1.elementor-heading-title {
    font-size: 30px;
  }
  .font-urbanist.elementor-widget-heading h2.elementor-heading-title {
    font-size: 27px;
  }
  .font-urbanist .display-1,
  .font-urbanist.display-1,
  .font-urbanist.display-1 .ot-heading__title,
  .font-urbanist.display-1.elementor-widget-heading h1.elementor-heading-title {
    font-size: 2.5rem;
  }
  .font-urbanist.fs-60,
  .font-urbanist.fs-60.elementor-widget-heading h1.elementor-heading-title {
    font-size: 3rem;
  }
  .font-urbanist.fs-28,
  .font-urbanist.fs-28.elementor-widget-heading .elementor-heading-title {
    font-size: 1.4rem;
  }
  .font-urbanist.fs-54,
  .font-urbanist.fs-54 .display-1,
  .font-urbanist.fs-54.elementor-widget-heading h1.elementor-heading-title {
    font-size: 2.7rem;
  }
  .font-urbanist .display-2,
  .font-urbanist.display-2,
  .font-urbanist.display-2 .ot-heading__title,
  .font-urbanist.display-2.elementor-widget-heading h2.elementor-heading-title {
    font-size: 2.3rem;
  }
  .font-urbanist .display-3,
  .font-urbanist.display-3,
  .font-urbanist.display-3 .ot-heading__title,
  .font-urbanist.display-3.elementor-widget-heading h3.elementor-heading-title {
    font-size: 2.1rem;
  }
  .font-urbanist .display-4,
  .font-urbanist.display-4,
  .font-urbanist.display-4 .ot-heading__title,
  .font-urbanist.display-4.elementor-widget-heading h4.elementor-heading-title {
    font-size: 1.9rem;
  }
  .font-urbanist .display-5,
  .font-urbanist.display-5,
  .font-urbanist.display-5 .ot-heading__title,
  .font-urbanist.display-5.elementor-widget-heading h5.elementor-heading-title {
    font-size: 1.7rem;
  }
  .font-urbanist .display-6,
  .font-urbanist.display-6,
  .font-urbanist.display-6 .ot-heading__title,
  .font-urbanist.display-6.elementor-widget-heading h6.elementor-heading-title {
    font-size: 1.5rem;
  }
  /*End font Urbanist*/
}


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

blockquote {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 20px;
  border-left: 3px solid #3f78e0;
  font-size: 17px;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #aab0bc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
blockquote cite:before {
  content: "— ";
}
blockquote.wp-block-quote {
  font-size: 20px;
  margin: 40px 0;
}

blockquote.icon {
  position: relative;
  border: 0;
  padding: 0;
}

blockquote.icon:before {
  position: absolute;
  content: "”";
  top: -30px;
  left: -18px;
  color: rgba(52, 63, 82, 0.05);
  font-size: 200px;
  line-height: 1;
  z-index: 1;
}

blockquote.icon-top {
  padding-top: 75px;
}

blockquote.icon-top:before {
  content: "“";
  color: #aab0bc;
  opacity: 0.3;
  font-size: 130px;
  font-weight: normal;
  top: 0;
  left: -6px;
}

blockquote.text-center.icon-top:before {
  left: 50%;
  transform: translateX(-52%);
}

blockquote.text-right.icon-top:before {
  right: 0;
  left: auto;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.65rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.65rem;
}

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

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

big {
  font-size: 125%;
}

.lead {
  font-size: 18px;
  font-weight: 500;
}

.white {
  color: var(--hieq-color-white);
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-right {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.icon-list {
  list-style: none;
  padding-left: 0;
}
.icon-list li {
  position: relative;
  margin: 5px 0;
}
.icon-list li i {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 20px;
}
.icon-list.bullet-bg li {
  padding-left: 30px;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  top: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-soft-primary i {
  color: #3f78e0;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #dce7f9;
}

.underline {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.underline:after {
  content: "";
  display: block;
  background: rgba(63, 120, 224, 0.12);
  border-radius: 5rem;
  position: absolute;
  width: 102.5%;
  height: 30%;
  left: -1.5%;
  bottom: 9%;
  z-index: -1;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}

.underline-3 {
  position: relative;
  z-index: 1;
}

.underline-3:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 50%;
  bottom: -0.1em;
  width: 110%;
  height: 0.3em;
  transform: translateX(-50%);
}

.underline-3.style-3:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%233f78e0' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

.underline-3.style-2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%233f78e0' d='M64.42,2.42Q42.78,1.46,21.19,0c-2.8-.19-4.09.89-3.87,2L3.92,1.87c-5.13-.05-5.28,3.87-.12,3.92l60.49.55c46.63,2.08,93.34,2.51,139.81,1.27,5-.13,5.39-3.87.13-3.92Z'/%3E%3C/svg%3E");
}

.underline-3.style-2.yellow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23fab758' d='M64.42,2.42Q42.78,1.46,21.19,0c-2.8-.19-4.09.89-3.87,2L3.92,1.87c-5.13-.05-5.28,3.87-.12,3.92l60.49.55c46.63,2.08,93.34,2.51,139.81,1.27,5-.13,5.39-3.87.13-3.92Z'/%3E%3C/svg%3E");
}

.underline-3.style-3.yellow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23fab758' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

.elementor-section.image-wrapper:not(.mobile) {
  background-attachment: fixed !important;
}

.badge {
  --hieq-badge-padding-x: 0.7em;
  --hieq-badge-padding-y: 0.4em;
  --hieq-badge-font-size: 12px;
  --hieq-badge-font-weight: 700;
  --hieq-badge-color: #fff;
  --hieq-badge-border-radius: 8px;
  display: inline-block;
  padding: var(--hieq-badge-padding-y) var(--hieq-badge-padding-x);
  font-size: var(--hieq-badge-font-size);
  font-weight: var(--hieq-badge-font-weight);
  line-height: 1;
  color: var(--hieq-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--hieq-badge-border-radius, 0);
}

.badge:empty {
  display: none;
}

.sticky-bar {
  position: sticky !important;
  top: 140px;
}

.wrapper-border {
  display: block;
  border-bottom: 1px solid rgba(164, 174, 198, 0.2);
}

.lineal-stroke {
  fill: var(--sanbox-svg-color-lineal-stroke);
}

.lineal-fill {
  fill: var(--sanbox-svg-color-lineal-fill);
}

.pink .lineal-fill {
  fill: #e3a6b6;
}

.fill-primary {
  fill: #3f78e0;
}

.fill-secondary {
  fill: #c5d7f6;
}

.text-purple-pink .fill-primary {
  fill: #747ed1;
}

.text-violet .fill-primary {
  fill: #a07cc5;
}

.text-grape-fuchsia .fill-primary {
  fill: #605dba;
}

.pale-primary .svg-fill {
  fill: #e0e9fa;
}

.text-blue,
.link-blue,
.link-blue:hover,
.link-blue:focus {
  color: #3f78e0;
}

.icon-blue .fill-primary {
  fill: #3f78e0;
}

.text-sky,
.link-sky,
.link-sky:hover,
.link-sky:focus {
  color: #5eb9f0;
}

.icon-sky .fill-primary {
  fill: #5eb9f0;
}

.text-purple,
.link-purple,
.link-purple:hover,
.link-purple:focus {
  color: #747ed1;
}

.icon-purple .fill-primary {
  fill: #747ed1;
}

.text-grape,
.link-grape,
.link-grape:hover,
.link-grape:focus {
  color: #605dba;
}

.icon-grape .fill-primary {
  fill: #605dba;
}

.icon-grape .fill-secondary {
  fill: #cfceea;
}

.text-violet,
.link-violet,
.link-violet:hover,
.link-violet:focus {
  color: #a07cc5;
}

.icon-violet .fill-primary {
  fill: #a07cc5;
}

.text-pink,
.link-pink,
.link-pink:hover,
.link-pink:focus {
  color: #d16b86;
}

.icon-pink .fill-primary {
  fill: #d16b86;
}

.text-fuchsia,
.link-fuchsia,
.link-fuchsia:hover,
.link-fuchsia:focus {
  color: #e668b3;
}

.icon-fuchsia .fill-primary {
  fill: #e668b3;
}

.text-red,
.link-red,
.link-red:hover,
.link-red:focus {
  color: #e2626b;
}

.icon-red .fill-primary {
  fill: #e2626b;
}

.text-orange,
.link-orange,
.link-orange:hover,
.link-orange:focus {
  color: #f78b77;
}

.icon-orange .fill-primary {
  fill: #f78b77;
}

.text-yellow,
.link-yellow,
.link-yellow:hover,
.link-yellow:focus {
  color: #fab758;
}

.icon-yellow .fill-primary {
  fill: #fab758;
}

.text-green,
.link-green,
.link-green:hover,
.link-green:focus {
  color: #45c4a0;
}

.icon-green .fill-primary {
  fill: #45c4a0;
}

.text-leaf,
.link-leaf,
.link-leaf:hover,
.link-leaf:focus {
  color: #7cb798;
}

.icon-leaf .fill-primary {
  fill: #7cb798;
}

.text-aqua,
.link-aqua,
.link-aqua:hover,
.link-aqua:focus {
  color: #54a8c7;
}

.icon-aqua .fill-primary {
  fill: #54a8c7;
}

.text-navy,
.link-navy,
.link-navy:hover,
.link-navy:focus {
  color: #343f52;
}

.icon-navy .fill-primary {
  fill: #343f52;
}

.text-ash,
.link-ash,
.link-ash:hover,
.link-ash:focus {
  color: #9499a3;
}

.icon-ash .fill-primary {
  fill: #9499a3;
}

.text-white,
.link-white,
.link-white:hover,
.link-white:focus {
  color: #fff;
}

.icon-white .fill-primary {
  fill: #fff;
}

.text-light,
.link-light,
.link-light:hover,
.link-light:focus {
  color: #fefefe;
}

.icon-light .fill-primary {
  fill: #fefefe;
}

.text-gray,
.link-gray,
.link-gray:hover,
.link-gray:focus {
  color: #f6f7f9;
}

.icon-gray .fill-primary {
  fill: #f6f7f9;
}

.text-secondary,
.link-secondary,
.link-secondary:hover,
.link-secondary:focus {
  color: #aab0bc;
}

.icon-secondary .fill-primary {
  fill: #aab0bc;
}

.text-success,
.link-success,
.link-success:hover,
.link-success:focus {
  color: #45c4a0;
}

.icon-success .fill-primary {
  fill: #45c4a0;
}

.text-info,
.link-info,
.link-info:hover,
.link-info:focus {
  color: #54a8c7;
}

.icon-info .fill-primary {
  fill: #54a8c7;
}

.text-warning,
.link-warning,
.link-warning:hover,
.link-warning:focus {
  color: #fab758;
}

.icon-warning .fill-primary {
  fill: #fab758;
}

.text-danger,
.link-danger,
.link-danger:hover,
.link-danger:focus {
  color: #e2626b;
}

.icon-danger .fill-primary {
  fill: #e2626b;
}

.text-body,
.link-body,
.link-body:hover,
.link-body:focus {
  color: #60697b;
}

.icon-body .fill-primary {
  fill: #60697b;
}

.text-muted,
.link-muted,
.link-muted:hover,
.link-muted:focus {
  color: #aab0bc;
}

.icon-muted .fill-primary {
  fill: #aab0bc;
}

.text-inverse,
.link-inverse,
.link-inverse:hover,
.link-inverse:focus {
  color: #cacaca;
}

.icon-inverse .fill-primary {
  fill: #cacaca;
}

.text-dark,
.link-dark,
.link-dark:hover,
.link-dark:focus {
  color: #343f52;
}

.icon-dark .fill-primary {
  fill: #343f52;
}

.text-line.text-blue:before {
  background-color: #3f78e0;
}

.text-line.text-sky:before {
  background-color: #5eb9f0;
}

.text-line.text-purple:before {
  background-color: #747ed1;
}

.text-line.text-grape:before {
  background-color: #605dba;
}

.text-line.text-violet:before {
  background-color: #a07cc5;
}

.text-line.text-pink:before {
  background-color: #d16b86;
}

.text-line.text-fuchsia:before {
  background-color: #e668b3;
}

.text-line.text-red:before {
  background-color: #e2626b;
}

.text-line.text-orange:before {
  background-color: #f78b77;
}

.text-line.text-yellow:before {
  background-color: #fab758;
}

.text-line.text-green:before {
  background-color: #45c4a0;
}

.text-line.text-leaf:before {
  background-color: #7cb798;
}

.text-line.text-aqua:before {
  background-color: #54a8c7;
}

.text-line.text-navy:before {
  background-color: #343f52;
}

.text-line.text-ash:before {
  background-color: #9499a3;
}

.text-line.text-white:before {
  background-color: #fff;
}

.text-line.text-light:before {
  background-color: #fefefe;
}

.text-line.text-gray:before {
  background-color: #f6f7f9;
}

.text-line.text-dark:before {
  background-color: #262b32;
}

.text-line.text-primary:before {
  background-color: #3f78e0;
}

.text-line.text-muted:before {
  background-color: #aab0bc;
}

.text-primary {
  color: #3f78e0;
}

.bg-primary {
  background-color: #3f78e0;
}

.bg-pale-blue {
  background-color: #e0e9fa;
}

.bg-pale-aqua {
  background-color: #e4f1f6;
}

.bg-pale-violet {
  background-color: #f0eaf6;
}

.link-body {
  color: #60697b;
}

.text-muted {
  color: #aab0bc;
}

.more {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.01rem;
}

.more:after {
  display: inline-block;
  font-family: "Unicons";
  content: "\e94c";
  padding-left: 0.05rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: normal;
  vertical-align: -3px;
  margin-right: -0.25rem;
}

.position-relative {
  position: relative;
}

.text-start {
  text-align: left;
}

.card {
  --hieq-card-spacer-y: 40px;
  --hieq-card-spacer-x: 40px;
  --hieq-card-cap-padding-y: 18px;
  --hieq-card-cap-padding-x: 40px;
  --hieq-card-border-width: 1px;
  --hieq-card-border-color: rgba(164, 174, 198, 0.2);
  --hieq-card-cap-bg: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--hieq-bg-color-white);
  background-clip: border-box;
  border-radius: var(--hieq-border-radius);
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  border: 0;
}

.card.userform {
  display: block;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--hieq-card-spacer-y) var(--hieq-card-spacer-x);
}

.card-footer {
  padding: var(--hieq-card-cap-padding-y) var(--hieq-card-cap-padding-x);
  background-color: var(--hieq-card-cap-bg);
  border-top: var(--hieq-card-border-width) solid var(--hieq-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--hieq-border-radius) var(--hieq-border-radius);
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mt-1 {
  margin-top: 5px;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-n50p {
  transform: translateY(-50%);
}

.h-20 {
  height: 200px !important;
}

.h-19 {
  height: 180px !important;
}

.h-18 {
  height: 160px !important;
}

.h-17 {
  height: 140px;
}

.h-16 {
  height: 120px !important;
}

.h-21 {
  height: 250px !important;
}

.w-20 {
  width: 200px !important;
}

.w-18 {
  width: 160px !important;
}

.w-17 {
  width: 140px !important;
}

.w-16 {
  width: 120px !important;
}

.align-items-start .elementor-container {
  align-items: flex-start;
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky !important;
    top: 8rem;
  }
}
.rounded-circle {
  border-radius: 50% !important;
}

.bg-dot {
  background-size: 15px 15px;
}

.bg-dot, .bg-line {
  opacity: 0.5;
}

.bg-dot.primary {
  background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

.bg-dot.red {
  background-image: radial-gradient(#e2626b 2px, transparent 2.5px);
}

.bg-dot.yellow {
  background-image: radial-gradient(#fab758 2px, transparent 2.5px);
}

.bg-dot.blue {
  background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

.bg-dot.aqua {
  background-image: radial-gradient(#54a8c7 2px, transparent 2.5px);
}

.bg-dot.violet {
  background-image: radial-gradient(#a07cc5 2px, transparent 2.5px);
}

.bg-dot.leaf {
  background-image: radial-gradient(#7cb798 2px, transparent 2.5px);
}

.bg-soft-blue {
  background-color: #f1f5fd;
}

.bg-soft-yellow {
  background-color: #fff8ef !important;
}

.bg-soft-aqua {
  background-color: #f2f8fb;
}

.bg-soft-violet {
  background-color: #f8f5fb;
}

.bg-line.primary {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #3f78e0 1.6px, #3f78e0 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.red {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #e2626b 1.6px, #e2626b 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.aqua {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #54a8c7 1.6px, #54a8c7 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.leaf {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #7cb798 1.6px, #7cb798 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradient-1 {
  background-image: linear-gradient(120deg, #f857a6 10%, #ef3f6e 100%);
}

.p-6 {
  padding: 30px;
}

.shadow {
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.04);
}

.shadow-lg {
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.07);
}

.ot-position-left .box-content, .ot-position-right .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-position-left .flex-gap, .ot-position-right .flex-gap {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ot-position-left .box-content {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .flex-gap {
  margin-right: 20px;
}

.ot-position-right .box-content {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .flex-gap {
  margin-left: 20px;
}

.ot-vertical-align-top .box-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ot-vertical-align-middle .box-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-vertical-align-bottom .box-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.shape {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 98%;
  height: 98%;
  z-index: 0;
  background-color: #f1f5fd;
  border-radius: var(--hieq-border-radius);
}

figure .item-link {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  color: var(--hieq-color-white);
  background-color: rgba(63, 120, 224, 0.7);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.02);
  font-size: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ot-carousel .owl-stage-outer {
  cursor: grab;
}
.ot-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-carousel .owl-nav button[class*=owl-] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 24px;
  border-radius: 50%;
  color: var(--hieq-color-white);
  background-color: rgba(63, 120, 224, 0.9);
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}
.ot-carousel .owl-nav button[class*=owl-]:hover {
  background-color: #3f78e0;
}
.ot-carousel .owl-nav button.disabled {
  opacity: 0.35;
}
.ot-carousel .nav-bottom {
  top: calc(100% + 20px);
  justify-content: center;
  column-gap: 8px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ot-carousel .nav-outside .owl-prev {
  margin-left: -80px;
}
.ot-carousel .nav-outside .owl-next {
  margin-right: -80px;
}
.ot-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  pointer-events: none;
}
.ot-carousel .owl-dots button {
  padding: 0;
  margin: 0;
  pointer-events: all;
}
.ot-carousel .owl-dots button.owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 3px solid transparent;
  transform: scale(0.6);
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in-out;
}
.ot-carousel .owl-dots button.owl-dot:first-child span {
  margin-left: 0;
}
.ot-carousel .owl-dots button.owl-dot:last-child span {
  margin-right: 0;
}
.ot-carousel .owl-dots button.owl-dot:hover span {
  transform: none;
  background: #aab0bc;
}
.ot-carousel .owl-dots button.owl-dot.active span {
  border-color: #aab0bc;
  background: transparent;
  transform: none;
}
.ot-carousel .owl-dots.dots-over .owl-dot span {
  opacity: 1;
}
.ot-carousel .owl-item:hover figure .item-link {
  opacity: 1;
  right: 20px;
}

.ot-ratings {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 16px;
  font-size: 18px;
  line-height: 1;
}

.ot-ratings:after,
.ot-ratings:before {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "★★★★★";
  overflow: hidden;
}

.ot-ratings:before,
.ot-ratings.empty:after {
  color: rgba(38, 43, 50, 0.1);
}

.ot-ratings.one:after {
  content: "★";
}

.ot-ratings.two:after {
  content: "★★";
}

.ot-ratings.three:after {
  content: "★★★";
}

.ot-ratings.four:after {
  content: "★★★★";
}

.cursor-light a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;opacity:0.9;%7D.cls-2%7Bfill:%23262b32;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}

.cursor-dark a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23262b32;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}

.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233f78e0;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}

.hover-scale {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
}

figure.rounded img,
.rounded img,
.rounded .plyr--video,
.rounded {
  border-radius: var(--hieq-border-radius);
}

.card-img-top,
.card-img-top img {
  border-top-left-radius: var(--hieq-border-radius);
  border-top-right-radius: var(--hieq-border-radius);
}

.hover-scale img {
  transition: all 0.35s ease-in-out;
}

.hover-scale:hover img {
  transform: scale(1.05);
}

.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.overlay img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

.overlay a {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}

.overlay * {
  color: var(--hieq-color-white);
  transition: all 0.4s ease;
}

figure.overlay img {
  position: relative;
  opacity: 1;
  width: 100%;
}

.overlay span.bg {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.6);
}

.overlay figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.overlay.caption figcaption {
  opacity: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.overlay.caption figcaption .post-meta > li {
  display: flex;
  align-items: center;
}

.overlay.caption.caption-overlay span.bg {
  opacity: 1;
  background: none;
  background: rgba(30, 34, 40, 0) linear-gradient(transparent 15%, transparent 20%, rgba(30, 34, 40, 0.3) 55%, rgba(30, 34, 40, 0.7) 85%, rgba(30, 34, 40, 0.75) 100%) repeat scroll 0 0;
}

.overlay.caption.caption-overlay span.bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.2);
  transition: all 0.4s ease;
}

.overlay.caption.caption-overlay span.bg:hover:after {
  opacity: 1;
}

.overlay .from-top {
  position: absolute;
  padding: 15px 20px;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-80%);
}

.overlay:hover span.bg {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.overlay:hover figcaption {
  opacity: 1;
}

.overlay:not(.caption-overlay):hover figcaption * {
  transform: translateY(-50%);
}

.lift {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 25px rgba(52, 63, 82, 0.1);
}

.overflow-visible {
  overflow: visible !important;
}

.pe-none {
  pointer-events: none !important;
}

.text-line {
  position: relative;
  vertical-align: top;
  padding-left: 28px;
}

.text-line:not(.text-gradient) {
  display: inline-flex;
}

.text-line:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 0.05rem;
  background: #3f78e0;
  transform: translateY(-60%);
}

.ot-1-cols > div,
.ot-2-cols > div,
.ot-3-cols > div,
.ot-4-cols > div {
  width: 100%;
}

@-webkit-keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fefefe;
  z-index: 9999;
  transition: 0.5s all;
}

.page-loader.done {
  visibility: hidden;
  opacity: 0;
}

.page-loader:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  background: none;
  border: 4px solid #3f78e0;
  box-shadow: none;
  border-radius: 50%;
  -webkit-animation: loader-scale 1s ease-out infinite;
  animation: loader-scale 1s ease-out infinite;
}

@media (min-width: 768px) {
  .ot-3-cols > div {
    width: 33.33333333%;
  }
  .ot-2-cols > div,
  .ot-4-cols > div {
    width: 50%;
  }
  .d-md-block {
    display: block !important;
  }
  article .card-footer {
    padding: 25px 35px;
  }
}
@media (min-width: 992px) {
  .ot-4-cols > div {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .projects-overflow .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: static !important;
  }
  .projects-overflow .project {
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04) !important;
    border-radius: 0.4rem !important;
  }
  .projects-overflow .project figure img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .projects-overflow .project-details .card {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .shape {
    display: none;
  }
}
/*--------------------------------------------------------------
# s
--------------------------------------------------------------*/
hr {
  height: 1px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

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

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

table {
  caption-side: bottom;
  border-collapse: collapse;
  border-spacing: 2px;
}

caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #aab0bc;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  --hieq-table-color: #60697b;
  --hieq-table-bg: transparent;
  --hieq-table-border-color: #edeff3;
  --hieq-table-accent-bg: transparent;
  --hieq-table-striped-color: #60697b;
  --hieq-table-striped-bg: rgba(164, 174, 198, 0.07);
  --hieq-table-active-color: #60697b;
  --hieq-table-active-bg: rgba(164, 174, 198, 0.07);
  --hieq-table-hover-color: #60697b;
  --hieq-table-hover-bg: rgba(164, 174, 198, 0.07);
  width: 100%;
  margin-bottom: 20px;
  color: var(--hieq-table-color);
  vertical-align: top;
  border-color: var(--hieq-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 18px 18px;
  background-color: var(--hieq-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--hieq-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid #edeff3;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 5px 5px;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --hieq-table-accent-bg: var(--hieq-table-striped-bg);
  color: var(--hieq-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --hieq-table-accent-bg: var(--hieq-table-striped-bg);
  color: var(--hieq-table-striped-color);
}

.table-active {
  --hieq-table-accent-bg: var(--hieq-table-active-bg);
  color: var(--hieq-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --hieq-table-accent-bg: var(--hieq-table-hover-bg);
  color: var(--hieq-table-hover-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Button Group
================================================== */
.octf-btn {
  --hieq-btn-padding-x: 24px;
  --hieq-btn-padding-y: 10px;
  --hieq-btn-font-family: Manrope, sans-serif;
  --hieq-btn-font-size: 16px;
  --hieq-btn-font-weight: 700;
  --hieq-btn-line-height: 1.7;
  --hieq-btn-text-color: #fff;
  --hieq-btn-bg: #3f78e0;
  --hieq-btn-border-width: 2px;
  --hieq-btn-border-color: transparent;
  --hieq-btn-border-radius: 1000px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hieq-btn-font-family);
  font-size: var(--hieq-btn-font-size);
  font-weight: var(--hieq-btn-font-weight);
  line-height: var(--hieq-btn-line-height);
  color: var(--hieq-btn-text-color);
  background-color: var(--hieq-btn-bg);
  padding: var(--hieq-btn-padding-y) var(--hieq-btn-padding-x);
  letter-spacing: -0.2px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: none;
  border: var(--hieq-btn-border-width) solid var(--hieq-btn-border-color);
  border-radius: var(--hieq-btn-border-radius);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.octf-btn svg {
  width: 1em;
  fill: currentColor;
}
.octf-btn:hover, .octf-btn:focus {
  color: var(--hieq-color-white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}
.octf-btn.outline {
  background: transparent;
  color: #3f78e0;
  border: 2px solid;
}
.octf-btn.outline:hover, .octf-btn.outline:focus {
  background: #3f78e0;
  color: #fff;
  border-color: #3f78e0;
}

.octf-btn-soft {
  color: #3f78e0;
  background-color: var(--hieq-bg-soft-primary);
}
.octf-btn-soft:hover {
  color: #3f78e0;
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.05);
}

.octf-btn-expand {
  background: none;
  color: #3f78e0;
  border: 0;
  padding-left: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  max-height: 50px;
  font-size: 17px;
}
.octf-btn-expand i, .octf-btn-expand svg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.octf-btn-expand i {
  width: 50px;
  height: 50px;
  font-size: 26px;
  color: #fff;
}
.octf-btn-expand svg {
  width: 50px;
  padding: 15px;
  fill: #fff;
}
.octf-btn-expand span {
  position: relative;
  padding-left: 59px;
  z-index: 2;
}
.octf-btn-expand:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #3f78e0;
  z-index: 0;
  border-radius: 1000px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.octf-btn-expand:hover, .octf-btn-expand:focus {
  transform: translateY(0);
  color: #fff;
  box-shadow: none;
}
.octf-btn-expand:hover:before, .octf-btn-expand:focus:before {
  width: 100%;
}
.octf-btn-expand:hover i, .octf-btn-expand:focus i {
  left: 5px;
}

.octf-btn-lg {
  --hieq-btn-padding-y: 13px;
  --hieq-btn-padding-x: 28px;
  --hieq-btn-font-size: 17px;
}

.octf-btn-sm {
  --hieq-btn-padding-y: 8px;
  --hieq-btn-padding-x: 20px;
  --hieq-btn-font-size: 14px;
}

.octf-btn-icon-left .octf-btn {
  flex-direction: row-reverse;
}

.octf-btn-icon-left i,
.octf-btn-icon-left svg {
  margin-right: 6px;
}

.octf-btn-icon-right i,
.octf-btn-icon-right svg {
  margin-left: 6px;
}

.post-nav .octf-btn i {
  font-size: 18px;
}

/* Button Play */
.octf-btn-play {
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: calc(1.355rem + 1.26vw);
  color: #fff;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100%;
}
.octf-btn-play i {
  margin-left: 3px;
}
.octf-btn-play:before, .octf-btn-play:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3f78e0;
  opacity: 0.8;
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.octf-btn-play:after {
  opacity: 0.6;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.octf-btn-play:hover, .octf-btn-play:focus {
  transform: translateY(0);
}

.font-urbanist .octf-btn {
  --hieq-btn-font-family: Urbanist, sans-serif;
  --hieq-btn-font-size: 17px;
  --hieq-btn-font-weight: 600;
  letter-spacing: normal;
  word-spacing: 0;
}

@media (min-width: 1200px) {
  .octf-btn-expand i {
    font-size: 27px;
  }
  .octf-btn-play {
    font-size: 46px;
  }
}
@-webkit-keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):hover, .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):focus {
  transform: none;
}

.white .octf-btn {
  background: #fff;
  color: #343f52;
}

.is-stuck .white .octf-btn {
  color: #fff;
  background: #3f78e0;
}

.hieq input[type=text],
.hieq input[type=email],
.hieq input[type=url],
.hieq input[type=password],
.hieq input[type=search],
.hieq input[type=number],
.hieq input[type=tel],
.hieq input[type=range],
.hieq input[type=date],
.hieq input[type=month],
.hieq input[type=week],
.hieq input[type=time],
.hieq input[type=datetime],
.hieq input[type=datetime-local],
.hieq input[type=color],
.hieq textarea {
  color: #666666;
  border: 1px solid rgba(8, 60, 130, 0.07);
  padding: 10px 12px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  border-radius: var(--hieq-border-radius);
}
.hieq input[type=text]:focus,
.hieq input[type=email]:focus,
.hieq input[type=url]:focus,
.hieq input[type=password]:focus,
.hieq input[type=search]:focus,
.hieq input[type=number]:focus,
.hieq input[type=tel]:focus,
.hieq input[type=range]:focus,
.hieq input[type=date]:focus,
.hieq input[type=month]:focus,
.hieq input[type=week]:focus,
.hieq input[type=time]:focus,
.hieq input[type=datetime]:focus,
.hieq input[type=datetime-local]:focus,
.hieq input[type=color]:focus,
.hieq textarea:focus {
  color: #666666;
}

select {
  display: block;
  width: 100%;
  padding: 0.6rem 2rem 0.6rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #959ca9;
  word-wrap: normal;
  background-color: #fefefe;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  background-clip: padding-box;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: var(--hieq-border-radius);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  select, .form-select {
    transition: none;
  }
}
select:focus, .form-select:focus {
  border-color: rgba(8, 60, 130, 0.1);
  outline: 0;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04), unset;
}

select[multiple], .form-select[multiple],
select[size]:not([size="1"]), .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

select:disabled, .form-select:disabled {
  background-color: #f6f7f9;
}

select:disabled, .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #959ca9;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}

:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}

input.form-control,
textarea.form-control,
select.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #60697b;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(8, 60, 130, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--hieq-border-radius);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #60697b;
  background-color: #fefefe;
  border-color: #9fbcf0;
  outline: 0;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.form-control::-webkit-date-and-time-value {
  height: 1.7em;
}

.form-control::-moz-placeholder {
  color: #959ca9;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #959ca9;
  opacity: 1;
}

.form-control::placeholder {
  color: #959ca9;
  opacity: 1;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.dark-fields .form-control {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  color: #cacaca;
}

.dark-fields .form-control:focus {
  border-color: rgba(63, 120, 224, 0.5);
  color: #cacaca;
}

.form-floating {
  position: relative;
}

.form-floating > p > input.form-control,
.form-floating > p > input.form-control-plaintext,
.form-floating > p > select.form-select {
  height: 52px;
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px 20px;
  color: #959ca9;
  font-size: 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.4rem) translateX(0.2rem);
}

/*popup*/
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.popup-form .hieq-form {
  width: 450px;
}
.popup-form.popup-open {
  opacity: 1;
  visibility: visible;
}
.popup-form.popup-open .hieq-form,
.popup-form.popup-open .popup-inner {
  transform: none;
}
.popup-form .popup-close {
  color: #343f52;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-form .popup-close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #343f52;
}
.popup-form a.otbtn-close {
  display: block;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(30, 34, 40, 0.9);
}

.popup-inner {
  max-width: 560px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  transform: translate(0, -50px);
}

/*login/register*/
.ot-userform .hieq-form {
  transform: none;
}

.hieq-form {
  max-width: none;
}
.hieq-form form {
  margin-bottom: 25px;
}
.hieq-form .octf-btn {
  width: 100%;
}
.hieq-form .error {
  color: red;
}
.hieq-form .otbtn-close {
  display: none;
}

.password-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  color: #959ca9;
}

/*mailchimp*/
.thicccboi .octf-btn {
  font-size: 17px;
}
.thicccboi .octf-btn,
.thicccboi input, .thicccboi label {
  font-family: "THICCCBOI";
}

.urbanist .octf-btn {
  font-size: 17px;
}
.urbanist .octf-btn,
.urbanist input, .urbanist label {
  font-family: "Urbanist";
}

.yellow .mc4wp-form .octf-btn {
  background: var(--hieq-color-yellow);
}

.yellow .mc4wp-form .form-control:focus {
  border-color: rgba(250, 183, 88, 0.5);
}

.aqua .mc4wp-form .octf-btn {
  background: var(--hieq-color-aqua);
}

.aqua .mc4wp-form .form-control:focus {
  border-color: rgba(84, 168, 199, 0.5);
}

.purple .mc4wp-form .octf-btn {
  background: var(--hieq-color-purple);
}

.purple .mc4wp-form .form-control:focus {
  border-color: rgba(116, 126, 209, 0.5);
}

.orange .mc4wp-form .octf-btn {
  background: var(--hieq-color-orange);
}

.orange .mc4wp-form .form-control:focus {
  border-color: rgba(247, 139, 119, 0.5);
}

.violet .mc4wp-form .octf-btn {
  background: var(--hieq-color-violet);
}

.violet .mc4wp-form .form-control:focus {
  border-color: rgba(160, 124, 197, 0.5);
}

.sky .mc4wp-form .octf-btn {
  background: var(--hieq-color-sky);
}

.sky .mc4wp-form .form-control:focus {
  border-color: rgba(94, 185, 240, 0.5);
}

.navy .mc4wp-form .octf-btn {
  background: var(--hieq-color-navy);
}

.navy .mc4wp-form .form-control:focus {
  border-color: rgba(52, 63, 82, 0.5);
}

.grape .mc4wp-form .octf-btn {
  background: linear-gradient(120deg, #f857a6 10%, #ef3f6e 100%);
}

.grape .mc4wp-form .form-control:focus {
  border-color: rgba(96, 93, 186, 0.5);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3f78e0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #3f78e0;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

a.hover,
.posted-in a {
  position: relative;
}
a.hover::before,
.posted-in a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
a.hover::before,
.posted-in a::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover:hover:before,
.posted-in a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.site-logo {
  display: flex;
  align-items: center;
}

.has-slogo .slogo {
  display: none;
}

.is-stuck .has-slogo img {
  display: none;
}
.is-stuck .has-slogo .slogo {
  display: inherit;
} /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-header.header-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: none;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.octf-mainbar-row .octf-col.menu-col {
  justify-content: flex-end;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
  text-align: left;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 18px;
}

#exp-header-default.main-header.sticky-header .main-navigation > ul > li{
    padding: 10px 0px;
}

.main-navigation > ul > li:last-child {
  margin-right: 0;
}

.main-navigation ul ul.sub-menu {
  float: none;
  margin: 10px 0 0 0;
  padding: 0;
  background-color: #fff;
  min-width: 200px;
  white-space: nowrap;
  padding: 20px 0px;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0 0 20.5px rgba(30, 34, 40, 0.06);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.main-navigation ul ul.sub-menu.sub-mega-menu {
  min-width: 380px;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.main-navigation ul ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  z-index: -1;
}


.main-navigation ul > li > a:hover {
  color: #222;
}

.main-navigation ul > li.menu-item-has-children > a:after,
.main-navigation ul > li.dropdown > a:after {
  font-size: 10px;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1px;
  font-weight: 700;
  border: 0;
  content: "\f107";
}

.a-none > ul > li.menu-item-has-children > a:after,
.a-none > ul > li.dropdown > a .menu-text:after {
  font-size: 0;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after,
.main-navigation > ul > li.dropdown:last-child > a:after {
  right: 0px;
}

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


.main-navigation ul li li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 0;
  position: absolute;
  right: 0px;
  top: 0.3rem;
}
.main-navigation ul li li .elementor-inner-section {
  overflow-y: scroll;
  margin-right: -17px;
  max-height: 30.6rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main-navigation ul li li .elementor-inner-section::-webkit-scrollbar {
  display: none;
}
.main-navigation ul li li .mega-menu-content a {
  padding: 0;
}
.main-navigation ul li li .elementor-widget-image a img[src$=".svg"] {
  width: auto;
  padding: 20px;
}

.main-navigation ul li li a {
  font-size: 15px;
  line-height: 25.5px;
  font-weight: 700;
  color: #343f52;
  text-align: left;
  display: block;
  padding: 5px 30px 5px 30px;
  position: relative;
  text-decoration: none;
  outline: none;
}

.main-navigation ul > li > a.mPS2id-highlight,
.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: #3f78e0;
}

.main-navigation ul li ul ul.sub-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
  margin-left: 10px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation > ul > li.is-mega-menu .elementor-section.elementor-top-section > .elementor-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.main-navigation ul li:hover > ul:not(.sub-mega-menu),
.main-navigation > ul > li.is-mega-menu:hover .elementor-section.elementor-top-section > .elementor-container {
  pointer-events: all;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
section.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

section.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  border-radius: 0 !important;
  background: #fff;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay {
  top: 32px;
}

@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 12px;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .octf-main-header {
    display: none;
  }
  .header-topbar {
    display: none;
  }
  .header_mobile {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }
  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 15px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 26px;
  }
  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }












  

  .ext-nav-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #mmenu_toggle {
    position: relative;
    cursor: pointer;
    width: 34px;
    height: 20px;
  }

  #mmenu_toggle:before{
    top: 0;
    width: 24px;
  }

  #mmenu_toggle:after{
    bottom: 0;
    width: 24px;
  }

  #mmenu_toggle:before,
  #mmenu_toggle:after,
  #mmenu_toggle span {
    content: '';
    background-color: #1b1b1b;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  #mmenu_toggle:hover:before,
  #mmenu_toggle:hover:after{
    width: 100%;
  }

  #mmenu_toggle span{
    top: 9px;
    width: 100%;
  }

  #mmenu_toggle:after {
    bottom: 0;
    width: 24px;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #343f52;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }
  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #343f52;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #343f52;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  #mmenu_toggle.active button {
    background: none;
  }
  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }
  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }
  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    display: none;
  }
  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #343f52;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
  .header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
    color: #3f78e0;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 22px;
    line-height: 1.2;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
  .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #3f78e0;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

#ext-header-mobile {
  display: none;
}

.page-header {
  width: 100%;
  height: 370px;
  font-weight: 500;
  background: #f1f5fd center center no-repeat;
  background-size: cover;
  position: relative;
}
.page-header .page-title {
  font-size: 48px;
  margin-bottom: 0;
  flex: 1;
  padding: 15px 0;
}
.page-header .lead {
  margin-bottom: 0;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.page-header .breadcrumbs li {
  display: inline-block;
  color: #fff;
}
.page-header .breadcrumbs li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: rgba(96, 105, 123, 0.35);
  margin: -3px 10px 0;
  display: inline-block;
  vertical-align: middle;
}

.page-header:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.80);
}

.page-title {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 18px;
  text-transform: capitalize;
}

.page-header .page-title{
  color: #fff;
}

.breadcrumba {
  position: relative;
  padding: 18px 30px;
  margin-top: 10px;
  border-radius: 0px 0px 10px 0px;
}

.breadcrumbs {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}


.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.page-header .breadcrumbs li a:hover {
  color: #3f78e0;
}

.breadcrumbs li a,
.page-header .breadcrumbs li:before{
  color: #ffffff;
}

.breadcrumbs {
  position: relative;
  padding: 18px 30px;
  margin-top: 10px;
  display: inline-block;
  background-color: #ab7442;
  border-radius: 0px 0px 10px 0px;
}

.breadcrumbs li a {
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*single post*/
.single-page-header {
  position: relative;
  z-index: 0;
  padding: 190px 0 180px;
  background: #f1f5fd;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.single-page-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.single-page-header .sing-page-header-content {
  position: relative;
  z-index: 2;
}
.single-page-header .page-title {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 20px;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.single-page-header .post-meta {
  display: block;
  font-size: 16px;
}
.single-page-header.white-text .post-header * {
  color: #fff;
}
.single-page-header.white-text .post-header * a:hover {
  color: #fff;
}
.single-page-header.white-text .post-header .post-cates:before {
  background: #fff;
}
.single-page-header.no-bg:before {
  display: none;
}

@media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
    .admin-bar .sticky-header .main-header__menu {
        top: 0px;
    }
  .page-header .container,
  .single-page-header .container {
    width: 100%;
  }
  .page-header .page-title,
  .single-page-header .page-title {
    font-size: 36px;
    line-height: 42px;
    max-width: 100%;
  }
  .page-header .breadcrumbs,
  .single-page-header .breadcrumbs {
    font-size: 14px;
  }
  .page-header .lead,
  .single-page-header .lead {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .page-header {
    height: 320px;
  }
  .page-header .page-title {
    font-size: 30px;
  }
}
.mega-menu-content .elementor-widget-icon-list li.elementor-icon-list-item a .elementor-icon-list-text {
  width: 100%;
}

/*alert*/
.header-alert .elementor-alert {
  text-align: center;
}
.header-alert .elementor-alert .elementor-alert-title span {
  display: inline-block;
  background: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  color: #54a8c7;
}
.header-alert .elementor-alert a {
  color: #fff;
  font-weight: 600;
}
.header-alert .elementor-alert button.elementor-alert-dismiss {
  font-size: 35px;
  font-weight: 300;
  right: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.header-alert .elementor-alert button.elementor-alert-dismiss:hover {
  color: #fff;
}

/*polylang*/
.cpel-switcher--layout-dropdown div.cpel-switcher__toggle:after {
  font-size: 17px;
  font-family: Unicons;
  display: inline-block;
  width: 100% !important;
  padding-left: 22px;
  font-weight: 700;
  content: "\e92d";
  color: #3f78e0;
}

.cpel-switcher--layout-dropdown ul.cpel-switcher__list {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #fff;
  padding: 13px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  transition: none;
}
.cpel-switcher--layout-dropdown ul.cpel-switcher__list a {
  padding: 4px 30px;
}

.cpel-switcher--layout-dropdown .cpel-switcher__toggle--on + ul.cpel-switcher__list {
  transition: none;
  visibility: visible;
  opacity: 1;
}

/*WPML*/
.wpml-ls-legacy-dropdown {
  width: auto;
  font-weight: 700;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  line-height: 27px;
  border: none;
  padding: 0;
  padding-right: 17px;
  background: none;
  color: #343f52;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  font-size: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  font-family: Unicons;
  font-weight: 700;
  content: "\e92d";
  color: #3f78e0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: #3f78e0;
}
.wpml-ls-legacy-dropdown li:hover .wpml-ls-sub-menu {
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  padding: 13px 0;
  min-width: 80px;
  background: #fff;
  opacity: 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  transition: all 0.2s ease-out 0s;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  z-index: -1;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: none;
  line-height: 26px;
  padding: 4px 30px;
  color: #343f52;
  transition: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #3f78e0;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: none;
}

.thicccboi .lang-header,
.thicccboi .wpml-ls-legacy-dropdown {
  font-family: "THICCCBOI";
  font-size: 17px;
}

.urbanist .lang-header,
.urbanist .wpml-ls-legacy-dropdown {
  font-family: "Urbanist";
  font-size: 17px;
  font-weight: 600;
}

.is-stuck .sticky-full {
  box-shadow: none !important;
  margin-top: 0 !important;
}

.is-stuck.elementor-element .purple a.octf-btn {
  background: var(--hieq-color-purple);
  color: #fff;
}

.is-stuck .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.is-stuck .white .wpml-ls-legacy-dropdown li:hover .wpml-ls-item-toggle {
  color: #343f52;
}

.is-stuck .purple .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before,
.is-stuck .purple .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: var(--hieq-color-purple);
}

.no-arrow .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0;
}

.no-arrow .lang-header .lang-toggle:after,
.no-arrow .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  font-size: 0;
}

.yellow .lang-header .lang-toggle:after,
.yellow .lang-header .lang-item:hover,
.yellow .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: var(--hieq-color-yellow);
}

.orange .lang-header .lang-toggle:after,
.orange .lang-header .lang-item:hover,
.orange .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: var(--hieq-color-orange);
}

.violet .lang-header .lang-toggle:after,
.violet .lang-header .lang-item:hover,
.violet .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: var(--hieq-color-violet);
}

.purple .lang-header .lang-toggle:after,
.purple .lang-header .lang-item:hover,
.purple .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: var(--hieq-color-purple);
}

.dark .lang-header .lang-toggle:after,
.dark .lang-header .lang-item:hover,
.dark .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #343f52;
}

.white .lang-header .lang-toggle,
.white .lang-header .lang-toggle:after,
.white .wpml-ls-legacy-dropdown li:hover .wpml-ls-item-toggle {
  color: #fff;
}

.white .lang-header .lang-toggle:hover:after,
.white .lang-header .lang-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.is-stuck .white .lang-header .lang-toggle {
  color: #343f52;
}

.is-stuck .white .lang-header .lang-toggle:after {
  color: #3f78e0;
}

/*language custom*/
.lang-header {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.lang-header .lang-toggle:after {
  vertical-align: -1px;
  font-size: 17px;
  font-family: Unicons;
  font-weight: 700;
  content: "\e92d";
  color: #3f78e0;
}
.lang-header .lang-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%);
  min-width: 80px;
  list-style: none;
  padding: 13px 0;
  margin: 10px 0 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.06);
  transition: all 0.3s;
}
.lang-header .lang-menu a {
  padding: 4px 30px;
}
.lang-header .lang-menu:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
}
.lang-header .lang-item {
  display: block;
  color: #343f52;
  text-transform: uppercase;
}
.lang-header .lang-item:hover {
  color: #3f78e0;
}
.lang-header:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

/*--------------------------------------------------------------
# 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-size: 0.875px;
  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;
}

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

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

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

@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*posts and pages*/
.entry-content {
  padding: 120px 0;
}

.content-area {
  padding-right: 35px;
}
.content-area.col-lg-10 {
  padding-right: 15px;
}
.content-area.pull-right {
  padding-left: 35px;
  padding-right: 15px;
}
.content-area.pull-right ~ aside {
  padding-left: 15px;
  padding-right: 35px;
}

.post-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0 0 1.25rem rgba(30, 34, 40, 0.04);
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
  overflow: hidden;
}
.post-box .entry-media .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(30, 34, 40, 0.6);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .entry-media .bg-overlay h5 {
  position: absolute;
  padding: 15px 20px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  transform: translateY(-80%);
  transition: all 0.4s ease;
}
.post-box .entry-media img {
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .hover-scale:hover .bg-overlay {
  opacity: 1;
}
.post-box .hover-scale:hover .bg-overlay h5 {
  transform: translateY(-50%);
}
.post-box .hover-scale:hover img {
  transform: scale(1.05);
}
.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 50px 40px;
}
.post-box .entry-meta {
  padding: 25px 50px;
  border-top: 1px solid rgba(164, 174, 198, 0.2);
  text-transform: capitalize;
  font-size: 14px;
  color: #aab0bc;
}
.post-box .entry-meta .post-meta {
  color: currentColor;
}
.post-box .entry-title {
  margin-bottom: 20px;
  line-height: 36px;
}
.post-box .entry-title a {
  color: #343f52;
  display: inline-block;
}
.post-box .entry-title a:hover {
  color: #3f78e0;
}
.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.post-box .padding-box + .inner-post {
  border-top: none;
  padding-top: 20px;
}
.post-box .gallery-post .owl-nav button[class*=owl-] {
  color: #343f52;
  background-color: rgba(255, 255, 255, 0.7);
}
.post-box .gallery-post .owl-nav button[class*=owl-]:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.post-box .gallery-post .owl-dots {
  bottom: 12px;
}
.post-box .gallery-post .owl-dots button.owl-dot span,
.post-box .gallery-post .owl-dots button.owl-dot:hover span {
  background: #fff;
}
.post-box .gallery-post .owl-dots button.owl-dot.active span {
  border-color: #fff;
  background: transparent;
}
.post-box .audio-box iframe {
  width: 100%;
}

.plyr__control--overlaid {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.04);
  color: #343f52;
}
.plyr__control--overlaid:before, .plyr__control--overlaid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.plyr__control--overlaid:after {
  opacity: 0.6;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.plyr__control--overlaid:hover {
  background: #fff;
  color: #3f78e0;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.04);
  transition: all 0.2s ease-in-out;
}

.page-pagination {
  margin-bottom: 0;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.04);
  display: inline-flex;
  margin-right: 1px;
}
.page-pagination li {
  margin-left: -1px;
}
.page-pagination li:first-child > * {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-pagination li:last-child > * {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-pagination li a, .page-pagination li span {
  font-size: 13px;
  color: #343f52;
  background: #fff;
  font-weight: 700;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(164, 174, 198, 0.2);
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 18px;
}
.page-pagination li span, .page-pagination li a:hover {
  color: #3f78e0;
}

.hidden-date .post-date,
.hidden-date .post-author:before,
.hidden-date.hidden-author .post-comments:before,
.hidden-author .post-author,
.hidden-comment .post-comments {
  display: none;
}

.blog-grid {
  margin-right: -20px;
  margin-left: -20px;
}
.blog-grid:after {
  content: "";
  display: block;
  clear: both;
}
.blog-grid .post-box {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-grid.pf_1_cols .post-box {
  width: 100%;
}
.blog-grid.pf_2_cols .post-box {
  width: 50%;
}
.blog-grid.pf_3_cols .post-box {
  width: 33.3333333333%;
}
.blog-grid.pf_4_cols .post-box {
  width: 25%;
}

@media only screen and (min-width: 992px) {
  .blog-grid.pf_2_cols .post-box:nth-child(2n+1) {
    clear: both;
  }
  .blog-grid.pf_3_cols .post-box:nth-child(3n+1) {
    clear: both;
  }
  .blog-grid.pf_4_cols .post-box:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .blog-grid.pf_3_cols .post-box,
  .blog-grid.pf_4_cols .post-box {
    width: 50%;
  }
  .blog-grid.pf_3_cols .post-box:nth-child(2n+1),
  .blog-grid.pf_4_cols .post-box:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid .post-box,
  .blog-grid.pf_4_cols .post-box,
  .blog-grid.pf_3_cols .post-box,
  .blog-grid.pf_2_cols .post-box {
    width: 100%;
    clear: both;
  }
}
/* blog post */
.single-post .col-lg-10 {
  margin-top: -260px;
}

.blog-post {
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post .inner-post {
  padding: 50px 60px 56px;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post .wp-block-gallery {
  --wp--style--unstable-gallery-gap: 30px;
  gap: 30px;
  margin: 40px 0;
}
.blog-post .wp-block-gallery img {
  border-radius: 8px;
}
.blog-post .entry-footer {
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
.blog-post .center-line {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid rgba(164, 174, 198, 0.2);
}
.blog-post .author-bio .author-header {
  justify-content: space-between;
}
.blog-post .author-bio .dflex {
  align-items: center;
}
.blog-post .author-bio .octf-btn {
  font-size: 14px;
  line-height: 24px;
  padding: 7px 21px;
  background: rgba(164, 174, 198, 0.2);
  color: #343f52;
}
.blog-post .author-bio .octf-btn:hover {
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.05);
}
.blog-post .author-bio .octf-btn i {
  font-size: 16px;
  margin-right: 4px;
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 20px;
}
.blog-post .author-bio .author-image img {
  border-radius: 50%;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 4px;
}
.blog-post .author-bio .author-info span {
  text-transform: capitalize;
  font-size: 15px;
  color: #aab0bc;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-socials a {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.blog-post .author-bio .author-socials a:hover {
  transform: translateY(-3px);
}
.blog-post .author-bio .author-socials .uil-twitter {
  color: #5daed5;
}
.blog-post .author-bio .author-socials .uil-facebook-f {
  color: #4470cf;
}
.blog-post .author-bio .author-socials .uil-dribbble {
  color: #d07ead;
}
.blog-post .author-bio .author-socials .uil-instagram {
  color: #d53581;
}
.blog-post .author-bio .author-socials .uil-youtube {
  color: #c8312b;
}
.blog-post .slide-posts {
  margin-bottom: 110px;
}
.blog-post .slide-posts img {
  border-radius: 8px;
}
.blog-post .slide-posts .entry-title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 30px;
}
.blog-post .slide-posts .entry-meta {
  padding: 0;
  border: none;
}
.blog-post .slide-posts .entry-meta span {
  margin-right: 5px;
  display: inline-block;
  color: #aab0bc;
}
.blog-post .slide-posts .entry-meta span.byline {
  display: none;
}
.blog-post .share-post .octf-btn {
  font-size: 14px;
  padding: 6px 20px;
}

.share-post {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.share-post .octf-btn {
  background: var(--hieq-color-red);
}
.share-post .octf-btn i {
  font-size: 16px;
  margin-right: 5px;
}
.share-post .sdropdown {
  display: none;
  position: absolute;
  z-index: 9;
  padding: 13px 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.06);
}
.share-post .sdropdown a {
  display: block;
  padding: 5px 23px;
  color: #343f52;
}
.share-post .sdropdown a:hover {
  color: #3f78e0;
}
.share-post .sdropdown a i {
  vertical-align: -2px;
  font-size: 16px;
  margin-right: 10px;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 1399px) {
  .content-area.col-md-8,
  #primary-sidebar {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .content-area.col-md-8 {
    margin-bottom: 30px;
  }
  .post-box.post-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .post-box .inner-post {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .col-lg-10 {
    margin-top: -200px;
  }
  .post-box .inner-post {
    padding: 15px 15px;
  }
  .single-post .entry-content {
    padding: 50px 0 70px;
  }
  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
  blockquote {
    font-size: 18px;
  }
}
/**theme check**/
.blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-top: 7px;
  margin-bottom: 26px;
}

.page-links {
  clear: both;
  padding-top: 25px;
  font-weight: 600;
  color: #1b1d21;
}

.page-links a {
  color: #1b1d21;
}

.page-links a:hover {
  text-decoration: underline;
}

.page-links span,
.page-links a {
  display: inline-block;
  margin-left: 7px;
}

.page-links-title {
  font-weight: 500;
}

.page-links > span:not(.page-links-title) {
  color: #888;
}

.post-password-form input[type=password] {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-password-form input[type=submit] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  background: #1a1a1a;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  color: #fff;
  outline: none;
  min-width: 122px;
  font-family: "Titillium Web", sans-serif;
}

.post-password-form input[type=submit]:hover {
  background: transparent;
  color: #1a1a1a;
}

.sticky .post-inner {
  background: #1a1b1e;
  color: #fff;
}

.sticky .post-cates a {
  background: #fff;
  color: #1a1a1a;
}

.sticky .post-cates a:hover {
  background: #eee;
}

.sticky .inner-post .entry-meta {
  color: #ccc;
}

.post-box.sticky .entry-meta a {
  color: #bbb;
}

.post-box.sticky .entry-footer .btn-details {
  color: #fff;
}

.sticky .btn-details:before {
  background: #666;
}

.post-box.sticky .entry-meta a:hover {
  color: #fff;
}

.post-box.sticky .entry-footer .btn-details:hover {
  color: #fff;
}

.sticky .inner-post .entry-title a {
  color: #fff;
}



/* recent post */
.recent-news {
  padding-top: 8px;
  padding-left: 0;
  margin: 0;
}
.recent-news li {
  display: flex;
  align-items: center;
}
.recent-news li:not(:last-child) {
  margin-bottom: 20px;
}
.recent-news .thumb {
  min-width: 90px;
  width: 90px;
  padding-right: 20px;
}
.recent-news .thumb img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.recent-news h6 {
  font-weight: 700;
  line-height: 1.4;
}
.recent-news h6 a {
  color: #343f52;
}
.recent-news h6 a:hover {
  color: #3f78e0;
}
.recent-news .post-on {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #aab0bc;
}

/*tags*/
.tagcloud a svg,
.wp-block-tag-cloud a svg {
  width: 1em;
  fill: currentColor;
}
.tagcloud a:hover, .tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
  color: var(--hieq-color-white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  font-style: normal;
  content: "#";
  font-weight: 400;
  padding-right: 4px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  color: #343f52;
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.05);
}

.font-urbanist .tagcloud a,
.font-urbanist .wp-block-tag-cloud a {
  --hieq-btn-font-family: Urbanist, sans-serif;
  --hieq-btn-font-weight: 600;
  font-size: 15px !important;
  letter-spacing: normal;
  word-spacing: 0;
}

/*footer widget*/
.elementor-widget-wp-widget-tag_cloud h5,
.elementor-widget-wp-widget-categories h5 {
  display: none;
}

.elementor-widget-wp-widget-categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.elementor-widget-wp-widget-categories ul li {
  position: relative;
  padding-left: 20px;
  color: #343f52;
}
.elementor-widget-wp-widget-categories ul li:before {
  font-family: sans-serif;
  position: absolute;
  top: -0.15rem;
  left: 0;
  font-size: 1rem;
  content: "•";
}
.elementor-widget-wp-widget-categories ul li a {
  color: #343f52;
}
.elementor-widget-wp-widget-categories ul li a:hover {
  color: #3f78e0;
}

.elementor-widget-wp-widget-categories ul li span {
  transition: all 0.3s;
}

.pink a:hover,
.pink a:hover ~ span {
  color: var(--hieq-color-pink) !important;
}

.urbanist {
  font-family: "Urbanist";
}
.urbanist .recent-news h6 {
  font-size: 18px;
  font-weight: 600;
}
.urbanist .recent-news .post-on {
  font-size: 15px;
}
.urbanist.elementor-widget-wp-widget-categories {
  font-size: 17px;
}
.urbanist.elementor-widget-wp-widget-categories li {
  margin-bottom: 7px;
}

.light .recent-news h6 a {
  color: #fff;
}
.light .recent-news h6 a:hover {
  color: #3f78e0;
}
.light .tagcloud a {
  color: #fff;
}
.light.elementor-widget-wp-widget-categories ul li a, .light.elementor-widget-wp-widget-categories ul li {
  color: #cacaca;
}
.light.elementor-widget-wp-widget-categories ul li a:before, .light.elementor-widget-wp-widget-categories ul li:before {
  color: #fff;
}

/* search */
.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  line-height: 1;
  border-color: #fefefe;
}
.search-form .search-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #959ca9;
  background: transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 18px;
}

.elementor-section .search-form .search-field,
.page-content .search-form .search-field {
  border-color: rgba(8, 60, 130, 0.07);
  padding-right: 40px;
}
.elementor-section .search-form .search-field:focus,
.page-content .search-form .search-field:focus {
  border-color: #9fbcf0;
}

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

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

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# or Widgets
--------------------------------------------------------------*/
.ot-heading {
  display: inline-block;
}
.ot-heading__sub {
  display: inline-block;
  color: #3f78e0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ot-heading br {
    display: none;
  }
}
/* Text typer animation */
.ot-text-ani span {
  color: #3f78e0;
}

/* Button */ /*Accordition*/
.ot-acc-item {
  background-color: var(--hieq-bg-color-white);
  padding: 17px 26px 16px;
  margin-bottom: 25px;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-radius: var(--hieq-border-radius);
}
.ot-acc-item__title {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  justify-content: flex-start;
  font-size: 17px;
  overflow: hidden;
  color: #343f52;
  margin-bottom: 0;
  line-height: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__title span:not(.ot-acc-item__icon) {
  position: absolute;
  left: 0;
  line-height: 1;
}
.ot-acc-item__title span:not(.ot-acc-item__icon).up {
  display: none;
}
.ot-acc-item__title i {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #3f78e0;
}
.ot-acc-item__title i.up {
  display: none;
}
.ot-acc-item__title i.down {
  margin-top: 5px;
}
.ot-acc-item__title svg {
  display: block;
  width: 20px;
  fill: #3f78e0;
}
.ot-acc-item__content {
  display: none;
}
.ot-acc-item__content p:last-child, .ot-acc-item__content ul:last-child {
  margin-bottom: 0;
}
.ot-acc-item .acc__content-inner {
  padding: 16px 0 9px 25px;
}
.ot-acc-item.current .ot-acc-item__title i.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.up {
  display: inherit;
}
.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}
.ot-acc-item.current .ot-acc-item__title, .ot-acc-item:hover .ot-acc-item__title {
  color: #3f78e0;
}
.ot-acc-item.simple {
  background: 0 0;
  border: 0;
  margin-bottom: 0;
  padding: 0 0 16px;
}
.ot-acc-item.simple .acc__content-inner {
  padding-bottom: 5px;
}
.ot-acc-item.with-icon .ot-acc-item__title {
  padding-left: 0;
}
.ot-acc-item.with-icon .ot-acc-item__title i {
  color: currentColor;
}
.ot-acc-item.with-icon .ot-acc-item__title svg {
  fill: currentColor;
}
.ot-acc-item.with-icon .acc__content-inner {
  padding-left: 30px;
}
.ot-acc-item.with-icon .ot-acc-item__icon {
  margin-right: 8px;
}

.icon-align-right .ot-acc-item__title span {
  right: 0;
  left: auto;
}
.icon-align-right .ot-acc-item__title,
.icon-align-right .ot-acc-item .acc__content-inner {
  padding-left: 0;
}

.ot-icon-list-wrapper ul {
  margin-bottom: 0;
}
.ot-icon-list-wrapper ul.--inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ot-icon-list-wrapper .ot-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
  word-break: normal;
}
.ot-icon-list-wrapper .ot-icon-list-item a {
  color: currentColor;
}
.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: #3f78e0;
}
.ot-icon-list-wrapper .ot-icon-list-item:last-child {
  margin-bottom: 0;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item {
  margin-bottom: 0;
  margin-right: 30px;
  word-break: break-word;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item:last-child {
  margin-right: 0;
}
.ot-icon-list-wrapper .ot-icon-list-icon {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon + .ot-icon-list-text {
  align-self: center;
}
.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  color: #3f78e0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #3f78e0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-text {
  transition: background-size 0.3s linear;
  -webkit-transition: background-size 0.3s linear;
  -moz-transition: background-size 0.3s linear;
  -o-transition: background-size 0.3s linear;
  -ms-transition: background-size 0.3s linear;
}

.ot-view-stacked .ot-icon-list-icon {
  font-size: 16px;
  background-color: #dce7f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-view-stacked .ot-icon-list-icon i {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: table;
  line-height: 1;
}
.ot-view-stacked .ot-icon-list-icon i:before {
  vertical-align: middle;
  display: table-cell;
}

.ot-progress-line {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ot-progress-line p {
  margin-bottom: 5px;
}

.ot-progress-line li {
  position: relative;
}

.ot-progress-line li:not(:last-child) {
  margin-bottom: 20px;
}

.ot-progress-line .progressbar svg,
.ot-progress-line .progressbar svg path {
  border-radius: 200px;
}

.ot-progress-line .progressbar.line svg {
  height: 6px;
}

.ot-progress-circle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.ot-progress-circle > div {
  max-width: 100%;
  padding: 0 15px;
  margin-top: 30px;
}

.progressbar.semi-circle {
  position: relative;
  margin: 0 auto 20px;
  width: 170px;
  height: 85px;
}

.progressbar.semi-circle .progressbar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #343f52 !important;
}

.progressbar.semi-circle .progressbar-text:after {
  content: "%";
  display: block;
  font-size: 20px;
  padding-left: 0.2px;
  padding-bottom: 2px;
}

.progressbar.semi-circle.text-white .progressbar-text {
  color: #fff !important;
}

.progressbar svg path:first-child {
  stroke: rgba(30, 34, 40, 0.06);
}

.progressbar svg path:last-child {
  stroke: #3f78e0;
}

.progressbar.semi-circle svg path:first-child {
  stroke: rgba(63, 120, 224, 0.1);
}

.progressbar.line svg ~ svg,
.progressbar.semi-circle svg ~ svg,
.progressbar.line .progressbar-text ~ .progressbar-text,
.progressbar.semi-circle .progressbar-text ~ .progressbar-text {
  display: none !important;
}

.ot-counter-wrapper {
  text-align: center;
}
.ot-counter__title {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 500;
}
.ot-counter__number {
  font-size: calc(1.325rem + 0.9vw);
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.ot-counter__icon {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1;
  font-size: 60px;
  text-align: center;
  color: var(--hieq-body-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-counter__icon i, .ot-counter__icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.ot-counter__icon svg {
  fill: currentColor;
}

.ot-view-stacked .ot-counter__icon {
  font-size: 26px;
  padding: 17px;
  background-color: var(--hieq-bg-soft-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 1199px) {
    #ext-header-mobile {
      display: block;
      -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
      position: relative;
      z-index: 999;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .d-lg-block .ot-counter-wrapper {
    display: block !important;
  }
  .d-lg-block.ot-position-left .ot-counter__icon, .d-lg-block.ot-position-right .ot-counter__icon {
    margin-bottom: 15px;
  }
  .d-lg-block.ot-position-left .ot-counter__icon {
    margin-right: 0 !important;
  }
  .d-lg-block.ot-position-right .ot-counter__icon {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .ot-counter__number {
    font-size: 2rem;
  }
}
.ot-countdown {
  text-align: center;
  display: flex;
  margin-bottom: 0;
}
.ot-countdown li {
  position: relative;
  display: inline-block;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.ot-countdown li span {
  display: block;
  font-size: 100px;
  margin-bottom: 15px;
  white-space: nowrap;
  color: #343f52;
}
.ot-countdown li p {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ot-countdown li.seperator {
  font-size: 72px;
  font-weight: bold;
  color: #343f52;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .ot-countdown li p {
    font-size: 14px;
  }
  .ot-countdown li span,
  .ot-countdown li.seperator {
    font-size: 42px;
  }
  .ot-countdown li span {
    margin-bottom: 10px;
  }
  .ot-countdown li.seperator {
    line-height: 55px;
    margin-top: -6px;
  }
}
.ot-icon-box {
  text-align: center;
}
.ot-icon-box__icon {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 52px;
  line-height: 1;
  text-align: center;
  color: #3f78e0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box__icon i, .ot-icon-box__icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.ot-icon-box__icon i:before {
  display: block;
}
.ot-icon-box__icon svg {
  fill: currentColor;
}
.ot-icon-box .icon-box-title {
  display: block;
  word-break: normal;
}
.ot-icon-box .icon-box-title a {
  color: #343f52;
}
.ot-icon-box .icon-box-title a:hover {
  color: #3f78e0;
}
.ot-icon-box .icon-box-btn {
  margin-top: 13px;
}

.ot-process-box__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
  color: #3f78e0;
  background-color: var(--hieq-bg-soft-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ot-process-box .process-title {
  margin-bottom: 5px;
}

.ot-view-stacked .ot-icon-box__icon {
  font-size: 26px;
  padding: 17px;
  background-color: var(--hieq-bg-soft-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.ot-features-box {
  display: inline-flex;
  text-align: center;
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}
.ot-features-box .features-content {
  padding: 30px;
}
.ot-features-box .features-content h3 {
  font-size: 21px;
}

/* Tabs */
.ot-tabs__heading {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.ot-tabs__item.current .ot-tabs__link {
  color: #3f78e0;
}
.ot-tabs__link {
  font-size: 17px;
  font-weight: 700;
  color: #343f52;
  padding: 12px 26px;
  letter-spacing: -0.2px;
  cursor: pointer;
  border-color: transparent;
  background-color: var(--hieq-bg-color-white);
}
.ot-tabs__link:hover {
  color: #3f78e0;
}
.ot-tabs__link.tabs-icon {
  display: flex !important;
  align-items: center;
}
.ot-tabs__link i, .ot-tabs__link svg {
  margin-right: 5px;
  line-height: 1;
}
.ot-tabs__link i {
  font-size: 20px;
}
.ot-tabs__link svg {
  width: 20px;
  fill: currentColor;
}
.ot-tabs__content {
  display: none;
}
.ot-tabs__content-wrap {
  margin: 0;
}
.ot-tabs__content.current {
  display: block;
}
.ot-tabs__content h5 {
  font-size: 22px;
  line-height: 36px;
}
.ot-tabs__content ul, .ot-tabs__content ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ot-tabs__content ul li, .ot-tabs__content ol li {
  position: relative;
  padding-left: 30px;
}
.ot-tabs__content ul li:before, .ot-tabs__content ol li:before {
  position: absolute;
  content: "\e9dd";
  left: 0;
  top: 50%;
  font-family: "Unicons";
  font-size: 16px;
  line-height: 20px;
  color: #3f78e0;
  background-color: #dce7f9;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-tabs__content ul li + li, .ot-tabs__content ol li + li {
  margin-top: 7px;
}
.ot-tabs__content p:last-child {
  margin-bottom: 0;
}

.tabs-basic .ot-tabs__link {
  display: block;
  border: 0;
  background: 0 0;
  padding: 12px 0;
  margin-right: 20px;
  border-bottom: 2px solid rgba(164, 174, 198, 0.25);
}
.tabs-basic .ot-tabs__link:hover {
  border-color: currentColor;
}
.tabs-basic .ot-tabs__item.current .ot-tabs__link {
  border-color: currentColor;
}

.tabs-pills .ot-tabs__link {
  display: block;
  box-shadow: 0 0 0 1px rgba(8, 60, 130, 0.06), 0 0 25px rgba(30, 34, 40, 0.04);
  margin-right: 10px;
  border-radius: var(--hieq-border-radius);
}

.tabs-justified .ot-tabs__heading {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.tabs-justified .ot-tabs__item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.tabs-justified .ot-tabs__item.current .ot-tabs__link {
  color: #343f52;
  background: #fff;
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}
.tabs-justified .ot-tabs__link {
  width: 100%;
  padding: 28px 24px;
  border-radius: var(--hieq-border-radius);
  line-height: 25px;
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
}
.tabs-justified .ot-tabs__link:hover {
  color: #343f52;
  background: #fff;
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}
.tabs-justified .ot-tabs__link > div {
  font-weight: 500;
  color: #60697b;
}
.tabs-justified .ot-tabs__link p {
  margin: 0;
  font-weight: 500;
  color: #60697b;
}
.tabs-justified .ot-tabs__link svg, .tabs-justified .ot-tabs__link i, .tabs-justified .ot-tabs__link img {
  margin-right: 20px;
}
.tabs-justified .ot-tabs__link svg {
  width: 52px;
  height: 52px;
}
.tabs-justified .ot-tabs__link i {
  font-size: 52px;
}
.tabs-justified .ot-tabs__link img {
  width: 80px;
  max-width: 80px;
}

@media (min-width: 768px) {
  .ot-tabs__content-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .ot-tabs__heading,
  .ot-tabs__heading {
    flex-direction: column;
  }
  .ot-tabs__item,
  .ot-tabs__item {
    margin-bottom: 20px;
  }
  .tabs-basic .ot-tabs__link,
  .tabs-pills .ot-tabs__link {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .tabs-justified .ot-tabs__heading {
    flex-direction: row;
  }
  .tabs-justified .ot-tabs__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tabs-justified .ot-tabs__item:first-child {
    margin-left: 0;
  }
  .tabs-justified .ot-tabs__item:last-child {
    margin-right: 0;
  }
}
.ot-pricing-table {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 0;
  border: 0;
  background-color: var(--hieq-bg-color-white);
  border-radius: var(--hieq-border-radius);
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}
.ot-pricing-table__inner {
  padding: 60px 40px;
  margin-right: auto;
  margin-left: auto;
}
.ot-pricing-table__icon {
  display: inline-block;
  font-size: 52px;
  text-align: center;
  color: #3f78e0;
  line-height: 1;
  margin-bottom: 15px;
}
.ot-pricing-table__icon i, .ot-pricing-table__icon i:before, .ot-pricing-table__icon svg {
  display: block;
}
.ot-pricing-table__icon i, .ot-pricing-table__icon svg {
  width: 1em;
  height: 1em;
}
.ot-pricing-table__icon svg {
  fill: currentColor;
}
.ot-pricing-table__title {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ot-pricing-table__prices {
  position: relative;
  padding: 0;
  margin: 0;
  height: 46px;
  font-weight: 500;
  color: #343f52;
  line-height: 1;
  background: 0 0;
}
.ot-pricing-table__prices .price-inner {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}
.ot-pricing-table__prices .price-currency {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-right: 4px;
  padding-top: 8px;
}
.ot-pricing-table__prices .price-value {
  font-size: calc(1.365rem + 1.38vw);
}
.ot-pricing-table__prices .price-duration {
  font-size: 16px;
  font-weight: 500;
  color: #60697b;
  margin-top: auto;
  margin-bottom: 5px;
}
.ot-pricing-table__prices .price-show {
  -webkit-animation: priceShow 0.6s forwards;
  animation: priceShow 0.6s forwards;
}
.ot-pricing-table__prices .price-hide {
  -webkit-animation: priceFade 0.6s forwards;
  animation: priceFade 0.6s forwards;
}
.ot-pricing-table__features-list {
  display: inline-block;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 40px;
}
.ot-pricing-table__features-list .pricing-features-item {
  justify-content: flex-start;
  margin-bottom: 0;
}
.ot-pricing-table__features-list .pricing-features-item + .pricing-features-item {
  margin-top: 7px;
}
.ot-pricing-table__features-list .pricing-features-icon {
  margin-right: 10px;
}

.ot-view-stacked .ot-pricing-table__icon {
  padding: 0.5em;
  background-color: var(--hieq-bg-soft-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Compare Pricing Table */
.ot-cpt-wrapper .ot-cpt-header th:nth-child(1) {
  width: 450px;
}
.ot-cpt-wrapper .ot-cpt-title {
  margin-bottom: 5px;
}
.ot-cpt-wrapper .ot-cpt-price {
  font-size: 15px;
  font-weight: 500;
  color: #aab0bc;
}
.ot-cpt-wrapper .ot-cpt-icon-text .uil-check {
  padding: 5px;
  color: #3f78e0;
  background-color: var(--hieq-bg-soft-primary);
  border-radius: 50%;
}

@-webkit-keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@-webkit-keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ot-switchs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ot-switchs-wrap p {
  margin-bottom: 0;
}

.ot-switchs-wrap p:last-child {
  position: relative;
}

.ot-switchs-wrap p:last-child .badge {
  position: absolute;
  top: -20px;
  right: -40px;
}

.ot-switchs {
  position: relative;
  width: 40px;
  height: 20px;
  text-align: center;
  margin: 0 15px;
  clear: both;
  background-color: rgba(30, 34, 40, 0.07);
  border-radius: 30px;
  border: 4px solid transparent;
  box-sizing: content-box !important;
}

.ot-switchs .ot-switch {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 20px;
  float: left;
  line-height: 20px;
  z-index: 888;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}

.ot-switchs .ot-switch-button {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 555;
  margin: 0;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 100%;
}

.ot-switchs .ot-switch:nth-child(1).ot-switch-active ~ .ot-switch-button {
  left: 0;
}

.ot-switchs .ot-switch:nth-child(2).ot-switch-active ~ .ot-switch-button {
  left: 100%;
  transform: translateX(-100%);
}

.ot-switchs .ot-switch.ot-switch-active {
  color: #fff;
}

.switcher-dark .ot-switchs {
  background-color: rgba(255, 255, 255, 0.06);
}

.ot-team__inner {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  overflow: hidden;
  background-color: var(--hieq-bg-color-white);
  border-radius: var(--hieq-border-radius);
  box-shadow: 0 0 0 1px rgba(8, 60, 130, 0.06), 0 0 25px rgba(30, 34, 40, 0.04);
}
.ot-team__thumb img {
  width: 100%;
  max-width: 100%;
}
.ot-team__info .tname {
  margin-bottom: 5px;
}
.ot-team__info .tname a {
  color: currentColor;
}
.ot-team__info .tname a:hover {
  color: #3f78e0;
}
.ot-team__info .team-social a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 14px;
  color: var(--ronmi-color-primary);
}
.ot-team__info .team-social a:last-child {
  margin: 0;
}
.ot-team__info .team-social a svg {
  width: 1em;
  fill: currentColor;
  transition: all 0.2s ease-in-out;
}
.ot-team__info .team-social a:hover {
  transform: translateY(-3px);
}

.no-social .ot-team__thumb {
  width: 100%;
}
.no-social .ot-team__info {
  flex: 1 1 auto;
  padding: 25px 30px;
}

.with-social .ot-team__inner {
  display: block;
  padding: 40px;
}
.with-social .ot-team__thumb {
  display: inline-block;
  width: 100px;
}
.with-social .ot-team__thumb img {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 50%;
}
.with-social .ot-team__info .tjob {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #aab0bc;
}

.ot-team-carousel .ot-team {
  padding: 20px 15px;
}

.ot-testimonial-wrap blockquote {
  border: 0;
  padding-left: 0;
}
.ot-testimonial-wrap .blockquote-details {
  display: inline-flex;
  align-items: center;
  text-align: left;
  vertical-align: top;
}
.ot-testimonial-wrap .blockquote-details img {
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}
.ot-testimonial-wrap .blockquote-details p {
  font-size: 16px;
}

.ot-testimonial-carousel .ot-testimonial-item {
  padding: 20px 15px;
}

/*Client slider*/
.ot-clients-carousel .client-logo {
  display: block;
  text-align: center;
}
.ot-clients-carousel .client-logo img {
  display: inline-block;
  width: auto;
}

/*Images slider*/
.ot-images-carousel .owl-carousel figure {
  position: relative;
  text-align: center;
}
.ot-images-carousel .owl-carousel figure img {
  display: inline-block;
  width: auto;
  border-radius: var(--hieq-border-radius);
}

.swiper-wrapper.ticker {
  transition-timing-function: linear !important;
}

.ot-images-slider-marquee figure {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .swiper-auto .swiper-slide {
    width: 850px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .swiper-auto .swiper-slide {
    width: 600px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 300px;
  }
}
/*Ot Image Glightbox*/
.ot-image-glightbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: var(--hieq-border-radius);
  overflow-x: hidden;
}
.ot-image-glightbox .item-link {
  color: #fff;
}
.ot-image-glightbox:hover .item-link {
  opacity: 1;
  right: 20px;
}

.projects-thumbnail {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.projects-thumbnail.mb-6 {
  margin-bottom: 30px !important;
}
.projects-thumbnail img {
  width: auto;
}

.post-title .title-link {
  color: #343f52;
}
.post-title .title-link:hover {
  color: #3f78e0;
}

.post-meta {
  font-size: 14px;
  color: #aab0bc;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.post-meta li {
  display: inline-block;
}
.post-meta li a {
  color: #aab0bc;
}
.post-meta li a + a:before {
  content: ",";
  display: inline-block;
  color: #aab0bc;
  letter-spacing: 3px;
}
.post-meta li a:hover {
  color: #3f78e0;
}
.post-meta li i {
  padding-right: 4px;
  vertical-align: -1px;
}
.post-meta li + li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin: 0 12px 0;
  vertical-align: 3px;
  background: currentColor;
  opacity: 0.5;
}

.project-details {
  flex-direction: column;
}

.style-2 .project-item {
  padding: 20px 15px;
}

/*Filter*/
.isotope-filter {
  position: relative;
  z-index: 5;
}

.filter {
  margin-bottom: 50px;
}

.filter ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter ul li {
  display: inline;
}
.filter ul li + li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin: 0 16px 0 10px;
  vertical-align: 3px;
  background: rgba(30, 34, 40, 0.2);
}

.filter,
.post-header .post-cates,
.filter ul li a {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
  font-weight: 700;
}

.filter ul li a {
  color: #aab0bc;
}
.filter ul li a a {
  color: #aab0bc;
}

.post-header .post-cates a + a {
  margin-left: 12px;
}

.post-header .post-cates {
  margin-bottom: 8px;
}

.filter ul li a.active,
.filter ul li a:hover {
  color: #3f78e0;
}

.loadmore_wrapper {
  margin-top: 50px;
  clear: both;
}
.loadmore_wrapper span {
  transition: opacity 0.3s;
}
.loadmore_wrapper i.uil-sync {
  position: absolute;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  animation: loadingP 2s linear infinite;
}
.loadmore_wrapper .loading i.uil-sync {
  opacity: 1;
  visibility: visible;
}
.loadmore_wrapper .loading span {
  opacity: 0;
  transition: opacity 0.2s;
}

.portfolio-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.portfolio-bottom .post-prev {
  margin-right: 10px;
}
.portfolio-bottom .post-prev, .portfolio-bottom .post-next {
  background-color: rgba(164, 174, 198, 0.2);
  color: #343f52;
}
.portfolio-bottom .post-prev i, .portfolio-bottom .post-next i {
  font-size: 18px;
}
.portfolio-bottom .post-prev i.uil-arrow-left, .portfolio-bottom .post-next i.uil-arrow-left {
  margin-right: 4px;
}
.portfolio-bottom .post-prev i.uil-arrow-right, .portfolio-bottom .post-next i.uil-arrow-right {
  margin-left: 4px;
}
.portfolio-bottom .post-prev:hover, .portfolio-bottom .post-next:hover {
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.05);
}
.portfolio-bottom .share-post .octf-btn i {
  margin-right: 6px;
}

/* projects-masonry
================================================== */
.projects-masonry {
  margin-top: -80px;
  margin-left: -15px;
  margin-right: -15px;
}

.projects-masonry .project-item {
  display: inline-block;
  float: left;
  padding: 0 15px;
  margin-top: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.projects-masonry .grid-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.projects-masonry.pf_2_cols .project-item,
.projects-masonry.pf_2_cols .grid-sizer {
  width: 50%;
}

.projects-masonry.pf_3_cols .project-item,
.projects-masonry.pf_3_cols .grid-sizer {
  width: 33.3333333333%;
}

.projects-masonry.pf_4_cols .project-item,
.projects-masonry.pf_4_cols .grid-sizer {
  width: 25%;
}

@media (min-width: 768px) {
  .ot-project-carousel article .card-body {
    padding: 35px 35px 20px;
  }
}
@media (max-width: 1199px) {
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .projects-masonry.pf_2_cols .project-item,
  .projects-masonry.pf_2_cols .grid-sizer,
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 100%;
  }
  .ot-project-carousel article .card-body {
    padding-bottom: 20px;
  }
  .share-post {
    margin-top: 15px;
  }
}
/**** Isotope CSS3 transitions ****/
.isotope {
  transition-property: height, width;
}

.isotope,
.isotope-item {
  transition-duration: 0.7s;
}

@keyframes loadingP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* Latest Post Carousel */
.post-item,
.post-thumbnail {
  display: inline-block;
  vertical-align: top;
}

.ot-latest-post-carousel .post-author {
  display: none;
}
.ot-latest-post-carousel .post-meta {
  display: block;
}

.post-thumbnail.mb-5 {
  margin-bottom: 25px !important;
}

.ot-latest-post-carousel.style-2 .post-item {
  padding: 20px 15px;
}

.ot-latest-post-carousel.style-3 .owl-stage-outer {
  padding-bottom: 10px;
}
.ot-latest-post-carousel.style-3 .text-line {
  display: block;
  padding-left: 0;
}
.ot-latest-post-carousel.style-3 .text-line:before {
  display: none;
}

/* Photo Collection Carousel */
.ot-photo-collection-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
.ot-photo-collection-carousel .card.shadow-lg {
  display: inline-flex;
}
.ot-photo-collection-carousel h3 a {
  color: #343f52;
}
.ot-photo-collection-carousel h3 a:hover {
  color: #3f78e0;
}

.caption-overlay .post-title .title-link,
.caption-overlay .post-meta li a {
  color: #fff;
}

.ot-post-carousel .text-line {
  display: block;
  padding-left: 0;
}
.ot-post-carousel .text-line:before {
  display: none;
}
.ot-post-carousel .post-cates a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #343f52;
  padding: 7px 11px;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: top;
  background-color: var(--hieq-bg-color-white);
  border-radius: var(--hieq-border-radius);
}

/* GlightBox */
.goverlay {
  background: rgba(30, 34, 40, 0.9);
}

.glightbox-mobile .goverlay {
  background: rgba(30, 34, 40, 0.9);
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 100%;
  margin-top: 0;
  padding: 0;
  box-shadow: none;
  transition: background 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glightbox-clean .gprev:before,
.glightbox-clean .gnext:before {
  font-family: "Unicons";
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
  background: rgba(0, 0, 0, 0.5);
}

.glightbox-clean .gprev:after,
.glightbox-clean .gnext:after {
  display: none;
}

.glightbox-clean .gclose {
  top: 0.75rem;
  right: 0.75rem;
}

.glightbox-clean .gclose:hover {
  background: rgba(0, 0, 0, 0.5);
}

.glightbox-clean .gclose:after {
  font-family: "Unicons";
  content: "\ed3b";
}

.glightbox-clean .gprev {
  left: 0.75rem;
}

.glightbox-clean .gprev:before {
  content: "\e949";
}

.glightbox-clean .gnext {
  right: 0.75rem;
}

.glightbox-clean .gnext:before {
  content: "\e94c";
}

.glightbox-clean .gprev svg,
.glightbox-clean .gnext svg,
.glightbox-clean .gclose svg {
  display: none;
}

.glightbox-clean .gprev.disabled,
.glightbox-clean .gnext.disabled,
.glightbox-clean .gclose.disabled {
  display: none;
}

.glightbox-clean .gslide-media {
  box-shadow: none;
}

.glightbox-clean .gslide-description {
  background: none;
}

.glightbox-clean .gdesc-inner {
  padding: 1rem 0 1rem 0;
  text-align: center;
}

.glightbox-clean .gdesc-inner .gslide-title {
  margin: 0;
}

.glightbox-clean .gdesc-inner .gslide-title + .gslide-desc {
  margin-top: 0.3rem;
}

.glightbox-clean .gdesc-inner .gslide-title,
.glightbox-clean .gdesc-inner .gslide-desc {
  color: #fff;
}

@media (min-width: 768px) {
  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    transform: translateY(-50%);
    top: 50%;
  }
}
.gbtn.focused {
  outline: none;
}

.gvideo .plyr {
  border-radius: 0 !important;
}

.gslide-image img {
  max-height: 100vh;
}

/* iTooltip */
.itooltip-inner {
  padding: 0.7rem 1rem;
  -webkit-animation: 0.15s linear fadeIn;
  animation: 0.15s linear fadeIn;
  border-radius: 0.4rem;
  background-color: rgba(254, 254, 254, 0.9);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  color: inherit;
}

/* CF7 */
.wpcf7 .gap-20 {
  margin: 0 -10px;
}
.wpcf7 .gap-20 .col-md-6 {
  padding: 0 10px;
}
.wpcf7 .form-floating {
  margin-bottom: 20px;
}
.wpcf7 .none-border {
  border: none;
}
.wpcf7 .h150 textarea {
  height: 150px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.form-check-input input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 4px;
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(8, 60, 130, 0.1);
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  appearance: none;
}

.form-check-input input:checked[type=checkbox] {
  background-image: url("images/check.svg");
  background-color: #3f78e0;
  border-color: #3f78e0;
}

.pink .octf-btn.outline {
  color: #d16b86;
}
.pink .octf-btn.outline:hover, .pink .octf-btn.outline:focus {
  background: #d16b86;
  border-color: #d16b86;
  color: #fff;
}

.yellow .octf-btn,
.yellow.octf-btn {
  --hieq-btn-bg: #fab758;
}

.elementor-edit-area-active .elementor-inner-section {
  margin-top: 15px;
}

body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

a.elementor-animation-float {
  transition: all 0.2s ease-in-out;
}

.elementor-social-icon.elementor-animation-float:active,
.elementor-social-icon.elementor-animation-float:focus,
.elementor-social-icon.elementor-animation-float:hover {
  transform: translateY(-3px);
  opacity: 1;
}

/*Fix error social-icon display: inline-block*/
.elementor-icon.elementor-social-icon {
  display: inline-flex;
}

.elementor-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container,
.container {
  width: 100%;
}

.elementor-section .elementor-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


div.elementor-widget-text-editor,
.elementor-widget-icon-list li.elementor-icon-list-item,
.elementor-widget-icon-list li.elementor-icon-list-item a {
  font-family: var(--hieq-font-main);
  font-weight: 500;
}

div.elementor-widget-text-editor,
.elementor-widget-icon-list span.elementor-icon-list-text {
  color: var(--hieq-body-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.octf-cta-header .toggle_search {
  cursor: pointer;
}
.octf-cta-header .toggle_search i {
  color: #1b1d21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-weight: bold;
  line-height:16px;
}

.h-search-form-field.show{
    display: block !important;
}

.octf-cta-header .toggle_search i:before, .octf-cta-header .toggle_search i:after {
  font-size: 21px;
}
.octf-cta-header .toggle_search i.fa-xmark:before {
  font-size: 18px;
}
.octf-cta-header .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 12px);
  top: expression(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: -o-calc(100% + 12px);
  top: calc(100% + 12px);
  right: -30px;
  width: 340px;
}


.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.octf-cta-header .h-search-form-field input {
  background: transparent;
  border: 1px solid #DBDBDB;
  padding:6px 55px 6px 22px;
}
.octf-cta-header .h-search-form-field:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: -5px;
  right: 33px;
  opacity: 1;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.octf-cta-header .h-search-form-field.show {
  -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@media only screen and (max-width: 425px) {
    .octf-cta-header .h-search-form-field{
        right: -93px;
    }
    .octf-cta-header .h-search-form-field::after{
        right: 93px;
    }
}

.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 60px 0 20px;
  height: 48px;
  line-height: 1;
  border-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-form .search-submit {
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 100%;
  width: 40px;
  height: 40px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #666666;
  background: #0055D4;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-form .search-submit i {
  color: #fff;
  padding-left: 10px;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 21px;
}
.search-form .search-submit:hover {
  background: #1b1d21;
}

@-webkit-keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.heading-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.heading-cart h3 {
  margin-bottom: 0;
  color: #000;
  font-size: 22px;
}
.heading-cart .cart-close {
  color: #343f52;
  background: rgba(0, 0, 0, 0.08);
}
.heading-cart .cart-close:hover {
  color: #343f52;
  background: rgba(0, 0, 0, 0.1);
}

.site-header-cart {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 400px;
  padding: 30px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.site-header-cart .widget_shopping_cart {
  height: inherit;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.site-header-cart .widget_shopping_cart .cart_list,
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header-cart .widget_shopping_cart .cart_list li {
  padding: 0;
  padding-right: 32px;
  margin-bottom: 20px;
}
.site-header-cart ul.cart_list li a {
  color: #343f52;
  line-height: 24px;
}
.site-header-cart ul.cart_list li a:hover {
  color: #3f78e0;
}
.site-header-cart ul.cart_list li .quantity {
  font-size: 14px;
}
.site-header-cart ul.cart_list li img {
  float: left;
  width: 88px;
  margin-right: 20px;
  border-radius: 8px;
}
.site-header-cart .widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 26px;
  font-size: 0;
  font-weight: 400;
  display:flex;
}
.site-header-cart .widget_shopping_cart .cart_list li a.remove:before {
  font-family: 'FontAwesome';
  content: "\f014";
  font-size: 16px;
  color: #343f52;
}
.site-header-cart .widget_shopping_cart .cart_list li a.remove:hover:before {
  color: #3f78e0;
}
.site-header-cart .widget_shopping_cart .total {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border: none;
}
.site-header-cart .widget_shopping_cart .total strong {
  font-weight: 500;
}
.site-header-cart .widget_shopping_cart .total .amount {
  font-weight: 700;
  font-size: 17px;
  color: #343f52;
}
.site-header-cart .widget_shopping_cart .buttons {
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .buttons::after {
  content: "Free shipping on all orders over $50";
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.site-header-cart .widget_shopping_cart .buttons a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  background: #04009A;
  color: #fff;
  border-radius: 8px;
  padding: 13px 24px;
  line-height: 28px;
}
.site-header-cart .widget_shopping_cart .buttons a:before {
  font-family: 'FontAwesome';
  content: "\f09d";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-right: 5px;
}
.site-header-cart .widget_shopping_cart .buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}
.site-header-cart .widget_shopping_cart .buttons a:first-child {
  display: none;
}

.cart-open.site-header-cart {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cart-active .cart-overlay {
  background: rgba(30, 34, 40, 0.7);
  visibility: visible;
  opacity: 1;
}

.cart-content {
  position: relative;
  display: flex;
  align-items: center;
  color: #343f52;
}
.cart-content:hover {
  color: #3f78e0;
}
.cart-content i {
  line-height: 1;
}
.cart-content i:before {
  font-size: 22px;
}
.cart-content .cart-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #3f78e0;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.is-fixed .site-header-cart {
  height: 100vh;
}

.is-fixed .mmenu-wrapper {
    height: 100vh;
 }

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #343f52;
}
.header-mobile .is-stuck .cart-contents .count {
  background: #fff;
  color: #343f52;
}

.mmenu-toggle button {
  line-height: 1;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #343f52;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-toggle button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mmenu-toggle button:focus {
  outline: 0;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background: #1e2228;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  padding: 20px 30px 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none;
}
.mmenu-wrapper .mmenu-header {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.mmenu-wrapper .mmenu-header h3 {
  font-size: 27px;
  margin-bottom: 0;
  color: #fff;
}
.mmenu-wrapper .mmenu-footer {
  padding-top: 15px;
  margin-top: auto;
}
.mmenu-wrapper .mmenu-footer .mmenu-contact {
  display: block;
  color: #fff;
}
.mmenu-wrapper .mmenu-footer .mmenu-contact:hover {
  color: #3f78e0;
}
.mmenu-wrapper .mmenu-footer .mmenu-socials {
  margin-top: 20px;
}
.mmenu-wrapper .mmenu-footer .mmenu-socials a {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.mmenu-wrapper .mmenu-footer .mmenu-socials a:hover {
  transform: translateY(-3px);
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
  font-weight: 700;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 10px 30px 10px 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 5px 10px 5px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 12px;
  font-weight: 700;
  color: #9397a7;
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mmenu-inner::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.is-fixed .mmenu-wrapper {
  height: 100vh;
}

.thicccboi .mmenu-wrapper {
  font-family: "THICCCBOI";
}
.thicccboi .mmenu-wrapper .mobile_mainmenu li a {
  font-size: 16px;
}
.thicccboi .mmenu-wrapper .mmenu-contact {
  font-size: 17px;
}

.mmenu-active .mmenu-overlay {
  background: rgba(30, 34, 40, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

.site-overlay {
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .exp-header-desktop,
  #exp-header-elementor .exp-header-elementor-sticky {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 32px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 46px;
  }
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}
.panel-btn i {
  color: #343f52;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.panel-btn i:before {
  font-size: 22px;
}
.panel-btn i:hover {
  color: #3f78e0;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 300px !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #1e2228;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.side-panel .side-panel-block {
  padding: 20px;
  padding-right: 35px;
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.side-panel .side-panel-close {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1;
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel a {
  color: #cacaca;
}
.side-panel a:hover {
  color: #fff;
}

.side-panel-active .panel-overlay {
  background: rgba(30, 34, 40, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}
.otbtn-close {
  display: inline-block;
  color: #fff;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  border-radius: 50%;
}
.otbtn-close i {
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
}
.otbtn-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}


#exp-header-default #exp-header-mobile{
    display: none;
}


@media screen and (max-width: 1199px) {
  #exp-header-default #exp-header-mobile {
    display: block;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    position: relative;
    z-index: 999;
  }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-15 {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-17 {
    padding-right: 7rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

.is-fixed .site-header-cart {
  height: 100vh;
}



.exp-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#ext-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  /* Header or */
}
#ext-header-default .row {
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #ext-header-default .row > div {
    padding: 0 15px;
  }
}
#ext-header-default .ext-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#ext-header-default .ext-header-branding a {
  display: inline-flex;
}
#ext-header-default .ext-header-branding img {
  height: 35px;
  max-width: inherit;
}
#ext-header-default #ext-nav-mobile {
  display: none;
}
#ext-header-elementor {
  /* Header Left Sidebar */
}
@media screen and (min-width: 1200px) {
  #ext-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
}
#ext-header-elementor #ext-header-mobile {
  display: none;
}
#ext-header-elementor .ext-header-elementor-main {
  position: relative;
  z-index: 999;
}
#ext-header-elementor .ext-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#ext-header-elementor .ext-header-elementor-sticky.ext-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#ext-header-elementor.ext-header-rmboxshadow .ext-header-elementor-sticky.ext-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#ext-header-elementor.ext-header-rmboxshadow .ext-header-elementor-sticky.ext-header-fixed .ext-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#ext-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#ext-header-elementor .elementor-section .elementor-container, #ext-header-elementor .elementor-inner-section, #ext-header-elementor .elementor-widget:not(.elementor-absolute), #ext-header-elementor .elementor-widget-wrap, #ext-header-elementor .elementor-column, #ext-header-elementor .elementor-column-wrap {
  position: static;
}
@media screen and (max-width: 1260px) {
  .bd-px-header--left_sidebar:not(.elementor-editor-active) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1200px) {
  /* Header Menu */  .bd-px-header--left_sidebar .ext-content-wrap.no-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-header-elementor .px-header--left_sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -khtml-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -moz-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -ms-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -o-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-main, .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-footer-elementor, .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-page-title-elementor {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-main .elementor > .elementor-section:not(.elementor-section-full_width), .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-footer-elementor .elementor > .elementor-section:not(.elementor-section-full_width), .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-page-title-elementor .elementor > .elementor-section:not(.elementor-section-full_width) {
    width: 100% !important;
    left: 0px !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-main .elementor > .elementor-section.elementor-section-full_width, .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-footer-elementor .elementor > .elementor-section.elementor-section-full_width, .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-page-title-elementor .elementor > .elementor-section.elementor-section-full_width {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-footer-elementor .container {
    max-width: 100%;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).ext-footer-fixed #ext-wapper #ext-main {
    margin-bottom: 0 !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).ext-footer-fixed #ext-footer-elementor {
    position: static;
  }
  .admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active) #ext-header-elementor .px-header--left_sidebar {
    top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  #ext-header-default .ext-menu-primary > li.menu-item-has-children > a:after {
    content: "\f150";
    font-family: Caseicon;
    color: #0055d4;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
  }
  .ext-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ext-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .ext-menu-primary li {
    position: relative;
    color: #1b1b1b;
  }
  .ext-menu-primary li a {
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    font-weight: 500;
  }
  .ext-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
  }
  .ext-menu-primary > li > a {
    line-height: 91px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Inter', sans-serif;
  }
  .ext-menu-primary > li > a:hover, .ext-menu-primary > li.current_page_item > a:not(.is-one-page), .ext-menu-primary > li.current-menu-item > a:not(.is-one-page), .ext-menu-primary > li.current_page_ancestor > a:not(.is-one-page), .ext-menu-primary > li.current-menu-ancestor > a:not(.is-one-page) {
    color: #0055d4;
  }
  .ext-menu-primary .sub-menu, .ext-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 26px 0;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 220px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .ext-menu-primary .sub-menu li, .ext-menu-primary .children li {
    padding: 0 35px;
    white-space: nowrap;
  }
  .ext-menu-primary .sub-menu li a, .ext-menu-primary .children li a {
    padding: 0.4em 0;
    display: block;
  }
  .ext-menu-primary .sub-menu li a span, .ext-menu-primary .children li a span {
    position: relative;
    display: inline-block;
  }
  .ext-menu-primary .sub-menu li a span:before, .ext-menu-primary .children li a span:before {
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-color: #1b1b1b;
    margin-top: 11px;
  }
  .ext-menu-primary .sub-menu li > a:hover, .ext-menu-primary .children li > a:hover {
    padding-left: 10px;
  }
  .ext-menu-primary .sub-menu li > a:hover span:before, .ext-menu-primary .children li > a:hover span:before, .ext-menu-primary .sub-menu li.current_page_item > a span:before, .ext-menu-primary .children li.current_page_item > a span:before, .ext-menu-primary .sub-menu li.current-menu-item > a span:before, .ext-menu-primary .children li.current-menu-item > a span:before, .ext-menu-primary .sub-menu li.current_page_ancestor > a span:before, .ext-menu-primary .children li.current_page_ancestor > a span:before, .ext-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .ext-menu-primary .children li.current-menu-ancestor > a span:before {
    width: 100%;
  }
  .ext-menu-primary .sub-menu .sub-menu, .ext-menu-primary .children .sub-menu, .ext-menu-primary .sub-menu .children, .ext-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .ext-menu-primary .sub-menu .sub-menu.ext-sub-reverse, .ext-menu-primary .children .sub-menu.ext-sub-reverse, .ext-menu-primary .sub-menu .children.ext-sub-reverse, .ext-menu-primary .children .children.ext-sub-reverse {
    left: auto;
    right: 100%;
  }
  .ext-menu-primary li:hover > .sub-menu, .ext-menu-primary li.focus > .sub-menu, .ext-menu-primary li:hover > .children, .ext-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .ext-menu-primary .ext-megamenu {
    position: static;
  }
  .ext-menu-primary .ext-megamenu > .sub-menu {
    padding: 20px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .ext-menu-primary .ext-megamenu .ext-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .ext-menu-toggle {
    display: none;
  }
  #ext-header-default .ext-header-main {
    z-index: 999;
  }
  #ext-header-default .ext-header-main .container {
    max-width: 1750px;
  }
  #ext-header-default .ext-menu-primary > li > a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 11px auto 0 auto;
  }
  #ext-header-default .ext-menu-primary > li:hover > a:before, #ext-header-default .ext-menu-primary > li.current_page_item > a:before, #ext-header-default .ext-menu-primary > li.current-menu-item > a:before, #ext-header-default .ext-menu-primary > li.current_page_ancestor > a:before, #ext-header-default .ext-menu-primary > li.current-menu-ancestor > a:before {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #ext-header-default, #ext-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #ext-header-default .ext-header-main, #ext-header-elementor .ext-header-main {
    position: relative;
  }
  #ext-header-default .ext-header-branding, #ext-header-elementor .ext-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #ext-header-default .ext-header-branding img, #ext-header-elementor .ext-header-branding img {
    height: 35px;
  }
  #ext-header-default #ext-nav-mobile, #ext-header-elementor #ext-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #ext-header-default #ext-nav-mobile .ext-mobile-meta-item, #ext-header-elementor #ext-nav-mobile .ext-mobile-meta-item {
    margin-left: 10px;
  }
  .ext-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .ext-nav-mobile-button:before, .ext-nav-mobile-button:after, .ext-nav-mobile-button span {
    content: '';
    background-color: #1b1b1b;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ext-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .ext-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .ext-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .ext-nav-mobile-button:hover:before, .ext-nav-mobile-button:hover:after {
    width: 100%;
  }
  .ext-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .ext-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .ext-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .ext-header-menu.active + .ext-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .ext-header-menu-scroll {
    padding: 25px 20px;
  }
  .ext-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .ext-menu-toggle:before {
    content: "\f107";
    font-family: "FontAwesome";
  }
  .ext-menu-toggle.active:before {
    content: "\f106";
    font-family: "FontAwesome";
  }
  .ext-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ext-menu-primary li {
    position: relative;
  }
  .ext-menu-primary li a {
    display: block;
    line-height: 46px;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .ext-menu-primary li > a:hover, .ext-menu-primary li > a.current, .ext-menu-primary li.current_page_item > a, .ext-menu-primary li.current-menu-item > a, .ext-menu-primary li.current_page_ancestor > a, .ext-menu-primary li.current-menu-ancestor > a {
    color: #0055d4;
  }
  .ext-menu-primary .sub-menu, .ext-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ext-menu-primary .sub-menu li a, .ext-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .ext-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .ext-menu-primary .ext-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .ext-menu-primary .ext-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .ext-menu-primary .ext-megamenu .ext-link li {
    margin: 0;
  }
  .ext-menu-primary .ext-megamenu .ext-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ext-menu-primary .ext-megamenu .ext-heading .ext-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .ext-menu-primary .ext-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .ext-menu-primary .ext-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .ext-logo-mobile {
    margin-bottom: 20px;
  }
  .ext-logo-mobile img {
    height: 35px;
  }
  .ext-header-mobile-search {
    margin-bottom: 20px;
  }
  .ext-header-mobile-search form {
    position: relative;
  }
  .ext-header-mobile-search .search-field {
    height: 40px;
    border: none;
    padding: 0;
    border-bottom: 2px solid #ececec;
  }
  .ext-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #0055d4;
    border: none;
  }
  .ext-header-mobile-search .search-submit i {
    font-style: normal;
    font-weight: 400;
    color: #0055d4;
  }

  .ext-header-mobile-search .search-submit i:before{
      font-family: "FontAwesome";
      content: "\f002";
  }

  .ext-header-mobile-search .search-submit:hover, .ext-header-mobile-search .search-submit:focus {
    color: #0055d4;
  }
  .ext-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  .ext-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ext-close:hover:before, .ext-close:hover:after {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .ext-close:before, .ext-close:after {
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

  #ext-header-elementor .ext-header-elementor-main, #ext-header-elementor .ext-header-elementor-sticky {
    display: none;
  }
  #ext-header-elementor #ext-header-mobile {
    display: block;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    position: relative;
    z-index: 999;
  }
  #ext-header-elementor #ext-header-mobile.style-dark {
    background-color: #000;
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-nav-mobile-button::before, #ext-header-elementor #ext-header-mobile.style-dark .ext-nav-mobile-button::after, #ext-header-elementor #ext-header-mobile.style-dark .ext-nav-mobile-button span {
    background-color: #fff;
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-header-menu {
    background-color: #000;
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-header-mobile-search .search-field {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.67);
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li > a:hover, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li > a.current, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li.current_page_item > a, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li.current-menu-item > a, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li.current_page_ancestor > a, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li.current-menu-ancestor > a {
    color: #0055d4;
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-primary li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-close:before, #ext-header-elementor #ext-header-mobile.style-dark .ext-menu-close:after {
    background-color: #fff;
  }
  #ext-header-elementor #ext-header-mobile.ext-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  /* Search Popup */  .ext-header-menu {
    width: 100%;
  }
}
.ext-popup-wrap .ext-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ext-popup-wrap.active .ext-item--overlay {
  opacity: 1;
  visibility: visible;
}
#ext-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  /* Hidden Panel */
}
#ext-search-popup .ext-item--close {
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 45px;
  border-width: 11px;
}
#ext-search-popup .ext-item--conent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 15px 80px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#ext-search-popup .ext-item--conent form {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#ext-search-popup .ext-item--conent form .search-field {
  height: 80px;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.48);
  font-size: 30px;
  border: none;
}
#ext-search-popup .ext-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  border: none;
  background: none;
  font-size: 28px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}
#ext-search-popup .ext--search-divider {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#ext-search-popup.active {
  visibility: visible;
}
#ext-search-popup.active .ext-item--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#ext-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  #ext-hidden-panel-popup {
    display: none;
  }
}
#ext-hidden-panel-popup .ext-close {
  width: 54px;
  height: 54px;
  background: #111;
  border-width: 20px;
  position: absolute;
  top: 35px;
  right: 45px;
  z-index: 99;
}
#ext-hidden-panel-popup .ext-close:before, #ext-hidden-panel-popup .ext-close:after {
  background-color: #fff;
}
#ext-hidden-panel-popup .ext-item--conent {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 600px;
  background-color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -30px;
}
#ext-hidden-panel-popup.active {
  visibility: visible;
}
#ext-hidden-panel-popup.active .ext-item--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#ext-hidden-panel-popup .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.ext-anchor-button {
  overflow: hidden;
  width: 30px;
  height: 22px;
  cursor: pointer;
  position: relative;
}
.ext-anchor-button .ext-icon-line {
  height: 2px;
  position: absolute;
  left: 0;
}
.ext-anchor-button .ext-icon-line:before, .ext-anchor-button .ext-icon-line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ext-anchor-button .ext-icon-line:before {
  -webkit-transform: translate3d(-100%, 0, 0);
  -khtml-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ext-anchor-button .ext-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ext-anchor-button .ext-icon-line.ext-icon-line1 {
  top: 0;
  width: 100%;
}
.ext-anchor-button .ext-icon-line.ext-icon-line2 {
  top: 50%;
  width: 25px;
  margin-top: -1px;
}
.ext-anchor-button .ext-icon-line.ext-icon-line3 {
  width: 16px;
  bottom: 0;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line1:before, .ext-popup-button1:hover .ext-icon-line.ext-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line1:after, .ext-popup-button1:hover .ext-icon-line.ext-icon-line1:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line2:before, .ext-popup-button1:hover .ext-icon-line.ext-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line2:after, .ext-popup-button1:hover .ext-icon-line.ext-icon-line2:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line3:before, .ext-popup-button1:hover .ext-icon-line.ext-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.ext-anchor-button:hover .ext-icon-line.ext-icon-line3:after, .ext-popup-button1:hover .ext-icon-line.ext-icon-line3:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
.admin-bar {
  /* or Popup */
}
.admin-bar #ext-header-elementor .ext-header-elementor-sticky.ext-header-fixed, .admin-bar #ext-header-elementor .px-header--transparent, .admin-bar #ext-search-popup, .admin-bar #ext-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #ext-header-elementor .ext-header-elementor-sticky.ext-header-fixed, .admin-bar #ext-header-elementor .px-header--transparent, .admin-bar #ext-search-popup, .admin-bar #ext-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #ext-header-elementor .ext-header-elementor-sticky.ext-header-fixed, .admin-bar #ext-header-elementor .px-header--transparent, .admin-bar #ext-search-popup, .admin-bar #ext-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar .ext-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .ext-header-menu {
    top: 46px;
  }
}

@media screen and (max-width: 1199px) {
#exp-header-elementor #exp-header-mobile {
    display: block;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    position: relative;
    z-index: 999;
  }
  
  #exp-header-elementor #exp-header-mobile.exp-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
  }
}




















/* Header or */
}
#exp-header-default .row {
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #exp-header-default .row > div {
    padding: 0 15px;
  }
}
#exp-header-default .exp-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#exp-header-default .exp-header-branding a {
  display: inline-flex;
}
#exp-header-default .exp-header-branding img {
  height: 35px;
  max-width: inherit;
}
#exp-header-default #exp-nav-mobile {
  display: none;
}
#exp-header-elementor {
  /* Header Left Sidebar */
}
@media screen and (min-width: 1200px) {
  #exp-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
}
#exp-header-elementor #exp-header-mobile {
  display: none;
}
#exp-header-elementor .exp-header-elementor-main {
  position: relative;
  z-index: 999;
}
#exp-header-elementor .exp-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#exp-header-elementor .exp-header-elementor-sticky.exp-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#exp-header-elementor.exp-header-rmboxshadow .exp-header-elementor-sticky.exp-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#exp-header-elementor.exp-header-rmboxshadow .exp-header-elementor-sticky.exp-header-fixed .exp-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#exp-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  /* Header Menu */  .bd-px-header--left_sidebar .exp-content-wrap.no-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-header-elementor .px-header--left_sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -khtml-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -moz-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -ms-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    -o-box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
    box-shadow: 36px 0 46px rgba(48, 48, 48, 0.08);
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-main, .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-footer-elementor, .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-page-title-elementor {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-main .elementor > .elementor-section:not(.elementor-section-full_width), .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-footer-elementor .elementor > .elementor-section:not(.elementor-section-full_width), .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-page-title-elementor .elementor > .elementor-section:not(.elementor-section-full_width) {
    width: 100% !important;
    left: 0px !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-main .elementor > .elementor-section.elementor-section-full_width, .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-footer-elementor .elementor > .elementor-section.elementor-section-full_width, .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-page-title-elementor .elementor > .elementor-section.elementor-section-full_width {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-footer-elementor .container {
    max-width: 100%;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).exp-footer-fixed #exp-wapper #exp-main {
    margin-bottom: 0 !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).exp-footer-fixed #exp-footer-elementor {
    position: static;
  }
  .admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active) #exp-header-elementor .px-header--left_sidebar {
    top: 32px;
  }
}
@media screen and (min-width: 1200px) {
    
  .exp-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .exp-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .exp-menu-primary li {
    position: relative;
    color: #1b1b1b;
  }
  .exp-menu-primary li a {
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    font-weight: 500;
  }
  .exp-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
  }
  .exp-menu-primary > li > a {
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Inter', sans-serif;
  }
  .exp-menu-primary > li > a:hover, .exp-menu-primary > li.current_page_item > a:not(.is-one-page), .exp-menu-primary > li.current-menu-item > a:not(.is-one-page), .exp-menu-primary > li.current_page_ancestor > a:not(.is-one-page), .exp-menu-primary > li.current-menu-ancestor > a:not(.is-one-page) {
    color: #0055d4;
  }

  .exp-menu-primary .sub-menu li, .exp-menu-primary .children li {
    padding: 0 35px;
    white-space: nowrap;
  }
  
.exp-megamenu .exp-mega-menu-elementor li{
      padding: 0px !important;
  }
  
  .exp-menu-primary .sub-menu li a, .exp-menu-primary .children li a {
    padding: 0.4em 0;
    display: block;
  }
  .exp-menu-primary .sub-menu li a span, .exp-menu-primary .children li a span {
    position: relative;
    display: inline-block;
  }

  .exp-menu-primary .sub-menu li > a:hover span:before, .exp-menu-primary .children li > a:hover span:before, .exp-menu-primary .sub-menu li.current_page_item > a span:before, .exp-menu-primary .children li.current_page_item > a span:before, .exp-menu-primary .sub-menu li.current-menu-item > a span:before, .exp-menu-primary .children li.current-menu-item > a span:before, .exp-menu-primary .sub-menu li.current_page_ancestor > a span:before, .exp-menu-primary .children li.current_page_ancestor > a span:before, .exp-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .exp-menu-primary .children li.current-menu-ancestor > a span:before {
    width: 100%;
  }
  .exp-menu-primary .sub-menu .sub-menu, .exp-menu-primary .children .sub-menu, .exp-menu-primary .sub-menu .children, .exp-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .exp-menu-primary .sub-menu .sub-menu.exp-sub-reverse, .exp-menu-primary .children .sub-menu.exp-sub-reverse, .exp-menu-primary .sub-menu .children.exp-sub-reverse, .exp-menu-primary .children .children.exp-sub-reverse {
    left: auto;
    right: 100%;
  }
  .exp-menu-primary li:hover > .sub-menu, .exp-menu-primary li.focus > .sub-menu, .exp-menu-primary li:hover > .children, .exp-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .exp-menu-primary .exp-megamenu {
    position: static;
  }
  .exp-menu-primary .exp-megamenu > .sub-menu {
    width: 100%;
    margin: auto;
    left: -10px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
  }
  .exp-menu-primary .exp-megamenu .exp-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .exp-menu-toggle {
    display: none;
  }
  #exp-header-default .exp-header-main {
    z-index: 999;
  }
  #exp-header-default .exp-header-main .container {
    max-width: 1750px;
  }
  #exp-header-default .exp-menu-primary > li > a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 11px auto 0 auto;
  }
  #exp-header-default .exp-menu-primary > li:hover > a:before, #exp-header-default .exp-menu-primary > li.current_page_item > a:before, #exp-header-default .exp-menu-primary > li.current-menu-item > a:before, #exp-header-default .exp-menu-primary > li.current_page_ancestor > a:before, #exp-header-default .exp-menu-primary > li.current-menu-ancestor > a:before {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #exp-header-default, #exp-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #exp-header-default .exp-header-main, #exp-header-elementor .exp-header-main {
    position: relative;
  }
  #exp-header-default .exp-header-branding, #exp-header-elementor .exp-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #exp-header-default .exp-header-branding img, #exp-header-elementor .exp-header-branding img {
    height: 35px;
  }
  #exp-header-default #exp-nav-mobile, #exp-header-elementor #exp-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #exp-header-default #exp-nav-mobile .exp-mobile-meta-item, #exp-header-elementor #exp-nav-mobile .exp-mobile-meta-item {
    margin-left: 10px;
  }
  .exp-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .exp-nav-mobile-button:before, .exp-nav-mobile-button:after, .exp-nav-mobile-button span {
    content: '';
    background-color: #1b1b1b;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .exp-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .exp-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .exp-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .exp-nav-mobile-button:hover:before, .exp-nav-mobile-button:hover:after {
    width: 100%;
  }
  .exp-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .exp-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .exp-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .exp-header-menu.active + .exp-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .exp-header-menu-scroll {
    padding: 40px 35px;
  }
  .exp-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .exp-menu-toggle:before {
    content: "\f107";
    font-family: "Fontawesome";
  }
  .exp-menu-toggle.active:before {
    content: "\f13d";
  }
  .exp-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .exp-menu-primary li {
    position: relative;
  }
  .exp-menu-primary li a {
    display: block;
    line-height: 46px;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .exp-menu-primary li > a:hover, .exp-menu-primary li > a.current, .exp-menu-primary li.current_page_item > a, .exp-menu-primary li.current-menu-item > a, .exp-menu-primary li.current_page_ancestor > a, .exp-menu-primary li.current-menu-ancestor > a {
    color: #0055d4;
  }
  .exp-menu-primary .sub-menu, .exp-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .exp-menu-primary .sub-menu li a, .exp-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .exp-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .exp-menu-primary .exp-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .exp-menu-primary .exp-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .exp-menu-primary .exp-megamenu .exp-link li {
    margin: 0;
  }
  .exp-menu-primary .exp-megamenu .exp-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .exp-menu-primary .exp-megamenu .exp-heading .exp-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .exp-menu-primary .exp-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .exp-menu-primary .exp-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .exp-logo-mobile {
    margin-bottom: 20px;
  }
  .exp-logo-mobile img {
    height: 35px;
  }
  .exp-header-mobile-search {
    margin-bottom: 20px;
  }
  .exp-header-mobile-search form {
    position: relative;
  }
  .exp-header-mobile-search .search-field {
    height: 40px;
    border: none;
    padding: 0;
    border-bottom: 2px solid #ececec;
    width:100%;
  }
  
  
  
  
  
  .exp-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #0055d4;
    border: none;
  }
  .exp-header-mobile-search .search-submit:hover, .exp-header-mobile-search .search-submit:focus {
    color: #0055d4;
  }
  .exp-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 20px;
    right: 15px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #exp-header-elementor #exp-header-mobile {
    display: block;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    position: relative;
    z-index: 999;
  }
  #exp-header-elementor #exp-header-mobile.style-dark {
    background-color: #000;
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-nav-mobile-button::before, #exp-header-elementor #exp-header-mobile.style-dark .exp-nav-mobile-button::after, #exp-header-elementor #exp-header-mobile.style-dark .exp-nav-mobile-button span {
    background-color: #fff;
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-header-menu {
    background-color: #000;
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-header-mobile-search .search-field {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.67);
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li > a:hover, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li > a.current, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li.current_page_item > a, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li.current-menu-item > a, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li.current_page_ancestor > a, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li.current-menu-ancestor > a {
    color: #0055d4;
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-primary li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-close:before, #exp-header-elementor #exp-header-mobile.style-dark .exp-menu-close:after {
    background-color: #fff;
  }
  #exp-header-elementor #exp-header-mobile.exp-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  /* Search Popup */  .exp-header-menu {
    width: 100%;
  }
}


.admin-bar .exp-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .exp-header-menu {
    top: 46px;
  }
}

@media (min-width: 1024px) {
  .main-navigation .mega-dropdown {
    position: unset;
  }

  .main-navigation ul.mega-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    min-width: 934px;
  }

  .main-navigation ul.mega-dropdown-menu .mega-sub-menu, .main-navigation ul.mega-dropdown-menu .mega-sub-menu ul {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: none;
  }

  .main-navigation ul li:hover > ul.mega-dropdown-menu .mega-sub-menu, .main-navigation ul li:hover > ul.mega-dropdown-menu .mega-sub-menu ul {
    opacity: 1;
    visibility: visible;
  }

  .main-navigation ul.mega-dropdown-menu li.menu-item-has-children a:after {
    display: none !important;
  }

  .main-navigation ul .mega-dropdown-menu .mega-sub-menu > a {
    color: #94a3b8;
  }

  .main-navigation ul .mega-dropdown-menu .mega-sub-menu > a:hover {
    color: #94a3b8;
  }

  .main-navigation .mega-dropdown-menu li a span {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    padding: 2px 10px;
    color: #fff;
    background-color: #4f46e5;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .main-navigation .mega-dropdown-menu li a span.animation-menu {
    background-color: #059669;
  }

  .main-navigation .mega-dropdown-menu li a span.new-menu {
    background-color: #ea580c;
  }

  .main-navigation .mega-dropdown-menu li a span.updated-menu, .main-navigation .mega-dropdown-menu li a span.coming-soon-menu {
    background-color: #06b6d4;
  }

  .main-navigation .mega-dropdown-menu li a span.dark-menu {
    background-color: #161c2d;
  }

  .main-navigation .mega-dropdown-menu li a span.onepage-menu {
    background-color: #16a34a;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul.mega-dropdown-menu {
    min-width: 1120px;
  }
}

@media screen and (min-width: 1200px) {
  .exp-menu-primary .sub-menu, .exp-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

@media (min-width: 1200px) {
  .sub-menu.exp-mega-menu {
    min-width: 1170px;
  }
}



.octf-cta-header .h-search-form-field .h-search-form-inner .searchform-wrap{
    position:relative;
}
.octf-cta-header .h-search-form-field .h-search-form-inner .searchform-wrap button{
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: center;
    align-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #04009a;
    background-color: #04009a;
    color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner .searchform-wrap button:hover{
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.sub-menu.exp-mega-menu .exp-product-grid-layout1 .exp-item--inner,
.sub-menu.exp-mega-menu .exp-item--inner.exp-not-active {
    margin-bottom:0px;
}