@charset "UTF-8";
/*!
Theme Name:   Cetro
Theme URI:    https://demo2.pavothemes.com/cetro/
Author:       Pavothemes
Author URI:   https://pavothemes.com/
Description:  Cetro is a modern and responsive WordPress theme for cleaning services, housekeeping, janitorial, and maintenance companies. Fully compatible with Elementor for easy customization.
Version:      1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cetro
Tags:         cleaning theme, cleaning service, house cleaning, commercial cleaning, residential cleaning, janitorial service, maintenance service, green cleaning, floor cleaning, window cleaning, housekeeping, sanitizing service, washing service
*/
/* Text meant only for screen readers. */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--e-global-color-primary);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--e-global-color-text);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --e-global-color-primary: #00A650;
  --e-global-color-secondary: #212E3B;
  --e-global-color-text: #5C5E5E;
  --e-global-color-accent: #00A650;
  --e-global-color-lighter: #9FA2A4;
  --e-global-color-border: #5c5e5e2e;
  --e-global-color-highlight: #96FE81;
  --e-global-typography-primary-font-family: Roboto Flex, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: 0;
  --e-global-typography-primary-line-height: 1.33334;
  --e-global-typography-secondary-font-family: Boldonse, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: 0;
  --e-global-typography-secondary-line-height: 1.6;
  --e-global-typography-text-size: 18px;
  --e-global-typography-text-font-family: Roboto Flex, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.33334;
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-family: Roboto Flex, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0;
  --e-global-typography-accent-line-height: 1.5;
  --container-max-width: 1290px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
  --e-global-border-radius: 0;
  --body-color: #F5F5F5;
}
@media (min-width: 768px) {
  :root {
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
  }
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-color);
  overflow-x: clip;
}

