:root {
  --content-width: 81.25em;
  --content-width-sm: 73.125em;
  --sidebar-width: 18.75em;
  --global-font-family: "Hero", sans-serif;
  --highlight-font-family: "Hero", sans-serif;
  --global-font-size: 1em;
  --global-font-line-height: 1.75;
  --global-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  --global-page-top-spacing: 11em;
  --global-page-bottom-spacing: 11em;
  --global-page-top-spacing-tablet: 5.5em;
  --global-page-bottom-spacing-tablet: 5.5em;
  --global-page-top-spacing-mobile: 3.125em;
  --global-page-bottom-spacing-mobile: 3.125em;
  --font-size-small: calc(16 / var(--global-font-size) * 1em);
  --font-size-regular: calc(var(--global-font-size) / 16 * 1em);
  --font-size-large: calc(36 / var(--global-font-size) * 1em);
  --font-size-larger: calc(48 / var(--global-font-size) * 1em);
  --font-size-small: 0.75em;
  --font-size-normal: 0.875em;
  --font-size-body: 1em;
  --font-size-h1: 5.653em;
  --font-size-h2: 3.998em;
  --font-size-h3: 2.827em;
  --font-size-h4: 1.999em;
  --font-size-h5: 1.414em;
  --font-size-h6: 1em;
  --font-size-xs: 0.75em;
  --font-line-height-body: 1.75;
  --font-line-height-p: 1.75;
  --font-line-height-h1: 1.3;
  --font-line-height-h2: 1.3;
  --font-line-height-h3: 1.3;
  --font-line-height-h4: 1.3;
  --font-line-height-h5: 1.3;
  --font-line-height-h6: 1.75;
  --font-weight-body: 500;
  --font-weight-h1: bold;
  --font-weight-h2: bold;
  --font-weight-h3: bold;
  --font-weight-h4: bold;
  --font-weight-h5: bold;
  --font-weight-h6: 400;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-letter-spacing-body: 0.02em;
  --font-letter-spacing-link: 0.02em;
  --font-letter-spacing-h1: 0.02em;
  --font-letter-spacing-h2: 0.02em;
  --font-letter-spacing-h3: 0.02em;
  --font-letter-spacing-h4: 0.02em;
  --font-letter-spacing-h5: 0.02em;
  --font-letter-spacing-h6: 0.25em;
  --letter-spacing: 0.25em;
  --letter-spacing-one: 0.04em;
  --letter-spacing-two: 0.125em;
  --letter-spacing-three: 0.1875em;
  --letter-spacing-four: 0.04em;
  --letter-spacing-subtitle: 0.212em;
  --border-radius: 0;
  --border-radius-box: 0.625em;
  --border-radius-ten: 0.625em;
  --border-radius-btn: 0.375em;
  --z-index-minus: -1;
  --global-body-bgcolor: #000000;
  --global-body-lightbg: #151727;
  --global-body-lightbg-opacity: rgb(21 23 39/3%);
  --global-font-color: #d9d9d9;
  --white-card-text: #525357;
  --global-font-title: #fff;
  --global-font-subtitle: #d9d9d9;
  --global-submenu-bg: #151727;
  --global-submenu-light: #7c7c7c;
  --border-color-light: #525357;
  --color-link: #e63939;
  --color-link-visited: #e63939;
  --color-link-active: #e63939;
  --color-loading-bar: #333966;
  --color-theme-primary: #e63939;
  --color-theme-secondary: #060606;
  --color-theme-text: #151727;
  --color-theme-red: #c0392b;
  --color-theme-green: #27ae60;
  --color-theme-blue: #a483dc;
  --color-theme-yellow: #ffd81c;
  --color-theme-black: #0b0b0b;
  --color-theme-grey: #95a5a6;
  --color-theme-white: #fff;
  --color-theme-white-light: #fafafa;
  --color-custom-daylight: #97c0b7;
  --color-custom-sun: #eee9d1;
  --footer-theme-dark: #0e0f1a;
  --color-theme-lightbg: #151727;
  --global-font-active: #e63939;
  --global-font-hover: #e63939;
}

@media (min-width: 1920px) {
  :root {
    --font-size-body: 0.83vw;
  }
}

@media (max-width: 991px) {
  :root {
    --font-size-h1: 3.052em;
    --font-size-h2: 2.441em;
    --font-size-h3: 1.953em;
    --font-size-h4: 1.563em;
    --font-size-h5: 1.25em;
    --font-letter-spacing-body: 0.01em;
    --font-letter-spacing-link: 0.01em;
    --font-letter-spacing-h1: 0.01em;
    --font-letter-spacing-h2: 0.01em;
    --font-letter-spacing-h3: 0.01em;
    --font-letter-spacing-h4: 0.01em;
    --font-letter-spacing-h5: 0.01em;
    --font-letter-spacing-h6: 0.25em;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 0.0625em dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.125em;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

::-moz-selection {
  background: #e63939;
  background: var(--color-theme-primary);
  color: #fff;
  color: var(--color-theme-white);
  text-shadow: none;
}

::selection {
  background: #e63939;
  background: var(--color-theme-primary);
  color: #fff;
  color: var(--color-theme-white);
  text-shadow: none;
}

.highlight-font-family {
  font-family: Hero, sans-serif !important;
}

body {
  background: #000000;
  background: var(--global-body-bgcolor);
  color: #d9d9d9;
  color: var(--global-font-color);
  font-family: Hero, sans-serif;
  font-family: var(--global-font-family);
  font-size: 1em;
  font-size: var(--font-size-body);
  line-height: 1.75;
  line-height: var(--font-line-height-body);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-body);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Hero,sans-serif;
	font-family: var(--highlight-font-family); */
  font-stretch: condensed;
  clear: both;
  margin: 0.625em 0;
  word-break: break-word;
  text-transform: capitalize;
}

h1 {
  font-size: 5.653em;
  font-size: var(--font-size-h1);
  line-height: 1.3;
  line-height: var(--font-line-height-h1);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-h1);
  font-weight: 700;
  font-weight: var(--font-weight-h1);
}

h1,
h2 {
  color: #fff;
  color: var(--global-font-title);
}

h2 {
  font-size: 3.998em;
  font-size: var(--font-size-h2);
  line-height: 1.3;
  line-height: var(--font-line-height-h2);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-h2);
  font-weight: 700;
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: 2.827em;
  font-size: var(--font-size-h3);
  line-height: 1.3;
  line-height: var(--font-line-height-h3);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-h3);
  font-weight: 700;
  font-weight: var(--font-weight-h3);
}

h3,
h4 {
  color: #fff;
  color: var(--global-font-title);
}

h4 {
  font-size: 1.999em;
  font-size: var(--font-size-h4);
  line-height: 1.3;
  line-height: var(--font-line-height-h4);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-h4);
  font-weight: 700;
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: 1.414em;
  font-size: var(--font-size-h5);
  line-height: 1.3;
  line-height: var(--font-line-height-h5);
  letter-spacing: 0.02em;
  letter-spacing: var(--font-letter-spacing-h5);
  font-weight: 700;
  font-weight: var(--font-weight-h5);
}

h5,
h6 {
  color: #fff;
  color: var(--global-font-title);
}

h6 {
  font-size: 1em;
  font-size: var(--font-size-h6);
  line-height: 1.75;
  line-height: var(--font-line-height-h6);
  letter-spacing: 0.25em;
  letter-spacing: var(--font-letter-spacing-h6);
  font-weight: 400;
  font-weight: var(--font-weight-h6);
}