body,
button,
input,
textarea {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  font-size: var(--e-global-typography-text-size);
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407797364em;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 50px;
  font-size: 3.125rem;
}
@media (min-width: 568px) {
  h1,
.alpha {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2,
.beta {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 568px) {
  h2,
.beta {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h3,
.gamma {
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 568px) {
  h3,
.gamma {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h4,
.delta {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 568px) {
  h4,
.delta {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 568px) {
  h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 568px) {
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

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

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1.2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dd {
  margin: 0 0 1.41577975em;
}

b,
strong {
  font-weight: var(--e-global-typography-primary-font-weight);
}

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

.wp-block-quote,
blockquote {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  line-height: calc(36 / 30);
  background-color: #F5F5F5;
  border-radius: 24px;
  text-transform: none;
  padding: 50px 64px 45px 64px;
  margin: 40px auto 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
}
.wp-block-quote:before,
blockquote:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-primary);
  font-size: 36px;
  font-size: 2.25rem;
}
.wp-block-quote:after,
blockquote:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #ffffff;
  font-size: 167px;
  font-size: 10.4375rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .wp-block-quote:after,
blockquote:after {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media (max-width: 768px) {
  .wp-block-quote,
blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 30px 20px 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 568px) {
  .wp-block-quote,
blockquote {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 15px;
    margin: 15px auto;
    gap: 15px;
  }
}
.wp-block-quote p,
blockquote p {
  margin: 0;
  width: 100%;
  z-index: 1;
}
.wp-block-quote .author,
blockquote .author {
  margin-top: 16px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  z-index: 1;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

img {
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

:focus {
  outline: none;
}

.cetro-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

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

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
*, *:after, *:before {
  box-sizing: border-box;
}

body.loading {
  position: relative;
}
body.loading::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}
body::-webkit-scrollbar-track {
  background-color: #cccccc;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
}

.site {
  overflow-x: visible;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyloaded {
  transition: all 0.3s !important;
}

.overflow-hidden {
  overflow: hidden;
}

#page .site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page .site-content {
    margin-bottom: 130px;
    margin-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content {
  padding-left: 0;
  padding-right: 0;
}
body.single-lp_course #page .site-content, body.single-post #page .site-content, body.single-product #page .site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.single-lp_course #page .site-content, body.single-post #page .site-content, body.single-product #page .site-content {
    margin-top: 119px;
    margin-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.single-lp_course #page .site-content, body.elementor-page #page .site-content, body.page-template-template-homepage #page .site-content, body.home:not(.blog) #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}
#page .breadcrumb-wrap {
  margin-top: 0;
}
body.home #page .cetro-breadcrumb, body.error404 #page .cetro-breadcrumb {
  display: none;
}

@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.global-tooltip, .tippy-box {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  width: 395px;
  z-index: 999;
  overflow: hidden;
}
.global-tooltip .tooltip-inner .tooltip-name, .tippy-box .tooltip-inner .tooltip-name {
  background-color: #000000;
  box-shadow: 0px 0px 30px 0px #00000012;
  padding: 17px 30px;
}
.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title, .tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title {
  color: #ffffff;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title a, .tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title a {
  color: #ffffff;
}
.global-tooltip .tooltip-inner .tooltip-desc, .tippy-box .tooltip-inner .tooltip-desc {
  padding: 16px 30px 33px;
}
.global-tooltip .tooltip-inner .tooltip-info, .tippy-box .tooltip-inner .tooltip-info {
  padding: 0 0 13px;
  border-bottom: 1px solid #DFE1E7;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info, .tippy-box .tooltip-inner .tooltip-info .table-info {
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info .label, .tippy-box .tooltip-inner .tooltip-info .table-info .label {
  width: 112px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #000000;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info .info, .tippy-box .tooltip-inner .tooltip-info .table-info .info {
  padding: 0;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-info .price, .tippy-box .tooltip-inner .tooltip-info .price {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  align-items: center;
  gap: 6px;
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-info .price del, .tippy-box .tooltip-inner .tooltip-info .price del {
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-info .inventory_status, .tippy-box .tooltip-inner .tooltip-info .inventory_status {
  background-color: transparent;
  color: #7FD07E;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin: 0;
  padding: 0;
}
.global-tooltip .tooltip-inner .tooltip-info .out-stock, .tippy-box .tooltip-inner .tooltip-info .out-stock {
  border: none;
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-features, .tippy-box .tooltip-inner .tooltip-features {
  padding: 12px 0 0;
}
.global-tooltip .tooltip-inner .tooltip-features .label-features, .tippy-box .tooltip-inner .tooltip-features .label-features {
  color: #000000;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.global-tooltip .tooltip-inner .tooltip-features ul, .tippy-box .tooltip-inner .tooltip-features ul {
  list-style: none;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-features ul li, .tippy-box .tooltip-inner .tooltip-features ul li {
  position: relative;
  padding-left: 14px;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-features ul li:before, .tippy-box .tooltip-inner .tooltip-features ul li:before {
  content: "";
  width: 2px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
}
.global-tooltip .tooltip-inner .tooltip-gift, .tippy-box .tooltip-inner .tooltip-gift {
  padding: 13px 0 0;
}
.global-tooltip .tooltip-inner .tooltip-gift .label-gift, .tippy-box .tooltip-inner .tooltip-gift .label-gift {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: #ffffff;
  background-color: #2D81FF;
  padding: 5px 9px 4px 9px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-gift .label-gift:before, .tippy-box .tooltip-inner .tooltip-gift .label-gift:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 6px;
}
.global-tooltip .tooltip-inner .tooltip-gift ul, .tippy-box .tooltip-inner .tooltip-gift ul {
  border: 1px solid #2D81FF;
  list-style: none;
  margin: 0;
  padding: 15px 20px 26px;
  border-radius: 0 3px 3px;
}
.global-tooltip .tooltip-inner .tooltip-gift ul li, .tippy-box .tooltip-inner .tooltip-gift ul li {
  display: flex;
  align-items: baseline;
  position: relative;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-gift ul li:before, .tippy-box .tooltip-inner .tooltip-gift ul li:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 11px;
}

.custom-divider {
  --padding: 5px;
  --size: 30px;
}
.custom-divider .elementor-divider {
  position: relative;
  cursor: pointer;
}
.custom-divider .elementor-divider:after {
  content: "";
  position: absolute;
  top: var(--padding);
  left: var(--padding);
  height: var(--size);
  width: var(--size);
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.custom-divider.monthly .elementor-divider:after {
  left: calc(100% - var(--size) - var(--padding));
}

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-full {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, var(--container-max-width, 1140px));
}
.col-full::before, .col-full::after {
  content: "";
  display: table;
}
.col-full::after {
  clear: both;
}

.elementor-page .col-full,
.page-template-template-homepage .col-full {
  max-width: 100%;
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-max-width);
}
.header-container::before, .header-container::after {
  content: "";
  display: table;
}
.header-container::after {
  clear: both;
}

.d-none {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*=" column-"], [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}

.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 585px) {
  div[class*=elementor-grid-] .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.course-item-lp_quiz.etb-header #masthead,
.course-item-lp_lesson.etb-header #masthead {
  display: none;
}

.etb-header #masthead {
  z-index: 99;
  position: relative;
}

.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
.site-header [data-elementor-type=wp-post],
.site-header [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-main {
  display: flex;
  align-items: center;
  min-height: 60px;
}
@media (min-width: 1024px) {
  .header-main {
    min-height: 80px;
    justify-content: space-between;
  }
}

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.site-branding .custom-logo-link + .site-branding-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 1em;
  letter-spacing: -1px;
  margin: 0;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
@media (min-width: 1366px) {
  .site-branding .site-title {
    font-size: 1.5em;
  }
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: block;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  padding-top: 12px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--e-global-color-lighter);
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--e-global-color-primary);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
  line-height: normal !important;
  border-width: 0px;
  padding: 15px;
  width: 100%;
  background-color: #e8f0fe;
}
.site-header-account .account-dropdown button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
  white-space: nowrap;
  background-color: var(--e-global-color-primary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-primary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 8px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  border: none;
}
.site-header-account .account-dropdown button .elementor-button-content-wrapper {
  position: relative;
  gap: 10px;
  align-items: center;
}
.site-header-account .account-dropdown button .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.site-header-account .account-dropdown button .elementor-button-icon i, .site-header-account .account-dropdown button .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.site-header-account .account-dropdown button:hover, .site-header-account .account-dropdown button:focus {
  background-color: var(--e-global-color-secondary);
  border-color: transparent;
  color: #FFFFFF;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: var(--body-color);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 20px;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .cetro-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--e-global-color-text);
  display: block;
  padding: 7px 25px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--e-global-color-primary);
  background-color: #f4f4f4;
}
.site-header-account .account-links-menu li a:hover .my_account_nav_item_title > i:before,
.site-header-account .account-dashboard li a:hover .my_account_nav_item_title > i:before {
  color: var(--e-global-color-primary);
}
.site-header-account .account-links-menu li a .my_account_nav_item_title,
.site-header-account .account-dashboard li a .my_account_nav_item_title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-header-account .account-links-menu li a .my_account_nav_item_title > i,
.site-header-account .account-dashboard li a .my_account_nav_item_title > i {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.site-header-account .account-links-menu li a .my_account_nav_item_title > i:before,
.site-header-account .account-dashboard li a .my_account_nav_item_title > i:before {
  color: var(--e-global-color-text);
}
.site-header-account .login img {
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
}

@media (max-width: 1024px) {
  .site-header-wishlist {
    display: none;
  }
}
.site-header-wishlist .header-wishlist {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 1024px) {
  .site-header-cart.header-cart-mobile {
    display: none;
  }
}
.site-header-cart.header-cart-mobile .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-text);
}
.site-header-cart.header-cart-mobile .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
  position: absolute;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  top: 10px;
  right: -10px;
  letter-spacing: 0;
  color: var(--e-global-color-text);
}
.site-header-cart.header-cart-mobile .amount {
  display: none;
}
.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  order: -1;
}

@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action {
  gap: 20px;
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
}
.header-group-action .site-header-account > a i {
  font-size: 24px;
  font-size: 1.5rem;
}
.header-group-action .site-header-wishlist a i {
  font-size: 22px;
  font-size: 1.375rem;
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist .count {
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 2px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  padding-left: 1px;
}
.header-group-action .site-header-cart .cart-contents {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-group-action .site-header-cart .cart-contents:before {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-cart .cart-contents:hover:before {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-cart .cart-contents .content {
  display: none;
}
.header-group-action .site-header-cart .count {
  line-height: 1;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  font-weight: 700;
  top: 2px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  padding-left: 1px;
}
.header-group-action .site-header-cart .text-group {
  display: none;
}
.header-group-action .site-header-cart .woocommerce-Price-amount {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .bg-header-1 {
    background-color: var(--e-global-color-primary);
  }
}

.header-1 {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (min-width: 768px) {
  .single-post .header-1 {
    margin-bottom: 180px;
  }
}
.header-1 .primary-navigation {
  display: block;
}
@media (max-width: 1024px) {
  .header-1 .primary-navigation {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action .site-search {
  width: 100%;
}
.header-1 .header-right .header-group-action .site-search .widget_product_search {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 24px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}

.search-popup-active {
  overflow: hidden;
}

header .site-search {
  margin-bottom: 0;
}

.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.site-search-popup.active + .site-search-popup-overlay {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.fadein {
  -webkit-animation: cover_search_fade_in 0.3s ease both;
  animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
  -webkit-animation: cover_search_fade_out 0.3s ease both;
  animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 7px 70px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  right: 15px;
  top: 5px;
  order: 2;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover {
  color: var(--e-global-color-primary);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation: pavo-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: pavo-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap form:before {
  display: none;
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search input.search-field {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.site-search-popup .site-search-popup-wrap .site-search input[type=submit],
.site-search-popup .site-search-popup-wrap .site-search button[type=submit] {
  font-size: 0px;
  font-size: 0rem;
  padding-left: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}

@-webkit-keyframes pavo-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes pavo-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.header-vetical {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-vetical > .e-con-inner {
  height: auto;
}

@media (min-width: 881px) {
  .header-vetical {
    width: 120px;
  }
}
@media (max-width: 880px) {
  .header-vetical {
    width: 70px;
  }
}
.account-wrap.mfp-hide {
  display: none !important;
}

.cetro-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .cetro-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .cetro-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .cetro-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .cetro-mobile-nav {
    top: 46px;
  }
}
.cetro-mobile-nav .search-form {
  margin-top: 1em;
}
.cetro-mobile-nav .cetro-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .cetro-mobile-nav .cetro-social ul li a:before {
  color: #fff;
}
.cetro-mobile-nav .cetro-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.cetro-mobile-nav .cetro-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.cetro-mobile-nav .cetro-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.cetro-mobile-nav .cetro-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.cetro-mobile-nav .cetro-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.cetro-mobile-nav .cetro-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.cetro-mobile-nav .cetro-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.cetro-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
}
.cetro-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.cetro-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: #222222;
  text-transform: uppercase;
}
.cetro-mobile-nav .mobile-nav-tabs ul li i {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.cetro-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.cetro-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cetro-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.cetro-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.cetro-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
}
.cetro-mobile-nav .mobile-menu-tab.active {
  display: block;
}

.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 22px;
  right: 24px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  color: #000;
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: #DE3431;
}

.cetro-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .cetro-overlay {
  visibility: visible;
  opacity: 1;
}

.cetro-info-button,
.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-text);
}
@media (min-width: 1024px) {
  .cetro-info-button,
.menu-mobile-nav-button {
    display: none;
  }
}
.cetro-info-button .cetro-icon,
.menu-mobile-nav-button .cetro-icon {
  display: flex;
  flex-direction: column;
}
.cetro-info-button .cetro-icon span,
.menu-mobile-nav-button .cetro-icon span {
  display: inline-block;
  height: 2px;
  width: 24px;
  margin-bottom: 6px;
  border-radius: 0;
  transition: all 0.3s ease;
  background-color: #000000;
}
.cetro-info-button .cetro-icon span:last-child,
.menu-mobile-nav-button .cetro-icon span:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cetro-info-button .cetro-icon span,
.menu-mobile-nav-button .cetro-icon span {
    width: 20px;
    margin-bottom: 4px;
  }
}
.cetro-info-button:hover .screen-reader-text,
.menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--e-global-color-text) !important;
}
.cetro-info-button:hover .cetro-icon span,
.menu-mobile-nav-button:hover .cetro-icon span {
  background-color: var(--e-global-color-primary);
  animation: qode-draw 1s cubic-bezier(0.6, 0.87, 0.43, 0.99) infinite forwards;
}
.cetro-info-button:hover .cetro-icon span.icon-2,
.menu-mobile-nav-button:hover .cetro-icon span.icon-2 {
  animation-delay: 0.2s;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-1px 0);
    clip-path: inset(-1px 0);
  }
  42% {
    -webkit-clip-path: inset(-1px 0 -1px 100%);
    clip-path: inset(-1px 0 -1px 100%);
  }
  43% {
    -webkit-clip-path: inset(-1px 100% -1px 0);
    clip-path: inset(-1px 100% -1px 0);
  }
}
/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 24px;
  background-image: none;
  padding: 0.6180339845em 0.875em 0.6180339845em;
  font-size: 0.875em;
  max-width: 120px;
}

.menu-badge {
  font-size: 12px;
  font-weight: 700;
  text-transform: Capitalize;
  line-height: 18px;
  padding: 1px 7px;
  margin-left: 5px;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  top: -7px;
  left: 1.1em;
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.main-navigation {
  position: relative;
}
.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  margin: 0;
  list-style: none;
}
.main-navigation ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s ease;
  pointer-events: none;
  top: calc(100% + 21px);
  will-change: transform, opacity;
  transform: translate3d(0px, 20px, 0px) scale(0.97);
}
.main-navigation ul.sub-menu:before {
  content: "";
  display: block;
  height: 21px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -21px;
}
.main-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -34px;
}
.main-navigation ul.sub-menu li.menu-item {
  position: relative;
}
.main-navigation ul li.menu-item {
  position: relative;
  z-index: 9;
}
.main-navigation ul li.menu-item > a span {
  position: relative;
}
.main-navigation ul li.menu-item:hover {
  z-index: 99;
}
.main-navigation ul li.menu-item:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.main-navigation ul.menu > li.menu-item {
  display: inline-block;
  padding: 13px 15px 13px;
}
.main-navigation ul.menu > li.menu-item:first-child {
  padding-left: 0 !important;
}
.main-navigation ul.menu > li.menu-item:last-child {
  padding-right: 0 !important;
}
.main-navigation ul.menu > li.menu-item > a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  gap: 6px;
}
.main-navigation ul.menu > li.menu-item > a > .menu-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--e-global-color-secondary);
  transition: all 0.5s ease;
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a:after, .main-navigation ul.menu > li.menu-item.page_item_has_children > a:after, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
}
.main-navigation ul.menu > li.menu-item > li.menu-item {
  margin: 0 -40px;
}
.main-navigation ul.menu > li.menu-item.current-menu-ancestor > a > .menu-title:before, .main-navigation ul.menu > li.menu-item.current-menu-parent > a > .menu-title:before, .main-navigation ul.menu > li.menu-item.current-menu-item > a > .menu-title:before {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.main-navigation ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.menu > li.menu-item:hover > a > .menu-title:before {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu {
  width: 260px;
  background-color: #ffffff;
  padding: 32px 0 34px;
  border-radius: 24px;
  box-shadow: 0px 3px 30px 0px #00000014;
}
.main-navigation ul.sub-menu li.menu-item {
  padding: 0 30px;
}
.main-navigation ul.sub-menu li.menu-item > a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  padding: 6px 0 6px;
}
.main-navigation ul.sub-menu li.menu-item.page_item_has_children > a, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation ul.sub-menu li.menu-item.page_item_has_children > a:after, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 24px;
  font-weight: 500;
}
.main-navigation ul.sub-menu li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu li.menu-item.current-menu-item > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu li.menu-item:first-child > a {
  padding-top: 0;
}
.main-navigation ul.sub-menu li.menu-item:last-child > a {
  padding-bottom: 0;
  border-bottom: none;
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item {
  padding: 0;
  margin: 0;
  width: 100%;
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item a {
  padding: 0;
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.sub-menu {
  background-color: transparent;
  border-radius: 0;
}

.main-navigation ul.menu li.current-menu-item > a, .main-navigation ul.menu li.current-menu-ancestor > a, .main-navigation ul.menu li.current-menu-parent > a, .main-navigation ul.sub-menu li.current-menu-item > a, .main-navigation ul.sub-menu li.current-menu-ancestor > a, .main-navigation ul.sub-menu li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}

.cetro-style-menu-special-divider-yes ul.menu > li.menu-item {
  padding: 13px 0;
}
.cetro-style-menu-special-divider-yes ul.menu > li.menu-item > a {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
}
.cetro-style-menu-special-divider-yes ul.menu > li.menu-item > ul.sub-menu {
  left: 0;
}
.cetro-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-parent > a, .cetro-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-item > a, .cetro-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-ancestor > a {
  background-color: transparent;
  color: var(--e-global-color-text);
}
.cetro-style-menu-special-divider-yes ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
.cetro-style-menu-special-divider-yes ul.menu > li.menu-item:hover > a span {
  animation: none;
}

.mobile-navigation,
.mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul,
.mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item,
.mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  color: #000000;
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-decoration: none;
}
.mobile-navigation ul > li.menu-item > a i,
.mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a > span,
.mobile-navigation-categories ul > li.menu-item > a > span {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item > a > span:before {
  content: none;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item > a span.text-link,
.mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-text);
}
.mobile-navigation ul > li.menu-item > a span.text-link i,
.mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item span.more-link,
.mobile-navigation-categories ul > li.menu-item span.more-link {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.mobile-navigation ul > li.menu-item span.more-link i,
.mobile-navigation-categories ul > li.menu-item span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item span.more-link i.left,
.mobile-navigation-categories ul > li.menu-item span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item span.more-link i.right,
.mobile-navigation-categories ul > li.menu-item span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-item > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-parent > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a > span:before {
  width: 100%;
}
.mobile-navigation ul > li.menu-item button::after,
.mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a,
.mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a, .mobile-navigation ul > li.menu-item .page_item_has_children > a,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a::after, .mobile-navigation ul > li.menu-item .page_item_has_children > a::after,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a::after,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a.toggled-on::after, .mobile-navigation ul > li.menu-item .page_item_has_children > a.toggled-on::after,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a.toggled-on::after,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a.toggled-on::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul > li.menu-item:hover > a,
.mobile-navigation-categories ul > li.menu-item:hover > a {
  background: linear-gradient(6deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-navigation ul > li.menu-item > a.toggled-on,
.mobile-navigation-categories ul > li.menu-item > a.toggled-on {
  background: linear-gradient(6deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  text-transform: unset;
  font-weight: var(--e-global-typography-text-font-weight);
  padding: 4px 0 4px 13px;
  border-bottom: none;
  line-height: 24px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item a {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 8px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation ul button::after,
.mobile-navigation-categories ul button::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul button.toggled-on::after,
.mobile-navigation-categories ul button.toggled-on::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 17px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  color: #000;
}
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: #DE3431;
  box-shadow: none;
}

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.brg-gradient-blue {
  background: linear-gradient(90deg, #5F5FF6 0%, #2BC48A 49.74%, #2C8CF4 100%);
}

.brg-gradient-pink {
  background: linear-gradient(90deg, #9B04DB 0%, #FF1C6A 49.48%, #6D1DC6 100%);
}

.brg-gradient-purple {
  background: linear-gradient(90deg, #430992 0%, #5C42FF 47.4%, #8010B5 100%);
}

.elementor-element .elementor-shape.elementor-shape-bottom {
  transform: rotate(0deg) !important;
}

.brg-blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.15));
}

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  height: 100%;
  max-width: 330px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-accent);
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 30px 19px 0;
  overflow: hidden;
  cursor: pointer;
  width: 330px;
  position: relative;
  max-width: 100%;
}
.vertical-navigation .vertical-navigation-header::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 24px;
  content: "";
}
.vertical-navigation .vertical-navigation-header .cetro-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
}
.vertical-navigation .vertical-navigation-header .cetro-icon::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  transition: transform 0.2s;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.vertical-navigation .vertical-navigation-header .title-icon {
  display: flex;
  flex-direction: column;
}
.vertical-navigation .vertical-navigation-header .title-icon > span {
  display: inline-block;
  height: 2px;
  width: 16px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 8px;
}
.vertical-navigation .vertical-navigation-header .title-icon > span:last-child {
  margin-bottom: 0;
}
.vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 10px;
}
.vertical-navigation:hover .vertical-navigation-header .title-icon .icon-2 {
  width: 16px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 330px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 8px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  min-height: 420px;
  padding: 0px;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 30px;
}
.vertical-navigation .vertical-menu .menu > li:last-child a {
  border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 21px 0 18px;
  color: var(--e-global-color-text);
  font-weight: 600;
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2857142857;
  color: var(--e-global-color-text);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-bottom: 3px;
}
.vertical-navigation .vertical-menu li.has-mega-menu > a:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-weight: 600;
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 0 30px;
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li > a {
  position: relative;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 17px;
  color: #CCCCCC;
  font-weight: 600;
}
.vertical-navigation ul.menu > li > a:hover .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover span.more-link i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.vertical-navigation ul.menu > li:hover span.more-link i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
  border-color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li.current-menu-item > a:after {
  color: var(--e-global-color-primary);
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
  margin-right: 0;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 16px;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
  display: none;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .cetro-icon {
  display: none;
}

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
  left: 0;
  right: 0;
}
.has-mega-menu.has-containerwidth .mega-fullwidth {
  width: var(--container-max-width);
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}
.has-mega-menu .mega-menu.sub-menu {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.has-mega-menu .mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.has-mega-menu .mega-menu.mega-stretchwidth {
  min-width: 100%;
}

.single-cetro_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-cetro_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--e-global-color-text);
}
.single-cetro_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--e-global-color-primary);
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.entry-title a {
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry-title a:not(:hover) {
  color: inherit;
}

.page-header h1.page-title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 45px;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 62.4%;
  border-radius: 24px;
  will-change: transform;
  height: 100%;
}
.post-thumbnail img {
  object-fit: cover;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  will-change: transform;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}
.post-thumbnail:hover img {
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}

.entry-meta-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-image {
  position: relative;
}

.entry-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .entry-meta {
    gap: 10px 15px;
  }
}
.post-thumbnail + .entry-meta {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
}
.post-thumbnail + .entry-meta .categories-link {
  color: #fff;
}
@media (max-width: 568px) {
  .post-thumbnail + .entry-meta {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.post-thumbnail + .entry-meta .posted-on a:not(:hover),
.post-thumbnail + .entry-meta .post-author a:not(:hover),
.post-thumbnail + .entry-meta .meta-reply a:not(:hover),
.post-thumbnail + .entry-meta .categories-link1 a:not(:hover) {
  color: #FFFFFF;
}
@media (max-width: 568px) {
  .entry-meta {
    padding: 0;
    border: none;
  }
}
.entry-meta > div {
  z-index: 1;
}
.entry-meta a {
  display: inline-block;
}

.posted-on,
.post-author,
.meta-reply {
  display: inline-flex;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  gap: 5px;
  align-items: center;
}
.posted-on a,
.post-author a,
.meta-reply a {
  color: var(--e-global-color-lighter);
}
.posted-on a:hover,
.post-author a:hover,
.meta-reply a:hover {
  color: var(--e-global-color-primary);
}

.entry-author {
  display: flex;
  gap: 12px;
}
.entry-author .img-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.post-author:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-primary);
  font-size: 13px;
  font-size: 0.8125rem;
}

.posted-on {
  order: 0;
}
.posted-on:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-primary);
  font-size: 13px;
  font-size: 0.8125rem;
}

.meta-reply {
  order: 2;
}

.meta-left, .meta-right {
  display: flex;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.entry-excerpt, .excerpt-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.categories-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
}
.categories-link .category {
  display: flex;
  align-items: center;
  gap: 10px;
}
.categories-link a {
  display: flex;
  align-items: center;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  line-height: 1;
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 24px;
}
.categories-link a:hover {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.post-content {
  padding: 25px 0 54px;
}
@media (max-width: 767px) {
  .post-content {
    padding-bottom: 30px;
  }
}
.post-content .more-link {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  display: inline-flex;
  gap: 6px;
}
.post-content .elementor-button-text {
  text-decoration: underline;
}
.post-content .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: var(--e-global-color-primary);
}
.post-content .elementor-button-icon i {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}

.entry-taxonomy {
  margin: 0 auto 28px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 930px;
}
@media (max-width: 568px) {
  .entry-taxonomy {
    flex-wrap: wrap;
  }
}
.entry-taxonomy .meta-reply {
  color: var(--e-global-color-lighter);
}
.entry-taxonomy .meta-reply a {
  color: var(--e-global-color-lighter);
}

.entry-tags {
  display: flex;
  justify-content: start;
}
.entry-tags .tags-text {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-text);
  margin-right: 5px;
  display: none;
}
.entry-tags .tags-links {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-tags .tags-links a {
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 18px;
  border: 1px solid var(--e-global-color-border);
}
.entry-tags .tags-links a:hover {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-primary);
}

.cetro-social-share {
  gap: 15px;
  align-items: flex-end;
}

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

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 10px;
}

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1;
  color: var(--e-global-color-lighter);
  margin: 15px 0 30px 0;
}
@media (max-width: 568px) {
  figcaption {
    text-align: center;
    margin: 10px 0;
  }
}

article.article-default {
  border-bottom: 1px solid var(--e-global-color-border);
}
article.article-default:not(:last-child) {
  margin-bottom: 20px;
}

.blog-list article.article-default {
  margin-bottom: 10px;
}

article.post-style-grid {
  display: flex;
}
article.post-style-grid .post-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
article.post-style-grid .post-image .entry-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
article.post-style-grid .post-thumbnail {
  padding-top: 71.2%;
}
article.post-style-grid .post-content {
  display: flex;
  flex-direction: column;
  padding: 25px 0 18px;
  flex: 1;
}
article.post-style-grid .entry-meta {
  margin-bottom: 21px;
}
article.post-style-grid .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
article.post-style-grid .more-link-wrap {
  margin-top: auto;
}
article.post-style-grid .more-link-wrap .elementor-button .elementor-button-icon i {
  font-size: 10px;
  font-size: 0.625rem;
}

.blog-style-list:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.blog-style-list .post-inner {
  display: flex;
  overflow: hidden;
}
@media (max-width: 568px) {
  .blog-style-list .post-inner {
    flex-direction: column;
  }
}
.blog-style-list .post-inner .post-image {
  width: 45.2%;
  position: relative;
}
@media (max-width: 568px) {
  .blog-style-list .post-inner .post-image {
    width: 100%;
  }
}
.blog-style-list .post-inner .post-image .entry-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.blog-style-list .post-inner .post-thumbnail {
  padding-top: 71.4%;
}
.blog-style-list .post-inner .post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.blog-style-list .post-inner .post-content {
  display: flex;
  flex: 1;
  margin: 0 30px 0 30px;
  padding: 0 0 0;
  flex-direction: row;
  justify-content: center;
  border: none;
}
@media (max-width: 568px) {
  .blog-style-list .post-inner .post-content {
    padding: 20px 0 0;
    margin: 0;
  }
}
.blog-style-list .post-inner .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.archive .taxonomy-description {
  margin-bottom: 30px;
}

.single-post .hentry > .entry-header,
.page .hentry > .entry-header {
  max-width: 100%;
}
.single-post .hentry .entry-content > *:not(.elementor),
.page .hentry .entry-content > *:not(.elementor) {
  max-width: 100%;
}
.single-post .hentry .entry-content .content-full-width,
.page .hentry .entry-content .content-full-width {
  max-width: 100%;
}