button,
input,
optgroup,
select,
textarea {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.text_small,
small {
  font-size: 0.875em;
  font-size: var(--font-size-normal);
}

.overflow-hidden {
  overflow: hidden;
}

.z-index-minus {
  z-index: -1;
  z-index: var(--z-index-minus);
}

.letter-spacing {
  letter-spacing: 0.25em;
  letter-spacing: var(--letter-spacing);
}

a {
  font-size: 1em;
  font-size: var(--font-size-body);
  color: var(--color-theme-primary);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

p {
  line-height: 1.75;
  line-height: var(--font-line-height-p);
}

pre {
  background: #151727;
  background: var(--global-body-lightbg);
  color: #d9d9d9;
  color: var(--global-font-color);
  padding: 1em;
  border: 0.0625em solid #e63939;
  border: 0.0625em solid var(--color-theme-primary);
}

a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
i {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a:focus {
  outline: none !important;
}

.nicol h1,
.nicol h2,
.nicol h3,
.nicol h4,
.nicol h5,
.nicol h6 {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #e63939;
  color: var(--color-theme-primary);
}

a:hover {
  text-decoration: none;
}

:focus,
a {
  outline: none;
}

p {
  margin: 1em 0;
  line-height: 1.66em;
}

hr {
  background-color: var(--border-color-dark);
  border: 0;
  height: 0.0625em;
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin-bottom: 1em;
}

ol,
ol ol,
ul {
  padding-left: 1.625em;
}

dd {
  margin: 0 1.5em 1.5em;
}

dl dd {
  margin-bottom: 1em;
}

dl dd:last-child,
li > ol,
li > ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  margin-bottom: 1.25em;
}

table,
table td,
table th {
  border: 0.0625em solid #525357;
  border: 0.0625em solid var(--border-color-light);
}

table td,
table th {
  padding: 0.3125em 0.5em;
  text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.625em;
  line-height: 2;
  height: 2em;
}

input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  width: 100%;
  float: left;
  padding: 0;
  height: 3.75em;
  line-height: 3.75em;
  background: transparent;
  border: none;
  border-bottom: 0.0625em solid #525357;
  border-bottom: 0.0625em solid var(--border-color-light);
  border-radius: 0;
  border-radius: var(--border-radius);
  -webkit-border-radius: 0;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: 0;
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: 0;
  -ms-border-radius: var(--border-radius);
  -o-border-radius: 0;
  -o-border-radius: var(--border-radius);
  color: #d9d9d9;
  color: var(--global-font-color);
}

.nicol-comments-info .title a {
  color: #fff;
  color: var(--global-font-title);
}

.nicol-comments-info .title a:hover {
  color: #060606;
  color: var(--color-theme-secondary);
}

select {
  border: none;
  border-bottom: 0.0625em solid #525357;
  border-bottom: 0.0625em solid var(--border-color-light);
  background: transparent;
  line-height: 3em;
  height: 3em;
  padding: 0;
  width: 100%;
  color: #d9d9d9;
  color: var(--global-font-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  -webkit-border-radius: 0;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: 0;
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: 0;
  -ms-border-radius: var(--border-radius);
  -o-border-radius: 0;
  -o-border-radius: var(--border-radius);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

textarea {
  padding: 1em 0;
  height: 9.375em;
  min-height: 9.375em;
  line-height: 1.75;
  line-height: var(--font-line-height-body);
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input::-moz-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input:-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input::-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input::-o-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

textarea::-webkit-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

textarea::-moz-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

textarea:-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

textarea::-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

textarea::-o-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input[type="email"]::-moz-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input[type="email"]:-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input[type="email"]::-ms-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input[type="email"]::-o-input-placeholder {
  color: #fff;
  color: var(--color-theme-white);
}

input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: #e63939;
  border-color: var(--color-theme-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

embed,
iframe,
object {
  width: 100%;
}

iframe {
  border: none;
}

@media (min-width: 1499px) {
  .container {
    max-width: 73.125em;
    max-width: var(--content-width-sm);
  }

  .nicol .container {
    max-width: 81.25em;
    max-width: var(--content-width);
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 73.125em;
    max-width: var(--content-width-sm);
  }

  .nicol .container {
    max-width: 81.25em;
    max-width: var(--content-width);
  }
}

body .container {
  max-width: 73.125em;
  max-width: var(--content-width-sm);
}

body .nicol .container,
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 81.25em;
  max-width: var(--content-width);
}

.container-fluid {
  padding: 0 4em;
}

.site.nicol {
  overflow: hidden;
}

.content-area .site-main {
  padding: 11em 0;
  padding: var(--global-page-top-spacing) 0 var(--global-page-bottom-spacing);
  padding-bottom: 0 !important;
}

.home .nicol .content-area .site-main {
  padding: 0;
}

.single.single-product .content-area .site-main {
  padding-top: 11em;
}

.nicol-default-header.single.single-product .content-area .site-main {
  padding-top: 5em;
}

.home.blog .nicol .content-area .site-main {
  padding: 11em 0;
  padding: var(--global-page-top-spacing) 0 var(--global-page-bottom-spacing);
}

@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 2em;
  }

  .content-area .site-main,
  .home.blog .nicol .content-area .site-main {
    padding: 5.5em 1em;
    padding: var(--global-page-top-spacing-tablet) 1em
      var(--global-page-bottom-spacing-tablet);
  }

  .single.single-product .content-area .site-main {
    padding-top: 9em;
  }

  .nicol-default-header.single.single-product .content-area .site-main {
    padding-top: 4em;
  }
}

@media (max-width: 767px) {
  .content-area .site-main,
  .home.blog .nicol .content-area .site-main {
    padding: 3.125em 1em;
    padding: var(--global-page-top-spacing-mobile) 1em
      var(--global-page-bottom-spacing-mobile);
  }

  .single.single-product .content-area .site-main {
    padding-top: 7em;
  }

  .nicol-default-header.single.single-product .content-area .site-main {
    padding-top: 2em;
  }
}

.scrollbar-thumb {
  background: #e63939;
  background: var(--color-theme-primary);
}

.verticle-mn.yScroller {
  scrollbar-width: thin;
  scrollbar-color: #151727 #e63939;
  scrollbar-color: var(--global-body-lightbg) var(--color-theme-primary);
}

#back-to-top .top {
  position: fixed;
  bottom: 1.0625em;
  right: 0.875em;
  z-index: 99;
  font-size: 1em;
  font-weight: 700;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  text-align: center;
  line-height: 3em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

#back-to-top span.text-top {
  background: #e63939;
  background: var(--color-theme-primary);
  color: #fff;
  color: var(--color-theme-white);
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  -webkit-clip-path: circle(51% at center);
  clip-path: circle(51% at center);
}

#back-to-top span.text-top:before {
  content: " ";
  height: 200%;
  width: 100%;
  background: #151727;
  background: var(--global-body-lightbg);
  position: absolute;
  right: 0;
  -webkit-transform: scaleY(calc(1 - var(--progress)));
  transform: scaleY(calc(1 - var(--progress)));
  z-index: -1;
}

#back-to-top span.dot-circle {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 0.0625em dashed #fff;
  border: 0.0625em dashed var(--color-theme-white);
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0.5em;
}

#back-to-top span.dot-circle:before {
  content: "";
  width: 0.125em;
  height: 2.5em;
  background: #fff;
  background: var(--color-theme-white);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 1.3125em;
  top: -1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(1);
  transform: scaleY(0.9);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

#back-to-top a:hover span.dot-circle:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#back-to-top .top svg {
  color: #fff;
  color: var(--color-theme-white);
}

#back-to-top .nicol-btt-box {
  position: relative;
}

#back-to-top span svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#back-to-top .nicol-btt-shap svg {
  position: relative;
  top: 0;
}

#back-to-top .nicol-btt-icon svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1.25em;
  z-index: -1;
  font-size: 2.5em;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0f1a;
  background: var(--global-body-bgcolor);
  z-index: 9999;
}

#loading img {
  width: 18.75em;
}

.breadcrumb li {
  display: inline-block;
  word-break: break-word;
}

.nicol-breadcrumb {
  display: block;
  position: relative;
  padding: 11em 1em;
  background: #151727;
  background: var(--global-body-lightbg);
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: cover !important;
}

.nicol-breadcrumb-nav {
  position: relative;
  z-index: 2;
}

.nicol-breadcrumb ol li,
.nicol-breadcrumb ol li a {
  color: #e63939;
  color: var(--color-theme-primary);
  text-decoration: none;
  font-weight: 700;
  font-weight: var(--font-weight-h2);
  font-family: Hero, sans-serif;
  font-family: var(--highlight-font-family);
}

.nicol-breadcrumb ol li a:hover {
  color: #fff;
  color: var(--color-theme-white);
}

.nicol-breadcrumb ol li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.breadcrumb-bg:before,
.breadcrumb-ui:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.nicol-breadcrumb span.nicol-bread-item {
  position: relative;
}

.nicol-breadcrumb .breadcrumb-item:first-child span:before {
  display: none;
}

.nicol-breadcrumb span.nicol-bread-item:before {
  content: "";
  background: #fff;
  background: var(--color-theme-white);
  width: 0.25em;
  height: 0.0625em;
  position: absolute;
  padding: 0;
  left: -0.75em;
  top: 50%;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.625em;
  margin-left: 0.625em;
}

.nicol-breadcrumb .breadcrumb {
  position: relative;
  display: inline-block;
}

.nicol-breadcrumb .breadcrumb-item.active {
  color: #e63939;
  color: var(--color-theme-primary);
  position: relative;
  font-weight: 700;
}

.nicol-breadcrumb ol {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.nicol-breadcrumb .title {
  margin-bottom: 0.313em;
  margin-top: 0;
}

.nicol-breadcrumb-nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nicol-breadcrumb-nav ol li {
  display: inline-block;
}

.breadcrumb-bg,
.breadcrumb-video,
.video-nicol-bg-over {
  position: relative;
  overflow: hidden;
}

.breadcrumb-bg #video-background,
.breadcrumb-bg video,
.breadcrumb-video video,
.video-breadcrumb-bg #video-background,
.video-nicol-bg-over #video-background,
.video-nicol-bg-over video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
}

.breadcrumb-bg.nicol-over-dark-80:before,
.breadcrumb-ui:before {
  z-index: 0;
}

.iqonic-header-over .nicol-breadcrumb {
  padding: 8.25em 1em;
}

.theme-nicol-theme .nicol-breadcrumb:after,
.theme-nicol-theme .nicol-breadcrumb:before {
  content: "";
  position: absolute;
  width: 24.275em;
  height: 24.275em;
  border: 0.1875em dashed #fff;
  border: 0.1875em dashed var(--color-theme-white);
  border-radius: 50%;
  -webkit-animation: fa-spin 120s linear infinite;
  animation: fa-spin 120s linear infinite;
}

.theme-nicol-theme .nicol-breadcrumb:before {
  left: -15em;
  bottom: 0;
  border-color: #e63939;
  border-color: var(--color-theme-primary);
}

.theme-nicol-theme .nicol-breadcrumb:after {
  right: -15em;
  top: 0;
}

@media (max-width: 480px) {
  .iqonic-header-over .nicol-breadcrumb {
    padding: 8.25em 1em 5.25em;
  }
}

@media (max-width: 1199px) {
  .theme-nicol-theme .nicol-breadcrumb:after,
  .theme-nicol-theme .nicol-breadcrumb:before {
    content: none;
  }
}

@media (max-width: 991px) {
  .nicol-breadcrumb-nav .breadcrumb {
    display: block;
  }
}

@media (max-width: 1024px) {
  .nicol-breadcrumb {
    padding: 5.5em 1em;
  }
}

@media (max-width: 767px) {
  .nicol-breadcrumb {
    padding: 3.125em 1em;
  }

  .nicol-default-header #page.site.header-over .nicol-breadcrumb {
    padding-top: 6em;
  }
}

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

.wp-caption,
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-style: italic;
}

.wp-caption.alignleft .wp-caption-text {
  text-align: left;
}

.wp-caption.alignright .wp-caption-text {
  text-align: right;
}

@media screen and (min-width: 48em) {
  .wp-block-image.alignright,
  .wp-caption.alignright {
    margin-right: calc(50% - 40.625em);
    margin-right: calc(50% - var(--content-width) / 2);
  }

  .wp-block-image.alignleft,
  .wp-caption.alignleft {
    margin-left: calc(50% - 40.625em);
    margin-left: calc(50% - var(--content-width) / 2);
  }
}

.gallery-item {
  padding: 0 1em 1em 0;
}

.gallery-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-caption {
  font-size: 80%;
}

@media (max-width: 479px) {
  .gallery-item {
    padding: 0 0 1em;
  }
}

a {
  color: #e63939;
  color: var(--color-link);
}

a:visited {
  color: #e63939;
  color: var(--color-link-visited);
}

a:active,
a:focus,
a:hover {
  color: #e63939;
  color: var(--color-link-active);
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

body.admin-bar.nicol-default-header header,
body.admin-bar .has-sticky.header-up,
body.admin-bar header {
  top: 2em;
}

@media (max-width: 600px) {
  body.admin-bar .has-sticky.header-up {
    top: 0;
  }

  body.admin-bar header {
    top: 2.875em;
  }
}

@media only screen and (max-width: 601px) {
  body.admin-bar.nicol-default-header header,
  body.admin-bar header.no-header-layout {
    top: 2.875em;
  }
}

@media only screen and (min-width: 601px) and (max-width: 782px) {
  body.admin-bar.nicol-default-header header,
  body.admin-bar .has-sticky.header-up,
  body.admin-bar header {
    top: 2.875em;
  }
}

header {
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

header .navbar-brand .logo,
header .navbar-brand .logo_image {
  height: 1.875em;
  max-height: 1.875em;
}

.hf-elementor-layout .navbar-brand,
.sidebar-scrollbar .navbar-brand,
footer .navbar-brand,
header .navbar-brand {
  font-size: inherit;
}

body.admin-bar header.header-down,
body.admin-bar header.header-up,
header.header-default.header-down,
header.header-default.header-up {
  /*position: fixed;*/
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

header.header-default.header-down,
header.header-default.header-up {
  top: 0;
  background: #151727;
  background: var(--global-body-lightbg);
  box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  box-shadow: var(--global-box-shadow);
  -webkit-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -webkit-box-shadow: var(--global-box-shadow);
  -moz-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -moz-box-shadow: var(--global-box-shadow);
  -o-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -o-box-shadow: var(--global-box-shadow);
  -ms-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -ms-box-shadow: var(--global-box-shadow);
  width: 100%;
}

header.header-default.header-down {
  top: 0 !important;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

header .header-down.has-sticky,
header .header-up.has-sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  box-shadow: var(--global-box-shadow);
  -webkit-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -webkit-box-shadow: var(--global-box-shadow);
  -moz-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -moz-box-shadow: var(--global-box-shadow);
  -o-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -o-box-shadow: var(--global-box-shadow);
  -ms-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -ms-box-shadow: var(--global-box-shadow);
  transition: all 0.45s ease 0s !important;
  -webkit-transition: all 0.45s ease 0s !important;
  -moz-transition: all 0.45s ease 0s !important;
  -o-transition: all 0.45s ease 0s !important;
  z-index: 99;
}

header .header-up.has-sticky {
  left: 0 !important;
  background: #151727;
  background: var(--global-body-lightbg);
}

header .header-down.has-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.iqonic-header-over header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
}

.nicol-default-header #page.site {
  padding-top: 5.974em;
}

body.nicol-default-header header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

header .navbar-brand {
  margin-right: 0;
  padding: 1.65em 0;
}

header .navbar-collapse {
  margin-left: 1.25em;
}

.nicol-default-header .navbar-brand {
  padding: 2.05em 0;
}

.hf-elementor-layout span.navbar-toggler.collapse-icons {
  display: none;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.navbar-nav > li {
  position: relative;
  padding: 1em 0;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu li.sfHover > ul,
.sf-menu li:hover > ul {
  display: block;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-menu {
  float: left;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sf-menu ul.sub-menu {
  padding: 0.625em 0;
  background: #0e0f1a;
  background: var(--global-body-bgcolor);
  width: 16.875em;
  border-radius: 0.625em;
  border-radius: var(--border-radius-box);
  box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  box-shadow: var(--global-box-shadow);
  -webkit-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -webkit-box-shadow: var(--global-box-shadow);
}

.sf-menu ul.sub-menu a {
  padding: 0.625em 1.5625em;
  color: #d9d9d9;
  color: var(--global-font-color);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  position: relative;
}

.sf-menu ul.sub-menu li:hover > a {
  padding-left: 2.25em;
}

.sf-menu ul > li.menu-item > a:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0.625em;
  border-radius: var(--border-radius-box);
  background: #e63939;
  background: var(--color-theme-primary);
  width: 0.3125em;
  height: 0.3125em;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  left: 1.1875em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sf-menu ul > li.menu-item:hover > a:before {
  opacity: 1;
}

.sc_layouts_menu_nav li li.menu-item-has-children > a {
  padding-right: 2.25em;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  font-size: 1em;
  letter-spacing: 0.125em;
  letter-spacing: var(--letter-spacing-two);
}

.navbar-nav a {
  display: block;
  text-transform: capitalize;
  color: #fff;
  color: var(--global-font-title);
  font-family: Hero, sans-serif;
  font-family: var(--highlight-font-family);
  padding: 1.125em 1em;
  text-decoration: none;
  zoom: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.sf-menu > li > ul ul {
  margin: -0.625em 0 0 0.25em;
}

.sf-menu > li > ul ul.open-submenu-left {
  margin: 0 0.25em 0 0;
}

.sf-menu li {
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sf-menu li.sfHover > a,
.sf-menu li:hover > a {
  color: #e63939;
  color: var(--color-theme-primary);
  -webkit-transition: none;
  transition: none;
}

.sf-menu ul li.sfHover > a,
.sf-menu ul li:hover > a {
  padding-left: 1.5625em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-item > a,
.sf-menu ul > li.menu-item.current-menu-parent > a,
.sf-menu ul li.current-menu-parent > a,
.sf-menu ul li .sub-menu li.current-menu-item > a {
  color: #e63939;
  color: var(--color-theme-primary);
}

.sf-arrows li.current-menu-ancestor > .sf-with-ul:after {
  border-top-color: #e63939;
  border-top-color: var(--color-theme-primary);
}

.sf-arrows
  .sf-menu
  ul
  li
  .sub-menu
  li.current-menu-parent
  > a
  .sf-with-ul:after {
  border-left-color: #e63939;
  border-left-color: var(--color-theme-primary);
  border-top-color: transparent;
}

ul.navbar-nav > li.menu-item-has-children > a {
  padding-right: 1.5625em;
}

ul.navbar-nav li.menu-item-has-children > a:after {
  content: "\f078";
  font-size: 0.75em;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  position: absolute;
  right: 0.625em;
  top: 52%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
}

ul.navbar-nav li > .sub-menu li.menu-item-has-children > a:after {
  content: "\f054";
  right: 1.5625em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li > .sf-with-ul:focus:after {
  border-top-color: #e63939;
  border-top-color: var(--color-theme-primary);
}

.sf-arrows ul .sf-with-ul:after .sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: #e63939;
  border-left-color: var(--color-theme-primary);
}

.sf-arrows ul li:hover .sf-with-ul:after,
.sf-menu ul.sub-menu li a:hover:after,
.sf-menu ul li:hover > a:after {
  color: currentColor;
}

.menu-hover-background .sf-menu > li:hover > a,
.menu-hover-background .sf-menu li.current-menu-ancestor > a,
.menu-hover-background .sf-menu li.current-menu-item > a {
  color: #fff !important;
  color: var(--color-theme-white) !important;
  background: #e63939 !important;
  background: var(--color-theme-primary) !important;
}

.menu-hover-top-border .sf-menu > li > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0.125em;
  background: #e63939;
  background: var(--color-theme-primary);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-hover-top-border .sf-menu > li:hover > a:before {
  width: 100%;
}

.header-over header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
}

.header-over .nicol-breadcrumb-one {
  padding: 12.5em 1em 8.125em;
}

.vertical-header .container-fluid {
  padding: 0;
}

.menu-align-center .nicol-mobile-menu .sub-menu {
  padding-left: 0;
}

.nicol-mobile-menu.vertical-menu-layout .navbar-nav li .sub-menu li a {
  margin-bottom: 1em;
  display: inline-block;
}

@-webkit-keyframes fadeInAnimationScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
  }
}

@keyframes fadeInAnimationScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0);
    transform: scale(0.2) rotate(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

@-webkit-keyframes fadeOutAnimationScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0);
  }
}

@keyframes fadeOutAnimationScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0);
    transform: scale(0.2) rotate(0);
  }
}