.single-post.cetro-sidebar .single-content .entry-header {
  max-width: 100%;
  text-align: left;
}
.single-post.cetro-sidebar .single-content .post-content-wrapper {
  max-width: 100%;
}
.single-post.cetro-sidebar .single-content .post-thumbnail {
  padding-top: 62.4%;
}
.single-post .single-content {
  overflow: hidden;
}
.single-post .single-content .post-thumbnail {
  margin-bottom: 0;
}
.single-post .single-content .post-content-wrapper {
  padding: 30px 0 0;
  max-width: 930px;
  margin: auto;
}
.single-post .post-thumbnail {
  padding-top: 56.74%;
  background: aliceblue;
}
.single-post .entry-header {
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}
.single-post .entry-title {
  margin-bottom: 24px;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: unset;
}
@media (max-width: 768px) {
  .single-post .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single-post .entry-excerpt {
  margin-top: 10px;
  color: var(--e-global-color-text);
}
.single-post .entry-content {
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .single-post .entry-content {
    margin-bottom: 30px;
  }
}
.single-post .entry-content > p:last-child {
  margin: 0;
}
.single-post .entry-content .heading {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .single-post .entry-content .heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-post .entry-content ul {
  margin: 0 0 0 17px;
}
.single-post .entry-content ul li {
  padding: 0 0 10px 0;
}
.single-post .entry-content ul li::marker {
  color: var(--e-global-color-accent);
}
.single-post .entry-content [class*=" column-"], .single-post .entry-content [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}
.single-post .nav-links {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 170px;
  border-top: 1px solid var(--e-global-color-border);
  border-bottom: 1px solid var(--e-global-color-border);
}
@media (max-width: 769px) {
  .single-post .nav-links {
    gap: 30px;
  }
}
@media (max-width: 568px) {
  .single-post .nav-links {
    flex-wrap: wrap;
    gap: 0;
  }
}
.single-post .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-post .nav-links .nav-previous {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 568px) {
  .single-post .nav-links .nav-previous {
    border: none;
  }
}
.single-post .nav-links .nav-previous a:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-post .nav-links .nav-previous .nav-content {
  display: flex;
  flex-direction: column;
}
.single-post .nav-links .nav-next {
  justify-content: end;
  margin-left: auto;
}
@media (max-width: 768px) {
  .single-post .nav-links .nav-next {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 568px) {
  .single-post .nav-links .nav-next {
    border: none;
  }
}
.single-post .nav-links .nav-next a:after {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-post .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .aligncenter img {
  margin: auto;
  border-radius: 24px;
}
.single-post .alignleft img {
  width: 100%;
  border-radius: 24px;
}
.single-post .blog-grid {
  display: flex;
  justify-content: center;
  margin: 40px auto 41px;
}
.single-post .blog-grid img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 568px) {
  .single-post .blog-grid {
    flex-wrap: wrap;
  }
  .single-post .blog-grid div {
    width: 100%;
  }
}

.post-password-form input {
  height: 50px;
}
@media (max-width: 480px) {
  .post-password-form input[type=password] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.search-submit {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
  white-space: nowrap;
  background-color: var(--e-global-color-primary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-primary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 8px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  border: none;
}
.search-submit .elementor-button-content-wrapper {
  position: relative;
  gap: 10px;
  align-items: center;
}
.search-submit .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.search-submit .elementor-button-icon i, .search-submit .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.search-submit:hover, .search-submit:focus {
  background-color: var(--e-global-color-secondary);
  border-color: transparent;
  color: #FFFFFF;
}
.search-submit .button-wrapper {
  position: relative;
  overflow: hidden;
}
.search-submit .button-wrapper:after {
  content: attr(data-hover);
  width: 100%;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(105%);
  pointer-events: none;
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.search-submit .button-wrapper .button-text {
  display: inline-block;
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.search-submit:hover .button-wrapper:after {
  transform: translateY(-50%);
}
.search-submit:hover .button-wrapper .button-text {
  transform: translateY(-105%) scale(0.95);
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.list-items {
  margin: 0;
  padding: 0;
}
.list-items li {
  list-style: none;
  display: flex;
  align-items: center;
}
.list-items li:not(:last-child) {
  margin-bottom: 8px;
}
.list-items li i {
  margin-right: 10px;
  font-size: 1.2em;
}

a.remove {
  display: block;
  width: 1.618034em;
  height: 1.618034em;
  line-height: 1.618;
  font-weight: var(--e-global-typography-text-font-weight);
  text-indent: -9999px;
  position: relative;
}
a.remove::before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--e-global-color-text);
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .single-content .wp-block-media-text {
    display: block;
  }
}
.button-service {
  --size-icon: 50px;
}
.button-service .elementor-button {
  position: absolute;
  right: 45px;
  bottom: -25px;
  z-index: 4;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-icon);
  height: var(--size-icon);
  border-radius: 50%;
  background: var(--e-global-color-primary);
}
.button-service i {
  font-size: 18px;
  font-size: 1.125rem;
}
.button-service .decor-border {
  position: absolute;
  width: 100px;
  height: 34px;
  bottom: 0;
  right: 20px;
  z-index: 3;
}
.button-service .decor-border:after {
  content: "";
  width: 100px;
  height: 34px;
  clip-path: path("M 0 33 H 100 C 90.7952 33 83 31 79 21 C 73.5989 6.9412 62.6183 0 50 0 C 37.3818 0 26.4011 6.9412 21 21 C 17 31 9.2047 33 0 33 Z");
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  z-index: -1;
}

.elementor-service-item {
  height: 100%;
  position: relative;
}
.elementor-service-item .service-media {
  position: relative;
}
.elementor-service-item .service-image {
  overflow: hidden;
  position: relative;
  will-change: transform;
  border-radius: 24px;
  background: #D9D9D9;
}
.elementor-service-item .service-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.elementor-service-item:hover {
  transition: all 0.5s ease-out;
}
.elementor-service-item:hover .service-image img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}
.elementor-service-item .service-content {
  position: relative;
  z-index: 1;
}
.elementor-service-item .entry-icon {
  display: flex;
}
.elementor-service-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  text-transform: capitalize;
}
.elementor-service-item .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-service-item.service-style-1 {
  padding: 10px 9px 43px;
  border-radius: 26px;
  border: 1px solid #5C5E5E2E;
}
@media (max-width: 767px) {
  .elementor-service-item.service-style-1 {
    padding: 11px 9px 15px;
  }
}
.elementor-service-item.service-style-1 .service {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.elementor-service-item.service-style-1 .service-image {
  padding-top: 65.118%;
}
.elementor-service-item.service-style-1 .service-content {
  padding: 0 30px;
}
.elementor-service-item.service-style-1 .entry-title {
  margin: 0;
}
.elementor-service-item.service-style-1 .excerpt-content {
  margin: 22px 0 0 0;
  padding-top: 29px;
  border-top: 1px solid var(--e-global-color-border);
}
.elementor-service-item.service-style-2 .service {
  position: relative;
  margin-bottom: 28px;
}
.elementor-service-item.service-style-2 .service-image {
  padding-top: 120%;
}
.elementor-service-item.service-style-2 .service-content {
  padding: 29px 30px 34px;
  margin: 10px;
  background: #000000A3;
  backdrop-filter: blur(29px);
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #FFFFFF12;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .elementor-service-item.service-style-2 .service-content {
    padding: 30px 15px;
  }
}
.elementor-service-item.service-style-2 .entry-title {
  margin: 0;
  color: #FFFFFF;
}
.elementor-service-item.service-style-2 .entry-title a:hover {
  color: var(--e-global-color-secondary);
}
.elementor-service-item.service-style-2 .excerpt-content {
  color: #FFFFFF;
  margin: 22px 0 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.elementor-service-item.service-style-2:hover .service-content {
  background: var(--e-global-color-primary);
}
.elementor-service-item.service-style-3 {
  position: sticky;
  top: 50px;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .elementor-service-item.service-style-3:nth-child(2n) .service {
    flex-direction: row-reverse;
  }
  .elementor-service-item.service-style-3:nth-child(2n) .service:before, .elementor-service-item.service-style-3:nth-child(2n) .service:after {
    transform: scaleX(-1);
  }
  .elementor-service-item.service-style-3:nth-child(2n) .button-service .elementor-button {
    right: auto;
    left: 0;
  }
}
.elementor-service-item.service-style-3 .service {
  position: relative;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 10px;
  will-change: auto;
}
.elementor-service-item.service-style-3 .service:after {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  content: "";
  background-color: #FFFFFF;
  border-radius: 24px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxOTY5IiB2aWV3Qm94PSIwIDAgMTkwMCAxOTY5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTg4NUMxODk5LjUgMTg5Ny45OCAxODg4Ljk4IDE5MDguNSAxODc2IDE5MDguNUgxODc1QzE4NTUuMzkgMTkwOC41IDE4MzkuNSAxOTI0LjM5IDE4MzkuNSAxOTQ0VjE5NDVDMTgzOS41IDE5NTcuOTggMTgyOC45OCAxOTY4LjUgMTgxNiAxOTY4LjVIMjRDMTEuMDIxMyAxOTY4LjUgMC41IDE5NTcuOTggMC41IDE5NDVWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==") bottom right no-repeat;
  background-size: cover;
}
.elementor-service-item.service-style-3 .service:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 24px;
  background-color: #E7E9F1;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxOTY5IiB2aWV3Qm94PSIwIDAgMTkwMCAxOTY5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTg4NUMxODk5LjUgMTg5Ny45OCAxODg4Ljk4IDE5MDguNSAxODc2IDE5MDguNUgxODc1QzE4NTUuMzkgMTkwOC41IDE4MzkuNSAxOTI0LjM5IDE4MzkuNSAxOTQ0VjE5NDVDMTgzOS41IDE5NTcuOTggMTgyOC45OCAxOTY4LjUgMTgxNiAxOTY4LjVIMjRDMTEuMDIxMyAxOTY4LjUgMC41IDE5NTcuOTggMC41IDE5NDVWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==") bottom right no-repeat;
  background-size: cover;
}
.elementor-service-item.service-style-3 .service-media {
  width: 48.921%;
  z-index: 1;
}
.elementor-service-item.service-style-3 .service-image {
  padding-top: 73.53%;
  border-radius: 18px;
}
.elementor-service-item.service-style-3 .service-content {
  flex: 1;
  padding: 20px 60px 20px 70px;
}
.elementor-service-item.service-style-3 .entry-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0 100px 0 0;
}
.elementor-service-item.service-style-3 .excerpt-content {
  margin: 30px 0 0 0;
  padding: 30px 95px 0 0;
  border-top: 1px solid var(--e-global-color-border);
}
.elementor-service-item.service-style-3 .button-service .elementor-button {
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  color: var(--e-global-color-secondary);
}
.elementor-service-item.service-style-3 .button-service .elementor-button:hover {
  background: var(--e-global-color-primary);
  color: #FFFFFF;
}
@media (max-width: 1366px) {
  .elementor-service-item.service-style-3 .service-content {
    padding: 20px 60px 20px 30px;
  }
  .elementor-service-item.service-style-3 .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
  }
  .elementor-service-item.service-style-3 .excerpt-content {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 568px) {
  .elementor-service-item.service-style-3 {
    position: relative;
    top: 0;
  }
  .elementor-service-item.service-style-3 .service {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .elementor-service-item.service-style-3 .service-media {
    width: 100%;
  }
  .elementor-service-item.service-style-3 .service-content {
    padding: 20px 60px 20px 20px;
  }
  .elementor-service-item.service-style-3 .excerpt-content {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.service-style-4 {
  display: flex;
  --size-icon: 50px;
}
@media (max-width: 767px) {
  .service-style-4 {
    flex-direction: column;
  }
}
.service-style-4 .service-content {
  flex: 1;
  padding: 0px 70px 0px 0px;
}
@media (max-width: 1365px) {
  .service-style-4 .service-content {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .service-style-4 .service-content {
    padding: 0 0 30px;
  }
}
.service-style-4 .service-image {
  width: 51.064%;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-style-4 .service-image {
    width: 100%;
  }
}
.service-style-4 .service-image .entry-image, .service-style-4 .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.service-style-4 .service-image-mobile {
  transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  opacity: 0;
  height: 0;
  border-radius: 24px;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s linear;
}
@media (max-width: 767px) {
  .service-style-4 .active .service-image-mobile {
    margin: 10px 0 20px;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.service-style-4 .service-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  animation-name: slidetop;
  pointer-events: none;
  transition: all 0.5s linear;
}
.service-style-4 .service-main-img.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-style-4 .entry-image {
  position: relative;
}
.service-style-4 .title-list {
  position: relative;
  z-index: 9;
}
.service-style-4 .service-item-style-4 .entry-title {
  margin: 0;
  color: var(--e-global-color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: calc(40 / 24);
  gap: 0.5rem;
}
.service-style-4 .service-item-style-4 .entry-title a {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
  padding: 30px 0;
  flex: 1;
}
@media (max-width: 1024px) {
  .service-style-4 .service-item-style-4 .entry-title a {
    padding: 16px 0;
    gap: 1rem;
  }
}
.service-style-4 .service-item-style-4 .service-icon {
  width: var(--size-icon);
  height: var(--size-icon);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-style-4 .service-item-style-4 .service-icon i {
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
}
.service-style-4 .service-item-style-4.active .entry-title {
  color: var(--e-global-color-primary);
}
.service-style-4 .service-item-style-4.active .service-icon {
  background: var(--e-global-color-primary);
}
.service-style-4 .service-item-style-4.active .service-icon i {
  color: #FFFFFF;
}
.service-style-4 .service {
  border-bottom: 1px solid var(--e-global-color-border);
}
.service-style-4 .service:first-child {
  border-top: 1px solid var(--e-global-color-border);
}

.button-portfolio {
  --size-icon: 50px;
}
.button-portfolio .elementor-button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-icon);
  height: var(--size-icon);
  border-radius: 50%;
  background: var(--e-global-color-primary);
}
.button-portfolio .elementor-button:hover {
  background: #FFFFFF;
}
.button-portfolio .elementor-button:hover i {
  color: var(--e-global-color-primary);
}
.button-portfolio i {
  font-size: 16px;
  font-size: 1rem;
}

.elementor-portfolio-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.elementor-portfolio-item .portfolio-image {
  position: relative;
  will-change: transform;
  background: #D9D9D9;
}
.elementor-portfolio-item .portfolio-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.elementor-portfolio-item:hover {
  transition: all 0.5s ease-out;
}
.elementor-portfolio-item:hover .portfolio-image img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}
.elementor-portfolio-item .portfolio {
  position: relative;
}
.elementor-portfolio-item .portfolio-content {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: auto;
  background: #000000A3;
  backdrop-filter: blur(58px);
  -webkit-backdrop-filter: blur(58px);
  mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 10.59%, rgba(109, 107, 102, 0.77) 21.61%, rgba(96, 95, 90, 0.88) 31.36%, rgba(93, 92, 87, 0.909469) 40.25%, #53524E 62.71%);
  -webkit-mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 10.59%, rgba(109, 107, 102, 0.77) 21.61%, rgba(96, 95, 90, 0.88) 31.36%, rgba(93, 92, 87, 0.909469) 40.25%, #53524E 62.71%);
}
.elementor-portfolio-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  text-transform: capitalize;
}
.elementor-portfolio-item .portfolio-content-main {
  flex: 1;
}
.elementor-portfolio-item .entry-title {
  margin: 0;
  color: #ffffff;
}
.elementor-portfolio-item .excerpt-category {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  padding: 10px 0 4px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: calc(24 / 16);
}
.elementor-portfolio-item .excerpt-category a {
  color: #FFFFFF;
}
.elementor-portfolio-item .excerpt-category a:hover {
  color: var(--e-global-color-primary);
}
.elementor-portfolio-item.portfolio-style-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  justify-content: flex-end;
}
.elementor-portfolio-item.portfolio-style-1 .portfolio-image {
  padding-top: 115.558%;
}
.elementor-portfolio-item.portfolio-style-1 .portfolio-content {
  padding: 100px 40px 40px;
}
@media (max-width: 880px) {
  .elementor-portfolio-item.portfolio-style-1 .portfolio-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .elementor-portfolio-item.portfolio-style-1 .portfolio-content {
    padding: 30px 15px;
  }
}
@media (min-width: 1024px) {
  .elementor-portfolio-item.portfolio-style-1 .portfolio-content {
    opacity: 0;
    visibility: hidden;
  }
  .elementor-portfolio-item.portfolio-style-1:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
  }
}

.portfolio-wrapper-style-2 .cetro-con-inner {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .portfolio-wrapper-style-2 .cetro-con-inner {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 425px) {
  .portfolio-wrapper-style-2 .cetro-con-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-wrapper-style-2 .elementor-portfolio-item {
  position: relative;
  padding: 0;
  max-width: 100%;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 24px;
  overflow: hidden;
}
.portfolio-wrapper-style-2 .portfolio-image {
  padding-top: 520px;
}
@media (max-width: 768px) {
  .portfolio-wrapper-style-2 .portfolio-image {
    padding-top: 450px;
  }
}
.portfolio-wrapper-style-2 .portfolio-content {
  padding: 106px 40px 43px 43px;
}
@media (max-width: 880px) {
  .portfolio-wrapper-style-2 .portfolio-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrapper-style-2 .portfolio-content {
    padding: 30px 15px;
  }
}
@media (min-width: 1024px) {
  .portfolio-wrapper-style-2 .cetro-con-inner {
    display: flex;
    grid-column-gap: 10px;
  }
  .portfolio-wrapper-style-2 .elementor-portfolio-item {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    transition: all 1s ease;
  }
  .portfolio-wrapper-style-2 .portfolio-content {
    opacity: 0;
    visibility: hidden;
  }
  .portfolio-wrapper-style-2 .active {
    -webkit-flex-grow: 4.85;
    -webkit-box-flex: 4.85;
    flex-grow: 4.85;
  }
  .portfolio-wrapper-style-2 .active .portfolio-content {
    opacity: 1;
    visibility: visible;
  }
}

.portfolio-effect-yes .portfolio-style-1:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .portfolio-effect-yes .portfolio-style-1:nth-child(2n) {
    margin-top: 0;
  }
}
.portfolio-effect-yes .portfolio-style-1:nth-child(2n+1) {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .portfolio-effect-yes .portfolio-style-1:nth-child(2n+1) {
    margin-bottom: 0;
  }
}

.button-team {
  --size-icon: 50px;
}
.button-team .elementor-button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-icon);
  height: var(--size-icon);
  border-radius: 50%;
  background: var(--e-global-color-primary);
}
.button-team i {
  font-size: 18px;
  font-size: 1.125rem;
}

.elementor-team-item {
  height: 100%;
  position: relative;
}
.elementor-team-item .team-media {
  position: relative;
}
.elementor-team-item .team-image {
  overflow: hidden;
  position: relative;
  will-change: transform;
  border-radius: 24px;
  padding-top: 127.274%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==") bottom right no-repeat;
  background-size: cover;
}
.elementor-team-item .team-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.elementor-team-item .team-image:after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQwIiBoZWlnaHQ9IjIyMyIgdmlld0JveD0iMCAwIDQ0MCAyMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF8xMzhfNDYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI0NDAiIGhlaWdodD0iMjIzIj4KPHBhdGggb3BhY2l0eT0iMC45NSIgZD0iTTAgMEg0NDBWMjIzSDBWMFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMzhfNDYpIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xMzhfNDYpIj4KPGZvcmVpZ25PYmplY3QgeD0iLTU4IiB5PSItNTgiIHdpZHRoPSI1NTYiIGhlaWdodD0iMzM5Ij48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjlweCk7Y2xpcC1wYXRoOnVybCgjYmdibHVyXzBfMTM4XzQ2X2NsaXBfcGF0aCk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSI+PC9kaXY+PC9mb3JlaWduT2JqZWN0PjxwYXRoIG9wYWNpdHk9IjAuOTkiIGRhdGEtZmlnbWEtYmctYmx1ci1yYWRpdXM9IjU4IiBkPSJNMCAwSDQ0MFYyMjNIMFYwWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC42NCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImJnYmx1cl8wXzEzOF80Nl9jbGlwX3BhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4IDU4KSI+PHBhdGggZD0iTTAgMEg0NDBWMjIzSDBWMFoiLz4KPC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM4XzQ2IiB4MT0iMjIwIiB5MT0iMCIgeDI9IjIyMCIgeTI9IjIyMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMDgxNzMwOCIgc3RvcC1jb2xvcj0iI0I5QjdBRSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC40MTI1NTYiIHN0b3AtY29sb3I9IiM2QzZBNjQiIHN0b3Atb3BhY2l0eT0iMC42NCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxRjFFMUEiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K") center bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
.elementor-team-item:hover {
  transition: all 0.5s ease-out;
}
.elementor-team-item:hover .team-image img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}
.elementor-team-item .team {
  position: relative;
}
.elementor-team-item .team-content {
  padding: 39px 70px 39px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .elementor-team-item .team-content {
    padding: 30px 15px;
  }
}
.elementor-team-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  text-transform: capitalize;
  margin: 0;
  color: #FFFFFF;
}
.elementor-team-item .entry-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-team-item .entry-job {
  color: #FFFFFF;
  margin-top: 6px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.course-item-lp_quiz footer,
.course-item-lp_lesson footer {
  display: none;
}

.cetro-footer-builder .site-footer {
  padding-top: 0;
}

.copyright-bar {
  color: var(--e-global-color-lighter);
  padding: 1.618034em 15px;
  min-height: 105px;
  border-top: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--e-global-color-text);
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  [data-elementor-type=footer] {
    margin-bottom: 60px;
  }
}

.scrollup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 1200px) {
  .scrollup {
    right: 30px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .scrollup {
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }
}
.scrollup:hover, .scrollup:focus {
  color: #fff;
  background-color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.41577975em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  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;
  color: #21759b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
table td,
table th {
  padding: 1em 1.41577975em;
  text-align: left;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: var(--e-global-typography-text-font-weight);
}
table thead th {
  padding: 1.41577975em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}

.mptt-shortcode-wrapper .mptt-navigation-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  position: relative;
  color: var(--e-global-color-text);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  right: auto;
  transition: width 0.5s;
  bottom: -5px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a {
  color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a:before {
  width: 100%;
  left: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a {
  color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a:before {
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  background-color: #FFFFFF;
  border-radius: 0 30px;
  position: relative;
  margin-top: 60px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 120, 43, 0.4);
  border-radius: 0 30px;
  top: 0;
  left: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  border: 1px dashed var(--e-global-color-border);
  background-color: transparent;
  padding: 13px 50px;
  color: var(--e-global-color-text);
  border-top: none;
  border-bottom: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:last-child {
  border-right: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:first-child {
  border-left: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 1px dashed var(--e-global-color-border);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:first-child {
  border-left: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:last-child {
  border-right: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) {
  background-color: rgba(244, 236, 228, 0.4);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) .event {
  background-color: rgba(244, 236, 228, 0);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:last-child td {
  border-bottom: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1200px) {
  .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    padding: 13px 10px;
  }
}
@media (max-width: 768px) {
  .mptt-shortcode-wrapper .mptt-navigation-tabs {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.mptt-shortcode-wrapper.mptt-table-fixed {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .mptt-shortcode-wrapper.mptt-table-fixed {
    overflow-x: scroll;
  }
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 #page {
  position: relative;
}
.error404 .site-content {
  margin: 0 !important;
  padding: 0 !important;
}
.error404 .site-content .col-full {
  max-width: 100%;
  padding: 0;
}
.error404 .error-404 {
  padding: 120px 30px 120px 30px;
}
@media (max-width: 768px) {
  .error404 .error-404 {
    padding: 60px 15px 60px 15px;
  }
}
.error404 .page-content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404 .error-image {
  margin-bottom: 45px;
}
.error404 .error-image img {
  margin: 0 auto 0;
}
@media (max-width: 1024px) {
  .error404 .error-image img {
    width: 80%;
  }
}
.error404 .error-heading {
  font-weight: 700;
  font-size: 300px;
  font-size: 18.75rem;
  color: #D1793E;
  padding-bottom: 19px;
  line-height: 1;
}
.error404 .error-title {
  margin-bottom: 30px;
  text-transform: capitalize;
}
.error404 .error-title span {
  color: var(--e-global-color-primary);
}
.error404 .error-sub-title {
  max-width: 530px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-text);
  margin-bottom: 57px;
  text-align: center;
}
@media (max-width: 768px) {
  .error404 .error-sub-title {
    margin-bottom: 35px;
  }
}
.error404 .error-404 .elementor-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 15px 15px 30px;
  gap: 10px;
  border-radius: 100px;
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
}
.error404 .error-404 .elementor-button .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--e-global-color-primary);
  transition: all 0.5s ease-in-out;
}
.error404 .error-404 .elementor-button .elementor-button-icon i {
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.error404 .error-404 .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.error404 .error-404 .elementor-button:hover .elementor-button-icon {
  background-color: #FFFFFF;
}
.error404 .error-404 .elementor-button:hover .elementor-button-icon i {
  color: var(--e-global-color-primary);
}
.error404 .error-404 .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.error404 .go-back {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: capitalize;
  color: var(--e-global-color-primary);
}
.error404 .go-back:hover {
  color: var(--e-global-color-secondary);
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  margin: 50px auto 0;
}
#comments .comments-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 41px;
}
#comments .comments-title span {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  #comments .comments-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-comment textarea {
  height: 120px;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
}
#comments .comment-form-comment textarea::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  #comments .comment-list {
    margin: 0 0 30px;
  }
}
#comments .comment-list [class*=depth-] {
  display: flex;
  flex-direction: column;
}
#comments .comment-list .depth-1:first-of-type > .comment-body {
  padding-top: 0;
  border-top: none;
}
#comments .comment-list .depth-1:last-child > .comment-body {
  padding-bottom: 0;
}
#comments .comment-list .depth-1 > .comment-body {
  position: relative;
}
#comments .comment-list .comment-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--e-global-color-border);
}
#comments .comment-list .parent, #comments .comment-list .children {
  list-style: none;
}
#comments .comment-list .comment-author {
  display: block;
  z-index: 1;
}
@media (max-width: 425px) {
  #comments .comment-list .comment-author {
    display: none;
  }
}
#comments .comment-list .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 568px) {
  #comments .comment-list .avatar {
    display: none;
  }
}
#comments .comment-list .comment-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 80px);
  position: relative;
}
@media (max-width: 568px) {
  #comments .comment-list .comment-content {
    width: 100%;
  }
}
#comments .comment-list .comment-head {
  width: calc(100% - 180px);
}
@media (max-width: 568px) {
  #comments .comment-list .comment-head {
    width: calc(100%);
  }
}
#comments .comment-list .children {
  margin-left: 82px;
}
#comments .comment-list .children .parent {
  border-bottom: 1px solid #FFFFFF26;
}
#comments .comment-list .children .parent:last-child {
  border: none;
}
@media (max-width: 768px) {
  #comments .comment-list .children {
    margin-left: 50px;
  }
}
@media (max-width: 425px) {
  #comments .comment-list .children {
    margin-left: 30px;
  }
}
#comments .comment-list .comment-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#comments .comment-list .comment-meta a.comment-date {
  font-size: primarypx;
  font-size: primary/16rem;
  color: var(--e-global-color-light);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
}
#comments .comment-list .comment-meta cite {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  clear: both;
  display: block;
  color: var(--e-global-color-secondary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .comment-text p {
  margin: 0;
}
#comments .comment-list .reply {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
  position: absolute;
  right: 0;
  top: 11px;
}
#comments .comment-list .reply a {
  gap: 5px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  overflow: hidden;
  text-transform: capitalize;
}
#comments .comment-list .reply a .button-wrapper {
  position: relative;
  overflow: hidden;
}
#comments .comment-list .reply a .button-wrapper:after {
  content: attr(data-hover);
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(105%);
  pointer-events: none;
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#comments .comment-list .reply a .button-wrapper .button-text {
  display: inline-block;
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#comments .comment-list .reply a:hover {
  color: var(--e-global-color-accent);
}
#comments .comment-list .reply .comment-reply-link:before,
#comments .comment-list .reply .comment-reply-login:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
}
#comments .comment-list .reply .comment-edit-link:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-primary);
}
@media (max-width: 568px) {
  #comments .comment-list .reply {
    position: relative;
    top: 0;
    right: 0;
  }
}
#comments .comment-list #respond {
  padding: 20px 1.618034em 15px;
  background-color: rgba(0, 0, 0, 0.0125);
  margin: 10px 0 10px auto;
  border-radius: 24px;
  border: 1px solid var(--e-global-color-border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments .bypostauthor > .comment-body cite::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#commentform > p, #commentform .comment-form-rating, #commentform .form-submit {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  #commentform .comment-form-author,
#commentform .comment-form-email, #commentform .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#commentform .comment-form-url {
  padding: 0 10px;
}
#commentform .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
#commentform p {
  margin-bottom: 0;
}
#commentform .form-submit {
  margin-top: 40px;
  order: 3;
}
@media (max-width: 768px) {
  #commentform .form-submit {
    margin-top: 10px;
  }
}
#commentform .form-submit .elementor-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 15px 15px 30px;
  gap: 10px;
  background-color: var(--e-global-color-secondary);
}
#commentform .form-submit .elementor-button .elementor-button-icon {
  width: 30px;
  height: 30px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