@-webkit-keyframes fadeInRightPanel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2em);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightPanel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRightPanel {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(1.25em);
  }
}

@keyframes fadeOutRightPanel {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(1.25em);
    transform: translateX(1.25em);
  }
}

@-webkit-keyframes fadeInMove {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
  }

  10% {
    opacity: 1;
    -webkit-transform: scaleX(0.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
  }
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  10% {
    opacity: 1;
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes fadeOutMove {
  0% {
    opacity: 0.14;
    -webkit-transform: scaleX(1);
  }

  to {
    opacity: 0.14;
    -webkit-transform: scaleX(0);
  }
}

@keyframes fadeOutMove {
  0% {
    opacity: 0.14;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    opacity: 0.14;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes fadeOutMove2 {
  0% {
    opacity: 0.8;
    -webkit-transform: scaleX(1);
  }

  to {
    opacity: 0.14;
    -webkit-transform: scaleX(0);
  }
}

@keyframes fadeOutMove2 {
  0% {
    opacity: 0.8;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    opacity: 0.14;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@media (max-width: 1400px) {
  .nicol-header-right ul li a .search-text {
    display: none;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .sf-menu > li > a {
    text-transform: uppercase;
    font-size: 0.875em;
    font-size: var(--font-size-normal);
    padding: 1.125em 0.75em;
  }
}

@media (min-width: 1200px) {
  header#default-header .nicol-header-right .custom-toggler {
    display: none;
  }
}

@media (max-width: 1024px) {
  .nicol-default-header #page.site {
    padding-top: 6em;
  }
}

@media (max-width: 1199px) {
  header.header-default .container-fluid {
    padding: 0 2em;
  }
}

@media (max-width: 991px) {
  .header-over .nicol-breadcrumb-one {
    padding: 10em 1em 3.75em;
  }
}

@media (max-width: 600px) {
  .header-over .nicol-breadcrumb-one {
    padding: 8.75em 1em 3.75em;
  }

  .navbar-brand .logo {
    height: 1.6em;
    max-height: 1.6em;
  }
}

.nicol-mobile-menu.nicol-navigation-burger {
  display: block;
}

.nicol-mobile-menu {
  background: #0e0f1a;
  background: var(--global-body-bgcolor);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.nicol-mobile-menu.menu-open {
  pointer-events: all;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.nicol-mobile-menu.header-down,
.nicol-mobile-menu.header-up {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

.nicol-mobile-menu.menu-open.header-down {
  top: 0;
  z-index: 99;
}

.nicol-mobile-menu.header-down {
  top: -6.25em;
}

.nicol-mobile-menu .navbar {
  padding: 0;
  z-index: 999;
}

.nicol-mobile-menu .sub-header {
  background: transparent;
}

header .sub-header {
  font-size: 0.875em;
  font-size: var(--font-size-normal);
}

.nicol-mobile-menu .sub-header {
  padding: 0 10.125em;
}

header.style-default {
  position: absolute;
  background: #fff;
  background: var(--color-theme-white);
}

.nicol-mobile-menu li .search-box .search-submit,
.nicol-mobile-menu li .search-box input[type="search"] {
  right: -2em;
}

.nicol-mobile-menu .sub-header .number-info li a {
  font-size: 0.875em;
  font-size: var(--font-size-normal);
  margin-right: 0;
  color: var(--body-text);
  line-height: 2.8125em;
  padding: 0;
  margin-right: 2em;
}

.nicol-mobile-menu .sub-header .number-info li a i,
.nicol-mobile-menu .sub-header .social-icone ul li i {
  color: var(--secondary-color);
}

.nicol-mobile-menu .sub-header .number-info li:hover a,
.nicol-mobile-menu .sub-header .number-info li:hover a i,
.nicol-mobile-menu .sub-header .social-icone ul li:hover i {
  color: #e63939;
  color: var(--color-theme-primary);
}

.nicol-mobile-menu .sub-header .social-icone ul li {
  border: none;
  background: transparent;
}

.nicol-mobile-menu .sub-header .social-icone ul li i {
  width: 2em;
}

.nicol-mobile-menu .sub-header .number-info li {
  border: none;
}

.navbar-toggler-icon {
  color: #0c0c0c;
}

.nicol-mobile-menu .navbar-light .navbar-toggler-icon i {
  line-height: 0;
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nicol-mobile-menu ul.navbar-nav li.menu-item-has-children > a:after {
  display: none;
}

.nicol-mobile-menu ul.navbar-nav > li.menu-item-has-children > a {
  padding-right: 0;
}

.nicol-default-header .nicol-mobile-menu .navbar-brand {
  padding: 1em 0;
}

.navbar-toggler.custom-toggler {
  display: block;
  padding: 0 0.3125em 0 0;
  position: static;
  margin-left: 1.25em;
  border-radius: 0;
  border: none;
}

.menu-btn {
  background-image: none;
  position: relative;
  z-index: 9;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
}

.menu-btn .line {
  width: 100%;
  height: 0.125em;
  background-color: #d9d9d9;
  background-color: var(--global-font-color);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: left 0.3s cubic-bezier(0.29, 0.61, 0.9, 0.45);
  transition: left 0.3s cubic-bezier(0.29, 0.61, 0.9, 0.45);
}

.menu-btn .line.two {
  left: 0.3125em;
  top: 0.625em;
}

.menu-btn .line.three {
  top: 1.25em;
}

.ham-toggle:hover .menu-btn:not(.is-active) .line.two {
  left: 0;
}

.ham-toggle:hover .menu-btn:not(.is-active) .line.one,
.ham-toggle:hover .menu-btn:not(.is-active) .line.three {
  left: 0.3125em;
}

.ham-s-toggle {
  cursor: pointer;
}

.nicol-mobile-menu .navbar-nav > li > a {
  font-size: 2.5em;
  color: #fff;
  color: var(--color-theme-white);
  line-height: normal;
}

.nicol-mobile-menu .navbar-nav a {
  display: inline-block;
  padding: 0;
}

.nicol-mobile-menu .navbar-nav > li a {
  font-family: Hero, sans-serif;
  font-family: var(--highlight-font-family);
}

.nicol-full-menu ul li.current_page_ancestor .toggledrop i,
.nicol-full-menu ul li.current_page_ancestor > a,
.nicol-mobile-menu .navbar-nav li.current-menu-item > .toggledrop i,
.nicol-mobile-menu .navbar-nav li.current-menu-item > a,
.nicol-mobile-menu
  .navbar-nav
  li
  .sub-menu
  li.current-menu-parent
  .toggledrop
  i,
.nicol-mobile-menu .navbar-nav li .sub-menu li.current-menu-parent > a,
.nicol-mobile-menu .navbar-nav li .sub-menu li:hover > a,
.nicol-mobile-menu .navbar-nav li:hover > .toggledrop i,
.nicol-mobile-menu .navbar-nav li:hover > a,
.nicol-mobile-menu.vertical-menu-layout
  .navbar-nav
  > li.current-menu-parent
  > a,
.nicol-mobile-menu.vertical-menu-layout
  .navbar-nav
  > li.current_page_ancestor
  > a,
.nicol-mobile-menu.vertical-menu-layout
  .navbar-nav
  li
  .sub-menu
  li.current-menu-parent
  > a,
.nicol-mobile-menu ul > li.current-menu-ancestor > .toggledrop i,
.nicol-mobile-menu ul > li.current-menu-ancestor > a,
.nicol-mobile-menu ul li .sub-menu li.current-menu-item > a,
.nicol-mobile-menu ul li .sub-menu li.menu-item.current-menu-ancestor > a {
  color: #e63939;
  color: var(--color-theme-primary);
}

.nicol-mobile-menu .navbar-nav li > .toggledrop i {
  margin-left: 1em;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: #fff;
  color: var(--color-theme-white);
}

.nicol-mobile-menu .navbar-nav li .sub-menu li .toggledrop i {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.nicol-mobile-menu
  .navbar-nav
  li
  .sub-menu
  li.current-menu-ancestor
  .toggledrop
  i,
.nicol-mobile-menu .navbar-nav li .sub-menu li.current-menu-item .toggledrop i,
.nicol-mobile-menu .navbar-nav li .sub-menu li:hover .toggledrop i {
  color: #e63939;
  color: var(--color-theme-primary);
}

.nicol-mobile-menu .navbar-nav .toggledrop.active i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.nicol-mobile-menu .navbar-nav li .nicol-has-sub-menu li a {
  font-size: 1.414em;
  font-size: var(--font-size-h5);
  color: #d9d9d9;
  color: var(--global-font-color);
}

.nicol-mobile-menu .navbar-nav li .nicol-has-sub-menu li {
  margin-bottom: 0.3125em;
}

.menu-btn:hover {
  cursor: pointer;
}

.menu-open .menu-btn.is-active .line {
  background: #fff;
  background: var(--color-theme-white);
}

.side-bar-open #menu-btn-side-close .menu-btn.is-s-active .line {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-bar-open .menu-btn .line-n {
  width: 100%;
  height: 0.125em;
  background-color: #fff;
  background-color: var(--color-theme-white);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: left 0.3s cubic-bezier(0.29, 0.61, 0.9, 0.45);
  transition: left 0.3s cubic-bezier(0.29, 0.61, 0.9, 0.45);
}

#menu-btn-side-close .menu-btn.is-s-active .line {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.side-bar-open #menu-btn-side-close {
  position: absolute;
  right: 4.375em;
  top: 3.125em;
}

.side-bar-open #menu-btn-side-close .menu-btn .line-n.c-one {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-collapse {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  z-index: 1;
}

.menu-new-wrapper.row {
  position: relative;
  width: 100%;
  height: calc(100vh - 5.6875em);
}

.verticle-mn {
  height: calc(100vh - 6.25em);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nicol-mobile-menu.menu-open:before {
  -webkit-transform: skew(0deg) translateY(0);
  transform: skew(0deg) translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nicol-full-menu {
  margin: auto 0;
}

.nicol-full-menu .navbar-nav {
  position: relative;
  z-index: 99;
}

.nicol-full-menu .navbar-nav > li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li {
  visibility: hidden;
  display: none;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.nicol-mobile-menu.menu-open .nicol-full-menu .navbar-nav > li,
.menu-animation .navbar-nav > li {
  visibility: visible;
  display: block;
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(2),
.menu-animation .navbar-nav > li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(3),
.menu-animation .navbar-nav > li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(4),
.menu-animation .navbar-nav > li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(5),
.menu-animation .navbar-nav > li:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(6),
.menu-animation .navbar-nav > li:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(7),
.menu-animation .navbar-nav > li:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(8),
.menu-animation .navbar-nav > li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(9),
.menu-animation .navbar-nav > li:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(10) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(11) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(12) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(13) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.nicol-mobile-menu .nicol-full-menu .navbar-nav > li:nth-child(14) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li {
  -webkit-animation-name: fadeOutAnimation;
  animation-name: fadeOutAnimation;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  visibility: visible;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(6) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(8) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.nicol-mobile-menu.open-delay .nicol-full-menu .navbar-nav > li:nth-child(9) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.nicol-mobile-menu .navbar-nav li .sub-menu li a {
  font-size: 1.414em;
  font-size: var(--font-size-h5);
  color: #d9d9d9;
  color: var(--global-font-color);
}

.nicol-mobile-menu .sub-menu {
  list-style-type: none;
  padding-top: 1em;
}

.nicol-mobile-menu .sub-menu .sub-menu {
  padding: 0.625em 0 0.625em 1em;
}

.nicol-mobile-menu .navbar-nav li .nicol-has-sub-menu {
  padding-top: 0.625em;
}

.nicol-mobile-menu .nicol-has-sub-menu {
  padding-left: 2em;
}

.nicol-has-sub-menu {
  list-style-type: none;
}

.nicol-mobile-menu .navbar-expand-xl .navbar-nav {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.nicol-mobile-menu.light-mode {
  background: #fff;
  background: var(--color-theme-white);
}

.nicol-mobile-menu.light-mode .navbar-nav > li > .toggledrop,
.nicol-mobile-menu.light-mode .navbar-nav > li > a {
  color: #fff;
  color: var(--global-font-title);
}

.nicol-mobile-menu.light-mode .navbar-nav > li:hover > a {
  color: #e63939;
  color: var(--color-theme-primary);
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3.125em);
    transform: translateY(3.125em);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3.125em);
    transform: translateY(3.125em);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  header.header-default .navbar-collapse {
    display: none;
  }

  .nicol-mobile-menu .navbar-nav > li > a {
    font-size: 1.5em;
  }

  .nicol-mobile-menu .navbar-nav li .sub-menu li a,
  .nicol-mobile-menu .navbar-nav li li > .toggledrop i {
    font-size: 1em;
  }
}

@media (max-width: 479px) {
  .nicol-mobile-menu .navbar-nav > li > a {
    font-size: 1em;
    font-size: var(--font-size-body);
  }

  .nicol-mobile-menu .navbar-nav li .sub-menu li a,
  .nicol-mobile-menu .navbar-nav li li > .toggledrop i {
    font-size: 0.875em;
    font-size: var(--font-size-normal);
  }
}

.vertical-menu-layout .menu-new-wrapper.row {
  position: relative;
  width: 100%;
  height: auto;
}

.vertical-menu-layout .nicol-full-menu .navbar-nav,
.vertical-menu-layout.nicol-mobile-menu .navbar {
  padding: 0;
}

.nicol-mobile-menu.vertical-menu-layout {
  background: transparent;
  position: relative;
}

.nicol-mobile-menu.vertical-menu-layout .navbar-nav > li > a {
  color: #fff;
  color: var(--global-font-title);
  font-size: 1.999em;
  font-size: var(--font-size-h4);
}

.nicol-mobile-menu.vertical-menu-layout
  .navbar-nav
  li.current-menu-item
  > .toggledrop
  i,
.nicol-mobile-menu.vertical-menu-layout .navbar-nav li.current-menu-item > a,
.nicol-mobile-menu.vertical-menu-layout .navbar-nav li .sub-menu li:hover > a,
.nicol-mobile-menu.vertical-menu-layout .navbar-nav li:hover > .toggledrop i,
.nicol-mobile-menu.vertical-menu-layout .navbar-nav li:hover > a,
.nicol-mobile-menu.vertical-menu-layout
  ul
  > li.current-menu-ancestor
  > .toggledrop
  i,
.nicol-mobile-menu.vertical-menu-layout ul > li.current-menu-ancestor > a,
.nicol-mobile-menu.vertical-menu-layout
  ul
  li
  .sub-menu
  li.current-menu-item
  > a,
.nicol-mobile-menu.vertical-menu-layout
  ul
  li
  .sub-menu
  li.menu-item.current-menu-ancestor
  > a {
  color: #e63939;
  color: var(--color-theme-primary);
}

.nicol-mobile-menu.vertical-menu-layout .navbar-nav li .sub-menu li a {
  color: #d9d9d9;
  color: var(--global-font-color);
  font-size: 1.313em;
}

.nicol-mobile-menu.vertical-menu-layout .navbar-nav li li > .toggledrop i {
  font-size: 0.75em;
  font-size: var(--font-size-xs);
}

footer {
  display: block;
  background: #151727;
  background: var(--global-body-lightbg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

footer .widget {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 3em;
}

footer .widget .footer-title {
  margin-bottom: 1em;
}

footer .widget.widget_tag_cloud ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .footer-top {
  padding: 5em 0;
  border-bottom: 0.0625em solid #525357;
  border-bottom: 0.0625em solid var(--border-color-light);
}

footer .copyright-footer {
  padding: 0;
  position: relative;
  text-align: center;
}

footer .copyright-footer,
footer .copyright-footer a {
  color: #fff;
  color: var(--color-theme-white);
}

.widget .footer-title .title-border,
footer .copyright-footer a:hover {
  color: #e63939;
  color: var(--color-theme-primary);
}

.widget .footer-title .title-border {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1.414em;
  font-size: var(--font-size-h5);
  top: -0.1875em;
  position: relative;
}

.footer-main .footer-left-widget p,
.footer-main .textwidget {
  color: #fff;
  color: var(--color-theme-white);
}

.footer-main .menu-important-links-container ul li,
.footer-main .menu-it-services-container ul li {
  position: relative;
}

footer .widget ul.menu > li > a {
  color: #e63939;
  color: var(--color-theme-primary);
}

.footer-main .menu-important-links-container ul li.menu-item a,
.footer-main .menu-it-services-container ul li.menu-item a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-main .menu-important-links-container ul li.menu-item a:hover,
.footer-main .menu-it-services-container ul li.menu-item a:hover {
  padding-left: 1em;
  color: #e63939;
  color: var(--color-theme-primary);
}

.footer-main .menu-important-links-container ul li:before,
.footer-main .widget .menu-it-services-container ul li:before {
  content: "\f0da";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #e63939;
  color: var(--color-theme-primary);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-main .menu-important-links-container ul li:hover:before,
.footer-main .widget .menu-it-services-container ul li:hover:before {
  opacity: 1;
}

.widget.nicol-share {
  color: #fff;
  color: var(--color-theme-white);
}

.widget.nicol-share .share-button {
  margin-left: 0.625em;
}

.widget.nicol-share .share li a {
  border-radius: 0;
  border-radius: var(--border-radius);
  line-height: 2em;
  width: 2em;
  height: 2em;
  margin-left: 0.625em;
  color: #e63939;
  color: var(--color-theme-primary);
  border: 0.0625em solid #e63939;
  border: 0.0625em solid var(--color-theme-primary);
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.widget.nicol-share .share li a:hover {
  background: #e63939;
  background: var(--color-theme-primary);
  color: #fff;
  color: var(--color-theme-white);
}

.shar li a > svg {
  font-size: 1em;
  font-size: var(--font-size-h6);
}

.share li a:hover {
  color: #fff;
  color: var(--color-theme-white);
  -webkit-transform: translateY(-0.3125em);
  transform: translateY(-0.3125em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget-space {
  padding-top: 5em;
  padding-bottom: 5em;
}

.mc4wp-form-fields .newslatter {
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 85%;
  position: relative;
}

.mc4wp-form-fields .newslatter input[type="email"] {
  font-size: 0.875em;
  font-size: var(--font-size-normal);
  color: #fff;
  color: var(--color-theme-white);
  line-height: var(--button-line-height);
  background: transparent;
}

.footer-main .menu {
  margin-top: 1em;
}

.footer .footer-main .widget .map-wrap {
  margin-top: 2em;
}

footer.footer-one .copyright-footer .copyright a {
  color: #fff;
  color: var(--color-theme-white);
}

footer .widget ul li {
  border: none;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

footer .widget ul li a.rsswidget {
  color: #fff;
  color: var(--color-theme-white);
}

footer .widget .rss-date {
  color: #e63939;
  color: var(--color-theme-primary);
}

footer table td#today {
  background: #e63939;
  background: var(--color-theme-primary);
}

footer table,
footer table td,
footer table th {
  color: #fff;
  color: var(--color-theme-white);
  border-color: #525357;
  border-color: var(--border-color-light);
  font-weight: 500;
}

footer table td a {
  font-weight: 900;
}

.wp-calendar-table th {
  background: var(--footer-custom-color);
  color: #e63939;
  color: var(--color-theme-primary);
  font-weight: 600;
}

footer .widget ul.menu li a,
footer .widget ul li a {
  border: none;
}

footer .widget ul.menu li a:hover:before {
  color: #e63939;
  color: var(--color-theme-primary);
}

footer #menu-footer-menu li a:before,
footer .menu-footer-menu-container li a:before {
  display: none;
}

footer #menu-footer-menu li a,
footer .menu-footer-menu-container ul.menu li a {
  padding: 0.375em 0;
}

@media (max-width: 1420px) {
  footer .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (max-width: 767px) {
  .footer-main .widget-space {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  footer .footer-top {
    padding: 3.5em 0;
  }
}

@media (max-width: 575px) {
  .mc4wp-form-fields .newslatter {
    width: 100%;
  }
}

.nicol-header-searchbox .wp-block-search .wp-block-search__input {
  border: 1px solid transparent;
  margin: 0;
  height: 3em;
  background: #151727;
  background: var(--global-body-lightbg);
  border-radius: 0.625em;
  border-radius: var(--border-radius-box);
}

.header-up .nicol-header-searchbox .wp-block-search .wp-block-search__input {
  background: #0e0f1a;
  background: var(--global-body-bgcolor);
}

header .nicol-header-searchbox .search-form .form-search .search-submit {
  padding: 0;
  height: 2.7em;
  top: 0;
  right: 0.6em;
}

.nicol-shop-btn-holder ul {
  margin: 0;
}

.wp-block-search .wp-block-search__input {
  border: none;
  border-bottom: 0.0625em solid #525357;
  border-bottom: 0.0625em solid var(--border-color-light);
}

.wp-block-search button.wp-block-search__button {
  font-size: 0;
  position: absolute;
  right: 16px;
  bottom: 37px;
  background: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 0;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__button:before {
  content: "\f002";
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Font Awesome\ 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  color: var(--color-theme-white);
}

.search-box input[type="search"] {
  height: 2.5em;
  font-size: 1.125em;
  display: inline-block;
  border: none;
  border-radius: 0.312em;
  outline: none;
  padding: 1em 2.5em 1em 1em;
  width: 0;
  position: absolute;
  top: -0.56em;
  right: 0;
  background: none;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  z-index: 11;
  margin: -0.625em 0 0;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: -0.312em;
  height: 2.81em;
  width: 2.81em;
  color: #fff;
  color: var(--color-theme-white);
  cursor: pointer;
  font-size: 1em;
  font-size: var(--font-size-body);
  background: #e63939;
  background: var(--color-theme-primary);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 0 0.187em 0.187em 0;
}

.search-box input[type="search"]:focus {
  width: 15.62em;
  z-index: 1;
  cursor: text;
  background: #fff;
  background: var(--color-theme-white);
  z-index: 9;
  color: hsla(0, 0%, 40%, 0.6);
}

.search-box {
  position: relative;
}

.search-box .search-submit:hover {
  background: none;
}

.search-form input:focus,
.search-form input[type="email"]:focus,
.search-form input[type="password"]:focus,
.search-form input[type="search"]:focus,
.search-form input[type="text"]:focus {
  border-bottom: 0.0625em solid #e63939;
  border-bottom: 0.0625em solid var(--color-theme-primary);
}

.search-form .search-submit svg,
button.btn-search-close svg {
  color: #fff;
  color: var(--color-theme-white);
}

.search-form .search-submit svg {
  font-size: 1.125em;
}

.navbar ul.nicol-shop-btn-holder ul li a:hover {
  background: transparent;
}

.search-form .search-submit {
  background: transparent;
  line-height: normal;
}

.search_count .nicol-search,
header .nicol-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgb(17 17 17/95%);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 31.25em;
  pointer-events: none;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.nicol-search .search-form .form-search .search-submit {
  position: absolute;
  right: 0;
  top: 0.625em;
  cursor: pointer;
  padding: 0;
  font-size: 1.125em;
  border: none;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
  width: auto;
}

.nicol-search .search-form .form-search .search__input {
  border-radius: 0;
  padding-left: 0;
  padding-right: 1.5em;
}

.nicol-search.search--open,
.search_count .nicol-search.search--open {
  pointer-events: auto;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.btn--search-close {
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  right: 1.25em;
  display: none;
  background: transparent;
  display: block;
}

.btn--search-close,
.btn--search-close:hover {
  color: #fff;
  color: var(--color-theme-white);
}

body.admin-bar .btn--search-close {
  top: 1.5em;
}

.btn--search-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form.search__form {
  width: auto;
}

.search--open .search__form {
  position: relative;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: 0 2em;
}

.search--open .search__form,
.search--open .search__form:after {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  visibility: visible;
}

.search--open .search__form:after {
  -webkit-animation-name: fadeInMove;
  animation-name: fadeInMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header .search__input {
  margin: 0.625em 0;
  font-family: inherit;
  background: none;
  height: auto;
  font-size: 1em;
  font-size: var(--global-font-size);
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.05em 0;
  color: #fff;
  color: var(--color-theme-white);
  border: none;
  border-bottom: 0.125em solid;
}

.form-search input::-webkit-input-placeholder {
  font-size: 1em;
  font-size: var(--global-font-size);
}

.search__input:focus {
  border: none;
  border-bottom: 0.125em solid;
}

.search__input:-ms-input-placeholder,
.search__input::-moz-placeholder,
.search__input::-webkit-input-placeholder,
footer .search-form .search-field.search__input:-ms-input-placeholder,
footer .search-form .search-field.search__input::-moz-placeholder,
footer .search-form .search-field.search__input::-webkit-input-placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
  font-family: Hero, sans-serif;
  font-family: var(--highlight-font-family);
  font-size: 1em;
  font-size: var(--global-font-size);
  font-weight: 400;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

form.search-form .form-row .has-content ~ label,
form.search-form .form-row input:focus ~ label,
form.search-form .form-row label {
  top: -5.62em;
}

.nicol-shop-btn-holder ul li svg {
  font-size: 1.25em;
  height: 1em;
  width: 1.25em;
}

.search-form input {
  height: auto;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 0.0625em solid #d9d9d9;
  border-bottom: 0.0625em solid var(--global-font-color);
}

form.search-form .form-row label {
  color: #fff;
  color: var(--color-theme-white);
  text-align: left;
  font-size: 2.81em;
  top: -0.81em;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
}

.search-form input,
form.search-form .form-row label {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.search-form input {
  padding-right: 4.25em;
  padding-left: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3.75em;
  background: transparent;
}

.vertical-header .search_wrap.search-form-default .search-form input {
  padding-left: 0;
}

.search-form {
  position: relative;
}

header .search-form .form-search .search-submit {
  position: absolute;
  right: 0.0625em;
  top: 0.625em;
  cursor: pointer;
  padding: 0.75em 1em;
  font-size: 1.125em;
  border: none;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
}

.wp-block-search .wp-block-search__label {
  display: none;
}

.search-form .form-search .search-submit:hover {
  background-position: 100%;
}

.search_count .btn-search,
.search_count .btn-search svg {
  font-weight: 500;
  font-weight: var(--font-weight-body);
  font-size: 0.875em;
  font-size: var(--font-size-normal);
  letter-spacing: 0.1875em;
  letter-spacing: var(--letter-spacing-three);
  text-transform: uppercase;
}

.search_count .btn-search:hover,
.search_count .btn-search:hover svg {
  color: #e63939;
  color: var(--color-theme-primary);
}

.nicol-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_style_light .search {
  background: #fff;
  background: var(--color-theme-white);
  -webkit-box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  box-shadow: 0.25em 0.625em 2.8125em 0 rgb(0 0 0/31%);
  -webkit-box-shadow: var(--global-box-shadow);
  box-shadow: var(--global-box-shadow);
}

.search_style_light .search__form:after {
  background: #d9d9d9;
  background: var(--global-font-color);
}

.search_style_light .search-form .search-submit svg {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_style_light input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search_style_light input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search_style_light input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search_style_light input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search_style_light input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search_style_light button.btn-search-close svg {
  color: #fff;
  color: var(--global-font-title);
}

.search-animate-left .search {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.search-animate-left .search.search--open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

.search-animate-right .search {
  transform: translateX(-100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.search-animate-right .search.search--open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

.search_wrap.search-form-default .search-form input {
  border-bottom: 0.0625em solid #fff !important;
  border-bottom: 0.0625em solid var(--global-font-title) !important;
  border-radius: 0;
  height: 2.8125em;
  line-height: 2.8125em;
  font-size: 1em;
  font-size: var(--global-font-size);
  padding-right: 2em;
}

.search_wrap .search-form input::-webkit-input-placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap .search-form input::-moz-placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap .search-form input:-ms-input-placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap .search-form input::-ms-input-placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap .search-form input::placeholder {
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap.search-form-default .search-form .search-submit svg {
  font-size: 1.125em;
  color: #d9d9d9;
  color: var(--global-font-color);
}

.search_wrap.search-form-default .search-form .form-search .search-submit {
  padding: 0;
  height: 1.875em;
  width: 1.875em;
  line-height: 3.125em;
  font-size: inherit;
}

.search-form-default .search-form input:focus,
.search-form-default .search-form input[type="email"]:focus,
.search-form-default .search-form input[type="password"]:focus,
.search-form-default .search-form input[type="search"]:focus,
.search-form-default .search-form input[type="text"]:focus {
  border-color: #e63939 !important;
  border-color: var(--color-theme-primary) !important;
}

@media (min-width: 1920px) {
  .wp-block-search .wp-block-search__button:before {
    font-size: 0.8vw;
  }

  .wp-block-search button.wp-block-search__button {
    right: 1vw;
    bottom: 1.5vw;
    width: 2em;
    height: 3.75em;
    line-height: 3.75em;
  }
}

@media (min-width: 768px) {
  .nicol-search .search-form.search__form {
    width: 31.25em;
  }
}

@media (max-width: 767px) {
  .form-search input::-webkit-input-placeholder,
  .search__input {
    font-size: 1.414em;
    font-size: var(--font-size-h5);
  }

  .nicol-search .search-form.search__form {
    width: 80%;
  }

  .search_count .nicol-search,
  header .nicol-search {
    height: 20em;
  }

  .nicol-header-searchbox {
    display: none;
  }
}

.select2-dropdown {
  border-color: #525357;
  border-color: var(--border-color-light);
}

.select2-container .select2-selection--single {
  height: 3.75em;
  border-radius: 0;
  border: none;
  border-bottom: 0.0625em solid #525357 !important;
  border-bottom: 0.0625em solid var(--border-color-light) !important;
  background-color: transparent !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 3.75em;
  color: #d9d9d9;
  color: var(--global-font-color);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 3.75em;
  right: 0.625em;
  width: 1.25em;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0.313em 0.25em 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 0.25em 0.313em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2.188em;
  border-color: #525357;
  border-color: var(--border-color-light);
}

.select2-search--dropdown {
  padding: 1em;
  border: 0.0625em solid #e63939;
  border: 0.0625em solid var(--color-theme-primary);
  border-bottom: none;
}

.select2-results,
.select2-search--dropdown {
  background: #0e0f1a;
  background: var(--global-body-bgcolor);
}

.select2-results {
  border-top: none !important;
  border: 0.0625em solid #e63939;
  border: 0.0625em solid var(--color-theme-primary);
}

.select2-dropdown {
  border: 0.0625em solid #7c7c7c;
  border: 0.0625em solid var(--global-submenu-light);
  border-radius: 0 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 0.313em 1em;
  max-height: 10.625em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: transparent;
  color: #e63939;
  color: var(--color-theme-primary);
}

.select2-search--dropdown .select2-search__field {
  padding: 0 0.625em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

span.select2-container,
span.select2-container span {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.elementor-widget-sidebar .search-form input[type="search"],
.primary-sidebar.widget-area .search-form input[type="search"] {
  background: var(--global-body-lightcolor);
}

canvas#nicol-fluid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: #0e0f1a; */
  background: var(--global-body-bgcolor);
}

#body-inner {
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
}

.hero-font {
  font-family: Hero, sans-serif !important;
  font-family: var(--global-font-family) !important;
}

.highlighted-text-wrap {
  position: relative;
  display: inline-block;
}

.highlighted-text-wrap:after,
.highlighted-text-wrap:before {
  content: "";
  position: absolute;
  background: #e63939;
  background: var(--color-theme-primary);
  bottom: 0;
  border-radius: 0.625em;
}

.highlighted-text-wrap:before {
  left: 0.0625em;
  right: 0.155em;
  width: auto;
  height: 0.08em;
}

.highlighted-text-wrap:after {
  width: 0.08em;
  height: 0.08em;
  right: 0;
}

.highlighted-text-wrap.animated:before {
  -webkit-animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.highlighted-text-wrap.animated:after {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    0.5s both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.scale-in-hor-left {
  -webkit-animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.woocommerce-form-track-order form .form-row input::-webkit-input-placeholder,
.woocommerce-form-track-order form .form-row label {
  color: #525357 !important;
  color: var(--white-card-text) !important;
}

.nicol-image-effect {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.nicol-image-effect.animated {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.nicol-check label {
  position: relative;
}

.nicol-check .text-check {
  padding-left: 2em;
}

.reply.nicol-reply .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  color: #e63939;
  color: var(--color-theme-primary);
  padding-left: 1.25em;
  line-height: normal;
}

.reply.nicol-reply .comment-reply-link:before {
  position: absolute;
  content: "\f3e5";
  font-family: Font Awesome\5 Free;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 900;
  font-size: 0.75em;
  line-height: 1.75em;
}

.nicol-check .checkmark {
  position: absolute;
  top: 0.8125em;
  left: 0;
  height: 1em;
  width: 1em;
  padding: 0;
  background-color: var(--white-light-color);
  border: 0.0625em solid #fff;
  border: 0.0625em solid var(--color-theme-white);
}

.comment-respond .nicol-check {
  margin-top: 2em;
}

.nicol-check input[type="checkbox"] {
  position: relative;
  position: absolute;
  opacity: 0;
  top: 0.385em;
  cursor: pointer;
  height: 1em;
  width: 1em;
  line-height: 1em;
}

.nicol-check input:checked ~ .checkmark {
  border: 0.0625em solid #e63939;
  border: 0.0625em solid var(--color-theme-primary);
}

.nicol-check .checkmark {
  top: 0.385em;
  cursor: pointer;
}

.nicol-check input:checked ~ .checkmark {
  background-color: #e63939;
  background-color: var(--color-theme-primary);
}

.nicol-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.nicol-check input:checked ~ .checkmark:after {
  display: block;
}

.nicol-check .checkmark:after {
  left: 0.22em;
  top: 0.035em;
  width: 0.375em;
  height: 0.65em;
  border: solid #fff;
  border: solid var(--color-theme-white);
  border-width: 0 0.125em 0.125em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.1875em;
}

.dialog-type-lightbox {
  z-index: 99999;
}

@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.bounce-top {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

input.form-control {
  line-height: 3.4375em;
  height: 3.4375em;
}

@media screen and (max-width: 1330px) and (min-width: 1200px) {
  .content-area .site-main {
    padding: 5.625em 1em;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .content-area .site-main {
    padding: 5.625em 1em;
  }
}

@media (max-width: 768px) {
  .elementor-image-box-img img {
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  .footer-mail button {
    margin-top: 2em;
    position: relative;
  }

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

  .footer-mail input {
    padding-right: 1em;
  }
}

.bypostauthor {
  display: block;
}

#magic-cursor {
  position: absolute;
  width: 2em;
  height: 2em;
  pointer-events: none;
  z-index: 1000000;
}

.scrollbar-track {
  background: transparent !important;
  z-index: 99999 !important;
}

.scrollbar-track:hover {
  background: hsla(0, 0%, 87.1%, 0.1) !important;
}

.scrollbar-thumb {
  background: #ddd !important;
  opacity: 0.25;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.scrollbar-track:hover .scrollbar-thumb {
  opacity: 0.5;
}

.nicol-boom {
  cursor: pointer;
}

#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0.3125em;
  font-size: 0.875em;
  font-size: var(--font-size-normal);
  font-weight: 600;
  color: #fff;
  color: var(--color-theme-white);
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#ball,
#ball .ball-drag {
  cursor: -webkit-grab;
  cursor: grab;
}

#ball .ball-drag:after,
#ball .ball-drag:before {
  position: absolute;
  top: 50%;
  margin-top: -0.3125em;
  font-size: 1.414em;
  font-size: var(--font-size-h5);
  color: #fff;
  color: var(--color-theme-white);
  height: 0.625em;
  line-height: 0.625em;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag:before {
  content: "\f104";
  left: 0;
  -webkit-transform: translate3d(-2em, 0, 0);
  transform: translate3d(-2em, 0, 0);
}

#ball .ball-drag:after,
#ball .ball-drag:before {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#ball .ball-drag:after {
  content: "\f105";
  right: 0;
  -webkit-transform: translate3d(2em, 0, 0);
  transform: translate3d(2em, 0, 0);
}

#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 0.3125em;
  font-size: 0.875em;
  font-size: var(--font-size-normal);
  font-weight: 600;
  color: #fff;
  color: var(--color-theme-white);
  line-height: 1;
  text-align: center;
}

.swiper-pagination.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: static !important;
  margin: 0 auto;
  -webkit-transform: inherit;
  transform: inherit;
  padding-top: 2em;
  font-size: inherit;
  overflow: visible;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
  border: 2px solid #e63939;
  border: 2px solid var(--color-theme-primary);
  background: transparent;
}

.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: static;
}

.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: inherit;
  transform: inherit;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  background-color: #e63939;
  background-color: var(--color-theme-primary);
}

.nicol-adminajax:after,
.nicol-adminajax:before,
.nicol-ajax:after,
.nicol-ajax:before {
  content: "";
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background-color: #000000;
  background-color: var(--global-body-bgcolor);
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.4s 0.4s;
  transition: -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}

.nicol-adminajax:before,
.nicol-ajax:before {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nicol-adminajax:after,
.nicol-ajax:after {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.nicol-adminajax.pageload-is-changing:after,
.nicol-adminajax.pageload-is-changing:before,
.nicol-ajax.page-is-changing:after,
.nicol-ajax.page-is-changing:before,
.nicol-ajax.pageload-is-changing:after,
.nicol-ajax.pageload-is-changing:before {
  z-index: 999999;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
}

.transition-cover-layer {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
  transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
}

.page-is-changing .transition-cover-layer,
.pageload-is-changing .transition-cover-layer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
  .transition-cover-layer {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.transition-loading-bar {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 90%;
  background-color: #333966;
  background-color: var(--color-loading-bar);
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s ease-in 0s;
  transition: visibility 0s 0.3s, -webkit-transform 0.4s ease-in 0s;
  transition: visibility 0s 0.3s, transform 0.4s ease-in 0s;
  transition: visibility 0s 0.3s, transform 0.4s ease-in 0s,
    -webkit-transform 0.4s ease-in 0s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.transition-loading-bar,
.transition-loading-bar:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition-loading-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #e63939;
  background-color: var(--color-theme-primary);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.page-is-changing .transition-loading-bar,
.pageload-is-changing .transition-loading-bar {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
  transform: translateX(-50%) translateY(-50%) scaleX(0.3);
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
  transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
  transition: visibility 0s 0.3s, transform 0.4s 0.4s;
  transition: visibility 0s 0.3s, transform 0.4s 0.4s,
    -webkit-transform 0.4s 0.4s;
}

.page-is-changing .transition-loading-bar:before,
.pageload-is-changing .transition-loading-bar:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.8s ease-in 0.8s;
  transition: -webkit-transform 0.8s ease-in 0.8s;
  transition: transform 0.8s ease-in 0.8s;
  transition: transform 0.8s ease-in 0.8s, -webkit-transform 0.8s ease-in 0.8s;
}

@media only screen and (min-width: 768px) {
  .transition-loading-bar {
    width: calc(100% - 40px);
  }
}