#commentform .form-submit .elementor-button .elementor-button-icon i {
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}
#commentform .form-submit .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
#commentform .form-submit .elementor-button:hover .elementor-button-icon {
  background-color: #ffffff;
}
#commentform .form-submit .elementor-button:hover .elementor-button-icon i {
  color: var(--e-global-color-primary);
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-bottom: 30px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 100px;
  color: var(--e-global-color-text);
}
#commentform .comment-form-author input::-webkit-input-placeholder,
#commentform .comment-form-email input::-webkit-input-placeholder,
#commentform .comment-form-url input::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}
#commentform .logged-in-as, #commentform .comment-notes {
  margin-bottom: 30px;
  order: 0;
}
#commentform .logged-in-as a, #commentform .comment-notes a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#commentform .logged-in-as a:hover, #commentform .comment-notes a:hover {
  color: var(--e-global-color-primary);
}
#commentform .comment-form-cookies-consent,
#commentform .comment-form-comment {
  margin-bottom: 20px;
  order: 1;
}
#commentform .comment-form-cookies-consent a,
#commentform .comment-form-comment a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#commentform .comment-form-cookies-consent a:hover,
#commentform .comment-form-comment a:hover {
  color: var(--e-global-color-primary);
}
#commentform .comment-form-cookies-consent {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
#commentform .comment-form-cookies-consent input[type=checkbox] {
  appearance: none;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid #E5E2DF;
  border-radius: 2px;
  position: relative;
  background: var(--_bg, transparent);
  width: 100%;
  max-width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
#commentform .comment-form-cookies-consent input[type=checkbox]:checked {
  --_bg: #0075ff;
  --_bga: #ffffff;
  border: none;
}
#commentform .comment-form-cookies-consent input[type=checkbox]::after {
  --_mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="3" stroke="%23000" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 12l5 5l10 -10"/></svg>');
  background: var(--_bga, transparent);
  content: "";
  inset: 0;
  position: absolute;
  mask: var(--_mask) no-repeat center/contain;
  -webkit-mask: var(--_mask) no-repeat center/contain;
  mask-size: 16px;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: none;
}

#respond {
  clear: both;
  position: relative;
}
#respond #reply-title {
  color: var(--e-global-color-secondary);
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}
#respond #reply-title span {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  #respond #reply-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}
.sticky #respond:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}

/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  /*vertical-align: middle; /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

.elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
  white-space: nowrap;
  background-color: var(--e-global-color-primary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-primary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 8px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.elementor-button .elementor-button-content-wrapper {
  position: relative;
  gap: 10px;
  align-items: center;
}
.elementor-button .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.elementor-button .elementor-button-icon i, .elementor-button .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.elementor-button:hover, .elementor-button:focus {
  background-color: var(--e-global-color-secondary);
  border-color: transparent;
  color: #FFFFFF;
}
.elementor-button.elementor-size-xs {
  padding: 0.25rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100px;
}
.elementor-button.elementor-size-sm {
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
}
.elementor-button.elementor-size-md {
  padding: 1.125rem 2.25rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
}
.elementor-button.elementor-size-lg {
  padding: 1.3rem 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
}
.elementor-button.elementor-size-xl {
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
}
.elementor-button.elementor-button-link, .elementor-button.elementor-button-white, .elementor-button.elementor-button-bg {
  display: inline-flex;
}
.elementor-element.elementor-button-outline .elementor-button .elementor-button-icon {
  color: var(--e-global-color-secondary);
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #0f834d;
  border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
  border-color: #d9534f;
}

.button-wrapper[class=elementor-button-] .elementor-button, .button-wrapper:not(.elementor-button-link) .elementor-button,
.enable-effects-yes[class=elementor-button-] .elementor-button,
.enable-effects-yes:not(.elementor-button-link) .elementor-button {
  position: relative;
}
.button-wrapper[class=elementor-button-] .elementor-button .elementor-button-content-wrapper, .button-wrapper:not(.elementor-button-link) .elementor-button .elementor-button-content-wrapper,
.enable-effects-yes[class=elementor-button-] .elementor-button .elementor-button-content-wrapper,
.enable-effects-yes:not(.elementor-button-link) .elementor-button .elementor-button-content-wrapper {
  flex-direction: row-reverse;
  align-items: center;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-xs, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-xs,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-xs,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-xs {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-xs .elementor-button-icon, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-xs .elementor-button-icon,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-xs .elementor-button-icon,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-xs .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-sm, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-sm,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-sm,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-sm {
  padding: 0.64rem 0.64rem 0.64rem 1.95rem;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-md, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-md,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-md,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-md {
  padding: 0.7rem 0.7rem 0.7rem 1.95rem;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-lg, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-lg,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-lg,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-lg {
  padding: 0.75rem 0.75rem 0.75rem 1.95rem;
}
.button-wrapper[class=elementor-button-] .elementor-button.elementor-size-xl, .button-wrapper:not(.elementor-button-link) .elementor-button.elementor-size-xl,
.enable-effects-yes[class=elementor-button-] .elementor-button.elementor-size-xl,
.enable-effects-yes:not(.elementor-button-link) .elementor-button.elementor-size-xl {
  padding: 1.05rem 1.05rem 1.05rem 1.95rem;
}

/* Button Outline */
.button-outline {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 30px;
  padding: 18px 36px;
  position: relative;
  border: 1px solid var(--e-global-color-border);
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.button-outline i, .button-outline svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}
.button-outline:hover, .button-outline:focus {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.button-outline:hover i, .button-outline:hover svg, .button-outline:focus i, .button-outline:focus svg {
  color: #FFFFFF;
}
.button-outline.loading {
  opacity: 0.5;
}
.button-outline.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
.button-outline.disabled, .button-outline:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-outline.disabled:hover, .button-outline:disabled:hover {
  opacity: 0.5 !important;
}

input[type=submit] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
  white-space: nowrap;
  background-color: var(--e-global-color-primary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-primary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 8px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
input[type=submit] .elementor-button-content-wrapper {
  position: relative;
  gap: 10px;
  align-items: center;
}
input[type=submit] .elementor-button-icon {
  position: relative;
  z-index: 1;
}
input[type=submit] .elementor-button-icon i, input[type=submit] .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: var(--e-global-color-secondary);
  border-color: transparent;
  color: #FFFFFF;
}

input[type=button] i:before,
input[type=reset] i:before,
.button i:before {
  display: block;
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: 9px;
  position: relative;
  color: var(--e-global-color-primary);
  z-index: 1;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
input[type=button]:hover i:before,
input[type=reset]:hover i:before,
.button:hover i:before {
  color: #ffffff;
}
input[type=button].loading,
input[type=reset].loading,
.button.loading {
  opacity: 0.5;
}
input[type=button].small,
input[type=reset].small,
.button.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
input[type=button].disabled, input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
input[type=button].disabled:hover, input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
input[type=button].loading,
input[type=reset].loading,
.button.loading {
  position: relative;
}
input[type=button].loading::after,
input[type=reset].loading::after,
.button.loading::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  line-height: 12px;
}

.button-link {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  position: relative;
  line-height: 0.875;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
}
.button-link .elementor-button-content-wrapper {
  gap: 10px;
  position: relative;
  z-index: 1;
  align-items: center;
}
.button-link .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.button-link .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.button-link .elementor-button-icon i, .button-link .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--e-global-color-secondary);
}
.button-link:hover, .button-link:focus {
  color: var(--e-global-color-primary);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  width: 20px;
  height: 20px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819660059em;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
}

.input-square {
  display: inline-flex;
}
.input-square input[type=radio],
.input-square input[type=checkbox] {
  opacity: 0;
  display: none;
}
.input-square input[type=radio]:checked + label:before,
.input-square input[type=checkbox]:checked + label:before {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  text-indent: 0;
}
.input-square input[type=radio]:checked + label:after,
.input-square input[type=checkbox]:checked + label:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  z-index: 1;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  text-indent: -999px;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.input-square input[type=radio] + label,
.input-square input[type=checkbox] + label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #5C626A;
  line-height: 1.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.input-square input[type=radio] + label:hover,
.input-square input[type=checkbox] + label:hover {
  color: var(--e-global-color-primary);
}
.input-square input[type=radio] + label:hover:before,
.input-square input[type=checkbox] + label:hover:before {
  border-color: var(--e-global-color-primary);
}
.input-square input[type=radio] + label:before,
.input-square input[type=checkbox] + label:before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid;
  width: 20px;
  height: 20px;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  background-color: #fff;
  border-color: var(--e-global-color-border);
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.input-cicrle {
  display: inline-flex;
}
.input-cicrle input[type=radio],
.input-cicrle input[type=checkbox] {
  /* Hide original inputs */
  opacity: 0;
  display: none;
}
.input-cicrle input[type=radio]:checked + label:after,
.input-cicrle input[type=checkbox]:checked + label:after {
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.input-cicrle input[type=radio] + label,
.input-cicrle input[type=checkbox] + label {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 1.875rem;
}
.input-cicrle input[type=radio] + label:hover:before,
.input-cicrle input[type=checkbox] + label:hover:before {
  border-color: var(--e-global-color-primary);
}
.input-cicrle input[type=radio] + label:before,
.input-cicrle input[type=checkbox] + label:before {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid;
  border-radius: 50%;
  border-color: var(--e-global-color-border);
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input-cicrle input[type=radio] + label:after,
.input-cicrle input[type=checkbox] + label:after {
  height: 6px;
  width: 6px;
  margin-right: 5px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  left: 6px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #A3A7B6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 12px 24px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  color: #000000;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--e-global-color-border);
  border-radius: 100px;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: #000000;
  opacity: 1;
  /* Firefox */
}

select,
input[type=date] {
  padding: 0.75rem 2rem 0.75rem 1.4375rem;
  position: relative;
}
select:not([size]):not([multiple]),
input[type=date]:not([size]):not([multiple]) {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #000000;
  background-color: transparent;
  border: 1px solid var(--e-global-color-border);
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
}

input[type=date] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 15'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M4.156 1.406V2.5h3.938V1.406c.036-.4.255-.62.656-.656.401.036.62.255.656.656V2.5H10.5c.492.018.902.191 1.23.52.329.328.502.738.52 1.23V13c-.018.492-.191.902-.52 1.23-.328.329-.738.502-1.23.52H1.75c-.492-.018-.902-.191-1.23-.52C.19 13.902.018 13.492 0 13V4.25c.018-.492.191-.902.52-1.23.328-.329.738-.502 1.23-.52h1.094V1.406c.036-.4.255-.62.656-.656.401.036.62.255.656.656zM1.313 6v1.531H3.5V6H1.312zm0 2.844v1.75H3.5v-1.75H1.312zm3.5 0v1.75h2.625v-1.75H4.813zm3.937 0v1.75h2.188v-1.75H8.75zm2.188-1.313V6H8.75v1.531h2.188zm0 4.375H8.75v1.531h1.75c.273-.018.42-.164.438-.437v-1.094zm-3.5 0H4.813v1.531h2.625v-1.53zm-3.938 0H1.312V13c.019.273.165.42.438.438H3.5v-1.532zm3.938-4.375V6H4.813v1.531h2.625z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 13px;
  position: relative;
  text-align: left;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@supports (-moz-appearance: none) {
  input[type=date] {
    -moz-appearance: menulist;
    appearance: auto;
    background-image: none;
    padding-right: initial;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 13.171l4.95-4.95 1.415 1.415L12 16 5.637 9.636 7.05 8.222l4.95 4.95z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 22px) center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.select2-container .selection {
  position: relative;
}
.select2-container .select2-dropdown {
  border-color: var(--e-global-color-border);
}
.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 10px 8px;
}
.select2-container.select2-container--default {
  text-align: left;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: var(--e-global-color-border);
  height: 52px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 16px;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  position: static;
  margin: 0;
  display: block;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 1.25em;
  padding-right: 30px;
  color: var(--e-global-color-text);
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  border-radius: 24px;
}

label {
  font-weight: var(--e-global-typography-text-font-weight);
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618034em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618034em;
  margin-top: 1.618034em;
  border-color: var(--e-global-color-border);
}
fieldset legend {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-text);
  padding: 0.6180339845em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  height: 50px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button {
  --margin-left: -40px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 11px;
  font-size: 0.6875rem;
  color: var(--e-global-color-primary);
  padding: 11px 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 16px;
  font-size: 1rem;
  transform: scale3d(0, 0, 0);
  margin-left: -24px;
  transition: all 0.5s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover {
  padding-left: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover:before {
  margin-left: var(--margin-left);
  transform: scale3d(0, 0, 0);
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover:after {
  margin-left: 0;
  transform: scale3d(1, 1, 1);
}

.site-header-account .cetro-login-form-ajax button {
  padding: 1rem 1.5rem 1rem 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41577975em;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
}
.gallery .gallery-item .gallery-caption {
  margin: 10px 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #5c5e5e2e;
  padding: 5px 0;
  line-height: 20px;
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.babe_pager {
  display: flex;
  margin-top: 60px;
  gap: 10px;
}

.page-numbers:not(ul) {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.page-numbers:not(ul).current, .page-numbers:not(ul):hover {
  background-color: var(--e-global-color-primary);
  color: white;
}
.page-numbers:not(ul).next, .page-numbers:not(ul).prev {
  width: 40px;
  height: 40px;
  padding: 3px 3px;
}
.page-numbers:not(ul).next span, .page-numbers:not(ul).prev span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  transition: 0.4s all ease;
}
.page-numbers:not(ul).next i, .page-numbers:not(ul).prev i {
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  transition: 0.3s all ease;
}
.page-numbers:not(ul).next:hover span, .page-numbers:not(ul).prev:hover span {
  width: 100%;
  height: 100%;
}
.page-numbers:not(ul).next:hover i, .page-numbers:not(ul).prev:hover i {
  color: #FFFFFF;
}

.elementor-pagination .page-pagination-nav.prev, .elementor-pagination .page-pagination-nav.next {
  height: 40px;
  min-width: 40px;
  width: fit-content;
  border-radius: 20px;
  padding: 0 9px;
}

.page-links {
  padding-top: 20px;
}
.page-links > * {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--e-global-color-text);
}
.page-links > *.current, .page-links > *:hover {
  background-color: var(--e-global-color-text);
  color: #fff;
}

nav.navigation {
  clear: both;
}
nav.navigation::before, nav.navigation::after {
  content: "";
  display: table;
}
nav.navigation::after {
  clear: both;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.learnpress-page .learn-press-pagination.pagination {
  margin: 60px 0 0;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more {
  margin: 60px auto 0;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 30px;
  padding: 18px 36px;
  position: relative;
  border: 1px solid var(--e-global-color-border);
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more i, .learnpress-page .learn-press-pagination.courses-btn-load-more svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more:hover, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.learnpress-page .learn-press-pagination.courses-btn-load-more:hover i, .learnpress-page .learn-press-pagination.courses-btn-load-more:hover svg, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus i, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus svg {
  color: #FFFFFF;
}
.learnpress-page .pagination ul.page-numbers {
  justify-content: center;
}
.learnpress-page .pagination ul.page-numbers .page-numbers:not(ul) {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  width: 40px;
  height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
}
.learnpress-page .pagination ul.page-numbers .page-numbers:not(ul).current, .learnpress-page .pagination ul.page-numbers .page-numbers:not(ul):hover {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #ffffff;
}

.blog-style-grid + .pagination ul.page-numbers {
  justify-content: center;
}

.pagination,
.woocommerce-pagination {
  clear: both;
  margin-top: 60px;
}
.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: left;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce-shop .pagination ul.page-numbers,
.woocommerce-shop .woocommerce-pagination ul.page-numbers {
  justify-content: center;
}
.pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.pagination ul.page-numbers li:last-child,
.woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.pagination .rtl a.next,
.pagination .rtl a.prev,
.woocommerce-pagination .rtl a.next,
.woocommerce-pagination .rtl a.prev {
  transform: rotateY(180deg);
}

.blog-style-grid + .pagination {
  margin-top: 40px;
}

.post-navigation {
  margin: 34px auto 50px;
}

nav.post-navigation {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  margin: 30px 0 29px;
  width: 50%;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
    padding: 15px 0 15px;
  }
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
    width: 100%;
  }
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  text-decoration: none;
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  width: 90px;
  height: 90px;
  border-radius: 24px;
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    display: none;
  }
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  gap: 10px;
  position: relative;
  align-content: center;
  align-items: center;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  text-transform: uppercase;
  margin-bottom: 15px;
}
nav.post-navigation .nav-previous {
  float: left;
}
nav.post-navigation .nav-previous .nav-content .reader-text {
  justify-content: start;
}
nav.post-navigation .nav-previous .nav-content .reader-text:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
}
nav.post-navigation .nav-content .reader-text {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.post-navigation .nav-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
nav.post-navigation .nav-content .title:hover {
  color: var(--e-global-color-primary);
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  margin-left: 20px;
}
nav.post-navigation .nav-next .nav-content .reader-text {
  justify-content: end;
}
nav.post-navigation .nav-next .nav-content .reader-text:after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
}
nav.post-navigation .nav-next .nav-content .title {
  text-align: right;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.woocommerce-shop .widget .widget-title,
.woocommerce-shop .widget .widgettitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

#secondary {
  display: none;
  flex-direction: column;
}
@media (min-width: 1025px) {
  #secondary {
    display: block;
  }
}

.widget {
  margin-bottom: 50px;
}
.widget:has(.elementor) {
  padding: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ul li {
  list-style: none;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul .children {
  margin-top: 0.75em;
}
.widget ul ul {
  margin-left: 1.41577975em;
  margin-top: 0.75em;
}
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.widget .wp-block-categories {
  margin: 0;
}
.widget.widget_recent_entries {
  counter-reset: section;
}
.widget.widget_recent_entries .recent-posts li {
  display: flex;
  flex-direction: row;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.widget.widget_recent_entries .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.widget.widget_recent_entries .entry-meta {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.widget.widget_recent_entries .posted-on {
  color: var(--e-global-color-lighter);
  line-height: calc(24/13);
}
.widget.widget_recent_entries .posted-on:hover a {
  color: var(--e-global-color-secondary) !important;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  width: 110px;
  height: 100px;
  border-radius: 12px;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
  transform: scale(1);
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_recent_entries .recent-posts-thumbnail img:hover {
  transform: scale(1.05);
}
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.widget.widget_recent_entries .recent-posts-info .entry-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0;
  margin: 0;
  order: 1;
  text-transform: none;
}
.widget.widget_recent_entries .recent-posts-info .entry-title:hover a {
  color: var(--e-global-color-primary);
}
.widget.widget_recent_entries .recent-posts-info .post-date {
  order: 1;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
}
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget.widget_rss .widget-title .rsswidget {
  display: inline-block;
  color: inherit;
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--e-global-color-text);
}
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
  text-decoration: underline;
  line-height: 1.41577975em;
}

ul.wp-block-archives li,
ul.wp-block-categories li {
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 0;
}
ul.wp-block-archives li a,
ul.wp-block-categories li a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.wp-block-archives li a:hover,
ul.wp-block-categories li a:hover {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover .count,
ul.wp-block-categories li a:hover .count {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover, ul.wp-block-archives li a[aria-current=page],
ul.wp-block-categories li a:hover,
ul.wp-block-categories li a[aria-current=page] {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover .count, ul.wp-block-archives li a[aria-current=page] .count,
ul.wp-block-categories li a:hover .count,
ul.wp-block-categories li a[aria-current=page] .count {
  color: var(--e-global-color-primary);
}

.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_categories {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  position: relative;
  padding: 10px 0 10px;
  border-top: 1px solid var(--e-global-color-border);
  margin-bottom: 0;
}
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child {
  border-top: none;
}
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
  border-bottom: 1px solid var(--e-global-color-border);
}
.widget_nav_menu li ul,
.widget_meta li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_categories li ul {
  border-top: 1px solid var(--e-global-color-border);
}
.widget_nav_menu li li:last-child,
.widget_meta li li:last-child,
.widget_pages li li:last-child,
.widget_archive li li:last-child,
.widget_categories li li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.widget_archive li a,
.widget_categories li a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_nav_menu li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover .count,
.widget_meta li a:hover .count,
.widget_pages li a:hover .count,
.widget_archive li a:hover .count,
.widget_categories li a:hover .count {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover, .widget_nav_menu li a[aria-current=page],
.widget_meta li a:hover,
.widget_meta li a[aria-current=page],
.widget_pages li a:hover,
.widget_pages li a[aria-current=page],
.widget_archive li a:hover,
.widget_archive li a[aria-current=page],
.widget_categories li a:hover,
.widget_categories li a[aria-current=page] {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover .count, .widget_nav_menu li a[aria-current=page] .count,
.widget_meta li a:hover .count,
.widget_meta li a[aria-current=page] .count,
.widget_pages li a:hover .count,
.widget_pages li a[aria-current=page] .count,
.widget_archive li a:hover .count,
.widget_archive li a[aria-current=page] .count,
.widget_categories li a:hover .count,
.widget_categories li a[aria-current=page] .count {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li .count,
.widget_meta li .count,
.widget_pages li .count,
.widget_archive li .count,
.widget_categories li .count {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
}
.widget_nav_menu li.current-cat .cat-name:before, .widget_nav_menu li:hover .cat-name:before,
.widget_meta li.current-cat .cat-name:before,
.widget_meta li:hover .cat-name:before,
.widget_pages li.current-cat .cat-name:before,
.widget_pages li:hover .cat-name:before,
.widget_archive li.current-cat .cat-name:before,
.widget_archive li:hover .cat-name:before,
.widget_categories li.current-cat .cat-name:before,
.widget_categories li:hover .cat-name:before {
  background-color: var(--e-global-color-primary);
}

[id*=text-] {
  border: none;
  margin: 0;
}

.widget_search .widget-content,
.widget_product_search .widget-content,
.site-search .widget-content {
  padding: 0;
  border: none;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form:before,
.widget_product_search form:before,
.site-search form:before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-secondary);
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  width: 100%;
  flex: 1;
  border: 1px solid var(--e-global-color-border);
  border-radius: 24px;
  padding: 18px 60px 16px 26px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-text);
}
.widget_search form input[type=text]::placeholder,
.widget_search form input[type=search]::placeholder,
.widget_product_search form input[type=text]::placeholder,
.widget_product_search form input[type=search]::placeholder,
.site-search form input[type=text]::placeholder,
.site-search form input[type=search]::placeholder {
  color: var(--e-global-color-text);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 54px;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  opacity: 1;
}
.widget_search form input[type=submit]:hover, .widget_search form input[type=submit]:focus, .widget_search form input[type=submit]:active,
.widget_search form button[type=submit]:hover,
.widget_search form button[type=submit]:focus,
.widget_search form button[type=submit]:active,
.widget_product_search form input[type=submit]:hover,
.widget_product_search form input[type=submit]:focus,
.widget_product_search form input[type=submit]:active,
.widget_product_search form button[type=submit]:hover,
.widget_product_search form button[type=submit]:focus,
.widget_product_search form button[type=submit]:active,
.site-search form input[type=submit]:hover,
.site-search form input[type=submit]:focus,
.site-search form input[type=submit]:active,
.site-search form button[type=submit]:hover,
.site-search form button[type=submit]:focus,
.site-search form button[type=submit]:active {
  background: transparent;
  box-shadow: none;
}
.widget_search form .wp-block-search__label,
.widget_product_search form .wp-block-search__label,
.site-search form .wp-block-search__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.widget_search form .wp-block-search__label:focus,
.widget_product_search form .wp-block-search__label:focus,
.site-search form .wp-block-search__label:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41577975em;
  border-color: var(--e-global-color-border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--e-global-color-text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--e-global-color-primary);
}

.widget.widget_tag_cloud .widgettitle,
.widget.widget_product_tag_cloud .widgettitle {
  padding: 0 0 20px;
  margin: 0;
}
.widget.widget_tag_cloud .tagcloud, .widget.widget_tag_cloud .wp-block-tag-cloud,
.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: 500;
  display: inline-block;
  font-size: 15px !important;
  color: var(--e-global-color-text);
  padding: 6px 15px 6px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  border-radius: 18px;
  border: 1px solid var(--e-global-color-border);
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after {
  display: none;
  content: ".";
  margin: -8px 8px 0;
  vertical-align: middle;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
  color: #fff;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-color-type .color-label, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-radio-type .color-label {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-color-type .radio-check, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-radio-type .radio-check {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 600;
  width: 16px;
  height: 16px;
  background-color: transparent;
  color: transparent;
  border: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-color-type .radio-check:hover, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.cetro-radio-type .radio-check:hover {
  background-color: #1364FF;
  color: #FFFFFF;
  border-color: #B5CAF5;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:hover .count {
  color: var(--e-global-color-primary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
  color: var(--e-global-color-primary);
}

.wp-block-latest-comments__comment a,
.widget_recent_comments a {
  text-decoration: underline;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background-color: var(--e-global-color-text);
  color: #fff;
}

.cetro-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41577975em;
}

.cetro-canvas-filter .cetro-canvas-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.cetro-canvas-filter .cetro-canvas-filter-wrap .widget_layered_nav ul li .children {
  margin-left: 0;
}
.cetro-canvas-filter .cetro-canvas-filter-wrap .widget_layered_nav .chosen::before {
  content: "";
}

.widget_calendar caption,
.wp-block-calendar caption {
  padding: 7px 0;
  background: var(--e-global-color-primary);
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.widget_calendar table th,
.wp-block-calendar table th {
  background: #ddd;
  color: var(--e-global-color-text);
}

@keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1440px 0px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
.page .site-main {
  margin: 0 auto;
}

body.archive .site-main,
body.woocommerce-page .site-main,
body.elementor-page .site-main {
  max-width: 100%;
  margin: 0;
}

.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
  font-family: "cetro-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.woocommerce-page .addresses + .addresses header.title a::before {
  content: "";
}

@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
.main-navigation.toggled div.menu {
    display: none;
  }

  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important;
  }

  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }

  [class*=cetro-sidebar-] .content-area {
    width: calc(100% - 480px);
    float: left;
  }
  .cetro-sidebar-left .content-area {
    float: right;
  }
  .cetro-sidebar-right .content-area {
    float: left;
  }

  [class*=cetro-sidebar-] .widget-area {
    width: 410px;
    float: right;
  }
  .widget-area .widgets {
    padding: 30px 30px 55px;
    background-color: #F0FAFD;
    border-radius: 24px;
  }
  .cetro-sidebar-left .widget-area {
    float: left;
  }
  .cetro-sidebar-right .widget-area {
    float: right;
  }

  .left-sidebar .content-area {
    float: left;
  }
  .left-sidebar .widget-area {
    float: right;
  }

  .cetro-content-width-wide .elementor-section.elementor-section-boxed > .elementor-container,
.cetro-content-width-wide .col-full {
    max-width: 100%;
  }
  .cetro-content-width-wide #page .site-content,
.cetro-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.cetro-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 80px;
    padding-right: 80px;
  }
  .cetro-content-width-wide .e-con {
    --container-max-width: 100%;
  }

  .woocommerce-page.cetro-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .cetro-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407797364em !important;
    display: inline-block;
  }

  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .cetro-content-width-wide #page .site-content,
.cetro-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.cetro-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 30px;
    padding-right: 30px;
  }

  /**
   * Comments
   */
  .comment-list {
    list-style: none;
  }
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid #5c5e5e2e;
  }
  .comment-list ol.children {
    margin-left: 80px;
    list-style: none;
  }

  #respond .comment-form-comment {
    clear: both;
  }

  /**
   * Primary Navigation
   */
  .cetro-primary-navigation {
    clear: both;
  }
  .cetro-primary-navigation::before, .cetro-primary-navigation::after {
    content: "";
    display: table;
  }
  .cetro-primary-navigation::after {
    clear: both;
  }

  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .wpml-ls-statics-footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer::after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  .copyright-bar .cetro-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  [class*=cetro-sidebar-].single-product .content-area {
    min-width: calc(100% - 330px);
  }
  .archive.woocommerce[class*=cetro-sidebar-] .content-area {
    width: calc(100% - 360px);
  }
  .woocommerce-page.shop_filter_drawing.cetro-sidebar-left .content-area, .cetro-sidebar-left .content-area {
    float: right;
  }
  .woocommerce-page.shop_filter_drawing.cetro-sidebar-right .content-area, .cetro-sidebar-right .content-area {
    float: left;
  }

  .shop_filter_drawing.cetro-sidebar-left .widget-area {
    transform: translateX(0px);
    width: 0;
  }
  .shop_filter_drawing.cetro-sidebar-right .widget-area {
    transform: translateX(300px);
  }
  .woocommerce[class*=cetro-sidebar-] .widget-area {
    width: 330px;
  }
  .single-product.woocommerce[class*=cetro-sidebar-] .widget-area {
    width: 310px;
  }
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  display: inline-block;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 40px;
  line-height: 46px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span i:before {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item .sub-menu-active a {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item {
  position: relative;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
  padding-left: 30px;
}
.hfe-nav-menu.vertical .hfe-has-submenu-container .hfe-menu-toggle:hover {
  border: none;
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  margin: 0px;
}
.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
  background-color: var(--e-global-color-primary);
  width: 0%;
}

.single-cetro_service.elementor-page .col-full,
.single-cetro_project.elementor-page .col-full,
.single-cetro_doctor.elementor-page .col-full {
  max-width: 100%;
}

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

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

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

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

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

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

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
.cetro-social-share {
  display: flex;
  align-items: center;
}
.cetro-social-share i {
  font-size: 14px;
  font-size: 0.875rem;
}
.cetro-social-share a {
  transition: all 0.4s ease;
  line-height: 0;
}
.cetro-social-share a i {
  color: var(--e-global-color-text);
}
.cetro-social-share a:hover i {
  color: var(--e-global-color-primary);
}
.cetro-social-share .social-share-header span {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-text);
  letter-spacing: 1px;
}

.single-product .cetro-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  color: var(--e-global-color-text);
  gap: 0;
}
.single-product .cetro-social-share .social-share-header {
  display: block;
  margin-right: 6px;
  text-transform: capitalize;
}
.single-product .cetro-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin-right: 20px;
  color: #ffffff;
  width: 16px;
  height: 16px;
}
.single-product .cetro-social-share a i {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-lighter);
}

.overflow-to-left .cetro-swiper {
  overflow: visible;
  clip-path: inset(-100% 0 -100% -100%) !important;
}

.overflow-to-right .cetro-swiper {
  overflow: visible;
  clip-path: inset(-100% -100% -100% 0) !important;
}

.overflow-to-visible .cetro-swiper {
  overflow: visible;
}

.swiper-pagination {
  z-index: 1;
}

.elementor-element .swiper-vertical {
  padding-bottom: 0 !important;
}
.elementor-element .cetro-swiper-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.elementor-element .cetro-swiper-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background-color: var(--e-global-color-primary);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .elementor-element .cetro-swiper-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
  }
}
.elementor-element .cetro-swiper-wrapper .swiper-slide {
  height: unset;
  width: calc((100% - ((var(--e-global-column-to-show) - 1) * var(--grid-column-gap))) / var(--e-global-column-to-show));
  margin-right: var(--grid-column-gap);
}
.elementor-element .cetro-swiper-wrapper .swiper {
  position: static;
}
.elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button {
  display: flex;
  min-width: 1em;
  min-height: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60px;
  height: 34px;
  color: var(--e-global-color-text);
  border-radius: 10px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button {
    width: 72px;
    height: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button svg {
  fill: var(--e-global-color-text);
}
.elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button i {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button-prev {
    left: -100px;
    right: auto;
  }
  .rtl .elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button-prev {
    right: -100px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button-next {
    right: -100px;
    left: auto;
  }
  .rtl .elementor-element .cetro-swiper-wrapper .swiper .elementor-swiper-button-next {
    left: -100px;
    right: auto;
  }
}
.elementor-element .cetro-swiper-wrapper .swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}
.elementor-element.elementor-widget-cetro-header-carousel .cetro-swiper-wrapper .elementor-swiper-button-prev {
  left: 0;
}
.elementor-element.elementor-widget-cetro-header-carousel .cetro-swiper-wrapper .elementor-swiper-button-next {
  right: 0;
}

.elementor-pagination-style-1 .swiper-pagination-bullet,
.elementor-pagination-style-2 .swiper-pagination-bullet {
  --size-pagination-bullet: 10px;
}

.elementor-pagination-style-1 .swiper-pagination-bullet {
  background-color: var(--e-global-color-border);
  transition: 0.3s ease-in-out;
  width: var(--size-pagination-bullet);
  height: var(--size-pagination-bullet);
  border-radius: 5px;
  opacity: 1;
}
.elementor-pagination-style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-pagination-style-1 .swiper-pagination-bullet:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-pagination-style-1 .swiper-pagination-bullet-active {
  width: calc(3 * var(--size-pagination-bullet));
  transition: 0.3s ease-in-out;
}

.elementor-pagination-style-2 .swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}
.elementor-pagination-style-2 .swiper-pagination-bullet {
  background-color: var(--e-global-color-lighter);
  cursor: pointer;
  border-radius: 50%;
  width: var(--size-pagination-bullet);
  height: var(--size-pagination-bullet);
  position: relative;
  opacity: 1;
}
.elementor-pagination-style-2 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: calc(1.8 * var(--size-pagination-bullet));
  height: calc(1.8 * var(--size-pagination-bullet));
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-pagination-style-2 .swiper-pagination-bullet:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .elementor-pagination-style-2 .swiper-pagination-bullet:hover::before {
  opacity: 1;
}

.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}



/*# sourceMappingURL=style.css.map */
